body {
    /* background-image: url('https://w0.peakpx.com/wallpaper/180/109/HD-wallpaper-pink-roses-bouquet-white-backgrounds-bouquet-of-roses-bokeh-pink-flowers-roses-buds-pink-roses-beautiful-flowers-backgrounds-with-flowers.jpg'); */
    background-image: url('https://i.postimg.cc/hhF3Cfzs/bg.jpg');
    /* background-repeat: no-repeat; */
    /* zoom: 85%;
    background-attachment: fixed;
    background-position: right; */
  }
  
  body:before {
    content: '';
    width: 100%;
    height: 100%;
    background: #fff url(https://i.postimg.cc/T3mSBT9X/11.png);
    position: fixed;
    z-index: 99999999999999999 !important;
    transform: scale(0);
    background-size: 350px !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
  
    animation-duration: 1.5s
  }
  
  @keyframes logobg {
    0% {
      transform: scale(1);
    }
  
    20% {
      transform: scale(1);
    }
  
    78% {
      transform: scale(1);
    }
  
    100% {
      transform: scale(0);
    }
  }
  
  .topnav-is-dark .top-navbar,
  .s-block--features__item,
  .store-footer__inner, #mainnav {
      background: linear-gradient(to left, #194B7F, #66A4CD) !important;
  }
  
  
  #mainnav .flex.items-center.justify-end .s-cart-summary-total,
  .no-content-placeholder p,
  label.hidden.sm\:block.rtl\:ml-3.ltr\:mr-3.whitespace-nowrap {
    color: #FFF;
  }
  
  #mainnav .flex.items-center.justify-end i {
    color: #fff;
  }
  #mainnav .flex.items-center.justify-end .s-cart-summary-total {
    color: #ffffff;
}
  .slide--cat-entry {
    background-color: #171717;
    border: none;
  
  }
  
  .slide--cat-entry i {
    color: #ffffff;
  }
  
  .slide--cat-entry h4 {
    color: #e5e5e5;
  }
  
  .store-footer span.text-sm.opacity-75 p {
    color: #fff !important;
  }
  
  .banner--fixed img {
    border-radius: 40px;
  }
  
  section#featured-products-style2-1 {
    background: transparent;
  }
  
  /* Product */
  
  .s-product-card-vertical {
    background-color: #f5f5f5;
    border-radius: 20px;
  }
  
  .s-product-card-vertical button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-color: #000;
    color: #000;
  }
  
  .s-product-card-vertical button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center:hover {
    border-color: #FFF;
    color: #FFF;
  }
  
  .s-product-card-content-title a {
    color: #000;
    font-weight: bold;
  }
  
  .s-product-card-content-subtitle,
  .s-product-card-sale-price span {
    color: #444;
    font-weight: bold;
  }
  
  .s-product-card-content-title a:hover {
    color: #f37566;
  }
  
  .s-product-card-price {
    font-size: 1.25rem;
    color: #000;
    font-weight: bold;
  }
  
  .s-product-card-sale-price h4 {
    color: red;
    font-weight: bold;
    font-size: 1.25rem
  }
  
  
  .s-product-card-fit-height .s-product-card-image {
    background-color: #171717;
    flex-grow: 7;
  }
  
  .s-product-card-content {
    flex-grow: 1;
    max-height: 184px;
    justify-content: space-between;
  }
  
  .s-product-card-content-footer {
    margin-top: 0;
  }
  
  
  .s-block--features__item h4 {
    font-weight: 900;
    font-size: 26px;
    line-height: 45px;
    text-align: center;
    background: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-top: 8px;
  }
  
  .s-block--features__item .feature-icon {
  
    background: #194B7F;
    border-radius: 5px;
    border: none;
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
  }
  
  .s-block--features__item .feature-icon i {
    color: #FFF;
  }
  
  .s-block--features__item p {
    font-size: 1rem;
    line-height: 2rem;
  }
  
  .store-footer {
  
      background: linear-gradient(to left, #194B7F, #66A4CD) !important;
  }
  
  .store-footer__inner {
    position: relative
  }
  
  .s-button-primary-outline {
    background: #194B7F;
    color: #FFF;
  }
  
  .s-product-card-vertical button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    border-color: #fff;
    color: #fff;
  }
  
  @media (max-width:764px) {
    .store-footer__inner::before {
        content: "";
        background: url(https://i.postimg.cc/T3mSBT9X/11.png);
        height: 100px;
        width: 150px;
        top: 54px;
        position: absolute;
        background-size: 100% 100%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .store-footer__inner {
        padding-top: 7rem !important;
    }
  }
  
  
  @media (min-width:992px) {
    .store-footer__inner::before {
      /* ايقونة لعبة*/
      content: "";
      background: url(https://i.postimg.cc/T3mSBT9X/11.png);
      height: 150px;
      width: 200px;
      left: 50px;
      top: calc(50% - 114px);
      position: absolute;
      background-size: 100% 100%;
    }
  }
  
  
  
  
  /* Details */
  @keyframes tournemoi {
    0% {
      transform: rotate(-2deg)
    }
  
    40% {
      transform: rotate(2deg)
    }
  
    100% {
      transform: rotate(0)
    }
  }
  
  
  .s-product-card-vertical:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
    box-shadow: 0 1px 5px 0 rgb(0 0 0 / 10%);
    animation: tournemoi ease 1s;
  }
  
  
  
  
  @keyframes cart1 {
    0%, 7% {
      transform: rotateZ(0);
    }
  
    15% {
      transform: rotateZ(-15deg);
    }
  
    20% {
      transform: rotateZ(10deg);
    }
  
    25% {
      transform: rotateZ(-10deg);
    }
  
    30% {
      transform: rotateZ(6deg);
    }
  
    35% {
      transform: rotateZ(-4deg);
    }
  
    40%, 100% {
      transform: rotateY(15deg);
    }
  }
  
  /* .s-cart-summary-wrapper,
  .navbar-brand {
    background-color: transparent;
    border-radius: 35px;
    animation: cart1 2s linear infinite;
  } */
  
  
  .s-modal-body .s-modal-header-inner span.s-login-modal-header-icon {
    display: none
  }
  
  .s-modal-body .s-modal-header-inner::before {
    content: "";
    text-align: center !important;
    display: block;
    height: 70px !important;
    background-image: url('https://i.postimg.cc/T3mSBT9X/11.png');
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: top center !important;
    margin-bottom: 25px;
  }
  
  .s-block--hero-slider .swiper-slide .swiper-lazy:after {
  
    background-color: rgb(255 255 255 / 0%);
  }
  
  .navbar-brand img , .main-nav-container.fixed-pinned .navbar-brand img{
    max-height: 4rem;
  }
  
  @media (min-width: 640px) {
    .navbar-brand img {
      max-height: 5rem;
    }
  
    .s-block--full-bg+.merged-has-no-title {
      margin-top: -32px;
    }
  }
  
  @media (min-width: 1024px) {
    section.s-block.home-slider.s-block--hero-slider.s-block--full-bg, section.s-block.home-slider.s-block--hero-slider.s-block--full-bg .swiper-pointer-events {
      height: 42rem;
    }
  
    .swiper-backface-hidden .swiper-slide, .s-slider-wrapper {
      height: 100%;
    }
  
    .navbar-brand img, .main-nav-container.fixed-pinned .navbar-brand img {
      max-height: 6rem;
    }
  }
  
  .s-block__title h2 {
    font-size: 24px;
  }
  
  /* ----top nav---- */
  .top-navbar {
    background: #000;
  }
  
  .top-navbar a {
    color: #fff;
  }
  
  .top-navbar .s-search-input {
    background-color: rgb(255 255 255);
  }.banner--fixed img {
      background: transparent !important;
  }.s-product-card-fit-height.s-product-card-vertical .s-product-card-image {
      background: #fff;
  }.s-block--features__item p {
      color: #000;
  }.s-block--features__item {
      background: #efefef !important;
  }.s-block--features__item .feature-icon {
      background: linear-gradient(to left, #194B7F, #66A4CD) !important;
  }
  .s-block--features__item h2 {
      font-size: 1rem;
  }.store-footer .md\:flex.items-center.justify-between.py-4.container.text-center {
      padding: 0.3rem;
  
  }.copyright-text p {
    color: #fff;
  }salla-slider.photos-slider .swiper-slide {
  margin-left: 0;
  margin-right: 0;
  width: 100% !important;
  }
  [dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0 !important;
  }
  .s-block {
    margin-top: 0;
  }
  .s-slider-v-centered .s-slider-block__title-nav{
  display:none;
  }
  .banner--fixed img {
    border-radius: 5px;
    margin-top: 10px;
  }
 .no-content-placeholder p, label.hidden.sm\:block.rtl\:ml-3.ltr\:mr-3.whitespace-nowrap {
    color: #070707;
  }
  
  .store-footer__inner::before {
    filter: brightness(34.5);
}    .main-nav-container.fixed-header .inner {
    background: linear-gradient(to left, #194B7F, #66A4CD) !important;
}i.sicon-menu.text-primary.text-2xl {
    color: #fff;
}

.mm-spn.mm-spn--light{
    color: #194B7F;
}@media only screen and (min-width: 1024px) {
    .main-menu li.root-level>a {
        color: #fff;
    }
    .main-menu>.has-children:hover>a {
        color: #000000;
    }
}.s-product-card-content-title a {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}.s-product-card-sale-price h4 , .s-product-card-price{
    font-size: 17px;
}.top-navbar {
    background: #1a4c80;
}salla-slider.photos-slider .swiper-slide {
    margin-left: 0;
    margin-right: 0;
    width: 100% !important;
    padding: 0;
}

[dir=rtl] salla-slider.photos-slider .swiper {
    padding: 0 !important;
}

.s-block {
    margin-top: 0;
}

.swiper-wrapper {
    padding: 0;
}

img.w-full.object-contain.rounded-md,
salla-slider.photos-slider .swiper-slide {
    border-radius: 0 !important;
}.s-block--fixed-banner.wide-placeholder .container {
    max-width: 100%;
}
.s-block--slider-with-bg .slider-bg:before {
    background-color: rgb(255 255 255 / 11%) !important;
}.slider-bg h3 {
    text-align: center;
    font-size: 20px;
}
.s-block--slider-with-bg .slider-bg {
    height: 21rem;
} 
@media (min-width: 768px) {
    .s-slider-block__title {
        margin-bottom: 1rem;
        margin-top: 1rem !important;
    }
     .s-block--slider-with-bg .slider-bg {
        height: 24rem;
    } 
}

@media (max-width: 750px) {
  section.s-block.s-block--banners.container .grid {
    grid-template-columns: 2fr 2fr;
    margin: 10px 0;
}
section.s-block.s-block--banners.container .grid  .banner-entry {
  height: 72px;
}
}
@media (min-width: 640px) {
  .two-row .banner-entry:first-child {
      grid-column: span 1 / span 1;
      grid-row: span 1 / span 1;
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-3 {
      grid-template-columns: repeat(2, minmax(0, 2fr));
  }
}

.s-block__title, .s-slider-block__title{
  margin: 10px 0;
}
@media (max-width: 750px) {
  header + section + section.s-block.s-block--banners.container .grid {
      margin: 10px 0;
      grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  a.banner-entry.square-photos .lazy {
    background-size: 100% 100%;
}
header + section + section.s-block.s-block--banners.container .grid .banner-entry {
  padding: 0 !important;
  background: none !important;

}
.s-block__title h2 {
  font-size: 17px;
}

}