@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://example.com/MaterialIcons-Regular.eot);
    /* For IE6-8 */
    src: local('Material Icons'),
        local('MaterialIcons-Regular'),
        url(https://example.com/MaterialIcons-Regular.woff2) format('woff2'),
        url(https://example.com/MaterialIcons-Regular.woff) format('woff'),
        url(https://example.com/MaterialIcons-Regular.ttf) format('truetype');
}

:root {
    --primary-color: #234f9a;
    --secondary-color: #C20012;
    --dark-black: #000;
    --border-color: #e3e3e3;
}
 
body {
    font-family: "Roboto", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Roboto", sans-serif;
}

input {
    border-radius: 3px !important;
}

button {
    cursor: pointer;
}

.card-box-shadow {
    box-shadow: 0px 0px 10px 0px #99999966;
    padding: 2.5rem;
    margin: 1.5rem;
    color: #000;
    border-radius: 8px;
}

.has-title {
    font-size: 2.3rem;
    color: #000;
    margin-bottom: 1rem;
    font-weight: 400;
}

.has-title b {
    font-weight: 800;
}

.btn,
.btn.btn-primary {
    background: #234F9A;
    border-radius: 4px;
    justify-content: center;
}

.btn-outline-primary {
    color: #234F9A;
    border-color: #234F9A;
    border-radius: 3px;
}

.btn-outline-primary:hover {
    background: #234F9A;
    border-color: #234F9A;
}

.btn:hover,
.btn-outline-primary:hover {
    background: #C20012;
    color: #fff;
}

.page-authentication #content {
    border: none;
}

.container.iqit-megamenu-container {
    border-top: 1px solid #AAAAAA;
    border-bottom: 1px solid #AAAAAA;
    position: relative !important;
}

.cbp-horizontal>ul {
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding: 0 3.3rem;
    overflow-y: auto;
}

#iqitmegamenu-horizontal {
    position: absolute;
    left: 330px;

}


/* .cbp-horizontal>ul>li:nth-child(odd):not(:nth-child(1)) {
    border-left: 1px solid #AAAAAA;
}

.cbp-horizontal>ul>li:nth-child(even) {
    border-left: 1px solid #AAAAAA;
} */

.cbp-horizontal>ul {
    display: block;
    width: 260px;
    padding: 0;
    margin: 0;
    border: 1px solid #eeeeee;
    height: 300px;
}

.cbp-horizontal>ul>li {
    display: block;
}

.cbp-horizontal>ul>li a.nav-link {
    width: 100%;
    padding: 0;
}

.cbp-menu-column-inner {
    text-align: left;
    padding: 0 1.5rem;
}

span.cbp-column-title.nav-link.transition-300 {
    color: #000 !important;
    font-size: 1.2rem;
    border-bottom: 1px solid #aaa;
    padding-bottom: 0.6rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.cbp-hrmenu>ul>li>a,
.cbp-hrmenu>ul>li>span.cbp-main-link {
    color: #AAAAAA;
}

.cbp-hrmenu .cbp-hrsub-inner a:link {
    /* color: #AAAAAA !important; */
}

.cbp-hrmenu .cbp-hrsub-inner a:link {
    /* color: #AAAAAA !important; */
    font-size: 1rem;
}


.cbp-hrmenu .cbp-menu-column-inner .cbp-legend-inner {
    background-color: transparent;
    color: #234F9A;
    box-shadow: none;
    border: none;
    display: block;
    text-align: end;
}

.cbp-hrmenu .cbp-hrsub-inner li {
    margin: 0.5rem 0;
}

#cbp-hrmenu .cbp-hropen .cbp-hrsub {
    transform: inherit;
    width: 100%;
    right: -257px;
    transition: none !important;
    position: absolute;
    top: 0px;
    width: 100%;
}
.dropdown-menu.cbp-hrsub.second-level-menu,
.cbp-links.cbp-valinks.third-level-menu{
    height: 300px !important;
    min-height: 300px !important;
    overflow-x: hidden;
    overflow-y: auto;
}
/* #cbp-hrmenu .cbp-hropen .cbp-hrsub {
    top: 0;
    position: absolute;
    left: 140px;
    z-index: 11;
} */

ul.dropdown-menu.cbp-hrsub>li {
    /* padding: 10px; */
    padding-right: 0;
    margin: 0;
}

.second-level-menu>li:hover {
    background: var(--primary-color);
}

.second-level-menu>li.cbp-hrsub-level1.menu:hover>a {
    color: #fff !important;
}

.third-level-menu>li {
    padding: 0;
    margin: 0 !important;
}

.third-level-menu>li:hover {
    background: var(--primary-color);
}

.third-level-menu>li:hover a {
    color: #fff !important;
}

li.cbp-hrsub-level1 ul.cbp-links.cbp-valinks {
    border: 1px solid #eeeeee;
    visibility: hidden;
    position: fixed;
    left: 845px;
    top: 87px;
    display: block;
    padding: 0;
    width: 260px;
    background: #ffffff;
    height: 300px;
    overflow-y: auto;
}

ul.cbp-links.cbp-valinks.third-level-menu li:hover a {
    color: #fff !important;
}
.second-level-menu  > li:hover ul.cbp-links.cbp-valinks.third-level-menu {
    visibility: visible !important;
}

.first-level-menu::-webkit-scrollbar,
#cbp-hrmenu .cbp-hropen .cbp-hrsub::-webkit-scrollbar,
li.cbp-hrsub-level1 ul.cbp-links.cbp-valinks::-webkit-scrollbar {
    width: 3px;
    height: 7px;
    cursor: pointer;
    padding-right: 50px;
}
.first-level-menu::-webkit-scrollbar-track,
#cbp-hrmenu .cbp-hropen .cbp-hrsub::-webkit-scrollbar-track,
li.cbp-hrsub-level1 ul.cbp-links.cbp-valinks::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 4px;
}

.first-level-menu::-webkit-scrollbar-thumb,
#cbp-hrmenu .cbp-hropen .cbp-hrsub::-webkit-scrollbar-thumb,
li.cbp-hrsub-level1 ul.cbp-links.cbp-valinks::-webkit-scrollbar-thumb {
    background: #234F9A !important;
    border-radius: 10px;
}


li.cbp-hrsub-level1 ul.cbp-links.cbp-valinks>li>a {
    color: #aaa !important;
}

.list-main-title {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu ul.cbp-hrsub-level2 {
    background: transparent !important;
    border: none 1px #37a625;
    /* box-shadow: 0px 15px 25px 0px rgba(74, 63, 63, 0.15); */
}

.container.iqit-megamenu-container {
    display: none;
}


/* signup page view  */

#authentication .has-left-block-image img {
    width: 100%;
}

#authentication form#customer-form {
    box-shadow: 0px 0px 10px 0px #99999966;
    padding: 2.5rem;
    margin: 4.5rem;
    color: #000;
    border-radius: 8px;
}

#authentication .has-title {
    font-size: 1.7rem;
    font-weight: 400;
}

#authentication h2.has-section-titles {
    font-size: 1.4rem;
    font-weight: 600;
}

#authentication .ht-title--tooltip {
    position: relative;
}

