body {
  background-color: #fff !important;
}
.s-block--photos-slider {
    margin-top: 0px!important
}

.s-block--photos-slider salla-slider {
    padding-right: 0px!important;
    padding-top: 0px!important
}

.s-block--photos-slider .swiper {
    padding-left: 0px!important;
    padding-right: 0px!important
}

.s-block--photos-slider .swiper .swiper-slide {
    width: 100%!important;
    padding-right: 0px!important;
    padding-left: 0px!important
}

/* Products Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 0px solid #000 !important;
}
salla-add-product-button button {
  background-color: rgba(149, 142, 155, 1) !important;
  color: #fff!important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  background-color: #fff!important;
  color: rgba(149, 142, 155, 1) !important;
  border: 1px solid rgba(149, 142, 155, 1)!important;
}
.s-product-card-content-main * {
  color: #565353 !important;	
}
.s-product-card-content-subtitle *{
  color: #010101 !important;
}
.s-product-card-price {
  color: #bd1414 !important;
}
.s-product-card-sale-price h4{
  color: #bd1414 !important;
}
.s-product-card-vertical .s-product-card-wishlist-btn button {
  background-color: rgba(149, 142, 155, 1) !important;
  color: #fff;
}
/* products Title */
.s-slider-block__title {
  justify-content: center;
  margin-bottom: 35px;
}
.s-slider-block__title-left {
  display:none;
}
.s-slider-block__title-right,
.s-slider-block__title-right h2{
  padding-left: 0px;
}
.s-slider-block__title-right h2 {
  font-size: 35px;
  color: #000;
  background-color: #fff;
  padding: 0px 20px;
}
@media (max-width: 1024px) {
  .s-slider-block__title-right h2 {
  font-size: 24px;
}

}
/* Banners */
.s-block--fixed-banner .container {
  max-width: 100% !important;
}
.index .s-block--fixed-banner img {
  background-color: transparent !important;
  border-radius: 0;
}
.s-block--fixed-banner:first-of-type {
  margin-top: 20px !important;
}

/* Features Items */

.s-block--features .s-block--features__item {
  border: 1px solid #ddd;
  border-radius: 0px;
}
.s-block--features .s-block--features__item .feature-icon {
  background-color: transparent !important;
  overflow: unset !important;
  margin: 10px 0px 40px;
}
.s-block--features .s-block--features__item .feature-icon i {
color: #d9a782 !important;
    font-size: 100px;
}


/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: rgba(149, 142, 155, 1);
}