@import "brator.css";

a{
  transition: all linear 0.3s;
}
.brator-search-area {
  line-height: unset;
}
.brator-header-area.header-one .brator-info-right{
  padding-top: 15px;
}
.brator-logo-area .brator-logo{
  height: 36px;
}
#search_widget form input {
  padding: 11px 15px;
}
#search_widget {
  float: none;
}
#blockcart-modal .modal-header .close .material-icons{
  position: absolute;
  right: 20px;
  z-index: 9;
}
#search_widget input.search-field::placeholder{
  color:black;
}
.btn-primary, .btn-secondary, .btn-tertiary{
  font-size: 16px;
  font-weight: 700;
  background-color: var(--color-high-dark);
  border: 1px solid var(--color-high-dark);
  color: white;
  padding: 14px 35px;
  border-radius: 4px;
  text-transform: capitalize;
  transition: 0.3s;
}
.input-group .input-group-btn>.btn[data-action="show-password"]{
  font-size: 14px;
  font-weight: 600;
  background-color: var(--color-high-dark);
  border: 1px solid var(--color-high-dark);
  color: white;
  text-transform: capitalize;
  height: 45px;
  padding: 10px 10px ;
}
.login-form .form-group input:not([type=checkbox]) {
  border-radius: 0px;
  box-shadow: none;
  border: 1px solid #e6e6e6;
  font-size: 14px;
  font-family: "Inter", sans-serif;
  color: #34373b;
  padding: 0px 10px;
  height: 40px;
}
.login-form .form-group .col-md-6{
  width: 100%;
} 

.login-form .form-group .form-control-label{
  margin-bottom: 10px;
}



.forgotten-password .form-fields .center-email-fields button{
  height: 45px;
  padding: 0 30px;
}
.btn-primary:hover{
  background: #000;
  border-color: #000;
  color: #fff;
}
.btn-tertiary:hover{
  background: #000;
  border-color: #000;
  color: #fff;
}
.featured-products .product-miniature .product-flags li.product-flag{
  margin-top: 0px;
  border-radius: 4px;
  background-color: var(--color-high-dark);
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 6px;
  right: 0;
  font-family: sans-serif;
  line-height: 12px;
}
.featured-products .product-miniature .product-flags li.product-flag.new{
  background-color: #ffb500;
  color: #000;
}
.products article .wishlist-button-add i{
  color: #cccccc;
  font-size: 20px;
}
.product-miniature .thumbnail-container .wishlist-button-add{
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s ease-out;
  border: none;
  box-shadow: unset;
  position: absolute;
  top: 0px;
  right: 0px;
  padding-top: 14px;
  padding-right: 12px;
}
.thumbnail-container .product-flags{
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 10px;
  margin-left: 10px;
  padding-left: 0px;
  gap: 5px;
}
.product-miniature .thumbnail-container{
  min-height: 380px;
}
.product-miniature .thumbnail-container .product-thumbnail img{
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-miniature .product-details .manufacturer span{
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.product-miniature .product-title{
  font-size: 16px;
  color: black;
  font-weight: 400;
}
.product-miniature .product-title a{
  font-family: sans-serif;
  color: black;
  line-height: 20px;
  font-size: 16px;
  display: grid;
  text-align: left;
  padding-bottom: 0px;
  line-break: anywhere;
}
.product-miniature .thumbnail-container .product-title:hover a{
  text-decoration: underline;
}
.product-miniature a.quick-view .material-icons{
  color: white;
}
.product-miniature a.quick-view {
  font-size: 14px;
  font-weight: 600;
  background-color: var(--color-high-dark);
  border: 1px solid var(--color-high-dark);
  color: white;
  padding: 5px;
  border-radius: 4px;
  text-transform: capitalize;
  position: absolute;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.product-miniature .product-price-and-shipping{
  text-align: left;
  display: inline;
}
.product-price-and-shipping .price {
  color: #f73312;
  line-height: 28px;
  font-size: 20px;
  position: relative;
}
.product-miniature .thumbnail-container a.quick-view{
  transition: 0.5s;
  opacity: 0;
  display: flex;
  align-items: center;
}
.product-miniature .thumbnail-container:hover a.quick-view{
  overflow: hidden;
  opacity: 1;
  z-index: 5;
  display: flex;
  align-items: center;
}
.thumbnail-container{
  border-width: 1px;
  border-color: #d4d4d4;
  border-style: solid;
  border-radius: 5px;
  padding: 20px 20px 10px;
}
.product-miniature .product-details .add .btn-primary{
  font-size: 14px;
  font-weight: 700;
  background-color: var(--color-high-dark);
  color: white;
  padding: 10px 65px;
  border-radius: 4px;
  text-transform: capitalize;
  height: auto;
  text-align: center;
  width: 100%;
}
.product-miniature .product-details .add .btn-primary:hover{
  background: #000;
  color: #fff;
}
.product-miniature .thumbnail-container .product-details .add {
  overflow: hidden;
  height: 0px;
  transition: 0.5s;
}
.product-miniature .thumbnail-container .product-details{
  transition: 0.5s;
}
.product-miniature .thumbnail-container:hover .product-details{
  margin-top: -50px;
}
.product-miniature .thumbnail-container:hover .product-details .add {
  height:50px;
  overflow: hidden;
  opacity: 1;
}
.product-details .product-list-reviews {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: left;
  padding-bottom: 0px;
  visibility: visible;
  position: inherit;
  top: 0;
}
.product-details .product-list-reviews .grade-stars.small-stars{
  padding-bottom: 25px;
  position: static;
}
.product-miniature .regular-price {
  padding-right: 10px;
  color:black;
}
.product-miniature .product-description{
  padding-bottom: 9px;
}
.product-miniature .product-description  .manufacturer{
  padding-top: 15px;
}
.product-miniature .product-description  .manufacturer a{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  color: #000;
}
.product-miniature .thumbnail-container:hover .product-description::after{
  border-top: 0px;
}
.product-list-reviews .grade-stars .star-content{
  margin: 0;
}
#header .menu > ul{
  padding-left: 0px;
  margin: 0px;
}
#header .menu > ul > li {
  padding: 0px;
  position: relative;
}
#header .menu > ul > li a {
  transition: .3s;
  color: #fff;
  font-size: 14px;
  padding: 15px 30px 15px 0px;
  font-weight: 700;
  text-transform: capitalize;
}

#header .menu > ul > li ul.top-menu > li a {
  color: var(--color-dark);
  padding: 5px 20px;
}

#header .menu > ul > li:hover a:hover{
  color: #ddd;
}

/* Product Page */
#products .product-title a{
  font-family: sans-serif;
  color: black;
  line-height: 20px;
  font-size: 16px;
  display: grid;
  text-align: left;
  padding-bottom: 0px;
  line-break: auto;
}
#products .product-title:hover a{
  text-decoration: underline;
}
 .product-miniature .regular-price{
  text-decoration: line-through;
  font-size: 14px;
  color: #999999;
  line-height: 14px;
  margin-left: 10px;
  font-weight: 400;

}
 .product-miniature .thumbnail-container:hover .product-description::after{
  border-top: 0px;
}
 .product-miniature .product-price-and-shipping{
  
}

 .product-miniature .product-price-and-shipping 

 .products .product-flags{
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-top: 16px;
  margin-left: 16px;
  padding-left: 0px;
  gap: 5px;
}
.products  .product-flags li.product-flag{
  right: 0;
  font-size: 12px;
  font-weight: bold;
  line-height: 12px;
  font-family: sans-serif;
  padding: 5px 6px;
  margin-top: 0px;
  border-radius: 4px;
  color: white;
  background-color: var(--color-high-dark);
  text-transform: uppercase;
}
.products .product-flags li.product-flag.new{
  background-color: #ffb500;
  color: #000;
}
.brator-logo-area{
  align-items: baseline;
  justify-content: space-between;
}

/* Login Form */
.login-form-row{
  border: 0;
  border-radius: 0px;
  padding: 0px;
}
.login-form-row .login-form-box{
  border: 1px solid #d3ced2;
  border-radius: 5px;
  padding: 30px 30px 60px;
}

.login-form-row .login-form-box h2{
  font-size: 24px;
  line-height: 34px;
  color: #000;
  text-transform: capitalize;
}




.extra-indent-bottom{
  padding: 20px 0 20px;
}

.login-form-box .no-account a{
  padding: 0;
  background: var(--color-high-dark);
  color: #fff;
  padding: 14px 30px;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 700;
  transition: all linear 0.3s;
}

.login-form-box .no-account a:hover{
  background: #333;
}

.login-form-row .login-form{
  padding: 30px;
  border: 1px solid #d3ced2;
  border-radius: 5px;
  margin-top: 0;
}

.extra-indent-bottom p{
  margin-bottom: 0;
}

#main .page-content{
  margin-left: 0px;
  padding-left: 0px;
}
#wrapper {
  background: #ffffff;
}
.form-footer{
  text-align: left;
}
.page-customer-account #content .forgot-password,
.page-customer-account #content .no-account{
  text-align: left;
}
.signup-form{
  text-align: left;
}
form .form-control-label{
  text-align: left;
  font-family: "Inter", sans-serif;
  white-space: nowrap;
}

/* categories */
.block-categories{
  background-color: #f4f5f9;
}
#search_filters, #search_filters_brands, #search_filters_suppliers{
  background-color: #f4f5f9;
}
#search_filters .facet ul{
  padding-left: 0px;
}
#search_filters .facet ul li{
  box-sizing: inherit;
  font-size: 14px;
}
#search_filters .facet ul li .facet-label{
  width: 100%;
  text-align: left;
  line-height: 22px;
}
.products-sort-order .select-list:hover{
  background: #f73312;
}
#header .menu > ul > li .sub-menu ul > li a:hover{
  color: var(--color-high-dark);
}
.top-menu .sub-menu ul[data-depth="1"]>li,
.top-menu .sub-menu ul[data-depth="2"]>li{
  position: relative;
}
#header .menu > ul > li .sub-menu ul{
  margin: 0;
  padding: 0;
  min-width: 200px;
  box-shadow: 0 0 15px rgb(0 0 0 / 20%);
  background: #262627;
  border-radius: 5px;
  border: 0;
}

#header .menu > ul > li .sub-menu > ul{
  padding-bottom: 15px;
  padding-top: 15px;
}

#header .header-nav .menu > ul > li .sub-menu ul li a{
  color: #fff;
}
#header .menu > ul > li .sub-menu ul li a:hover{
  color: var(--color-high-dark);;
}
#header .menu > ul > li .sub-menu ul > li .collapse ul{ 
  position: absolute;
  top: 0%;
  left: 100%;
  background: #262627;
}

#menu-icon{
  transform: rotate(90deg);
  color: #000000;
}

#menu-icon svg:not(:root) {
	overflow: hidden;
	font-size: 35px;
}
.brator-info-right {
  border-top: 1px solid #e5e5e5;
  margin-top: 15px;
  padding-top: 15px;
  display: flex;
  justify-content: space-evenly;
}

.has-discount .discount {
  border-radius: 4px;
  background-color: var(--color-high-dark);
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 6px;
  top: -6px;
  font-family: sans-serif;
  line-height: 12px;
  position: relative;
}
.modal-body h1{
  font-size: 20px;
  font-weight: 400;
  color: black;
  line-height: 32px;
  text-transform: lowercase;
  font-family: "Inter", sans-serif;
}
.modal-body h1:first-letter{
  text-transform: uppercase;
}

.modal-body .product-actions .product-variants{
  margin-top: 20px;
}
.modal-body .product-actions .product-variants .product-variants-item{
  margin-top: 0;
}
.modal-body .product-actions .product-variants .product-variants-item span{
  font-size: 14px;
  font-weight: 600;
}

.modal-body .product-actions .product-variants .product-variants-item .form-control-select{
  width: 100%;
  background: #fff;
  border: 1px solid #000;
  height: 36px;
  color: #000;
  border-radius: 3px;
  font-size: 14px;
}

.modal-body .product-actions .product-variants .product-variants-item ul{
  margin: 0;
}


.modal-body .product-actions .product-variants .product-variants-item ul li span{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}
.modal-body .product-actions .product-variants .product-variants-item ul li label input[checked="checked"] + span{
  border: 1px solid rgba(0, 0, 0, 1);
}


.product-price .current-price .current-price-value{
  color: #f73312;
  line-height: 28px;
  font-size: 26px;
  position: relative;
}
.product-prices .product-discount .regular-price{
  font-size: 26px;
  color: black;
  font-weight: 700;
  position: relative;
}
#product-description-short p{
  font-size: 13px;
  margin-bottom: 0;
  color: #666666;
  position: relative;
  line-height: 24px;
  list-style: none;
  margin-top: 20px;
}
.image-caption #product-description-short p{
  margin-top: 0px;
}
.product-quickview-review {
  gap: 15px;
  margin-top: 20px;
}
.product-prices div{
  display: contents;
}
.product-actions .control-label {
  font-weight: 600;
  color: black;
}
.quickview .mask .product-images{
  margin: 0px;
}
.modal-content .modal-header .close span{
  color: #000000;
}
.product-quantity .add .add-to-cart{
  padding: 10px 135px;
  font-weight: 700;
}
.quickview .social-sharing{
  margin-left: 0px;
  justify-content: center;
}
.quickview .social-sharing ul{
  margin: 0px;
}
.product-comments-additional-info{
  justify-content: left;
  margin-top: 20px;
}
.product-prices{
  margin-top: 20px;
}

.brator-banner-area {
  position: relative;
}

.tt-pagetitle__img {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  height: auto;
  width: 100%;
  transform: translateY(-50%);
}

.brator-banner-content {
  z-index: 3;
  position: relative;
}

.tt-pagetitle__img img {
  object-fit: cover;
max-width: 100%;
}



#subcategories{
  display: flex;
  justify-content:flex-start;
  flex-wrap: wrap;
  gap: 30px;
  padding-left: 0px;
  margin-top: 0px;
  margin-bottom: 60px;
}

#search_filters .ui-slider .ui-slider-handle{
  width: 18px;
  background: #fff;
  border: none;
  background-color: var(--color-high-dark);
  height: 18px;
  border-radius: 50%;
  transform: translateX(-50%);
}
#search_filters .ui-widget-header{
  background-color: var(--color-high-dark);
}
h2.subcategory-heading{
  margin-bottom: 20px;
}
.product-actions .product-add-to-cart{
  margin-top: 20px;
}
.product-information .product-description{
  margin-top: 20px;
}
.product-container  ul{
  margin-top: 20px;
  margin-bottom: 0px;
}

.product-container .product-flags{
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 5px;
}

.product-container .product-flags li.discount{
  border-radius: 4px;
  background-color: var(--color-high-dark);
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 6px;
  font-family: sans-serif;
  line-height: 12px;
  position: relative;
}

.product-container .product-flags li.new{
  border-radius: 4px;
  background-color: #ffb500;
  color: #000;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 6px;
  font-family: sans-serif;
  line-height: 12px;
}
.product-container .product-flags li.pack{
  border-radius: 4px;
  background-color: var(--color-high-dark);
  font-size: 12px;
  color: white;
  font-weight: bold;
  text-transform: uppercase;
  padding: 5px 6px;
  font-family: sans-serif;
  line-height: 12px;
}
.product-additional-info .social-sharing ul{
  margin: 0px;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}  
.product-additional-info .social-sharing{
  justify-content: left;
  margin-top: 20px;
}

.product-container h1{
  font-size: 30px;
  font-weight: 700;
  color: black;
  line-height: 28px;
  text-transform: capitalize;
}

.product-add-to-cart .product-quantity .wishlist-button-add {
  background-color: transparent;
  cursor: pointer;
  transition: 0.2s ease-out;
  border: none;
  box-shadow: unset;
}

.product-customization .card-block{
  padding: 0px;
}
.featured-products .products-section-title{
  text-align: left;
  font-weight: 700;
}
#products .up .btn-secondary, #products .up .btn-tertiary{
  color: white;
}

 .product-cover img{
   width: 100%;
   height: 100%;
   object-fit: cover;
 }
 .right-nav{
  display: flex;
  gap: 35px;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-end;
  align-items: center
 }

 .blockcart.cart-preview .cart-products-count {
  background: var(--color-high-dark);
  border-radius: 50%;
  color: var(--color-white);
  position: absolute;
  width: 20px;
  height: 21px;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
  left: -7px;
  top: -7px;
}
.blockcart.cart-preview .cart-products-total{
  font-size: 16px;
  font-weight: 600;
  color: #000;
}

.blockcart.cart-preview .header a{
  display: flex;
  align-items: center;
  gap: 7px;
}

.user-info a.account{
  color: #232323;
  display: flex;
  align-items: center;
  gap: 5px;
}
.user-info a{
  color: #232323;
  display: flex;
  align-items: center;
  gap: 5px;
}

.blockcart.cart-preview .header{
  position: relative;
}

.page-footer .text-sm-center{
  max-width: 80px;
  background: var(--color-high-dark);
  padding: 10px;
}
.page-footer .text-sm-center a{
  color: white;
  font-weight: 500;
}
.modal-footer button.modal-cancel{
  color: #000000;
}
.pagination ul.page-list {
  display: flex;
  gap: 10px;
  align-items: center;
  align-content: center;
  justify-content: center;
  margin: 15px 0 0;
}

.pagination ul.page-list li a{
  margin: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  border: 1px solid #edeef2;
  text-align: center;
  color: #a7a8bc;
  font-size: 16px;
  font-weight: 500;
  transition: 0.5s ease;
  border-radius: 3px;
  background-color: #ffffff;
  padding: 0;
  display: inline-block;
}

