:root {
    --bg: #fff;
    --header-bg: #000;
    --header-color: var(--color-primary);
    --feat-bg: #000;
    --feat-color: #fff;
    --footer-bg: #1C4E6F;
}

body {
    background-color: var(--bg) !important;
}

@media (min-width: 992px) {
    .navbar-brand img {
        max-height: 4rem;
    }

    .main-nav-container.fixed-pinned .navbar-brand img {
        max-height: 70px;
    }
}
#mainnav,
#mainnav i:before,
#mainnav b {
    color: #000000 !important;
}

#mainnav a:hover {
    color: var(--header-color) !important;
    opacity: 0.7;
}

#mainnav i {
    border: unset !important;
}
.main-nav-container.fixed-pinned .main-menu>li>a {
    padding-bottom: 0;
    padding-top: 40px;
}
.top-navbar {
    background: #1C4E6F;
    color: #fff;
}
.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}
/* ========== Categories ========== */
.slide--cat-entry {
    background-color: transparent;
    border-color: transparent;
    height: 13rem;
    padding: 0;
}
.slide--cat-entry:hover { background: transparent; box-shadow: none; }
.rounded-full { border-radius: 0; }
.w-16 {width: 16rem;}
.sm\:py-16 { background: var(--color-white); }

.h-16 {
    height: auto;
    display: inline-block;
    transition: transform 0.3s ease;
    transform-origin: center;
    will-change: transform;
}
.h-16:hover { transform: scale(1.06); }

.s-block--categories .swiper-wrapper {justify-content: center;}
@media (max-width: 768px) {
    .s-block--categories .swiper-wrapper { justify-content: flex-start !important; }
}
.slide--cat-entry h2 {
    display: none;
}
@media (max-width: 768px) {
    salla-slider .slide--one-sixth {
        width: 65%;
    }
}



/* Carousel */

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}


.s-block--photos-slider .s-slider-block__title-nav {
    display: none !important;
}

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

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
#main-content > section:nth-child(2) > div{
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
    max-width:100%
}

/* Products */
.carousel-slider .swiper-wrapper>div, salla-slider[type]:not(.hydrated) .swiper>div>div>div, salla-slider[type]:not(.hydrated)>div>div {
    padding: .625rem;
}
.product-single h2{
  opacity: 1 !important;
}
body:not(body.product-single) .s-block-tabs .s-button-element:not(.s-product-card-wishlist-btn){
 background-color: #1C4E6F !important;
}

.s-product-card-entry {
    border-radius: 0.5rem !important;
    border: solid 1.5px #1c4e6f;
    box-shadow: 0px 4px 4px #00000045;
}

.s-product-card-image {
    background-color: transparent !important;
}

.s-product-card-entry:hover img {
    scale: 1.2;
}

.s-product-card-entry img {
    transition: all 0.3s;
}

.slider-bannars-moving h2,
.s-product-card-content-title {
    text-align: center !important;
}

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

.s-product-card-content-title a {
    color: #000 !important;
}

body:not(body.product-single)
    .s-button-element:not(.s-product-card-wishlist-btn) {
    background: var(--color-primary);
    color: #fff !important;
    border-radius: 4px;
}

.s-product-card-vertical .s-product-card-wishlist-btn button:hover {
    background-color: var(--color-primary) !important;
}

.s-product-card-vertical
    .s-product-card-wishlist-btn
    button:hover
    .sicon-heart {
    color: #fff !important;
}

@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}
button.tab-trigger.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    background: #1C4E6F !important;
}

/* Transparent Banner */
.banner--fixed img {
    background-color: transparent !important;
    border-radius: 0;
}
/* Footer */
.store-footer{
    background-color:var(--color-primary) !important;
} 
.store-footer__inner {
    background-color: #C1D0D9 !important;
    color: #1c4e6f;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.copyright-text p,
.copyright-text p a:hover{
    color: #fff !important;
    opacity: 1;
}


@media (max-width: 769px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
}
/* Special Heading */

.s-slider-block__title h2, .s-block__title h2 {
    font-size: 24px !important;
    position: relative;
    padding: 0;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 0rem;
}
.s-slider-block__title, .s-block__title {
    justify-content: center;
    padding-bottom: 8px;
}
.s-block__title .right-side:where([dir=ltr],[dir=ltr] *) {
    padding-right: 0;
}
.s-slider-block__title-left{
  display: none;
}

/* Hover Effect */
    .s-block--features__item {
        border: solid 2px #000;
    }
.s-reviews-testimonial {
    border: solid 1.5px #000;
    border-radius: 20px;
}
.s-block-trust-store-features__grid {
    grid-template-columns: repeat(1, 1fr) !important;
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0rem;
}
.md\:grid-cols-2 {
    grid-template-columns: repeat(2,minmax(0,1fr));
    max-width: 70% !important;
}
.s-slider-block__title-right:where([dir=ltr],[dir=ltr] *) {
    padding-right: 0rem;
}
section#featured-products-style2-11,
section#featured-products-style2-9 {
    background: unset;
}
.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *)::after {
    content: "";
    background-image: url('https://cdn.files.salla.network/homepage/1271397926/732e78dd-05d1-4f23-94de-bc507a47dd99.webp');
    width: 73px;
    height: 23px;
    background-size: 100% 100%;
    display: inline-block;
    margin-right: 1rem;
}

.s-slider-block__title h2:where([dir="rtl"], [dir="rtl"] *)::before {
    content: "";
    background-image: url('https://cdn.files.salla.network/homepage/1271397926/f34246ea-9f34-47bc-9602-d930162d7a04.webp');
    width: 73px;
    height: 23px;
    background-size: 100% 100%;
    display: inline-block;
    margin-left: 1rem;
}