/* START KD toast*/
#KD-snackbar {
    visibility: hidden;
    min-width: 250px;
    margin-left: -125px;
    background-color: #198754;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    left: 50%;
    bottom: 30px;
    font-size: 17px;
    font-weight: bold;
  }
  .navPages-container.is-open{
      z-index: 1111; 
  }
  .mobileMenu-toggle{
      z-index: 22222;
  }
    body .header-logo-image-container{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
  .card-body .KdCustomTagImg{
      min-height: 20px;
      margin: 3px 0;
  }
  #KD-snackbar.KD-show {
    visibility: visible;
    -webkit-animation: KDfadein 0.5s, KDfadeout 0.5s 2.5s;
    animation: KDfadein 0.5s, KDfadeout 0.5s 2.5s;
  }
  
  @-webkit-keyframes KDfadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
  }
  
  @keyframes KDfadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
  }
  
  @-webkit-keyframes KDfadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
  }
  
  @keyframes KDfadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
  }
/* END KD toast*/

body .product-card .product-card-footer-2{
    display: flex;
    justify-content: center;
    align-items: center;
}

body .kd-upper-container-item .navUser-item--cart__hidden-s{
    display: block !important;
}

.kd-green-color span{
    color: green !important;
}

#checkout-app ul.productList{
    display: none;
}

/* START KD yotpo star*/
#y-badges-2 {
    width: 100%;
    background-color: transparent !important;
}
#y-badges-2 .y-badge {
    cursor: pointer;
    margin: 0 auto;
    position: relative;
    height: 100px;
}
#y-badges-2 .y-badge-image {
    width: auto;
    height: 100px;
}
#y-badges-2 .y-badge-reviews {
    position: relative;
    white-space: nowrap;
    text-align: center;
    top: -75px;
    font-size: 22px;
    color: #FFFFFF;
}
#y-badges-2 .y-badge-stars {
    display: block;
    position: absolute;
    top: 45px;
    left: 18px;
}
#y-badges-2 .yotpo-icon {
    color: #ECC525;
    font-size: 15px;
}
#y-badges-2 .y-badges-certified {
    color: #5997c1;
    font-size: 9px;
    text-transform: uppercase;
    position: absolute;
    top: 63px;
    left: 14px;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}
#y-badges-2 .y-powered-by{
    display: none;
}
/* END KD yotpo star*/

body .page .category-wrap .page-sidebar .sidebarBlock+.sidebarBlock{
    display: unset;
}

.header{
    z-index: 103;
}
    .footer-science {
    display: none;
    }
    .pp-buynow {
        text-decoration: none;
    background: #6A6962;
    text-transform: uppercase;
    font-weight: 600;
    color: #fff;
    border-radius: 0;
    padding: 10px 35px;
    display: grid;
    width: 48%;
    text-align: center;
    border: 1px solid black;
    margin-top: 1.7rem;
   }
   .pp-buynow:hover {
    background: #fff;
    color: #6A6962; 
   }
   
   body .accordion--navList .accordion-content{
       padding: 0 0 0 0 !important;
   }
   
    body .facetedSearch-refineFilters{
        display: none;
    }
    
    body #faceted-search-container > nav > div:nth-child(1){
        background: #f5f5f5;
        border-radius: 4px;
        padding: 0 10px 10px 10px;
        margin-bottom: 10px; 
    }   
   
   .kd-facetedSearch-navList .kd-accordion-navList .kd-accordion-block .kd-accordion-navigation{
       border-top: none !important;
   }
   .kd-page-heading-main-category{
       margin: 0 0 10px 0 !important;
       font-weight: 500 !important;
       text-align: left;
   }
   .category-bottom .card{
       margin-bottom: 0 !important;
   } 
   
   .kd-category-list{
       margin-bottom: 20px;
   }
   .kd-category-list ul{
       background: #F5F5F5;
       padding: 15px;
       margin: 0;
       height: 74px;
       /*
        display: flex;
        flex-direction: row;
        justify-content: center;
        gap: 10px;*/
        
   }
   .kd-category-list .owl-nav{
       margin: 0 !important;
   }
  
   .kd-category-list .slick-dots{
       display: none !important;
   }
   .kd-category-list ul [data-product-slide] a{
        font-size: 16px;
        font-weight: bold;
        background: white;
        border-radius: 5px;
        padding: 10px;
        display: unset;
   }
   
   .kd-category-list ul [data-product-slide]{
       margin: 0;
        text-align: center;
        padding: 10px;
        /*display: inline-block;*/
   }
   
.category-upper, .kd-category-bottom{
    position: relative;
    overflow-y: scroll;
     overflow-x: hidden;
}

.kd-category-bottom::-webkit-scrollbar {
    width: 12px;
}

