:root {
    --bg: #fff;
    --bg-img: url();
    --header-bg: #fff;
    --header-color: #000;
    --feat-bg: #fff;
    --feat-color: #000;
}

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--photos-slider:hover {
    filter: brightness(0.8);
}

#mainnav,
#mainnav i:before,
#mainnav b {
    color: var(--header-color) !important;
}

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

#mainnav i {
    border: unset !important;
}

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

.sicon-user-circle:before {
    content: "\f078";
}
/* Special Heading */
.s-slider-block__title, .s-reviews-header-wrapper {
    display: flex;
    justify-content: center;
}
  
.s-slider-block__title h2{
    font-size: 48px !important;
    position: relative;
    color: var(--color-primary) !important;
}
@media (max-width: 1024px) {
    .s-slider-block__title h2{
       font-size: 24px !important;
    }
}
.s-slider-block__title h2:after {
    content: "";
    position: absolute;
    top: 50px;
    display: block;
    background-image: url(https://i.ibb.co/FbQyTvNd/Group-1000009936.png);
    width: calc(100% + 15px);
    left: -5px;
    background-size: contain;
    height: 20px;
    background-repeat: no-repeat;
}
/* Carousel */
.s-block--photos-slider * {
    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;
}


/* 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;
}
@media (max-width: 600px) {
    .s-products-slider-card {
        width: 55%;
    }
}

.s-block:nth-of-type(1) {
    margin-top: 0 !important;
}
.s-block--fixed-banner .container{
  padding: 0 !important;
  max-width: 100% !important;
}
.s-block--photos-slider .s-slider-block__title-nav, .carousel-slider .s-slider-block__title-nav {
    display: none !important;
}
.s-slider-block__title{
  display: flex;
  justify-content: center;
}
/* Features */

.s-block--features__item .feature-icon,
.s-block--features__item {
    background-color: #2193C5;
    box-shadow: 0px 0px 20px 0px #2193C566;
}
.s-block--features__item h2, .s-block--features__item p{
  color: #fff !important;
  font-size: 24px;
  padding: 10px 0;
}
.s-block--features__item .feature-icon i {
    color: #fff !important;
}

/* Footer */

.store-footer,
.store-footer__inner {
    color: var(--color-primary) !important;
}

@media (min-width: 1024px) {
    footer .grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  .s-slider-block__title h2:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0;
}
}

.copyright-text p {
    color: #fff !important;
}
.s-slider-block__title-right:where([dir=rtl],[dir=rtl] *) {
    padding-left: 0!important;
}
.swiper-wrapper{
  display: flex;
  justify-content: center;
}

@media(min-width:768px){
.s-block--features__item .feature-icon {
    height: 6rem;
    width: 6rem;
}
.s-block--features__item .feature-icon i {
    font-size: 3.875rem;
}
  .s-block.s-block--features.container {
    position: relative;
    top: -140px;
    z-index: 2;
    margin-bottom: -4rem;
}
}

@media (max-width: 768px) {
    footer * {
        margin: 0 auto;
        text-align: center;
    }
  .s-block.s-block--features.container {
    position: relative;
    top: -55px;
    z-index: 2;
}
.s-slider-block__title h2:after {
    top: 25px;
    width: 90%;
    left: 25px;
}
  .grid-cols-\[repeat\(2\2c minmax\(0\2c 1fr\)\)\] {
    grid-template-columns: repeat(1,minmax(0,1fr));
    display: flex;
}
  .s-block--features__item{
    height: 120px;
    padding: 5px;
  }
  .s-block--features__item h2, .s-block--features__item p {
    font-size: 12px;
    padding: 0;
}
  .s-block--features__item .feature-icon{
    height: 40px;
  }
}
.banner-entry > div {
    background-repeat: no-repeat;
    display: inline-block;
    transition: 0.3s;
}

.banner-entry > div:after {
    content: "";
    position: absolute;
    top: -50%;
    left: -60%;
    width: 20%;
    height: 200%;
    opacity: 0;
    transform: rotate(30deg);
    background: rgba(255, 255, 255, 0.13);
    background: linear-gradient(
        to right,
        rgba(255, 255, 255, 0.13) 0%,
        rgba(255, 255, 255, 0.13) 77%,
        rgba(255, 255, 255, 0.5) 92%,
        rgba(255, 255, 255, 0) 100%
    );
}

.banner-entry > div:hover:after {
    opacity: 1;
    left: 130%;
    transition-property: left, top, opacity;
    transition-duration: 0.7s, 0.7s, 0.15s;
    transition-timing-function: ease;
}

.banner-entry > div:active:after {
    opacity: 0;
}

.banner-entry > div:not(:hover) {
    transform: scale(0.95);
}