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

 .main-nav-container.fixed-header .inner{
    background-color:#fff !important;
}


i.header-btn__icon.icon.cart-sum-icon.\!text- {
    background-color:#930828;
    fill:#fff !important;
}



i.header-btn__icon.icon.cart-sum-icon.\!text- svg {
    color:#fff !Important;
}

/*header  */

/**    silder block ***/
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;
}
.home-slider.photos-slider .s-slider-block__title-nav {
    display:none !important;
}
/** End silder block ***/

body.index section:nth-child(7) {
    background-color:#a97d4c;
    max-width:unset;
    padding-inline:180px;
    padding-top:200px;
    margin-top:-200px;
}

body.index section:nth-child(8){
    margin-top:0;
}

body.index section:nth-child(7) .s-block__title.section-main-title {
    display:none;
}

.product-block__info.pb-1 {
    background-color:#fff;
}

custom-salla-product-card{
    overflow:hidden !important;
}

.cta .s-block__title  {
    justify-content:center;
}

.cta .s-block__title h2  {
    font-size:40px;
}
custom-salla-product-card .price-wrapper span {
    font-size:20px;
    color:#991525 !important;
}

@media(max-width:992px){
    body.index section:nth-child(7) {
    background-color:#a97d4c;
    max-width:unset;
    padding-top:150px ;
    margin-top:-110px;
              margin-bottom: -2px;
}
  .cta .s-block__title h2  {
    font-size:35px;
}
}