:root {
  --primary: #f4f4f4;
  --secondary: #996048;
  --link-hover: #996048;
  --header-background: #ffffff;
  --body-background: #ffffff;
  --menu-hover-bg: #996048;;
  --menu-hover-text: #000000;
  --textcolor: #000000;
}

.banner-section{order:0;}
.banner-section.banner-section--first{ order:0; }
.featured-images.featured-images--first{ order:1; } 
.home-products.home-products--first{order:2}
.home-products.home-products--second{order:3}
.featured-text.featured-text--first{order:4}
.featured-images.featured-images--second{ order:5; } 
.banner-section.banner-section--second{ order:6; }
.home-products{order:7}
.featured-images{order:8}
section.demo-products{ order:9; }
section.demo-products.fill-bg{ order:9; background-color: var(--body-background); }
.featured-text.featured-text--second{order:9}
.featured-text{order:10;}
.testimonials{ order:11;} 
.multi-image-slider{ order:12; }
.featured-blog{order:13;}
.featured-text{ order:14; } 


.btn{background-color: var(--secondary);}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  color: var(--secondary);
}
footer, footer .section-title, .footer-card, .footer-card li a, footer .contact-info a, .footer-card li::before{
  color: var(--textcolor);
} 
.announcements{
  background-color: #000;
}
.scrolled #header{
  background-color: var(--primary);
}

#header .container{
  width: 100%;
}

.desktop-menu{width: 100%;}
.desktop-menu-wrap .hide-mobile{flex:1 1 auto;}
.desktop-menu a{ font-weight: 400; text-transform: capitalize; }
.desktop-menu ul li.parent:hover > ul{top:94px;}
.desktop-menu ul li {border-bottom: 3px solid transparent; text-align: center;}
.desktop-menu ul li:hover {border-bottom: 3px solid var(--secondary); background-color: var(--menu-hover-bg);}
.desktop-menu ul li.parent:after {
    border-bottom: 1px solid #000;
    border-right: 1px solid #000;
    top: 43%;
}


.search-box-wrap .btn{
  background-color: var(--secondary);
}
header .search-wrap {
    padding: 5px 10px 10px 10px;
    background: transparent;
    width: 100%;
    position: relative;
    box-shadow: none;
    max-width: 1000px;
    margin: 0 auto;
}

.banners297242342 .banner-text{
  font-size:3vw;
}
.banners297242342 .banner-text > div{
    display: flex;
    justify-content: space-between;
    background-color: transparent;
    width: 96%;
    height: 100%;
    padding: 5vh 0;
}
.banners297242342 .banner-text > div span{
    width: 30%; height: 100%; display: flex; align-items: center;
}
.banners297242342 .banner-text > div span.top{
  align-items: start; text-align: left;
}
.banners297242342 .banner-text > div span.bottom{
  align-items: end; text-align: right;
}

.special-banner .special-banner-image {
    width: calc(50% - 10px);
}
.special-banner .special-banner-image{
  overflow: unset;
}
.special-banner .promo-image {
    overflow: hidden;
    display: block;
    height: auto;
    border-radius: 0px;
}
.featured-images--first .special-banner .special-banner-image .block-text{
    position: relative;
    text-align: center;
    top: 0px;
    height: auto;
    color: var(--textcolor);
}
.special-banner .special-banner-image img{transition: all 0.5s ease-in-out;}
.special-banner .special-banner-image:hover img{transform: scale(1.05);}
.special-banner .special-banner-image{
  border-radius: 0;
    box-shadow: none;
    padding: 0px;
  }
.special-banner .special-banner-image .featured-image-wrapper:after{
  content:"";
  width: 94%;
  height: 94%;
  border: 1px solid #fff;
  position:absolute;
  top: 3%;
  left: 3%;
  pointer-events: none; /* to allow click on item below it*/
  border-radius: 10px;
}
.banners297242342 a{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}