.kd-category-bottom::-webkit-scrollbar-thumb {
    background-color: white;
    border-radius: 10px;
}

.kd-category-bottom::-webkit-scrollbar-track {
    background-color: #fff;
}

.kd-category-bottom::-webkit-scrollbar-track-piece {
    background-color: #fff; /* Change the color of the track */
}   

.owl-next, .owl-prev{
    position: absolute;
    top: 5px;
}

.owl-next{
    right: -40px;
}
.owl-prev{
    left: -40px;
}

.custom-owl-prev,
        .custom-owl-next {
            background-color: transparent;
            border: none;
            cursor: pointer;
            font-size: 0; /* Hide text content */
        }

        .custom-owl-prev {
            /*background: url('https://cdn-icons-png.flaticon.com/128/271/271220.png') no-repeat center center !important;*/
            /*background-size: contain;*/
            width: 40px;
            height: 40px;
        }

        .custom-owl-next {
            width: 40px;
            height: 40px;
        }
        .owl-theme .owl-nav [class*=owl-]{
            padding: 5px !important;
        }
   .owl-theme .owl-nav [class*=owl-]{
       background: none !important;
   }
   
   
    @media only screen and (max-width: 1366px)  {
        body .kd-container-upper-navebar > :nth-child(3){
            position: absolute;
            top: 10px; 
            right: 0;
        }
        body .product-card i.fas{
            padding: 8px 10px !important;
        }
        .kd-container-upper-navebar{
            padding-top: 45px;   
        }
    }
   
    @media only screen and (min-width: 768px) and (max-width: 1366px)  {

        /*.kd-container-upper-navebar{*/
        /*    padding: 45px 10px 0 10px;*/
        /*}*/
    
        .kd-drop-down-bar.kd-upper-container-item{
            width: 90%;
        }
        
        /*body input#nav-quick-search-1{*/
        /*    width: 100%;*/
        /*}*/
        
        body .kd-container-upper-navebar > :nth-child(1){
            padding-left: 10px; 
        }
        
        body .kd-container-upper-navebar > :nth-child(2){
    
        }
    
        
        body .kd-container-search-bar{
            margin: 0;
        }
        body .form-field.kd-quick-field{
            margin: 0;
        }
        body .kd-container-search-bar .form{
            margin: 0; 
        }
        body #kd-category-dropdown{
            margin:0; 
        }
       
        
    }   
   
   @media only screen and (max-width: 767px) {
        .pp-buynow {
            width: 100%; 
            margin-top: 0; 
            margin-bottom: 15px;
        }
        .yotpo-promoted-products .promoted-products{
            padding: 20px 0 !important;
        }
        
        body  article.card{
            height: 250px;
        }
        body .kd-container-upper-navebar{
            justify-content: center;
            height: 100%;
            
        }
        .kd-container-upper-navebar{
            padding-top: 0;
        }
        
  }
    @media only screen and (max-width: 768px) {
    
        body .kd-drop-down-bar.kd-upper-container-item{
            display: none; 
        }
    }
  
  .productView-options{
      position: relative !important;
  }
  

  
  @media only screen and (min-width: 768px) and (max-width: 1024px) {
    .pp-buynow {
        width: 100%;
        margin-top: 0; 
    }
    .productView-options .formform-action{
        margin-bottom: 15px;
    }
    body  article.card{
        height: 280px;
    }

    
  }
  
    @media only screen and (max-width: 1181px){
        #add-to-cart-wrapper .add-to-cart-buttons,
        .productView .product-view-wrap .prod-right .productView-details .productView-options .formform-action,
        .productView .product-view-wrap .prod-right .productView-details .productView-options .form-wishlist{
            display: grid;
            width: 97%;
            padding-right:0;
        } 
        
        
    }
    
    @media only screen (min-width: 768px) and (max-width: 1181px){
        .productView .product-view-wrap .prod-right .productView-details .productView-options .form-wishlist .button{
            width: 97%;
             padding-right:0;
        }
    }
    
    body .checkoutHeader .kd-badge-container1{
        flex-direction: row;    
    }
        
    @media only screen and (max-width: 1181px){
        body .checkoutHeader .kd-badge-container1{
            flex-direction: column;     
        }
        body .checkoutHeader .kd-badge-container-1{
            justify-content: center; 
        }
        body .checkoutHeader .kd-badge-container-2{
            justify-content: center;
            display: flex;
            margin-top: 30px;
            flex-direction: column;
            align-items: center;
            margin-left: 0; 
        }
    }
    
  
  .form-wishlist{
      width: 48%;
  }
  .form-wishlist > .dropdown-menu-button{
      width: 100%;
  }
  
  
    #tab-reviews{
      padding: 0;
    }
   .yotpo-review-border-smooth.yotpo-border-margin {
      display: none !important;
    }
    #yotpo-widget-btn{
        text-decoration: none !important;
    }
    .yotpo-pp-header{
        color: #6B6D76 !important;
        font-size: 25px !important;
    }
    .glide__slides{
        margin-top: 34px !important;
    }
    .yotpo-pp-header-container{
        justify-content: unset !important;
    }
    
