/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&family=Cairo:wght@200;300;400;500&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css");
body *:not(i) {
    font-family: 'Almarai' !important;
}
:root {
    --main-color: #2B3C1C;
    --second-color: #2B3C1C;
    --white-color: #fff;
    --normal-box-shadow:  -8px 10px 15px -3px rgba(0,0,0,0.1);
}
        /* headerrrr */    

    body {
        background: #f5f5f5 !important;
    }
  .top-navbar .s-search-input {
    background-color: rgb(239 242 253);
    border: 1px solid #3a57a826;
}

i.header-btn__icon.sicon-user-circle,
i.header-btn__icon.icon.sicon-shopping-bag {
  color: #2B3C1C;
   background-image: linear-gradient(to left,
    transparent,
    transparent 50%,
    #2B3C1C 50%,
    #2B3C1C);
      background-position: 100% 0;
    background-size: 200% 100%;
    transition: all .25s ease-in;
  border-radius: 50%!important;
  transition: 0.5s;
    border-color: #2B3C1C;
}
  i.header-btn__icon.sicon-user-circle:hover,
i.header-btn__icon.icon.sicon-shopping-bag:hover {
    background-position: 0 0;
  color: white;
}
.s-cart-summary-count {
    background-color: #7d2d11;
}
  .s-cart-summary-total {
    color: #2B3C1C !important;
  }
header.store-header {
    margin-bottom: 0px;
  box-shadow:  -8px 10px 15px -3px rgba(0,0,0,0.1);
  z-index: 2;
    background: #f5f5f5 !important;
}
.main-nav-container.fixed-header .inner {
    padding-top: 20px;
    padding-bottom: 20px;
    background: #f5f5f5 !important;
    border-radius: 0 0 20px 20px;
}

.top-navbar {
      border-radius: 0 0 15px 15px !important;
  box-shadow:  -8px 10px 15px -3px rgba(0,0,0,0.1);
    padding-top: 15px;
    background-color: #2B3C1C !important;
    color: white !important;
}
div#mainnav,
.inner.bg-inherit {
  background-color: transparent;
}


.inner.bg-inherit {
  justify-content: center;
  align-items: center;
}

@media (min-width: 1024px) {

    .main-menu li.root-level>a,
    .main-menu li.root-level>a:after {
        transition: all .5s;
    }

    .main-menu li.root-level>a {
    position:relative;
    z-index: 1;
        color: #2B3C1C !important;
    }
    .main-menu li.root-level>a:hover {
        color: white !important;
    }
    .main-menu li.root-level>a:after {
        display: block;
    position: absolute;
    top: -20px;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    content: '.';
    color: transparent;
    background: #2B3C1C
   !important;
    visibility: none;
    opacity: 0;
    z-index: -1;
    }
    .main-menu li.root-level>a:hover:after {
        opacity: 1;
    visibility: visible;
    height: 90%;
    }
    .navbar-brand {
        margin-right: 2rem;
    }
}



/* products-section */
.s-product-card-entry {
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: var(--normal-box-shadow);
}

.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-price {
    color: red !important;
    font-size: 16px !important;
    font-weight: bold;
}
.s-button-btn {
    font-weight: bold !important;
    border-radius:  25px 5px 25px 5px !important;
    margin: 0 5px;
    color: white!important;
    background: #2B3C1C !important;
}
.s-button-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-button-btn .s-button-text .sicon-shopping-bag:before {
    content: '';
    display: inline-block;
    background-image: url(https://i.ibb.co/ZfLY67T/system-regular-6-shopping.gif) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 9px;
}
.s-product-card-content-title a {
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
  font-weight: bold !important;
  color: black !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0px !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0px !important;
    width: 100% !important;
    max-width: unset;
}
.banner--fixed img {
    border-radius: 0px !important;
}
@media (min-width: 1024px) {
  #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a.banner-entry.square-photos {
  height: 219px;
}
.s-product-card-entry {
    --c: #2B3C1C; /* the border color */
    --b: 3px;    /* the border thickness*/
    --g: 5px;     /* the gap on hover */
    
    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%,var(--c) 0;
    background: 
      conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
       var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
      conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
       0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
    transition: .3s, background-position .3s .3s;
    cursor: pointer;

  }
  .s-product-card-entry:hover {
        --_i: 100%;
    transition: .3s, background-size .3s .3s;
  }

}

[dir=rtl] .s-slider-block__title h2, .s-block__title h2 {
    text-transform: uppercase;
    background-image: linear-gradient(-225deg,
            #9c9090 0%,
            #8d6b43  9%,
            #45311b 67%,
            #45311b  100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    font-weight: bold;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 21px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.s-products-slider-card.swiper-slide {
  padding-bottom: 15px;
}
.store-footer {
    background: #f5f5f5 !important;
}

.footer-is-light .store-footer .store-footer__inner {
background-image: url("https://i.ibb.co/n04cH8x/image.png");
    background-size: cover;
    color: white !important;
  position: relative;
    padding: 7rem 0 3rem 0;
}


#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p {
  text-align: center;
}
.s-slider-block__display-all{
    padding:5px;
    color: #2B3C1C ;
    margin: 10px auto;
    border-radius: 0 15px 0 15px;
    animation: signal 1200ms linear infinite;
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #8d6b43  ;
    }

    100% {
        box-shadow: 0 0 0 5px #fff;
    }
}

