/* Add custom CSS styles below */ 
.main-nav-container , .fixed-header , #mainnav > div > div{
  background: linear-gradient(to right,#563239,#9b3c1d,#4a2a41);
color: #fff ;
}

.header-btn__icon{
  background-color: #fff ;
  color: #5f2f38 ;
  border: none;
  border-radius: 5px;
}
.top-navbar , #app > div.app-inner.flex.flex-col.min-h-full > footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > salla-payments > ul > li:nth-child(8){
  display: none !important;
}
.s-cart-summary-total , .sicon-menu:before , .top-navbar .s-search-input{
  color: #fff;
}
.store-footer{
   color: #fff !important;
}

.footer-is-light .store-footer .store-footer__inner , #app > div.app-inner.flex.flex-col.min-h-full > footer > div.md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #843727!important;
}

.s-contacts-icon {
    color: #843727;
    background: #fff;
}

.s-social-link a{
  border: none;
}
a[title="facebook"]{
  background: #0f90f3 ;
}
a[title="youtube"]{
  background: red ;
}

a[title="tiktok"]{
  background: #000 ;
}

a[title="snapchat"]{
  background: #ff0 ;
}

a[title="twitter"]{
  background: #111 ;
}

a[title="instagram"]{
  background: linear-gradient(45deg,#f09433 0,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)!important;
}


.s-block--features__item {
    background: #843727;
  border-radius: 30px;
}
.s-block--features__item h2, .s-block--features__item p{
  color: #fff;
}


salla-slider.photos-slider .swiper-slide {
    margin-left: 0rem;
    margin-right: 0rem;
    width: 100%;
}
salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.s-slider-nav-arrow{
  display: none;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p , #app > div.app-inner.flex.flex-col.min-h-full > footer > div.md\:flex.items-center.justify-between.py-4.container.text-center > span > p > a{
  color: #fff;
}

.slide--cat-entry i {
    background: #973b1e;
    padding: 16px;
    color: #ffffff;
    border-radius: 50%;
}
.slide--cat-entry {
    border-radius: 20px;
    background-color: rgb(234 234 234);
}

#main-links-1 > div.s-slider-block__title{
  justify-content: center;
}

.s-slider-block__title h2 {
    font-size: 28px;
}

#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > div.flex.gap-4 > salla-trust-badges{
  display: none !important;
}

salla-slider.photos-slider .swiper:where([dir=rtl],[dir=rtl] *) {
    padding-right: 0rem; 
}


@media (max-width:768px){
  #main-links-1 > div.s-slider-block__title{
  justify-content: center;
}

.s-slider-block__title h2 {
    font-size: 20px;
}
}