[data-yotpo-instance-id="580332"]{
    clear: both; 
}
.yotpo.placeholder .yotpo-display-wrapper .yotpo-label,
.yotpo.placeholder .yotpo-display-wrapper .yotpo-display-wrapper,
.yotpo.placeholder .yotpo-display-wrapper form,
.yotpo.placeholder .yotpo-display-wrapper .yotpo-messages,
.yotpo.placeholder .yotpo-display-wrapper .yotpo-nav,
.yotpo.placeholder .yotpo-display-wrapper .yotpo-nav-content{
    display: none; 
}
@media only screen and (min-width: 1181px) {
    .productView-options .add-to-cart-wallet-buttons {
        margin-top: 15px; 
    }
}

.yotpo-display-m .yotpo-main-layout .yotpo-head .yotpo-headline {
         margin-left: 0 !important;
} 
.yotpo-main-layout .yotpo-head{
        flex-direction: coloumn-reverse !important;
}  

.productView-product .productView-rating{
        display: none;
}

@media only screen and (max-width: 801px){
  .productView-description .tabs{
        display: flex;
        flex-direction: row;
        justify-content: flex-start; 
   }
  .productView-description .tabs .is-active {
    border-top: 1px solid #e5e5e5 !important;
    border-right: 1px solid #e5e5e5;
    border-left: 1px solid #e5e5e5;
    border-bottom:1px solid #fff !important;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    margin-bottom: -2px !important;
    background: white;
  }
  .tab-title{
      padding: 5px;
  }
  .productView-description .tabs .tab {
    border-top-color: #fff;
    padding: 5px;
  }
  .productView-description .tabs .tab .tab-title{
    font-size: 12px !important;
  }
  
  body #kd-sidebar-container{
    position: fixed !important;
    top: 0px !important;
  }
  body .kd-category-list{
    top: 55px !important;
    background: white;
    padding-bottom: 10px;
    padding-top: 10px;
  }
}
@media (min-width: 551px){
    body .form-actions.customerEmail-action{
        /*margin-top: 3rem;*/
    }    
}

@media (max-width: 550px){
  .productView-info-name, .productView-info-value {
    float: none;
  }
}
.form-field.form-field--increments .form-label--alternate{
  text-align: left;
} 

.productView-thumbnail .productView-thumbnail-link{
    width: 100%;
    padding-top: 100% !important;
    position: relative;
    height: 100%;  
}
.productView-thumbnail .productView-thumbnail-link img{
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100% !important; 
  height: 100% !important;
}

.productView .product-view-wrap .prod-left .productView-images .productView-thumbnails .slick-next, .productView .product-view-wrap .prod-left .productView-images .productView-thumbnails .slick-prev{
    top: 50%;
}
body .slick-next::before, body .slick-prev::before{
    width: 100% !important;
    width: 100% !important;
}
body .slick-next, body .slick-prev{
    margin-top:unset !important;
}
body #header-pagination{
    margin-bottom: 20px;
}
body .pagination-item--previous{
    float: none;
}
body .pagination-item--next{
    float: none;
}
body .pagination-list li{
    margin-left: 0;
}

.pagination .pagination-list .pagination-item:hover{
    border-color:white !important;
}
body .pagination-item{
    margin:0 5px 0 5px !important;
    line-height: unset !important;
}

