/*navbar*/

#mainnav {
    background: linear-gradient(to right, #b89539 0%, black 50%, #b89539 100%);
  }

.main-menu li ,
  .main-menu li a {
    color: #565353!important;
  }
  .main-menu li:hover ,
  .main-menu li a:hover {
    color: #B89539 !important;
  }

  #mobile-menu::after {
    background-color: #B89539 !important;
    color: #fff !important;
  }
@media (max-width: 1024px) {
  .main-menu {
    background-color: #fff !important;
  }
  .main-menu li ,
  .main-menu li a {
    color: #565353!important;
  }
  .main-menu li:hover ,
  .main-menu li a:hover {
    color: #B89539 !important;
  }

  #mobile-menu::after {
    background-color: #B89539 !important;
    color: #fff !important;
  }
}


/*banner*/
.fixed-banner--0 {
  width:100%;
  margin-top:0;
}

.fixed-banner--0 .container{
  padding-inline:0;
}

.s-block--fixed-banner{
  width:100%;
}

.s-block--fixed-banner .container{
  padding-inline:0;
}


.square-links-1  img  {
 max-width:80%;
}

@media (max-width:991px){
.advanced-slider .swiper {
  height:auto !important
}
}

/*slider*/
.s-block--special-products-slider .items-stretch {
    align-items: center;
}

/*product card */

.product-card {
  border-radius:12px;
}

/*footer*/
footer{
      background-color:#BF973A !important;
}

.store-footer__inner,.store-footer__newsletter ,.store-footer__contacts-row{
    border-style: dashed;
   background-color:#BF973A !important;
    padding-bottom: 2rem;
    padding-top: 2rem
}

@media (min-width: 1024px) {
    .store-footer__inner, .store-footer__newsletter {
        padding-top: 6rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 1024px) {
    .store-footer__inner, .store-footer__newsletter {
        padding-top: 5rem;
        padding-bottom: 2rem;
    }
}

@media (max-width: 768px) {
    .store-footer__inner, .store-footer__newsletter {
        padding-top: 3rem;
        padding-bottom: 2rem;
    }
}

.store-footer__contacts-row *{
    color:#fff!important;
    border-color:#fff !important;
}

.store-footer__curve{
  display:none !important;
}

.footer-bottom p{
  color:#fff !important;
}

.footer-bottom a:hover{
  color:#fff !important;
  opacity:0.8;
}