#authentication .ht-title--tooltip .reginfo {
    position: absolute;
    left: 200px;
    bottom: -4px;
    z-index: 11;
    width: 100%;
    display: none;
}

#authentication i.fa.fa-info-circle {
    cursor: pointer;
}


#authentication p.account_tooltiptext {
    visibility: hidden;
    width: 70%;
    background-color: #fff;
    color: #004190;
    text-align: justify;
    padding: 15px;
    border-radius: 6px;
    border: 2px solid #004190;
    position: absolute;
    box-shadow: 0 0 7px 0 rgba(0, 0, 0, .1);
    z-index: 11;
    top: 24px;
    right: 0;
}

#authentication .account_tooltip:hover p.account_tooltiptext,
#authentication .account_tooltip.field-response:hover p.account_tooltiptext {
    visibility: visible;
}

#authentication .ht-title--tooltip .reginfo p.account_tooltiptext {
    left: 0;
}

#authentication .form-group.row>div {
    position: relative;
}
#authentication .form-group.row div#div_g-recaptcha{
    display: flex;
    justify-content: center;
}


#authentication .tool_func_2 {
    position: absolute;
    width: 100%;
    left: 0;
    top: 7px;
    display: none;
}

#authentication .tool_func_2 i.fa.fa-info-circle {
    position: absolute;
    right: 0;
}

div#div_title_personal_information p.text-danger,
div#div_title_bussiness_information p.text-danger {
    display: none;
}

div#div_form-group_email i.fa.fa-info-circle {
    top: 4px;
    right: -17px !important;
}

div#div_form-group_email p.account_tooltiptext {
    right: -21px;
    top: 62px;
}

#authentication .account_tooltiptext:before {
    content: "";
    position: absolute;
    bottom: 100%;
    right: 0;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #004190 transparent;
}


#authentication .ht-title--tooltip .reginfo p.account_tooltiptext:before {
    left: 0;
    right: auto;
}

#authentication div#div_form-group_firstname {
    float: left;
    width: 50%;
}

#authentication div#div_form-group_lastname {
    float: right;
    width: 50%;
    position: relative;
    z-index: 1;
}

#authentication div#div_form-group_email {
    position: relative;
    display: inline;
}

#authentication div#div_form-group_email div#div_email {
    padding: 0;
}

#authentication .small-text {
    font-size: 0.8rem;
    margin-top: 0.7rem;
}

#authentication .small-text a {
    text-decoration: underline;
}

#authentication label.col-md-12.form-control-label {
    font-weight: bold;
}

#authentication div#div_form-group_id_default_group label.col-md-12.form-control-label.required {
    display: none;
}

#authentication div#div_form-group_psgdpr>label,
#authentication div#div_form-group_newsletter>label {
    display: none;
}

div#div_form-group_id_ht label.col-md-12.form-control-label {
    display: none;
}

#authentication .col-md-12 br {
    display: none;
}

#authentication .col-md-12.help-block.email-error {
    padding: 0;
}

/* signup page view  */

/* login and signup */

#authentication .input-group-prepend {
    position: absolute;
    z-index: 1;
    height: -webkit-fill-available;
}

#authentication .input-group-prepend span {
    border: none;
    background: transparent;
}

#authentication input {
    padding-left: 2rem;
    background: transparent;
}

#authentication .mycurrteye {
    position: absolute;
    right: 0;
    top: 8px;
    /* height: fit-content; */
    border: none;
    background: transparent;
    z-index: 11;
}

/* login and signup */

/* contact us page  */

.col-12.branches-section {
    background: #f8f7f7;
    padding: 5.5rem;
    color: #000;
}

h2.branches-section-location-title {
    font-size: 2rem;
    font-weight: 400;
    color: #000;
    margin-bottom: 1.5rem;
}

.contact-us .cards-contact {
    background: #fff;
    padding: 1.2rem;
    border-radius: .5rem;
    border: none;
}

.contact-us .col-md-3.col-12.card {
    border: none;
}

.contact-us .has-block--contact-info {
    margin: 0.8rem 0;
}

.contact-us h2.contact-info-location-title span {
    font-size: 1.125rem;
}

.contact-us .has-block--contact-info>span>span {
    margin-left: 0.6rem;
}

.contact-us .has-block--contact-info.map span.elementor-button-text {
    background: #234F9A;
    color: #fff;
    padding: 0.4rem;
    border-radius: 3px;
    display: flex;
    align-items: center;
    gap: 0.7rem;
    margin-top: 1rem;
}

.contact-us div#contact-direct {
    padding: 3rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    color: #000;
}

.contact-us div#contact-direct h2.contact-other-det-info-title {
    font-size: 2rem;
    font-weight: 400;
}

.contact-us div#contact-direct .has-right-block p {
    color: #AAAAAA;
}

.contact-us .block-with-icon {
    display: flex;
    gap: 1rem;
}

.contact-us .has-left-block .icon {
    background: #234F9A;
    padding: 1rem;
    font-size: 1.7rem;
    color: #fff;
    border-radius: 0.7rem;
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.row.contact-us>.col-xs-12.col-sm-12.col-md-12 {
    padding: 2rem 4rem;
}

div#trading-hours,
.elementor-element-tetcvq4.contact-divider.col-xs-12.col-sm-12.col-md-12 {
    display: none;
}

#contact .card-box-shadow {
    padding: 1.5rem;
}


#contact form label {
    font-weight: 600;
}

/* contact us page  */

div#payment_popup {
    display: none;
}

.newsvd_mengceng {
    display: none !important;
}


/* cart page  */

.product-reference-info,
.productreference {
    color: #C20012 !important;
    font-size: 1rem;
    margin-bottom: 0.5rem;
    text-align: left;
}

.product-line-info a {
    display: block;
    color: #000 !important;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

#cart .cart-datas .price span {
    font-size: 1.3rem;
}

#cart .cart-datas .qty {
    margin: 0.8rem 0;
}

.cart-line-product-actions a {
    color: var(--primary-color) !important;
    font-size: 1.7rem;
}

.cart-line-product-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1rem;
}


.checkout.cart-detailed-actions1.card-block {
    display: none;
}


div#total-summary-one,
div#total-summary-three,
div#total-summary-five {
    margin: 0.6rem 0;
}

.has-cart-summary h1.title {
    font-size: 1.5rem;
    margin-bottom: 0;
}

#cart .cart-summary-line.cart-total-top.products-total-top {
    margin: 1rem 0;
}

#cart .card-block.total-amt-card {
    padding: 1rem 0;
}

a.continue-shopping {
    color: #000 !important;
    font-size: 1.2rem;
}

.unit-price>span {
    background: #234f9a;
    color: #fff;
    padding: 0.2rem 0.6rem;
    border-radius: 3px;
}

#cart div#htaccountbalance .accntblock {
    color: #234f9a;
    font-size: 1rem;
    padding: 0 0.5rem;
    font-weight: bold;
}

#cart .card-block.total-amt-card {
    margin-top: 1.5rem;
}


.cart-summary-line .value {
    color: #234f9a;
    display: block;
    text-align: right;
}

.cart-summary-line.cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    font-size: 1.3rem;
}

span#taxlabel {
    font-size: 0.8rem;
}