.pagination ul.page-list li a:hover{
  color: var(--color-high-dark);
  border-color: var(--color-high-dark);
}
.pagination ul.page-list li a.previous,
.pagination ul.page-list li:last-child a{
  width: auto;
  padding: 0 16px;
}

.pagination ul.page-list li.current a{
  background: var(--color-high-dark);
  color: #fff;
  border-color: var(--color-high-dark);
}


#product-modal .modal-content .modal-body img.product-cover-modal{
  background: #fff;
  max-width: 100%;
  height: auto;
}
.thumbnails .mask ul{
  margin-top: 0px;
}

#product-modal .modal-content .modal-body .mask {
  position: relative;
  z-index: 6;
  max-height: 825px;
  margin-top: 40px;
  overflow: hidden;
}

#product #product-modal .modal-content .modal-body{
  padding: 0;
}

#product-modal .modal-content .modal-body  .js-modal-mask.mask {
  margin-top: 0;
}
.no-image{
  background-color: #f4f5f9;
}

.brator-banner-area.design-four{
  margin-bottom: 60px;
}
/* Start Responsive  */

/* @media (min-width: 1500px){
  .container {
    width: 1468px;
    max-width: 100%;
   }
   .products .product-miniature .thumbnail-container{
     max-width: 300px;
   }
   .product-miniature .product-details .add .btn-primary{
     padding: 5px 80px;
   }
 } */

 @media (min-width: 1024px){
  .brator-banner-area.design-four .brator-banner-content {
    max-width: 80%;
  }
  .input-group .input-group-btn>.btn[data-action="show-password"]{
    margin-left: -52px;
    z-index: 5;
  }
  #product-modal .modal-content .modal-body .image-caption {
    width: 750px;
  }
}

@media (max-width: 1024px){

  .product-quantity .add .add-to-cart {
    padding: 10px 95px;
    font-weight: 700;
  }
  #main .page-content{
    margin-left: 15px;
    padding-left: 0px;
  }
}

@media (max-width: 768px){


  .featured-products .products-section-title {
    text-align: center;
  }
  .product-quantity .add .add-to-cart {
     padding: 10px 35px;
     font-weight: 700;
   }
   #main .page-content{
    margin-left: 15px;
    padding-left: 0px;
  }
 }


 .brator-header-top-bar-area.design-one .brator-header-top-bar-info-left p span {
  color: var(--color-high-dark);
  line-height: 28px;
}

.brator-header-top-bar-area.design-one .brator-header-top-bar-info-left{
  justify-content: flex-start;
}

.brator-header-top-bar-area.design-one .brator-header-top-bar-info-left a {
  font-size: 11px;
  color: #0099ff;
  margin-left: 10px;
  text-decoration: underline;
  line-height: 28px;
}

.brator-header-displaytop-bar .dropdown .expand-more{
  color: #666;
  font-size: 14px;
  text-transform: capitalize;
}
.brator-header-displaytop-bar .dropdown i.expand-more{
  font-size: 24px;
}


.brator-header-displaytop-bar {
  display: flex; justify-content: flex-end;

}

.brator-header-top-bar-area.design-one.dark-bg .brator-header-displaytop-bar{
  padding-top: 5px;
}

.header-top #search_widget form input{
  background: #f2f2f7;
  border: 1px solid #d9d9d9;
  font-weight: 500;
}

.header-top #search_widget form input::placeholder{
  color: #666;
}

.dropdown-menu > li > a{
  font-size: 14px;
}

.brator-header-top-bar-area.dark-bg .brator-header-displaytop-bar  .dropdown .expand-more{
  color: #999;
}

.brator-header-area.dark-bg  .brator-info-right{
  border-top: 0;
  margin-top: 0;
}
.brator-header-area.dark-bg .brator-info-right .user-info{
  margin-left: 40px;
}
.brator-header-area.dark-bg .brator-info-right .user-info a span{
  color: #fff;
  margin-left: 7px;
  white-space: nowrap;

}

.brator-header-area.dark-bg .brator-info-right #_desktop_cart{
  margin-left: 40px;
}

#header .header-nav.dark-bg {
  background: #262627;
  border-bottom: 0;
}

#header .header-nav.dark-bg .right-nav{
  justify-content: left;
}

#header .header-nav.dark-bg .brator-header-menu-info{
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

#header .header-nav.dark-bg .brator-header-menu-info svg{
  fill: #fff;
  font-size: 16px;
}

#header .header-nav.dark-bg .brator-header-menu-info-wrapper{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 40px;
  padding: 15px 0 0;
}

.header-nav.dark-bg .block-categories{
  background: transparent;
  padding: 0;
  margin: 7px 80px 0px 0;
}
.header-nav.dark-bg .block-categories .category-top-menu{
  margin: 0 0 -8px;
}
.header-nav.dark-bg .block-categories .category-top-menu > li{
  position: relative;
}

.header-nav.dark-bg .block-categories .category-top-menu > li > a{
  border-radius: 5px 5px 0px 0px;
  background-color: #f73312;
  height: 45px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 20px;
  padding-top: 16px;
  padding-bottom: 12px;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize !important;
}
.header-nav.dark-bg .block-categories .category-top-menu > li ul{
  position: absolute;
  left: 0px;
  top: 30px;
  top: 30px;
  border: 1px solid rgba(0,0,0,.1);
  width: 100%;
  padding: 0px;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.2s;
  background: #fff;
}
.header-nav.dark-bg .block-categories .category-top-menu > li ul li a{
  border-bottom: 1px solid rgba(0,0,0,.1);
  padding: 5px 0px 5px 15px;
  font-size: 14px;
  font-weight: 400;
}

.header-nav.dark-bg .block-categories .category-top-menu > li ul li:last-child a{
  border-bottom: 0;
}

#header .header-nav.dark-bg .menu > ul > li a{
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: normal;
}

.header-nav.dark-bg .block-categories .category-top-menu:hover > li ul{
  opacity: 1;
  visibility: visible;
  top: -10px;
}

.header-banner.brator-header-top-bar-area.design-one.design-three .brator-header-top-bar-info-left{
  justify-content: center;
}

#header .header-top.design-three{
  padding: 34px 0 27px;
}

#header .design-one + .header-top{
  padding: 46px 0 30px;
}

#header .design-one + .header-top.dark-bg{
  padding-top: 27px;
}


#header .design-one .brator-header-displaytop-bar #_desktop_currency_selector{
  padding-left: 20px;
  margin-left: 20px;
  position: relative;
}

#header .design-one .brator-header-displaytop-bar #_desktop_currency_selector::before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 15px;
  width: 1px;
  background: #d4d3d3;

}

#header .design-one .brator-header-displaytop-bar #_desktop_currency_selector .currency-selector #currency-selector-label{
  font-size: 14px;
  font-weight: 500;
  color: #666;
}

#header .design-one.dark-bg .brator-header-displaytop-bar #_desktop_currency_selector .currency-selector #currency-selector-label{
  color: #999;
}

#header .design-one .brator-header-displaytop-bar #_desktop_currency_selector .currency-selector .btn-unstyle{
  font-size: 14px;
  font-weight: 600;
  color: #666;
}

#header .design-one.dark-bg .brator-header-displaytop-bar #_desktop_currency_selector .currency-selector .btn-unstyle{
  color: #999;
}


#header .design-one .brator-header-displaytop-bar .link{
  font-size: 14px;
  font-weight: 500;
  color: #666;
  position: relative;
  padding-right: 15px;
  margin-right: 15px;
  border-right: 1px solid #0000001a;

}
#header .design-one.dark-bg .brator-header-displaytop-bar .link{
  color: #999;
  padding-right: 15px;
  margin-right: 15px;
}

#header .design-one.dark-bg .brator-header-displaytop-bar .link::before{
  position: absolute;
  content: '';
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 1px;
  height: 18px;
  background: #fff;
}

.header-nav.dark-bg .block-categories .collapse-icons{
  top: 13px;
  right: 15px;
}



#header .design-one .brator-header-displaytop-bar .link:hover{
  color: var(--color-high-dark);
}


#header .header-top.design-one #_desktop_cart .cart-products-total{
  display: none;
}

#header .header-top.design-one #_desktop_user_info .user-info a span{
  display: none;
}


#header .header-top.design-one .right-nav{
  gap: 21px;
}

#header .header-top.design-one .header-support-info h6{
  margin-bottom: 8px;
}


.header-top.design-three #_desktop_user_info .user-info a{
  gap: 0;
}
.header-top.design-three #_desktop_user_info .user-info a span{
  font-size: 0;
}

.header-top.design-three .header-add-vehicle-item {
  display: flex;
  align-items: center;
  gap: 15px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  position: relative;
}

#header .header-nav.design-three{
  background: #fff;
  border-bottom: 0;
}

#header .header-nav.design-three .row{
  
}

#header .header-nav.design-three .menu > ul > li a{
  color: #000;
}
#header .header-nav.design-three .menu > ul > li a:hover{
  color: #f73312;
}


.header-top.design-three .logo_layout_3 h1{
  display: inline-block;
}


.header-top.design-three .logo_layout_3 button{
  float: right;
  border: 0;
  background:transparent;
  margin-top: 7px;
}
.header-top.design-three .logo_layout_3 button svg{
  transform: rotate(90deg);
  font-size: 36px;
}

#header .header-top.design-three .container .row{
  position: relative;
}

#header .header-top.design-three .container .row hr{
  border-color: #0000001c;
  width: 98%;
  position: absolute;
  left: 50%;
  bottom: -23px;
  transform: translateX(-50%);
  margin: 0;
}

.header-nav.design-three .brator-header-menu-info a{
  color: #000;
  border-right: 1px solid #0000001c;
  padding-right: 15px;
}

.header-nav.design-three .header-support-info{
  display: flex;
  align-items: center;
}

.header-nav.design-three .header-support-info h6{
  font-size: 14px;
  font-weight: 400;
  color: #999999;
  
}

.header-nav.design-three .header-support-info a{
  font-weight: 700;
  font-size: 14px;
  margin-left: 7px;
  
}

.header-nav.design-three .right-nav{
  gap: 15px;
}

.product-miniature .thumbnail-container .product-thumbnail{
  transition: none;
}

#index #header .header-nav.dark-bg{
  margin-bottom: 0;
}

#header .header-nav.dark-bg{
  margin-bottom: 30px;
}

 .title-block.text .tag-line{
   display: inline-block;
 }

 .title-block.text a{
   font-size: 14px;
   color: #666;
   text-transform: capitalize;
   font-weight: 400;
 }
 .title-block.text a:hover{
   color: var(--color-high-dark);
 }

 .title-block.text a svg{
   width: 16px;
   height: 12px;
 }
 .title-block.text{
   display: flex;
   justify-content: space-between;
   align-items: center;
   margin-bottom: 42px;
 }


 .smart-blog-area .blog-thumb .image-box  a{
   display: block;
 }
.smart-blog-area .blog-thumb p.data{
  font-size: 14px;
  color: #666;
  padding-top: 8px;
  margin-bottom: 0;
}
.smart-blog-area .blog-thumb p.data a{
  color: #000;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  cursor: default;
}
.smart-blog-area .blog-thumb p.data  svg{
  height: 18px;
  width: 18px;
  fill: #999999;
  margin-right: 10px;
  position: relative;
  top: 5px;
}
.smart-blog-area .blog-thumb .text h4{
  font-size: 24px;
  font-weight: 600;
  text-transform:capitalize;
  line-height: 1.333;
}

.smart-blog-area .blog-thumb p.data a:hover{
  color: var(--color-high-dark);

}
.smart-blog-area .blog-thumb .image-box img{
  border-radius: 6px;
  width: 100%;
}


.smart-blog-area .blog-thumb .sbaddon-postgrid-description p{
  font-size: 14px;
  font-weight: 400;
  text-transform: initial;
  color: #666;
  margin-top: 8px;
}
.smart-blog-area .row {
  margin-right: -30px;
  margin-left: -30px;
}
.smart-blog-area .row .col-md-12.left-column,
.smart-blog-area .row .col-md-6{
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid #e5e5e5;
}

.smart-blog-area .row .col-md-12.left-column{
  padding-right: 100px;
}

.smart-blog-area .row .col-md-6:last-child{
  border-right: 0;
}

.smart-blog-area .row .carousel-smart-blog .col-md-6{
  border-right: 0;
  padding-left: 15px;
  padding-right: 15px;
}

.brator-banner-area.design-four {
  padding: 135px 165px 115px 165px;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 5px;
  background-color: #f2f2f7;
}

.brator-banner-area.design-four .brator-banner-content h2 {
  font-size: 72px;
  color: black;
  font-weight: 700;
  text-transform: capitalize;
}

.brator-banner-area.design-four .brator-banner-content h2 a {
  color: black;
}

.brator-banner-area.design-four .brator-banner-content p {
  margin-bottom: 0;
  color: #666666;
  margin-top: 20px;
  word-break: break-word;
}
.brator-our-story-count-text{
  text-align: left;
}


.brator-brand-item-area.design-two .brator-section-header{
  display: flex;
}

.brator-brand-item-area.design-two .brator-section-header .brator-section-header-title{
  flex-basis: inherit;
}





.brator-team-slider-area .brator-section-header{
  display: inline-block;
}
.brator-team-slider-area .brator-section-header .brator-section-header-title{
  display: inline-block;
}
.brator-team-slider-area .brator-section-header a{
  display: inline-block;
}

.brator-team-single-item {
  text-align: left;
}

.brator-team-single-item .brator-team-single-item-position h6{
  margin-bottom: 0 !important;
}


@media only screen and (min-width: 300px) and (max-width: 1200px){
  .logo_layout_3.brator-logo{
    display: flex;
    align-items: center;
    width: 50%;
  }
}


@media only screen and (min-width: 300px) and (max-width: 768px){
  .top-logo button{
    display: none;
  }
  #header .header-top.design-three .container .row hr{
    display: none;
  }

  #mobile_top_menu_wrapper #top-menu{
    margin-top: 0;
  }
  #header .header-nav.design-three .row{
    padding-top: 0;
  }
}

.products .product{
  display: block !important;
}

.product-accessories .products .product{
  padding-left: 15px;
  padding-right: 15px;
}

.product-accessories .products{
  margin-left: -15px;
  margin-right: -15px;
}

.product-accessories .products.product-slide-miniature .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-100%);
  cursor: pointer;
  font-size: 32px;
}
.product-accessories .products.product-slide-miniature .slick-arrow.prev{
  left: -65px;
  transform: scale(-1);
}
.product-accessories .products.product-slide-miniature .slick-arrow.next{
  right: -65px;
}


#left-column .block-categories{
  background: #f4f5f9;
  border-radius: 5px;
  padding: 18px 25px 30px;
}

#left-column .block-categories .category-top-menu > li:first-child a{
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: capitalize !important;
  margin-bottom: 20px;
  display: block;
}

#left-column .block-categories .category-top-menu li {
  font-size: 14px;
  color: #666;
  font-weight: 600;
}

#left-column .block-categories .category-top-menu li a{
  color: #666;
}

#left-column .block-categories .category-top-menu li a:hover{
  color: var(--color-high-dark);
}

#products .products-selection p.pagination-counter  {
  font-size: 14px;
  color: #999999;
  font-weight: 400;
  margin-bottom: 0;
}

 p.pagination-counter  span{
  font-weight: 700;
  color: #000;
  margin-right: 6px;
}
#products .products-selection {
  display: flex;
  align-items: center;
  margin-bottom: 29px;
}
#products .products-selection .total-products .sort-by-row .sort-by{
  display: inline-block;
  color: #666666;
  font-size: 14px;
  float: none;
  width: auto;
  white-space: nowrap;
}
#products .products-selection .total-products{
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding-top: 0;
}
#products .products-selection .total-products .sort-by-row{
  margin-right: 75px;
}

#products .products-selection .total-products .sort-by-row .products-sort-order{
  width: auto;
  float: none;
}

#products .products-selection .total-products .sort-by-row .products-sort-order .select-title{
  background: #f4f5f9;
  border-color: #f4f5f9;
  height: 40px;
  border-radius: 5px;
  font-size: 17px;
  color: #000;
  font-weight: 500;
}

.total-products .layout-switcher {
  display: flex;
  gap: 10px;
}
.total-products .layout-switcher button{
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 5px;
  background: #f4f5f9;
  border: 0;
  display: inline-block;
  padding-top: 4px;
  transition: all linear 0.3s;
}

.total-products .layout-switcher button.active,
.total-products .layout-switcher button:hover{
  background: var(--color-high-dark);
}

.total-products .layout-switcher button svg{
  font-size: 18px;
  transition: all linear 0.3s;
}

.total-products .layout-switcher button.active svg,
.total-products .layout-switcher button:hover svg{
  fill: #fff;
}

#manufacturer #content-wrapper #main > ul{
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

#manufacturer #content-wrapper #main ul > li{
  display: flex;
  /* width: 100%; */
  justify-content: flex-start;
  
}

#manufacturer #content-wrapper #main ul li > .brand-img{
  margin: 0px;
}

#manufacturer #content-wrapper #main ul li > .brand-infos{
  display: flex;
  align-items: center;
  gap: 50px;
  margin-left: 300px;
}

#manufacturer #content-wrapper #main ul li > .brand-infos p{
  margin-bottom: 0;
}

