﻿.category-container { width: 100%; max-width: 1200px; margin: 0 auto; min-width: 350px !important; position:relative; }
    .category-container .breadcrumb-container { margin-bottom: 20px; }
        .category-container .breadcrumb-container a { display: inline-block; margin-right: 10px; text-decoration: none; color: #AFAFAF !important; }
            .category-container .breadcrumb-container a:after { content: ">"; margin-left: 10px; }
            .category-container .breadcrumb-container a:last-child:after { content: ""; margin-left: 0px; }
    .category-container .box-left { width: 17.3%; display: block; float: left; padding-right: 10px; }
    .category-container .box-right { width: 82%; display: block; float: right; }

.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: #EEEEEE; color: #434343; font-size: 13px; position: absolute; top: 10px; padding: 10px; left: 100%; opacity: 0; border: 1px solid #EEEEEE; z-index: 99999; visibility: hidden; box-shadow: 1px 1px 3px 0px grey; }
.rfq-tooltip [data-title]:hover:after { opacity: 1; visibility: visible; }

/* RFQ */
.rfq-form-open { font-size: 15px; background-color: var(--rfq-bg); padding: 25px 0px 25px 0px; margin-bottom: 25px; position: relative; width: 100%; margin-left: 0px; display: none; border-radius: 5px; -moz-border-radius: 5px; }
    .rfq-form-open .rfq-inner-container { width: 95%; margin: 0 auto; }
        .rfq-form-open .rfq-inner-container .icon-group { width: 98px; float: left; margin: 30px 10px 0 5px; }
            .rfq-form-open .rfq-inner-container .icon-group .icon { width: 60%; display: block; margin: 0 auto; }
            .rfq-form-open .rfq-inner-container .icon-group .text { text-align: center; color: var(--textcolor-theme); margin-top: 5px; }
        .rfq-form-open .rfq-inner-container .rfq-group-control { margin-left: 0px; float: left; vertical-align: middle; }
            .rfq-form-open .rfq-inner-container .rfq-group-control .rfq-label { font-weight: bold; display: inline-block; float: left; margin-top: 8px; }
            .rfq-form-open .rfq-inner-container .rfq-group-control .rfq-item { display: inline-block; float: left; margin-left: 6px; border: solid 1px #fff; }
            /*neededin*/
            .rfq-form-open .rfq-inner-container .rfq-group-control:nth-child(2n-1) { width: 60%; }
                .rfq-form-open .rfq-inner-container .rfq-group-control:nth-child(2n-1) .rfq-item { width: 64%; }
            /*Quantity*/
            .rfq-form-open .rfq-inner-container .rfq-group-control:nth-child(2n) { width: 33%; float: right; }
                .rfq-form-open .rfq-inner-container .rfq-group-control:nth-child(2n) .rfq-item { width: 45%; float: right; }

    .rfq-form-open .header { font-size: 25px; font-weight: bold; line-height: 1em; margin-top: 0px; color: var(--green) }
    .rfq-form-open .rfq-col-left { width: 50%; float: left }
    .rfq-form-open .rfq-col-right { width: 50%; float: right; }
    .rfq-form-open .green-text { color: var(--green); padding-top: 5px; }
    .rfq-form-open .text-title { font-weight: normal; padding-top: 8px; padding-bottom: 3px; }
    .rfq-form-open input[type='text'], .rfq-form-open textarea, .rfq-form-open select { border: solid 1px #fff; padding: 5px 5px; width: 100%; border-radius: 3px; height: 32px; }
        .rfq-form-open input[type='text']:focus, .rfq-form-open textarea:focus, .rfq-form-open select:focus { border: solid 1px var(--green); }
        .rfq-form-open input[type='text'].error, .rfq-form-open textarea.error, .rfq-form-open select.error { border: solid 1px var(--red) !important; }

    .rfq-form-open .error-msg { display: block; float: left; position: absolute; left: 6px; bottom: 2px; }
    .rfq-form-open textarea { width: 100%; height: 88px; }
    .rfq-form-open .rfq-button-get-quotes { background-color: var(--green); color: #fff; font-weight: bold; font-size: 16px; padding: 8px 40px; margin-top: 15px; border: none !important; border-radius: 5px; -moz-border-radius: 5px; }

/* 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; }
hr { border: dashed 1px #888; margin-top: 25px; }

/* 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; }

/*** DESKTOP 2021 [BEGIN] [28-01-2021] *****************************/
/*Common CSS [BEGIN]*/
body { background-color: #fff; overflow-y: scroll; overflow-x: hidden; width: 100% !important; max-width: 100% !important; padding-top: 0 !important }
h1 { margin-bottom:25px; line-height:1.3em; width: calc(100% - 420px);}
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; }

.product-enq-new-modal .modal-content { border: none; }
.product-enq-new-modal .modal-dialog { }

/*** Padding & Margin ***/
.p0 { padding: 0px; }
.m0 { margin: 0px; }
.p10 { padding: 10px; }
.m10 { margin: 10px; }
.p15 { padding: 15px; }
.m15 { margin: 15px; }
.p20 { padding: 20px; }
.m20 { margin: 20px; }

/*** BEM */
.product,
a:nth-child(2n) .product,
a:nth-child(3n) .product { width: 19%; height: 390px; float: left; margin-bottom: 1%; margin-right: 1.25% !important; }
a:nth-child(5n) .product { margin-right: 0 !important; }

/*410 height*/
.product__frame { border: solid 1px #d3d3d3; position: relative; overflow: hidden; }
    .product__frame:hover { box-shadow: 0px 0px 3px 3px rgba(67,67,67,0.15); }
.product__hot { background-color: red; color: #fff; padding: 5px 40px; font-weight: bold; font-size: 14px; display: inline-block; position: absolute; right: -33px; top: 6px; transform: rotate(45deg); text-align: center; }
.product__compare { height: auto; padding: 0 2px; position: absolute; top: 0px; background-color: #ebe7e7; cursor: pointer; }

.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__price { color: var(--textcolor-theme); font-size:13px; display: inline-block; background-color: var(--rfq-bg); padding: 4px 8px; position: absolute; right: 7px; bottom: 7px; }

.product__video { display: inline-block; position: absolute; left: 5px; bottom: 5px; font-size: 22px; cursor: pointer; color: var(--textcolor-theme); }
.product__video:hover { color: var(--bgcolor-theme); }
.product__title-line { margin-top: 5px; padding: 0 5px; height:3em; overflow:hidden}
    .product__title-line h3 { color: #727272; font-size: 14px; height: 40px; max-height: 40px; font-family: "proxima-nova", "Helvetica Neue",Helvetica,Arial,sans-serif; line-height: 1.3em; font-weight: unset; margin: unset; }
.product__title { color: #727272; font-size: 14px; height: 40px; max-height: 40px;   }
.product__brand { font-weight: bold; margin-right: 0px; color: #727272; font-size: 15px; }
.product__image { border: solid 0px red; }
.product__description { margin-top: 5px; padding: 0 5px; font-size: 13px; color: rgb(175, 182, 202) !important; line-height: 1.3em; height: 5em; }

.product__primary-feature { background-color: var(--rfq-bg); padding: 0 10px; font-size: 13px; color: var(--textcolor-theme); line-height: 1.1; display: flex; justify-content: center; height: 100%; align-items: center; }

.product__supplier-section { border: solid 0px blue; margin-top: 8px; margin-bottom: 5px; }
.product__supplier-logo { border: solid 0px red; margin-left: 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__enquiry { font-weight: normal; font-size: 20px; position: relative; margin-top: 4px; margin-right: 3px; border: solid 0px red; float: right; cursor: pointer; color: var(--textcolor-theme); }
    .product__enquiry:hover { color: var(--bgcolor-theme) }
.product__callback { font-weight: normal; font-size: 20px; position: relative; margin-top: 4px; margin-right: 8px; color: var(--textcolor-theme); float: right; cursor: pointer; }
    .product__callback:hover { color: var(--bgcolor-theme) }

.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__headline  h2 { font-family: unset; font-size: inherit; font-weight: inherit; line-height: unset; margin-top: 0; }
.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; }

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);
    }

.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__head h2 { font-weight: bold; border-bottom: none; cursor: pointer; font-size: 15px; line-height: unset; margin: unset; font-family: unset; padding: 0; }
.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__head h2 { font-weight: bold; border-bottom: none; cursor: pointer; font-size: 15px; line-height: unset; margin: unset; font-family: unset; padding: 0; }
.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-price { margin-top: 25px;}
.menu-price__head { font-weight: bold; padding: 5px 5px 5px 8px; border-bottom: solid 1px #E6E6E6; cursor: pointer; font-size: 15px; }
    .menu-price__head:hover { }
    .menu-price__head h2 { font-weight: bold; border-bottom: none; cursor: pointer; font-size: 15px; line-height: unset; margin: unset; font-family: unset; padding: 0; }
.menu-price__arrow { float: right; transform: rotate(180deg); transition: all 0.2s; }
.menu-price__body { padding: 0 8px; position: relative; }
.menu-price__radio { position: relative; margin-right: 4px !important; top: 1px; cursor: pointer; }
.menu-price__radio-label { position: relative; font-weight: normal; 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__head  h2 { font-weight: bold; border-bottom: none; cursor: pointer; font-size: 15px; line-height: unset; margin: unset; font-family: unset; padding: 0; }
.menu-related-category__body { padding: 5px 10px 5px 10px; }
.menu-related-category__link { display: block; text-align: left; margin: 0 0 6px 0; }

.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__headline h2 { font-family: unset; font-size: inherit; font-weight: inherit; line-height: unset; margin-top: 0; }
.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__head h2 { font-weight: bold; border-bottom: none; cursor: pointer; font-size: 15px; line-height: unset; margin: unset; font-family: unset; padding: 0; }
.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; }
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; }

.rfq-floating-box { background-color: #F7EDC2; width: 100%; position: fixed; bottom: 0; z-index: 1000 !important; border-top: solid 1px #E6E6E6; display: none; }
.rfq-floating-innerbox { width: 100%; max-width: 1200px; margin: 0 auto; min-width: 350px !important;  padding: 25px 20px 20px 20px; }
.rfq-floating-innerboxleft { float: left; border: solid 0px blue; width: 75%; }
.rfq-floating-innerboxleft__moneyicon { width: 60px; float: left; }
.rfq-floating-innerboxleft__greytitle { font-size: 22px; color: #434343; font-weight: bold; margin-top: 10px; }
.rfq-floating-innerboxleft__greentitle { font-size: 20px; color: #1DA83F; font-weight: bold; margin-top: 10px; }
.rfq-floating-innerboxright { float: right; border: solid 0px blue; width: auto; text-align: right; margin-right: 10px; }
.rfq-floating-innerboxright__getquotebutton { background-color: var(--green); color: #fff; font-weight: bold; font-size: 18px; padding: 10px 35px; border: none !important; border-radius: 5px; outline: none; }
.rfq-floating-innerboxright__greytextsmall { color: #434343; font-weight: bold; margin-top: 5px; }
.rfq-floating-box-minimized { width: 100%; position: fixed; bottom: 0px; z-index: 1000 !important; display: none; }
.rfq-floating-innerbox-minimized { width: 100%; max-width: 1200px; margin: 0 auto; min-width: 350px !important; border: solid 0px red; text-align: right; }
.rfq-getquotebutton-minimized { background-color: var(--green); color: #fff; font-weight: bold; font-size: 18px; padding: 10px 35px; border: none !important; border-radius: 5px; margin-right: 10px; }

.rfq-floating-box-mobile { display:none; }

/*NEW TOP RFQ FLOATING*/
.rfq-top-floating-box { background-color: #F7EDC2; width: 410px; position: absolute; top : 20px; right: 0; z-index: 1000 !important; border:solid 0px red; }
.rfq-top-floating-innerbox { width: 100%; margin: 0 auto; border: solid 0px red; padding: 12px 10px 12px 10px; }
.rfq-top-floating-innerboxleft { float: left; border: solid 0px blue; width: 70%; }
.rfq-top-floating-innerboxleft__moneyicon { width: 40px; float: left; }
.rfq-top-floating-innerboxleft__greytitle { color: #434343; font-weight: bold; margin-top: 2px; }
.rfq-top-floating-innerboxleft__greytextsmall { color: #434343; margin-top: 0px; }
.rfq-top-floating-innerboxright { float: right; border: solid 0px blue; width: 29%; text-align: right; margin-top:3px; }
.rfq-top-floating-innerboxright__getquotebutton { background-color: var(--green); color: #fff; font-weight: bold; font-size: 14px; padding: 8px 15px; border: none !important; border-radius: 5px; outline: none; }

.paging { float: right; border: solid 0px blue; padding: 0; text-align: center; margin-bottom: 10px; }
.paging__item { padding: 0; display: inline-block; text-align: center; border: solid 1px #d3d3d3; width: 23px; font-weight: bold; text-decoration: none !important; margin-left: 2px; }
.paging__item--active { background-color: var(--bgcolor-theme); color: var(--textcolor-theme) !important; }

.filter-mini { display: none !important; float: left; position: relative; }
.filter-mini__button { outline: none !important; border-radius: 5px; border: solid 2px #ddd; width: 100px; font-size: 16px; padding: 6px 0px; margin-top: -5px; margin-bottom: 10px; }
    .filter-mini__button:active { outline: none !important; }
    .filter-mini__button:focus { outline: none !important; }
/*** DESKTOP 2021 [END] [28-01-2021] *****************************/


/*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; }

    .box-left { width: 180px !important; float: left !important; }
    .box-right { width: calc(100% - 180px) !important; float: left !important; border: solid 0px black !important; margin: 0 auto !important; padding: 0 !important; }

    .rfq-form-open .rfq-inner-container { width: 95%; margin: 0 auto; overflow: hidden !important; }
    .rfq-form-open .rfq-col-left { display: none; }
    .rfq-form-open .rfq-col-right { width: 100% !important; float: none; margin-top: 10px; }
    .rfq-form-open .header { width: 95%; }
    .rfq-form-open .rfq-inner-container .icon-group { width: 100px; float: left; margin: 10px 8px 0px 5px; }

    .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; }

    .rfq-top-floating-box { display:none; }

    /*CALLBACK REQUEST*/
    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; }

    /*** IPAD REGULAR 2021 [BEGIN] [28-01-2021] *****************************/
    .product,
    a:nth-child(2n) .product,
    a:nth-child(5n) .product { width: 31.33% !important; height: unset !important; margin-right: 3% !important; margin-bottom: 2% !important; }
    a:nth-child(3n) .product { margin-right: 0 !important; margin-bottom: 2% !important; }
    .product__title-line { margin-top: 5px; padding: 0 5px; min-height: 3em; height: 3em; border: solid 0px red; overflow: hidden; }        
    .rfq-floating-box { display: none !important; }
    .article__item { width: 31% !important; float: left; margin: 0 15px 25px 0; box-sizing: border-box; }
    .filter-mini { display: none !important; }
    /*** IPAD REGULAR 2021 [END] [28-01-2021] *****************************/

    /*RFQ FLOATING MOBILE/TABLET */
    .rfq-floating-box-mobile { background-color: #F7EDC2; width: 100%; position: fixed; bottom: 0; z-index: 1000 !important; border-top: solid 1px #E6E6E6; display: none; }
    .rfq-floating-innerbox-mobile { width: 100%; max-width: 1200px; margin: 0 auto; min-width: 350px !important; padding: 10px 10px 10px 10px; }
    .rfq-floating-innerboxleft-mobile { float: right; border: solid 0px blue; margin-right:10px; }
    .rfq-floating-innerboxleft-mobile__moneyicon { width: 36px; float: left; }
    .rfq-floating-innerboxleft-mobile__greytitle { font-size: 14px; color: #434343; font-weight: bold; margin-top: 10px; text-align: left; }
    .rfq-floating-innerboxright-mobile { float: right; border: solid 0px blue;  }
    .rfq-floating-innerboxright-mobile__getquotebutton { background-color: var(--green); color: #fff; font-weight: bold; font-size: 14px; padding: 8px 15px; border: none !important; border-radius: 5px; outline: none; }
}

/*IPAD MEDIUM SIZE */
@media screen and (max-width: 768px) {
    .box-left { width: 100% !important; float: left !important; display: none !important; }
    .box-right { width: 100% !important; display: block !important; float: none !important; border: solid 0px black !important; margin: 0 auto !important; padding: 0 !important; }
    .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; }

    .rfq-form-open { border-radius: 5px; }
        .rfq-form-open .rfq-button-get-quotes { border-radius: 5px; -moz-border-radius: 5px; }
        .rfq-form-open .header { font-size: 25px; width: calc(100% - 45px) }
        .rfq-form-open .rfq-col-left { display: none; }
        .rfq-form-open .rfq-col-right { margin-top: 10px; }

    .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; }

    /*** IPAD MEDIUM 2021 [BEGIN] [28-01-2021] *****************************/
    .paging { position: relative; top: 8px; }
    .article__item { width: 47% !important; float: left; margin: 0 15px 25px 0; box-sizing: border-box; }

    .filter-mini { display: block !important; }
    .menu-brand__inside10 { height: auto; overflow: auto; }
    .menu-brand__more { display: none; }
    /*** IPAD MEDIUM 2021 [END] [28-01-2021] *****************************/
}

/*MOBILE */
@media only screen and (max-width: 500px) {
    .related-articles ul li { width: 100% !important; height: auto !important; margin: 0 0 20px 0 !important; }

    .rfq-form-open .rfq-col-left { float: none; margin: 0 auto !important; margin-bottom: 10px !important; }

    .rfq-form-open .rfq-inner-container .icon-group { width: 100px; float: left; margin: 10px 8px 0 5px; }
        .rfq-form-open .rfq-inner-container .icon-group .icon { width: 60%; display: block; margin: 0 auto; }

    /*neededin*/
    .rfq-form-open .rfq-inner-container .rfq-group-control:nth-child(2n-1) { width: 57%; }
        .rfq-form-open .rfq-inner-container .rfq-group-control:nth-child(2n-1) .rfq-item { width: 60%; }

    /*Quantity*/
    .rfq-form-open .rfq-inner-container .rfq-group-control:nth-child(2n) { width: 35%; float: right; }
        .rfq-form-open .rfq-inner-container .rfq-group-control:nth-child(2n) .rfq-item { width: 40%; float: right; }

    .rfq-tooltip [data-title]:after { display: none !important; }
    .rfq-tooltip [data-title]:hover:after { display: none !important; }

    .rfq-form-open .rfq-inner-container .icon-group { width: 98px; float: left; margin: 30px 5px 0 5px; }
        .rfq-form-open .rfq-inner-container .icon-group:nth-of-type(3n) { margin-right: 0 !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 { }
    /*** MOBILE 2021 [BEGIN] [28-01-2021] *****************************/

    .product__title-line { margin-top: 5px; padding: 0 5px; min-height: 3em; height: 3em; border: solid 0px red; overflow: hidden; }
    .article__item { width: 99% !important; float: left; margin: 0 15px 25px 0; box-sizing: border-box; }
    
    .product,
    a:nth-child(3n) .product,
    a:nth-child(5n) .product { width: 48% !important; height: unset !important; margin-right: 4% !important; margin-bottom: 3% !important; }
    
    a:nth-child(2n) .product { width: 48% !important; margin-right: 0 !important; margin-bottom: 3% !important; }

    .rfq-floating-innerbox-mobile { padding: 10px 10px 10px 10px; }
    .rfq-floating-innerboxleft-mobile { float: left; border: solid 0px blue; width: 70%; margin-right:0;}
    .rfq-floating-innerboxleft-mobile__moneyicon { width: 32px; float: left; border: solid 0px red; }
    .rfq-floating-innerboxleft-mobile__greytitle { font-size: 14px; color: #434343; font-weight: bold; margin-top: 10px; }
    .rfq-floating-innerboxright-mobile { float: right; border: solid 0px blue; margin-right: 0px; }
    .rfq-floating-innerboxright-mobile__getquotebutton { background-color: var(--green); color: #fff; font-weight: bold; font-size: 14px; padding: 8px 12px; border: none !important; border-radius: 5px; outline: none; }
    /*** MOBILE 2021 [END] [28-01-2021] *****************************/
}
