/* Add custom CSS styles below */ 

#mobile-menu .close-mobile-menu,
#mobile-menu .mm-spn.mm-spn--navbar:after,
#mobile-menu .main-menu .sidemenu-link .menu_title{
    color: #ffffff !important;  
}
.offers-link .menu_title,
.links span,
.social span{
color: #777777 !important; 
}

.dark .opt-text p span {
color: #ffffff !important;
}
.opt-text strong:is(.dark *){
color: #ffffff !important;
}

/* bg button*/

.s-products-slider-card .s-button-element{
    background-color: #ffc53b !important;
    border: none !important;
}
/* Button Style */
.s-button-btn {
background: linear-gradient(270deg, #ffc53b, #ff9f00, #ffc53b);
  background-size: 400% 400%;
  animation: gradientMove 5s ease infinite;

  border: none;
  padding: 10px 20px;

  transition: transform 0.5s ease;
}

.s-button-btn:hover {
  transform: scale(1.05);
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}


/* color footer in light mode*/
.store-footer .to-top,
.store-footer .footer-top,
.store-footer .footer-middle{
    color: #ffffff !important;
}

/* color header for all icons */
.header-container {
    color: #ffffff !important;
}
/* icon meuu */
.sicon-menu.sicon-menu:before{
    color: #fcbd39 !important;
} 
.header-container .sicon-search,
.header-container .sicon-user,
.header-container .sicon-cart2,
.header-container .s-cart-summary-total,
.header-container .sicon-sar{
color: #ffffff !important;
}






/*Background footer */

.store-footer .s-button-primary {
    background-color: #958381 !important;
    border-color: #958381 !important;
}

.store-footer .dark .form-input, .dark input,
.store-footer .contact-links a{
    background-color: #3d3d3d !important;
}






/* bg card for all products */
.dark .s-product-card-category{
    background-color: #000000 !important;
}






/* فاصل ملاك */
.s-angel--divider .divider-wrapper .divider-title  h2{
  color: #FF9100 !important; #E6CA92
}

.s-angel--divider .s-block__display-all{
color: #E6CA92 !important; 
}