/* Add custom CSS styles below */
:root {
  --s-color:#952249 !important
}

.top-navbar {
  display:none;
}
.main-nav-container #cat-in-header {
  color: #952249 !important;
}
.header-btn {
  border-color: #952249 !important;
  color: #952249 !important;
}
.main-nav-container #shopping-bag path, .main-nav-container #heart path, .search-btn path {
  stroke: #952249 !important;
}

body.index header.store-header + section.s-block.s-block--fixed-banner {
  margin-top:0 !important;
}
body.index salla-slider.photos-slider .swiper {
  padding-bottom: 0 !important;
}
[dir=rtl] .carousel-slider .swiper {
    padding-left: 0 !important;
    padding-right: 0 !important;
}
section.s-block.s-block--photos-slider {
  margin-top:0 !important;
  margin-bottom: 2rem !important;
}
section.s-block.s-block--photos-slider img {
  border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper-slide {
  margin: 0 !important;
  padding:0 !important; 
  width: 100% !important;
  border-radius: 0 !important;
}
.image-title {
  background-color: #952249;
  border-radius: 9px;
}
.image-title .title-heade {
  background-color: #952249;
  color:#fff !important;
}
body.index .img.group {
  max-height: 555px !important;
}
body.index .ad-star-btn {
  color: #952249 !important;
}
.ads .img .over .text button {
  background-color: #952249 !important;
}

salla-tab-header[name=tab_three], .s-tabs-header-item {
  color: #fff !important;
}

.Gl_add_to_cart_btn_product button, salla-add-product-button .s-button-outline:hover, .s-comment-form-action>salla-button>button:hover {
  background: #952249 !important;
}



@media(max-width:767px) {
  .main-nav-container {
    height: 110px !important;
  }
}