/* GLOBAL */

.h2{
    position: relative;
    font-family: var(--title-font);
    margin: 0px;
    transition: all 600ms ease;
    line-height: 1.2;
    font-size: 20px;
    color: black;
    font-weight: 600;
}

/* HEADER */

.brator-header-menu-area.scroll-menu{
    z-index: 100;
}

.brator-header-menu .open-slide-menu a{
    display: flex;
    align-items: center;
}

.brator-header-menu .open-slide-menu a svg{
    transform: rotate(90deg);
}

.brator-header-menu-area .brator-header-menu ul.list-style-outside-none li:hover a {
    color: var(--color-high-dark);
  }

.open-mobile-search{
    height: 26px;
}

.brator-logo .open-menu-toggler,
.open-menu-toggler{
    width: 35px;
    height: 35px;
    cursor: pointer;
}

.brator-logo .open-menu-toggler svg,
.open-menu-toggler svg{
    width: 35px;
    height: 35px;
}

.brator-slide-menu-area .open-mobile-search{
    display: none!important;
}

.brator-header-menu-info p{
    margin-bottom: 0;
}

.brator-logo-area .brator-logo button svg{
    transform: none;
}

.brator-slide-logo-items a img{
    margin: 0;
}

.open-menu-toggler,
.open-mobile-search{
    display: none;
}



