/* Add custom CSS styles below */
/*this is for intro */
body::before {
    content: " ";
    background-color: #FFFF;
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: 100%;
    z-index: 9998;
    opacity:0;
    animation:intro 2s;
  }
   body:after {
    z-index: 9999;
    position: fixed;
    content: "";
    background-image: url('https://cdn.salla.sa/NraDY/Z9YggtLfIA7cgT0ec6ynE82JlExf3tWocod8fWIM.png') !important;
    background-position: center;
    background-size: 100px;
    background-repeat: no-repeat;
    width: 0px;
    transform: translate(50px, -50px);
    height: 100px;
    right: 50%;
    top: 50%;
    opacity:0;
    visibility: visible !important;
    background-color: transparent !important;
    animation:intro_logo 1.5s;
  }
   
  @keyframes intro {
    0% {
         width:100%;
        opacity: 1;
    }
  
    40% {
       opacity: 1;
    }
  
    80% {
       opacity: 1;
    }
    99%{
        width:100%;
    }
    
    100% {
        width:0;
       opacity: 0;
        display:none;
    }
  }
  
  @keyframes intro_logo {
    0% {
         width:100px;
        opacity: 0.8;
    }
    
    50%{
        opacity: 0.9;
    }
    
  
    70% {
       opacity: 1;
    }
  
    80% {
       opacity: 1;
    }
    99%{
        width:100px;
    }
    
    100% {
        width:0;
       opacity: 0;
        display:none;
    }
  }
  /*navbar st*/
/* Base styles for links in the .main-menu list */
.main-menu li a {
  transition: color 0.3s ease; /* Add transition for smooth color change */
  font-family: "Your Desired Font", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #000; /* Set the initial font color */
}

/* Change the font color on hover */
ul.main-menu li.root-level a:hover {
  color: #000 !important; 
    font-weight: bold;

}



/*background st */

@keyframes animatedBackground {
  0% {
    background-position: 0% 0%;
  }
  100% {
    background-position: 100% 100%;
  }
}
.header-is-light .header-components{
background: rgb(216,195,13);
background: linear-gradient(90deg, rgba(216,195,13,1) 0%, rgba(216,195,13,0.4) 20%, rgba(216,195,13,0.4042659300048145) 50%, rgba(216,195,13,0.39866368910845584) 80%, rgba(216,195,13,1) 100%);
}
.header-is-light .fixed-pinned.header-components, .header-is-light .fixed-pinned .inner {
background: rgb(216,195,13);
background: linear-gradient(90deg, rgba(216,195,13,1) 0%, rgba(216,195,13,0.4) 20%, rgba(216,195,13,0.4042659300048145) 50%, rgba(216,195,13,0.39866368910845584) 80%, rgba(216,195,13,1) 100%);
}
.header-is-light .fixed-pinned.header-components,
.header-is-light .fixed-pinned .inner {
  border-radius: 0px 0px 30px 30px; 
}
/*----*/
@keyframes loadingAnimation {
  0% {
    opacity: 0.9; 
  }
  50% {
    opacity: 1; 
  }
  100% {
    opacity: 0.9; 
  }
}
.lazy:hover{
  animation: loadingAnimation 1s linear infinite; 
  animation-delay: 0.2s;
  border-radius: 50px 50px 50px 50px; 
}
/*----*/
.footer-is-light .store-footer {
background: rgb(216,195,13);
background: linear-gradient(90deg, rgba(216,195,13,1) 0%, rgba(216,195,13,0.4) 20%, rgba(216,195,13,0.4042659300048145) 50%, rgba(216,195,13,0.39866368910845584) 80%, rgba(216,195,13,1) 100%);
}
.footer-is-light .store-footer {
  border-radius: 30px 30px 0px 0px; 
}
.s-block__title .center-side {
    font-family: "Your Desired Font", sans-serif; 
    padding-left: 5rem;
    padding-right: 5rem;
    background-color:#83ad3f;
    padding-top: 1rem;
    padding-bottom: 1.5rem;
    border-radius: 20px 0px 20px 0px; 
    box-shadow: 14px 17px 8px rgba(0, 0, 0, 0.2);
    }

/*----*/
[dir=rtl] .rtl\:left-8 {
    color: #7c7d1d;
}
.page-header {
    height: 2rem;
    background-color: #7c7d1d!important;

}
.bg-white {
  background-color: #fff;
}