.cart-summary-line.cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
}

.cart-summary-line:after {
    display: none;
}

.cart-summary-line.cart-total-top.products-total-top {
    display: none;
}

input.js-cart-line-product-quantity.form-control {
    border-radius: 7px 0 0 7px !important;
    border-color: #000;
}

button.btn.btn-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down {
    border-radius: 0 0 7px 0 !important;
    border-color: #000;
    color: #000;
}

button.btn.btn-touchspin.js-decrease-product-quantity.bootstrap-touchspin-down {
    border-left: none;
}

button.btn.btn-touchspin.js-touchspin.js-increase-product-quantity.bootstrap-touchspin-up {
    border-bottom: none;
    border-left: none;
    border-color: #000;
    border-radius: 0 7px 0 0;
    color: #000;
}

.price {
    text-align: end;
}

.col-md.qty {
    display: flex;
    align-items: center;
    gap: 1rem;
}

a.eyeClose,
a.delete-btn-cardCart {
    color: #000 !important;
    font-size: 1.7rem;
}

.close-view-item .title {
    display: block;
    color: #000 !important;
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.close-view-item .taxlabelclass {
    font-weight: 100;
    font-size: 0.8rem;
}

.unit-price {
    text-align: end;
}

.text-bottom-product {
    margin-top: 1rem;
    color: #AAAAAA;
    text-align: left;
}

.stock_check_cart_in {
    color: #008500;
    font-size: 0.9rem;
}

.stock_check_cart_out {
    color: #e00606;
    font-size: 0.9rem;
}

.price-wt-qty {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    justify-content: end;
}

.price-wt-qty .qty {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.price-wt-qty span.price-section {
    flex-basis: 100px;
}

.col-md-1.col-1.eye_view_cart_c3.p-md-0 {
    display: flex;
    align-items: center;
}

.col-12.empty-cart .alert.alert-warning {
    color: #000;
    background: none;
    border: none;
    padding: 0;
    margin-top: 1.3rem;
    font-size: 1rem;
}



/* cart page  */

/* checkout page  */

.checkout-menu nav a {
    font-size: 1.4rem;
    color: #234F9A;
}

.checkout-menu nav a.disabled {
    color: #CCCCCC;
}

body#checkout section.checkout-step {
    border: none;
    padding: 0;
}

#checkout div#cart-subtotal-products {
    margin: 1rem 0;
}

#checkout .card-body.cart-summary-totals .cart-summary-line {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 1.5rem;
    font-size: 1.5rem;
    font-weight: 600;
}

#checkout div#delivery-addresses {
    flex-direction: column;
}

#checkout .radio-container {
    display: flex;
    gap: 0.6rem;
    align-items: center;
}

.address-wt-label {
    display: flex;
    gap: 1rem;
    padding: 0 1rem;
}

span.round-label {
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    font-size: 0.8rem;
    padding: 0px 0.9rem;
    border-radius: 100px;
    display: none;
}
body#checkout section.checkout-step .address-item.selected span.round-label {
    background: #234F9A;
}
body#checkout section.checkout-step .address-item .address-alias.h4 {
    padding: 0;
}

body#checkout .d-flex.gap-4.address-wt-label {
    display: flex;
    align-items: flex-end;
}


body#checkout section.checkout-step .address-alias {
    margin: 0;
}

#checkout header.h4.delivery-address-details {
    display: flex;
    align-items: center;
}

span.custom-radio {
    width: 25px;
    height: 25px;
    border-color: #234F9A;
}

.custom-radio input[type=radio]:checked+span {
    width: 15px;
    height: 15px;
    background-color: #234F9A;
}

.col-xs-12.col-sm-12.col-md-9.col-lg-9.mb-3.row.d-flex.flex-nowrap {
    align-items: center;
}

.shipping-type.chk-del-type,
.shipping-type.chk-colt-type {
    padding: 2rem;
}

.store-item-container.clearfix {
    display: flex;
    align-items: center;
    padding: 1rem;
}

h1#summarylabel {
    font-size: 1.5rem;
    padding: 1rem;
}

#checkout .clearfix.mb-5 {
    display: none;
}

.payment-options {
    padding: 1rem;
}

.payment-option {
    display: flex;
    align-items: center;
    padding: 1rem;
}

.payment-option label span {
    color: #000 !important;
    font-size: 1.3rem;
    font-weight: 500;
}

#checkout .js-address-form:not(div#addressModal .js-address-form) {
    padding-bottom: 3rem;
}

.cart-grid-right.col-4.col-xs-12.col-sm-12.col-md-4.confirm-order-tot {
    display: none;
}

.purchase_order {
    display: flex;
}

.purchase_order input {
    padding: .5rem;
    border: 1px solid #d1d1d1;
    width: 100%;
}

.purchase_order input[type="submit"] {
    background: #234F9A;
    color: #fff;
}

#checkout .unit-price>span {
    font-size: 0.8rem;
    background: transparent;
    color: #000;
    display: block;
}

#checkout .cart-item {
    padding: 1rem;
}

#checkout .col-12.col-sm-12.col-xs-12.checkout-cust-nav {
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding-left: 0;
    padding-right: 0;
}

#checkout .cart-grid-body.col-md-12.col-xs-12.col-lg-12.p-0 h5 {
    padding: 0.9rem 0;
}

#checkout .col-xs-12.col-sm-12.col-md-5 {
    margin-top: 1rem;
}

#checkout .price-group {
    display: flex;
    justify-content: space-between;
    font-size: 0.8rem;
}

#checkout .price {
    color: #234F9A;
    font-weight: 600;
}

#checkout .price .taxlabelclass {
    font-size: 0.8rem;
    font-weight: 400;
}

#checkout .prd-price span {
    margin-bottom: 0.5rem;
}

div#addressModal button.close {
    display: flex;
    justify-content: end;
    padding: .3rem 1rem;
}

#checkout h1#summarylabel {
    width: 100%;
}

#checkout .summary-block {
    padding: 0 2rem;
}

.edit-block {
    font-size: 1rem;
    color: #234f9a !important;
    font-weight: 500;
}

#checkout .add-content {
    font-size: 1rem;
    color: #535353;
}

#checkout .add-content.block-9 {
    margin-top: 0.6rem;
    color: #AAAAAA !important;
}

.checkout-menu nav {
    padding: 0 1.5rem;
}

.checkout-menu nav a {
    font-size: 1.2rem;
}

#checkout .product-line-info a {
    font-size: 1rem;
    font-weight: 400;
}

.bootstrap-touchspin .btn-touchspin:hover {
    background-color: white !important;
}

/* checkout page  */

/* wishlist page  */

div#iqitwishlist-user-products {
    border: 1px solid hsla(0, 0%, 63%, .25);
    padding: 0.5rem;
}

#module-iqitwishlist-view .product-price {
    color: #000;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.3rem;
}

#module-iqitwishlist-view .product-price span:nth-child(2) {
    font-weight: 600;
    color: #004190;
}

#module-iqitwishlist-view .discount {
    /* background: #004190 !important;
    color: #fff !important;
    border-radius: 4px;
    display: flex !important;
    align-items: center;
    justify-content: center; */
    font-size: 1rem !important;
}