.s-block--features__item {
  box-shadow: -10px 20px 15px -10px #46321b;
}

.s-block--features__item .feature-icon {
  height: 5rem !important;
  width: 5rem !important;
  background-color: #2B3C1C !important;
}
.s-block--features__item .feature-icon i.sicon-store2:before {
  content: '';
  display: inline-block;
  background-image: url(https://i.ibb.co/HxgLJCC/system-regular-4-account.gif) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  
}

.s-block--features__item .feature-icon i.sicon-shipping-fast:before {
  content: '';
  display: inline-block;
  background-image: url(https://i.ibb.co/r0KvSFZ/system-regular-33-speed.gif) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
 
}

.s-block--features__item .feature-icon i.sicon-fire:before {
      content: '';
  display: inline-block;
  background-image: url(https://i.ibb.co/BKHQHjS/system-regular-47-chat.gif) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.s-block--features__item p {
  display: none !important;
}
.s-block--features__item h4 {
  margin-top: 0.25rem !important;
  font-size: 17px !important;
  line-height: 1.5rem !important;
}


a.banner-entry.square-photos:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a.banner-entry.square-photos {
    transition: 0.5s;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a.banner-entry.square-photos:hover {
        transform: scale(1.1);
}   
@media (max-width: 992px) {
.footer-is-light .store-footer .store-footer__inner {
    background-image: url("https://i.ibb.co/n04cH8x/image.png");
    background-size: cover;
    color: white !important;
    position: relative;
    padding: 7rem 0 3rem 0;
    background-color: #5d4427;
    border-radius: 125px 125px 0 0;
}
}
@media (max-width: 768px) {
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a.banner-entry.square-photos {
    height: 100px;
}
 .s-product-card-entry {
    border: 3px solid transparent;
    border-image: linear-gradient(to top, #254117, #254117,transparent);
    border-image-slice: 1;
    background: linear-gradient(to bottom,#f7f7f7,#fff)!important;
    overflow: hidden;
}
    .index > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div {
        /* grid-template-columns: repeat(3,minmax(0,1fr)); */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a {
        width: 48%;
    }
    #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
      .carousel-slider .swiper {
    padding-left: 0px !important;
    }
    .s-products-slider-card.swiper-slide {
        width: 190px !important;
    }
    .s-block--features__item {
        box-shadow: -10px 20px 15px -10px #254117 !important;
    }
    i.sicon-menu.text-primary.text-2xl  {
        color: #2B3C1C;
        padding: 6px;
        border: 1px solid;
        border-radius: 22px;
      }
      .footer-is-light .store-footer .store-footer__inner {
        text-align: center;
    }
    .store-footer .contact-social ul {
      justify-content: center;
    }
    .store-footer a {
      justify-content: center;
    }
    .s-button-btn {
        padding: 5px 0px;
        margin: 0px;
    }
    [dir=rtl] .testimonials-slider .swiper {
    padding-left: 1.25rem !important;
  }
    #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > div.flex.rtl\:space-x-reverse.space-x-2.items-end {
    justify-content: center;
    align-items: center;
    }
          .mm-ocd__content:has(nav#mobile-menu)::before {
          content: "";
          display: block;
          background: #5a4336;
          left: 0;
          width: 60%;
          height: 220px;
          margin-left: auto;
          margin-right: auto;
          border-radius: 30px 30px 150px 150px;
          margin-bottom: 40px;
          margin-top: 40px;
          box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
      }
      .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/ZYARlY/iMF1slAsbgY0ppe6dsFJFN3aEak6XuqJLVVkC5Og.jpg);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: visible;
        z-index: 9999;
    }
    
    .mm-spn.mm-spn--navbar.mm-spn--main {
      height: 100%;
      margin: auto;
      background: transparent;
      color: #f5f5f5;
      border-radius: 15px;
    }
      .mm-ocd__content {
             animation: changeBackgroundColor 7s infinite !important;
    }
    
    .mm-spn.mm-spn--navbar:after {
        text-align: center !important;
        background: #2B3C1C !important;
        border-radius: 0px 0px 30px 30px;
    }
    .mm-spn.mm-spn--navbar ul:before {
        border: 0px !important;
    }
    .mm-spn ul {
        margin-top: 20px;
        background: #2B3C1C;
        border-radius: 30px 0px;
    }
} !important;
    visibility: none;
    opacity: 0;
    z-index: -1;
    }
    .main-menu li.root-level>a:hover:after {
        opacity: 1;
    visibility: visible;
    height: 90%;
    }
    .navbar-brand {
        margin-right: 2rem;
    }
}



/* products-section */
.s-product-card-entry {
    border-radius: 15px !important;
    overflow: hidden;
    box-shadow: var(--normal-box-shadow);
}

.s-product-card-content-sub {
    justify-content: center;
}
.s-product-card-price {
    color: red !important;
    font-size: 16px !important;
    font-weight: bold;
}
.s-button-btn {
    font-weight: bold !important;
    border-radius:  25px 5px 25px 5px !important;
    margin: 0 5px;
    color: white!important;
    background: #254117 !important;
}
.s-button-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-button-btn .s-button-text .sicon-shopping-bag:before {
    content: '';
    display: inline-block;
    background-image: url(https://i.ibb.co/ZfLY67T/system-regular-6-shopping.gif) !important;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 9px;
}
.s-product-card-content-title a {
    text-align: center;
    padding-bottom: 20px;
    font-size: 16px;
  font-weight: bold !important;
  color: black !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0px !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0px !important;
    width: 100% !important;
    max-width: unset;
}
.banner--fixed img {
    border-radius: 0px !important;
}
@media (min-width: 1024px) {
  #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a.banner-entry.square-photos {
  height: 219px;
}
.s-product-card-entry {
    --c: #45311b; /* the border color */
    --b: 3px;    /* the border thickness*/
    --g: 5px;     /* the gap on hover */
    
    padding: calc(var(--g) + var(--b));
    --_g: #0000 25%,var(--c) 0;
    background: 
      conic-gradient(from 180deg at top    var(--b) right var(--b),var(--_g))
       var(--_i,200%) 0  /200% var(--_i,var(--b))  no-repeat,
      conic-gradient(            at bottom var(--b) left  var(--b),var(--_g))
       0   var(--_i,200%)/var(--_i,var(--b)) 200%  no-repeat;
    transition: .3s, background-position .3s .3s;
    cursor: pointer;

  }
  .s-product-card-entry:hover {
        --_i: 100%;
    transition: .3s, background-size .3s .3s;
  }

}

[dir=rtl] .s-slider-block__title h2, .s-block__title h2 {
    text-transform: uppercase46321b;
    background-image: linear-gradient(-225deg,
            #9c9090 0%,
            #8d6b43  9%,
            #45311b 67%,
            #45311b  100%);
    background-size: auto auto;
    background-clip: border-box;
    background-size: 200% auto;
    color: #fff;
    font-weight: bold;
    background-clip: text;
    text-fill-color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: textclip 2s linear infinite;
    display: inline-block;
    font-size: 21px;
}

@keyframes textclip {
    to {
        background-position: 200% center;
    }
}

.s-products-slider-card.swiper-slide {
  padding-bottom: 15px;
}
.store-footer {
    background: #f5f5f5 !important;
}

.footer-is-light .store-footer .store-footer__inner {
background-image: url("https://up6.cc/2024/08/172512008884262.jpeg");
    background-size: cover;
    color: white !important;
  position: relative;
    padding: 7rem 0 3rem 0;
}


#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a {
  justify-content: center;
}
#app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p {
  text-align: center;
}
.s-slider-block__display-all{
    padding:5px;
    color: #2B3C1C ;
    margin: 10px auto;
    border-radius: 0 15px 0 15px;
    animation: signal 1200ms linear infinite;
}

@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #8d6b43  ;
    }

    100% {
        box-shadow: 0 0 0 5px #fff;
    }
}

