/* Add custom CSS styles below */ 

@font-face {
    font-family: 'LoewNextArabic';
    src: url('https://res.cloudinary.com/daburc0jk/raw/upload/v1715321439/Loew_Next_Arabic_wunhmo.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
}
html> body,html> body *:not(i) {
    font-family: 'LoewNextArabic', sans-serif !important;
}
body {
    font-family: 'LoewNextArabic', sans-serif;
}


.product-index .product-entry--cat .product-entry__image {
    height: 7rem;
    width: 7rem;
    }
html[color-theme="dark"] .content-entry p span{
    color: white !important;
}

@media (max-width: 750px) {
    .product-index .s-products-list-wrapper {
        gap: 1rem;
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
        display: flex !important;
    }
}

/*  Header */
.store-header .main-menu li.root-level > a {
  padding-bottom: 12px !important;
}

.s-block--features__item {
  padding: 0px;
}
.s-block--features__item:first-child {
  grid-column: auto;
}
.s-block--features .grid {
  grid-template-columns: 1fr 1fr 1fr;
}

.s-block.s-block--banners.container:nth-of-type(4),
.s-block.s-block--banners.container:nth-of-type(5) {
  margin-top: 13px !important;
}
.s-block--banners .grid .banner-entry {
  background: transparent;
}

/* #### Categories #### */
.s-block--banners .grid {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: center;
  margin-top: 0px !important;
  width: 100%;
  margin: auto;
}
.s-block--banners .grid .banner-entry {
  width: 100%;
  max-width: 100% !important;
  padding-left: 4px !important;
  padding-right: 4px !important;
  padding-top: 137% !important;
}

@media only screen and (max-width: 991px) {
  .s-block--banners .grid {
    grid-template-columns: 1fr 1fr;
  }
}
/* product-block */
.product-block .normal-price {
  color: #eee;
}
.product-block .s-button-element {
  background-color: #edc43d !important;
  border-color: #edc43d !important;
  padding: 8px 5px !important;
  margin: 0 auto;
  border-radius: 10px !important;
}
.product-block.is-out,
.product-block.is-out *,
.out-of-stock.out,
.out-of-stock.out * {
  filter: none !important;
}
.out-of-stock.out .promotion-badge-wrap {
  background-color: #9b9b9b !important;
}
.product-block.is-out .s-button-disabled {
  opacity: 1;
}
.product-block.is-out .s-button-element {
  background-color: #eee !important;
  border-color: #eee !important;
  color: #000 !important;
}

/*  product-single  */
.product-single h1 {
  color: #fff;
}

.s-slider-block__title h2 {
  color: #edc43d !important;
}
/*  s-comments-product */

/* New Edits 12/10/2023 */
.page--cart .cart-elements-wrapper.padded-30,
.page--cart .list--table.borderless li {
  background-color: #14141b;
  color: #ffffff;
}
.cart-product-entry .product-block .title {
  color: #edc43d !important;
}
.s-product-options-option {
  display: flex !important;
  justify-content: space-between;
  flex-wrap: wrap !important;
}
.s-product-options-option-content {
  width: 50% !important;
}
.s-product-options-multiple-options-wrapper div label {
  color: #ddd !important;
}

.s-product-options-option-label b {
  font-size: 1rem !important;
}

.s-product-options-multiple-options-wrapper div input {
  border-radius: 50%;
  border-color: #383838;
}
.s-product-options-wrapper input {
  background-color: #383838 !important;
  border-color: #383838 !important;
  color: #fff;
}
.product-index .product-entry--cat .promotion-badge {
  max-width: 115px;
}
#product-filter,
.product-index .page-title-bar {
  border-color: rgba(255, 255, 255, 0.1);
}


.s-products-list-wrapper .gap-2 {
    gap: 0px;
}
.product-single salla-slider.details-slider .swiper-slide,
.product-single salla-slider.details-slider .s-slider-container,
.product-single salla-slider.details-slider .swiper-slide img {
  background: transparent;
  border: none;
  box-shadow: none;
}


.product-index .page-title-bar h1 {
  font-size: 1rem;
}
@media (max-width: 767px) {
  .s-product-options-option-content {
    width: 100% !important;
  }
  .s-block--features__item h4 {
    font-size: 12px !important;
    text-aligh:center;
  }
  .s-block--features__item p {
    font-size: 10px !important;
  }
  .s-block--features__item .feature-icon {
    width: 55px;
    height: 55px;
  }
}

/* ================== Banners =================== */
.s-block--fixed-banner:nth-of-type(2) {
  padding: 0px !important;
}
.home-block.home-block--main-slider .container,
.s-block--fixed-banner .container {
  max-width: 94% !important;
}
.s-block--fixed-banner .banner--fixed,
.s-block--fixed-banner .banner--fixed img {
  border-radius: 14px !important;
}

/* Last banner */
.s-block--fixed-banner:last-of-type {
  padding: 20px 0 0 0 !important;
  margin: 0 !important;
}
.s-block--fixed-banner:last-of-type .container {
  max-width: 2000px !important;
  padding: 0 !important;
}
.s-block--fixed-banner:last-of-type img {
  border-radius: 0px !important;
  background-color: #14141b;
}
@media only screen and (max-width: 991px) {
  .s-block--fixed-banner .row div {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .home-block.home-block--main-slider .container,
  .s-block--fixed-banner .container {
    max-width: 94% !important;
  }
  .s-block--fixed-banner .banner--fixed,
  .s-block--fixed-banner .banner--fixed img {
    border-radius: 4px !important;
  }
  /* section.home-block:nth-of-type(4) {
      padding: 0px !important;
    }*/
  .s-block--fixed-banner:nth-of-type(2) .container,
  .s-block--fixed-banner:nth-of-type(4) .container {
    max-width: 100% !important;
  }
  .s-block--fixed-banner:nth-of-type(2) .banner--fixed,
  .s-block--fixed-banner:nth-of-type(2) .banner--fixed img,
  .s-block--fixed-banner:nth-of-type(4) .banner--fixed,
  .s-block--fixed-banner:nth-of-type(4) .banner--fixed img {
    border-radius: 0px !important;
  }

  .s-block--fixed-banner:last-of-type .container {
    max-width: 100% !important;
  }
}

/* comments */
.s-block--testimonials salla-slider .s-slider-nav-arrow {
  height: 42px;
  width: 42px;
}
.s-block--testimonials .s-slider-block__title h2 {
  color: #fff;
  text-align: center;
}


.s-block--testimonials .comment-content {
  font-size: 18px;
}
.view-comment__comment .testimonial .comment-date {
  color: #eee;
}
.name-rating-wrapper .user-info > span:last-child,
.view-comment__comment .testimonial .user-info,
.view-comment__comment img,
.view-comment__comment .testimonial .badge,
.view-comment__comment--has-replays:before {
  display: none;
}
.s-comment-form-action salla-button button {
  background-color: #edc43d !important;
}
/* ================== Features =================== */
/* مميزات المتجر */
.s-block--features .grid {
  padding-top: 60px;
  position: relative;
}
.s-block--features .grid:before {
    content: " لماذا VMNT";
    display: block;
    visibility: visible;
    position: absolute;
    left: calc(50% - 70px);
    top: 6%;
    height: 2.5rem;
    font-size: 1.5rem;
color: #EEB21E !important;
    font-weight: bold !important;
}


.feature-icon {
  color: #edc43d;
  width: 100px;
  height: 100px;
}
.feature-icon i:before {
  font-size: 5rem;
}
.feature-icon:before,
.feature-icon:after {
  background-color: transparent !important;
}

/* أيقونااات متحركة للمميزات */

.feature-icon {
  background-color: transparent !important;
  border: none;
  overflow: visible;
  width: 100px;
  height: 100px;
}
.feature-icon {
  background-size: contain !important;
  background-repeat: no-repeat !important;
  border-radius: unset !important;
}

.s-block--features .grid .feature-icon {
  opacity: 1 !important;
  content: "" !important;
}
.s-block--features .grid > div:nth-child(1) .feature-icon {
  background-image: url("https://cdn.salla.sa/wylre/fb67ZErF5ByJ8wJFuTEVHLgbP9eGYLRxKW5LBUM8.png") !important;
}
.s-block--features .grid > div:nth-child(2) .feature-icon {
  background-image: url("https://cdn.salla.sa/wylre/4x2Ep2Z5ijSrtXt6bifczVQQMyTFKzRC3033fvLJ.png") !important;
}
.s-block--features .grid > div:nth-child(3) .feature-icon {
  background-image: url("https://cdn.salla.sa/wylre/LrEL1bLXRnmFVQGij4MdaSDYgTo2WrmjI1r5lz4f.png") !important;
}

.feature-icon i:before {
  content: none !important;
}

/*   Footer   */
.store-footer {
  margin-top: 0rem !important;
  padding-bottom: 4rem !important;
}
.dark .store-footer__inner {
    background-color: #000;
}
.store-links-items a:hover {
  color: #eec543;
  text-decoration: underline;
}



/* ================== For English store =================== */

html[lang="en"] .s-block--features .grid:before {
  content: "Why VMNT ?";
}body,


/* updates 24 */

.s-block--fixed-banner .banner--fixed img {
  background-color: transparent;
}
.sicon-menu:before {
  content: "\eb9d";
}
/* nav */
.s-modal-title,
.s-login-modal-input,
.s-login-modal-label,
.s-login-modal-currentEmail,
.s-user-menu-dropdown-item a,
.profile-header .breadcrumbs * {
  color: #fff !important;
  opacity: 1;
}
nav[aria-label="Sidebar"] {
  background-color: #383838 !important;
  border-color: #383838;
}
/* account pages */
.main-content h1,
.content h1 {
  color: #eec543;
}

.main-content input,
div[role="combobox"] {
  color: #f7f7f7;
  background: transparent;
}

/* products */
.product-index .selected-cat-item > span {
  background-color: transparent;
  margin-top: 5px;
}
.product-index input[name="selected-cat"]:checked + span {
  color: #000;
}
.product-index .selected-cat-item > span:hover {
  color: #000;
}

.s-gifting-widget-action button {
  background-color: transparent;
}

@media (max-width: 1024px) {
  .product-index .s-products-list-wrapper {
    gap: 0.5rem;
    grid-template-columns: repeat(2,minmax(0,1fr));
    display: grid;
  }
  .product-index .product-entry--cat {
    padding: 8px;
    border-color: #303030;
      }
  .product-index .product-entry--cat .sale-price,
  .product-index .product-entry--cat .regular-price {
    font-size: 15px;
  }
}

/* cart */
.cart .cart-item,
.cart .shadow-default {
  background-color: #383838 !important;
  border-color: #383838;
  color: #fff;
}
.sicon-keyboard_arrow_left {
  color: #eee;
}

.cart .cart-item,
.cart .shadow-default,
.article--main ~ .bg-gray-50,
.orders-history .s-table__tr {
  background-color: #383838 !important;
  border-color: #383838;
  color: #fff;
}


#s-cart-icon i:after {
  color: #383838;
}

.s-cart-summary-content {
  display: none;
}
.product-index .product-entry--cat .promotion-badge-wrap {
  top: 0.4rem;
}
[dir="rtl"] .product-index .product-entry--cat .promotion-badge-wrap {
  left: 0.4rem;
}
[dir="ltr"] .product-index .product-entry--cat .promotion-badge-wrap {
  right: 0.5rem;
}


.product-index .selected-cat-item > span {
  background-color: #383838 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 14px;
  height: 44px;
  font-size: 12px;
}
.product-index input[name="selected-cat"]:checked + span {
  background-color: #eec543 !important;
  color: #000 !important;
}
/* orders */
.customer-orders-single {
  color: #fff;
}
.thank-you .bg-white {
  background-color: #383838 !important;
  border-color: #383838;
  color: #fff;
  margin-top: 10px;
}
.customer-orders-index .customer-cards .opacity-30 {
  opacity: 0.9 !important;
}
.customer-orders-index .customer-cards img {
  border-radius: 8px;
}

.content span.tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.content span.tag i {
  margin: 4px 2px 0 !important;
}

/* notification*/
.notification-item,
.notification-item__icon {
  color: #ffffff !important;
  opacity: 0.9 !important;
}
/* settings */

salla-user-settings {
  background-color: #383838 !important;
  border-color: #383838;
  color: #fff;
  border-color: #383838;
}
salla-user-settings .s-user-settings-section {
  background-color: transparent !important;
}
.s-user-settings-section-title {
  color: #fff;
  margin-bottom: 4px;
}
.s-user-settings-section-subtitle,
.s-user-settings-section-icon svg {
  color: #9ca4b3 !important;
  fill: #9ca4b3 !important;
}
@media (max-width: 991px) {
  .home-block.home-block--main-slider .container,
  .s-block--fixed-banner .container {
    max-width: 100% !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  salla-slider.photos-slider .swiper {
    padding-left: 5px !important;
    padding-right: 5px !important;
  }
  salla-slider.photos-slider .swiper-slide {
    width: 105% !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .s-block--fixed-banner:nth-of-type(2) .container,
  .s-block--fixed-banner:nth-of-type(4) .container {
    max-width: 105% !important;
    width: 105%;
  }
}
.dark .dark\:bg-dark {
    background-color: #14151a;
}
@media(min-width:750px){
    .headermobile{
        display: none;
    }
}


.headermobile ul {
        list-style: none;
      }

      .headermobile a {
        text-decoration: none;
        height:100%;
      }
      .section {
        padding: 4.5rem 0 2rem;
      }

      .section__title {
        font-size: var(--h1-font-size);
        color: var(--title-color);
        text-align: center;
        margin-bottom: 1.5rem;
      }

      .section__height {
        height: 100vh;
      }


      @media screen and (max-width: 767px) {
        .nav__menu {
        z-index: 9999;
          position: fixed;
          bottom: 0;
          left: 0;
          right:0;
          background-color: #14141E;
          box-shadow: 0 -1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
          width: 100%;
          padding: 0 1rem;
          display: grid;
          align-content: center;
          border-radius:0px;
         padding-bottom: 0.2rem;
        padding-top: 0.7rem;
        }
      }

      .nav__list,
      .nav__link {
        display: flex;
      }

      .nav__link {
        flex-direction: column;
        align-items: center;
        row-gap: 4px;
        color: white;
        font-weight: 600;
      }

      .nav__list {
        justify-content: space-around;
      }

      .nav__name {
        font-size: var(--tiny-font-size);
        /* display: none;*/ /* Minimalist design, hidden labels */
      }

      .nav__icon {
        font-size: 1.5rem;
      }

      .active-link {
        position: relative;
        color: #E9AC1A;
        transition: 0.3s;
      }
      .scroll-header {
        box-shadow: 0 1px 12px hsla(var(--hue), var(--sat), 15%, 0.15);
      }

      /*=============== MEDIA QUERIES ===============*/
      /* For small devices */
      /* Remove if you choose, the minimalist design */
      @media screen and (max-width: 320px) {
        .nav__name {
          display: none;
        }
      }

      /* For medium devices */
      @media screen and (min-width: 576px) {
        .nav__list {
          justify-content: center;
          column-gap: 3rem;
        }
      }

      @media screen and (min-width: 767px) {
        body {
          margin: 0;
        }
        .section {
          padding: 7rem 0 2rem;
        }
     
        .nav__img {
          display: none;
        }
        .nav__icon {
          display: none;
        }
        .nav__name {
          font-size: var(--normal-font-size);
          /* display: block; */ /* Minimalist design, visible labels */
        }
        .nav__link:hover {
          color: var(--first-color);
        }

        /* First design, remove if you choose the minimalist design */
        .active-link::before {
          content: "";
          position: absolute;
          bottom: -0.75rem;
          width: 4px;
          height: 4px;
          background-color: var(--first-color);
          border-radius: 50%;
        }
      }

.headermobile a span{
    font-size: 10px;
}

@media (max-width: 768px) {
.sticky-product-bar{
    transform: translatey(-80px) !important;
}
    .product-index .cat-col .product-entry__content,.main-nav-container .s-user-menu-dropdown:is(.dark *),.s-login-modal .s-modal-padding {
        transform: translatey(-90px) !important;
    }}
    
    
    .menu-trigger {
    display:none;
    }
    html[color-theme="dark"] .nav__menu{
   background-color: #1E1B1C; 
}
html[color-theme="light"] .nav__menu{
   background-color: white;
    border: solid 1px;
}
html[color-theme="light"]  .nav__link{
    color: black;
}
.s-cart-summary-wrapper,.top-navbar{
    display: none;
}
.header-user-cart{
    width: fit-content;
    justify-content: center;
    gap:1rem;
}
salla-cart-summary{
    display: none;
}
html[color-theme="dark"] .mobile-menu{
    background-color: #1E1B1C !important;
    
}
.mobile-menu{
    background-color: white;
}
.mobile-lang-scopes-area{
    transform: translatey(-16px);
}

@media only screen and (max-width: 600px) {
    #mainnav > div > div > div > div.header-user-cart.flex.items-center.justify-end.shrink-0 > salla-search > div > div > div.s-search-input-wrapper > input{
    height: 40px !important;
    width: 100%;
}
.s-search-inline{
    min-width: unset;
}
salla-search{
    width: fit-content;
}
.s-search-results{
    transform: translateX(-90px);
}
.header-user-cart{
    flex-direction: row-reverse;
}
.s-search-inline{
    min-width: unset;
}
    
}
.main-nav-container{
    padding-bottom: 1rem; !important;
    min-height: unset
}
.dark *.main-nav-container,html[color-theme=dark] .nav__menu{
    background-color: #14141E
}
.dark #app .s-search-input{
    background-color: rgb(56,56,56);
    color: white !important;
    border-radius: 30px;
}
.dark #app .s-search-input::placeholder{
    color: white;
}
.main-nav-container.fixed-pinned .navbar-brand img,.navbar-brand img {
    max-height: 2.7rem;
}