#module-iqitwishlist-view .row.small-gutters.wish-headings {
    color: #000;
    font-size: 1.2rem;
}

#module-iqitwishlist-view .row.small-gutters.wish-headings .col.col-3 {
    text-align: center;
}

#module-iqitwishlist-view .wishlist-availability {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

#module-iqitwishlist-view .notify-me-form {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
}

/* wishlist page  */

/* Newsletter page */

#module-ps_emailsubscription-subscription .block_newsletter {
    padding: 4rem;
}

#module-ps_emailsubscription-subscription .policy {
    font-size: .9rem;
    font-style: italic;
}

#module-ps_emailsubscription-subscription .policy a {
    color: #C20012;
    text-decoration: underline;
}

/* Newsletter page */
/* mega-menu section  */

.cbp-hrmenu .cbp-empty-column .cbp-menu-column-inner>.menu_row:first-child {
    margin-top: 0px;
}

/* mega-menu section  */

/* popup section  */

.modal-title {
    display: block;
    text-align: center;
    width: 100%;
    color: #000;
    font-weight: 500;
}


.modal-content {
    border-radius: 0.5rem;
}

.modal-body {
    text-align: center;
}

.modal-footer {
    background: #f7f7f7;
    justify-content: center;
    padding: 1.5rem 10rem;
}

.modal-footer button {
    flex-basis: 50%;
    border-radius: 3px !important;
}


div#removesingleproduct .modal-header {
    align-items: center;
}

div#removesingleproduct .modal-title {
    font-size: 1.2rem;
    margin-top: 0 !important;
}

div#removesingleproduct .product-line-info {
    text-align: left;
    display: block;
    color: #000 !important;
    font-size: 1.3rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.container-right-block {
    padding: 2rem 6rem;
    padding-left: 0;
}

#category .container-right-block,
body#best-sales .container-right-block {
    padding: 2rem 2rem;
    padding-left: 0;
}


div#left-column,
body#best-sales .left-column {
    padding: 2rem 6rem;
    padding-right: 4rem;
}

#category table.js-product-miniature-wrapper.col-12 thead tr,
#category table.js-product-miniature-wrapper.col-12 tbody tr,
table.js-product-miniature-wrapper.col-12.product_list_table__view thead tr,
table.js-product-miniature-wrapper.col-12.product_list_table__view tbody tr {
    box-shadow: 0 0 0 1px var(--border-color);
    border-radius: 5px;
}

#category table.js-product-miniature-wrapper.col-12,
table.js-product-miniature-wrapper.col-12.product_list_table__view {
    margin-bottom: 10px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
    padding: 10px 0;
    scrollbar-width: none;
    /* For Firefox */
    -ms-overflow-style: none;
    /* For Internet Explorer and Edge */
}


#category table.js-product-miniature-wrapper.col-12::-webkit-scrollbar {
    /* display: none; */
    /* For Chrome, Safari, and Edge */
}

/* #category div#js-product-list-header,
#category .product-list-subcategories.hidden-sm-down {
    display: none;
} */

#category .products-selection {
    border: none;
    padding: 0;
    margin: 0;
}

#category table.js-product-miniature-wrapper.col-12 thead tr th:not(:nth-last-child(1)),
#category table.js-product-miniature-wrapper.col-12 tbody tr td:not(:nth-last-child(1)),
table.js-product-miniature-wrapper.col-12.product_list_table__view thead tr th:not(:nth-last-child(1)),
table.js-product-miniature-wrapper.col-12.product_list_table__view tbody tr td:not(:nth-last-child(1)) {
    border-right: 1px solid var(--border-color);
}

#category table.js-product-miniature-wrapper.col-12 thead tr th:nth-child(1),
#category table.js-product-miniature-wrapper.col-12 tbody tr td:nth-child(1),
table.js-product-miniature-wrapper.col-12.product_list_table__view thead tr th:nth-child(1),
table.js-product-miniature-wrapper.col-12.product_list_table__view tbody tr td:nth-child(1) {
    width: 100%;
    /* Set desired width */
    min-width: 475px;
    /* Ensure consistent width */
    max-width: 475px;
    /* Prevent shrinking */
    border-left: 1px solid var(--border-color);

}

table.js-product-miniature-wrapper.col-12.product_list_table__view thead tr th:nth-last-child(1),
table.js-product-miniature-wrapper.col-12.product_list_table__view tbody tr td:nth-last-child(1) {
    border-right: 1px solid var(--border-color);
}

table.js-product-miniature-wrapper.col-12.product_list_table__view thead tr th:not(:nth-child(1)) {
    max-width: 150px !important;
    min-width: 150px !important;
}

table.js-product-miniature-wrapper.col-12.main-table.product_list_table__view.logout_table thead tr th:nth-child(1) {
    min-width: 400px;
    max-width: 400px;
}

#category table.js-product-miniature-wrapper.col-12 thead tr th,
table.js-product-miniature-wrapper.col-12.product_list_table__view thead tr th {
    padding: 11px 10px;
    font-size: 1.2rem;
    font-weight: 500;
    color: #000;
}

#category table.js-product-miniature-wrapper.col-12 tbody tr td,
table.js-product-miniature-wrapper.col-12.product_list_table__view tbody tr td {
    padding: 0px 15px;
}

#category .thumbnail-container,
#search .thumbnail-container,
#module-iqitsearch-searchiqit .thumbnail-container,
#best-sales .thumbnail-container,
#prices-drop .thumbnail-container {
    width: 100px;
}

.product_list_table__view thead:after {
    content: "@";
    display: block;
    line-height: 20px;
    text-indent: -99999px;
}

.product-miniature,
.product-miniature:hover {
    box-shadow: none;
}

#category .product_view_link,
#best-sales .product_view_link,
#search .product_view_link,
#module-iqitsearch-searchiqit .product_view_link,
#category a.js-quick-view-iqit,
#search a.js-quick-view-iqit,
#module-iqitsearch-searchiqit a.js-quick-view-iqit,
#category a.btn-iqitcompare-add.js-iqitcompare-add,
#search a.btn-iqitcompare-add.js-iqitcompare-add,
#module-iqitsearch-searchiqit a.btn-iqitcompare-add.js-iqitcompare-add,
#best-sales a.btn-iqitcompare-add.js-iqitcompare-add,
#best-sales a.js-quick-view-iqit,
#prices-drop a.btn-iqitcompare-add.js-iqitcompare-add,
#prices-drop a.js-quick-view-iqit,
#prices-drop .product_view_link {
    display: none;
}

#category .product-functional-buttons-links,
#best-sales .product-functional-buttons-links,
#search .product-functional-buttons-links,
#module-iqitsearch-searchiqit .product-functional-buttons-links,
#prices-drop .product-functional-buttons-links {
    /* display: flex;
    justify-content: end; */
    position: absolute;
    right: 0;
}

.col-description {
    position: relative;
}

.col-description .rte-content {
    color: var(--secondary-color);
    font-size: 0.9rem;
}

.col-description h3.h3.product-title {
    width: 95%;
    white-space: normal;
}

.logout_table .col-description h3.h3.product-title {
    width: 90%;
}

span.save-discount-text,
#prices-drop span.dprice_c3 {
    display: none;
}

