/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 

@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@300;400;700;800&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css");
body *:not(i) {
  font-family: 'Tajawal', sans-serif;
}
body {
    background-image: url(https://i.ibb.co/grmF9yS/BG.png);
    background-size: cover;

}

i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag {
    color: #000;
    background: #fa9e0d;
    border: 0;
    transition: all .5s;
   box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;

}
  i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover {

	animation: shake-bottom 0.8s cubic-bezier(0.455, 0.030, 0.515, 0.955) both;
}
@keyframes shake-bottom {
  0%,
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
    -webkit-transform-origin: 50% 100%;
            transform-origin: 50% 100%;
  }
  10% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
  20%,
  40%,
  60% {
    -webkit-transform: rotate(-4deg);
            transform: rotate(-4deg);
  }
  30%,
  50%,
  70% {
    -webkit-transform: rotate(4deg);
            transform: rotate(4deg);
  }
  80% {
    -webkit-transform: rotate(-2deg);
            transform: rotate(-2deg);
  }
  90% {
    -webkit-transform: rotate(2deg);
            transform: rotate(2deg);
  }
}

.s-cart-summary-count {
    background-color: red;
}
  .s-cart-summary-total {
    color: #fa9e0d !important;
  }
.top-navbar {
    background-color: #fa9e0d !important;
}
.navbar-brand img {
    max-height: 5rem;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 0;
}

[dir=rtl] section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper {
    padding: 0;
}
section.s-block.s-block--photos-slider {
    margin: 0;
}
section.s-block.s-block--photos-slider img {
    border-radius: 0;
}
.banner--fixed img {
    background: transparent;
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.two-row .banner-entry:first-child {
    grid-area: 1/1/1/1;
}

.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 a.banner-entry.square-photos {
    background: transparent;
    height: 166px;
}

a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 768px) {
    .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

   .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 a.banner-entry.square-photos {
    height: 100px;
    }

}

.store-footer__inner {
    background-image: url(https://i.ibb.co/vzpjrVx/Footer.png);
    background-color: transparent !important;
    padding: 11rem 5rem 2rem;
    background-size: cover;
    
}

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


.s-slider-block__title h2 {
    color: #0164c7;
    font-size: 1.2rem;
}
@media (max-width: 768px) {
    .store-footer__inner  {
          background-size: 200% 100%;
         padding: 5rem 2rem 2rem;
    }
    .s-product-card-sale-price {
    display: flex;
    flex-direction: column;
}
i.sicon-menu.text-primary.text-2xl {
    background: #fa9e0d;
    padding: 7px;
    border-radius: 50px;
    color: black;
        box-shadow: rgba(99,99,99,.2) 0 2px 8px 0;
}
          .mm-ocd__content:has(nav#mobile-menu)::before {
          content: "";
          display: block;
          background-size: 400% 400%;
          animation: gradient 15s ease infinite;
          left: 0;
          width: 60%;
          height: 220px;
          margin-left: auto;
          margin-right: auto;
          border-radius: 30px 30px 150px 150px;
          margin-bottom: 40px;
          margin-top: 40px;
      }
    
      .mm-ocd__content:has(nav#mobile-menu)::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(50%, 50%);
        width: 50%;
        height: 160px;
        background: url(https://cdn.salla.sa/BagWa/62Uv2QhaVwLBPIj4iKglpJulmZu60Idd6RxTLfh9.jpg);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: visible;
        z-index: 9999;
    }
.mm-spn.mm-spn--navbar.mm-spn--main:after {
    color: #cb8920;
    font-size: 16px;
    text-align: center;
}

.mm-spn.mm-spn--navbar ul li a {
    background-image: linear-gradient(45deg, #e9a945 0%, #0164c7);
    border-radius: 15px;
    margin-top: 5px;
    color: white;
}
.mm-spn.mm-spn--navbar ul li {
padding-left: 15px;
padding-right: 15px;
}
}
.s-product-card-content {
    flex-wrap: wrap;
    position: relative;
    display: flex;
    flex-direction: row;
  background-color: #f3f4f6;
        border-radius: 0 0 25px 25px !important;
}
.s-product-card-content-main {
    margin-bottom: 10px;
    width: 100%;
    border-bottom: 2px solid #243c74;
}
.s-product-card-content-sub {
    margin-bottom: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 50%;
}
.s-product-card-content-footer {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: left;
    width: 48%;
}
.s-products-slider-slider .swiper {
    padding-bottom: 13px;
    padding-left: 0 !important;
}


button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline {
    border: none;
    background: #4fa7e8;
    color: white;
    padding: 8px 15px ;
}

button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-light-outline {
        border: none;
        background: #004b83 !important;
        color: white;
        padding: 8px 15px ;
}

.index salla-add-product-button {
    width: fit-content !important;
}
.s-button-btn .s-button-text .sicon-shopping-bag:before {
display: none;
}

.s-product-card-content-title a {
    text-align: center;
    color: #0164c7;
    font-size: 15px;
}
h4.s-product-card-price {
    color: #faa61c;
    font-size: 16px;
}

.s-product-card-content-subtitle {
    text-align: center;
}

.s-product-card-entry {
    border-radius: 25px !important;
    border: 2px solid #4fa7e8;
    overflow: hidden !important;
}

.s-block--features__item {
    border-radius: 50px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.s-block--features__item p {
    display: none;
}

.s-block--features__item h2 {
    font-size: 1.2rem;
    margin-top: 0.5rem;
    color: #efbe6b;
}
.s-block--features__item .feature-icon {
    background-color: #8c676700;
    border-radius: 0;
}

.s-block--features__item .feature-icon i.sicon-fire:before{
    content: '';
    background-image: url(https://i.ibb.co/9p08f52/ccc.png);
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.s-block--features__item .feature-icon i.sicon-shipping-fast:before {
    content: '';
    background-image: url(https://i.ibb.co/XFwN1PQ/c.png);
    width: 64px;
    height: 64px;
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

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

.store-footer * {
    border-color: #217ed8 !important;
}
.store-footer h3 {
    color: #0164c7;
    position: relative;
}
.store-footer h3:before {
    content: '';
    position: absolute;
    display: block;
    height: 5px;
    width: 35px;
    top: 50%;
    rotate: 90deg;
    right: -30px;
    border-radius: 3px;
    background: #0164c7;
}


.main-nav-container.fixed-header .inner {
    border-radius: 0 0 30px 30px;
    background: #2b87dd2e;
    backdrop-filter: blur(13px);
}