#mainnav > div > div > div > div.header-user-cart.flex.items-center.justify-end.shrink-0 > button.header-btn,.s-user-menu-trigger-slot{
    display: none ;
}
.header-user-cart{
    flex-grow: 1;
}
salla-search{
    width: 100%;
}
.nav__item{
    height: 55px;
    width: 30px;
}
html[color-theme=dark] .mobile-menu {
    background-color: #282828 !important;}
    :is(.dark .mobile-lang-scopes-area):before,:is(.dark #mobile-menu .navbar-brand):after{
    content: none;
}
html[color-theme=light] .nav__link svg{
    fill: black !important;
}
html[color-theme=light] .s-user-menu-dropdown-item-title {
    color: #9ca3af
}
.dark .product-index .cat-col .product-entry__content{
    background-color: transparent;
}
.btn--main button{
    opacity: 1;
    padding: 0.6rem !important;
}
.add-all-to-card span{
    font-size: 1rem !important;
  
}
html[color-theme=light] .product-block .normal-price {

    color: black;
}
@media only screen and (min-width: 1025px) {
    html[color-theme=dark] .mobile-menu{
        background-color: transparent !important;
    }
    .s-user-menu-trigger-slot{
        display: block !important;
    }
}
.dark .mobile-lang-scopes-area button{
    font-size: 12px;
    height: 2.3rem;
    display: none;
}
#mobile-menu li>a{
    color: #ECC43E
}
.menu-is-open .navbar-brand img{
    display: none;
}
.menu-is-open .navbar-brand{
    justify-content: center;
}
    .menu-is-open .navbar-brand:after{
    content: '' !important;
    display: block;
    background-image: url(' https://cdn.salla.sa/form-builder/N6vJDaGGQcc2WUYwYBiAZJX1xOG6vP6DlVQartYx.png') !important;
     height: 4rem !important;
    width: 11rem !important;
    z-index: 9999;
    position: relative !important;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translate(0px, 44px) !important;
    
}