body .pagination-item a{
    border: 1px solid #111111;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    
}
body .pagination .pagination-list .pagination-item--current{
    border: 1px solid #111111;
    background:#111111;
    border-radius: 50%;
    padding: 0;
}
.pagination-item--next .icon, .pagination-item--previous .icon{
    margin:0 !important;
}
.productView-thumbnail-link{
    max-width: unset !important;
}
 /*filter css*/
    .container {
        max-width: 120.28571rem !important;
        width    : 100% !important;

    }
    .kd-category-wrap {
        display       : flex;
        flex-direction: row !important;
    }
    .kd-category-wrap .category-upper {
        width: 20%;
    }
    .kd-category-wrap .category-middle {
        width: 3%;
    }
    .kd-category-wrap .category-bottom {
        width: 77%;
    }
    .kd-page-heading-wrap {
        flex-direction: column !important;
        align-items   : normal;
    }
    .kd-page-heading {
        font-weight: 700;

    }
    
    .kd-form-fieldset {
        float: none;
    }
    .kd-form-select {
        margin-top         : 0.5rem !important;
        max-width          : 100% !important;
        width              : 100% !important;
        border-radius      : 4px !important;
        padding            : 0.75rem 3rem 0.75rem 1rem !important;
        background         : #fff !important;
        background-position: 100% center;
        border             : 1px solid #8f8f8f !important;
        color              : #666 !important;
        font-family        : inherit;
        font-size          : 1rem;
        line-height        : normal !important;
        cursor             : pointer;
        height             : 3rem !important;
        margin             : 0;
        outline            : 0 !important;
    }
    .page-heading-wrap .actionBar .form-field:after {
        position   : absolute !important;
        /*content  : " \005E" !important;*/
        content    : " \203A" !important;
        right      : 16px !important;
        font-size  : 16px !important;
        font-weight: 500;
        color      : #000 !important;
        top        : 68px !important;
        transform  : rotate(90deg) !important;
    }
    .kd-form-label {
        font-family     : Audiowide, Arial, Helvetica, sans-serif;
        font-weight     : 400 !important;
        font-size       : 1.07143rem !important;
        margin-top      : 0;
        margin-bottom   : 0 !important;
        text-transform  : inherit;
        background-color: #4d4d4d;
        border-radius   : 0;
        color           : #fff !important;
        max-width       : 100% !important;
        width           : 100% !important;
        padding         : 0.78571rem 1.5rem
    }
    .kd-facetedSearch-navList .kd-accordion-navList .kd-accordion-block .kd-accordion-navigation {
        font-family     : Audiowide, Arial, Helvetica, sans-serif;
        font-weight     : 400 !important;
        font-size       : 1.07143rem !important;
        margin-top      : 0;
        margin-bottom   : 5px !important;
        text-transform  : inherit;
        background-color: #4d4d4d;
        border-radius   : 0;
        color           : #fff !important;
        max-width       : 100% !important;
        width           : 100% !important;
        padding         : 0.78571rem 1.5rem
    }
    .kd-facetedSearch-navList .kd-accordion-navList .kd-accordion-block {
        margin-top: 0 !important;

    }
    .kd-accordion-title {
        color      : #fff !important;
        font-weight: 400 !important;

    }
    .kd-facetedSearch-content.is-open {
        margin-bottom: 3px !important;
    }
    .kd-accordion-block .navList {
        align-items   : start !important;
        flex-direction: column !important;
    }
    .kd-accordion-block .navList a {
        background-color: #fff !important;
        color           : #4d4d4d !important;
        border          : 0 !important;
    }
    .kd-accordion-block .kd-check-box-title {
        display    : inline-block;
        margin-left: 12px;
        font-size  : 11px;
    }
    .kd-accordion-block .kd-check-box-count {
        font-size: 11px;
    }
    
 /*filter side bar*/
 
#facetedSearch-navList .navList-item{
    margin-top: 0!important;
}

#kd-refine-search-container{
    text-align: right;
    display: none;
}
.category-fixed-sidebar-closer{
    display: none;
}
.category-upper{
    display: block;
}

@media screen and (max-width: 1025px) {
   .form-input--small{
       font-size: 9px;
   } 
   .button--small{
       font-size: 9px;
   }
}

@media screen and (max-width: 900px) {

.kd-category-wrap .category-upper{
  position: fixed;
    width: 100%;
    height: 100%;
    z-index: 55555;
    left: 0;
    top: 0;
    display: none; 
    background: #f9f9f9;
    padding: 55px 10px 10px 10px;
    overflow-y: scroll;
}    
    
    #kd-refine-search-container{
     display: block;   
    }
 .kd-page-heading-wrap{
     width: 100%;
     flex: none;
 }
 
    .category-fixed-sidebar-closer{
      text-align: right;
      margin-top: 10px;
      display: block;
    }
    .kd-category-wrap .category-upper{
        min-height: 100% !important;
        max-height: 100% !important;
        height: 100% !important;
    }
    .category-bottom{
        min-height: 100% !important;
        max-height: 100% !important;
        height: 100% !important;
    }
    .kd-category-list ul{
        width: 90% !important;
        margin: 0 auto !important;
    }
    
    
    .category-fixed-sidebar-closer input{
        
    background: #4D4D4D;
    outline: none;
    border: none;
    border-radius: 3px;
    color: white;
    padding: 10px 15px;
    margin-bottom: 10px;
    margin-right: 10px;

    }
    
    
     .kd-category-wrap .category-upper, .kd-category-wrap .category-middle{
         display: none;
     }
    
    .kd-category-wrap .category-bottom {
        width: 100%;
    }
    
    .category-fixed-sidebar{
        width: 100%;
        height: 100%;
        position: relative;
    }


  .kd-drawer-show {
      width: 100%;
      animation-name: drawerLeft;
      animation-duration: 0.5s;
  }

  @keyframes drawerLeft {
    0% {
      transform: translateX(100%);
    }
  }
}