@media only screen and (min-width: 300px) and (max-width: 1300px){
    .brator-header-menu-area{
        display: block;
    }
    .brator-header-menu-area .brator-header-menu ul.list-style-outside-none li a,
    .brator-header-menu-info a{
        font-size: 12px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1200px){
    .brator-search-area {
        padding: 0 0 0;
    }

    .brator-header-menu-info{
        display: none;
    }
}

@media only screen and (min-width: 300px) and (max-width: 1199.98px){
    .brator-header-area.header-one .brator-info-right {
        justify-content: flex-end;
        border-top: none;
        margin-top: 0;
        padding-top: 0;
    }

    .brator-logo{
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 991px){

    .brator-header-menu-with-info{
        flex-direction: column;
    }

    .brator-header-menu-with-info .brator-header-menu-info{
        display: none;
    }
}

@media only screen and (max-width: 1350px){
    .logo-small img {
        max-width: 250px;
        width: 100%;
        height: auto;
    }
}


@media only screen and (min-width: 300px) and (max-width: 768px){
    .brator-search-area {
        display: none;
     }

    .open-menu-toggler,
    .open-mobile-search{
        display: block;
    }
    .brator-header-menu-area.scroll-menu {
        padding: 15px 0;
        display: block !important;
      }

    .brator-header-menu-with-info .right-sticky{
        display: none;
    }

    .brator-header-menu-area.scroll-menu .brator-header-menu{
        justify-content: space-between;
        flex: 0 0 100%;
        max-width: 100%;
        width: 100%;
        flex-wrap: wrap;
    }

    .brator-header-menu-area .brator-header-menu-with-info{
        align-items: flex-start;
    }

    .brator-header-menu-with-info  .brator-header-menu ul.list-style-outside-none{
        padding-top: 20px;
        display: none;
        flex-direction: column;
        /* align-items: flex-start; */
    }


    .brator-header-area.header-one .brator-info-right {
        justify-content: center;
        border-top: 1px solid #e5e5e5;
        margin-top: 15px;
        padding-top: 15px;
    }

    .brator-header-menu-area .brator-header-menu ul.list-style-outside-none li a, .brator-header-menu-info a {
        font-size: 18px;
      }
}


/* BREADCRUMBS */

@media only screen and (max-width: 768px){
    .brator-breadcrumb ul li, .brator-breadcrumb ul li a{
        font-size: 12px;
    }
}

/* ADD TO CART BUTTON */

.brator-product-single-item-area .brator-product-single-item-mini .brator-product-single-item-btn a.add_to_cart_button{
    padding: 13px 15px;
}

@media only screen and (max-width: 1199px) {
    .brator-product-single-item-area .brator-product-single-item-mini .brator-product-single-item-btn a.add_to_cart_button{
        padding: 13px 10px;
    }
}

/* WOOCOMMERCE MESSAGES */

.woocommerce-notices-wrapper {
    position: relative;
    padding-bottom: 25px;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

 .single-product .woocommerce-notices-wrapper::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 100%;
    background-color: #f2f2f7;
}
.woocommerce-notices-wrapper {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}
/* @media (min-width: 576px){
    .woocommerce-notices-wrapper {
        max-width: 540px;
    }
}
@media (min-width: 768px){
    .woocommerce-notices-wrapper {
        max-width: 720px;
    }
}
@media (min-width: 992px){
    .woocommerce-notices-wrapper {
        max-width: 960px;
    }
}
@media (min-width: 1200px){
    .woocommerce-notices-wrapper {
        max-width: 1140px;
    }
}
@media (min-width: 1400px){
    .woocommerce-notices-wrapper {
        max-width: 1320px;
    }
} */

/* FORMS */

.wpcf7-form-control-wrap textarea{
    max-width: unset;
}

/* HOME SERVICE AREA */



@media (max-width: 768px){
    .brator-service-area .col-lg-3 {
        padding: 0 10px;

    }

    .brator-service-area .brator-single-service-item h4{
        margin-top: 10px;
        margin-bottom: 10px;
        font-size: 14px;
        flex: 1;
    }

    .brator-service-area .brator-single-service-item p{
        font-size: 11px;
        line-height: normal;
    }
}

/* SINGLE PRODUCT */

.brator-product-header-layout h1{
    margin-bottom: 15px;
    font-size: 30px;
}

.brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs .slick-arrow{
    display: block;
    margin: 0 auto;
    font-size: 0;
    border: none;
    background-color: transparent;
}


.brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs .slick-arrow::before{
    content: '\f077';
    font-family: 'Font Awesome 5 Free';
    font-size: 20px;
    font-weight: 900;
}

.brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs .slick-arrow.slick-prev{
    margin-bottom: 25px;
}

.brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs .slick-arrow.slick-next::before{
   content: '\f078';
}

@media (max-width: 992px){
    .brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs{
        overflow: visible;
    }

    .brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs .slick-arrow{
        position: absolute;
        top: 50%;
        left: -30px;
        transform: translateY(-50%)rotate(-90deg);
    }


    .brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs .slick-arrow.slick-next{
        left: unset;
        right: -30px;
    }

    .brator-product-header-layout h1{
        font-size: 20px;
    }

    .woocommerce div.product .brator-product-img-tab-list.js-tabs#tabs-product-img.design-two div.images.woocommerce-product-gallery{
        flex-wrap: wrap;
    }

    .flex-viewport{
        order: 0;
    }

    .brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs{
        display: block;
        flex-wrap: wrap;
        margin-right: 0;
        max-width: 100%;
        flex: 0 0 100%;
    }

    .brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs li {
        margin-bottom: 0;
        padding: 3px;
        display: block;
        flex: 0 0 16.667%;
        width: 16.667%;
        min-width: 80px;
        height: auto;
        background-position: center;
        background-size: cover;
    }
}

.cart-total-area .cart-total-header h2 span{
  white-space: nowrap;
}

.brator-product-hero-content .brator-product-hero-content-add-to-cart .brator-product-single-cart-count-add .brator-product-single-cart-count .brator-brator-cart-list-items-qty{
    max-width: 125px;
}

.brator-product-hero-content .brator-product-hero-content-add-to-cart .brator-product-single-cart-count-add .brator-product-single-cart-count .brator-brator-cart-list-items-qty input{
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: textfield;
}

.brator-product-single-light-info-s.sku-code{
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    text-transform: none;
}

.brator-product-single-light-info-s.sku-code h5{
    font-size: 14px;
    font-weight: normal;
}

@media (max-width: 768px){
    .brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs .slick-arrow{
        left: -25px;
    }


    .brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs .slick-arrow.slick-next{
        left: unset;
        right: -25px;
    }

    .brator-product-img-tab-list.js-tabs#tabs-product-img.design-two .flex-control-thumbs li {
        margin-bottom: 0;
        padding: 3px;
        display: block;
        flex: 0 0 20%;
        width: 20%;
        height: auto;
        background-position: center;
        background-size: cover;
    }

    .brator-product-single-light-info-s.sku-code{
        margin-bottom: 10px;
        /* font-size: 13px; */
    }
/*
    .brator-product-single-light-info-s.sku-code h5{
        font-size: 1rem;
    } */

    .brator-product-hero-content .brator-product-hero-content-info .brator-product-hero-content-review .product-batch.yollow-batch{
        font-size: 8px;
    }

    .brator-product-hero-content .brator-product-hero-content-info .brator-product-hero-content-price h6{
        font-size: 20px;
    }

    .brator-product-hero-content .brator-product-hero-content-info .brator-product-hero-content-stock{
        margin-bottom: 15px;
    }

    .woocommerce div.product p.stock{
        font-size: .7em;
    }


    .brator-product-hero-content .brator-product-hero-content-add-to-cart .brator-product-single-cart-count-add .brator-product-single-cart-count .brator-brator-cart-list-items-qty{
        max-width: 105px;
    }

    .brator-product-single-cart-count .brator-brator-cart-list-items-qty span{
        height: 30px;
        width: 30px;
    }

    .brator-product-hero-content .brator-product-hero-content-add-to-cart .brator-product-single-cart-count-add .brator-product-single-cart-count .brator-brator-cart-list-items-qty input{
        height: 30px;
    }

    .brator-product-single-cart-count .brator-brator-cart-list-items-qty span{
        line-height: 30px;
    }
}

