/* Add custom CSS styles below */ 
.sicon-add:before,.sicon-minus-circle:before {
    display:none;
    }
    .store-footer__contacts-row,.store-footer__inner, .store-footer__newsletter  {
    border-bottom-width:0px;
    }
    .border-2 {
    border-width:0px;
    }
    a[aria-label="mobile"] {
    display: none;
}
li.w-12.h-8.bg-white.rounded.flex.items-center.p-1 {
    background-color: #f5f2e0;
}

.sicon-cart:before {
content:"\e906";
}
.s-cart-summary-count {
background-color:#ef7909;
}
  .alert-info {
    background-color:#ef7909!important;
    color:#000;
    }
     .swal2-container .swal2-popup.swal2-toast.swal2-icon-success{
    background-color:#ef7909;
    color:#000;
    }
    
     .swal2-container .swal2-popup.swal2-toast.swal2-icon-success * {
    color:#000;
    }
    .swal2-container .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
    border-color:#fff;
    }
     salla-button[product-status="out"] .enhanced-label {
        color: #fff;
    }
     @media (min-width: 768px) {
      .s-button-primary-outline {
            background-color: #000;
            color:#fff;
              border-radius:10px;
              border:none;
        }
    }
    .product-card__addToCart__btn salla-button button {
    background:#000;
    color:#fff;
  
    }
    .product-card__addToCart__btn .hydrated{
     
    }
    .total-price{
    color:#ef7909;
    }
    .footer-is-custom .store-footer .footer-rights p {
    color:#000;
    opacity:1!important;
    }
    .main-nav-container .s-user-menu-dropdown .s-user-menu-dropdown-item i svg {
    fill:#fff;
    }
 .product-single .sticky-product-bar salla-add-product-button salla-button .s-button-btn {
    max-height: 40px;
    color: #fff;
    background: #000;
    border-color: #000;
}
.salla-quantity-input .s-quantity-input-container {
border-color:#000;
}
.s-products-list-vertical-cards {
grid-template-columns: repeat(2, minmax(0, 1fr));
}

.main-nav-container .inner {
   background: rgba(236, 236, 228, 0.7);
        backdrop-filter: blur(10px);
}
.s-rating-stars-wrapper {
display:none;
}


  .s-quantity-input-container {
        border-color:#000;
  }
          .s-quantity-input-input {
           border-color:#000;
          }
          .rtl\:space-x-reverse:where([dir="rtl"], [dir="rtl"] *) > :not([hidden]) ~ :not([hidden]) {
                     border-color:#000;
          }