/*END filter side bar*/
body .owl-carousel .owl-dots.disabled, body .owl-carousel .owl-nav.disabled {
    display: block;
}

body .owl-prev.disabled, body .owl-next.disabled{
    display: none !important;
}

.kd-category-list {
  position: sticky !important;
  z-index: 100 !important;
  top: 0 !important;
}

#kd-sidebar-container {
  
  position: sticky !important;
  top: 100px !important;

}

.category-bottom.kd-category-bottom {
  max-height: none !important;
  height: auto !important;
}

.card-body {
  font-size: 12px;
}

.card-img-container img {
    transition: opacity 0.3s ease;
    opacity: 1;
}
.card-img-container img:nth-child(2){
    opacity: 0;
}
.card-figure:hover .kd-card-multiple-images img:nth-child(1){
    opacity: 0;
}
.card-figure:hover .kd-card-multiple-images img:nth-child(2){
    opacity: 1;
}

h3.card-title {
  font-size: 12px;
}

article.card {
    border: 1px solid #f7f7f7;
    box-shadow: 0 1px 21px 0 rgba(135,140,157,.1);
    border-radius: 8px;
    /*overflow: hidden;*/
}

.product {
    display: flex; /* Flexbox layout for alignment */
    flex-wrap: wrap; /* Wrap items if they exceed container width */
    justify-content: space-between; /* Spacing between items */
    margin-bottom: 20px; /* Add some margin between cards */
}

li.product article{
    position: relative;
}


.product-card-footer {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    background: #eee;
    padding: 10px;
}

.quick-view-btn, .add-to-cart-btn{
            color: white;
}

.card .card-body .card-title {
    margin: 0 0 0px 0 !important;
}

/*.category-bottom .card {*/
/*    height: 400px;*/
/*}*/

ul.productGrid {
  /* position: absolute; */
  /* width: auto; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
article.card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 418px;
}

.card-figcaption-button input[type="checkbox"] {
    vertical-align: middle; /* Align checkbox vertically */
}

.card-figcaption-button span {
    vertical-align: middle; /* Align text vertically */
    /*margin-left: 10px; */
    /* Add some space between checkbox and text */
    /*margin: 10px;*/
}

body .card .card-body .card-figcaption-button input{
    margin: -2px 5px 0 0;
}
body .product-card .button{
    line-height: unset;    
}

.product-card-footer {
    background-color: #eee;
}

.product-card-footer label.button {
    padding: 5px 10px; /* Adjust padding as needed */
    font-size: 12px; /* Adjust font size as needed */
}

.product-card-footer label.button i {
    /*color: black;*/
}

.product-card-footer .quick-view-btn i,
.product-card-footer .add-to-cart-btn i {
    /*color: black;*/
    /*background-color: white;*/
      background-color: #ffffff;
    color: #000000;
    border: none;
    padding: 3px 15px !important;
    /* margin-right: 10px; */
    margin-top: 4px;
}

.product-card i.fas{
  border-radius: 5px !important;
  padding: 8px 15px !important;
}

.kd-chkbadge {
    display: flex;
    align-items: center;
    gap: 5px;
}

.page .category-wrap .page-sidebar .sidebarBlock .navList .navList-item .navList-action {
     background-color: unset;
     color: black;
     margin: unset;
     border: unset;
 } 
.page .category-wrap .page-sidebar .sidebarBlock .navList {
    display: unset;
}
.kd-category-wrap .category-upper {
   /*background: #f5f5f5;*/
   padding: 10px;
}
.page .category-wrap .page-sidebar {
   border-bottom: unset;
}
.accordion.accordion--navList.kd-accordion-navList {
   background: #fff !important;
}
#facetedSearch-navList .accordion.accordion--navList.kd-accordion-navList{
   border: none;
}
.kd-facetedSearch-navList .kd-accordion-navList .kd-accordion-block .kd-accordion-navigation {
   background-color: unset;
}
.kd-accordion-title {
   color: black !important;
}
.navList-item {
  margin-top: 10px;
  background: #fff;
  padding: 5px;
}
.kd-form-label {
  background-color: unset;
  border-radius: 4px;
  color: black !important;
}
.kd-facetedSearch-navList .kd-accordion-navList .kd-accordion-block {
  margin-top: 0 !important;
}
.accordion.accordion--navList.kd-accordion-navList {
   background: unset !important;
}
.accordion-block.kd-accordion-block {
  background: #fff !important;
  padding: 7px 10px;
  border-radius: 4px;
}
.facetedSearch-refineFilters p{
    background: #fff;
    padding: 7px 10px;
    border-radius: 4px;
    margin-bottom: 0 !important;
}
.kd-facetedSearch-navList .kd-accordion-navList .kd-accordion-block .kd-accordion-navigation {
   padding: unset;
}
.facetedSearch-toggle+.facetedSearch-navList, .sidebarBlock+.facetedSearch-navList {
    margin-top: unset;
}
.page-heading-wrap {
   margin-bottom: 0 !important;
   margin-top: 0 !important;
}
.kd-chkbadge {
/*display: flex !important;*/
/*justify-content: space-between !important;*/
/*align-items: center !important;*/
}
.bbbicon {
width: 210px;
}
.paypalicon {
width: 110px;
}
a.kd-kdchkbadge {
width: 120px;
}
div#y-badges {
/*width: 12%;*/
}
/*#y-badges {*/
/*    width: 0% !important;*/
/*}*/

