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

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

/* Products Cards */
custom-salla-product-card {
  background-color: #fff !important;
  border: 1px solid #ddd !important;
}
salla-add-product-button button {
  background-image: linear-gradient(to right, #4486C5,#2E5E8E) !important;
  color: #fff !important;
  border: 1px solid transparent !important;
}
salla-add-product-button:hover button {
  color: #fff !important;
  border: 1px solid transparent !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: #fff !important;
  color: #000;
}


/* Footer Colorization */
footer {
  margin-top: 0px !important;
  padding-top: 0px !important;
  background-color: #000 !important;
}
.store-footer__inner {
  position: relative;
  z-index: 2;
  background-color: #000 !important;
}

.store-footer__inner *{
  color: #fff !important;
}
.store-footer h3 {
  color: #fff !important;
}
.copyright-text p {
  color: #fff !important;
}
.copyright-text p a:hover {
  color: #fff !important;
  opacity: 0.8;
}
/* Logo */
.store-footer__inner .grid > div:nth-of-type(1) > a::after {
  content: "";
  background: url("https://i.postimg.cc/3JF7qBXL/Group.png");
  display: block;
  background-size: contain;
  width: 120px;
  height: 80px;
  background-repeat: no-repeat;
}
.store-footer__inner .container > div {
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding-left: 0;
  padding-bottom: 20px;
}
.store-footer__inner .container {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.store-footer__inner .container > div:nth-of-type(1) {
  grid-column: span 1 / span 2;
}
.store-footer__inner + div {
  background: transparent;
  max-width: 100%;
  justify-content: space-around;
}
.store-footer__inner > div a h3 {
  display: none;
}
@media (max-width: 992px) {
  .store-footer__inner .container {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/* custom ScrollBar */
/* width */
::-webkit-scrollbar {
  width: 10px;
}
/* Track */
::-webkit-scrollbar-track {
  background: #fff;
}
/* Handle */
::-webkit-scrollbar-thumb {
  background: #4486C5;
}

.s-slider-block__title-right {
  position: relative;
  padding-right: 15px;
}
.s-slider-block__title-right::before {
  content: '';
  width: 4px;
  height: 100%;
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  background-color: #4486C5;
  border-radius: 20px !important;
}