#manufacturer #content-wrapper #main .thumbnail-container ul.product-flags {
  display: block;
}
#manufacturer #content-wrapper #main .thumbnail-container ul.product-flags li{
  display: inline-block;
  width: auto;
}

#manufacturer #content-wrapper #main .thumbnail-container .product-details::after{
  display: none;
}

#content-wrapper #main #products .thumbnail-container:hover .product-description::after{
  border-top: 0 !important;
}

/* .brator-categories-single {
  background: #f5f5fa;
} */
.brator-categories-single:hover{
  background: #fff;
  border-color: #fff;
}
.brator-categories-single .bartor-categories-tags{
  display: inline-block;
  line-height: 18px;
}

.brator-categories-single .bartor-categories-tags span{
  line-height: 14px;
  font-size: 12px;
  color: #666666;
}



.active_filters .filter-block{
  display: inline-flex;
}

#search_filters_wrapper #search_filters{
  background: #f4f5f9;
  border-radius: 4px;
  padding: 25px 25px;
}

#search_filters_wrapper #search_filters p.h6{
  font-size: 20px;
  font-weight: 700;
  text-transform: capitalize;
  color: #000;
  display: inline-block;
  float: left;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
}

#search_filters_wrapper #search_filters .clear-all-wrapper{
  display: inline-block;
  float: right;
  position: relative;
  z-index: 10;
}

#search_filters_wrapper #search_filters .clear-all-wrapper button{
  padding: 0;
  font-size: 14px;
  margin: 0;
  background: transparent;
  color: #000;
  border: 0;
}

#search_filters_wrapper #search_filters .clear-all-wrapper button:focus{
  border: 0;
  outline: 0;
}

#search_filters_wrapper #search_filters .clear-all-wrapper button i{
  margin-right: 0;
}

#search_filters_wrapper #search_filters .facet{
  padding-top: 60px;
  position: relative;
}

.custom-checkbox input[type="checkbox"]+span{
  border-radius: 4px;
  border-color: #c4c4c4;
  height: 20px;
  width: 20px;
  background: #fff;
}

.custom-checkbox input[type="checkbox"]:checked+span {
  background: var(--color-high-dark);
  border-color: var(--color-high-dark);
}

.custom-checkbox input[type="checkbox"]:checked+span .checkbox-checked{
  color: #fff;
  font-size: 15px;
  padding: 3px 0 0 4px;
}

#search_filters_wrapper #search_filters .facet p.h6{
  font-size: 14px;
  margin-bottom: 24px;
}

#search_filters_wrapper #search_filters .facet .facet-label a{
  margin-top: 0;
  width: auto;
  font-size: 14px;
  color: #666;
}

#search_filters_wrapper #search_filters .facet::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: -18px;
  height: 1px;
  width: 100%;
  background: #00000012;
}

#search_filters_wrapper #search_filters .facet:last-child::before{
  display: none;
}

#search_filters_wrapper  #search_filters .ui-slider-horizontal{
  background: #d2d4da;
  border: 0;
}




#products .products.list > div {
  width: 100%;
}

#products .products.list .product-miniature .thumbnail-container{
  display: flex;
  padding: 20px;

}

#products .products.list .product-miniature .thumbnail-container:hover .product-details{
  margin-top: 0;
}

#products .products.list .product-miniature .thumbnail-container .product-details .add{
  overflow: visible;
}

#products .products.list .product-miniature a.quick-view{
  left: 8%;
  top: 50%;
  transform: translate(0%, -50%);
  display: block;
}

#products .products.list .product-miniature .thumbnail-container{
  min-height: inherit;
}


#products .products.list .product-miniature .thumbnail-container .product-thumbnail{
  margin-right: 50px;
  transition: none;
  min-width: 250px;
}

#products .products.list .product-miniature .thumbnail-container .product-details{
  flex-basis: 100%;
}




#products .products.list .product-miniature .product-details .add .btn-primary{
  /* float: right; */
  width: auto;
}


#products .products.list .product-miniature  .product-description{
  margin-bottom: 0px;
}

.product-miniature .product-description .product-content{
  display: none;
}

#products .products.list .product-miniature .product-description .product-content{
  display: block;
  max-width: 500px;
  padding-top: 10px;
}

#products .products.list  .product-miniature .thumbnail-container:hover .product-details .add{
  height: auto;
}

.product-miniature .product-price-and-shipping .price-tex{
  display: none;
}
#products .products.list .product-miniature .product-price-and-shipping .price-tex{
  display: block;
  text-align: left;
  font-size: 13px;
  color: #999;
  font-weight: 400;
  margin-left: 0px;
}
#products .products.list .product-details .product-list-reviews {
  padding-bottom: 0px;
}

#products .products .product-list-reviews{
  background: transparent;
}


.header-top .logo_layout_3.brator-logo{
  display: flex;
  justify-content: space-between;
  align-items: center;
}


#header .brator-header-area.header-three #_desktop_cart .cart-products-total{
  display: none;
}

.brator-header-top-bar-area.design-one.dark-bg{
  padding: 15px 0px 15px;
}

#product #wrapper{
  background: #f2f2f7;
  padding-top: 10px;
}

#product #wrapper 


#product #wrapper .breadcrumb{
  margin-bottom: 25px;
}

#product #wrapper  #main .product-container{
  background: #fff;
  padding: 50px;
  border-radius: 8px;
  margin: 0;
}

#product #wrapper  #main .product-container .images-container{
  display: flex;

}

#product #wrapper  #main .product-container .images-container .product-cover{
  width: 100%;
  margin-right: 30px;
}

#product #wrapper  #main .product-container .images-container .js-qv-mask{
  width: auto;
  margin: 0;
  overflow:visible;
  margin-right: 10px;
}
#product #wrapper  #main .product-container .images-container .js-qv-mask ul.product-images{
  margin-top: 0;
}
#product #wrapper  #main .product-container .images-container .js-qv-mask ul.product-images li{
  display: block;
}

#product #wrapper  #main .product-container  .col-md-6{
  padding-left: 0;
  padding-right: 0;
}

#product #wrapper  #main .product-container .scroll-box-arrows i.left{
  top: -62px;
  transform: rotate(90deg);
  left: 37px;
}

#product #wrapper  #main .product-container .scroll-box-arrows i.right{
  bottom: 52px;
  transform: rotate(90deg);
  left: 37px;
}

#product #wrapper  #main .product-container .product-brand-info{
  position: absolute;
  top: 0;
  right: 0;
}

#product #wrapper  #main .product-container .product-brand-info .product-manufacturer img{
  margin: 0;
  padding: 0;
  border: 0;
}

#product #wrapper  #main .product-container  h1{
  font-size: 20px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0;
}

#product #wrapper  #main .product-container  .vandor-name-item{
  margin-top: 30px;
}

#product #wrapper  #main .product-container  .vandor-name-item span{
  color: #0066ff;
  display: block;
  margin-bottom: 11px;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
}

#product #wrapper  #main .product-container  .product-flags{
  margin-top: 0;
}




#product #wrapper  #main .product-container .product-info-bar .product-comments-additional-info .comments-note span{
  display: none;
}

#product #wrapper  #main .product-container .product-info-bar .product-comments-additional-info .additional-links .link-comment.post-product-comment,
#product #wrapper  #main .product-container .product-info-bar .product-comments-additional-info .additional-links .link-comment{
  font-size: 12px;
  color: #999;
}


#product #wrapper  #main .product-container  .product-prices {
  margin-top: 8px;
}

#product #wrapper #main .product-container  .meta-product-item ul{
  margin-top: 13px;
}

#product #wrapper #main .product-container  .meta-product-item  #product-availability .availability span.color-red,
#product #wrapper #main .product-container  .meta-product-item  #product-availability .availability span.color-base{
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  color: #000;
  display: block;
  position: relative;
}

#product #wrapper #main .product-container  .meta-product-item  #product-availability .availability span.color-red::before,
#product #wrapper #main .product-container  .meta-product-item  #product-availability .availability span.color-base::before{
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border-radius: 50px;
  background: #00BF33;
}

#product #wrapper #main .product-container  .meta-product-item  #product-availability .availability span.color-red::before{
  background: #f73312;
}

#product #wrapper #main .product-container .product-info-bar .product-flags li.product-flag.out_of_stock{
  display: none;
}




#product #wrapper #main .product-container  .product-flags + .product-info-bar .product-comments-additional-info{
  margin-top: 10px;
  margin-left: -10px;
  margin-bottom: -10px;
}
#product .product-flags li.product-flag.out_of_stock{
  display: none;
}

#product #wrapper #main .product-container .product-information{
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding-top: 10px;
}

#product #wrapper #main .product-container .product-information .product-actions .control-label{
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 12px;
}
#product #wrapper #main .product-container .product-information .product-variants>.product-variants-item{
  margin-top: 5px;
}

#product #wrapper #main .product-container .product-information .product-variants>.product-variants-item select{
  width: 100%;
  border: 1px solid #000;
  border-radius: 3px;
  background: #fff;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  outline: 0;
}


#product #wrapper #main .product-container .product-information .product-variants .product-variants-item  ul{
  margin: 0;
}

#product #wrapper #main .product-container .product-information .product-variants .product-variants-item  ul li label input + .radio-label{
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 3px;
} 

#product #wrapper #main .product-container .product-information .product-variants .product-variants-item  ul li label input[checked="checked"] + .radio-label{
  border: 1px solid #000;
  border-radius: 3px;
} 

#product #wrapper #main .product-container .product-add-to-cart   .product-quantity #quantity_wanted{
  width: 130px;
  height: 50px;
  background: #fff;
  border-radius: 3px;
  border: 1px solid #ccc;
  text-align: center;
}

#product #wrapper #main .product-container .bootstrap-touchspin{
  position: relative;
}

#product #wrapper #main .product-container .bootstrap-touchspin .input-group-btn-vertical{
  width: 100%;
}

#product #wrapper #main .product-container .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-up{
  position: absolute;
  right: 1px;
  top: -49px;
  border: 0;
  z-index: 9;
  min-height: 48px;
  width: 40px;
  background: #f2f2f7;
}

#product #wrapper #main .product-container .bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  position: absolute;
  left: 2px;
  top: -47px;
  border: 0;
  z-index: 9;
  min-height: 48px;
  width: 40px;
  background: #f2f2f7;
}

#product #wrapper #main .product-container .bootstrap-touchspin .input-group-btn-vertical .btn-touchspin i{
  position: absolute;
  left: 50%;
  top: 56%;
  transform: translate(-50%, -50%);
  font-size: 20px;
}

#product #wrapper #main .product-container .product-add-to-cart .product-quantity{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#product #wrapper #main .product-container .product-add-to-cart .product-quantity .qty{
  flex-basis: 130px;
}

#product #wrapper #main .product-container .product-add-to-cart .product-quantity .add{
  float: none;
  flex-basis: 50%;
}

#product #wrapper #main .product-container .product-add-to-cart .product-quantity .add button{
  width: 100%;
  height: 50px;
  padding: 0;
  line-height: 50px;
}

#product #wrapper #main .product-container .product-add-to-cart .product-quantity .wishlist-button-add{
  margin-left: 0;
  padding-top: 30px;
  padding-bottom: 32px;
  flex-basis: 100%;
  justify-content: flex-start;
  border-radius: 0;
  border-bottom: 1px solid #e5e5e5;
}


#product #wrapper #main .product-container .product-info-bar .product-comments-additional-info .btn-comment{
  background: var(--color-high-dark);
}
.product-light-info{
  padding-top: 10px;
}

.product-light-info .product-categories-item{
  display: flex;
  align-items: center;
}

.product-light-info .product-categories-item span{
  color: #000;
}

.product-light-info .product-categories-item p{
  margin-bottom: 0;
  padding-left: 5px;
}

#product #wrapper #main .product-container .product-information .product-additional-info .btn-comment{
  background: #f73312;
  padding: 10px 20px;
  border-radius: 3px;
  height: auto;
}

#product #wrapper #main .product-container .product-information .product-additional-info .btn-comment:hover{
  background: #333;
}

.menu-toggled nav ul > li:first-child{
  margin-top: 0;
}




#product #wrapper  .product-details-description{
  margin-top: 50px;
  background: #fff;
}

#product #wrapper #main .page-footer{
  margin-bottom: 0;
}

#product #wrapper  .product-details-description .tabs ul.nav-tabs li a{
  font-size: 24px;
  font-weight: 400;
  color: #666666;
  padding-right: 0;
  margin-right: 55px;
  border-bottom: 0;
  position: relative;
}

#product #wrapper  .product-details-description .tabs ul.nav-tabs li a::before{
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  background: #000;
  transition: all linear 0.3s;
}

#product #wrapper  .product-details-description .tabs{
  padding-top: 45px;
}

#product #wrapper  .product-details-description .tabs ul.nav-tabs li a.active{
  font-weight: 700;
  color: #000;
  border-bottom: 0;
  padding: 12px 0;
}
#product #wrapper  .product-details-description .tabs ul.nav-tabs li a.active::before{
  width: 100%;
}

#product #wrapper  .product-details-description .tabs .tab-content{
  padding-top: 28px;
}

#product #wrapper  .product-details-description .product-accessories p.h5{
   font-size: 30px; 
   font-weight: 600;
   text-transform: capitalize !important;
   margin-bottom: 35px;
}

#product #wrapper .breadcrumb{
  margin-bottom: 26px;
}


#product #wrapper #main .product-container .product-info-bar .product-comments-additional-info .btn-comment{
  opacity: 0;
  visibility: hidden;
}


.product-list-reviews .comments-nb{
  margin-left: 0;
  margin-top: -5px;
}



.modal-dialog .modal-body .images-container.js-images-container{
  flex-direction: row;
}


#product-comments-list-footer .post-product-comment{
	background: var(--color-high-dark);
}
#product-comments-list-footer .post-product-comment:hover{
  background: #333;
}

.product-comment-list-item{
  background: #fff;
  border-bottom: 1px solid #edeef2;
  padding: 0 0 30px;
}

#product-comments-list-footer .comment-content h4{
  font-size: 20px;
}

.product-comment-list-item .comment-infos{
  padding-left: 0;
}


.tabs .tab-content .product-comment-list-item .comment-content h4{
  font-size: 20px;
  margin-bottom: 10px;
}

.tabs .tab-content .product-comment-list-item .comment-content p{
  font-size: 15px;
  line-height: 24px;
  margin-bottom: 0;
}


.modal-body .product-quantity .add .add-to-cart{
  padding: 14px 80px;
  height: auto;
}
.js-content-wrapper #main .cart-grid .product-line-header{
  display: flex;
  border-bottom: 1px solid #e5e5e5;
  padding: 17px 0;
}

.js-content-wrapper #main .cart-grid .product-line-header .product-line-topbar{
  padding-left: 0;
  padding-right: 0;
}

.js-content-wrapper #main .cart-grid .product-line-header .product-line-topbar .product-line-heading h3{
  font-size: 13px;
  color: #999;
  font-weight: 400;
  display: inline-block;
}

.js-content-wrapper #main .cart-grid .product-line-header .product-line-topbar .product-line-heading span{
  font-size: 13px;
  color: #999;
  font-weight: 400;
  display: inline-block;
  padding-left: 152px;
}

.js-content-wrapper #main .cart-grid .cart-items {
  margin: 0;
}

.js-content-wrapper #main .cart-grid .cart-items .cart-item{
  padding: 30px 0;
  border-bottom: 1px solid #e5e5e5;
}
.js-content-wrapper #main .cart-grid .cart-grid-body{
  padding-right: 65px;
}

.js-content-wrapper #main .cart-grid .cart-grid-body .card-block{
  padding: 0;
  margin-top: 50px;
}

.js-content-wrapper #main .cart-grid .cart-grid-body .card-block h1{
  font-size: 72px;
  font-weight: 700;
  text-transform: capitalize;
}
.js-content-wrapper #main .cart-grid .cart-grid-body .card-block span{
  font-size: 24px;
  font-weight: 600;
  margin-top: 83px;
  display: inline-block;
  padding-bottom: 46px;
}

.js-content-wrapper #main .cart-grid-body .cart-overview{
  padding: 0;
}

.js-content-wrapper #main .cart-items  .product-line-grid{

  display: flex;
  align-items: center;
}
.js-content-wrapper #main .cart-items  .product-line-grid-right,
.js-content-wrapper #main .cart-items  .product-line-grid-body,
.js-content-wrapper #main .cart-items  .product-line-grid-left{
  padding-left: 0;
  padding-right: 0;
}

.js-content-wrapper #main .product-line-grid-body>.product-line-info>.label.heading{
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.js-content-wrapper #main .product-line-grid-body>.product-line-info>.label.heading:hover{
  text-decoration:underline;
}

.js-content-wrapper #main .product-line-grid-body>.product-line-info.item>.value,
.js-content-wrapper #main .product-line-grid-body>.product-line-info.item>.label{
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.js-content-wrapper #main .product-line-grid-body>.product-line-info.product-price .product-discount{
  margin-top: 10px;
}

.js-content-wrapper #main .product-line-grid-body>.product-line-info.product-price.has-discount .product-discount  .discount{
  top: -2px;
}

.js-content-wrapper #main .product-line-grid-body>.product-line-info.product-price.has-discount .product-discount .regular-price{
  font-size: 15px;
  color: #999;
}

.js-content-wrapper #main .product-line-grid-body>.product-line-info.product-price .price,
.js-content-wrapper #main .product-line-grid-body>.product-line-info.product-price .current-price{
  font-size: 15px;
  font-weight: 400;
  color: var(--color-high-dark);
}

