/* Add custom CSS styles below */
/*body.index, div#mainnav {
  background-color:#0c1417 !important;
}*/
body.index {
  background-image:url('https://b.top4top.io/p_3508suwwb1.png');
  /*background-repeat: repeat-x;*/
  background-repeat: repeat-y;
  background-position: center;
  background-size: cover;
}
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;
}
section.s-block.s-block--photos-slider .swiper-slide {
  margin: 0 !important;
  padding:0 !important; 
  width: 100% !important;
  border-radius: 0 !important;
}

/* Product */
.s-product-card-entry {
  border:1px solid #343434 !important;
  box-shadow: 0 0 5px 0px #68686894 !important;
}
.s-products-slider-card {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}
.s-product-card-image {
  background-color:transparent !important;
}
.s-slider-nav-arrow {
  border-color: #343434 !important;
  background-color: #343434 !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: #343434 !important;
  color: #fff !important;
}

/**/
section.s-block.s-block--fixed-banner .container{
  max-width:100%;
  margin-left:auto;
  margin-right:auto;
}
.banner--fixed img {
  border-radius:0 !important;
  background-color: transparent !important;
}

.s-block--features+.s-block--features, .s-block--fixed-banner+.s-block--fixed-banner, .s-block--banners+.s-block--banners {
    margin-top: 0em;
}


/******/
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:390px !important;
}
.banner-entry > div {
  background-size:contain !important;
  background-repeat: no-repeat;
}

@media(max-width:767px) {section.s-block.s-block--banners.container div.grid a.banner-entry {
  width: 31%;
  background-color: transparent !important;
  height: 125px !important;
}
}

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


.copyright-text p {
  color: #ffffff5e;
}