#category .product-functional-buttons-links a,
#best-sales .product-functional-buttons-links a,
#search .product-functional-buttons-links a,
#module-iqitsearch-searchiqit .product-functional-buttons-links a,
#prices-drop .product-functional-buttons-links a {
    font-size: 1.5rem;
    color: #004190;
}

a.thumbnail.product-thumbnail img:nth-child(2) {
    display: none;
}

#category .input-group-add-cart,
#best-sales .input-group-add-cart,
#prices-drop .input-group-add-cart,
#search .input-group-add-cart,
#module-iqitsearch-searchiqit .input-group-add-cart {
    display: flex;
    gap: 7px;
}

#category .input-group-add-cart button.btn.btn-product-list.add-to-cart,
#search .input-group-add-cart button.btn.btn-product-list.add-to-cart,
#module-iqitsearch-searchiqit .input-group-add-cart button.btn.btn-product-list.add-to-cart,
#prices-drop .input-group-add-cart button.btn.btn-product-list.add-to-cart {
    border-radius: 6px;
    width: 130px;
}

#best-sales .input-group-add-cart button.btn.btn-product-list.add-to-cart{
    border-radius: 6px;
    white-space: nowrap;
}

#category .input-group-add-cart button.btn.btn-product-list.add-to-cart i,
#search .input-group-add-cart button.btn.btn-product-list.add-to-cart i,
#module-iqitsearch-searchiqit .input-group-add-cart button.btn.btn-product-list.add-to-cart i,
#best-sales .input-group-add-cart button.btn.btn-product-list.add-to-cart i,
#prices-drop .input-group-add-cart button.btn.btn-product-list.add-to-cart i {
    display: none;
}

#category .input-group.bootstrap-touchspin,
#search .input-group.bootstrap-touchspin,
#module-iqitsearch-searchiqit .input-group.bootstrap-touchspin,
#best-sales .input-group.bootstrap-touchspin {
    margin-bottom: 0;
    width: 35%;
}

#prices-drop .product-miniature-list .input-group-add-cart .bootstrap-touchspin {
    margin-bottom: 0;
}

.product-reference.text-muted {
    width: fit-content;
    color: #C20012 !important;
}

.product-miniature-default .product-add-cart .input-qty {
    max-width: inherit;
    min-width: auto;
    text-align: center;
    padding: 0 .2em;
}

.bootstrap-touchspin .btn-touchspin {
    padding: 10px;
    border-color: #0044cc;
    font-size: 10px;
    color: #0044cc;
}

.product-miniature-default .product-add-cart .input-qty {
    max-width: inherit;
    min-width: auto;
    text-align: center;
    padding: 0 .2em;
    border-color: #0044cc;
    border-left: none;
    border-right: none;
    border-radius: 0 !important;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-down {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-start-start-radius: 6px;
    border-bottom-left-radius: 6px;
}

button.btn.btn-touchspin.js-touchspin.bootstrap-touchspin-up {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
    border-start-start-radius: 0px;
    border-bottom-left-radius: 0px;
}

#category .product-availability,
#best-sales .product-availability,
#search .product-availability,
#module-iqitsearch-searchiqit .product-availability {
    display: none;
}

.col.col-auto.facated-toggler .filter-button,
.products-selection .view-switcher a,
.float_add_cart_c2,
.products-sort-nb-dropdown.products-sort-order.dropdown,
.products-sort-nb-dropdown.products-nb-per-page.dropdown {
    display: none;
}

.product-thumbnail-first {
    padding: 5px 10px;
}

.product-miniature-list-row {
    margin: 0;
    padding: 0rem;
    padding-bottom: 0;
}

.product-miniature-list .product-price {
    font-size: 1.1rem;
}

.col-12.col-buy {
    padding: 0;
}

a.btn.btn-primary.addtoquote_guest {
    border-radius: 6px;
}

#category .float_add_cart_c2,
#category .products-sort-nb-dropdown.products-sort-order.dropdown,
#category .products-sort-nb-dropdown.products-nb-per-page.dropdown {
    display: none;
}

input[type="range"] {
    -webkit-appearance: none;
    width: 100%;
    height: 3px;
    background: #b3b3b3;
    border-radius: 3px;
    outline: none;
}

input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 25px;
    height: 15px;
    background: #C20012;
    border: 1px solid #fff;
    border-radius: 20%;
    cursor: pointer;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 2;
}

input[type="range"]::-webkit-slider-thumb::after {
    content: 'asda';
    position: absolute;
    left: 0;
}

.products-selection .showing {
    text-align: end;
}

.table-product-image-details>div {
    width: max-content;
}

h4.product_count_lhm {
    font-size: 1.5rem;
    font-weight: 400;
    color: var(--dark-black);
}

h4.product_count_lhm>span {
    color: var(--primary-color);
}

.parent_li[data-depth="0"] {
    border-bottom: 1px solid var(--border-color);
    padding: 5px;
}

div#facets_search_wrapper {
    margin-top: 10px;
}

.custom-checkbox input[type=checkbox]+span:not(.color),
.custom-radio {
    background: #ffffff;
    color: #000;
    border-color: var(--primary-color);
    width: 18px;
    height: 18px;
}

.custom-checkbox input[type=checkbox]:checked+span .checkbox-checked {
    color: #ffffff;
    background: var(--primary-color);
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: none;
}

.active_filters .filter-block {
    background: var(--primary-color);
    padding: 2px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    color: #fff;
    border-radius: 7px;
    font-size: 0.8rem;
}

a.js-search-link i {
    /* color: #fff; */
    opacity: 1;
    font-size: 1rem;
}

a.js-search-link:hover i:hover {
    color: var(--secondary-color) !important;
    opacity: 1;
    font-size: 1rem;
}

.active_filters .active-filter-title {
    color: #000;
    border-bottom: 1px solid var(--border-color);
    width: 100%;
    margin: 10px 0;
    padding-bottom: 1rem;
}

.collapsible {
    transition: max-height 0.3s ease-in-out;
}

.toggle-icon {
    float: right;
    cursor: pointer;
    transition: transform 0.3s ease-in-out;
}

.facet-title.active .toggle-icon {
    transform: rotate(180deg);
    /* Rotates the arrow icon */
}

#search_filters .facet>ul {
    padding: 0;
}

div#order-history_wrapper {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

div#desktopQuotes_wrapper:not(#module-askforaquote-GeneratedQuotes div#desktopQuotes_wrapper) {
    display: block;
    overflow-x: auto;
    white-space: nowrap;
}

.label-pill.bright.Processed {
    background: #edc8ff;
}

.table-dropdown-toggle {
    background: transparent !important;
    color: #000 !important;
    padding: 3px;
}

.table-dropdown-toggle i {
    margin: 0 !important;
}

.dropdown-menu-item {
    display: none;
}

.dropdown-menu-item.show {
    display: block;
}

/* td.table_link,
td.text-center.order-actions {
    position: relative;
} */

.dropdown-menu-item.show {
    display: block;
    box-shadow: 0px 0px 10px 0px #99999966;
    border: 1.13px solid #FFFFFF;
    border-radius: 5px;
    z-index: 11;
    background: #fff;
    position: absolute;
    right: 0;
    display: flex;
    flex-direction: column;
    padding: 5px;
}