.js-content-wrapper #main .cart-items  .product-line-grid-right .input-group input{
  width: 100px;
  background: #fff;
  text-align: center;
  padding: 0;
  border: 1px solid #ccc;
  border-radius: 2px;

}

.js-content-wrapper #main .cart-items  .product-line-grid-right .input-group .input-group-btn-vertical button{
  position: absolute;
  left: -25px;
  top: 1px;
  z-index: 9;
  background: #f2f2f7;
  border: 0;
  min-height: 38px;
  min-width: 25px;
  padding: 0;
}
.js-content-wrapper #main .cart-items  .product-line-grid-right .input-group .input-group-btn-vertical button i{
  position: static;
  color: #9595ab;
  font-size: 20px;
  line-height: 12px;

}

.js-content-wrapper #main .cart-items  .product-line-grid-right .input-group .input-group-btn-vertical button.bootstrap-touchspin-down{
  left: -98px;
  top: 3px;
}

.js-content-wrapper #main .product-line-grid-right .product-price strong{
  font-size: 15px;
  color: #000;
  font-weight: 400;
}

.cart-line-product-actions .remove-from-cart i{
  color: #adadad;
  font-size: 22px;
}

.js-content-wrapper #main .cart-grid-body .shopping-cart-btn {
  text-align: right;
}

.js-content-wrapper #main .cart-grid-body .shopping-cart-btn .label{
  padding: 12px 40px;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 16px;
  font-weight: 700;
  color: #000;
  transition: all linear 0.3s;

}

.js-content-wrapper #main .cart-grid-body .shopping-cart-btn .label:hover{
  background: #000;
  color: #fff;
}



.js-content-wrapper #main .cart-grid-body .shopping-cart-btn .label i{
  color: #000;
  transition: all linear 0.3s;
}

.js-content-wrapper #main .cart-grid-body .shopping-cart-btn .label:hover i{
  color: #fff;
}

.js-content-wrapper #main .cart-grid-body .cart-footer{
  margin-top: 35px;
}


.js-content-wrapper #main .cart-grid .card.cart-summary{
  background: #f2f2f7;
  padding: 18px 20px 13px;
  position: relative;
  margin-top: 212px;
}

.js-content-wrapper #main .cart-grid .card.cart-summary .cart-summary-heading {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 10px;
  margin-bottom: 28px;
}
.js-content-wrapper #main .cart-grid .card.cart-summary .cart-summary-heading h2{
  font-size: 24px;
  font-weight: 500;
  color: #000;
}

.js-content-wrapper #main .cart-grid .card.cart-summary .cart-summary-heading h2 span{
  color: #adadad;
  font-weight: 400;
  margin-left: 5px;
}

.js-content-wrapper #main .cart-grid .card.cart-summary .cart-summary-line{
  margin-bottom: 20px;
}

.js-content-wrapper #main .cart-grid .card.cart-summary .cart-summary-line .value{
  font-size: 15px;
  font-weight: 400;
  color: #000;
}
.js-content-wrapper #main .cart-grid .card.cart-summary .cart-summary-line .label{
  font-size: 14px;
  color: #666;
}

.js-content-wrapper #main .cart-grid .card.cart-summary  .cart-summary-line.cart-total .value,
.js-content-wrapper #main .cart-grid .card.cart-summary  .cart-summary-line.cart-total .label{
  font-size: 20px;
  color: #000;
  font-weight: 500;
}

.js-content-wrapper #main .cart-grid .card.cart-summary .cart-detailed-actions a{
  padding: 15px 0;
  font-size: 16px;
  font-weight: 700;
}


.js-content-wrapper #main .cart-grid .card.cart-summary svg{
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: #f2f2f7;
  height: 15px;
}

#blockcart-modal .modal-body .cart-content .cart-content-btn button,
#blockcart-modal .modal-body .cart-content .cart-content-btn a{
  font-size: 14px;
  font-weight: 700;
}
#blockcart-modal .modal-title i.material-icons{
  margin-right: 15px;
}

#blockcart-modal .product-name{
  color: #000;
  font-weight: 400;
  font-size: 15px;

}

#blockcart-modal .product-name:hover{
  text-decoration: underline;
}

#blockcart-modal .product-price{
  font-size: 15px;
  color: #999;
}
#blockcart-modal .width strong,
#blockcart-modal .model strong,
#blockcart-modal .brand strong,
#blockcart-modal .color strong,
#blockcart-modal .width,
#blockcart-modal .model,
#blockcart-modal .brand,
#blockcart-modal .color{
  font-size: 15px;
  font-weight: 400;
  color: #999;
}

body#checkout section.checkout-step.-reachable.-current .step-number{
  background: var(--color-high-dark);
}


#checkout .cart-grid-body #checkout-personal-information-step {
  padding: 0;
}


#checkout .cart-grid-body #checkout-personal-information-step .step-title i{
  margin: 0 25px 0 0;
}

body#checkout section.checkout-step.-current .content{
  padding: 0;
}

.nav-item .nav-link.active, .nav-item .nav-separtor.active{
  padding: 0;
}

#checkout .cart-grid-body .form-group input{
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #fff;
  height: 45px;
}
#checkout .cart-grid-body .form-group input[type="checkbox"]{
  height: auto;
}

#checkout .cart-grid-body .form-group input:active,
#checkout .cart-grid-body .form-group input:focus{
  border: 1px solid #ccc;
  outline: 0;

}

body#checkout section.checkout-step .form-footer .continue{
  padding: 14px 45px;
  font-size: 15px;
  font-weight: 700;
}


#checkout .cart-grid-body #checkout-addresses-step .js-address-form form{
  padding-top: 20px;
}

.text-info{
  color: #000 !important;
}


body#checkout a.text-info:hover{
  color: var(--color-high-dark) !important;
}
input:not([type=checkbox]){
  padding: 0 20px;
  border: 1px solid #e5e5e5;
}

.brator-slide-menu-area .brator-slide-menu-items ul li .sub-menu.popover{
  position: static;
  visibility: visible;
  opacity: 1;
  display: none;
  box-shadow: none;
  transition: none;
}

.brator-slide-menu-area .brator-slide-menu-items ul li .sub-menu.popover li a{
  padding: 10px 40px;
  font-weight: 600;
  color: #000000;
}
.brator-slide-menu-area .brator-slide-menu-items ul li .sub-menu.popover li ul li a.dropdown-item{
  padding: 10px 60px;
}
.brator-slide-menu-area .brator-slide-menu-items ul li .sub-menu.popover li ul li ul li a.dropdown-item{
  padding: 10px 80px;
}
.brator-slide-menu-area .brator-slide-menu-items ul li .sub-menu.popover li ul li ul li ul li a.dropdown-item{
  padding: 10px 100px;
}

.brator-slide-menu-items ul .down-menu ul{
  display: block;
}
.brator-slide-menu-items ul li .sub-menu .top-menu{
  margin: 0;
}

.brator-slide-menu-items ul li .sub-menu li a{
  background: transparent;
  padding: 10px 20px;
}

.brator-slide-menu-items ul li:hover .sub-menu{
  display: block;
  opacity: 1;
  visibility: visible;
}

.payment-options {
  padding: 20px 0 0;
}
.contactinfo-topbar {
  padding-bottom: 87px;
}
.contactinfo-topbar .contactinfo-map iframe{
  width: 100%;
  height: 400px;
  border-radius: 10px;
}


.contactinfo-topbar .contactinfo-heading h1{
  font-size: 72px;
  font-weight: 700;
  padding-top: 72px;
  padding-bottom: 29px;
}

.contact-rich .contact-social ul{
  margin: 0;
  padding: 0;
}

.contact-rich .contact-social ul li{
  display: inline-block;
  margin-right: 12px;
}

.contact-rich .contact-social ul li a{
  color: #000;
  font-size: 16px;
}

#contact .card-block{
  padding: 0;
}

#contact .contact-form{
  padding: 0 0 0 80px;
}

#contact .contact-form .form-group h3{
  font-size: 40px;
  font-weight: 700;
  text-transform: capitalize;
  margin-bottom: 63px;
}


#contact .contact-form .form-group .form-control-label{
  display: none;
}

#contact .contact-form .form-group   .col-md-6{
  width: 100%;
}

#contact .contact-form .form-group  .form-control-select{
  margin-bottom: 0;
  font-size: 14px;
}

#contact .contact-form .form-group input{
  font-size: 14px;
  background: #fff;
}

#contact .contact-form .input-group .input-group-btn>.btn{
  padding: 14px;
  font-size: 14px;
  font-weight: 700;
}

#contact .contact-form .form-group textarea {
  height: 150px;
}
#contact .contact-form .form-group .col-md-9 {
  width: 100%;
}

#contact .contact-form .form-footer {
  text-align: left !important;
}

#contact .contact-form .form-footer input[type="submit"]:focus,
#contact .contact-form .form-footer input[type="submit"]:active{
  outline: 0;
}
#contact .contact-form .form-footer input[type="submit"]{
  padding: 14px 40px;
}



.contactinfo-topbar .contactinfo-heading h1{
  font-size: 2.5rem;
}

.modal-body .product-actions .product-additional-info .social-sharing span{
  font-size: 14px;
  color: #999;
  display: inline-block;
  margin-right: 10px;
  font-weight: 500;
}



.modal-body .product-actions .product-additional-info .social-sharing  ul li a{
  font-size: 18px;
}


#module-blockwishlist-lists .wishlist-list-item-link{
  padding: 24px 0;
}

#module-blockwishlist-lists .wishlist-add-to-new[data-v-4f116ff6]:not([href]):not([tabindex]) i,
#module-blockwishlist-lists .wishlist-add-to-new[data-v-4f116ff6]:not([href]):not([tabindex]){
  color: #000;
}

#module-blockwishlist-lists .wishlist-add-to-new[data-v-4f116ff6]:not([href]):not([tabindex]):hover i,
#module-blockwishlist-lists .wishlist-add-to-new[data-v-4f116ff6]:not([href]):not([tabindex]):hover{
  color: var(--color-high-dark);
}

#module-blockwishlist-lists .wishlist-list-item:hover .wishlist-list-item-title{
  color: var(--color-high-dark);
}


#module-blockwishlist-lists .wishlist-list-item-right>button:hover{
  opacity: 1;
  
}
#module-blockwishlist-lists .wishlist-list-item-right>button:hover i{
  color: var(--color-high-dark);
}

#module-blockwishlist-lists .wishlist-footer-links>a{
  color: #000;
}

#module-blockwishlist-lists  .modal-footer button.modal-cancel{
  border-color: #dddddd;
}

#view #wrapper .container{
  width: 100% !important;
}

#view .wishlist-products-item{
  padding: 20px;
  margin: 15px;
  border: 1px solid #ddd;
  border-radius: 5px;
}

#view  .wishlist-products-list{
  padding: 20px 10px;
}

#view  .wishlist-footer-links>a{
  color: #000;
}

/* Kardham Digital comment */
/* #product  #wrapper .container-xxxl.container-xxl{
  max-width: inherit !important;
} */

#product #wrapper .product-main-section .container-xxxl.container-xxl,
#product #wrapper .product-details-description .container-xxxl.container-xxl{
  max-width: 1520px !important;
}

#product .breadcrumb{
  max-width: 1490px;
  float: none;
  margin: 0 auto;
}

#product #content-wrapper{
  padding-left: 0;
  padding-right: 0;
}

.block-categories .category-top-menu .category-sub-menu .category-sub-menu{
  padding-left: 15px;
}
.block-categories .category-top-menu .category-sub-menu .category-sub-menu a{
  padding: 3px 0 6px;
  display: block;
}
.block-categories .category-top-menu .category-sub-menu .category-sub-menu li::before{
  display: none;
}

.block-categories .category-top-menu .category-sub-menu li{
  margin: 0;
}

.block-categories .category-sub-menu .category-sub-link{
  font-size: 15px;
  font-weight: 600;
}


.block-categories .category-sub-menu  .arrows{
  position: absolute;
  right: -5px;
  top: 0;
  text-align: right;
}

.block-categories .category-sub-menu  .arrows i{
  font-size: 28px;
}

#authentication #main .page-header h1{
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
}
.page-authentication #content{
  max-width: inherit;
}

.login-form-row .login-form .form-group  input{
  height: 45px;
}

.newsletter_mailchimp.flexed{
  flex-wrap: nowrap;
}

#product #wrapper .product-details-description .tabs {
  padding-bottom: 80px;
}
#product #wrapper .product-details-description .tabs ul.nav-tabs li a{
  background:transparent;
}


.js-qv-product-images.vertical .slick-arrow {
  cursor: pointer;
  display: block;
  text-align: center;
  margin: 1px 0px 20px;
  padding: 5px;
  border: 1px solid #f0f0f0;
}

.elementor-widget-brator_megasell_slider .brator-megasell-area  .splide__arrows .splide__arrow--prev{
  background: transparent;
  width: 30px;
  height: 118px;
  opacity: 1;
  left: -5px;
}
.elementor-widget-brator_megasell_slider .brator-megasell-area  .splide__arrows .splide__arrow--next{
  background: transparent;
  width: 30px;
  height: 118px;
  opacity: 1;
  right: -5px;
}
.brator-megasell-area .splide__arrows .splide__arrow--next span, .brator-banner-slider-area .splide__arrows .splide__arrow--next span{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/> </svg>");
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 49%;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  display: block;
  clear: both;
  overflow: hidden;
  left: 10px;
  top: 0;
}

.brator-megasell-area .splide__arrows .splide__arrow--prev span, .brator-banner-slider-area .splide__arrows .splide__arrow--prev span {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-left' viewBox='0 0 16 16'> <path fill-rule='evenodd' d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/> </svg>");
  background-repeat: no-repeat;
  background-position-x: 0%;
  background-position-y: 49%;
  width: 100%;
  height: 100%;
  z-index: 9;
  position: absolute;
  display: block;
  clear: both;
  overflow: hidden;
  left: 0px;
  top: 0;
}

.btn-comment, .btn-comment-inverse{
  background: #ffb500;
}

.btn-comment:hover, .btn-comment-inverse:hover{
  background: var(--color-high-dark);
}

.btn-comment-inverse{
  color: #fff;
  border: 1px solid transparent;
}

.btn-comment-inverse:hover{
  border-color: transparent;
}
.btn-comment-inverse:focus,
#product-comments-list .btn-comment:focus{
  outline: 0 !important;
}


.breadcrumb.smart-blog-breadcrumb {
  padding: 0 0 0 15px !important;
  box-shadow: none;
  margin-left: 0 !important;
}

.breadcrumb.smart-blog-breadcrumb ol li a{
  color: #000 !important;
}

.breadcrumb.smart-blog-breadcrumb ol li:first-child a span{
  color: #999;
}

.smartblogpost-heading-title{
  margin-bottom: 101px;
}

.smartblogpost-heading-title h1{
  font-size: 72px;
  font-weight: 600;
  color: #000;
  margin-bottom: 13px;
}


.smart-blog-post-single-item{
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  gap: 30px;
}


.smart-blog-post-single-item .articleContent img{
  max-width: 100%;
  transform: scale(1);
  transition: all linear 0.3s;
}

.smart-blog-post-single-item:hover .articleContent img{
  transform: scale(1.2);
}


.smart-blog-post-single-item .articleContent {
  flex-basis: 380px;
  border-radius: 5px;
  overflow: hidden;
  height: 250px;
}

.smart-blog-post-single-item .sdsarticleHeader{
  flex-basis: 62%;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}

.smart-blog-single-post .sdsarticleHeader ul,
.smart-blog-post-single-item .sdsarticleHeader ul{
  margin: 0;
  padding: 0;
}

.smart-blog-single-post .sdsarticleHeader ul li ,
.smart-blog-post-single-item .sdsarticleHeader ul li {
  display: inline-block;
}

.smart-blog-single-post .sdsarticleHeader ul li span,
.smart-blog-post-single-item .sdsarticleHeader ul li span{
  font-size: 13px;
  color: #000;
}

.smart-blog-single-post .sdsarticleHeader ul li:first-child span,
.smart-blog-post-single-item .sdsarticleHeader ul li:first-child span{
  color: #666;
  border-right: 1px solid #e5e5e5;
  padding-right: 13px;
  margin-right: 13px; 
}

.blog-post.smart-blog-single-post .sdsarticleHeader{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 48px;
}

/*comment kd */
/* #module-smartblog-details .articleContent img{
  width: 100%;
  border-radius: 8px;
} */
.smart-blog-posts-info .comment-count-number{
  padding: 0;
  background: #fff;
  color: #000 !important;
}
.smart-block .smart_blog_block_content a:hover{
  background: var(--color-high-dark);
}
.smart-blog-bottom-pagination .pagination li .page-link:hover{
  background: var(--color-high-dark);
  border-color: var(--color-high-dark);
  color: #fff;
}


.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-title{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  line-height: 1.333;
  margin-bottom: 10px;
}
.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-title a{
  color: #000;
  transition: all linear 0.3s;
}

.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-title a:hover{
  color: var(--color-high-dark);
}


.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-short-description{
  margin: 0;
  font-family: inherit;
  margin-bottom: 98px;
}

.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-info{
  font-size: 13px;
  color: #999;
  flex-wrap: wrap;
}

.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-info .comment-count-number{
  padding: 0;
  margin: 0;
  background: transparent;
  color: #000 !important;
}

