/* Add custom CSS styles below */
:root {
  --color-primary: #543e9a !important;
  --color-primary-dark: #543e9a !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;
}
section.s-block.s-block--photos-slider img {
  border-radius: 0 !important;
}
.s-product-card-sale-price h4,.s-product-card-starting-price h4 {
    color: #543e9a !important;
}

.s-product-card-sale-price
 {
    color: red !important;
}

/* Product */
.s-product-card-entry {
  border:1px solid #C1C1C1 !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
}
.s-products-slider-card {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.s-slider-block__title h2 {
  color: #3A3A3A !important;
}
.s-product-card-image {
  background-color:transparent !important;
}
.s-slider-nav-arrow {
  border-color: #3A3A3A !important;
  background-color: #3A3A3A !important;
}
.s-slider-nav-arrow svg, .s-slider-nav-arrow:not(:disabled):hover svg {
  fill: #ffffff !important;
}
/* End product */
.s-button-primary-outline {
    background-color: #543e9a !important;
    color: #ffffff !important;
} 
/**/
.banner--fixed img {
  border-radius:0 !important;
  background-color: transparent !important;
}

header.store-header + section.s-block.s-block--fixed-banner .container, section#best-offers-7-slider + section.s-block.s-block--fixed-banner .container {
  max-width:100% !important;
  padding:0  !important;
  margin:0 !important;
}

/******/
section.s-block.s-block--banners.container div.grid {
  display:flex !important;
  align-items:center;
  justify-content:center;
  flex-wrap:wrap;
}
section.s-block.s-block--banners.container div.grid a.banner-entry {
  width: 31%;
  background-color: transparent !important;
  height: 400px !important;
}
@media(max-width:767px) {
  section.s-block.s-block--banners.container div.grid a.banner-entry {
    width: 31%;
    height: 130px !important;
  }
}
.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}

body.index .store-footer {
  margin-top:0 !important;
}
.store-footer .store-footer__inner {
  background-color: #543E9A !important;
}
.footer-is-light .store-footer {
  color: #fff !important;
}

salla-quick-order{
  display:none !important;
}