.s-block--features__item {
  box-shadow: -10px 20px 15px -10px #46321b;
}

.s-block--features__item .feature-icon {
  height: 5rem !important;
  width: 5rem !important;
  background-color: #2B3C1C !important;
}
.s-block--features__item .feature-icon i.sicon-store2:before {
  content: '';
  display: inline-block;
  background-image: url(https://i.ibb.co/HxgLJCC/system-regular-4-account.gif) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  
}

.s-block--features__item .feature-icon i.sicon-shipping-fast:before {
  content: '';
  display: inline-block;
  background-image: url(https://i.ibb.co/r0KvSFZ/system-regular-33-speed.gif) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
 
}

.s-block--features__item .feature-icon i.sicon-fire:before {
      content: '';
  display: inline-block;
  background-image: url(https://i.ibb.co/BKHQHjS/system-regular-47-chat.gif) !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
}
.s-block--features__item p {
  display: none !important;
}
.s-block--features__item h4 {
  margin-top: 0.25rem !important;
  font-size: 17px !important;
  line-height: 1.5rem !important;
}


a.banner-entry.square-photos:hover {
    transition: all 0.3s ease-in-out;
    transform: scale(1.1);
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a.banner-entry.square-photos {
    transition: 0.5s;
}
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a.banner-entry.square-photos:hover {
        transform: scale(1.1);
}   
@media (max-width: 992px) {
.footer-is-light .store-footer .store-footer__inner {
    background-image: url("");
    background-size: cover;
    color: white !important;
    position: relative;
    padding: 7rem 0 3rem 0;
    background-color: #2B3C1C;
    border-radius: 125px 125px 0 0;
}
}
@media (max-width: 768px) {
#app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a.banner-entry.square-photos {
    height: 100px;
}
 .s-product-card-entry {
    border: 3px solid transparent;
    border-image: linear-gradient(to top, #2B3C1C, #2B3C1C,transparent);
    border-image-slice: 1;
    background: linear-gradient(to bottom,#f7f7f7,#fff)!important;
    overflow: hidden;
}
    .index > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div {
        /* grid-template-columns: repeat(3,minmax(0,1fr)); */
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
        width: 100%;
    }
    #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--banners.container > div > a {
        width: 48%;
    }
    #app > div.app-inner.flex.flex-col.min-h-full > section.s-block.s-block--features.container > div {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
      .carousel-slider .swiper {
    padding-left: 0px !important;
    }
    .s-products-slider-card.swiper-slide {
        width: 190px !important;
    }
    .s-block--features__item {
        box-shadow: -10px 20px 15px -10px #2B3C1C !important;
    }
    i.sicon-menu.text-primary.text-2xl  {
        color: #2B3C1C;
        padding: 6px;
        border: 1px solid;
        border-radius: 22px;
      }
      .footer-is-light .store-footer .store-footer__inner {
        text-align: center;
    }
    .store-footer .contact-social ul {
      justify-content: center;
    }
    .store-footer a {
      justify-content: center;
    }
    .s-button-btn {
        padding: 5px 0px;
        margin: 0px;
    }
    [dir=rtl] .testimonials-slider .swiper {
    padding-left: 1.25rem !important;
  }
    #app > div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > div.flex.rtl\:space-x-reverse.space-x-2.items-end {
    justify-content: center;
    align-items: center;
    }
          .mm-ocd__content:has(nav#mobile-menu)::before {
          content: "";
          display: block;
          background: #2B3C1C;
          left: 0;
          width: 60%;
          height: 220px;
          margin-left: auto;
          margin-right: auto;
          border-radius: 30px 30px 150px 150px;
          margin-bottom: 40px;
          margin-top: 40px;
          box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
      }
      .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://up6.cc/2024/09/172574738002361.png);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: visible;
        z-index: 9999;
    }
    
    .mm-spn.mm-spn--navbar.mm-spn--main {
      height: 100%;
      margin: auto;
      background: transparent;
      color: #f5f5f5;
      border-radius: 15px;
    }
      .mm-ocd__content {
             animation: changeBackgroundColor 7s infinite !important;
    }
    
    .mm-spn.mm-spn--navbar:after {
        text-align: center !important;
        background: #2B3C1C !important;
        border-radius: 0px 0px 30px 30px;
    }
    .mm-spn.mm-spn--navbar ul:before {
        border: 0px !important;
    }
    .mm-spn ul {
        margin-top: 20px;
        background: #2B3C1C;
        border-radius: 30px 0px;
    }
}