/* CART */

.woocommerce table.shop_table_responsive tr td.product-price, .woocommerce-page table.shop_table_responsive tr td.product-price{
    color: var(--color-high-dark);
    font-size: 26px;
    font-weight: 600;
    display: flex;
}

@media only screen and (max-width: 768px){
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td{
        text-align: left!important;
    }

    .woocommerce table.shop_table_responsive tr td.product-price, .woocommerce-page table.shop_table_responsive tr td.product-price{
        padding: 10px;
        padding-left: 102px;
        font-size: 18px;
    }

    .woocommerce table.shop_table_responsive tr td.product-price::before, .woocommerce-page table.shop_table_responsive tr td.product-price::before{
        display: none;
    }

    .brator-cart-info .brator-cart-list .brator-cart-list-items .brator-cart-list-items-removed{
        height: auto;
    }

    .brator-product-header-layout-area.desing-two .brator-product-add-to-cart .brator-product-add-to-cart-button-added .brator-product-single-cart-count .brator-brator-cart-list-items-qty, .brator-product-single-cart-count .brator-brator-cart-list-items-qty{
        height: 32px;
    }

    .brator-product-single-cart-count .brator-brator-cart-list-items-qty input{
        appearance: none;
        -webkit-appearance: none;
        -moz-appearance: textfield;
        height: 30px;
    }

    .brator-product-header-layout-area.desing-two .brator-product-add-to-cart .brator-product-add-to-cart-button-added .brator-product-single-cart-count .brator-brator-cart-list-items-qty, .brator-product-single-cart-count .brator-brator-cart-list-items-qty{
        max-width: 105px;
    }

    .woocommerce table.shop_table_responsive tr td.product-quantity, .woocommerce-page table.shop_table_responsive tr td.product-quantity{
        padding-left: 102px;
    }

    .woocommerce table.shop_table_responsive tr td.product-quantity::before, .woocommerce-page table.shop_table_responsive tr td.product-quantity::before{
        display: none;
    }

    .brator-cart-list-items-title{
        margin-bottom: 0!important;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
        background-color: transparent;
      }

    .brator-cart-info .brator-cart-list .brator-cart-list-items{
        border-bottom: 1px solid rgba(0, 0, 0, .1)!important;
    }

    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before{
        padding-right: 10px;
        color: black;
        font-weight: 400;
    }

    .woocommerce table.shop_table_responsive tr td.product-subtotal, .woocommerce-page table.shop_table_responsive tr td.product-subtotal{
        color: black;
        font-weight: 600;
    }

    .brator-cart-info .brator-cart-list .brator-cart-list-items .brator-cart-list-items-title .prodct-info a{
        font-size: 10px;
    }

    .brator-cart-info .brator-cart-list .brator-cart-list-items .brator-cart-list-items-title .prodct-info .brator-product-single-light-info-s.sku-code{
        margin-top: 10px;
    }

    .brator-cart-info .brator-cart-list .brator-cart-list-items .brator-cart-list-items-title .prodct-info .brator-product-single-light-info-s.sku-code h5{
        font-size: 13px;
    }

    .brator-cart-info .brator-cart-list .brator-cart-list-items .brator-cart-list-items-title .prodct-info .brator-product-single-light-info-s.sku-code span{
        font-size: 13px;
    }

    .brator-cart-info .brator-cart-checkout{
        border-top: none;
        padding: 0;
    }

    .woocommerce-cart table.cart td.actions .coupon .input-text{
        flex: 0 0 60%;
        width: 60%;
        margin-bottom: 0!important;
        border-radius: 4px 0 0 4px;
    }

    .brator-cart-info .brator-cart-checkout .brator-cart-checkout-left .brator-cart-checkout-fields button{
        flex: 1;
        padding: 15px 20px;
        float: none!important;
        width: auto!important;
        font-size: 13px;
        border-radius: 0 4px 4px 0;
    }

    .cart-total-area{
        padding: 40px 15px;
    }

}

