﻿/*** DESKTOP ***/
/*** >>> COMMON STYLE */
body { background-color: #fff !important; }

.body-is { padding-top: 0 !important; }

.body-ms { padding-top: 0 !important; }

.body-hh { padding-top: 0 !important; }

hr { border: dashed 1px #888; margin-top: 25px; }

h1 { margin-bottom: 25px; line-height: 1.3em; background-color: var(--grey-1); padding: 5px 30px 5px 30px; border-radius: 8px; display: inline-block; }

h2 { font-family: "proxima-nova", "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.3em; padding: 0; margin: 0; margin-top: 5px; }

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button { -webkit-appearance: none; margin: 0; }

input[type="number"] { -moz-appearance: textfield; }

.text { font-family: "proxima-nova", "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.3em; }

.text-grey { color: #333; }

.text-light-grey { color: #AFAFAF; }

.grey-border { border: solid 1px #DDDDDD; }

.bold { font-weight: bold; }

.italic { font-style: italic; }

.underline { text-decoration: underline; }

button.seo-brand__link,
button.seo-brand__link1,
button.seo-location__link,
button.seo-categories__link { background: transparent; outline: none; border: 0; padding: 0; }

    button.seo-brand__link:hover,
    button.seo-brand__link1:hover,
    button.seo-location__link:hover,
    button.seo-categories__link:hover { color: var(--bgcolor-theme); }

/*** >>> PAGE STYLE */
.category-container { width: 100%; max-width: 1200px; margin: 0 auto; min-width: 350px !important; position: relative; margin-top: 30px; }

    .category-container .breadcrumb-container { margin-bottom: 5px; font-size: 14px; font-weight: bold; }

        .category-container .breadcrumb-container a { display: inline-block; margin-right: 10px; text-decoration: none; color: #434343 !important; }

            .category-container .breadcrumb-container a:after { content: ">"; margin-left: 10px; }

            .category-container .breadcrumb-container a:hover::after { display: inline-block; }

            .category-container .breadcrumb-container a:last-child:after { content: ""; margin-left: 0px; }

    .category-container .title-wrapper { width: 100%; padding-left: 20px; }

        .category-container .title-wrapper .bread-crumb-wrapper .filter-mini { display: inline-block; float: right; margin-top: -21px; }

        .category-container .title-wrapper .bread-crumb-wrapper .breadcrumb-container { width: calc(100% - 110px); display: inline-block; }

    .category-container .summary { margin-top: -10px; margin-bottom: 0; color: #434343 !important; font-family: "proxima-nova", "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px !important; }

        .category-container .summary span { font-family: "proxima-nova", "Helvetica Neue",Helvetica,Arial,sans-serif !important; font-size: 15px !important; }

        .category-container .summary.without-toggle { margin-bottom: 8px; }

    .category-container .anchors-container { margin-bottom: 20px; }

        .category-container .anchors-container .item:not(:last-child) { margin-bottom: 4px; }

        .category-container .anchors-container .item a { font-size: 14px !important; }

        .category-container .anchors-container .item i { color: var(--bgcolor-theme); }

    .category-container .faqs.faqs-getquotes .faqs-title { font-size: 30px; margin-bottom: 1rem; font-weight: bold; margin: 30px 0 25px; }

    .category-container .faqs.faqs-getquotes .faqs-sub-title { margin-bottom: 3rem; }

    .category-container .faqs .item { border-bottom: solid 1px #d3d3d3; padding-bottom: 5px; margin-top: 12px; }

    .category-container .faqs.faqs-getquotes .item { border-bottom: solid 1px #d3d3d3; padding-bottom: 5px; margin-top: 1.5rem; /*font-size: 16px;*/ }

    .category-container .faqs .item:last-child { border-bottom: none; padding-bottom: 0; }

    .category-container .faqs .item.collapsed:last-child { padding-bottom: 0; }

    .category-container .faqs .item.collapsed { padding-bottom: 12px; }

    .category-container .faqs.faqs-getquotes .item.collapsed { padding-bottom: 1.5rem; }

    .category-container .faqs .item .question { color: #428bca; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

    .category-container .faqs.faqs-getquotes .item .question { color: #428bca; cursor: pointer; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; display: flex; justify-content: space-between; padding-right: .25rem; align-items: center; }

    .category-container .faqs .item .question .text { width: calc(100% - 25px); display: inline-block; }

    .category-container .faqs.faqs-getquotes .item .question .text { width: calc(100% - 25px); display: inline-block; color: var(--textcolor-theme); font-weight: 600; }

    .category-container .faqs .item .question .icon { font-size: 12px; }

    .category-container .faqs .item .question .to-open { display: none; }

    .category-container .faqs .item .question .to-close { display: inline-block; }

    .category-container .faqs.faqs-getquotes .item .question .to-close { display: inline-block; color: var(--textcolor-theme); font-weight: 600; }

    .category-container .faqs .item.collapsed .question .to-open { display: inline-block; }

    .category-container .faqs.faqs-getquotes .item.collapsed .question .to-open { display: inline-block; color: var(--textcolor-theme); font-weight: 600; }

    .category-container .faqs .item.collapsed .question .to-close { display: none; }

    .category-container .faqs .item .answer { display: block; margin-top: 12px; }

    .category-container .faqs.faqs-getquotes .item .answer { display: block; margin-top: 1rem; margin-bottom: 1rem; }

    .category-container .faqs .item.collapsed .answer { display: none; }

    .category-container .no-white-box { background-color: transparent; border: none; padding: 0; margin-bottom: 5px; padding: 0px 15px 15px 5px; }

    .category-container .summary { margin-top: -10px; margin-bottom: 0; overflow-y: hidden; max-height: 75px; }

        .category-container .summary.opened { max-height: unset; }

    .category-container .read-more-summary { display: block; margin-top: 3px; margin-bottom: 10px; margin-top: -30px; margin-right: 5px; }

        .category-container .read-more-summary .summary-toggle-icon { margin-top: 0; font-size: 1.35em; cursor: pointer; float: right; margin-right: 5px; color: #333; }

        .category-container .read-more-summary.opened { margin-bottom: 15px; }

            .category-container .read-more-summary.opened .dots { display: none; }

            .category-container .read-more-summary.opened .summary-toggle-icon { transform: rotate(180deg); }

    .category-container .back-to-top { float: right; cursor: pointer; }

        .category-container .back-to-top span { margin-right: 5px; text-decoration: underline; }

        .category-container .back-to-top .up-icon { vertical-align: bottom; padding-bottom: 1.5px; font-size: 15px; }

.seo-brand { margin: 15px 0 0px 0; font-size: 14px; }

.seo-location { margin: 0px 0 0px 0; font-size: 14px; }

.seo-categories { margin: 0px 0 0px 0; font-size: 14px; }

.seo-brand__label, .seo-location__label, .seo-categories__label { font-weight: bold; margin-right: 5px; }

.seo-brand__link { margin: 0 20px 0 0; display: none; text-decoration: none !important; }

    .seo-brand__link:hover { text-decoration: underline !important; }


.seo-location__link, .seo-categories__link { margin: 0 20px 0 0; text-decoration: none !important; }

    .seo-location__link:hover, .seo-categories__link:hover { text-decoration: underline !important; }



.seo-brand__more, .seo-brand__all { margin: 0 20px 0 0; text-decoration: none !important; }

    .seo-brand__more:hover, .seo-brand__all:hover { text-decoration: underline !important; }

.category-container--box-center { width: 100%; display: block; }

.cat-sell-with-us img { margin-top: 10px; width: 100%; }

.rfq-tooltip [data-title]:after { height: auto; width: 550px; text-align: justify; content: attr(data-title); background-color: var(--grey-1); color: #434343; font-size: 13px; position: absolute; top: 10px; padding: 10px; left: 100%; opacity: 0; border: 1px solid var(--grey-1); z-index: 99999; visibility: hidden; box-shadow: 1px 1px 3px 0px grey; }

.rfq-tooltip [data-title]:hover:after { opacity: 1; visibility: visible; }

/**** >>> CALLBACK REQUEST */
.phone-reveal-modal .modal-dialog { width: 400px; }

    .phone-reveal-modal .modal-dialog .modal-content { background-color: #EFEFEF; padding: 30px 30px 25px 30px; border-radius: 0 !important; }

.phone-reveal-modal .message { font-size: 15px; font-family: 'proxima-nova'; text-align: center; margin-bottom: 12px; }

.phone-reveal-modal .phone-reveal-container .btn { width: 145px; border-radius: 0; background-color: #434343; padding-top: 8px; padding-bottom: 8px; }

.btn-submit-green { background-color: var(--green) !important; padding: 10px 20px 10px 20px; border-radius: 0; color: #fff; font-size: 15px; font-family: 'proxima-nova'; border: none; border-radius: 1px; }

.phone-reveal-textbox { font-size: 14px; padding: 6px; border-radius: 0px; margin-right: 5px; width: 100%; display: inline-block; }

.extra-info { margin-top: 30px; text-align: center; height: 0; display: none; margin-bottom: -22px; }

.small-text { font-family: 'proxima-nova'; font-size: 12px; position: relative; left: 0px; top: -2px; }

.revealed-phone-panel { margin-top: 20px; }

    .revealed-phone-panel .reveal-phone { font-size: 24px; text-decoration: underline; display: inline-block; margin-left: 8px; font-family: 'proxima-nova'; font-weight: bold; }

    .revealed-phone-panel i { font-size: 28px; display: inline-block; top: 6px; }

.phone-reveal-close { font-size: 16px; position: relative; float: right; top: -25px; right: -21px; cursor: pointer; }

#toast-container > .toast { opacity: 1; right: 10PX; font-family: 'proxima-nova'; font-size: 15px; }

.big-phone-number { text-align: center; font-size: 20px; font-weight: bold; }

    .big-phone-number .glyphicon { margin-right: 10px; top: 5px; }

/*** >>> RFQ MODAL POPUP COMPONENT CSS */
a.disabled { cursor: not-allowed; color: #888; opacity: 0.5; }

.get-quotes-modal .modal-dialog { width: 70%; max-width: 540px; overflow: hidden; position: static !important; }

    .get-quotes-modal .modal-dialog .modal-content { background-color: #EFEFEF; border-radius: 0 !important; overflow: hidden; border: none; }

.product-enq-new-modal .modal-content { border: none; }

.product-enq-new-modal .modal-dialog { }

/*** >>> BEM */

.rfq-white-container { min-height: 200px; min-width: 320px; width: 100%; padding: 0px 40px 0 40px; background-color: #fff !important; margin-bottom: 30px; }

.rfq-white-container__title { font-weight: bold; font-size: 40px; text-align: left; color: #434343; display: block; line-height: 1.3em; border: solid 0px red; width: 100%; margin-bottom: 20px; }

.rfq-white-container__intro {
    display: flex;
    width: 92%;
    margin-bottom: 20px;
    align-items: center;
}
@media (max-width: 768px) {
    .rfq-white-container__intro {
        display: block;
        text-align: center;
    }
}
.rfq-white-container__intro img {
    width: 106px;
    height: 32px;
}
@media (max-width: 768px) {
    .rfq-white-container__intro img {
        width: 129px;
        height: 39px;
    }
}
.rfq-white-container__intro div {
    font-size: 18px !important;
    font-weight: normal;
    line-height: 1.2em;
    margin-top: 10px;
}
    .rfq-white-container__intro div:first-child {
        display: contents;
    }

    .rfq-white-container__intro div:last-child {
        padding: 0 0 0 15px;
        line-height: 25px;
    }

.rfq-white-container__main-image-panel { border: solid 0px red; text-align: center; margin: 20px 0; }

    .rfq-white-container__main-image-panel .image-category { width: 200px; border: solid 0px #333; border-radius: 5px; }

    .rfq-white-container__main-image-panel .image-money { width: 180px; margin-left: 0px; border: solid 0px red; }

.break-title { display: inline-block; }

.rfq-white-container__green-panel { background-color: var(--green); color: #fff; border-radius: 7px; width: 624px; margin: 0 auto; padding: 15px; text-align: center; margin-bottom: 150px; }

    .rfq-white-container__green-panel .rfq-title { font-weight: bold; font-size: 28px; text-align: center; margin-bottom: 7px; }

    .rfq-white-container__green-panel .rfq-sub-title { font-weight: normal; font-size: 18px; text-align: center; margin-bottom: 11px; }

    .rfq-white-container__green-panel .rfq-state-dropdown { float: left; display: inline-block; width: 62.5%; height: 40px; padding: 0 10px; font-size: 18px; background-color: #fff !important; outline: none; border: none; box-shadow: none !important; }

        .rfq-white-container__green-panel .rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu { min-width: 371px !important; max-height: 192px; }

            .rfq-white-container__green-panel .rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu > li > a { min-width: 365px !important; }

    .rfq-white-container__green-panel .rfq-getquote-button { float: right; display: inline-block; width: 34%; height: 40px; color: #434343; background-color: #efefef !important; border: none; font-size: 18px; border-radius: 4px; }

.rfq-white-container__icons-panel { text-align: center; width: 500px; border: solid 0px red; margin: 0 auto; margin-top: 20px; }

    .rfq-white-container__icons-panel .rfq-icon-group { width: 31%; display: inline-block; border: solid 0px red; vertical-align: top; }

        .rfq-white-container__icons-panel .rfq-icon-group:nth-child(2) { border: solid 0px blue; margin-left: 10px; margin-right: 10px }

    .rfq-white-container__icons-panel .rfq-icon-group__icon { width: 80px; }

    .rfq-white-container__icons-panel .rfq-icon-group__text { margin-top: 15px; font-size: 15px; }

/*FOR CRO LAYOUT*/

.benefit { position: relative; margin-top: 30px; text-align: center; border: solid 0px red; margin-bottom: 35px; display: none; }

.benefit__item { color: var(--green) !important; font-size: 13px !important; }

.benefit__icon { }

.benefit__text { }

.benefit__itemset { border: solid 0px red; display: inline-block; margin-right: 20px; position: relative; }

    .benefit__itemset img { margin-right: 5px; width: 20px !important; }

    .benefit__itemset span { font-weight: normal; position: relative; top: 1px; color: #434343; font-size: 18px; }

.benefit__itemset--mobile { border: solid 0px red; display: none; margin-right: 20px; position: relative; font-size: 14px; color: #434343; }

.rfq-white-container__col1 { width: 60%; float: left; border: solid 0px red; }

.rfq-white-container__col2 { width: 39%; float: right; margin-top: 0px; border: solid 0px blue; }

.rfq-white-container__greentext { font-size: 18px; color: #434343; font-style: italic; }

.bullet-point { padding-left: 0px; font-size: 18px; margin-top: 20px; margin-bottom: 10px; list-style: none; }

.bullet-point__item { line-height: 1.9em; }

    .bullet-point__item i { margin-right: 5px; color: #434343; }

.bullet-point__itemalone { font-style: italic; position: relative; margin-top: -15px !important; text-align: right; padding-right: 58px; }

.gq-avatar-frame-with-hotline + .comment-box { margin-top: 75px; }

.gq-avatar-frame { /*width: 320px;*/ height: 350px; background-color: #fff; border: solid 0px var(--green); overflow: hidden; position: relative; margin: 0 auto; text-align: center; }

.gq-avatar-frame__image { display: block; margin: 0 auto; width: auto; margin-top: 25px; max-width: 100%; 
    max-width: 100%;
    max-height: 350px;}

.gq-avatar-frame__image--noprice { display: block; margin: 0 auto; width: auto;  max-width: 100%; 
    max-width: 100%;
    max-height: 350px;}
@media (max-width: 768px) {
    .gq-avatar-frame__image--noprice {
        margin-top: 15px;
    }
}

.gq-avatar-frame__text { display: block; color: #434343; margin-top: 10px; font-size: 14px; }

.gq-avatar-frame__price { display: block; font-weight: bold; color: #434343; font-size: 14px; }

.gq-avatar-frame__image img { height:450px; }

.new-wash--border { border-color: red !important; }

.rfq-line-break { display: none; }

.addthis-smartlayers { display: none !important; }

.cro-logos { width: 65%; border: solid 0px red; text-align: center; max-width: 1200px !important; margin: 0 auto; display: flex; flex-wrap: wrap; flex-grow: 1; flex-shrink: 1; align-items: center; justify-content: center; margin-top: 20px; }

.cro-logos__text {
    font-size: 18px;
    color: #434343;
    text-align: center;
    line-height: 1.2em;
}

.cro-logos__image { flex-basis: 14%; margin: 10px 10px 20px 10px; border: solid 0px red; }

.cro-logos__realimage { width: 100px; }

/*.cro-logos__image { margin: 10px 2.2% 10px 2.2%; width: 100px; }*/
/*END FOR CRO LAYOUT*/
.single-white-container { background-color: #fff; min-height: 100px; border: solid 1px #d3d3d3; padding: 15px 35px 30px 35px !important; margin-bottom: 30px; }

.filter-container { background-color: #fff; padding: 20px 0px; min-height: 200px; border: solid 1px #d3d3d3; text-align: center; position: relative; margin-bottom: 30px; display: none; }

.filter-container__block { display: inline-grid; width: 25%; border: solid 0px blue; text-align: left; }

    .filter-container__block .header { font-weight: bold; }

    .filter-container__block .content-wrapper { }

.report-wrapper { float: right; border: solid 0px red; width: 200px; margin-top: 20px; margin-right: 10px; }

.product { width: 100%; min-height: 200px; float: left; margin-bottom: 25px; margin-right: 0 !important; }

/*RENEW CSS*/

.is-light { background-color: #fcf9f1 !important; }

.ms-light { background-color: #ecf7f7ff !important; }

.hh-light { background-color: #f9f1f1ff !important; }

.title-wrapper { border: solid 0px red; float: left; }

.product__frame { border: solid 5px #f4f5f6; position: relative; overflow: hidden; background-color: #fff; border-radius: 5px; padding: 20px 25px; }

    .product__frame:hover { box-shadow: 0px 0px 3px 3px rgba(67,67,67,0.15); }

.product__supplier-name { font-weight: bold; margin-left: 0px; font-size: 14px; color: #434343; }

.product__supplier-keywords { font-size: 14px; color: #434343; }

.product__product-enquiry:hover { background-color: var(--green); color: #fff !important; }

.product__scroller { border: solid 0px red; overflow: hidden; }

    .product__scroller a { text-decoration: none; }

        .product__scroller a:hover { color: #333; }

.product__item { display: inline-block; width: 32%; margin-right: 1%; margin-top: 20px; vertical-align: top; min-height: 100px; border: solid 0px red; }

.product__image { border: solid 1px #ddd; width: 35%; display: inline-block; vertical-align: top; }

.product__title-line { padding: 0px; overflow: hidden; border: solid 0px red; display: inline-block; min-height: 4.5em; line-height: 1em; width: 60%; margin-left: 1%; }

    .product__title-line h2,
    .product__title-line h3 { color: #434343; font-family: "proxima-nova","Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.3em; font-weight: bold; }

.product__title { color: #434343; }

.product__brand { font-weight: bold; color: #434343; }

.product__hot { background-color: var(--rfq-bg); color: #333; padding: 2px 10px; display: inline-block; margin: 4px 0; font-size: 13px; }

.product__price { color: var(--textcolor-theme); }

.product__price-guide { margin-top: 6px; color: #888888; font-size: 13px; }

.product__supplier-wrapper { border-bottom: solid 1px #d3d3d3; padding-bottom: 15px; }

.product__supplier-logo-wrapper { display: inline-block; text-align: center; vertical-align: top; font-size: 14px !important; color: #434343; }

.product__supplier-logo { text-align: left; display: inline-block; vertical-align: top; width: 12%; max-width: 100px; width: 100%; margin-bottom: 5px; }

.product__supplier-info { border: solid 0px red; display: inline-block; padding: 0 0px; width: 85%; /*70%*/ text-align: justify; margin-left: 1%; margin-right: 1%; }

    .product__supplier-info .description, .product__supplier-info .customer-info { font-size: 13px; color: #888888; }

.product__product-enquiry { border: solid 1px var(--green); background-color: #fff; padding: 5px 20px; color: #434343 !important; float: right; border-radius: 3px; font-weight: bold }

.product__title-line .product_introduction { font-size: 13px; line-height: 19px; color: #888888; }

    .product__title-line .product_introduction:hover { color: #888888; }

.paging { border: solid 0px red; text-align: center; }

.paging__item { display: inline-block; border: solid 1px var(--bgcolor-theme); padding: 3px 10px; margin: 0 2px; font-weight: bold; background-color: #fff; text-decoration: none !important; color: var(--textcolor-theme) !important }

.paging__active { background-color: var(--bgcolor-theme) }
/*END RENEW*/
.get-quotes-banner-wrapper { border: solid 1px var(--bgcolor-theme); position: relative; overflow: visible; background-color: #fff; border-radius: 5px; padding: 20px 25px; margin-bottom: 25px; float: left; width: 100%; }

    .get-quotes-banner-wrapper .description { display: inline-block; float: left; padding-top: 8px; padding-left: 20px; }

    .get-quotes-banner-wrapper .actions { display: inline-block; float: right; width: 280px; }

    .get-quotes-banner-wrapper .description .primary-text { color: #434343; font-weight: bold; font-size: 28px; }

    .get-quotes-banner-wrapper .description .secondary-text { font-size: 18px; color: #333333; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown { float: left; display: inline-block; width: 100%; height: 38px; padding: 0 10px 0 15px; font-size: 18px; background-color: #fff !important; outline: none; border: none; box-shadow: none !important; border: solid 1px #d3d3d3; border-radius: 5px; }

    .get-quotes-banner-wrapper .actions .get-quote-nows { border: solid 0px var(--green); background-color: var(--bgcolor-theme); padding: 9px 19px; color: var(--textcolorcontrast-theme); border-radius: 22px; font-weight: bold; margin-top: 10px; width: 281px; font-size: 18px; position: relative; }

        .get-quotes-banner-wrapper .actions .get-quote-nows:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

        .get-quotes-banner-wrapper .actions .get-quote-nows:hover:before { background-color: rgba(255,255,255, 0.2) !important; }

        .get-quotes-banner-wrapper .actions .get-quote-nows .short-text { display: none; }

        .get-quotes-banner-wrapper .actions .get-quote-nows .full-text { display: contents; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items { top: 35px !important; min-width: 53px !important; font-size: 18px; left: -1px; text-align: left; position: absolute; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn { width: 100%; font-size: inherit !important; margin: 2px 0 0 0; text-align: left; background-color: transparent; }

        .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .caret { margin-top: -21px; }

        .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .sizedDropdownCountry__btnText { width: 95%; margin-top: 4px !important; font-weight: normal; font-size: 18px; color: #333333; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu > li > a { width: 274px; text-decoration: none; color: #333333 !important; padding: 1px 10px 1px 17px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.product__new { background-color: var(--rfq-bg); padding: 3px 9px; font-size: 13px; display: inline-block; position: absolute; right: 0; top: 0; color: var(--textcolor-theme); }

.product__video { display: inline-block; position: absolute; right: 8px; bottom: 30px; font-size: 24px; cursor: pointer; color: var(--textcolor-theme); }

    .product__video:hover { color: var(--bgcolor-theme); }

.product__description { margin-top: 8px; margin-bottom: 10px; padding: 0; padding-bottom: 10px; font-size: 13px; color: #434343 !important; line-height: 1.3em; border-bottom: solid 1px #E2E2E2; }

.product__primary-feature { padding: 5px 15px; font-size: 13px; color: var(--textcolor-theme); line-height: 1.1; display: inline-block; justify-content: left; text-align: left; clear: both; background-color: var(--grey-1); }

.product__supplier-section { border: solid 0px blue; margin-top: 8px; margin-bottom: 5px; }

.product__verified-container { text-align: center; margin-top: 5px; }

.product__verified-icon { font-size: 10px !important; width: 20px; margin-left: 0px; margin-top: -3px; }

.product__callback { font-size: 13px; font-weight: bold; }

.product__product-enquiry--desktop { display: none; }

.product__product-enquiry--mobile { display: none !important; }

.product .trade-assurance--block { padding: 3px 0; }

.product .trade-assurance--inline { padding: 3px 0; display: inline-block; margin-right: 30px; }

.product .trade-assurance__key { font-weight: bold; color: #434343; }

.product .trade-assurance__value { font-weight: normal; color: #434343; }

.customer { display: block; }

.article__group { list-style: none; padding: 0; display: inline-block; width: 100%; }

.article__headline { border-left: 5px solid var(--bgcolor-theme); padding-left: .4em; font-size: 20px; font-weight: bold; margin: 20px 0 15px 0; line-height: 1.2em; }

.article__item { width: 32%; float: left; margin: 0 15px 25px 0; box-sizing: border-box; }

.article__link { text-decoration: none !important; }

    .article__link:hover { text-decoration: none !important; }

.article__title { display: inline-block; margin-left: 6px; font-weight: bold; width: 55%; }

.article__image { display: inline-block; border: solid 1px #DDDDDD; width: 35%; vertical-align: top; }

.description { }

.description__headline { border-left: 5px solid var(--bgcolor-theme); padding-left: .4em; font-size: 20px; font-weight: bold; margin: 5px 0 15px 0; line-height: 1.2em; }

.description__content { margin: 25px 0px 0 0px; font-weight: normal; }

.menu-filters { }

.menu-filters__head { background-color: var(--rfq-bg); font-weight: bold; padding: 5px 5px 5px 8px; border-bottom: solid 1px #E6E6E6; cursor: pointer; font-size: 15px; }

    .menu-filters__head:hover { background-color: var(--rfq-bg); }

.menu-filters__body { padding: 0 0; }

.menu-location { }

.menu-location__head { font-weight: bold; padding: 5px 5px 5px 8px; border-bottom: solid 1px #E6E6E6; cursor: pointer; font-size: 15px; }

    .menu-location__head:hover { }

.menu-location__arrow { float: right; transform: rotate(180deg); transition: all 0.2s; }

.menu-location__body { padding: 0 8px; }

.menu-brand { margin-top: 20px; }

.menu-brand__head { font-weight: bold; padding: 5px 5px 5px 8px; border-bottom: solid 1px #E6E6E6; cursor: pointer; font-size: 15px; }

    .menu-brand__head:hover { }

.menu-brand__arrow { float: right; transform: rotate(180deg); transition: all 0.2s; }

.menu-brand__body { padding: 0 8px; border: solid 0px red; }

.menu-brand__inside10 { max-height: 260px; border: solid 0px blue; overflow-y: hidden }

.menu-brand__more { position: relative; bottom: 0px; text-align: center; transition: all 0.8s; cursor: pointer; }

.menu-related-category { margin-top: 20px; }

.menu-related-category__head { font-weight: bold; padding: 5px 5px 5px 8px; border-bottom: solid 1px #E6E6E6; cursor: pointer; font-size: 15px; }

    .menu-related-category__head:hover { background-color: var(--rfq-bg); }

.menu-related-category__body { padding: 5px 10px 5px 10px; }

.menu-related-category__link { display: block; text-align: left; margin: 0 0 6px 0; }

.buylocal { float: left; }

.buylocal__headline { border-left: 5px solid var(--bgcolor-theme); padding-left: .4em; font-size: 20px; font-weight: bold; margin: 20px 0 15px 0; line-height: 1.2em; }

.buylocal__link { font-weight: normal; margin: 6px 0; display: inline-block; }

.insights { float: left; margin-top: 20px; }

.insights__title { font-weight: bold; font-size: 15px; line-height: 1.2em; }

.insights__head { font-weight: bold; padding: 5px 5px 5px 8px; border-bottom: solid 1px #E6E6E6; cursor: pointer; font-size: 15px; }

.insights__content { font-family: "proxima-nova", "Helvetica Neue",Helvetica,Arial,sans-serif; font-size: 14px; line-height: 1.3em; padding: 0 8px; margin: 0; margin-top: 5px; }

.filter-mini { float: left; position: relative; }

.filter-mini__button { outline: none !important; border-radius: 5px; border: solid 0px var(--grey-1); width: 100px; font-size: 16px; padding: 6px 0px; margin-top: 15px; margin-bottom: 15px; background-color: var(--grey-1); }

    .filter-mini__button:active { outline: none !important; }

    .filter-mini__button:focus { outline: none !important; }

hr.line-cro { border: none; border-bottom: solid 1px #ddd !important; margin: 20px 0 0 0; }

.linebreak--desktop { display: none; }

.linebreak--mobile { display: block; }

/*GET QUOTE TRAVEL BAR TOP - BEGIN */
.gq-travel-container { background-color: var(--grey-1); width: 100%; display: none; position: fixed; margin: 0 auto; top: 0px; font-size: 14px; z-index: 2000 !important; padding: 15px 0px; vertical-align: middle; box-shadow: rgba(67,67,67,0.2) 0 0 10px 4px; border-bottom: solid 2px #ddd; }

.gq-travel-container__title { font-weight: bold; font-size: 28px; }

.gq-travel-container__content { font-style: normal; font-size: 18px; margin-top: 15px; }
/*.gq-travel-container__button { padding: 17px 60px; border: none; outline: none !important; background-color: var(--bgcolor-theme); color: var(--textcolorcontrast-theme); position: absolute; top: 0px; right: 0px; border-radius: 26px; font-size: 18px; font-weight: bold; }*/
.gq-travel-container__button { padding: 17px 60px; border: none; outline: none !important; background-color: var(--bgcolor-theme); color: var(--textcolorcontrast-theme); border-radius: 26px; font-size: 18px; font-weight: bold; position: relative; }

    .gq-travel-container__button:before { content: ''; display: block; position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

    .gq-travel-container__button:hover:before { background-color: rgba(255,255,255, 0.2) !important; border-radius: 26px; }


/*.gq-travel-container__button { padding: 20px 45px; border: none; outline: none !important; display: block !important; background-color: var(--green); color: #fff; position: absolute; top: 30px; right: 20px; border-radius: 8px; font-size: 20px; font-weight: bold; }*/
.breakline { display: none; }

.gq-travel-wrapper { max-width: 1200px; width: 100%; margin: 0 auto; position: relative; border: solid 0px red; display: flex; align-items: center; justify-content: space-between; }

.gq-travel-left { border: solid 0px red; }

.gq-travel-right { border: solid 0px red; }


/*GET QUOTE TRAVEL BAR TOP - END */
/* TRIAL 1800 OPERATOR */
.hotline { width: 100%; padding: 12px 0; 
           margin-top: -30px; margin-bottom: 30px; text-align: center; 
           color: #434343; font-size: 15px; background-color: var(--stone-bgcolor); }

.new-hotline {
    background-color: var(--grey-1);
}

.hotline > div {
    display: inline;
}

/* Mobile: stack vertically */
@media (max-width: 768px) {
    .hotline {
        display: flex;
        flex-direction: column;
        align-items: stretch;
    }
}
.new-hotline a {
    text-decoration: none !important;
}

    .new-hotline .hotline__icon {
        margin-left: .5rem;
    }

    .new-hotline .hotline__number {
        margin-right: .5rem;
    }

.hotline__text {
}

.hotline__icon { color: #434343; border: solid 0px #434343; padding: 0px; border-radius: 50%; font-size: 14px; margin: 0 2px 0 15px; }

.hotline__number:link, .hotline__number:active, .hotline__number:visited { color: #434343 !important; text-decoration: underline; }

.hotline__number:hover { }


.hotline-middle { width: 100%; padding: 12px 0; margin-bottom: 30px; text-align: center; color: #434343; font-size: 18px; border: solid 0px red; width: 35%; float: right; margin-right: 5%; }

.hotline-middle__text { }

.hotline-middle__icon { color: #434343; border: solid 0px #434343; padding: 0px; border-radius: 50%; margin: 0 2px 0 0px; }

.hotline-middle__number:link, .hotline-middle__number:active, .hotline-middle__number:visited { color: #434343 !important; text-decoration: underline; }

.hotline-middle__number:hover { }


/* TRIAL 1800 OPERATOR - END*/

.filter-info-seo { padding: 0 20px; text-align: left; font-size: 14px; margin-top: 30px; margin-bottom: 30px; line-height: 1.5em !important; }
.mb-linebreak { display: none; }

/***IPAD REGULAR SIZE ***/
@media screen and (max-width: 1199px) {
    h1 { margin-bottom: 25px; width: 100%; }

    .category-container { width: 100% !important; max-width: 100% !important; padding: 0 10px !important; }

    .related-articles { }

        .related-articles ul li { width: 31% !important; display: inline-block !important; margin: 0 1.2% 15px 0 !important; box-sizing: border-box; height: auto !important; }

    input:disabled, #rfq_catname { background-color: #ebebe4; color: #333 !important; -webkit-text-fill-color: #333 !important; }

    .tab * { font-size: 16px; }

    .tab .row { /*padding: 0 15px;*/ }

        .tab .row .error-msg { font-size: 12px; right: 15px; bottom: -13px; }

        .tab .row .error-msg-textarea { font-size: 12px; right: 14px; bottom: -20px; }

        .tab .row .error-msg-group { font-size: 12px; right: 47px; bottom: -19px; }

    .tab input:disabled { background-color: #ebebe4; color: #333 !important; -webkit-text-fill-color: #333 !important; font-size: 18px !important; }

    .btn-group button.btn-primary { padding: 10px 6px !important; font-size: 14px !important; }

    .btn-get-quotes { padding: 8px 15px; top: -25px; right: 10px; }

    .col-1 { width: 44%; }

    .col-2 { width: 54%; }

    .rfq-close { right: 8px; top: 4px; font-size: 18px; }

    #quotes-popup-first { width: 100%; max-width: 100%; height: 60%; overflow: hidden; }

    #quotes-popup-second { width: 100%; max-width: 100%; height: 78px; overflow: hidden; }

    .green-text-label { font-size: 14px; }

    .category-container .box-right .product-item .supplier-logo { width: 95px; }

    .money-icon { display: inline-block; position: absolute; float: right; right: 2px; top: 20px; width: 50px; }

    .article__item { width: 31% !important; float: left; margin: 0 15px 25px 0; box-sizing: border-box; }

    .product__description { display: block; clear: both; }

    /*CRO-TABLET*/
    .rfq-white-container { }

    .rfq-white-container__title { font-weight: bold; font-size: 34px; text-align: left; color: #434343; display: block; line-height: 1.2em; border: solid 0px red; width: 100%; margin-bottom: 20px; }

    .benefit { display: none; }

    .bullet-point__itemalone { font-size: 16px; padding-right: 40px; }

    /*GET QUOTE TRAVEL BAR TOP - BEGIN */
    /*    .gq-travel-container { left:0; }
    .gq-travel-container__title { font-weight: bold; font-size: 20px; }
    .gq-travel-container__content { font-style: italic; font-size: 20px; margin-top: 10px; }
    .gq-travel-container__button { padding: 20px 45px; border: none; outline: none !important; display: block !important; background-color: var(--green); color: #fff; position: absolute; top: 22px; right: 20px; border-radius: 8px; font-size: 20px; font-weight: bold; }*/
    /*GET QUOTE TRAVEL BAR TOP - END */

    .gq-travel-wrapper { padding: 0 11px; }

    .gq-travel-container__button { right: 11px; }

    .cro-logos { width: 80%; }
}

/*** EXCEPTIONAL SCREEN SIZE - PART 1*/
@media screen and (max-width: 1100px) {
    .bullet-point__itemalone { font-size: 14px; padding-right: 35px; }

    .cro-logos { }

    .cro-logos__image { }
}

@media screen and (max-width: 930px) {

    .category-container .summary { max-height: 70px; }

    .benefit__itemset { border: solid 0px red; display: none; margin-right: 5px; position: relative; }

        .benefit__itemset img { }

        .benefit__itemset span { font-weight: bold; position: relative; top: 1px; }

    .benefit__itemset--mobile { display: inline-block; }


    .product__supplier-info { width: 80%; }

    .rfq-white-container__title { font-size: 30px; }

    /*.cro-logos__image { margin: 10px 1.2% 10px 1.2%; }*/

    /*CRO-TABLET-VERTICAL*/
    .bullet-point__itemalone { font-size: 13px; padding-right: 20px; }

    .cro-logos { width: 90%; }
}
/*** END EXCEPTIONAL SCREEN SIZE - PART 1*/



/*** IPAD MEDIUM SIZE ***/
@media screen and (max-width: 768px) {
    .related-articles ul li { width: 47% !important; height: auto !important; margin: 0 1.6% 15px 0 !important; }

        .related-articles ul li:nth-of-type(2n) { margin-right: 0 !important; }

    .product-enq-new-modal .modal-content { }

    .product-enq-new-modal .modal-dialog { display: inline-block; width: 70% !important; margin: 0 auto !important; padding: 0 !important; position: static; }

    #filter-button { display: block; }

    .article__item { width: 47% !important; float: left; margin: 0 15px 25px 0; box-sizing: border-box; }

    .filter-mini { display: block !important; }

    .filter-container__block { display: inline-grid; width: 28%; border: solid 0px blue; text-align: left; }

    .menu-brand__inside10 { }

    .product__description { display: block; clear: both; }

    .product .trade-assurance--inline { padding: 2px 0; display: inline-block; margin-right: 30px; }

    .product__item { width: 48%; margin-right: 1.2%; }

    .product__supplier-info { width: 85%; border: solid 0px red; }

    .rfq-white-container { }

    .rfq-white-container__title { font-size: 26px; }

    .bullet-point__itemalone { font-size: 12px; padding-right: 15px; }

    .hotline-middle { font-size: 14px; margin-right: 5%; }

    .gq-travel-left { width: 70%; }

    .gq-travel-right { }
}

/*** EXCEPTIONAL SCREEN SIZE */
@media screen and (max-width: 748px) {
    .get-quotes-banner-wrapper .description, .get-quotes-banner-wrapper .actions { display: block; width: 100%; padding-left: 0; padding-top: 0; }

        .get-quotes-banner-wrapper .description .primary-text { font-size: 3vw; margin-bottom: 5px; line-height: 1.2em; }

        .get-quotes-banner-wrapper .description .secondary-text { font-size: 2.5vw; }

        .get-quotes-banner-wrapper .actions .rfq-state-dropdown { width: 70%; margin-right: 15px; }

        .get-quotes-banner-wrapper .actions .get-quote-nows { width: calc(30% - 15px); margin-top: 0; }

        .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items { width: 100%; }

        .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .caret { margin-top: 15px; }

        .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu > li > a { width: 100%; }

        .get-quotes-banner-wrapper .actions .get-quote-nows .short-text { display: contents; }

        .get-quotes-banner-wrapper .actions .get-quote-nows .full-text { display: none; }
}

@media screen and (max-width: 670px) {
    .product__supplier-info { width: 52%; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .caret { margin-top: 14px; }

    .rfq-white-container { }

    .rfq-white-container__title { font-size: 22px; }
}

@media screen and (max-width: 620px) {
    .rfq-white-container__green-panel { max-width: calc(100% - 30px); }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items { font-size: 1.1rem; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .sizedDropdownCountry__btnText { font-size: 1.1rem; margin-top: 4px !important; }

    .get-quotes-banner-wrapper .actions .get-quote-nows { font-size: 1.1rem; }
}


@media only screen and (max-width: 600px) {
    .category-container .read-more-summary.opened { margin-bottom: 25px; }

    .rfq-white-container__title { font-size: 21px; }
}


@media screen and (max-width: 550px) {
    .product__supplier-info { width: 42%; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items,
    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .sizedDropdownCountry__btnText,
    .get-quotes-banner-wrapper .actions .get-quote-nows { font-size: 1.1rem; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .caret { margin-top: 12.5px; }

    .rfq-white-container__title { font-size: 19px; }
}
/*** END EXCEPTIONAL SCREEN SIZE */

/*** MOBILE ***/
@media only screen and (max-width: 500px) {
    .mb-linebreak { display: block; }

    .category-container { width: 100%; max-width: 100% !important; min-width: 320px !important; }

    .related-articles ul li { width: 100% !important; height: auto !important; margin: 0 0 20px 0 !important; }

    .rfq-tooltip [data-title]:after { display: none !important; }

    .rfq-tooltip [data-title]:hover:after { display: none !important; }

    .product-enq-new-modal .modal-content { }

    .product-enq-new-modal .modal-dialog { width: 100% !important; max-width: 100% !important; min-width: 100%; top: 0 !important; vertical-align: top; position: relative !important; }

    .get-quotes-modal .modal-dialog { vertical-align: top; }

        .get-quotes-modal .modal-dialog .modal-content { }

    .article__item { width: 99% !important; float: left; margin: 0 15px 25px 0; box-sizing: border-box; }

    .rfq-white-container { padding-top: 0px !important; padding: 0 12px !important;   }

    .rfq-white-container__title { font-size: 30px; line-height: 1.2em; padding: 0; text-align: center }

    .rfq-white-container__main-image-panel .image-category { width: 95px; border: solid 0px red; }

    .rfq-white-container__main-image-panel .image-money { width: 180px; margin-left: 20px; border: solid 0px red; }

    .rfq-white-container__green-panel { width: 90%; padding: 10px; }

        .rfq-white-container__green-panel .rfq-title { display: none; }

        .rfq-white-container__green-panel .rfq-state-dropdown { width: 55%; height: 36px; padding-left: 5px; font-size: 14px; }

        .rfq-white-container__green-panel .rfq-getquote-button { width: 42%; height: 36px; font-size: 18px; }

    .rfq-white-container__icons-panel { text-align: center; width: 100%; border: solid 0px red; margin: 0 auto; margin-top: 20px; }

        .rfq-white-container__icons-panel .rfq-icon-group { width: 100%; display: block; border: solid 0px blue; text-align: left; padding-left: 30px; margin-bottom: 3px; }

            .rfq-white-container__icons-panel .rfq-icon-group:nth-child(2) { border: solid 0px blue; margin-left: 0px; margin-right: 0px }

        .rfq-white-container__icons-panel .rfq-icon-group__icon { width: 50px; display: inline-block; vertical-align: top; }

        .rfq-white-container__icons-panel .rfq-icon-group__text { display: inline-block; width: 80%; text-align: left; padding-left: 10px; vertical-align: top; }

    .break-title { display: none; }

    .customer { display: none; }

    .product__supplier-wrapper { padding-bottom: 10px; }

    .product__product-enquiry--desktop { display: none; }

    .product__product-enquiry--mobile { display: none !important; width: 100%; clear: both; text-align: center; margin-top: 15px; }

    .product__supplier-logo { width: 80px; }
    /*.product__supplier-logo { width: 25%; width:100px;}*/

    .product__supplier-info { width: 70%; float: right; text-align: left; }

    .product__item { width: 100%; margin-top: 10px; }

    .hot-product-item { width: 85px; }

    .rfq-white-container__green-panel .rfq-sub-title { font-size: 15px; }

    .rfq-white-container__green-panel .rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu { min-width: 85vw !important; }

    .rfq-white-container__green-panel .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn { font-size: 15px !important; margin-left: 5px; }

    .rfq-white-container__green-panel .rfq-state-dropdown .sizedDropdownCountry__btn .caret { margin-top: -19px; margin-right: 3px; }

    .rfq-white-container__green-panel .rfq-getquote-button { font-size: 15px; }

    .rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu > li > a { font-size: 15px; }

    .get-quotes-banner-wrapper .description { margin-bottom: 5px; }

        .get-quotes-banner-wrapper .description .primary-text { font-size: 5vw; margin-bottom: 5px; }

        .get-quotes-banner-wrapper .description .secondary-text { font-size: 3.2vw; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown { width: 62%; }

    .get-quotes-banner-wrapper .actions .get-quote-nows { width: calc(38% - 15px); }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items,
    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu > li > a,
    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .sizedDropdownCountry__btnText,
    .get-quotes-banner-wrapper .actions .get-quote-nows { font-size: 1rem !important; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .caret { margin-top: -18px; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items { min-width: 85vw !important; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .sizedDropdownCountry__btnText { margin-top: 4px !important; }

    .get-quotes-banner-wrapper .actions .get-quote-nows { padding: 8px; }

    /*CRO MOBILE*/
    .rfq-getquote-button { color: #efefef; background-color: var(--green) !important; border: solid 0px red; font-size: 14px; border-radius: 0px 5px 5px 0px; margin-left: -4px !important; padding: 11px 18px 10px 18px !important; position: relative !important; outline: none !important; box-shadow: none !important; top: 12px; }

    .benefit { position: relative; display: none; }

    .benefit__item { color: var(--green) !important; font-size: 13px !important; left: 0; margin-left: 0; }

    .benefit__icon { }

    .benefit__text { }

    .benefit__itemset { width: 100%; text-align: left; padding: 0px 0 10px 0; }

        .benefit__itemset img { display: inline-block; width: 22px; margin-right: 10px; }

        .benefit__itemset span { display: inline-block; }

    .rfq-white-container__col1 { width: 100% !important; }

    .rfq-white-container__col2 { width: 100% !important; margin-top: 0px; }

    .rfq-white-container__greentext { text-align: center; }

    .rfq-line-break { display: block; }

    .bullet-point { padding-left: 0px; }

    .bullet-point__item { }

        .bullet-point__item i { }

    h1.page-title { font-size: 17px; padding: 8px 16px; }
    /*hr.line-cro { display:none; }*/

    .linebreak--desktop { display: none; }

    .linebreak--mobile { display: block; }

    /*.cro-logos { margin-top: 40px; }
    .cro-logos__image { margin: 10px 2.1% 10px 2.1%; width: 85px; }*/

    .cro-logos { width: 100%; }

    .cro-logos__image { }


    /*CRO MOBILE - END*/

    .bullet-point__itemalone { font-size: 12px; padding-right: 10px; margin-top: -20px !important; }

    /*GET QUOTE TRAVEL BAR TOP - BEGIN */
    /*.gq-travel-container { padding: 25px 15px;}*/
    /*.gq-travel-container__title { font-weight: bold; font-size: 14px; }*/
    /*.gq-travel-container__content { font-style: italic; font-size: 14px; margin-top: 10px; }*/
    /*.gq-travel-container__button { padding: 10px 25px; border: none; outline: none !important; display: block !important; background-color: var(--green); color: #fff; position: absolute; top: 22px; right: 20px; border-radius: 8px; font-size: 14px; font-weight: bold; }*/

    /*    .gq-travel-container__title { font-weight: bold; font-size: 14px; }
    .gq-travel-container__content { font-size: 14px; margin-top: 10px; }*/

    .gq-travel-container__title { font-weight: bold; font-size: 5vw; }

    .gq-travel-container__content { font-size: 3.2vw; margin-top: 10px; }

    .breakline { display: block !important; }

    .gq-travel-wrapper { padding: 0 11px; }

    .gq-travel-container__button { right: 11px; padding: 10px 25px; font-size: 14px; }
    /*GET QUOTE TRAVEL BAR TOP - END */

    .hotline-middle { font-size: 14px; margin-right: 2%; }

    .gq-avatar-frame { margin-top: 65px; height: auto; }

    .gq-avatar-frame-with-hotline { margin-top: 50px; }

    .gq-travel-left { width: 65%; }

    .gq-travel-right { }
}

@media only screen and (max-width: 414px) {
    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items { min-width: 83vw !important; }

    .rfq-white-container__green-panel .rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu > li > a { min-width: unset !important; }

    .gq-travel-left { width: 62%; }

    .gq-travel-right { }
}

@media only screen and (max-width: 375px) {
    .rfq-white-container__green-panel .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn { margin-left: 3px; }

    .rfq-white-container__green-panel .rfq-state-dropdown .sizedDropdownCountry__btn .caret { margin-top: -19px; margin-right: 0px; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items { min-width: 81vw !important; }
}

/* Galaxy S5 / Moto G4 */
@media only screen and (width: 368px) {
    .rfq-white-container__title { font-size: 21px; }
}

@media only screen and (max-width: 368px) {
    .get-quotes-banner-wrapper .description .secondary-text { font-size: 13px; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown { width: 60%; }

    .get-quotes-banner-wrapper .actions .get-quote-nows { width: calc(40% - 15px); }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items,
    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items.dropdown-menu > li > a,
    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .dropdown-toggle.sizedDropdownCountry__btn .sizedDropdownCountry__btnText,
    .get-quotes-banner-wrapper .actions .get-quote-nows { font-size: 1rem; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items { min-width: 80vw !important; }

    .product__supplier-logo { width: 70px; }
    .filter-info-seo { width: 100%; max-width: 100%;}
}

@media only screen and (max-width: 360px) {
    .category-container .read-more-summary.opened { margin-bottom: 30px; }
}

@media only screen and (max-width: 326px) {
    .get-quotes-banner-wrapper .description { margin-bottom: 0; }

        .get-quotes-banner-wrapper .description .primary-text { font-size: 1.1rem; }

        .get-quotes-banner-wrapper .description .secondary-text { font-size: 0.9rem; }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown { width: 60%; margin-right: 8px; }

    .get-quotes-banner-wrapper .actions .get-quote-nows { padding: 8px 5px; font-weight: 500; width: calc(40% - 8px); }

    .get-quotes-banner-wrapper .actions .rfq-state-dropdown .sizedDropdownCountry__items { min-width: 84vw !important; }
}

/* Iphone 5/SE */
@media only screen and (max-width: 320px) {
    .rfq-white-container__title { font-size: 19px; }
}