.kd-img-t3{
    height: 45px;
}

@media screen and (min-width: 991px) {
    #kd-sidebar-container{
        display: block !important;
    }
    
}
@media screen and (max-width: 1400px) {
    .product-card-footer {
        flex-direction: column; 
    }
}



.kd-badge-container{
    display: flex;
    flex-direction: column;
    float: right;
    margin-top: 30px;
    margin-bottom: 30px;
}
.kd-badge-container.kd-badge-container-left{
    float: none;
}

.kd-badge-container-1{
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 5px;
}

.kd-badge-container-1 img{
    height: 100px;
}
.kd-chkbadge2-h4 {
    /*font-weight: 500;*/
    /*font-size: 24px;*/
    /*color: #000;*/
    /*padding: 30px 0 5px 0;*/
    margin: 0 0 5px 0;
}
        
        /*Checkout page*/
.\.kd-badge-container1.kd-badge-container.kd-badge-container-left {
display: flex;
flex-direction: row;
margin-top: 0px;
margin-bottom: 0px;
}

.kd-badge-container2.kd-badge-container-2 {
margin-left: 60px;
}

h4.h4\.kd-chkbagges2-h4.kd-chkbadge2-h4{
/*font-weight: 500;*/
/*font-size: 24px;*/
/*color: #000;*/
/*padding: 20px 0 5px 0;*/
/*margin: 0;*/
margin-bottom: 10px;
}

.kd-cards-accept {
padding-bottom: 28px;
}

img.\.kd-img-t3 {
    height: 40px;
}
        /*End Checkout page*/
        
.accordion-block.kd-accordion-block {
    background: #f5f5f5 !important;
    margin-bottom: 10px;
    border-radius: 8px !important;
}

.accordion-block {
  background: #f5f5f5;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 8px;
  margin-top: 0px !important;
}

.actionBar-section .form-field {
  background: #f5f5f5;
}

.form-field {
  padding: 10px 10px;
  border-radius: 5px;
}

.facetedSearch-refineFilters p {
  padding: 7px 10px;
  border-radius: 4px;
  margin-bottom: 10px !important;
  background: #f5f5f5;
}

h2.text-3xl.yotpo-main-title {
  color: #000 !important;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  border-top: 1px solid #e5e5e5;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
  border-bottom: none;
  display: inline-flex;
  margin: 0 !important;
  background: white;
  padding: 0.78571rem 1.28571rem; 
}
.fancybox__container{
    z-index: 21474836471 !important;
}

.easyzoom-flyout {
    display: none !important;
}
.kd-product-image-modal{
    display: none; 
}

.card-figure{
    position: relative !important;
    padding-top: 90% !important;
}

body .card-figure__link{
    position: absolute !important;
    top: 0 !important;
    display: contents !important;
}

@media only screen and (max-width: 767px){
body article.card {
    height: 370px;
}}
    
@media only screen and (min-width: 530px) and (max-width: 760px) {
body article.card {
    height: 405px;
}}

@media only screen and (min-width: 768px) and (max-width: 1024px){
body article.card {
    height: 392px;
}}

@media screen and (max-width: 1400px){
.product-card-footer {
    flex-direction: column-reverse;
}}

@media screen and (max-width: 1024px){
    .product-card-footer label.button {
      padding: 3px 0px;
    }
    .card .card-body .card-figcaption-button {
      color: #606060;
      font-size: 10px;
    }
}


@media screen and (max-width: 1023px){
    /*.header:not(.is-open){*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: center;*/
    /*    align-items: center;*/
    /*}*/
    body img.header-logo-image{
        width: auto;
        height: 100%;
        max-height: inherit; 
    }
    body .header-logo{
        height: 100%;
    }
}

@media screen and (max-width: 370px){
.product-card i.fas {
  border-radius: 5px !important;
  padding: 8px 11px !important;
}}