.product-card-info{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.product-card-info .product-title-shop{
  color: #000;
  padding-bottom: 10px;
}
.product-card-info .price{
  justify-content: center;
  font-weight: normal;
}
.product-card-info .stars{
  order:2;
  padding-bottom: 10px;
}
.sale-badge.sale-badge-class{
  background-color: #a90909 !important;
}
.product-card-shop .product-card-buttons
{
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition:
    max-height 0s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    visibility 0.2s;
}

.product-card-shop:hover .product-card-buttons {
  max-height: 200px; /* must be >= actual content height */
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.product-card-shop:hover .product-card-buttons{
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    padding: 3% 3% 3% 3%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2;
    bottom: 0;
    box-shadow: 0px 0px 8px #000;
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.product-card-shop .add-to-cart{
  padding-top:0
}
.product-card-shop .other-variants {
  padding-top:10px;
}
.product-card-shop .other-variants small span{
  display: none;
}
/*.product-card-shop:hover .other-variants {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    padding: 3% 3% 3% 3%;
    z-index: 3;
    top: -5%;
}*/
.product-card-shop .product-card-title {
  min-height: 40px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.product-card-shop .product-card-buttons
 {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    overflow: unset;
}
.home .brands .brand-image, .product-card-shop {
  overflow: hidden;
}
.product-card-shop{
border-radius: 0;
border: 1px solid #eee;
}

.home .brands .brand-image img, .product-image-shop img {transition: all 0.5s ease-in-out;}
.home .brands .brand-image:hover img,  .product-image-shop:hover img{transform: scale(1.2);}
.product-card-slider .slick-prev, .product-card-slider .slick-next {
    top: 50%;
    /*background-color: #99604850;*/
    background-color: var(--secondary);
    opacity: 0.7;
    color: #fff;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    transition: all 1s ease;
}
.product-card-slider .slick-prev:hover, .product-card-slider .slick-next:hover {
  opacity: 1;
}
.product-card-slider .slick-prev
 {
    left: -60px !important;
}
.product-card-slider .slick-next
 {
    right: -60px !important;
}

.editorflex.flex > *:not(hr){
  border: 0;
  background-color: transparent;
}
#featured-text-home-UAI .section-title{
  display: none;
}


section.featured-text .section-content{box-shadow: none; padding: 20px 0px;border-radius: 0;background-color: transparent;}


section .section-title{font-size: 40px; line-height: normal; display: flex; flex-direction: column; gap: 10px;}
section .section-title span{width: 10%; background-color: var(--secondary);}

.breadcrumbs{text-align: center;}

.featured-text--first{order:1;padding-bottom: 20px;}
section.featured-text--first .section-content{padding: 0;border-radius: 0;box-shadow: none; background-color: transparent;}

section.highlights.fill-bg{
  background-color: #fff;
  
}
section.highlights{
padding-bottom: 20px;
padding-top: 20px;
}
.highlights .container{
  width: 100%;
    max-width: 100%;
}
.highlights-wrap{
  border-radius: 0;
    box-shadow: none;
    background-color: var(--primary);
}

.highlight-card .icon-box{
  display: none;
}
.highlight-card .content{
  text-align: center;
}
.highlight-card .content h3{
  padding-bottom: 10px;
}
.flex-container .highlight-card{
  padding: 20px 10px;
  background-color: #fff;
    border-radius: 0;
}

.testimonial-grid .single-testimonial{
  border-radius: 0;
  box-shadow: 0 0px 2px rgba(0, 0, 0, 0.1);
  border: 1px solid #eee;
}

.blog-grid .blog-grid-item, .blog-grid .blog-image img{
  border-radius: 0;
  border: 1px solid #eee;
}


.multi-image-slider .section-title{ display: none;}
.brands4673453523 .brand-image {
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    border: 2px solid var(--primary);
    box-shadow: none;
}
.brands4673453523 .slick-slide{
    padding: 0 15px;
}

.demo-products .section-title{
  display: none;
}

.brands4673453523 .slick-prev, .brands4673453523 .slick-next{
  top: 43%;
}
.multi-image-slider .slick-prev{
    left: -10px !important;
}
.multi-image-slider .slick-next{
    right: 0px !important;
}
.multi-image-slider .slick-prev:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    transform: rotate(45deg);
    border: 2px solid var(--secondary);
    clip-path: polygon(0% 0%, -100% 240%, 100% 100%);
    outline-offset: -6px;
}
.multi-image-slider .slick-next:before {
    content: '';
    display: block;
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    border: 2px solid var(--secondary);
    outline-offset: -6px;
    clip-path: polygon(0% 100%, 100% 0%, 100% 100%);
}
.multi-image-slider .slick-prev, .multi-image-slider .slick-next{
  background-color: transparent;
}

#scrollTopBtn{
  background-color: var(--lightgray);
  color: var(--textcolor);
  border-radius: 0px;
  border: 0;
  bottom: 5px;
  right: 5px;
}
#scrollTopBtn:hover{
  background-color: var(--gray);
  border: 0;
}


.footer-wrap{
  font-weight: 400;
}
.footer-logo{display:inline-block;}
.footer-wrap{gap: 8%;}
.footer-card.info-card{width:30%; order:3; text-align: right;}
.footer-card.links-card{width:40%; order: 2;}
.footer-card.social-card{width:30%;}
.footer-card.social-card .social-list{padding-bottom:40px;}
footer .contact-info .flex {justify-content: flex-end;}

.special-banner .special-banner-image .featured-image-wrapper:after{
  content: unset;
}
.special-banner .special-banner-image .block-text{
    display:block;
    position: absolute;
    height: auto;
    top: 0;
    align-items: start;
    padding: 3% 5%;
    line-height: 1.4em;
    text-shadow: none;
    color: #fff;
    text-align: left;
 }
.special-banner .special-banner-image .block-text span{
display:block;
}
.special-banner .special-banner-image .block-text span.first{
font-size:1.5em;
}
.special-banner .special-banner-image .block-text span.second{
font-size:0.7em;
}


@media (max-width: 1400px) {
  .product-card-slider .slick-next {
      right: -48px !important;
  }
  .product-card-slider .slick-prev {
      left: -48px !important;
  }
    .home-products .container {
        width: calc(100% - 100px);
    }
}


@media (max-width: 768px) {
  .special-banner .special-banner-image{
    padding: 10px;
  }
  .section-title{
    text-align: center;
  }
  .footer-card {
        width: 100% !important;
        text-align: left !important;
    }
    footer .contact-info .flex {
      justify-content: flex-start;
  }
}

@media (max-width: 480px) {
  /*#header .search-icon, #header .cart-icon {
    top: 19px;
  }*/
  section .section-title {
    font-size: 28px;
    text-align: center;
  }
  section.featured-text--first .section-content{
    text-align: center;
  }
  header .search-wrap {
    padding: 5px 10px 0px 10px;
    width: 90%;
  }
  .special-banner .special-banner-image{
    width: 100%;
  }
  .special-banner .special-banner-image {
      width: 100% !important;
      padding: 0;
  }
  .featured-blog .blog-grid .blog-grid-item, .testimonials .testimonial-grid .single-testimonial {
        flex: 1 1 100%;
  }
  footer .social-card .section-title{
    display: block;
  }
  .social-card .section-title span {
    display: block;
    width: 20%;
    margin: 0 auto;
  }
  .footer-social{
    justify-content: center;
  }
  footer .newsletter-wrap small{ text-align: center; display: block;}
  .footer-about{text-align: center;}
    footer .contact-info .flex {
        justify-content: center;
    }

}