.smart-blog-bottom-pagination #pagination_bottom{
  display: flex;
  justify-content: center;
  width: 100%;
}
.smart-blog-bottom-pagination .pagination{
  display: flex;
  width: auto;
}
.smart-blog-bottom-pagination .pagination li .page-link.page-active{
  background: var(--color-high-dark);
  border: 1px solid var(--color-high-dark);
}

.smart-blog-sing-blog-content > p > span{
  font-family: var(--content-font) !important;
}

.smart-blog-bottom-pagination .pagination li .page-link{
  padding: 0;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 35px;
  border-radius: 3px;
  color: #a7a8bc;
  border: 1px solid #edeef2;
  font-weight: 400;
  margin: 0 10px 0 0;  
  transition: all linear 0.3s;
}

#module-smartblog-category #main .page-content{
padding: 0;
box-shadow: none;
}

.block.smart-block{
  padding: 0;
  box-shadow: none;
}

.smart-block .smart_blog_sidebar_title{
  font-size: 24px;
  font-weight: 600;
  color: #000;
  text-transform: capitalize;
  margin-bottom: 42px;
}


.smart-block #searchbox input[type="text"]{
  background: transparent;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 10px;
}
.smart-block #searchbox input[type="text"]::placeholder{
  color: #999999;
}

#sdssearch_block_top .smart_blog_search_button{
  padding: 0;
  top: -6px;
}

.smart-block .category-sub-menu > li ul.category-sub-menu li .category-sub-link{
  border-bottom-color: #e5e5e5 !important;
}

.smart-block .category-sub-menu > li ul.category-sub-menu li .category-sub-link:hover{
  color: var(--color-high-dark);
}

.smart-block .category-sub-menu > li > a{
  font-size: 16px;
  color: #666;
}

.smart-block .category-sub-menu > li > a::before{
  display: none;
}

.smart-block .category-sub-menu > li ul.category-sub-menu li .category-sub-link{
  font-size: 16px;
}
.smart-block .category-sub-menu > li ul.category-sub-menu{
  margin-left: 10px;
}
.block.smart-block{
  margin-bottom: 70px;
}
.smart-blog-post-content ul li .image{
  height: auto;
  width: auto;
}

.smart-blog-posts-header-area .smart-blog-posts-info .icon{
  font-size: 20px;
  color: #999;
}
.smart-blog-post-single-item .sdsarticleHeader ul li span{
  color: #F2A83D;
}
.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-info span{
  margin-left: 20px;
}

.smart-block .category-sub-menu > li:last-child > a{
  border-bottom: 1px solid #e5e5e5 !important;
}

.smart-block .category-sub-menu > li:last-child > a:hover{
  color: var(--color-high-dark);
}
.smart-blog-category-banner-content-title{
  font-size: 30px;
}

.smart-blog-post-title-date .title{
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #000;
  display: inline-block;
}
.smart-blog-post-title-date .info{
  font-size: 13px;
  color: #666;
  font-weight: 400;
}

.smartg-blog-category-banner-images-and-content{
  background: #f2f2f7;
}

.smartg-blog-category-banner-area{
  border-bottom-color: #e5e5e5;
}

.smartg-blog-category-banner-images-and-content::before{
  display: none;
}
#module-smartblog-details #wrapper{
  background: #fff;
}
#main .page-content{
  padding: 0;
  box-shadow: none;
}

.smart-blog-posts-header-area {
  margin-top: 45px;
}

.smart-blog-single-post-title{
  font-size: 42px;
  font-weight: 700;
  color: #000;
  margin-bottom: 32px;
  text-transform: capitalize;
}



#module-smartblog-details #content-wrapper{
  padding-right: 75px;
}



.smart-blog-posts-navigation li a:hover{
  color: var(--color-high-dark) !important;
} 
.smart-blog-posts-navigation{
  display: block;
  height: 35px;
}

.smart-blog-posts-navigation li{
  float: left;
}

.smart-blog-posts-navigation li.pull-right{
  float: right;
}

.smart-blog-comm-row .smart-blog-single-comm input{
  border: 1px solid #ccc;
  background: #fff;
  font-size: 15px;
  color: #999;
  border-radius: 5px;
  height: 45px;
}

.smart-blog-comm-row .smart-blog-single-comm textarea{
  height: 130px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 5px;
}
.smart-blog-post-title-date .title:hover{
  color: var(--color-high-dark);
}

.smart-blog-comm-button-area .submit .smart-blog-comment-btn{
  background: var(--color-high-dark);  
  font-size: 16px;
  font-weight: 700;
  border-radius: 5px;
}

.smart-blog-comm-button-area .submit .smart-blog-comment-btn:hover{
  background: #000;

}

.smart-blog-commentform-area .comment-reply-title{
  font-size: 30px;
  margin-bottom: 45px;
}

.brator-makes-list-area.design-two .brator-makes-list-tab-header ul{
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
}
.brator-makes-list-area.design-two .brator-makes-list-tab-header ul li{
  list-style: outside none;
}
.brator-makes-list-area.design-two .brator-makes-list-tab-header ul li a{
  font-size: 30px;
  font-weight: 400;
  color: #999999;
  margin: 0px 28px;
  padding: 10px 0px;
  position: relative;
  display: inline-block;
}


.brator-makes-list-area.design-two .brator-makes-list-tab-header ul li:first-child a{
  margin-left: 0;
}
.brator-makes-list-area.design-two .brator-makes-list-tab-header ul li:last-child a{
  margin-right: 0;
}


.brator-makes-list-area.design-two .brator-makes-list-tab-header ul li a::after{
  content: "";
  display: block;
  width: 0%;
  height: 1px;
  background: #000000;
  position: absolute;
  left: 0;
  bottom: 0;
  transition: 0.4s;
  opacity: 0;
}
.brator-makes-list-area.design-two .brator-makes-list-tab-header ul li a.js-tabs__title.js-tabs__title-active{
  color: #000000;
  font-weight: 700;
}
.brator-makes-list-area.design-two .brator-makes-list-tab-header ul li a.js-tabs__title.js-tabs__title-active::after{
  width: 100%;
  opacity: 1;
}

.header-nav.dark-bg .block-categories ul li ul.category-sub-menu .collapse .category-sub-menu{
  position:static;
}

.header-nav.dark-bg .block-categories ul li ul.category-sub-menu .category-sub-menu li{
  display: block;
  border-top: 0;
}
.header-nav.dark-bg .block-categories ul li ul.category-sub-menu .category-sub-menu li .arrows{
  position: absolute;
  right: 10px;
  top: -2px;
}

.header-nav.dark-bg .block-categories ul li ul.category-sub-menu .category-sub-menu li .category-sub-menu li{
  display: flex;
  align-items: center;
  padding-left: 16px;
}

.header-nav.dark-bg .block-categories ul li ul.category-sub-menu .category-sub-menu li span i{
  font-size: 28px;
  color: #000;
}
#post-product-comment-modal .criterion-rating{
  align-items: center;
}


.brator-categories-list-area.design-two.gray-bg{
  background: #f2f2f7;
}


.brator-categories-list-area.design-two  {
  background: #f2f2f7;
}

.brator-categories-list-area.design-two .brator-section-header {
  display: block;
}
 


.brator-categories-list-area.design-two .brator-categories-single{
  background: #fff;
}


.brator-categories-list-area.design-two .brator-categories-single .brator-categories-single-sub{
  line-height: 22px;
}


.brator-offer-slider-area.brator-whats-hot-area{
  padding-top: 82px;
  padding-bottom: 80px;
}
.brator-offer-slider-area.brator-whats-hot-area .brator-section-header{
  justify-content: center;
}
.brator-offer-slider-area.brator-whats-hot-area .brator-section-header h2{
  margin-right: 0px;
}
.brator-whats-hot-slider .brator-hot-single-box {
  padding: 40px;
  min-height: 450px;
  height: 100%;
  border-radius: 4px;
}
.brator-hot-single-box{
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: cover;
}
.brator-hot-box-content {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.brator-hot-box-design-one .brator-hot-box-content .brator-hot-box-text p{
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}
.brator-hot-box-design-one .brator-hot-box-content .brator-hot-box-text h2{
  font-size: 35px;
  line-height: 35px;
  color: #000000;
  text-transform: uppercase;
}
.brator-hot-single-box .brator-hot-box-content .brator-hot-box-button a{
  font-size: 14px;
  font-weight: 700;
  line-height: 15px;
  background: var(--color-high-dark);
  border: 2px solid var(--color-high-dark);
  color: white;
  padding: 10px 25px;
  border-radius: 4px;
  height: 40px;
  text-transform: capitalize;
  transition: 0.3s;
}
.brator-hot-single-box .brator-hot-box-content .brator-hot-box-button a:hover {
  color: #fff;
}
.brator-hot-box-design-two .brator-hot-box-content .brator-hot-box-text h2{
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}
.brator-hot-box-design-two .brator-hot-box-content .brator-hot-box-text h2 span{
  font-weight: 700;
}
.brator-hot-single-box .best-choise-batch{
  background-color: #f8c600;
  display: inline-flex;
  padding: 0px 14px;
  margin-top: 20px;
}
.brator-hot-single-box .best-choise-batch span {
  font-size: 14px;
  color: #003bd2;
  font-weight: 700;
  text-transform: uppercase;
  padding: 8px 0;
}
.brator-hot-box-design-three .brator-hot-box-content .brator-hot-box-text p{
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  text-transform: uppercase;
}
.brator-hot-box-design-three .brator-hot-box-content .brator-hot-box-text h6{
  font-size: 60px;
  color: #f73312;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 11px;
}
.brator-hot-box-design-three .brator-hot-box-content .brator-hot-box-text h2{
  font-size: 14px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
}
.brator-hot-box-design-four .brator-hot-box-content .brator-hot-box-text h2 {
  font-size: 32px;
  font-weight: 800;
  color: #000000;
  text-transform: uppercase;
  font-style: italic;
  margin-bottom: 12px;
}
.brator-hot-box-design-four .brator-hot-box-content .brator-hot-box-text p {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 1.3em;
}
.best-choise-batch.best-use-code-batch{
  background-color: #7faf2b;
  margin-top: 5px;
}
.best-choise-batch.best-use-code-batch span{
  font-weight: 300;
  color:#ffffff;
}
.best-choise-batch.best-use-code-batch span.use-code-code{
  font-weight: 700;
}
.best-use-code-batch .use-code-off {
  display: flex;
  justify-content: center;
  align-items: center;
}
.best-use-code-batch .use-code-off .use-code-separator{
  opacity: .5;
  padding: 0px 8px;
}

.brator-brand-item-area .brator-section-header{
  display: block;
  text-align: center;
}
.brator-brand-item-area .brator-section-header .brator-section-header-title{
  display: inline-block;

}
.brator-whats-hot-slider .brator-hot-single-box{
  position: relative;
  z-index: 10;
}
.brator-whats-hot-slider .brator-hot-single-box:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.4);
  z-index: -1;
}
.header-nav.dark-bg .top-menu .sub-menu.collapse {
	background: #262626;
	
}
.splide__arrows.style-three .splide__arrow {
  border-radius: 4px;
  background-color: #ffffff;
  border: 1px solid #d1d1d1;
  left: auto;
  right: 0;
  top: -50px;
  bottom: auto;
  height: 25px;
  width: 25px;
}
.splide__arrows.style-three .splide__arrow:hover {
  background-color: var(--color-high-dark);
  border-color: var(--color-high-dark);
}
.splide__arrows.style-three .splide__arrow:hover svg {
  fill: #fff;
}
.splide__arrows.style-three .splide__arrow svg {
  font-size: 13px;
}
.splide__arrows.style-three .splide__arrow--prev {
  right: 35px;
}


.brator-review-area{
  padding-bottom: 103px;
}

.brator-review-area .brator-review-title{
  border-top: 1px solid #d9d9d9;
  padding-top: 103px;
  padding-bottom: 33px;
}


.brator-review-title .title{
  font-size: 30px;
}

.brator-review-content{
  text-align: center;
}
.brator-review-content h5{
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
}
.brator-review-content ul{
  margin: 0;
  padding: 0 0 3px;
  list-style-type: none;
  display: flex;
  justify-content: center;
  gap: 3px;
}

.brator-review-content ul li i{
  height: 30px;
  width: 30px;
  color: #fff;
  background: #00b67a;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
}

.brator-review-content span{
  font-size: 13px;
  font-weight: 300;
}

.brator-review-content span span{
  text-decoration: underline;
  font-weight: 400;
  color: #000;
}

.brator-review-content h4 {
  font-size: 18px;
  padding-top: 5px;
}
.brator-review-content h4 i{
  color: #00b67a;
  font-size: 22px;
}

.brator-review-box{
  position: relative;
}
.brator-review-box ul{
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 3px;
}
.brator-review-box ul li i{
  height: 18px;
  width: 18px;
  color: #fff;
  background: #00b67a;
  text-align: center;
  line-height: 16px;
  font-size: 12px;
}

.brator-review-box .braton-review-date{
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
  color: #777;
}

.brator-review-box h5{
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 3px 0;
}

.brator-review-box p{
  font-size: 14px;
  line-height: 24px;
  color: #2c2c2c ;
  margin-bottom: 0;
}

.brator-review-box > span{
  font-size: 14px;
  color: #777;
  font-weight: 500;
  text-transform: capitalize;
}


.brator-header-area.dark-bg #menu-icon svg{
  fill: #fff;
  cursor: pointer;
}

.brator-header-area.dark-bg .blockcart.cart-preview .cart-products-total{
  color: #fff;
}

.brator-review-area .brator-review-slider .splide__arrows.style-three .splide__arrow--prev{
  left: 0;
  right: auto;
}

.brator-review-area .brator-review-slider .splide__arrows.style-three .splide__arrow{
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.brator-review-area .brator-review-slider {
  padding-left: 50px;
  padding-right: 50px;
}

.carousel-Product-slide .slick-arrow{
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 30;
}

.carousel-Product-slide .slick-arrow.prev{
  left: -100px;
  transform: scale(-1);
}


.carousel-Product-slide .slick-arrow.next{
  right: -100px;
}


.carousel-Product-slide .product .product-miniature .thumbnail-container{
  margin-bottom: 0;
}


.nav.nav-tabs.nav-tabs--carusel {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
}


.nav.nav-tabs.nav-tabs--carusel li a{
  font-size: 14px;
  font-weight: 600;
  color: #000;
}

.nav.nav-tabs.nav-tabs--carusel li a.active{
  background: #fff;
  color: var(--color-high-dark);
  padding: 8px 15px;
  border-radius: 3px;
}

.nav.nav-tabs.nav-tabs--carusel li:last-child a.active{
margin-right: 15px;
}

.nav.nav-tabs.nav-tabs--carusel li{
  margin-bottom: 35px !important;
}

.header-nav.dark-bg .block-categories ul.category-top-menu li a svg{
  fill: #fff;
  height: 15px;
  width: 15px;
  margin-right: 8px;
}



.block-categories ul.category-top-menu li a svg,
.block-categories ul.category-top-menu li a .dropdown-icon-cat{
  display: none;
}

.header-nav.dark-bg .block-categories ul.category-top-menu li a svg,
.header-nav.dark-bg .block-categories ul.category-top-menu li a .dropdown-icon-cat{
  display: inline-block;
}

.header-nav.dark-bg .block-categories ul.category-top-menu li a{
  display: block;
}
.header-nav.dark-bg .block-categories ul.category-top-menu li a  .dropdown-icon-cat{
  display: inline-block;
  float: right;
}

.smart-blog-area.smart-blog-mashonary {
  border-bottom: 1px solid #e5e5e5;
  padding-top: 20px;
  padding-bottom: 20px;
}
.smart-blog-area.smart-blog-mashonary .left-column{
  padding-right: 100px;
}

.smart-blog-area.smart-blog-mashonary  .blog-thumb{
  display: flex;
  flex-direction: column;
}

.smart-blog-area.smart-blog-mashonary  .blog-thumb p.data{
  order: 5;
}

.smart-blog-area.smart-blog-mashonary  .blog-thumb .text{
  order: 3;
  margin-top: 28px;
}

.smart-blog-area.smart-blog-mashonary  .blog-thumb .sbaddon-postgrid-description{
  order: 3;
}

.smart-blog-area.smart-blog-mashonary  .blog-thumb .sbaddon-postgrid-description p{
  margin-bottom: 5px;
}

.smart-blog-area.smart-blog-mashonary .right-column{
  padding-left: 90px;
}


.smart-blog-area.smart-blog-mashonary .right-column .single-list-blog{
  display: flex;
  column-gap: 30px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}

.smart-blog-area.smart-blog-mashonary .right-column:last-child .single-list-blog{
  border-bottom: 0;
}

.smart-blog-area.smart-blog-mashonary .right-column .single-list-blog .blog-images{
  max-width: 265px;
  border-radius: 8px;
  overflow: hidden;
  /* height: 145px; */
}
.smart-blog-area.smart-blog-mashonary .right-column .single-list-blog .blog-images a{
  display: block;
}

.smart-blog-area.smart-blog-mashonary .right-column .blog-thumb .text{
  margin-top: 0;
}

.grade-stars.small-stars:empty{
  display: none;
}

.brator-product-img-tab-list .brator-product-img-tab-header.js-tabs__header ul li img.selected{
  border: 1px solid var(--color-high-dark);
}

.product-line-grid-right .cart-line-product-actions, .product-line-grid-right .product-price{
  padding-top: 3px;
}


/* preloader CSS */

#preloader-wrap{
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #262627;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 9999;
}
#loading{
  width: 200px;
  height: 200px;
  position: relative;
  /* background: #fff; */
  border-radius: 50%;
  border-top: 10px solid #f73312;
  animation: animate 2s linear infinite;
}
@keyframes animate {
  to{
      transform: rotate(360deg);
  }
}
#loading::after{
  transform: rotate(120deg);
  border-top: 10px solid #f8c600;
}
#loading::before{
  transform: rotate(240deg);
  border-top: 10px solid #7faf2b;
}
#loading::after,
#loading::before{
  content: '';
  top: -10px;
  left: 0;
  width: 200px;
  height: 200px;
  position: absolute;
  /* background: #fff; */
  border-radius: 50%;
}
#loading span{
  position: absolute;
  width: 200px;
  height: 200px;
  text-align: center;
  line-height: 200px;
  color: #fff;
  animation: a2 2s linear infinite;
}
#loading span img{
  margin-top: 30px;
  width: 150px;
}
@keyframes a2 {
  to{
      transform: rotate(-360deg);
  }
}
#preloading img{
  width: 100%;
  background-size: cover;
}
#preloading{
  display: none;
}

