body.index {
    background-color: var(--white-color) !important;
}

:root {
    --main-color: #234d68;
    --second-color: #50def4;
    --third-color: #4adaf3;
    --white-color: #fff;
    --normal-box-shadow: rgb(0,0,0,0.3) 1px 2px 3px;
}

div#mainnav, .inner.bg-inherit {
    background: #fff;
    box-shadow: none;
}

.main-menu li.root-level>a {
    font-size: 15px;
}

i.sicon-menu {
    padding: 8px;
    border-radius: 50px;
}

i.header-btn__icon.sicon-user-circle, i.header-btn__icon.icon.sicon-shopping-bag, i.sicon-menu {
    color: var(--white-color) !important;
    background-color: var(--main-color) !important;
    border: 0;
}

.top-navbar {
    background-color: var(--second-color) !important;
    color: var(--white-color);
}

.top-navbar .s-search-input {
    border: 1px solid var(--white-color);
}

section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
}

section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0px !important;
    width: 100% !important;
    max-width: unset;
}

.banner--fixed img {
    background-color: transparent;
    border-radius: 0px !important;
}

.s-product-card-entry * {
    text-align: center;
    justify-content: center;
}

.swiper .swiper-wrapper>div {
    padding-bottom: 20px !important;
}

.s-product-card-entry {
    border: none;
    border-radius: 15px !important;
    box-shadow: var(--normal-box-shadow);
    overflow: hidden;
    background-color: #defaff;
}

button.s-button-btn.s-button-outline.s-button-primary-outline {
    border: 0;
    border-radius: 10px;
    box-shadow: var(--normal-box-shadow);
}

button.s-button-btn.s-button-outline.s-button-primary-outline {
    background-color: var(--main-color);
    color: var(--white-color);
}

.s-product-card-content {
    padding: 12px;
}

.s-block__title h2, .main-menu li.root-level>a {
    position: relative;
    margin-right: 7px !important;
}

.main-nav-container.fixed-pinned .inner {
    padding: 15px;
    border-radius: 0 0 50px 50px;
    box-shadow: var(--normal-box-shadow);
}

.s-product-card-image img {
    background: #fff;
}

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

