/* Add custom CSS styles below */ 
.s-block--slider-with-bg .slider-bg:before {
    opacity: 0 !important;
}


section.s-block.s-block--photos-slider {
    margin-top: 0;
}

section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}

section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}
/** titles style ***/


.s-block--features__item {
    border: 1px solid rgb(182, 136, 58);
}

.s-block--features__item .feature-icon {

    background-color: #000 !Important;
  
}

.s-block--features__item .feature-icon i {
    color: #c8a150 !important;
   
}


.store-footer {
  
    background-color: #b6883a !important;= ;
  
}
.store-footer__inner {
    background-color: #fffbf2 !important;
    color:#000 !important;

}

span.text-sm.copyright-text * {
    color: #fff !important;
} 
.s-block--photos-slider .s-slider-nav-arrow {
    display: none;
}