body#checkout #header .header-nav{
  padding-bottom: 0;
}

body#checkout #header{
  margin-bottom: 80px;
}

.menu-cat-list-area span.text{
  text-shadow: none;
}
.menu-cat-list-area .menu-cat-list-item{
  background: #fff;
}
.menu-cat-list-area .menu-cat-list-item > ul{
  margin: 0;
  box-shadow: 0 5px 32px 10px #0000000f;
}
.menu-cat-list-area .menu-cat-list-item ul li{
  position: relative;
}

.menu-cat-list-area .menu-cat-list-item ul li a{
  color: rgba(0,0,0,.7);
  border-bottom: 1px solid rgba(0,0,0,.1);
  display: block;
  font-size: 14px;
  position: relative;

}

.menu-cat-list-area .menu-cat-list-item ul li a svg{
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
}
.menu-cat-list-area .menu-cat-list-item ul li a:hover{
  color: #222;
}

.menu-cat-list-area .menu-cat-list-item ul li ul.sub-menu{
  position: absolute;
  left: 100%;
  top: 15px;
  background: #fff;
  max-width: 275px;
  min-width: 275px;
  box-shadow: 0 5px 32px 10px #0000000f;
  opacity: 0;
  visibility: hidden;
  transition: all linear 0.4s;
  
}

.menu-cat-list-area .menu-cat-list-item ul li:hover > ul.sub-menu{
  top: 0;
  opacity: 1;
  visibility: visible;
}

.product-comment-list-item .comment-content p{
  color: #363a42a8 !important;
}

#addresses .page-footer {
  padding-left: 15px;
}

.wishlist-products-count{
  font-size: 2.5rem !important;
}

.nav > li > a:focus, .nav > li > a:hover{
  background: #fff1ef;
}

.carousel-smart-blog .slick-arrow{
  position: absolute;
  border-radius: 3px;
  top: -60px;
  cursor: pointer;
  z-index: 9;
  height: 25px;
  width: 25px;
  text-align: center;
  line-height: 28px;
  border: 1px solid #d1d1d1;
  transition: all linear 0.3s;
}
.carousel-smart-blog .slick-arrow svg{
  height: 15px;
  width: 15px;
  transition: all linear 0.3s;
}
.carousel-smart-blog .slick-arrow.prev{
  right: 48px;
  transform: scaleX(-1);
}
.carousel-smart-blog .slick-arrow.next{
  right: 15px;
}

.carousel-smart-blog .slick-arrow:hover svg{
  fill: #fff;
}
.carousel-smart-blog .slick-arrow:hover{
  border-color: #f73312;
  background: #f73312;
}

.brator-info-right .wishlist-icon{
  margin-left: 30px;
}

.elementor-shape-rounded .elementor-icon.elementor-social-icon:hover i{
  color: #f73312 !important;
}

brator-more-text-main-title{
  text-align: left;
}

#header .design-three.header-sticky.sticky{
  box-shadow: 0 10px 30px 0 #00000014;
}

#my-account #main .page-content{
  margin-left: 0 !important;
}

#cart .js-content-wrapper #main .cart-grid .cart-grid-body{
  padding-right: 15px;
}
.smart-blog-posts-header-area .smart-blog-posts-info{
  flex-wrap: wrap;
}

.brator-categories-list-area.design-two .brator-categories-single:hover{
  background: #fff !important;
}

.link-comment:hover, .link-comment:active{
  text-decoration: none;
  color: var(--color-high-dark) !important;
}
.brator-review-box{
  padding-right: 15px;
}


@media (min-width: 768px) {
  .header-sticky.sticky{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 999;
    animation: sticky 1.5s linear alternate;
  }
  
  
  @keyframes sticky {
    0% {top: -100px;}
    100% {top: 0;}
  }
}

@media only screen and (min-width: 30px) and (max-width: 1600px){
  #product #wrapper .product-details-description .tabs{
    width: 100%;
  }
  #product #wrapper #main .product-container .product-info-bar .product-comments-additional-info{
    margin-left: -8px;
    margin-top: 14px;
  }
  #product #wrapper #main .product-container .product-add-to-cart .product-quantity .add{
    flex-basis: 70%;
  }
  #product #wrapper #main .product-container .product-brand-info{
    position:static;
  }
  .product-accessories .products.product-slide-miniature .slick-arrow.prev{
    left: -15px;
  }
  .product-accessories .products.product-slide-miniature .slick-arrow.next{
    right: -15px;
  }
  #product #wrapper #main .product-container .scroll-box-arrows i.right{
    bottom: -35px;
  }
  #view .wishlist-product{
    max-width: 220px;
  }
  .wishlist-product-image img {
    width: 80%;
  }
  .login-form-row .login-form .form-group  input{
    width: 350px;
  }
  .smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-info span{
    margin-bottom: 10px;
  }
  #module-smartblog-details #content-wrapper{
    padding-right: 15px;
    padding-left: 15px;
  }
  
  #header .menu > ul > li a{
    padding-right: 20px;
  }
  .brator-banner-area.design-four .brator-banner-content h2{
    font-size: 50px;
  }
  .brator-banner-area.design-four{
    padding: 70px 165px 94px 165px;
  }
  .brator-categories-single{
    width: 185px;
  }
  .product-miniature .thumbnail-container .product-thumbnail img{
    min-height: inherit;
  }
  #products .product-title a{
    font-size: 14px;
  }

  .product-line-grid-left .product-image.media-middle{
    display: inline-block;  
    margin-right: 20px;
  }
  .js-content-wrapper #main .cart-grid .card.cart-summary svg{
    height: 11px;
  }
  .contact-rich{
    padding-right: 30px;
  }
  #contact .contact-form{
    padding-left: 0;
  }
}

@media only screen and (min-width: 30px) and (max-width: 1400px){
  .smart-blog-area.smart-blog-mashonary .left-column{
    padding-right: 30px;
  }
  .smart-blog-area.smart-blog-mashonary .right-column{
    padding-left: 0;
  }
  .smart-blog-area .row .col-md-12.left-column{
    padding-right: 15px;
  }

}


@media only screen and (min-width: 30px) and (max-width: 1200px){
  #product #wrapper #main .product-container{
    padding: 30px 20px;
  }
  .brator-search-area .search-form button{
    display: none;
  }
  .js-content-wrapper #main .cart-grid .cart-grid-body .card-block h1{
    font-size: 50px;
  }
  .js-content-wrapper #main .cart-grid .product-line-header .product-line-topbar .product-line-heading span{
    padding-left: 85px;
  }
  .js-content-wrapper #main .cart-grid .card.cart-summary{
    padding: 0;
  }
  .js-content-wrapper #main .cart-grid .card.cart-summary .cart-summary-heading h2{
    font-size: 18px;
  }
  .js-content-wrapper #main .cart-grid .card.cart-summary svg{
    height: 9px;
  }

  .login-form-row .login-form .form-group  input{
    width: 275px;
  }
  .login-form-row .login-form .form-group .input-group .input-group-btn{
    position:absolute;
    right: 0px;
    z-index: 99;
  }
  .smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-short-description{
    margin-bottom: 50px;
  }
  .smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-info span{
    margin-left: 0;
    margin-right: 10px;
  }
  .header-nav.dark-bg .block-categories{
    margin-right: 0;
  }
  #header .menu > ul > li a{
    padding-right: 9px;
    font-size: 13px;
  }
  #header .header-nav.dark-bg .brator-header-menu-info-wrapper{
    display: none;
  }
  .brator-banner-area.design-four .brator-banner-content h2{
    font-size: 40px;
  }
  .brator-banner-area.design-four{
    padding: 60px 15px 60px 50px;
  }
  .smart-blog-area.smart-blog-mashonary .right-column .single-list-blog{
    flex-direction: column;
  }
  .smart-blog-area.smart-blog-mashonary .right-column .single-list-blog .blog-images{
    max-width: inherit;
    width: 100%;
    margin-bottom: 20px;
    height: auto;
  }
  .contact-rich h2{
    font-size: 28px;
  }
  .contact-rich .block .icon{
    width: auto;
  }
}

@media only screen and (min-width: 30px) and (max-width: 1024px){
  .login-form-row .login-form .form-group .input-group .input-group-btn{
    right: 57px;
  }
  .nav.nav-tabs.nav-tabs--carusel{
    justify-content: flex-start;
  }
  .carousel-Product-slide .slick-arrow.prev{
    left: -6px;
  }
  .carousel-Product-slide .slick-arrow.next{
    right: -6px;
  }
  .nav.nav-tabs.nav-tabs--carusel{
    padding-left: 15px;
  }
  
}

@media only screen and (min-width: 300px) and (max-width: 991.85px){

  #product #wrapper .product-details-description .tabs ul.nav-tabs li a{
    margin-right: 20px;
  }
  #header .menu > ul > li a{
    font-size: 13px;
    padding: 15px 16px 15px 0px;
  }
  .js-content-wrapper #main .cart-grid .card.cart-summary{
    margin-top: 30px;
  }
  .js-content-wrapper #main .cart-grid .cart-grid-body{
    padding-right: 0;
  }
  .contact-rich{
    padding-right: 30px;
  }
  .contact-rich h2{
    font-size: 30px;
  }
  #contact .contact-form{
    padding: 0;
  }
  #view .wishlist-product{
    max-width: 280px;
  }
  .login-form-row .login-form .form-group input{
    width: 185px;
  }
  .login-form-box .no-account a{
    font-size: 14px;
  }
  .smart-blog-post-single-item{
    flex-direction: column;
  }
  #module-smartblog-list #main .page-content{
    margin-left: 0;
  }
  .smart-blog-post-single-item .articleContent{
    flex-basis: inherit;
  }
  .smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-short-description{
    margin-bottom: 10px;
  }
  .smart-blog-post-single-item .articleContent{
    height: auto;
  }
  .smart-blog-post-single-item{
    gap: 10px;
  }
  .header-banner.brator-header-top-bar-area.design-one{
    display: none;
  }


  .smart-blog-area .blog-thumb{
    margin-bottom: 30px;
  }
  .smart-blog-area .row {
    margin-right: -15px;
    margin-left: -15px;
  }
  .smart-blog-area .row .col-md-6{
    padding-left: 15px;
    padding-right: 15px;
    border-right: 0;
  }
  #header .header-nav.dark-bg .right-nav{
    justify-content: flex-end;
  }
  #header .menu > ul > li a{
    padding-right: 0px;
    padding-left: 9px;
  }
  .brator-banner-area.design-four .brator-banner-content h2{
    font-size: 30px;
  }
  .brator-banner-area.design-four .brator-banner-content p{
    margin-top: 5px;
  }
  .brator-banner-area.design-four{
    padding: 35px 15px 49px 50px;
  }
  .brator-service-area .row{
    display: flex;
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .brator-banner-area.design-four{
    padding-right: 315px;
  }
  .brator-categories-single{
    width: 205px;
  }
  .smart-blog-area .row .col-md-12.left-column,
  .smart-blog-area .row .col-md-6{
    padding-left: 15px;
  }
  .smart-blog-area.smart-blog-mashonary .right-column{
    padding-right: 0;
  }
  #header .wishlist-icon{
    display: none;
  }
  .brator-review-content{
    text-align: left;
  }
  .brator-review-content ul{
    justify-content: flex-start;
  }
  #module-smartblog-details #main .page-content{
    margin-left: 0;
  }
  #contact #left-column.col-md-3{
    width: 100%;
  }
  #contact #left-column.col-md-3 .contact-rich{
    padding-right: 0;
    border-right: 0;
    padding-bottom: 20px;
  }
  #contact #main .page-content{
    margin-left: 0;
  }
  #contact .contact-form .form-group h3{
    margin-bottom: 10px;
  }

  #module-smartblog-categorypage #main .page-content{
    margin-left: 0;
  }
  .brator-review-box{
    padding-right: 0px;
  }
}

@media only screen and (min-width: 300px) and (max-width: 767.85px){
  #header .header-nav.design-three .menu > ul > li a{
    padding: 6px 20px 6px 0px;
  }
  .js-content-wrapper #main .cart-items .product-line-grid{
    display: block;
  }
  .js-content-wrapper #main .cart-grid .product-line-header{
    display: none;
  }
  .js-content-wrapper #main .cart-grid .cart-grid-body .card-block h1{
    font-size: 36px;
  }
  .js-content-wrapper #main .cart-grid .cart-grid-body .card-block span{
    margin-top: 25px;
  }
  .contactinfo-topbar .contactinfo-map iframe{
    height: 250px;
  }
  .contact-rich{
    border-right: 0;
    padding-right: 0;
    padding-bottom: 30px;
  }
  .contactinfo-topbar{
    padding-bottom: 20px;
  }
  #contact #main .page-content{
    margin-left: 0;
  }
  #contact .contact-form .form-group h3{
    margin-bottom: 10px;
  }
  #contact .contact-form .form-group h3{
    font-size: 30px;
  }
  #view #main .wishlist-products-container .card.page-content{
    margin-left: 0;
  }
  .products-sort-order .select-title{
    margin-top: 15px;
    width: 280px;
  }
  #view .wishlist-product{
    max-width: 100%;
  }
  #view  .wishlist-product-link{
    display: block ;
  }
  .login-form-row .login-form-box{
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
  .login-form-row .login-form .form-group input{
    width: 420px;
  }
  .smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-title{
    font-size: 20px;
  }
  .brator-header-area.dark-bg .blockcart.cart-preview{
    margin-left: 20px;
  }
  .tt-pagetitle__img img{
    max-width: 0;
  }
  .brator-banner-area.design-four::before{
    background:transparent;
  }
  .brator-our-story-area .brator-our-story-type-single{
    flex-direction: column;
    align-items: flex-start;
  }
  .brator-categories-single{
    width: 240px;
  }
  .brator-info-right .wishlist-icon{
    display: none;
  }
  .smart-blog-single-post-title{
    font-size: 30px;
    margin-bottom: 15px;
  }

}

@media only screen and (min-width: 300px) and (max-width: 575.85px){
  .brator-banner-area.design-four{
    text-align: left;
    padding: 35px 15px 49px 20px;
  }
  .brator-section-header h2{
    padding-right: 0;
    margin-right: 0;
    text-align: left;
  }
  .splide__arrows.style-two .splide__arrow--prev{
    left: -30px;
  }
  .splide__arrows.style-two .splide__arrow--next{
    right: -30px;
  }
  .nav.nav-tabs.nav-tabs--carusel li{
    margin-bottom: 15px !important;
  }
  .brator-service-area .row{
    display: block;
  }
  .brator-categories-single{
    width: 100%;
  }
  #subcategories li{
    width: 100%;
    display: block;
  }
  .brator-review-area .brator-review-slider{
    padding-left: 0;
    padding-right: 0;
  }
  .brator-makes-list-area.design-two .brator-makes-list-tab-header ul li a{
    font-size: 16px;
    margin-right: 10px;
  }
  .brator-brand-img{
    text-align: center;
  }
  .brator-brand-item-area .col-12{
    width: 100%;
  }
  .brator-brand-item-area.design-two .brator-brand-img a{
    justify-content: left;
  }
  .braton-sponser-area .sponser-row{
    margin-right: -10px;
  }
  .smart-blog-single-post-title{
    font-size: 26px;
    line-height: 36px;
  }

}
@media only screen and (min-width: 300px) and (max-width: 767.85px){
  .login-form-row .login-form .form-group input{
    width: 100%;
  }
  .login-form-box .no-account a{
    font-size: 13px;
    padding: 14px 6px;
  }
  #post-product-comment-modal .criterion-rating{
    justify-content: flex-start !important;
  }
  .carousel-Product-slide .slick-arrow{
    opacity: 0;
    visibility: hidden;
  }
  .splide__arrows.style-two .splide__arrow{
    opacity: 0;
    visibility: hidden;
  }
  
}

/***********************************************************

                  AJOUT KARDHAM DIGITAL 
    
************************************************************/
body{
  background-color: #F3F3F3;
  font-family: "Ubuntu", sans-serif;
}
p{
  font-size: 15px;
}
button{
  text-transform: uppercase !important;
}
button.btn-unstyle{
  text-transform: initial !important;
}
.page-content.page-cms{
  text-align: left;
}
#wrapper{
  background-color: #F3F3F3;
}
.page-container-less{
  /* max-width: 75%; */
  margin: auto;
  margin-bottom: 50px;
}