.store-footer__inner {
    background-image: url(https://i.ibb.co/PZ532ZDb/Full-BG.webp);
    background-size: cover;
    background-position: 100% 0%;
    color: var(--main-color);
    padding-top: 22rem;
    background-color: transparent !important;
    position: relative;
}
.store-footer__inner:before {
    position: absolute;
    content: '';
    width: 150px;
    height: 150px;
    background-image: url(https://i.ibb.co/wNQcPTPb/Footer-Logo.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    top: 0;
    left: 50%;
    transform: translate(-50%, 100%);
}

footer.store-footer {
    padding-top: 25rem;
    background-color: var(--main-color) !important;
    background-image:url(https://i.ibb.co/fYmV6Nm4/6.webp) !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top !important;
}
@media (max-width: 992px) {
    .store-footer__inner {
        background-image: url(https://i.ibb.co/PZ532ZDb/Full-BG.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: top;
        color: var(--main-color);
        padding-top: 9rem;
        background-color: #4adaf3 !important;
        border: 0!important;
    }
    .store-footer__inner:before {
    width: 100px;
    height: 100px;
    transform: translate(-50%, 30%);
}

    .store-footer__inner * {
        text-align: center;
        justify-content: center;
    }
    footer.store-footer {
    padding-top: 8rem;
}
}

body.index .s-block__title h2, body.index .s-reviews-header, body.index .s-slider-block__title h2 {
    color: var(--main-color);
}

.s-block__title h2:before, .s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 5px;
    width: 20%;
    border-radius: 5px;
    background: var(--second-color);
    bottom: -10px;
    transform: translateX(0%);
    transition: all .5s;
    z-index: -1;
}

.s-block__title h2:hover {
    color: var(--main-color);
}

.s-block__title h2:hover:before, .s-slider-block__title h2:hover:before {
    width: 100%;
    transition: all .5s;
}

.s-block__display-all, .s-reviews-display-all {
    background-color: var(--second-color);
    color: var(--white-color);
    opacity: 1;
    padding: 7px;
    border-radius: 50px;
}

.s-social-link a {
    color: var(--white-color);
    border: 0;
    transition: all .5s;
}

.s-social-link a:hover {
    transform: translateY(-10px);
    transition: all .5s;
}

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

a[href*="tiktok"] {
    background: -o-linear-gradient(330deg, #69c9d0, #000, #ee1d52);
    background: linear-gradient(120deg, #69c9d0, #000, #ee1d52);
}

a[href*="facebook"] {
    background: -o-linear-gradient(45deg, #3776f2, #00b1f7);
    background: linear-gradient(45deg, #3776f2, #00b1f7);
}

a[href*="youtube"] {
    background-color: #c4302b;
}
a[href*="snapchat"] {
    background-color: yellow;
    color: black;
}
a[href="https://twitter.com/bahriatna1"] {
    background-color: black;
}

.s-contacts-icon {
    border: 0;
    background-color: var(--main-color);
    color: var(--second-color);
}  

.store-footer h3 {
    background-color: white;
    color: var(--main-color);
    border-radius: 15px;
    padding: 6px 20px;
    text-align: center !important;
}



.s-reviews-testimonial {
    background-image: url(https://i.ibb.co/QvTQqvV4/Comments-BG.webp);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0% -60%;
    border-radius: 50px;
}

@media (max-width: 776px) {
    .s-reviews-testimonial {
        background-color: #f6f6f6 !important;
        background-position: 0% 99%;
    }
}

.navbar-brand img {
    max-height: 5rem !important;
}

.copyright-text p {
    color: var(--second-color);
}

body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9),
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5){
    max-width: unset;
    margin: 0;
    padding-inline: 20rem;
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) {
    background: linear-gradient(to bottom, #51ddf4, #4adaf3);
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9){
     background: var(--third-color);
}

@media (max-width: 992px) {
    body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9),
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) {
        padding-inline: 10px !important;
    }
}

@media (min-width: 767px) and (max-width: 1250px) {
    body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9),
    body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) {
        padding-inline: 7rem !important;
    }
}

@media (min-width: 1200px) and (max-width: 1500px) {
    body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(9),
    body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(5) {
        padding-inline: 12rem !important;
    }
}

body.index > div.app-inner.flex.flex-col.min-h-full>section:nth-child(9) h2,
body.index > div.app-inner.flex.flex-col.min-h-full>section:nth-child(5) h2 {
    color: var(--white-color) !important;
}



salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout {
    background-color: #4caf50 ;
    border-radius: 10px;
}

salla-mini-checkout-widget.s-add-product-button-mini-checkout.s-mini-checkout * {
    color: white;
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0;
}

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

section.s-block.s-block--photos-slider img {
    border-radius: 0;
}


.s-slider-block__display-all {
    background: var(--main-color);
    padding: 5px 13px;
    border-radius: 15px;
    color: white !important;
    transition: all 0.3s ease-in-out;
    &:hover {
        background-color: var(--second-color);
        color: var(--main-color);
    }
}

button.s-slider-nav-arrow {
    background-color: var(--main-color);
    color: white;
    opacity: 1;
    border: 0;
}
button.s-slider-nav-arrow svg {
    fill: white;
}





/** features code ***/
section.s-block.s-block--features .s-block--features__item {
    background-color: transparent !important;
    row-gap: 5px;
    box-shadow: none !important;
    position: relative;
}
@media (min-width: 1024px) {
    section.s-block.s-block--features .s-block--features__item:not(:last-of-type):before {
   position: absolute;
    content: '';
    width: 3px;
    height: 30px;
    background: var(--main-color) !important;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
} 
}
.s-block--features__item h2 {
    font-size: 17px;
    color: var(--main-color);
}
.s-block--features__item p {
   color: black;
}
.s-block--features__item .feature-icon {
    background: transparent;
    height: 8rem;
    width: 8rem;
}

.s-block--features__item .feature-icon i:before {
    content: '';
    width: 120px;
    height: 120px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    display: block;
}
.s-block--features__item .feature-icon .sicon-store2:before {
    background-image: url(https://i.ibb.co/0jd2y7Lb/Group-127.png);
}

.s-block--features__item .feature-icon .sicon-shipping-fast:before {
    background-image: url(https://i.ibb.co/XfQmHfkZ/Group-128.png);
}
.s-block--features__item .feature-icon .sicon-fire:before {
    background-image: url(https://i.ibb.co/4Zpv5rwf/Group-129.png);
}

@media (max-width: 992px) {

    section.s-block.s-block--features .grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    
    .s-block--features__item:first-child {
        grid-column: span 1 / span 1;
    }
    .s-block--features__item h2 {
    font-size: 15px;
    color: var(--main-color);
}
      .s-block--features__item p {
    font-size: 12px;
}
}
.blog-single .main-content.blog-category > img {
    object-fit: contain;
}