:root
{
    --primary-color: #12a9b0 !important;
    --secondary-color: #faaf3b !important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important;
}

/*---------------- Font Family ----------------*/

/*------------- End of Font Family ------------*/


/*---------------- Splash Screen --------------*/
.index::before
{
  content: "";
  width: 100%;
  height: 100%;
  border: 2px solid var(--primary-color) !important;
  background: var(--font-color) url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/ydwaxP/mCTS06cRxIMpjboZFfBeirsEXP67JpOXEouzRyuX.png);
  position: fixed;
  z-index: 999999;
  transform: scale(0);
  background-size: 15%;
  background-repeat: no-repeat;
  background-position: center center;

  animation: heartbeat 1s;
  animation-duration: 2.5s;
}

@keyframes heartbeat
{
  0%
  {
    transform: scale(1);
    opacity: 1;
  }
  50%
  {
    transform: scale(1.2);
    opacity: 1;
  }
  90%
  {
    opacity: 1;
  }
  100%
  {
    transform: scale(1);
    opacity: 0;
  }
}
/*------------ End of Splash Screen -----------*/


/*------------------ Header -------------------*/
.salla-advertisement .center-between
{
    text-align: center !important;
}

.navbar-brand img
{
    max-height: 5rem;
    
    animation: bounce 3s infinite;
    transition-duration: 500ms;
}

.header-mainbar .sides-wrap
{
    padding-top: 5px;
    padding-bottom: 5px;
}

.header-mainbar .search-bar--mobile .s-search-input
{
    --tw-border-opacity: 0.5 !important;
    border-color: #ececec !important;
}

.header-mainbar .sides-wrap
{
    padding-bottom: 8px !important;
    padding-top: 8px !important;
}

.main-nav-container,
.fixed-header .inner,
.fixed-pinned .inner
{
    color: var(--font-color);
    background: var(--primary-color);
}

.header-icon-button .text span,
.s-cart-summary-wrapper .s-cart-summary-total
{
    color: var(--primary-color);
    font-weight: 700;
}

.header-icon-button .icon
{
    color: var(--font-color);
    background: var(--secondary-color);
}

#mainnav.fixed-header .main-menu
{
    justify-content: center !important;
    padding-left: 0rem;
}

.main-menu li > a
{
    color: var(--font-color);
    font-size: 0.875rem;
    font-weight: 600;
}

.main-menu #offers a
{
    color: #f00;
    font-weight: 600;
}

.main-menu li.root-level > .sub-menu,
.main-menu .sub-menu ul > li:not(:first-child) > .sub-menu
{
    background: var(--primary-color) !important;
}

.main-menu li li > a
{
    color: #fff !important;
}
/*--------------- End of Header ---------------*/


/*------------------- Banner ------------------*/
section.s-block--photos-slider .carousel-slider .swiper
{
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left:0 !important;
}

.s-block--photos-slider,
.s-block--photos-slider:first-of-type
{
    margin-top: -1rem;
    margin-bottom: -1rem;
}

/* section:nth-child(13) img */
.banner--fixed img
{   
    margin-top: 10px;

    position: relative;
    animation: up-down 8s ease infinite;
}
/*---------------- End of Banner --------------*/


/*----------------- Categories ----------------*/
.s-block--categories
{
    margin-top: 0rem;
}
  
.slide--cat-entry
{
    border-radius: 0px;
    padding: 0;
}

.carousel-slider .swiper-wrapper > div
{
    border-radius: 50%;
    margin: 10px;
}

.s-block--categories .slide--cat-entry
{   
    padding: 2px;
    border-radius: 50%;
}

