/* Developed By Hashem Mdoukh +972-597965309 */

:root {
  --primary-color: #19031e;
  --secondary-color: #3f014d;
  --theered-color: #630074;
  --border-color: #da00ff;
}

/*Header*/

[data-theme="light"] {
  .mobile-nav-bottom a,
  .mobile-nav-bottom button svg,
  .mobile-nav-bottom button label,
  #s-cart-icon svg,
  .main-navbar div.flex button svg,
  .s-cart-summary-total {
      color: var(--primary-color) !important;  
  }

  .s-cart-summary-count {
    color: #FFF;
  }
}


[data-theme="dark"] {
  .mobile-nav-bottom a,
  .mobile-nav-bottom button svg,
  .mobile-nav-bottom button label,
  #s-cart-icon svg,
  .main-navbar div.flex button svg,
  .s-cart-summary-total {
      color: #FFF !important;  
  }
}


.s-cart-summary-count {
  color: var(--primary-color);
}

.h-\[60px\] {
    transform: scale(1.8);
}

.banners-slider:first-of-type {
    margin-top: 65px;
}

@media(max-width: 768px) {
  .h-\[60px\] {
    transform: scale(1.3);
}
}

/*Arrows*/
[data-theme="light"] {
  .banners-slider-swiper-actions-next,
  .banners-slider-swiper-actions-prev {
    border-color: #000000;
    background: #FFFFFF;
    color: #000000;
 }
}

[data-theme="dark"] {
  .banners-slider-swiper-actions-next,
  .banners-slider-swiper-actions-prev {
    border-color: #000000;
    background: #000000;
    color: #FFFFFF;
 }
}

.navigation-start-style .swiper-button-disabled {
    opacity: 1 !important;
}

/*Bullets*/

.banners-slider-swiper-actions-pagination {
    bottom: -20px !important;
}


/*Products*/

[data-theme="light"] {

 .product-card {
    border: 2px solid var(--primary-color);
    box-shadow: 0 0 2px var(--primary-color),
        0 0 5px var(--primary-color),
        0 0 10px var(--primary-color) !important;
}

 .product-card-actions-add-to-cart {
    background: var(--primary-color);
    color: #FFF;
}

}


[data-theme="dark"] { 

.product-card {
    border: 2px solid var(--border-color);
    box-shadow: 0 0 2px var(--border-color),
     0 0 5px var(--border-color),
     0 0 10px var(--border-color) !important;
}

 .product-card-actions-add-to-cart {
    background: var(--theered-color);
    color: #FFF;
}

}

.product-card-actions-add-to-cart {
    position: relative;
    overflow: hidden;
}

.product-card-actions-add-to-cart::before {
    content: "";
    position: absolute;
    top: 0;
    left: -75%;
    width: 50%;
    height: 100%;
    background: linear-gradient(120deg,
            rgba(255, 255, 255, 0.2) 0%,
            rgba(255, 255, 255, 0.6) 50%,
            rgba(255, 255, 255, 0.2) 100%);
    transform: skewX(-20deg);
    animation: shine 1200ms linear infinite;
}

