/* Add custom CSS styles below */ 
:root {
    --logo: url();
    --bg: #fff;
    --bg-img: url();
    --header-bg: #fff;
    --header-color: #000;
    --feat-bg: #fff;
    --feat-color: #000;
    --footer-bg: var(--color-primary);
}

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

.app-inner {
  background-image: var(--bg-img) !important;
  background-size: cover !important;   
  background-repeat: no-repeat !important;
  background-position: center bottom;
}

.top-navbar .s-search-input {
    background-color: #fff;
}

.s-block--photos-slider {
    transition: all 0.4s;
}
.s-block.s-block--photos-slider {
    margin-top: 0 !important;
}
#mainnav,
#mainnav i:before,
#mainnav b {
    color: var(--header-color) !important;
}

#mainnav i {
    border: unset !important;
}

.sicon-shopping-bag:before {
    content: "\ef39" !important;
}

.sicon-user-circle:before {
    content: "\f078";
}
.navbar-brand img {
    max-height: 6rem;
}
.s-block__title h2:after, .s-reviews-header:after {
    content: "";
    position: absolute;
    top: 45px;
    display: block;
    width: 300px;
    left: -75px;
    background-color: #4B93B4;
    background-size: contain;
    height: 1px;
    background-repeat: no-repeat;
}
/* Carousel */
.s-block--fixed-banner >.container{
max-width: 100%;}
.s-block--photos-slider *, .banner--fixed img, .s-block--fixed-banner >.container {
    margin: 0 !important;
    padding: 0 !important;
    border-radius: 0 !important;
}

.s-block--photos-slider .swiper-slide {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}

/* Categories */
.s-block--banners .grid{
    display: flex;
    justify-content: center;
}
.s-block--banners .lazy__bg {
    background-size: contain;
    background-repeat: no-repeat;
}
.s-block--banners .banner-entry {
    height: 300px;
    width: 25%;
}
@media (max-width: 992px) {
    .s-block--banners .banner-entry {
        height: 200px;
    }
}
@media (max-width: 480px) {
    .s-block--banners .banner-entry {
        height: 150px;
    }
}
@media (min-width: 640px) {
    .two-row .banner-entry:first-child {
        grid-row: span 1 / span 1;
    }
}

/* Transparent Banner */
.banner-entry,
.banner--fixed img {
    background-color: transparent !important;
}

/* Products */

.s-product-card-entry {
    background-color: transparent !important;
    border-radius: 0.5rem !important;
}
.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: 0.5rem;
}
.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;
}
.s-block--features__item p, .s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled {
    display: none;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

/* Features */

.s-block--features__item .feature-icon,
.s-block--features__item {
    background-color: var(--feat-bg);
}

.s-block--features__item .feature-icon i {
    color: var(--feat-color) !important;
}
.s-block--features__item h2, .s-block--features__item .feature-icon i{
color: var(--color-primary) !important;
}
.s-block--features__item{
border: 1px solid #eee;
border-raduis:0;
}
/* Footer */

.store-footer,
.store-footer__inner, .md\:flex.items-center.justify-between.py-4.container.text-center {
    background-color: #0E1E34 !important;
    color: #000 !important;
}
.footer-is-light .store-footer .store-footer__inner{
    background-color: var(--bg) !important;
    border-top: 1px solid #eee;
    }
@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    .s-block--features__item h2{
    font-size: 24px;
    }
    .s-block--features__item .feature-icon i {
    font-size: 48px;
}
}
.copyright-text p {
    color: #fff !important;
}
.s-block__title .right-side:where([dir=rtl],[dir=rtl] *){
    padding-left: 0!important;
}

@media (max-width: 769px) {
.navbar-brand img {
    max-height: 4rem;
}
    footer * {
        margin: 0 auto;
        text-align: center;
    }
    .s-block__title h2:after, .s-reviews-header:after {
    content: "";
    position: absolute;
    top: 30px;
    display: block;
    width: 200px;
    left: -35px;
    background-color: #4B93B4;
    background-size: contain;
    height: 1px;
    background-repeat: no-repeat;
}
.s-reviews-header:after {
    content: "";
    position: absolute;
    top: 30px;
    display: block;
    width: 150px;
    left: -35px;
    background-color: #4B93B4;
    background-size: contain;
    height: 1px;
    background-repeat: no-repeat;
}
}
/* Special Heading */
.s-block__title, .s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}
.s-block__display-all{
display: none;
}
.s-block__title h2, .s-reviews-header {
    font-size: 24px !important;
    position: relative;
    color: #4B93B4 !important;
}
@media (max-width: 1024px) {
    .s-reviews-header,
    .s-block__title h2 {
        font-size: 20px !important;
    }
}