/* Form */
   @font-face {
            font-family: 'GE Hili Book';
            src: url('https://arbfonts.com/wp-content/fonts/unlimited-free-arabic-fonts/GE_Hili_Book.otf') format('opentype');
            font-weight: normal;
            font-style: normal;
        }
        
/* Custom form styles */
.myform{
  background-color: #000; 
  color: #fff; 
  font-family: Arial, sans-serif;
  padding: 20px;
  border-radius: 10px;
}

form h2 {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
}

form .form-control {
  margin-bottom: 15px;
}

form .form-control label {
  display: block;
  margin-bottom: 5px;
  color: #fff;
}

form .form-control input,
form .form-control select {
  width: 100%;
  padding: 10px;
  border: 1px solid #333;
  border-radius: 5px;
  background: #222;
  color: #fff;
}

form .form-control input:focus,
form .form-control select:focus {
  outline: none;
  border-color: #555;
}

form .form-control small {
  display: none;
  color: red;
  margin-top: 5px;
}

form .form-control.error input,
form .form-control.error select {
  border-color: red;
}

form .form-control.error small {
  display: block;
}

form button {
  width: 100%;
  padding: 10px;
  background: #333 !important;
  color: #fff;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s;
}

form button:hover {
  background: #444;
}


/*------------------------*/
 .salla-wa-box {
    position: fixed;
    right: 20px;
    bottom: 20px;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    cursor: pointer;
  }

  .salla-wa-btn {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #25D366;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 6px 18px rgba(0,0,0,0.25);
    transition: transform .14s ease, box-shadow .14s ease;
    overflow: hidden;
  }

  .salla-wa-btn:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 24px rgba(0,0,0,0.28);
  }

  .salla-wa-btn img {
    width: 70%;
    height: 70%;
    object-fit: contain;
  }

  .salla-wa-text {
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #333;
    font-family: sans-serif;
    text-align: center;
  }

  @media (max-width: 480px) {
    .salla-wa-btn {
      width: 70px;
      height: 70px;
    }
    .salla-wa-text {
      font-size: 14px;
    }
  }
/******syle***/
section:nth-child(1 of section.landing-page-first-banner) .container > div  , 
section:nth-child(1 of section.landing-page-first-banner) .container{
    width: 100% !important;
    max-width: 100% !important;
    padding: 0px;
}
section:nth-child(1 of section.landing-page-first-banner) .container > div {
    background: #eedfc169;
    padding: 30px;
}
section:nth-child(1 of section.landing-page-first-banner) h1 {
    width: 42%!important;
}
@media (max-width:768px){
 section:nth-child(1 of section.landing-page-first-banner) h1 {
    width: 100%!important;
} 
  header.store-header {
    position: static !important;
}
 .g_cat  .grid-cols-3 {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
  .g_cat h3{
    font-size: 12px !important;
    font-weight: 900 !important;
    line-height: 20px;
}
}
/*------main-image------*/
/*main-slider */
 salla-slider.photos-slider .swiper-slide {
    padding: 0rem;
    margin: 0rem;
    width: 100%;
}
.s-slider-block__title-nav {
    visibility: hidden;
}
/*------main-image------*/
.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
   padding:0px
}
/*-------------------------------------*/

.swiper.s-slider-container.swiper-initialized {
    margin-left: 0!important;
    padding: 0px;
}
salla-slider.photos-slider .swiper-slide {
    width: 100%;
    padding: 0px;
}
section.s-block.s-block--photos-slider {
    margin-top: 0px;
}
/*-------------------------------------*/

section.weeklyOffers , .g_cat, .g-products  , .dead_line  , .ads {
    margin-bottom: 40px  !important;
}
section:nth-child(2 of section.landing-page-first-banner) * {

   font-family: 'GE Hili Book', Arial, sans-serif;
}
section:nth-child(2 of section.landing-page-first-banner) p {
  font-size:40px !important

}
section:nth-child(2 of section.landing-page-first-banner) .container > div {
    width: 70% !important;
    max-width: 70% !important;
}
.store-footer__inner * {
     font-size: 18px;
}