div#submitted-qt-inner-td .dropdown-menu-item.show {
    right: 61px;
    top: 78px;
    width: 11vw;
}

.dropdown-menu-item.show a {
    font-size: 14px;
    text-decoration: none;
}

.actions_button.track_order_filter_c5.col-md-4.col-12,
.actions_button.track_order_filter_c5 {
    margin-bottom: -13px;
}

.buyer_toggle_heading_c i {
    font-size: 1rem;
}

.big-button {
    display: none;
}

label.big-button-label {
    position: relative;
    margin-left: 34px;
}

label.big-button-label::after {
    content: "";
    position: absolute;
    left: -35px;
    top: -5px;
    width: 25px;
    height: 25px;
    border: 1px solid var(--primary-color);
    border-radius: 100px;
}

.big-button:checked+.big-button-label::before {
    border: 1px solid var(--primary-color);
    content: '';
    position: absolute;
    left: -35px;
    top: -5px;
    width: 25px;
    height: 25px;
    border-radius: 100px;
}

.big-button:checked+.big-button-label::after {
    width: 19px;
    height: 19px;
    background-color: var(--primary-color);
    left: -32px;
    top: -2px;
}

td.table_link_v_c1 {
    position: relative;
}

#module-askforaquote-SavedQuotes td.table_link {
    justify-content: start;
}

.text-white {
    color: #fff !important;
}

body#search div#content-wrapper {
    padding: 0 4rem;
}

.products-selection {
    border: none;
}

#search #js-product-list-header,
#search #js-product-list-header {
    display: none;
}

.ui-datepicker-title {
    margin: 0 15px !important;
}

#quotes_layer_cart .quotes_layer_cart_header {
    background: #fff;
    border-radius: 0.7rem 0.7rem 0 0;
}

#quotes_layer_cart .quotes_layer_cart_body {
    background: #fff;
    border-radius: 0.7rem;
    padding: 2rem 9.3rem;
}

#quotes_layer_cart .modal-footer {
    background: #fff;
    border-radius: 0 0 .7rem .7rem;
    padding-left: 0;
    padding-right: 0;
}

#quotes_layer_cart {
    border-radius: 0.7rem;
    max-width: 700px;
}

select#saved_quotes_list {
    margin-right: 1rem;
    padding: 0.6rem;
}

#quotes_layer_cart .quote_title {
    font-size: 1.1rem;
    margin-bottom: 1rem;
}

#quotes_layer_cart .quotes_layer_cart_header h4 {
    color: #4cbb6c;
}

#my-account h2.has-section-titles {
    font-family: Roboto;
    font-size: 26px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
    margin-top: 10px;
    border-bottom: solid 1px #c6c6c6;
}

#my-account span#chg_buyerdetails {
    margin-top: 20px;
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #aaa;
}

#my-account #chg_buyerdetails a,
#my-account #credit-controller a {
    color: #234F9A !IMPORTANT;
    text-decoration: underline;
    font-weight: bold;
}

#my-account .col-sm-6 {
    font-family: Roboto;
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
    letter-spacing: 0em;
    text-align: left;
    color: #aaa;
}

#my-account .credit-title {
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
}

#my-account .credit-title span {
    font-family: Roboto;
    font-size: 16px;
    font-weight: 500;
    line-height: 44px;
    letter-spacing: -0.02em;
    text-align: left;
    color: #000;
    margin-bottom: 20px;
}

#my-account .account-credit-subtitle {
    margin: 1rem 0;
}

/* popup section  */

@media only screen and (max-width: 768px) {

    #authentication .row {
        flex-direction: column-reverse;
    }

    .price-wt-qty span.price-section {
        flex-basis: 0rem !important;
    }

    .price-wt-qty {
        justify-content: end;
        flex-direction: column;
    }

    .modal-footer {
        padding: 1.5rem 3rem;
    }
}

.check_login_class .fa-heart {
    display: none;
}


.col-xs-12.col-sm-12.col-lg-12.col-xl-12.track_order_no_records {
    padding: 0;
}

#identity tr.view_product_data_inner input {
    border: 1px solid #d6d6d6;
    padding: 10px;
}

#identity tr.view_product_data_inner>td button#submittrack {
    background: #234F9A;
    color: #FFF;
    border: unset;
    box-shadow: unset;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0em;
    text-align: center;
    width: 120px;
}


#my-account .table-responsive.customer_table_c2,
#my-account .table-striped tbody tr:nth-of-type(odd) {
    box-shadow: none;
    background: transparent;
}

#my-account .table td,
#my-account .table th {
    border: none;
}

#my-account .customer_table_c5 tr td:nth-child(1) {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#my-account .customer_table_c5 tr td:nth-child(1)>i {
    background: #32D583;
    color: #fff;
    padding: 5px 13px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#my-account .customer_table_c5 tr td:not(:nth-child(1)) {
    font-size: 17px;
}

#my-account .customer_table_c5 tr td:not(:nth-child(3)) {
    color: #000;
}

#my-account a.list-action-disabled {
    background: #234F9A;
    color: #FFF !important;
    padding: 8px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: 400;
    text-align: center !important;
    width: 100%;
    display: block;
}

td.no_user_c1 {
    font-size: 17px !important;
}

div#userModal button.close {
    display: flex;
    justify-content: end;
    padding: 5px 15px;
}

.title-modal-buyer {
    color: #000;
    font-family: Roboto;
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0px;
    display: block;
}

span.modal-title.account_success.buyer_header {
    font-size: 16px;
    color: green;
}

.row.account_success.buyer-modalbody {
    color: #000;
}

