/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

/*body*/
body {
  background-color:#fff;
}

.top-navbar {
    background-color:#886D42;
    color:#fff;
}


#mainnav{
    background-color: #886D42;
    color:#ffffff !important;
}
i.header-btn__icon , .s-cart-summary-total {
    color: #fff;
}

    /*banner*/
.banner--fixed img {
    background-color: transparent;
    padding: 0rem;
}


 .s-button-btn,.s-price-range-number-input {
    
    color: #ffffff;
    border-color: #886d42;
    
}

.s-products-slider-card.swiper-slide {
    width: 55%;
    
}  

.s-button-element:not(:disabled):not([loading]) {
    pointer-events: auto;
    background-color: #886d42;
}
.s-product-card-entry{
    background-color:#f7efd6;
}
.s-product-card-content-title a , .index.s-product-card-content-sub {
    color:#000 !important;
}
/*footer*/
.store-footer__inner,
.store-footer {
    color:#ffffff;
    background-color:#886d42 !important;
}

.footer-is-light .store-footer .store-footer__inner{
     border-bottom-color: #886d42;

}

footer *{
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}footer .hidden.lg\:block *, footer .s-social-list * {
    justify-content: center;
    color: #000;
    border-color: #000;
}
@media (min-width:767px){
footer .hidden.lg\:block * {
    margin: 0;
}
}footer .hidden.lg\:block *{
    justify-content:center;
}
footer .s-social-list .s-social-link:first-child *{
    color:#ffffff;
    border-color: #ffffff;
      background: #833ab4;
  background: linear-gradient(
    to right,
    #833ab4,#fd1d1d,#fcb045
  );
}
footer .s-social-list .s-social-link:nth-child(2) *{
    color:#000000;
    border-color: #ffffff;
    background-color:#f7f400;
}
footer .s-social-list .s-social-link:last-child *{
    color:#ffffff;
    border-color: #ffffff;
    background-color:#000000;
}


.banner--fixed img ,
section.s-block.s-block--testimonials ,
section.s-block.s-block--features.container , 
.s-block.s-block--best-offers.container ,
section.s-block.s-block--banners.container ,
.home-slider{

animation: appear linear;
  animation-timeline:view();
  animation-range: entry 0% cover 40%;
background-color:transparent;
}

@keyframes appear {
from {
    
    opacity: 0;
    scale:0.5;
}
to {
     opacity: 1;
    scale:1;
}
}
.navbar-brand
{animation: pulse-animation 1.5s infinite;}

@keyframes pulse-animation {
0%, 100% {
    transform: scale(1);
    opacity: 1;
}
50% {
    transform: scale(1.1);
    opacity: 0.8;
}
}