/* Add custom CSS styles below */

.salla-slider.photos-slider .swiper {
  margin-left: 0px;
  margin-right: 0px;
  width: 100%;
}
.s-button-btn,
.s-price-range-number-input:hover {
  background-color: #117479 ;
}
.s-button-btn,
.s-price-range-number-input {
  background-color: black;
  color: white;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}
.app-inner {
  background-color: #edeeed !important;
}

.s-block {
  background-color: #edeeed !important;
}

.salla-slider.photos-slider .swiper-slide {
  width: 144%;
}

.store-footer__inner {
  background-color: white !important;
}
a{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.sicon-twitter {
  color: #1DA1F2;
}

.sicon-facebook {
  color: #1877F2;
}

.sicon-instagram {
  color: #C13584;
}
.sicon-youtube {
  color: #FF0000;
}

.sicon-tiktok {
  color: #e89898;
}

.sicon-snapchat {
  color: #FFFC00;
}
/*
.store-footer ul li:nth-last-child(1) {
display:none;
}
*/
img {
  flex-grow: 1;
}


@media only screen and (min-width: 768px) {
    salla-slider.photos-slider .swiper-slide{
        margin-right:0px;
        margin-left:0px;
        width:100%;
        
    }    
}
@media only screen and (max-width: 767px) {
    salla-slider.photos-slider .swiper-slide{
        margin-right:2px;
        margin-left:2px;
        width:100%;
        
    }    
}
    salla-slider.photos-slider .swiper,
    salla-slider.photos-slider .swiper-slide{
        padding-left:0px;
        padding-right:0px;
    }
  
  .record-box {gap: 1rem}