:root {
  --secondary: #981a1f;
  --link-hover: #981a1f;
  --header-background: #000000;
  --body-background: #ffffff;
  --menu-hover-bg: #272931;;
  --menu-hover-text: #981a1f;
  --textcolor: #3f3f3f;
}

.banner-section{ order:0; }
.multi-image-slider{ order:1; }
.featured-text{ order:2; } 
.featured-images{ order:3; } 
section.demo-products.fill-bg{ order:4; background-color: var(--body-background); }
.home-products{order:4}
.testimonials{ order:5; } 
.highlights{ order:6; }

.desktop-menu ul{justify-content: space-between;}
.desktop-menu ul li {border-bottom: 3px solid transparent; flex: 1; text-align: center;}
.desktop-menu ul li:hover {border-bottom: 3px solid var(--secondary); background-color: var(--menu-hover-bg);}
.desktop-menu a {font-weight: 400;}
.desktop-menu ul li.parent {
    padding-right: 0px !important;
}
.desktop-menu ul li.parent:hover>ul{
  top: 93px;
}
/*.menu-btn i, .cart-btn i, .search-btn i {color: #fff;}*/

.company-logo{height: 60px;}
#header .container{
  width: 100%;
}
.desktop-menu{width: 100%;}
.desktop-menu-wrap .hide-mobile{flex:1 1 auto;}
/*#header .search-icon {
    position: absolute;
    right: 40px;
}
#header .cart-icon {
    position: absolute;
    right: 0%;
}*/
.search-box-wrap .btn{
  background-color: var(--secondary);
}
header .search-wrap {
    padding: 5px 10px 10px 10px;
    background: var(--primary);
    width: 96%;
}


h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{
  color: var(--secondary);
}

.banner-section{order:0}

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.featured-images{background-color: var(--lightgray) !important; padding: 0;order: 2;  padding-bottom: 100px;}
.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*/
}

.special-banner .promo-image{overflow:hidden;}
.special-banner .special-banner-image, .home .brands .brand-image, .product-card-shop {overflow: hidden;}
.special-banner .special-banner-image img, .home .brands .brand-image img, .product-image-shop img {transition: all 0.5s ease-in-out;}
.special-banner .special-banner-image:hover img, .home .brands .brand-image:hover img,  .product-image-shop:hover img{transform: scale(1.2);}

.banners297242342 a{
  display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.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;
}

@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%;
  }
}