html[color-theme="light"]  .menu-is-open .navbar-brand:after{
    background-image: url('https://cdn.salla.sa/form-builder/XOEPFXJ1LtGrjeTyGn3kViB6OK0xsRSc5tF2pmht.png') !important
}
@media (max-width: 1024px) {
    #mobile-menu .main-menu {
        max-height: calc(100% - 190px);
        
    }
}
#mobile-menu .navbar-brand{
    padding-top: 0;
    padding-bottom: 4rem;
}
.dark div.main-content.w-full.md\:w-2\/4.md\:pb-16 > form > salla-gifting > div > salla-list-tile > a > div.s-list-tile-item-action > div > salla-button > button > span{
    color: white;
}
.dark .s-product-options-wrapper{
    background-color: transparent !important;
}
div[class="flex items-start flex-col md:flex-row gap-8 "] .product-entry--vertical .product-entry__image{
    display: none;
}
.product-index .product-entry--cat .product-entry__image {
    height: 10rem;
    padding: 0;
    width: 10rem;
    background-color: transparent;
    border: none;
}
.dark .product-index .product-entry--cat .product-entry__image {
    background-color: transparent !important;
    }
    .cart .cart-item, .cart .shadow-default, .article--main ~ .bg-gray-50, .orders-history .s-table__tr{
    background-color: #14141E !important;
}
.dark .product-entry,.dark .dark\:bg-darker{
       background-color: #14141E !important;
}
.dark .store-footer{
background-color:black;
}
.dark .main-nav-container .s-user-menu-dropdown{
    background-color: #14151A
}