.table-scroll {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.table-wrap {
    width: 100%;
    overflow: auto;
    position: relative;
}

.table-scroll table {
    width: 100%;
    margin: auto;
    border-collapse: separate;
    border-spacing: 0;
}

.table-scroll th,
.table-scroll td {
    padding: 5px 10px;
    /* border: 1px solid #000; */
    background: #fff;
    white-space: nowrap;
    vertical-align: top;
}

.table-scroll thead,
.table-scroll tfoot {
    background: #fff;
}

.clone {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.clone th,
.clone td {
    visibility: hidden
}

.clone td,
.clone th {
    border-color: transparent
}

.clone tbody th {
    visibility: visible;
    color: red;
}

.clone .fixed-side {
    /* border-right: 1px solid var(--border-color); */
    background: #fff;
    visibility: visible;
    border-left: 1px solid var(--border-color);
    box-shadow: 0 0 0 1px var(--border-color);
    border-radius: 5px 0 0 5px;
}

th.fixed-side {
    width: 100%;
    min-width: 475px;
    max-width: 475px;
    position: sticky;
    left: 0px;
    border-left: 1px solid var(--border-color);
    border-right: 1px solid var(--border-color);
}

#loader-wrapper {
	background-color: #fffffff2 !important;
    opacity: 1;
}
 
/* .cbp-horizontal>ul>li.cbp-hropen {
    position: relative;
} */

/* #cbp-hrmenu .cbp-hropen .cbp-hrsub {
    position: absolute;
    width: max-content;
    left: 0;
    right: 0;
    margin: auto !IMPORTANT;
    padding: 0px !IMPORTANT;
    margin-left: 0px !IMPORTANT;
    margin-right: 0px !IMPORTANT;
} */
/* 
li.cbp-hrsub-level1 ul.cbp-links.cbp-valinks {
    width: 250px !IMPORTANT;
    min-width: 250px !IMPORTANT;
    max-width: 250px !important;
}

#iqitmegamenu-horizontal li.cbp-hrmenu-tab:nth-last-child(1) .cbp-links.cbp-valinks,
#iqitmegamenu-horizontal li.cbp-hrmenu-tab:nth-last-child(2) .cbp-links.cbp-valinks {
    left: -250px;
}

#iqitmegamenu-horizontal li.cbp-hrmenu-tab:nth-last-child(1) li.cbp-hrsub-level1:hover>a::after,
#iqitmegamenu-horizontal li.cbp-hrmenu-tab:nth-last-child(2) li.cbp-hrsub-level1:hover>a::after {
    left: -13px;
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 12px solid #234f9a;
    border-right: unset;
    top: -2px;
} */

.discount {
    background: transparent;
    color: #000;
}

.lable-dis {
    text-align: right;
}

.lable-dis-price {
    border: unset;
    font-size: 12px;
    background: #db001c;
    color: #fff;
    padding: 5px 3px 0px 3px !important;
}

.list-group {
    flex-direction: row;
    padding: 0 15px;
}

ul.list-group li {
    border: 1px solid #ffffff !important;
    background: transparent;
    margin-bottom: 17px;
    background: #234f9a;
    padding: 11px;
    color: #FFF !important;
    font-size: 25px;
    height: 100px;
    width: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

ul.list-group li span {
    margin-top: 10px;
    display: block;
}

ul.list-group li:nth-child(1) {
    border-radius: 7px 0 0 7px !important;
}

ul.list-group li:nth-child(5) {
    border-radius: 0 7px 7px 0 !important;
}

a.ajax_add_to_quote_cart_button.btn.btn-primary:not(#product a.ajax_add_to_quote_cart_button.btn.btn-primary) {
    color: #fff;
    padding: 8px 20px;
    border-radius: 7px;
    width: 130px;
}

a.ajax_add_to_quote_cart_button.btn.btn-primary:not(#category a.ajax_add_to_quote_cart_button.btn.btn-primary) {
    font-size: 16px;
}

span.dprice_c3 {
    display: block;
    font-size: 0.8rem;
}

span.dprice_c3 span.product-price.dprice_c1 {
    font-size: 1rem;
}

/* .cbp-horizontal>ul>li:nth-child(7) ul.dropdown-menu.cbp-hrsub.cbp-show.cbp-notfit {
    overflow-y: auto;
    width: 518px !important;
    left: -278px !important;
} */

button.subcat_btn,
button.subsubcat_btn {
    background: #234f9a;
    color: #fff;
    border: none;
    width: 100%;
    padding: 5px;
    cursor: pointer;
}

#search table.js-product-miniature-wrapper.col-12.product_list_table__view thead tr th:nth-child(1),
#search th.fixed-side {
    width: 38%;
}

#search_widget .autocomplete-suggestions .col.pt-3.pb-3>span {
    display: block;
    margin: 8px 0px;
    word-wrap: break-word;
}

#search_widget .autocomplete-suggestions .col.pt-3.pb-3 span.product-reference {
    font-size: 10px !important;
}

span.product-reference {
    color: var(--secondary-color);
}

#search_widget .autocomplete-suggestions .col.pt-3.pb-3 {
    padding: 0 !important;
    margin: 0 !important;
}

#search_widget .product_text {
    display: none;
}

.product_list_table_logged_out thead tr th:nth-child(1) {
    min-width: 440px !important;
    max-width: 440px !important;
}

.product_list_table_logged_out th.fixed-side {
    min-width: 440px;
    max-width: 440px;
}

.cbp-hrmenu .cbp-hrsub-inner,
.cbp-hrmenu .cbp-hrsub-inner a,
.cbp-hrmenu .cbp-hrsub-inner a:link {
    color: var(--primary-color) !important;
    width: 100%;
}

.cbp-hrmenu .cbp-hrsub-inner a:hover,
.second-level-menu>li:hover>.anchor-with-icons>a,
.second-level-menu>li:hover>.anchor-with-icons>i,
.cbp-horizontal>ul>li.cbp-hropen .cbp-tab-title {
    color: #fff !important;
}

.anchor-with-icons {
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    padding: .6rem 0;
}

ul.header-top-menu.yyy li.products-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 170px;
    background: var(--primary-color);
    padding: 8px 10px;
    border-radius: 7px;
    color: #fff;
}

ul.header-top-menu.yyy li.products-link a {
    color: #fff !important;
    width: 100%;
}

td.quotes_cart_total>span {
    display: block;
    margin: 6px 0;
}

#module-askforaquote-GeneratedQuotesdiv .table_structure_c1 .table-responsive {
    overflow: hidden !important;
}

body#prices-drop h1#js-product-list-header {
    margin-bottom: 0 !important;
    padding-top: 29px !important;
    padding-bottom: 0 !important;
}

#best-sales h1#js-product-list-header {
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

body#prices-drop .products-selection,
#best-sales .products-selection {
    margin: 0;
}

body#prices-drop span.save-discount-text {
    display: none !important;
}

#product .container-list-tabs {
    gap: 10px;
}

#product .container-list-tabs .nav-item.hide-tab button {
    height: 45px;
    width: 45px;
}

form#quotesguestform .col-md-12 {
    padding-top: 0 !important;
}

form#quotesguestform #div_quote_g-recaptcha {
    display: flex;
    justify-content: end;
}
form#quotesguestform .col-md-12 .col-md-4{
    padding: 0;
}

span.quoteguestinputerror {
    text-align: center;
    margin: 0 !important;
}

#wrapper nav.breadcrumb ol li a:hover span {
    color: var(--secondary-color);
}

#module-iqitwishlist-view .js-mailalert {
    text-align: center !important;
}

#module-iqitwishlist-view .js-mailalert div#eta_date {
    margin-top: 15px;
}

.container.cat_section_c1.browse_cat .owl-carousel .owl-stage-outer {
    margin-top: 15px;
}

.owl-nav:not(section.featured-products.block.block-section .owl-nav,
    .container.cablemanagement_section_c1 .owl-nav) {
    display: block;
    top: -175px;
    position: relative;
    width: 100%;
}

#index .feature_product_c1 .featured-products .owl-carousel .owl-nav {
    right: 0;
}

.row.cart_details_line_c1 img.product_pop_img {
    width: 50%;
}

small.sku-number {
    color: var(--secondary-color);
}

.saved-cartt-del {
    text-align: center !important;
}

.saved-cartt-del a {
    color: #234f9a ! IMPORTANT;
    font-size: 15px ! IMPORTANT;
}

.saved-cartt-del a i {
    margin-right: 3px;
}

table#desktopQuotes {
    overflow: hidden;
}

.account_tooltip {
    display: none !important;
}

.product-reference,
span.wish_prod_ref {
    font-weight: bold;
    color: #C20012 !important;
}