@media screen and (max-width: 290px){
.product-card i.fas {
  border-radius: 5px !important;
  padding: 6px 6px !important;
}}

@media screen and (min-width: 1440px){
.card .card-body .card-figcaption-button {
  color: #606060;
  font-size: 11px !important;
}
.product-card i.fas {
  border-radius: 5px !important;
  padding: 7px 14px !important;
  margin-right: -4px;
}}

img.kd-photo {
  height: 92px;
  margin-bottom: -10px;
}

@media screen and (max-width: 376px){
.kd-img-t3 {
  height: 32px;
}
 .header-logo-image {
    display: block;
    margin: 5px auto;
}
}

@media screen and (max-width: 290px){
.kd-img-t3 {
  height: 28px;
}}

@media screen and (min-width: 767px) and (max-width: 1000px) {
.kd-img-t3 {
  height: 40px;
}}

@media screen and (min-width: 390px) and (max-width: 415px) {
.kd-img-t3 {
  height: 41px;
}
 .header-logo-image {
    display: block;
    margin: 5px auto;
}
}

@media screen and (max-width: 425px){
img.kd-photo {
  height: 80px !important;
  margin-bottom: -10px;
}

}

@media screen and (max-width: 290px){
img.kd-photo {
  height: 70px !important;
  margin-bottom: -10px;
}

}

h2.productView-brand.kd-productview {
    margin-top: 10px;
}

body .yotpo-reviews-carousel .carousel-display-wrapper #carousel-top-panel{
    display: inline-block;
    width: 100%;
}

label#email-label {
  padding-left: 5px;
  padding-top: 5px;
}

.form-actions.customerEmail-action.customerEmail-floating--enabled {
  padding-top: 10px;
}



@media (min-width: 801px){
.page-sidebar+.page-content {
    width: 100%;
}
.productGrid .product {
    width: 25% !important;
}}

@media (min-width: 1450px){
article.card {
  height: 470px;
}}

/*.product-card-footer {*/
/*    margin: -21px;*/
/*}*/

.kd-text-heading-not-the-product-looking-for {
    /*display: flex;*/
    justify-content: center;
    display: none; 
}

.kd-text-not-the-product-looking-for{
    cursor: pointer;
    border-radius: 50px;
    background: rgb(105, 104, 97);
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    padding: 10px 20px;
    border: none;
    text-align: center;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
    color: white !important;
}

/*.kd-text-not-the-product-looking-for:hover {*/
    /*border: 1px solid #f7f7f7;*/
/*    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);*/
/*    color: white!important;*/
/*    border-radius: 50px;*/
/*}*/


i.fa.fa-search.kd-search {
    padding-right: 10px;
}

h1.page-heading.kd-page-heading.kd-page-heading-main-category {
  padding-left: 18px;
}

/*.kd-heading-of-two-main-category {*/
/*  display: flex;*/
/*  flex-direction: column-reverse;*/
/*  margin-top:-40px;*/
/*}*/

.price-section.price.price--rrp {
  display: flex;
  FONT-WEIGHT: 600;
  text-decoration: none;
}

.kd-msrp-price {
  color: red;
  font-size: 12px;
  font-weight: 400 !important;
  text-decoration: line-through !important;
  padding-left: 5px;
}

a.kd-email-us {
    text-decoration: none;
}

.header ul.navUser-section .top-mini-bar-email-us-action{
    background: #eee !important;
    border-radius: 20px 0 0 20px !important;
    border-right: 1px solid #f9f9f9;
    /*border-radius: 20px ;*/
}
.header ul.navUser-section .top-mini-bar-need-help-action{
    background: #eee !important;
    border-radius: 0 20px 20px 0 !important;
    /*border-radius: 20px ;*/
}



.form-field.kd-quick-field {
    display: flex;
    border: 0px solid;
    padding: 0px;
}
.kd-quick-field input {
   border-radius: 0px
}
input#nav-quick-search-1 {
    border-radius: 0px !important;
}

button.kd-quicksearch {
  background: rgb(105, 104, 97);
  padding: 9px 17px;
}

i.fa.fa-search.kd-quicksearch-btn {
  font-size: 20px;
  color: white;
}

@media (min-width: 1200px){
.form-action {
  margin-top: 10px;
}
}

.add-to-cart-buttons {
  margin-top: 5px !important;
}

div#zoid-paypal-buttons-uid_bceff52655_mdu6ntm6mdq {
  margin-top: -3px !important;
}

@media only screen and (min-width: 1181px){
.productView-options .add-to-cart-wallet-buttons {
    margin-top: 12px;
}}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
    display: flex !important;
}

/*The Search bar things*/

@media (min-width: 1200px){
.form-action {
  margin-top: 10px;
}}