/* FOOTER */
.widget_text .textwidget p, .widget_nav_menu ul li a:hover, .widget_meta ul li a, .widget_pages ul li a, .brator-contact-list-area .brator-contact-list-items p{
    font-size: 15px;
}
#text-3.widget_text .textwidget strong{
  width: 60px;
  display: inline-block;
}
@media only screen and (min-width: 998px) and (max-width: 1600px){
  #text-3.widget_text .textwidget strong{
    display: block;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1400px){
  .brator-header-area.header-one .brator-user-link {
      padding-left: 15px;
      margin-right: 15px;
      margin-left: 15px;
      position: relative;
  }

  .brator-header-menu-info a{
    white-space: nowrap;
    font-size: 12px;
  }

  .brator-header-menu-area .brator-header-menu ul.list-style-outside-none li a{
    white-space: nowrap;
    font-size: 12px;
  }
}


.blog-details-content .wp-block-column{
    font-size: 14px;
}

@media only screen and (max-width: 1199px){
    .brator-contact-list-area .brator-contact-list-items p, .blog-details-content .wp-block-column{
        font-size: 14px;
    }

    .wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column {
        flex-basis: auto;
      }
}

@media (min-width: 782px){

      .wp-block-columns.row {
        flex-wrap: wrap !important;
      }
}


.single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
  max-width: 1300px;
    margin: 0 auto;
    border-radius: 5px;
}
@media (max-width: 576px) {
  .woocommerce-error li, .woocommerce-info li, .woocommerce-message li{
    font-size: 14px;
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
  }
}
@media (min-width: 576px) {
    .single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
        max-width:500px
    }


}

@media (min-width: 768px) {
    .single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
        max-width:680px
    }
}

@media (min-width: 992px) {
  .single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
      max-width: 930px
  }
}

@media (min-width: 1200px) {
    .single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
        max-width: 1120px
    }
}

@media (min-width: 1400px) {
    .single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
        max-width: 1280px
    }
}

@media (min-width: 1600px) {
    .single-product .woocommerce-error, .single-product .woocommerce-info, .single-product .woocommerce-message {
      max-width: 1500px;
    }
}


.brator-product-single-item-area .brator-product-single-item-img a,
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image,
.brator-product-single-tab-list .brator-product-single-tab-item .wp-block-media-text__media,
.brator-cart-info .brator-cart-list .brator-cart-list-items .brator-cart-list-items-title .img-cart a{
  position: relative;
  display: block;
}

.listing-search-item>a{
  position: relative;
}


.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .woocommerce-product-gallery__image::before,
.brator-product-single-tab-list .brator-product-single-tab-item .wp-block-media-text__media::before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../images/watermark-carparts.png');
  background-size: 250px 250px;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.brator-product-single-item-area .brator-product-single-item-img a::before,
.brator-cart-info .brator-cart-list .brator-cart-list-items .brator-cart-list-items-title .img-cart a::before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../images/watermark-carparts.png');
  background-size: 150px 150px;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.listing-search-item>a::before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: url('../images/watermark-carparts.png');
  background-size: 50px 50px;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.pswp__item .pswp__zoom-wrap{
  position: relative !important;
}
.pswp__item::before{
  content: '';
  position: absolute;
  display: block;
  top: 0;
  z-index: 1;
  left: 0;
  background-image: url('../images/watermark-carparts.png');
  background-size: 400px 400px;
  background-repeat: repeat;
  width: 100%;
  height: 100%;
}

.brator-product-single-tab-list .brator-product-single-tab-item img{

}

.price_slider_wrapper .price_slider{
    display: none!important;
}

.price_slider_wrapper #min_price,
.price_slider_wrapper #max_price {
    margin-bottom: 10px;
    display: inline-block!important;
    width: 48%;
}

.price_slider_wrapper .price_label {
    display: none!important;
}

.yith-wcwl-add-button a,
.yith-wcwl-add-button .yith-wcwl-icon {
    color: #ad1917;
    font-size: 13px;
}

.listing-search-item > .image-cover{
    flex: 0 0 50px;
    width: 50px;
}

.listing-search-item .pro-content{
    padding-left: 10px;
}

#productdatasearch, #productdatasearchsticky{
    z-index: 9999999;
}

.brator-product-single-item-area .brator-product-single-item-info .brator-product-single-item-info-right,
.brator-product-single-item-area .brator-product-single-item-info.info-content-left {
    z-index: 1;
}

.product-list-items{
    align-items: flex-start;
}