form#quotesguestform .col-md-12.row {
    margin: 1rem 0;
}

#cart div#total-summary-one {
    margin-top: 0;
}

#module-askforaquote-SavedQuotes .input-group-btn-vertical.quantity-block,
#module-askforaquote-GenerateQuotes .input-group-btn-vertical {
    display: flex !important;
    align-items: center;
}

#module-askforaquote-SavedQuotes input.saved_quantity_input.form-control {
    text-align: center;
    background: transparent;
    width: 100px;
    border-color: #0044cc;
    border-radius: 0 !important;
}

#module-askforaquote-GenerateQuotes input#demo_vertical {
    width: 50px;
    border-radius: 0 !important;
    border-color: #0044cc;
    border-left: 0;
    border-right: 0;
}

#module-askforaquote-SavedQuotes .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
#module-askforaquote-SavedQuotes .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up {
    height: -webkit-fill-available;
    border: 1px solid var(--primary-color) !important;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 0;
}

#module-askforaquote-SavedQuotes .bootstrap-touchspin .input-group-btn-vertical i,
#module-askforaquote-GenerateQuotes .bootstrap-touchspin .input-group-btn-vertical i {
    position: relative;
    left: inherit !important;
    top: inherit !important;
}

#module-askforaquote-SavedQuotes .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down,
#module-askforaquote-GenerateQuotes button.btn.js-decrease-count.btn-touchspin.bootstrap-touchspin-down {
    border-radius: 6px 0 0 6px;
}

#module-askforaquote-SavedQuotes .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up,
#module-askforaquote-GenerateQuotes button.btn.btn-touchspin.js-touchspin.js-increase-count.bootstrap-touchspin-up {
    border-radius: 0 6px 6px 0;
}

li.account-li.pricelist-menu.dektop_drop_c2 {
    padding: 10px 0 !important;
}

#my-account .buyersection form#buyer-form label {
    font-weight: 600;
}

#module-askforaquote-SavedQuotes .row.saved-quotes-btn-info {
    align-items: center;
}

#module-askforaquote-SavedQuotes .buttons-qoute {
    display: flex;
    justify-content: space-evenly;
}

#cart .has-cart-summary,
#checkout .has-cart-summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

#cart .has-cart-summary span,
#checkout .has-cart-summary span {
    font-size: 1.1rem;
    font-weight: 600;
} 


#module-askforaquote-SelectQuotes .fancybox-wrap.fancybox-desktop.fancybox-type-html.fancybox-opened {
    background: #ffffffba;
    width: 100vw !important;
    height: 100% !important;
    top: 0 !important;
    z-index: 111;
    left: 0 !important;
    position: fixed !important;
}
#module-askforaquote-SelectQuotes .fancybox-wrap .fancybox-inner {
    max-width: 700px;
    margin: 90px auto;
    padding: 1rem;
    left: 0;
    right: 0;
    position: absolute;
    height: 50vh !important;
    display: flex;
    justify-content: center;
    align-items: center;
}
#module-askforaquote-SelectQuotes .fancybox-wrap .new_popup {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: none;
    border-radius: .3rem;
    outline: 0;
    padding: 2.5rem 1rem;
    align-items: center;
    gap: 1rem;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}
#module-askforaquote-SelectQuotes .fancybox-wrap .new_popup .title {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #e9ecef;
    border-top-left-radius: .3rem;
    border-top-right-radius: .3rem;
    color: #000;
}

#module-askforaquote-SelectQuotes .fancybox-wrap .new_popup button {
    background: #234F9A;
    outline: none;
    border: none;
    padding: 0.5rem;
    max-width: 30%;
    width: 50%;
    border-radius: 4px;
}

#module-askforaquote-SelectQuotes .fancybox-wrap .new_popup button a {
    color: #fff;
    text-decoration: underline;
    font-family: Roboto;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0.01em;
    text-align: left;
    text-decoration: none;
}

div#flipbookModal {
    padding: 0;
}

div#flipbookModal .modal-content {
    margin: 2% auto;
}

.feature_product_c1 .all-competences{
    display: none;
}


div#userModal button.close {
    position: absolute;
    right: 0px;
    cursor: pointer;
    z-index: 2;
}

div#userModal .modal-body {
    padding: 3rem;
    border-bottom: 1px solid #e9ecef;
    font-size: 18px;
    color: green;
    font-weight: 600;
}

div#userModal .modal-dialog {
    width: 50%;
}


.safari .dropdown-menu.cbp-hrsub.second-level-menu.cbp-show.safarihovered{
    width: 518px !important;
}

.safari .dropdown-menu.cbp-hrsub.second-level-menu.cbp-show.safarihovered li{
    width: 258px !important;
}


#product .product-prices .products-main-price span.product-discount,
#product .product-prices .products-main-price span.badge.badge-discount.discount.discount-amount,{
    display: none !IMPORTANT;
}


#cart .top-left.promotion_cart_check,
#checkout .top-left.promotion_cart_check{
    background: #234f9a;
    color: #fff;
    padding: 1px 5px;
    font-size: 10px;
    text-align: center;
}
#product .product-cover:hover .product-flags {
    opacity: 1;
    visibility: visible;
}
#product ul.product-flags.promotion_tag_c1 li {
    display: flex;
    text-align: center;
    justify-content: center;
    background: #234f9a;
    color: #fff;
    font-size: 0.7857142857rem;
    padding: 2px 5px;
}

#product ul.product-flags.promotion_tag_c1 {
    display: flex;
    flex-direction: column;
    gap: 5px;
}
#prices-drop .listing_page_c2 ul li,
#category .listing_page_c2 ul li{
    display: flex;
    text-align: center;
    justify-content: center;
    background: #234f9a;
    color: #fff;
    font-size: 9px;
    padding: 2px 5px;
    width: 100%;
}

#prices-drop ul.product-flags.promotion_tag_c1,
#category ul.product-flags.promotion_tag_c1 {
    display: block;
    top: 0px;
    left: 0;
    width: 93%;
    margin: auto;
    text-align: center;
}

#prices-drop ul.product-flags.promotion_tag_c1 li.product-flag.discount,
#category ul.product-flags.promotion_tag_c1 li.product-flag.discount {
    display: none;
}

#prices-drop div.listing_page_c2 .thumbnail-container,
#category div.listing_page_c2 .thumbnail-container {
    position: relative;
}
.d-flex.align-items-center.table-product-image-details {
    align-items: flex-start !important;
}

#index .cat_section_c3 ul.product-flags.promotion_tag_c1 {
    display: block;
    top: 15px;
    left: -6px;
    width: 93%;
    margin: auto;
}

#index .cat_section_c3 ul.product-flags.promotion_tag_c1 li.product-flag.discount{
    display: none;
}


#index .cat_section_c3 .featured-products .thumbnail-container {
    position: relative;
}

#index .cat_section_c3 li.promotion_tag_c2 {
    width: auto;
    border-radius: 0px 4px 4px 0px;
    padding: 2px 10px 2px 10px;
    background: #234f9a;
    color: #FFF !important;
    font-family: Roboto;
    font-size: 11px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.06em;
    text-align: center ! IMPORTANT;
    position: absolute;
}
