/* Add custom CSS styles below */

section:nth-of-type(1) .slider-bannars-moving{
  background-size: contain !important;
}
@media(max-width:768px){
section:nth-of-type(1) salla-slider{
    margin-top: -215px !important;
}
section:nth-of-type(2){
    margin-top: -250px  !important;
  }
}
.swiper-pagination{
  display: none !important;
}
.title-heade {
  color: #fff !important;
}

.g-products custom-salla-product-card{
  box-shadow: 1px 1px 4px #e6dcc2;
}
.g-products .s-slider-swiper-wrapper{
  padding: 30px 0px !important;
}

button[product-status="sale"]{
  background: #525a38 !important;
}

button[product-status="sale"]:hover{
  background: #f5d990 !important;
  color: #000  !important;
}

.s-product-card-wishlist-btn .s-button-text{
    border-radius: 100%;
    background: red;
    color: #fff;
}

section:nth-of-type(7){
  margin-top: 50px;
}

.store-footer__inner{
  background-color: #f7f7f7 !important;
  
}

.page-single .content h1{
    text-align: start !important;
    display: block;
    width: 100%;
}
#mc-embedded-subscribe{
  background-color: #515433 !important;
}