/* Add custom CSS styles below */ 
.top-navbar {
    background: #0D141C;
}

a.s-menu-topnav-item.topnav-link-item.right-side {
    color: white;
}
body {
    background: #e7e7e7 !important;
}


.top-navbar .s-search-input {
    background: #ffffff !important;
    border-radius: 10px !important;
}

.main-nav-container {
    background: #F5F5F5 !important;
    color: #0e0e0e;
    box-shadow: none;
    position: relative !important;
}

i.header-btn__icon {
    border: 1px solid #45a4cf;
    color: #4baad2;
    background: transparent;
}

.main-nav-container.fixed-header .inner {
    background: #0f131c;
    color: #ffffff;
    border-radius: 0px 0px 30px 30px;
}

section.s-block.s-block--fixed-banner .container {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

section.s-block.s-block--fixed-banner:nth-of-type(1) .container {
    margin-top: -66px;
}


.s-product-card-entry {
    border-radius: 0 !important;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.s-product-card-content-title a,.s-product-card-content-subtitle {
    text-align: center !important;
    color: #000000 !important;
}

h4.s-product-card-price {
    margin: auto;
    color: #3799c4;
}

.s-product-card-content-sub {
    justify-content: center;
}

.s-product-card-content-footer {
    width: 100%;
    margin: auto;
    margin-bottom: -11px;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background: #3EB4E9;
    color: #ffffff;
    font-size: 14px;
    border-radius: 9px !important;
    border: 0;
}


.banner--fixed img {
    background: transparent !important;
}

footer.store-footer {
    background: transparent !important;
}

.store-footer__inner + div {
   background:  #0D141C;
    max-width: 100%;
   
}

.store-footer__inner + div * {
    color: white !important;
}

.store-footer h3,.store-footer * {
    color: #ffffff !important;
    border: 0;
}

.s-product-card-sale-price span,.item-price,.item-price + p {
    color: #000000;
    border-width: 0 !important;
}

nav.breadcrumbs * {
    font-size: 17px;
}


.s-user-menu-trigger {
    padding-bottom: 6px;
    background: transparent;
}

.before-price,.whitespace-nowrap span {
    color: black;
}

.s-slider-block__title h2,.s-slider-block__title-right {
    color: #0f131c;
    
}

.s-product-card-image {
    border-radius: 0 !important;
}

.navbar-brand img {
    max-height: 4rem;
}

a.banner-entry {
    height: 496px !important;
    background: transparent;
}


.
.store-footer__inner > div a h3 {
    display: none
}

@media(max-width: 992px) {
    .sicon-menu:before {
        color: #0f131c;
    }


    a.banner-entry {
        height: 38vw;
        background: transparent;
    }

}

@media(max-width: 600px) {
    section.s-block.s-block--fixed-banner:nth-of-type(1) .container {
        margin-top: -14px;
    }

    section.s-block.s-block--photos-slider {
        margin-top: -6px;
    }

    .s-cart-summary-total {
        display: none !important;
    }

    section.sticky-product-bar {
        display: flex;
        flex-direction: column;
        gap: 5px;
    }

    .product-single footer.store-footer {
        padding-bottom: 40px;
    }

    .store-footer__inner .container {
        display: flex;
        flex-direction: column;
    }

    .s-search-container.s-search-inline {
        padding-left: 10px;
        min-width: 208px;
    }

    button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
        padding: 3px 5px;
        font-size: 11px;
    }

    button.s-button-element.s-button-btn.s-button-outline .sicon-shopping-bag:before {
        display: none;
    }


    a.banner-entry {
        height: 36vw;
    }
}

h2.ql-direction-rtl {
    font-size: 14px;
}


.top-navbar {
    background: #0D141C;
}

a.s-menu-topnav-item.topnav-link-item.right-side {
    color: white !important;
}

b.s-cart-summary-total {
    color: #50add6 !important;
}

img.s-product-card-image-contain.lazy.loaded {
    background: #ffffff;
}

.s-product-card-content {
    background: #c9c9c9;
    padding: 30px !important;
}


section#featured-products-style2-4 {
    background: #e7e7e7;
}


.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 a.banner-entry{
    width: 100%;
    height: 395px !important;
}


.s-block--features__item {
    background: #0D141C;
}

.feature-icon {
    background-color: #E7E7E7 !important;
}

.s-block--features__item .feature-icon i {
    color: #0d141c;
}

.s-block--features__item h2 {
    color: white;
}

.s-block--features__item p {
    color: #4baad2;
}


.store-footer__inner {
    background: linear-gradient(45deg, #0D141C 70%, #3EB4E9);
}