/* Add custom CSS styles below */
.min_slider .swiper-autoheight .swiper-wrapper {
    margin: 0px !important;
}

.logo-normal{
      height: 67px !important;
}


.footer-is-custom .store-footer .store-footer__contacts-row,
.footer-is-custom .store-footer .store-footer__inner,
.footer-is-custom .store-footer .store-footer__newsletter {
    border-bottom-color: transparent;
}

.header-btn__icon.sicon-user,
.header-btn__icon.icon:where([dir=rtl], [dir=rtl] *) {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    border-radius: 50%;
    background: #d9b76e;
}

.enhanced_rounded_contacts a,
.s-payments-list-item,
.product-more-info .more-tab-container .more-info-tabs__nav-link,
.product-card--vertical,
.fit-slider-products .s-slider-swiper-wrapper .swiper-slide custom-salla-product-card {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/**********************************/


.product-card__enhanced-mini-cart button.s-button-element {
    border: none;
    animation: glowing-pulse 2s infinite ease-in-out;
}


@keyframes glowing-pulse {
    0% {
        box-shadow: 0 0 0px #0a1a3c;
    }

    50% {
        box-shadow: 0 0 20px #0a1a3c, 0 0 5px #0a1a3c;
    }

    100% {
        box-shadow: 0 0 0px #0a1a3c;
    }
}

.footer-user-menu .s-user-menu-dropdown-item a {
    justify-content: center;
}

.enhanced_rounded_contacts a[href="tel:+966581110006"] {
    color: #fff;
    background: #f31010 !important;
}


.enhanced_rounded_contacts a[href="mailto:foodandcure.bh@gmail.com"] {
    color: #fff;
    background: #960c0c !important;
}

.main-nav-container.fixed-header .inner {
    margin-top: 10px;
    border-radius: 53px;
    filter: drop-shadow(-2px 0px 3px #000);
}


.product-card__buttons>div button,
.bg-store-bg-secondary,
.product-card--primary-buttons button {
    background: #0a1a3c;
}

.bg-store-bg-secondary {
    border: none;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.product-card__normal-cart__btn .s-button-text,
.product-card--primary-buttons button i,
.product-card--primary-buttons salla-button i{
    color: #d9b76e !important;
}

.sicon-cart:before,
.sicon-user:before,
.sicon-search:before {
    color: #fff;
}

.s-block--enhanced-features__item .feature-icon {
    height: 5.2rem;
    width: 5.2rem;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #0a1a3c;
    position: relative;
    border-radius: 50%;
    transition: all .3s ease-in-out;
    animation: myani 1s ease-in-out alternate infinite;
}

@keyframes myani {
    from {
        top: 0;
        border-bottom: 2px solid #000;
        border-top: 2px solid #000
    }

    to {
        top: 13px;
        border: 2px solid #000 !important
    }
}


i.sicon-keyboard_arrow_up,
i.sicon-keyboard_arrow_down {
    background: #d9b76e;
    color: #fff;
}

.s-block--enhanced-features__item {
    border: none;
}

.s-block--best-offers .s-slider-block__title-left .s-slider-block__display-all,
salla-products-slider .s-slider-block__title-left .s-slider-block__display-all {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    padding-bottom: 10px;
    background: #0a1a3c;
    color: #000;
    border: 2px solid #d9b76e;
}

.s-slider-nav-arrow svg {
    fill: #000000;
}

salla-products-slider .s-slider-block__title-left .s-slider-block__title-nav .s-slider-nav-arrow {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background: #0a1a3c;
    color: #000;
    border: 2px solid #d9b76e;
}

.product-card__actions div button {
    background: #0a1a3c;
}

.s-block__title h2,
.s-reviews-header,
.s-slider-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg, #000 40%, #000 9%, #fff 67%, #000 100%);
    background-size: 200% auto;
    color: #fff;
    font-weight: 700;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    line-height: 24px
}

@keyframes textclip {
    to {
        background-position: 200% center
    }
}

.store-footer:before {
    content: "";
    background-image: url(https://i.imgur.com/eAWGMd1.png);
    background-size: 418%;
    display: block;
    background-repeat: round;
    transform: rotate(180deg);
    height: 200px;
    margin: -12px -32px 1px 1px;
    height: 104px;
    margin: -13px -32px 1px 1px;
}


.store-footer h3 {
    text-align: center;
    color: #000 !important;
    background: #fff;
    border-radius: 8px;
    font-weight: 700;
    padding-top: .3rem;
    width: 100%;
    padding-bottom: .3rem;
    box-shadow: rgba(255, 255, 255, .842) 0 4px 12px;
}


@media only screen and (min-width:601px) {
    .lg\:mx-\[unset\] {
        margin: 0px auto;
    }

    .store-footer__inner {
        text-align: center;
    }

    .lg\:justify-start {
        justify-content: center;
    }

    .col-span-2 {
        grid-column: span 1 / span 2;
    }

    .lg\:grid-cols-5 {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media only screen and (max-width:600px) {
    .has-bottom-nav {
        padding-bottom: 0px;
    }

    .grid-cols-2 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }

    .store-footer .justify-start {
        justify-content: center;
    }

    .footer-list a {
        text-align: center;
    }

    .col-span-2 {
        grid-column: span 1 / span 2;
    }

    .footer-list a {
        font-size: .9rem;
    }

    .centered_logo .header-btn__icon {
        width: 2.5rem;
    }

    .selia-bottom-nav {
        border-radius: 50px;
        margin-bottom: 10px;
        background-color: #0a1a3c;
    }

    .selia-bottom-nav .s-cart-summary-wrapper .s-cart-summary-total,
    .selia-bottom-nav-user span,
    .selia-bottom-nav-icon span,
    .selia-bottom-nav-icon i:not(.sicon-sar) {
        color: #fff !important;
    }

    .product-card__enhanced-mini-cart button.s-button-element {
        margin: 10px;
        width: 86%;
    }
}

.faq-content p,
.\!px-6,
.rtl\:text-right:where([dir=rtl], [dir=rtl] *),
.ltr\:text-left:where([dir=ltr], [dir=ltr] *),
.mx-2 h4,
#item-text p {
    color: #fff;

}