.s-block--categories .slide--cat-entry i
{
    border-radius: 0%;
    height: 10rem;
    width: 10rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.s-block--categories .slide--cat-entry i::before
{
    content: "";
    width: 100%;
    height: 100%;
    background: 0 0;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    border: 2px dashed var(--primary-color);
    animation: myAnim1 7s linear 0s infinite normal forwards;
}

.slide--cat-entry h4
{
    color: #000 /*var(--secondary-color)*/ !important;
    font-size: 1rem;
}

/*
section:nth-child(6)
{
    margin-top: 2rem;
}

section:nth-child(7)
{
    margin-top: 0rem !important;
    margin-bottom: 0rem;
}

section:nth-child(8)
{
    margin-top: 0rem !important;
    margin-bottom: 2rem;
}

section:nth-child(6)  .md\:grid-cols-4,
section:nth-child(7)  .md\:grid-cols-4,
section:nth-child(8)  .md\:grid-cols-4
{
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

section:nth-child(6) .banner-entry,
section:nth-child(7)  .banner-entry,
section:nth-child(8)  .banner-entry
{
    height: 285px;
}
*/

.s-block--banners .md\:grid-cols-4
{
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.s-block--banners
{
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.s-block--banners .banner-entry
{
    height: 370px;
    background-color: transparent;
    grid-column: span 1 / span 1 !important;
}

.s-block--banners .banner-entry a
{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.banner-entry a::before
{
    background-color: transparent;
    opacity: 0;
}
/*------------- End of Categories -------------*/


/*------------------ Products -----------------*/
.s-block__title h2,
.s-slider-block__title h2
{
    color: var(--font-color);
    font-size: 1.40rem !important;
    /*font-weight: 600 !important;*/
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-color: /*var(--primary-color)*/#000 !important;
    text-transform: uppercase;
    /*
    background-image: linear-gradient(-225deg, #3790c8 0%, var(--secondary-color) 29%, var(--primary-color) 67%, #fff800 100%);
    background-size: 200% auto;
    animation: textclip 8s linear infinite;
    */
    padding: 5px 0;
}

salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div,
.carousel-slider .swiper-wrapper > div
{
    flex-shrink: 0;
    padding-left: 12px;
    padding-right: 6px;
    padding-top: 15px;
    padding-bottom: 15px;
}

[dir="rtl"] salla-slider[type]:not(.hydrated) > div, [dir="rtl"] salla-slider[type]:not(.hydrated) .swiper > div > div, [dir="rtl"] .carousel-slider .swiper
{
    padding-left: 15px;
}

.s-product-card-entry, .product-card.product-entry.product-entry--vertical
{
    box-shadow: 0 4px 11px 0 rgba(0, 0, 0, 0.2), 0 2px 1px -1px rgba(0, 0, 0, 0.12), 0 1px 1px 0 rgba(0, 0, 0, 0.14);
    padding: 8px;
}

custom-salla-product-card .s-product-card-content-subtitle
{
    color: var(--secondary-color) !important;
    font-size: 0.875rem;
    font-weight: 600;
    text-align: center;
}

.s-product-card-content-title a
{
    color: var(--primary-color) !important;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
   
    white-space: break-spaces !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 4 !important;
    -webkit-box-orient: vertical !important;    
}

.s-button-primary-outline,
.product-entry .btn--add-to-cart:not(.deal) button:not(:hover),
button.btn--wishlist.animated.hidden.sm\:flex.s-button-element.s-button-icon.s-button-outline.s-button-light-outline.s-button-loader-center,
.s-button-primary
{
    color: var(--font-color);
    background: var(--primary-color);
    border-radius: 12px !important;
}

.s-button-primary-outline:hover,
.s-button-primary:hover
{
    color: var(--font-color);
    background-color: var(--secondary-color);
    border-radius: 12px !important;
    border: 1px solid var(--secondary-color) !important;
}

.s-button-primary-outline::after
{
    animation: ShineAnimation 5s infinite;
    animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
    content: "";
    display: block;
    position: absolute;
    left: -6px;
    right: -1px;
    top: -1px;
    bottom: 0px;
    border-radius: 12px !important;
    width: 252px;
    height: 50px;
}

custom-salla-product-card.s-product-card-entry salla-add-product-button button.s-button-outline
{
    border-color: rgba(229, 231, 235, 0.7);
    --tw-text-opacity: 1;
    color: rgb(255 255 255);
    border-radius: 12px !important;
}

.s-button-disabled
{
    background: var(--primary-color) !important;
    color: var(--font-color) !important;
    border-radius: 12px !important;
    opacity: 0.5;
}

custom-salla-product-card .s-product-card-wishlist-btn button.s-button-icon,
.s-product-card-vertical .s-product-card-wishlist-btn button
{
    color: var(--font-color) !important;
    background: var(--secondary-color) !important;
    border-radius: 12px !important;
    opacity: 1;
}

.s-button-text
{
    font-size: 18px;
}

@property --a 
{
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

custom-salla-product-card.s-product-card-entry::after
{
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    z-index: -1;
    border-radius: 12px;
}

custom-salla-product-card.s-product-card-entry:hover
{
    position: relative;
    z-index: 1;
    background: repeating-conic-gradient(from var(--a), var(--primary-color) 0%, var(--primary-color) 5%, transparent 5%, transparent 40%, var(--primary-color) 50%);
    animation: animate 5s linear infinite;
    border-radius: 12px;
}

@keyframes animate
{
  0%
  {
      --a: 0deg;
  }
  
  100%
  {
      --a: 360deg;
  }
}
/*--------------- End of Products -------------*/


/*--------------- Products Details ------------*/
body.product-index salla-products-list.flex-1.min-w-0.overflow-auto.s-products-list.hydrated
{
    overflow: initial;
}

.s-products-list-filters-results
{
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1.5rem;
}

.s-quantity-input-button svg
{
    fill: var(--primary-color) !important;
}
/*------------ End of Products Details --------*/


/*--------------------- Cart ------------------*/
.mb-5,
.text-gray-400
{
    color: var(--primary-color);
}

.cart .bg-darker,
.cart .lg\:flex-row
{
    color: var(--primary-color) !important;
    background: var(--font-color) !important;
}
/*------------------ End of Cart --------------*/


/*----------------- Testemonials --------------*/
.carousel-slider .swiper-wrapper > div
{
    padding-top: 25px !important;
}

@property --a 
{
    syntax: '<angle>';
    inherits: false;
    initial-value: 0deg;
}

.pt-10::after
{
    content: "";
    position: absolute;
    inset: 2px;
    background: #fff;
    z-index: -1;
    border-radius: 12px;
}

.pt-10
{
    position: relative;
    z-index: 9;
    background: repeating-conic-gradient(from var(--a), var(--primary-color) 0%, var(--primary-color) 5%, transparent 5%, transparent 40%, var(--primary-color) 50%);
    animation: animate 5s linear infinite;
    border-radius: 12px;
}

@keyframes animate
{
  0%
  {
      --a: 0deg;
  }
  
  100%
  {
      --a: 360deg;
  }
}
/*-------------- End of Testemonials ----------*/


/*------------------- Features ----------------*/
.s-block--features-list
{
    margin-top: -2rem;
}

.s-block--features__item
{
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
}

.sicon-store2::before
{
    content: "11";
    color: transparent;
    font-size: 60px;
    background-image: url(https://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExZjU5bDZsYTZ2dzk1YXg4YzQ0NjMwOWNseTh2OHFpaDBqcGJ6dmJjZyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/4ol3uBqAKd0ss52uR4/giphy.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

.sicon-shipping-fast::before
{
    content: "11";
    color: transparent;
    font-size: 60px;
    background-image: url(https://media3.giphy.com/media/v1.Y2lkPTc5MGI3NjExNmMyYXB4Z2lmaTJjbmRxcWd4OWE2aWtmN3Vyc3o0dDVmcTcxM2E0YiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/ztoxSlX5LMvwFCB6Rp/giphy.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

.sicon-fire::before
{
    content: "11";
    color: transparent;
    font-size: 60px;
    background-image: url(https://media0.giphy.com/media/v1.Y2lkPTc5MGI3NjExaTV4aXdubGFwYmE2MXk0MGxmdGN1ZWxmcHZxeTRhZXkxaW9ucHpmMSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/4aCSDgehWACk3JS4S3/giphy.gif);
    background-size: contain;
    background-repeat: no-repeat;
}

.s-block--features__item h4
{
    color : var(--primary-color) !important;
    font-size: 1rem;
    font-weight: 700;
}

.s-block--features__item p
{
    color : var(--secondary-color) !important;
    font-weight: 700;
}
/*---------------- End of Features ------------*/


/*--------------------- FAQ -------------------*/

/*------------------ End of FAQ ---------------*/


/*-------------------- Footer -----------------*/
.py-8
{
    padding-top: 0;
    padding-bottom: 0;
}

.store-footer
{
    text-align: center !important;
}

.store-footer__top
{  
    color: var(--primary-color) !important;
    text-align: center !important;
    width: 96%;
    margin: auto auto 20px auto;
    border-radius: 60px;
    border: 0px solid var(--primary-color);
    box-shadow: 0 0 12px -4px var(--primary-color);
}

.footer-logo
{
    justify-content: center;
    display: flex;
}

.footer-logo img
{
    max-width: 100%;
    max-height: 90px;
    
    animation: scale 1.3s linear infinite;
}

.store-footer h3
{
    color: var(--secondary-color) !important;
}

.s-contacts-item,
.store-footer .s-social-list
{
    text-align: center;
    justify-content: center;
}

.space-y-6 > :not([hidden]) ~ :not([hidden])
{
    text-align: center !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden])
{
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
}

.bg-darker,
.lg\:flex-row
{
    color: var(--font-color) !important;
    background: var(--primary-color) !important;
}

.s-social-link a
{
    color: var(--font-color) !important;
    background: var(--primary-color) !important;
}

.md\:mb-0
{
    color: var(--font-color) !important;
}
/*----------------- End of Footer -------------*/


/*--------------------- Blog ------------------*/
.brand-item::before
{
    content: "";
    width: 100%;
    height: 100%;
    background: 0 0;
    position: absolute;
    left: 0px;
    top: 0px;
    border-radius: 0%;
    border: 1.5px dashed var(--secondary-color);
}

.brand-item
{
    height: 8rem;
    padding: 1rem;
    border: none;
}
/*------------------ End of Blog --------------*/


/*---------------- WhatsApp Icon --------------*/
#whatsappButton
{
  position: fixed;
  bottom: 100px;
  right: 20px;
  width: 60px;
  height: 60px;
  background-color: var(--secondary-color) !important;;
  border-radius: 50%;
  text-align: center;
  font-size: 27px;
  color: #fff;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

#whatsappButton i
{
  color: #fff !important;
}

#whatsappButton:hover
{
  background-color: #f5b633 !important;
}
/*-------------- End of WhatsApp Icon ---------*/

@media (max-width: 1024px)
{
  .main-menu li.root-level>.sub-menu,.main-menu .sub-menu ul>li:not(:first-child)>.sub-menu
  {
      background: #0a2463 !important;
  }
  
  #mainnav li>a
  {
      line-height: 0.8rem !important;
  }
  
  #mainnav .inner
  {
      padding-bottom: 100px !important;
  }
}

/*---------------- Mobile Screens -------------*/
@media only screen and (max-width: 767px)
{ 
    .index::before
    {
       background-size: 25% !important;
    }

    /*----------------- Header ----------------*/
    .navbar-brand img
    {
        max-height: 4rem;
    }
    
    .fixed-header .inner, .fixed-pinned .inner
    {
        color: var(--primary-color);
        background: var(--font-color);
    }
    
    .mainmenu-is-light #mainnav .inner
    {
        color: var(--font-color);
        background: var(--primary-color);
    } 
       
    .mainmenu-is-light #mainnav li > a
    {
         color: var(--font-color);
         border-color: rgba(243, 244, 246, 0.5);
    }
    
     #mainnav .has-children.collapsible-open > .sub-menu
     {
        color: var(--font-color);
        background: var(--secondary-color) !important;
     }
    /*----------------- Banner ----------------*/
    salla-slider .slide--one-sixth
    {
        width: 37%; !important;
    }
        
    .s-block--banners .banner-entry
    {
         height: 105px !important;
         border-radius: 5px !important;
    }
    
    .s-block--photos-slider,
    .s-block--photos-slider:first-of-type
    {
        margin-top: -2rem;
        margin-bottom: -0.5rem;
    }
    
    .s-block--fixed-banner
    {
        margin-top: 10px !important;
    }
    
    .banner-entry .lazy__bg
    {
         background-size: contain !important;
         background-repeat: no-repeat;
    }
    
    .banner-entry:last-child>a.lazy__bg
    {
        margin-left: 0px !important;
    }
    
    .banner-entry:first-child>a.lazy__bg
    {
        margin-left: 0px;
    }
    
    /*--------------- Categories --------------*/        
    .slide--cat-entry h4
    {
        font-size: 0.8rem;
    }
    
    /*
    section:nth-child(6)
    {
        margin-top: 2rem;
        margin-bottom: 1rem;
    }
    
    section:nth-child(7)
    {
        margin-top: 0rem;
        margin-bottom: 1rem;
    }
    
    section:nth-child(8)
    {
        margin-top: 0rem !important;
        margin-bottom: 1rem;
    }
    
    section:nth-child(6)  .md\:grid-cols-4,
    section:nth-child(7)  .md\:grid-cols-4,
    section:nth-child(8)  .md\:grid-cols-4
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .s-block--banners .banner-entry:nth-child(5n+1),
    .has-2-photos .banner-entry:nth-child(n),
    .has-4-photos .banner-entry:nth-child(n),
    .has-5-photos .banner-entry:nth-child(n+4)
    {
        grid-column: span 1 / span 1;
    }
    */
    
    .s-block--banners  .md\:grid-cols-4
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    
    .s-block--categories .slide--cat-entry i
    {
        border-radius: 0;
        height: 8rem;
        width: 8rem;
    }
    
    /*---------------- Products ---------------*/
    salla-slider[type]:not(.hydrated) > div > div,
    salla-slider[type]:not(.hydrated) .swiper > div > div > div,
    .carousel-slider .swiper-wrapper > div
    {
        flex-shrink: 0;
        padding-left: 8px;
        padding-right: 2px;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    
    .s-products-slider-card
    {
        /*max-width: 50%;*/
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
    
    .s-product-card-image
    {
        max-height: 180px !important;
    }
    
    .s-product-card-content-title
    {
        margin-top: 25px !important;
    }
    
    .s-product-card-content-title a
    {
        font-size: 1rem !important;
        font-weight: 400;
       
        white-space: break-spaces !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important;
        -webkit-line-clamp: 4 !important;
        -webkit-box-orient: vertical !important;    
    }
    
     .s-button-primary-outline::after
    {
        animation: ShineAnimation 5s infinite;
        animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
        content: "";
        display: block;
        position: absolute;
        left: -6px;
        right: -3px;
        top: -1px;
        bottom: 0px;
        border-radius: 12px !important;
        width: 240px;
        height: 50px;
    }
    
    .s-button-text
    {
        font-size: 16px;
    }
            
    /*------------ Products Details -----------*/
    .s-products-list-filters-results
    {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 0.625rem;
    }
    /*------------------ Cart -----------------*/

    /*--------------- Testemonials ------------*/
    
    /*----------------- Features --------------*/
    
    /*------------------ Footer ---------------*/
    .footer-logo img
    {
        max-height: 5rem;
    }
    
    .store-footer__top
    {  
        width: 92%;
        border-radius: 40px;
    }
    
    /*------------------- Blog ----------------*/        
    .marquee-container
    {
        height: 60px;
        margin-bottom: 25px;
    }
}
/*------------- End of Mobile Screens ---------*/


/*----------------- Animations ----------------*/
@keyframes bounce
{
    0%, 100%
    {
        opacity: 1;
        transform: rotateY(0);
    }
    
    50%
    {
        opacity: 0.5;
        transform: rotateY(180deg);
    }
}

@keyframes textclip
{
    100%
    {
        background-position: 200% center;
    }
}

@keyframes up-down
{
    0%, 100%
    {
        top: 0;
    }
    50%
    {
        top: -25px;
    }
}

@keyframes scroll
{
  0%
  {
      transform: translateX(0%);
  }
  100%
  {
      transform: translateX(50%);
  }
}

@keyframes scale
{
    0%,100%
    {
        transform: scale(1);
        opacity: 1;
    }
    50%
    {
        transform: scale(.9);
        opacity: .7;
    }
}

@keyframes ShineAnimation
{
    0%
    {
      background-repeat: no-repeat;
      background-image: -webkit-linear-gradient( top left, rgba(255, 255, 255, 0.0) 0%, rgba(255, 255, 255, 0.0) 45%, rgba(255, 255, 255, 0.5) 48%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0.5) 52%, rgba(255, 255, 255, 0.0) 57%, rgba(255, 255, 255, 0.0) 100% );
      background-position: -250px -250px;
      background-size: 600px 600px;
    }
    100%
    {
      background-repeat: no-repeat;
      background-position: 250px 250px;
    }
}

@keyframes myAnim1
{
    0%
    {
        transform: rotate(360deg);
    }
    100%
    {
        transform: rotate(0);
    }
}

@keyframes myAnim2
{
    0%
    {
        transform: rotate(0deg);
    }
    100%
    {
        transform: rotate(0);
    }
}
/*-------------- End of Animations ------------*/