/*input#search_query_adv {*/
/*    margin: 0px -1px;*/
/*    width: 450px;*/
/*}*/

input#search_query_adv {
    margin: 0px 0px;
    width: 36vw;
}
input#nav-quick-search-1 {
    margin: 0px 0px;
    width: 36vw;
}

@media screen and (max-width: 1024px) {
input#search_query_adv {
    margin: 0px -1px;
    width: 60vw;
}}

.kd-container-search-bar {
    margin-top: 30px;
    margin-bottom: -25px;
   position: relative;
}

@media screen and (max-width: 768px) {
.kd-container-search-bar {
    display: none;
}}

button#quick-search-expand {
    display: none;
}

.kd-search-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 50px;
}

@media (max-width: 768px) {
    .kd-search-bar {
        flex-direction: column;
    }
    .kd-search-bar {
    display: block;
}}

.kd-container-search-bar {
    flex-grow: 1;
    text-align: center;
}

.kd-logo-supreme {
    margin-right: auto; /* This pushes the logo to the left */
}

.header-logo__link {
    display: inline-block;
    vertical-align: middle;
    /* Add additional styling for your logo image or text */
}
.kd-container-upper-navebar{
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 3px;
}
    .kd-drop-down-bar {
        display: flex;
        align-items: center;
    }

   img.header-logo-image {
        width: 85% ;
    }

    .kd-drop-down-bar {
        margin-top: -7px;
        /*margin-left: 12px;*/
    }
    
    
    @media only screen and (max-width: 320px) {
      .header-logo {
         font-size: 0;
         height: 55px;
         text-align: center;
    }
}

.kd-quickSearchResults{
    position: absolute;
    z-index: 100;
    padding: 25px;
    left: 0;
    width: 100%;
    max-width: 100%;
    top: 42px;
    max-height: 340px;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 400px;
    background: #EDEDED;
}

.kd-quickSearchResults .kd-searchbox-headings{
    margin: 0 !important;
    font-size: 14px !important;
    font-weight: bold !important;
    text-align: left;    
}
.kd-quickSearchResults hr{
    margin: 0 !important;
    border-color: #d8d8d8; 
}

.kd-quickSearchResults ul{
    margin-top: 10px;
    list-style: none;
    margin-left: 0;
}

.kd-quickSearchResults ul li{
    text-align: left; 
    margin-bottom: 5px; 
}
.kd-quickSearchResults ul a{
    text-decoration: none; 
}
.kd-quickSearchResults .kd-quickSearchResults-left img{
    height: 10px;
}
.kd-quickSearchResults .kd-quickSearchResults-left .kd-quickSearchResults-history-keywords img{
    height: 15px;
}

.kd-quickSearchResults ul.kd-quickSearchResults-history-keywords li{
    display: flex;
    justify-content: space-between;    
}

.kd-quickSearchResults-history-keywords a,
.kd-quickSearchResults-related-categories a{
    font-size: 12px;
}
/* start quick search css */
.kd-quickSearchResults .productGrid .product {
    width: 33% !important;
}

.kd-quickSearchResults .card-figure{
    padding-top: 0 !important;
}

.kd-quickSearchResults article.card{
    height: 300px;
}

.quickSearchResults .product-card-footer input[type="checkbox"]{
    display: none;
}    
.quickSearchResults .product-card-footer{
    flex-direction: column;
    align-items: center; 
}
.quickSearchResults .card{
    margin: 0;
}


.kd-quickSearchResults .card--alternate:hover .card-text{
    color: #757575 !important;
}
.kd-quickSearchResults .card-text{
    font-size: 9px;
}
.kd-quickSearchResults .card-title{
    font-size: 11px;
}
.kd-quickSearchResults .price{
    font-size: 9px;
}
.kd-quickSearchResults .card--alternate .card-body{
    padding: 1.5rem .5rem 1.5rem .5rem;
}
.kd-quickSearchResultsContainer{
    display: flex; 
    gap: 20px; 
}
.kd-quickSearchResultsContainer .kd-quickSearchResults-left{
    background: #eee;
    flex: 0 0 25%;
}
.kd-quickSearchResultsContainer .kd-quickSearchResults-right{
    flex: 0 0 75%;
}
.kd-quickSearchResults .KdCustomTagImg{
    display: none; 
}
.product-card-footer .product-card-footer{
    margin: 0; 
}
/* end quick search css */

#kdAccountDropdown{
    width: auto !important;
}
.kd-quickSearchResults .card-figcaption-button {
   display:none ;
}
.kd-quickSearchResults .kd-searchbox-headings {

    font-size: 11px !important;
    
}


  .kd-highlight {
        background-color: yellow !important;
        font-weight: bold !important;
    }