/*****************************************

            Header et menu

******************************************/
#header .brator-header-area.header-three #_mobile_cart .cart-products-total{
  display: none;
}
#header .menu-cat-list-area span.text{
  font-family: "Ubuntu", sans-serif;
}
#header, #header .header-top, #header .header-nav{
  background-color: #F3F3F3 !important;
}
#header .header-top, #header .header-nav{
  /* max-width: 75%; */
  margin: auto;
}
#header .header-nav .right-nav{
  background-color: #FFFFFF;
  padding: 0 20px;
  height: 45px;
}
#header .header-nav .col-md-3, #header .header-nav .col-md-2{
  padding: 0;
}
#header .menu > ul > li a{
  color: #333333;
  text-transform: uppercase;
  font-size: 15px;
}
.menu-cat-list-area .menu-cat-list-item ul li a{
  font-size: 15px;
}
#header .header-nav .menu-support-area{
  background-color: #333333;
  color: #FFFFFF;
  border-radius: 0 5px 0px 0px;
  height: 45px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
  padding: 0 20px;
  padding-top: 15px;
  padding-bottom: 12px;
  font-size: 15px;
}
#header .header-nav .menu-support-area:hover, #header .menu > ul > li:hover a:hover{
  color: #F2A83D;
}
#header .brator-header-area .blockcart.cart-preview .header{
  display: flex;
  align-items: center;
  gap: 15px;
  color: #000000;
}
#header .brator-header-area .user-info a{
  display: flex;
  align-items: center;
}
#header .brator-header-area .user-info a:hover span{
  color: #F2A83D;
}
.brator-header-area.dark-bg .brator-info-right #_desktop_cart{
  margin-left: 15px;
  text-transform: uppercase;
}
.brator-header-area.dark-bg .brator-info-right #_desktop_user_info{
  text-transform: uppercase;
}
.brator-header-area.dark-bg #menu-icon svg{
  fill: #000000;
}
.breadcrumb.smart-blog-breadcrumb{
  background-color: transparent !important;
}
.brator-header-area.header-three.header-one.dark-bg .brator-info-right svg{
  fill: #333333;
}
.brator-header-area.dark-bg .brator-info-right .user-info a span, .brator-service-area .brator-single-service-item h4,.brator-categories-single .brator-categories-single-title p a,.brator-hot-single-box .brator-hot-box-content .brator-hot-box-button.hot-shop-btn-design-two a,.product-miniature .product-title a, .smart-blog-area.smart-blog-mashonary .blog-thumb-listing .blog-thumb .text .sds_post_title a,.elementor-element.elementor-element .elementor-widget-wrap h2, .elementor-element.elementor-element .elementor-widget-wrap h3,#products .product-title a, #products .products-selection .total-products .sort-by-row .sort-by{
  color: #333333;
}
.menu-cat-list-area{
  width: 100%;
  border-radius: 5px 0 0 0;
}
.menu-cat-list-area .text{
  width: 100%;
  text-align: center;
}
.header-top #search_widget form input, #search_widget.brator-search-area form input{
  background-color: #FFFFFF;
  border: 1px solid #5E5E5E;
  border-radius: 0;
}
.header-top #search_widget form input::placeholder{
  color: #000000;
}
#search_widget.brator-search-area form button{
  background-color: #5E5E5E;
}
#search_widget.brator-search-area form button svg{
  fill: #FFFFFF;
}
.brator-header-top-bar-area.design-one .brator-header-top-bar-info-left p span{
  color: #FFFFFF;
  font-weight: bold;
  text-transform: uppercase;
}
.brator-header-top-bar-area.design-one .brator-header-top-bar-info-left p a{
  color: #F2A83D;
  font-weight: bold;
  text-transform: uppercase;
  background-color: #FFFFFF;
  padding: 0 20px;
  text-decoration: none;
}
.brator-header-area.header-three.header-one.dark-bg .brator-search-area .search-form button{
  background-color: #5E5E5E;
}

/********************************************

      Paramètre du thème non utilisés

********************************************/
.brator-header-area.header-three.header-one.dark-bg .brator-info-right .header-support-info{
  display: none;
}
#header .header-nav.dark-bg .brator-header-menu-info-wrapper{
  display: none;
}

/********************************************

              Page Home

********************************************/
.bandeauHome .brator-single-service-item {
  text-align: center;
}
.bandeauHome{
  max-width: 65%;
  margin: auto;
}
.bandeauHome .iocn img{
  min-height: 50px;
}
.bandeauHome h4.title{
  font-size: 14px;
  margin-top: 15px;
}
.gridCategoryHome .brator-categories-single:hover .brator-categories-single-title p a{
  text-decoration: none;
}
.gridCategoryHome .design-one .brator-categories-grid{
  gap: 15px;
  justify-content: center;
}
.gridCategoryHome .brator-categories-single .brator-categories-single-title p{
  min-height: 40px;
}
#_desktop_top_menu{
  margin: auto;
}
.page-header h1{
  text-align: center;
  padding-top: 72px;
  padding-bottom: 29px;
}
.blocCategorieHome .brator-categories-single{
  background-color: #FFFFFF;
  border: none;
}
.blocCategorieHome .brator-categories-single-title{
  padding: 0 15px;
  text-align: center;
}
.blockPromo .brator-hot-single-box{
  box-shadow: 10px 10px #F2A83D33;
  margin-bottom: 15px;
  transition: all 0.3s;
}
.blockPromo .brator-hot-single-box .brator-hot-box-content .brator-hot-box-text{
  display: flex;
  flex-direction: column;
}
.blockPromo .splide__slide{
  margin-bottom: 30px;
}
.blockPromo .brator-hot-single-box .brator-hot-box-content .brator-hot-box-text h2{
  order: 1;
  color: #FFFFFF;
  font-size: 23px;
  line-height: 28px;
}
.blockPromo .brator-hot-single-box .brator-hot-box-content .brator-hot-box-text h5{
  order: 2;
  color: #FFFFFF;
  font-size: 16px;
  line-height: 19px;
  font-weight: normal;
  padding: 30px 30px 30px 0;
}
.blockPromo .brator-hot-single-box .brator-hot-box-content .brator-hot-box-button a{
  padding: 15px 30px;
  background-color: #FFFFFF;
  border-radius: 0;
}
.blockPromo .brator-whats-hot-slider .brator-hot-single-box:after{
  background: none;
}
.blockPromo .brator-offer-slider-area.brator-whats-hot-area.design-two .brator-hot-single-box:hover{
  background-color: #333333;
}
.blockPromo .brator-offer-slider .splide__slide{
  margin-right: 25px !important;
}
.blockPromo .brator-hot-single-box:hover .brator-hot-box-content .brator-hot-box-button.hot-shop-btn-design-two a{
  background-color: #F2A83D;
  text-decoration: none;
}
.blockPromo .brator-hot-single-box .brator-hot-box-content .brator-hot-box-button.hot-shop-btn-design-two{
  z-index: 15;
}
.blockPromo .brator-hot-single-box:hover::before{
  content: "";
  background: #333333ea  0% 0% no-repeat padding-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 4px;
}
.blockPromo .brator-hot-single-box:hover{
  transform: translate(10px, 10px);
  box-shadow: none;
}
.meilleuresVentes .elementor-heading-title::before, .blocActualite .elementor-heading-title::before{
  content:"";
  background-image:url('/img/cms/maison.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: -40px;
}
.meilleuresVentes .nav.nav-tabs{
  display: none;
}
.meilleuresVentes .slick-arrow svg, #product .product-details-description .slick-arrow svg{
  display: none;
}
.meilleuresVentes .slick-arrow.prev:before, .meilleuresVentes .slick-arrow.next:before, #product .product-details-description .slick-arrow.prev:before, #product .product-details-description .slick-arrow.next:before{
  content: "";
  background-image:url('/img/cms/fleche droite.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 50px;
  height: 50px;
  /* position: absolute;
  top: -40px;
  left: -40px; */
}
.meilleuresVentes .carousel-Product-slide .slick-arrow, #product .product-details-description .slick-arrow{
  top: 43%;
  transform: none
}
.meilleuresVentes .carousel-Product-slide .slick-arrow.prev, #product .product-details-description .slick-arrow.prev{
  transform: scale(-1);
}
.meilleuresVentes .elementor-button-link.elementor-button{
  transition: all 0.2s linear;
}
.blocActualite .text{
  text-shadow: none;
}
.smart-blog-area.smart-blog-mashonary .blog-thumb{
  background: #FFFFFF;
  border-radius: 5px;
  height: 100%;
}
.smart-blog-area.smart-blog-mashonary .right-column .blog-thumb{
  width: 75%;
}
.smart-blog-area.smart-blog-mashonary .blog-thumb p.data{
  order: 2;
}
.smart-blog-area.smart-blog-mashonary .blog-thumb .text{
  margin-top: 0;
}
.smart-blog-area.smart-blog-mashonary .blog-thumb p.data, .smart-blog-area.smart-blog-mashonary .blog-thumb .text, .smart-blog-area.smart-blog-mashonary .blog-thumb .sbaddon-postgrid-description{
  padding: 0 50px;
}
.blocActualite .data svg, .blocActualite .data a{
  display: none;
}
.blocActualite .smart-blog-area.smart-blog-mashonary .right-column{
  padding-left: 0;
  border: none;
}
.blocActualite .blog-thumb-listing{
  display: flex;
}

.blocActualite .smart-blog-area.smart-blog-mashonary .blog-thumb-listing > .col-lg-6:not(.left-column){
  width: 66.66667%;
  padding-left: 50px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.blocActualite .smart-blog-area.smart-blog-mashonary .left-column{
  padding-right: 0;
  width: 33.33333%;
  border: none;
}
.blocActualite .smart-blog-area .blog-thumb .text h4{
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
}
.blocActualite .smart-blog-area.smart-blog-mashonary .blog-thumb p.data{
  color: #F2A83D;
}
.blocActualite .smart-blog-area.smart-blog-mashonary .right-column .single-list-blog{
  border: none;
  column-gap: 0;
  margin-bottom: 10px;
  padding-bottom: 0;
  background-color: #FFFFFF;
  max-height: 173px;
  border-radius: 5px;
}
.blocActualite .smart-blog-area.smart-blog-mashonary .right-column:last-child .single-list-blog{
  margin-bottom: 0;
}
.blocActualite .smart-blog-area.smart-blog-mashonary .left-column .blog-thumb .sbaddon-postgrid-description{
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.blocActualite .smart-blog-area.smart-blog-mashonary .right-column .sds_post_title{
  line-height: 26px;
}
.blocActualite .smart-blog-area.smart-blog-mashonary .right-column .sbaddon-postgrid-description p, .smart-blog-area.smart-blog-mashonary .blog-thumb .sbaddon-postgrid-description p{
  line-height: 18px;
}
.blocActualite .smart-blog-area.smart-blog-mashonary{
  border: none;
}
.blocActualite .smart-blog-area .left-column .image-box img{
  border-radius: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.blocActualite .smart-blog-area .right-column .image-box img{
  border-radius: 0;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}
.blocActualite .blog-thumb-listing .blog-images .image-box,.blocActualite .blog-thumb-listing .blog-images a:not(.img), .blocActualite .blog-thumb-listing .blog-images a img{
  height: 100%;
}
.blocActualite .blog-thumb-listing .blog-images a img{
  object-fit: cover;
  /* max-height: 150px; */
}
#wrapper #main h1{
  text-align: center;
  padding-top: 72px;
  padding-bottom: 29px;
}
#product #wrapper #main h1{
  text-align: left;
  padding: 0;
}

/***********************************

          Page categorie

***********************************/

#category .brator-banner-area.block-category{
  padding: 50px;
  background: transparent linear-gradient(270deg, #F2A83DB3 0%, #F2A83D 100%) 0% 0% no-repeat padding-box;
  box-shadow: 10px 10px #F2A83D33;
}
#category .brator-banner-area.block-category .background-category, #category .brator-banner-area.block-category picture.category-cover, #category .brator-banner-area.block-category picture.category-cover img{
  border-radius: 5px;
}
#category .brator-banner-area.block-category .brator-banner-content h2{
  font-size: 40px;
  text-transform: uppercase;
}
#category .brator-banner-area.block-category .brator-banner-content h2,#category .brator-banner-area.block-category .brator-banner-content p, #category .brator-banner-area.block-category .brator-banner-content a{
  color: #FFFFFF;
}
#category .brator-banner-area.block-category .brator-banner-content p{
  line-height: 20px;
}
#category .brator-banner-area.block-category .brator-banner-content a{
  text-decoration: underline;
}
#category .brator-banner-area.block-category .category-cover, #category .brator-banner-area.block-category .category-cover img{
  height: 100%;
  width: 100%;
}
#category .brator-banner-area.block-category .category-cover img{
  object-fit: none;
}
#category .block-categories, #category #subcategories, #category .subcategory-heading{
  display: none;
}
#wrapper > .container .page-background-white{
  background-color: #FFFFFF;
  margin-bottom: 50px;
}
#category #wrapper > .container .page-background-white, #product #wrapper > .container .page-background-white, #module-smartblog-list #wrapper > .container .page-background-white{
  background-color: unset;
}
#index #wrapper > .container .page-background-white{
  background-color: unset;
  margin-bottom: 0;
}
#category .brator-banner-area.block-category .background-category{
  background: transparent linear-gradient(270deg, #F2A83DB3 0%, #F2A83D 100%) 0% 0% no-repeat padding-box;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 3;
  left: 0;
}
#category .facet ul li p{
  word-wrap: initial;
}
.active_filters .filter-block .close{
  color: #FFFFFF;
  text-shadow: none;
}
#category #js-product-list:has(> .page-not-found){
  background-color: #FFFFFF;
}
#category #js-product-list .page-not-found{
  padding: 30px 0;
}
#search_filters_wrapper #search_filters{
  background-color: #FFFFFF;
}
@media (max-width: 767px){
  #category #products .products-selection > .col-xs-12.col-sm-6.col-lg-4:not(.total-product){
    display: none;
  }
  #products .products-selection .total-products .sort-by-row{
    margin-right: 0;
  }

}
/***********************************

          Page produit
          
***********************************/
.product-miniature a.quick-view{
  background-color: #333333;
  border: none;
  padding: 10px;
}
.product-miniature .manufacturer{
  display: none;
}
#products .product-miniature .product-title a, .product-miniature .product-title a{
  text-align: center;
  line-break: normal;
  font-family: "Ubuntu", sans-serif;
  font-weight: bold;
  text-transform: lowercase;
  display: inline-block;
}
#products .product-miniature .product-title a:first-letter, .product-miniature .product-title a:first-letter{
  text-transform: uppercase;
}
.product-miniature .product-price-and-shipping .price{
  background-color: #F2A83D24;
  color: #F2A83D;
  padding: 10px;
  font-size: 16px;
  margin: 30px 0;
}
.product-miniature .product-details .add .btn-primary{
  padding: 14px 35px;
}
.product-miniature .quick-view i{
  display: none;
}
.products .product-miniature .product-flags li.product-flag:not(.discount), #manufacturer #content-wrapper #main .thumbnail-container ul.product-flags li.product-flag:not(.discount){
  display: none;
}
#products .products.list .product-miniature a.quick-view{
  transform: translate(-10%, -50%);
}
.product-miniature .product-description, #products .products.list .product-miniature .product-description .product-content{
  text-align: center;
  max-width: unset;
}
#add-to-cart-or-refresh{
  text-align: center;
}
#products .products-selection .total-products .sort-by-row .products-sort-order .select-title{
  border: 1px solid #5E5E5E;
  background: #FFFFFF;
  border-radius: 0;
}
#products .thumbnail-container{
  border: 0;
}
#products .active_filters{
  background: #FFFFFF;
}
#products .active-filter-title{
  font-weight: bold;
  color: #000000;
}
#products .filter-block{
  background: #F2A83D;
  color: #FFFFFF;

}
#product #wrapper .product-details-description{
  background: unset;
}
#product #main .product-details-description .product-accessories{
  margin-top: 50px;
}
#product #wrapper #main .product-container .product-brand-info .product-manufacturer img{
  height: 75px;
}
#product .comment_tag{
  display: none;
}
.total-products .layout-switcher button{
  background: #FFFFFF;

}
#content.page-not-found{
  margin: auto;
  margin-bottom: 10rem;
}
.products-sort-order .select-list:hover{
  background: #F2A83D;
}
#product #wrapper #main .product-container .images-container{
  flex-direction: column;
}
#product #wrapper #main .product-container .images-container .product-cover{
  order: 1;
}
#product #wrapper #main .product-container .images-container .js-qv-mask{
  order: 2;
}
#product #wrapper #main .product-container .product-brand-info{
  position: relative;
  left: 0;
}
#product #wrapper #main .product-container .vandor-name-item span{
  color: #F2A83D;
}
#product #wrapper #main .product-container h1{
  font-size: 28px;
  display: inline-block;
  text-transform: lowercase;
}
#product #wrapper #main .product-container h1::first-letter{
  text-transform: uppercase;
}
#product #wrapper #main .product-container .product-flags{
  display: none;
}
.product-prices{
  background-color: #F2A83D24;
  color: #F2A83D;
  padding: 10px;
  font-size: 16px;
  width: fit-content;
  margin: 30px 0;
  margin-top: 30px !important;
}
.product-prices .product-price .current-price .current-price-value, .product-prices .tax-shipping-delivery-label{
  color: #F2A83D;
  font-size: 26px;
  font-weight: bold;
}
#product #wrapper #main .product-container .meta-product-item #product-availability .availability span.color-red, #product #wrapper #main .product-container .meta-product-item #product-availability .availability span.color-base{
  padding-left: 35px;
}
#product #wrapper #main .product-container .meta-product-item #product-availability .availability span.color-base{
  color: #00BF33;
}
#product #wrapper #main .product-container .meta-product-item #product-availability .availability span.color-red{
  color: #f73312;
}
.product-accessories .products .slick-list{
  width: 100%;
}
#product .tabs .nav-tabs{
  justify-content: center;
}
#product .tabs .nav-tabs .comment_tab{
  display: none;
}
#product #wrapper .product-details-description .product-accessories .titre-maison{
  margin-bottom: 20px;
}
#product #wrapper .product-details-description .product-accessories .titre-maison::before{
  content:"";
  background-image:url('/img/cms/maison-grise.svg');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  top: -40px;
  left: -40px;
}
#product #wrapper .product-details-description .product-accessories .container-xxxl.container-xxl{
  padding: 15px 80px;
}