.product-card-actions-wishlist {
    height: 40px;
    background: gray;
    display: flex;
    width: 40px !important;
    border-radius: 50%;
    color: #FFF;
}
/*
body.index .product-card-actions-wishlist::before {
    position: absolute;
    content: "";
    height: 40px;
    width: 40px;
    left: 22px;
    border-radius: 50%;
    border: 3px solid red;
    animation: WhatsApp 1200ms linear infinite; 
}
*/
.product-card-content-meta-pricing-current-discounted-percentage {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

@media (max-width: 768px) {
.product-card-actions-wishlist::before {
    left: 16px;
}
}

.dark *.enhanced-products-slider-action-button {
    color: var(--primary-color);
}

/*Products Details*/

[data-theme="light"] {
  .product__description ul li {
    color: var(--primary-color)
  }
  
  .btn-tab.btn--collapse {
    background: var(--primary-color);
    color: #FFF;
  }
  .border-gray-200 {
    border-color: var(--border-color);
}
}

[data-theme="dark"] {
.rtl .fix-align, [dir=rtl] .fix-align {
    color: #ac00ac;
    opacity: 1;
}

.is-sticky-product-bar .sticky-product-bar__btn .form-label,
.product-single .s-product-options-option-content .s-product-options-text input  {
    color: var(--primary-color) !important;
}

.is-sticky-product-bar .sticky-product-bar__btn:hover .form-label,
.product__description ul li {
    color:#FFF !important;
}
}

salla-installment .mb-5 {    
        border-radius: 12px !important;
}

salla-installment .mb-5,
.product-single .s-product-options-option-content .s-product-options-text input {
    background: #FFF !important;
    margin-top: 15px;
}

.product-single .s-product-options-option-content .s-product-options-text input {
     border-radius: 0.375rem !important;
     border-bottom-width: 0px !important;
}

.product-option-uploader .s-file-upload-wrapper .filepond--drop-label * {
    color: #000000;
}

/*Features*/

[data-theme="light"] {
.store-features-style-1-content-single {
    background: var(--primary-color);
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 2px #19031e, 
    0 0 5px #19031e,
     0 0 10px var(--border-color) !important;
  }
  
.store-features-style-1-content-single-title, .store-features-style-1-content-single-description ,.group:hover .store-features-style-1-content-single-title {
      color: #FFF;
}
  
}


[data-theme="dark"] {
.store-features-style-1-content-single {
    background: #FFF;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 0 0 2px var(--primary-color),
        0 0 5px var(--primary-color),
        0 0 10px var(--primary-color) !important;  }
  
.store-features-style-1-content-single-title, .store-features-style-1-content-single-description ,.group:hover .store-features-style-1-content-single-title {
      color: var(--primary-color);
}
  
}

/*FAQ*/

[data-theme="light"] {
  .faq-content-single-wrapper {
    background-color: var(--primary-color);
}
  .faq-content-single-question * {
    color: #FFF;
}
  .faq-content-single-answer {
    background: #FFF;
    border-radius: 11px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

}

[data-theme="dark"] {
  .faq-content-single-wrapper {
    background-color: #FFF;
}
  .faq-content-single-question-icon {
    color: #ac00ca;
  }
  .faq-content-single-answer {
    color: var(--primary-color);
}
}

.faq-content-single-answer {
    padding: 10px 32px 28px 32px;
}

/*Anout US*/

[data-theme="light"] {
.descriptive-content-image {
    border: 2px solid var(--primary-color);
    box-shadow: 0 0 2px var(--primary-color),
        0 0 5px var(--primary-color),
        0 0 10px var(--primary-color) !important;
}
.descriptive-heading-action-button {
    background-color: var(--color-primary);
    color: #FFF;
}
.descriptive-heading-action-button-text {
  color: #FFF;
}
}

[data-theme="dark"] {
.descriptive-content-image {
    background: #FFF;
    border: 2px solid var(--border-color);
    box-shadow: 0 0 2px var(--border-color),
     0 0 5px var(--border-color),
     0 0 10px var(--border-color) !important;
}
.descriptive-heading-action-button {
    background-color: rgb(172 0 202);
}

}

/*Testimonials*/

[data-theme="dark"] {

  #testimonials-index-date,
   .testimonial p.mb-2,
   .product-card-content-media-rating-value {
      color: var(--primary-color) !important;
  }
  
}
.sticky-whatsapp-button::before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid rgb(77, 194, 71);
    animation: WhatsApp 1200ms linear infinite;
}

/*Cart*/
[data-theme="dark"] {
  .cart .sticky div:nth-child(2) > div:nth-child(6) span,
  .cart .sticky div:nth-child(2) > div:nth-child(6) b,
  .cart-item div > div h3 a,
  .cart .s-quantity-input-input,
  .cart div > div > div:nth-child(2) p {
    color: var(--primary-color) !important;
  }
  .cart #cart-submit button,
  .cart .btn--delete.s-button-element {
    background: var(--border-color);
    color: #FFF;
  }
  
  .cart .item-price {
    color: var(--theered-color)
  }
}

/*Footer*/

[data-theme="light"] {
  footer {
    background: #FFF !important;
    border-top: 3px solid var(--border-color);
  }
  .footer-meta div.flex.w-full > div h2 {
      background: var(--primary-color);
      color: #FFF;
      padding: 12px 20px;
      border-radius: 15px;
      box-shadow: 2px 2px 12px -2px var(--primary-color);
  }
}

[data-theme="dark"] {
  .footer-meta div.flex.w-full > div h2 {
      background: var(--border-color);
      color: #FFF;
      padding: 12px 20px;
      border-radius: 15px;
      box-shadow: 2px 2px 12px -2px var(--border-color);
  }
  .cart .footer-wrapper .footer-meta  div > div p {
    color: #FFF !important;
  }
}

.footer-meta div.flex.flex-col div ul li {
    padding: 7px;
    background: var(--border-color);
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 2rem;
    text-align: center;
    box-shadow: 0 0 10px -2px var(--border-color);
}

.light-mode-logo,
.dark-mode-logo {
  transform: scale(1.8);
}

.footer-meta div.flex.flex-col div ul li a {
    color: #FFF;    
}

.footer-wrapper div[class="flex flex-col md:flex-row items-center justify-between gap-8"] div.gap-4 ul li {
    box-shadow: 0 0 10px -2px var(--border-color)   
}

.footer-meta > div:nth-child(1) {
    order: 1;
}

.footer-meta div.flex.w-full div.flex.gap-2  {
    justify-content: center;
    align-items: center;
}  

@media (max-width: 1023px) {
  .footer-meta div.flex.w-full div.flex.gap-2  {
         order: 1;
  }  
}

@media (min-width: 768px) {
    .md\:items-start {
        align-items: start;
    }
    .md\:justify-start,
    .rtl\:md\:flex-row-reverse:where([dir="rtl"], [dir="rtl"] *)  {
        flex-direction: column;
    }
}

.footer-meta .footer-links > div {
    flex-direction: column;
}

@media(max-width: 768px){
  .footer-meta .footer-links > div a {
    justify-content: center;
  }
}



.copyright-text p {
    color: var(--border-color);
}

@keyframes shine {
    0% {
        left: -75%;
    }

    100% {
        left: 125%;
    }
}


@keyframes WhatsApp {
    0% {
        opacity: 1;
        transform: scale(1);
    }

    100% {
        opacity: 0;
        transform: scale(1.4);
    }
}