/* Add custom CSS styles below */ 
.store-header{
background-color: #b76e79;
}
.store-header a{
color: #FFFFFF;
}
.store-header a:hover{
color: #580606 !important;
}
.main-menu #offers a{
color: #580606 !important;
}
.sub-menu.w-56 a{
color:#6b4147;
}
.sicon-cart, .sicon-user, .sicon-search{
color: #FFFFFF;
}
.main-nav-container.fixed-pinned{
background-color:#b76e7980 !important;
}
.main-nav-container{
background-color: #b76e79 !important;
margin-top:-40px;
}
.top-navbar{
height:0px !important;
width:0px !important;
}
.top-navbar .flex-1{
display:none;
}
.hero-sec h2{
color: #b76e79;
}
.hero-sec p {
 color: #8a545c;
}
 @media (max-width:767px){
.hero-sec p{
color:#FFF;
font-size: 1rem;
text-shadow: 1px 1px 20px #00000080;
}
.hero-sec h2{
color:#FFF;
font-size: 1.35rem;
text-shadow: 2px 2px 10px black;
}
.advanced-slider__caption__inner__content {
padding-top:200px;
}
}
.about h3, .about h2, .about p{
color:#B76E79;
}
.about a{
background-color:#B76E79;
color:#FFFFFF;
}
.cat-slider .swiper-slide{
width:20%;
}
@media (max-width:767px){
.cat-slider .swiper-slide{
width:40%;
}
}
.cat-slider-m .swiper-slide{
width:15%;
}
@media (max-width:767px){
.cat-slider-m .swiper-slide{
width:35%;
}
}
.cat-slider .swiper-slide:hover{
img{
  transform:scale(0.9);
  }
}
.store-footer__inner img, .navbar-brand img{
filter: brightness(50);
}
.enhanced-title-border{
border-color:#B76E79;
}
.enhanced-title-border:after, .enhanced-title-border::before{
background-color:#B76E79;
}
.s-datetime-picker-input{
border-color:var(--store-text-secondary) !important;
}
.footer-bottom{
background-color:#B76E79 !important;
}