/* Add custom CSS styles below */ 
.s-block--best-offers .s-slider-block__title, salla-products-slider .s-slider-block__title {
border-bottom: 1px solid #011e44;
max-width: none;
}
i.sicon-menu.text-2xl {
    background-color: #00091d;
    color: #fefefe;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(44 146 174 / 60%);
}
i.header-btn__icon.sicon-user {
    background-color: #00091d;
    color: #fefefe;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(44 146 174 / 60%);
    height: 35px;
    width: 35px;
}
i.header-btn__icon.icon.sicon-cart {
    background-color: #00091d;
    color: #fefefe;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(44 146 174 / 60%);
    height: 40px;
    width: 35px;
}
.s-cart-summary-count {
    background-color: #00d2fe !important;
}
span.header-btn__icon.icon.sicon-search {
    background-color: #00091d;
    color: #fefefe;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 2px 10px rgb(44 146 174 / 60%);
    height: 40px;
    width: 35px;
}
body.products-has-border .product-card {
    box-shadow: 0 2px 7px rgb(44 146 174 / 60%);
}
.product-card__buttons {
    display: none;
}
.product-card--primary-buttons button, .product-card--primary-buttons salla-button {
    background-color: #fff;
    color: #011e44 !important;
}
.product-card__image img {
    object-fit: fill;
}
.product-card--primary-buttons button i, .product-card--primary-buttons salla-button i {
    color: #011e44 !important;
}
.bg-store-bg-secondary {
    background-color: #020f1f !important;
    box-shadow: 0 2px 10px rgb(44 146 174 / 60%) !important;
}
.sicon-quote:before {
    color: #00d4fc !important;
}
.sm\:text-4xl {
    font-size: 1.75rem;
}
.s-social-link a {
    background-color: #00091d;
    color: #fefefe;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(44 146 174 / 60%); 
}
.footer-is-custom .store-footer .contact-icon {
    background-color: #00091d;
    color: #fefefe;
    padding: 5px;
    border-radius: 5px;
    box-shadow: 0 3px 10px rgb(44 146 174 / 60%);   
}
.s-payments-list-item {
    box-shadow: 0 3px 10px rgb(44 146 174 / 60%);
}
div#wa-selia {
    border: 2px solid #0dd3fc;
    padding: 26px;
    box-shadow: 0 3px 10px rgb(44 146 174 / 60%);
}