.sicon-quote-open:before {
    content: url(https://cdn.icon-icons.com/icons2/881/PNG/512/Olive_icon-icons.com_68720.png);
    font-size: 15px;
    height: 10px;
    display: block;
    transform: scale(0.1) !important;
    margin-top: -30px;
}

@media (min-width: 1024px){
.s-block--fixed-banner .banner--fixed {
    max-height: 100%;
    min-height: 100%;
}
}
salla-slider.photos-slider .swiper-slide {
    width: 95%;
    }
    .s-block__title .center-side {
    color: #fff;
}
/*.grid {
    display: initial;
    }

#app > div.relative.z-0.s-block > footer > div.store-footer__top > div > div > div.mb-2\.5.col-span-2 > a {
    content: "";
    width: auto;
    background-repeat: no-repeat;
    height: 90px;
    position: relative;
    background-position: center 0;
    display: block;
    background-size: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
}

  p.max-w-sm {
    max-width: 20rem; 
    margin: 0 auto; 
    text-align: center; 
    line-height: 2.5; 
    font-size: 18px; 
    font-family: Arial, sans-serif; 
  }
.justify-start {
    justify-content: center;
}
h3.footer-title {
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
}
.footer-list {
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 0.625rem;
}
.user-contacts .links-contact{
   display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 0.625rem;
        line-height: 2.5; 
}*/
@media only screen and (max-width: 767px) {
.grid {
    display: initial;
    }

  #app > div.relative.z-0.s-block > footer > div.store-footer__top > div > div > div.mb-2\.5.col-span-2 > a {
      content: "";
    width: auto;
    background-repeat: no-repeat;
    height: 90px;
    position: relative;
    background-position: center 0;
    display: block;
    background-size: 115px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  p.max-w-sm {
    max-width: 20rem; 
    margin: 0 auto; 
    text-align: center; 
    line-height: 2.5; 
    font-size: 18px; 
    font-family: Arial, sans-serif; 
  }

  .justify-start {
      justify-content: center;
  }

  h3.footer-title {
      display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
  }

  .footer-list {
  display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 0.625rem;
  }

  .user-contacts .links-contact {
    display: grid;
    justify-items: center;
    align-items: center;
    justify-content: center;
    align-content: center;
    margin-bottom: 0.625rem;
        line-height: 2.5; 
  }
}
/*----*/
i.links-icon.sicon-whatsapp2 {
    background-color: #fff;
}
i.links-icon.sicon-whatsapp2:hover {
    background-color: #25D366; 
    
  }
i.links-icon.sicon-mail {
    background-color: #fff;
}
i.links-icon.sicon-mail:hover {
    background-color: #f0f0;    
  }
  a.social-link {
    background-color: #fff;
}
.mb-1\.5 {
    text-align: center;
    }
   .product-entry salla-add-product-button salla-button button:hover {
    border-color: #414042;
    border-color: #a09898;
    background-color: #414042;
    background-color: #dac721;
    opacity: 1;
}
  .product-entry salla-add-product-button salla-button button {
   background-color:#83ad3f;
   }
i.border-primary.sicon-cart-add {
    color: #fff;
}

/*h2.menu-title {
    display: grid;
    justify-items: center;
}*/
 #mainnav > div.inner.bg-inherit.py-2\.5 {
    background-color: #fff;
    padding: 0.5rem;
  text-align: center;
    
  }
 
@media (max-width: 1024px){
[dir=rtl] #mainnav .main-menu a {
    text-align: center;
    display: block;
    }
    }
.main-menu .has-children.root-level>a:after { 
   
    color: #477000;
  }

    
.main-menu .has-children.root-level>a:befor{ 
   
    color: #477000;
  }

a.block.h-full {
    background-color: #fff;
}
body.product-entry--fit-type.contain .product-entry img {
    -o-object-fit: contain;
    object-fit: contain;
    background-color: #fff!important;
}
.product-entry__image {
    background-color: #fff;
    height: 12rem;
}
@media (max-width: 768px){
.product-entry__image {
    background-color: #fff;
    height: 12rem;
}
}
.product-entry .price-wrapper .add-to-cart-conatiner .btn--add-to-cart button[product-type=product]::after, .product-entry .price-wrapper .add-to-cart-conatiner .btn--add-to-cart button[product-type=digital]::after {
    --tw-content: "";
    content: var(--tw-content);
    color: #fff;
}
.text-red-200{
color:#7c7d1d;
}
.details-slider-wrapper .details-slider .swiper-slide img {
    height: 100%!important;
    background-image: none!important;
    background-color: #fff;
}
a[href="https://getbutton.io/?utm_campaign=multy_widget&utm_medium=widget&utm_source=qatfahaljouf.com"] {
      

    font-size: 0px !important;
    
}
a[href="https://getbutton.io/?utm_campaign=multy_widget&utm_medium=widget&utm_source=qatfahaljouf.com"]{
           display: none;
       
}

div[color="#4dc247"]:after {
      display: inline !important;
    content: "تواصل معنا";
    color: #214a00;
    font-family: monospace;
    background-color: #ffffffe0;
    border-radius: 5px;
    padding: 3px;
    font-size: 11px !important;
    
}

.s-product-card-content-main:after {
  
    font-size: small;
    color: #ef4444;
}