#product .tab-content .tab-pane{
  padding: 0 15%;
}

#product .tab-content .tab-pane .product-attachments{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 15px;
}

#product .tab-content .tab-pane .product-attachments .h5{
  flex-basis: 100%;
  text-align: center;
}

#product .tab-content .tab-pane .product-attachments .attachment{
  flex-basis: 45%;
  background-color: #F3F3F3;
  padding: 15px;
}

#product .tab-content .tab-pane .product-attachments .attachment h4{
  font-size: 16px;
}



/***********************************

          Footer
          
***********************************/
#footer, body#checkout #footer{
  background-color: #201F1F;
}

#footer .block_newsletter{
  background-color: #201F1F;
  max-width: 75%;
  padding-top: 100px;
  padding-bottom: 90px;
}
#footer #blockEmailSubscription_displayFooterBefore .psgdpr_consent_message{
  margin-top: 20px;
}
#footer .block_newsletter #block-newsletter-label{
  color: #FFFFFF;
}
#footer .block_newsletter #block-newsletter-label .textNewsletterJaune{
  color: #F2A83D;
  font-size: 18px;
  line-height: 26px;
  margin-top: 15px;
  display: inline-block;
}
#footer .block_newsletter .input-wrapper input{
  background-color: transparent;
  border: 2px solid #F2A83D;
  color: #FFFFFF;
}
#footer .block_newsletter .input-wrapper input::placeholder{
  color: #FFFFFF;
  opacity: 1;
}
#footer .block_newsletter .psgdpr_consent_message span, #footer .block_newsletter .psgdpr_consent_message a{
  color: white;
  font-size: 12px;
}
#footer .block_newsletter .psgdpr_consent_message a{
  text-decoration: underline;
}
#footer .block_newsletter input.btn-primary{
  margin-left: 0;
  border: 0;
  border-radius: 0;
}
#footer .block_newsletter #block-newsletter-label .nomITE{
  font-weight: bold;
  text-transform: uppercase;
}
#footer .block_newsletter #block-newsletter-label .nomStore{
  color: #F2A83D;
  font-weight: bold;
  text-transform: uppercase;
}
#footer .block_newsletter .btn-primary{
  text-transform: uppercase;
  font-size: 14px;
}
#footer .tabFooter a, #footer .tabFooter p, #footer .tabFooter strong{
  color: #FFFFFF;
}
#footer .tabFooter a:hover{
  color: #F2A83D;
}
#footer .tabFooterFollow .elementor-row{
  align-items: center;
}
#footer .footer-container .footerLegal p a{
  color: #F3F3F3;
}
#footer .footer-container .footerLegal .kd_copyright span{
  color: #F3F3F3;
  vertical-align: middle;
}
#footer .footer-container .footerLegal .kd_copyright img{
  vertical-align: middle;
}
#footer .footer-container .footerLegal p a:hover{
  color: #F2A83D;
}
.fa-facebook-f:before{
  content: "\f39e" !important;
}
.iconFooter i:hover{
  color: #333333;
}
#contact .contact-form{
  padding: 30px;
}
#contact .contact-form .form-group .form-control-label{
  display: block;
  color: #333333;
}
#contact .contact-form .form-footer input[type="submit"]{
  text-transform: uppercase;
}
#contact .contact-form form .form-control-label{
  font-family: 'Ubuntu', sans-serif;
}
#contact .contact-rich h2, #contact .contact-form .form-group h3{
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 30px;
  text-transform: none;
  color: #333333;
}
#contact .contact-rich{
  border-right: none;
  padding: 30px;
}
#contact .contact-rich .block{
  margin-bottom: 35px;
  display: flex;
  align-items: center;
}
#contact .contact-rich p{
  color: #333333;
}
#contact .contact-rich hr{
  border-color: #F2A83D;
  margin: 50px 0;
}
#contact .contact-rich .block .icon i{
  color: #F2A83D;
}
#contact .contactinfo-heading{
  text-align: center;
}
#contact .form-group label{
  font-weight: normal;
  margin-bottom: 10px;
}
#contact .form-group input, #contact .form-group textarea, #contact .form-group select{
  border: 1px #5E5E5E solid;
  border-radius: 0;
}
#contact .form-footer{
  font-size: 12px;
  color: #999999;
}
#contact .form-footer p{
  margin-top: 15px;
  line-height: 18px;
  color: #999999;
}
#contact .form-footer a{
  color: #999999;
  text-decoration: underline;
}
#contact .contact-form .form-fields .gdpr_consent{
  padding-left: 15px;
  padding-right: 15px;
}
#contact .contact-form .form-fields .gdpr_consent .psgdpr_consent_message span{
  color: #999999;
}
#contact .contact-form .form-fields .gdpr_consent .psgdpr_consent_message span a{
  color: #999999;
  text-decoration: underline;
}
#contact #left-column{
  width: 33.33333%;
}
#contact #content-wrapper{
  width: 66.66667%;
}
#my-account .page-footer .text-sm-center{
  max-width: 130px;
  text-align: center;
}
.smart-title-shape-full-width:after{
  background: #F2A83D;
}
.smart-blog-not-home-related-post .icon-calendar{
  color: #F2A83D;
}

.login-form-box .btn, .shopping-cart-btn, .cart-detailed-actions .btn-primary{
  text-transform: uppercase;
}
.js-content-wrapper #main .cart-grid .product-line-header .product-line-topbar .product-line-heading span, .js-content-wrapper #main .cart-grid .product-line-header .product-line-topbar .product-line-heading h3{
  padding-left: 0;
  text-transform: uppercase;
}
.js-content-wrapper #main .cart-grid .product-line-header .product-line-topbar .product-line-heading .qty{
  padding-left: 0;
}

.order-confirmation-table .qty .col-xs-4{
  text-align: center !important;
}

.smart-blog-post-single-item{
  padding-bottom: 0;
  background-color: white;
}

#main .cart-grid .cart-grid-body .card .card-block{
  display: none;
}
#main .cart-grid .cart-grid-right .card.cart-summary{
  margin-top: 0;
}

.pagination .page-list li a{
  border-color: #F2A83D !important;
}
.pagination .page-list li a .material-icons{
  color: #F2A83D;
}

#search_filters_wrapper #search_filters .facet::before{
  display: none;
}
#search_filters_wrapper #search_filters .facet p.h6{
  color: #333333;
}
#search_filters_wrapper #search_filters p.h6{
  color: #333333;
}

.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-info span{
  margin-left: 0;
}
.smart-blog-posts-header-area .smart-blog-posts-info .icon{
  padding-left: 0;
}
#customer-form .custom-checkbox em p{
  font-size: 12px;
  line-height: 14px;
}
body#checkout .condition-label label{
  color: #333333;
}
body#checkout .condition-label label a{
  color: #999999;
}
body#checkout .condition-label label a:hover, body#checkout .step-edit:hover{
  color: #F2A83D !important;
}
#checkout .cart-grid-body #checkout-personal-information-step .step-title i.edit{
  margin: 0;
}
body#checkout .custom-checkbox>label{
  padding-left: 0;
}
body#checkout .custom-checkbox span{
  position: relative;
}


#manufacturer #content-wrapper #main ul:not(.page-list){
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
#manufacturer #content-wrapper #main ul > li{
  align-items: center;
  justify-content: space-between;
}
#manufacturer #content-wrapper #main ul li > .brand-infos{
  margin: 0;
  display: none;
}
#manufacturer #content-wrapper #main ul > li > .brand-lipsum{
  width: 60%;
  display: none;
}
/****************************************************************

                  CSS BLOG
****************************************************************/
#module-smartblog-tagpost #content .error{
  width: 70%;
  margin: auto;
  text-align: center;
  text-align: center;
  padding: 50px;
}
.smartg-blog-category-banner-area{
  background-color: #F3F3F3;
  margin: 0 !important;
}
#module-smartblog-details .smart-blog-posts-header-area .smart-blog-posts-about-info{
  display: none;
}
#module-smartblog-details .smart-blog-posts-header-area .smart-blog-single-post-title{
  text-align: center;
  text-transform: none;
  color: #333333;
}
#module-smartblog-details #wrapper{
  background: #F4F4F4;
}
.smart-blog-posts-header-area .smart-blog-posts-info i{
  color: #F2A83D !important;
}
#smartblogcat > .sdsarticleCat:first-child{
  margin-top: 30px;
}
/* #module-smartblog-category #content-wrapper, #module-smartblog-tagpost #content-wrapper, #module-smartblog-list #content-wrapper{
  padding: 0;
} */
#module-smartblog-category .smartg-blog-category-banner-content, #module-smartblog-tagpost .smartg-blog-category-banner-content, #module-smartblog-list .smartg-blog-category-banner-content{
  background: #F2A83D;
  box-shadow: 10px 10px #F2A83D33;
  border-radius: 5px;
}
.smartg-blog-category-banner-images-and-content{
  max-width: calc(100% - 10px);
}
#module-smartblog-category .smart-blog-category-banner-content-title, #module-smartblog-category .smart-blog-cat-description p, #module-smartblog-tagpost .smart_blog-cat-text, #module-smartblog-list .smart_blog-cat-text{
  color: #FFFFFF;
}
.smart-blog-post-single-item .sdsarticleHeader{
  display: flex;
  flex-direction: column;
}
.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-short-description{
  margin-bottom: auto;
}
#module-smartblog-category .noPostCategory p{
  text-align: center;
}
.smart-blog-sing-blog-content > p{
  font-family: 'Ubuntu', sans-serif !important;
  color: #333333 !important;
}
#blockcart-modal .modal-body .cart-content .cart-content-btn button, #blockcart-modal .modal-body .cart-content .cart-content-btn a{
  text-transform: uppercase;
}
.smart-blog-post-single-item .sdsarticleHeader .smart-blog-posts-title a{
  color: #333333;
}
@media (max-width: 767px){
  .smart-blog-post-single-item .sdsarticleHeader{
    padding-left: 15px;
    padding-right: 15px;
  }
}
/****************************************************************

                  Modal mobile

*****************************************************************/
@media (max-width: 767px){
  .quickview .modal-content{
    width: 100%;
  }
  .quickview .modal-content .product-quantity{
    flex-direction: column;
  }
  .modal-body .product-quantity .add .add-to-cart{
    padding: 10px 35px;
  }
}

/****************************************************************

                  Elementor changement

*****************************************************************/
.elementor-widget-heading.elementor-widget-heading.elementor-widget-heading .elementor-heading-title, .elementor-widget-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title{
  color: #000000;
}
.elementor-element .elementor-widget-wrap h2,.elementor-element .elementor-widget-wrap h3{
  color: #000000;
  margin-bottom: 10px;
}
.elementor-widget-text-editor p{
  color: #000000;
}
.elementor-widget-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title.elementor-active{
  color: #F2A83D;
}
.elementor-widget-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content, .elementor-widget-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-content p, .elementor-widget-heading.elementor-widget-heading .elementor-heading-title, .elementor-widget-heading.elementor-widget-heading .elementor-heading-title p, .elementor-widget-text-editor.elementor-widget-text-editor, .elementor-widget-text-editor.elementor-widget-text-editor p{
  font-family: "Ubuntu", sans-serif;
}
.elementor-button.elementor-button{
  background-color: #F2A83D;
}
body .elementor-element li:not(.product-flag):before{
  content: "\2022";
  color: #F2A83D;
  font-weight: bold;
  display: inline-block;
  width: 1em;
}
body .elementor-element li{
  list-style: none;
}
.brator-client-review-item .brator-client-review-content-area .brator-review.brator-client-review-star svg{
  fill: #F2A83D;
}
.elementor-widget-counter .elementor-counter-number-wrapper{
  color: #F2A83D;
}
.elementor-widget-heading.elementor-widget-heading.elementor-widget-heading .elementor-heading-title, .elementor-widget-accordion.elementor-widget-accordion .elementor-accordion .elementor-tab-title{
  color: #333333;
}
.elementor-icon svg{
  font-size: inherit;
}

/***************************************************************

                  Petit écran


***************************************************************/
@media (max-width: 1600px) and (min-width: 1025px){
  .brator-banner-area.design-four .brator-banner-content{
    z-index: 3;
  }
  .brator-header-area.dark-bg .brator-info-right #_desktop_cart{
    width: unset;
  }
}
/***************************************************************

                  Tablette

****************************************************************/
@media (max-width: 1024px) and (min-width: 768px){
  .blocActualite .smart-blog-area.smart-blog-mashonary .left-column, .blocActualite .smart-blog-area.smart-blog-mashonary .blog-thumb-listing > .col-lg-6:not(.left-column){
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blocActualite .smart-blog-area.smart-blog-mashonary .right-column .single-list-blog .blog-images{
    margin-bottom: 0;
    display: none;
  }
  .blocActualite .smart-blog-area.smart-blog-mashonary .right-column .blog-thumb, .blocActualite .smart-blog-area .right-column .image-box img{
    width: 100%;
  }
  .brator-banner-area.design-four .brator-banner-content{
    z-index: 3;
  }
  .brator-header-area.dark-bg .brator-info-right #_desktop_cart{
    width: unset;
  }
  #product .tab-content .tab-pane .product-attachments .attachment{
    flex-basis: 100%;
  }
}

/******************************************************************

                  Mobile

*****************************************************************/
@media (max-width: 767px){
  .blocActualite .smart-blog-area.smart-blog-mashonary .left-column, .blocActualite .smart-blog-area.smart-blog-mashonary .blog-thumb-listing > .col-lg-6:not(.left-column){
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
  .blocActualite .blog-thumb-listing{
    flex-direction: column;
  }
  .blocActualite .smart-blog-area.smart-blog-mashonary .right-column .single-list-blog .blog-images{
    margin-bottom: 0;
  }
  .blocActualite .smart-blog-area.smart-blog-mashonary .right-column .blog-thumb, .blocActualite .smart-blog-area .right-column .image-box img{
    width: 100%;
  }
  .blocActualite .smart-blog-area.smart-blog-mashonary .right-column .single-list-blog{
    max-height: unset;
  }
  .block_newsletter{
    border-bottom: none;
  }
  #contact #content-wrapper{
    width: 100%;
  }
  .brator-banner-area.design-four .brator-banner-content{
    z-index: 3;
  }
  #products .products-selection .total-products{
    flex-direction: column;
    gap: 20px;
  }
  .products-sort-order .select-title{
    margin-top: 0;
  }
  .total-products .layout-switcher{
    display: none;
  }
  #contact #left-column.col-md-3 .contact-rich{
    padding-right: 30px;
  }
  .contact-rich .block .icon{
    width: 3.5rem;
  }
  .brator-header-area.dark-bg .brator-info-right .user-info{
    margin-left: 0;
  }
  .brator-header-area.dark-bg .brator-info-right #_desktop_cart{
    width: unset;
  }
  .meilleuresVentes .elementor-heading-title::before, .blocActualite .elementor-heading-title::before{
    display: none;
  }
  button.scroll-top{
    right: 5px;
  }
  .tabFooterFollow .footerLinkFacebook, .tabFooterFollow .footerLinkInstagram{
    width: 50%;
  }
  .tabFooterFollow .footerLinkFacebook .iconFooter .elementor-icon-wrapper{
    text-align: right !important;
  }
  #blockcart-modal .cart-content{
    padding-left: 0;
  }
  .smart-blog-area .blog-thumb{
    margin-bottom: 10px;
  }
  .brator-offer-slider-area.brator-whats-hot-area.design-two .brator-hot-single-box{
    width: calc(100% - 15px);
  }
  .smart-blog-cat-description{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  #mobile_top_menu_wrapper{
    padding: 0;
  }
  #header .header-nav .menu-support-area{
    border-radius: 0;
  }
  #mobile_top_menu_wrapper #top-menu{
    margin-bottom: 0;
  }
  #product .tab-content .tab-pane .product-attachments .attachment{
    flex-basis: 100%;
  }
  
}

@media (max-width: 360px){
  .product-line-grid-right .price{
    width: 16.66667%;
  }
  .product-line-grid-right .qty{
    width: 50%;
  }
  .js-content-wrapper #main .cart-grid-body .shopping-cart-btn .label{
    padding: 12px 20px;
  }
  #product .tab-content .tab-pane .product-attachments .attachment{
    flex-basis: 100%;
  }
}
