:root
{
    --primary-color: #55392b !important;
    --secondary-color: #8b5234 !important;
    --linear-gradient: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;
    --font-color: #fff !important;
}

/*------------------ Font Family -------------------*/
@font-face
{
    font-family: bokra;
    src: url(//alfont.com/wp-content/fonts/new-arabic-fonts/alfont_com_AlFont_com_4_CA.ttf)
}

@font-face
{
    font-family: bokra-bold;
    src: url(//alfont.com/wp-content/fonts/new-arabic-fonts/alfont_com_AlFont_com_4_C9.ttf)
}

body, *:not(i)
{
    font-family: 'bokra' !important;
}
/*----------------- 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/xAoZaQ/TkRmWqv1rFu8UyQ7eWtwrkqhnoQxCjCV7UcB8RpP.png);
    position: fixed;
    z-index: 9999999999999 !important;    
    transform: scale(0);
    background-size: 22% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    
    animation-name: splash;
    animation-duration: 2.5s;
}

@keyframes splash
{
  0%
  {
    transform: scale(1);
  }
  20%
  {
    transform: scale(1);
  }
  80%
  {
    transform: scale(1);
  }
  100%
  {
    transform: scale(0) rotate(360deg);
  }
}
/*--------------- End of Splash Screen ---------------*/

body, .s-block
{
    background: #fff url(https://imgur.com/iZpNulC.jpeg);
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

/*---------------------- Header ----------------------*/
.navbar-brand img,
.main-nav-container.fixed-pinned .navbar-brand img
{
    max-height: 5rem;
    width: auto;
    
    /*animation: scale 1.3s linear infinite;*/
}

.top-navbar .s-search-input,
.s-search-input-wrapper
{
    color: var(--font-color) !important;
    background: var(--secondary-color) !important;
    border-radius: 18px;
    opacity: 1
}

.sicon-user-circle::before,
.sicon-shopping-bag::before
{
    color: var(--primary-color);
    fill: var(--primary-color);
    opacity: 1
}

.s-product-card-content-footer .sicon-shopping-bag::before,
.sicon-heart::before,
.s-search-icon svg,
.s-search-input-wrapper input::placeholder,
.s-search-input-wrapper textarea::placeholder
{
    color: var(--font-color);
    fill: var(--font-color);
    opacity: 1
}

.s-cart-summary-total
{
    color: var(--primary-color);
    font-size: 18px;
    font-weight: 700;
}

.header-btn__icon
{
    border: 1px solid var(--primary-color) !important;
}

.top-navbar,
.bg-inherit
{
    color: var(--primary-color) !important;
    background: var(--font-color);
}

.main-menu li.root-level>a
{
    color: var(--font-color);
    font-size: 1rem;
    background-color: var(--secondary-color);
    border: 1px var(--font-color) solid;
    border-radius: 40px 0;
    box-shadow: 4px 4px 8px -2px var(--secondary-color);
    font-weight: 600 !important;
    padding: 10px 20px !important;
}

.main-menu li.root-level>a:hover
{
    color: var(--font-color);
    background-color: var(--primary-color);
}

.main-menu li.root-level > .offers-link
{
    color: #f00 !important;
}
/*------------------ End of Header -------------------*/


/*---------------------- Banner ----------------------*/
.banner--fixed img
{
    margin: auto;
    margin-top: 0px !important;
    margin-bottom: 5px !important;
    border-radius: 15px !important;
    border: 0px solid var(--secondary-color) !important;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    width: 96%;
    
    /*
    position: relative;
    animation: up-down 8s ease infinite;
    */
}

.s-slider-v-centered .s-slider-block__title-nav button
{
    background-color: var(--secondary-color);
}  
/*------------------ End of Banner -------------------*/


/*-------------------- Categories --------------------*/
.carousel-slider .swiper-wrapper > div,
.carousel-slider .slide--cat-entry
{
    padding: 0;
    border-color: transparent;
    background: transparent;
}

.slide--cat-entry h2,
.slide--cat-entry h2:hover
{
    color: var(--primary-color);
    font-size: 18px;
    line-height: 1rem;
    font-weight: 700;
}

.w-16
{
    width: 5rem;
}

.h-16
{
    height: 5rem;
}
/*---------------- End of Categories -----------------*/


/*--------------------- Products ---------------------*/
.s-block
{
    margin-top: 0rem !important;
    padding: 1rem 0;
}

.s-block__title h2,
.s-slider-block__title h2
{
    color: var(--font-color);
    font-size: 1rem;
    background-color: var(--secondary-color);
    border: 1px var(--font-color) solid;
    border-radius: 40px 0;
    box-shadow: 4px 4px 8px -2px var(--secondary-color);
    font-weight: 600 !important;
    padding: 10px 20px !important;
}

.s-slider-block__display-all,
.s-block__display-all
{
    font-size: 18px !important;
}

.swiper-button-disabled
{
    color: var(--font-color);
    background: var(--primary-color);
    opacity: 1;
}

.s-slider-nav-arrow svg
{
    width: 22px;
    fill: var(--font-color);
}

.s-products-slider-card
{
    padding: 0.5rem !important;
    margin: 5px;
}

.s-product-card-entry
{
    border: 1px solid var(--primary-color);
    border-radius: 12px;
    margin: auto 5px;
}

.s-product-card-vertical .s-product-card-image
{
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.s-product-card-image
{
    height: 100%;
    width: 98%;
    margin: 2px;
}

.s-product-card-image-cover
{
    object-fit: fill;
}

.s-product-card-content
{
    text-align: center;
}

.s-product-card-content-title a
{
    color: var(--primary-color) !important;
    font-size: 16px !important;
}

.s-product-card-price
{
    font-size: 18px;
}

.s-button-primary-outline
{
    color: var(--font-color);
    background: var(--secondary-color);
}

.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: 0;
    bottom: -6px;
    border-radius: 12px !important;
    width: 252px;
    height: 40px;
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled,
.s-button-element:not(:disabled):not([loading])
{
    color: var(--font-color) !important;
    background: var(--secondary-color) !important;
    padding: 10px 15px;
}

.s-button-btn
{
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}

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

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

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

.s-product-card-entry
{
    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 Products ------------------*/


/*----------------- Products Details -----------------*/
.product-single .s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled,
.product-single .s-button-element:not(:disabled):not([loading])
{
    color: var(--font-color) !important;
    background: var(--secondary-color) !important;
    padding: 6px 15px 10px 15px;
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg,
.s-quantity-input-button svg
{
    fill: var(--primary-color);
}

.s-slider-nav-arrow:not(:disabled),
.s-slider-nav-arrow:not(:disabled):hover,
.s-slider-nav-arrow:not(:disabled) svg,
.s-slider-nav-arrow:not(:disabled):hover svg
{
    fill: var(--font-color);
    background: var(--secondary-color);
}

.md\:text-2xl
{
    color: var(--primary-color) !important;
}

.s-comments-product
{
    margin-bottom: 0.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    background: transparent;
}

.s-comment-form-content .s-comment-form-input
{
    color: var(--primary-color) !important;
    opacity: 1;
}


.rtl\:ml-2:where([dir="rtl"], [dir="rtl"] *)
{
    color: var(--primary-color) !important;
}

.link--primary,
.link--primary:hover
{
    color: var(--primary-color) !important;
    font-weight: 600;
}
/*------------- End of Products Details --------------*/


/*----------------------- Cart -----------------------*/
.cart .text-gray-500
{
    color: var(--primary-color);
    font-weight: 600;
}

.cart .xs\:p-7
{
    padding: 0.5rem;
    border: 1px solid var(--secondary-color);
}

.cart .text-lg span
{
    color: var(--font-color) !important;
    font-size: 16px;
    background: var(--primary-color) !important;
    border: 2px solid var(--secondary-color) !important;
    border-radius: 30px !important;
    padding: 6px 22px 6px 16px !important;
    box-shadow: 0 0 10px -4px var(--primary-color);
    width: 30%;
}
/*------------------- End of Cart --------------------*/


/*------------------- Testemonials -------------------*/
.s-reviews-header
{
    color: var(--font-color);
    font-size: 1rem;
    background-color: var(--secondary-color);
    border: 1px var(--font-color) solid;
    border-radius: 40px 0;
    box-shadow: 4px 4px 8px -2px var(--secondary-color);
    font-weight: 600 !important;
    padding: 10px 20px !important;
}

.testimonials-slider .swiper-slide
{
    background: #fff !important;
    border: 0px solid var(--primary-color) !important;
    border-radius: 30px !important;
    padding: 8px 25px 12px 25px !important;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    margin: 10px !important;
}

.text-lg span
{
    color: var(--font-color) !important;
    background: var(--primary-color) !important;
    border: 2px solid var(--secondary-color) !important;
    border-radius: 30px !important;
    padding: 8px 25px 12px 25px !important;
    box-shadow: 0px 0px 10px -2px var(--primary-color);
    width: 33%;
}

.text-gray-400
{
    color: var(--secondary-color) !important;
}

.last\:border-0:last-child
{
    background: #fff !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 15px !important;
    padding: 8px 25px 12px 25px !important;
    box-shadow: 4px 4px 10px -2px var(--primary-color);
    width: 50%;
}
/*--------------- End of Testemonials ----------------*/


/*--------------------- Features ---------------------*/
.s-block--features__item
{
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    border-radius: 15px !important;
    text-align: center !important;
    padding: 15px 0;
}

.s-block--features__item .feature-icon
{
    background-color: #fff !important;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 10px -2px var(--secondary-color);
}

.s-block--features__item .feature-icon i
{
    color: #fff !important;
}

.s-block--features__item:first-child
{
    grid-column: unset !important;
}

.s-block--features__item .sicon-fire::before,
.s-block--features__item .sicon-store2::before,
.s-block--features__item .sicon-headset::before,
.s-block--features__item .sicon-money-circle:before,
.s-block--features__item .sicon-full-wallet::before,
.s-block--features__item .sicon-shipping-fast::before,
.s-block--features__item .sicon-clothes-hanger:before
{
    content: "" !important;
}

.s-block--features__item:nth-child(1) .feature-icon
{
    background-image: url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExeXVxa3RocjFvZXE1Y212aHVrYzF2ZXpqZGtucWgxeXozb2x1aXVvbSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/C2WqpWPRsYKgEsWSHu/giphy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.s-block--features__item:nth-child(2) .feature-icon
{
    background-image: url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExMXN2Mm0yaXc2Z3kyNW1ldnlhb2V5YmVwOXcycmZwdm5hMzdmNnppZCZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/SL1U4NHykZk16sfcbG/giphy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.s-block--features__item:nth-child(3) .feature-icon
{
    background-image: url(https://media.giphy.com/media/v1.Y2lkPTc5MGI3NjExZXZsMWVzdGlzcnhndjI2Mm1oYmphYTVkeXFoaG9reDRnNnJxcWIyayZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9cw/HF91YXdq1hOp1t5g1n/giphy.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.s-block--features__item h2
{
    color: var(--primary-color) !important;
    font-size: 18px !important;
    font-weight: 700;
    margin-bottom: 15px !important;
}

.s-block--features__item p
{
    color: var(--font-color) !important;
    font-size: 15px !important
    font-weight: 700;;
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--primary-color) !important;
    box-shadow: 0px 0px 10px -1px var(--secondary-color);
    border-radius: 12px !important;
    padding: 10px !important;
}
/*----------------- End of Features ------------------*/


/*---------------------- Footer ----------------------*/
.store-footer
{
    color: var(--font-color) !important;
    font-weight: 600;
    text-align: center !important;
    border: 1px solid var(--primary-color);
    border-radius: 50px !important;
    box-shadow: 0px 0px 10px -2px var(--primary-color);
    background: var(--secondary-color) !important;
    width: 95% !important;
    margin: 40px auto 15px auto !important;
}

.store-footer__inner
{
    color: (--font-color) !important;
    font-weight: 600;
    text-align: center !important;
    border-radius: 50px !important;
    background: var(--secondary-color) !important;
    border-bottom-color: var(--font-color) !important;
    border-bottom-width: 1px;
    padding-top: 0rem !important;
    padding-bottom: 2rem !important;
}

.store-footer__inner:before
{
    text-align: center;
    content: "";
    display: block;
    height: 125px;
    width: 125px;
    margin: 5px auto 10px auto;
    background-image: url(https://imgur.com/L9Y9geq.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border-radius: 0%;
    
    /*animation: scale 1.3s linear infinite;*/
}

.rtl\:lg\:pl-20:where([dir="rtl"], [dir="rtl"] *)
{
    padding-left: 1rem;
}

.store-footer h3
{
    color: var(--font-color) !important;
    font-size: 16px !important;
    background-color: var(--primary-color) !important;
    border: 0px solid #fff !important;
    box-shadow: 2px 2px 10px -3px var(--font-color);
    border-radius: 12px !important;
    padding: 2px 5px 8px 5px !important;    
    width: 145px !important;
    margin: 0px auto 15px auto !important;
}

.me-4
{
    margin-left: auto !important;
    margin-right: auto !important;
}

.py-4
{
    padding-top: 10px !important;
    padding-bottom: 0.5rem;
}

.lg\:gap-6
{
    gap: 1.5rem;
    display: flex !important;
}

.store-footer a,
.store-footer .contact-social
{
    display: grid !important;
    text-align: center;
    justify-content: center;
}

.s-social-list .s-social-link a,
.store-footer .rounded-full, 
.store-footer .social-link,
.store-footer .s-contacts-icon
{
    border: 0px solid var(--primary-color) !important;
    box-shadow: 0px 0px 10px -3px var(--font-color);
} 
 
.store-footer .unicode
{
     display: none;
}

.store-footer .social-link
{
    padding-top: 5px !important;
}

.store-footer .contact-social
{
    border-color: var(--font-color) !important;
}

.store-links-items .leading-none
{
    line-height: 1.75 !important;
}

.lg:col-span-2 .flex
{
    display: inline-block !important;
    text-align: center !important;
}

.store-footer .md\:flex
{
    display: block !important;
    background: var(--secondary-color) !important;
    border-radius: 0 0 50px 50px;
}

.store-footer .rounded-full,
.store-footer .social-link
{
    border: 1px solid var(--font-color) !important;
    border-radius: 50% !important;
}

.footer-list,
.store-links-items
{
    display: grid !important;
}

.store-footer__inner .lg\:block
{
    display: none !important;
}

.store-footer__inner:nth-child(1) .lg\:gap-6 .lg\:col-span-2 a
{
    display: none !important;
}

.store-footer__inner .space-x-2
{
    display: grid !important;
}

.s-apps-icons-list
{
    text-align: center;
    justify-content: center;
}

.s-contacts-list-vertical
{
    flex-direction: initial;
    justify-content: center;
}

.md\:mb-0
{
    margin-bottom: 20px;
    color: var(--font-color) !important;
    font-weight: 600;
}
/*------------------ End of Footer -------------------*/


/*----------------------- Blog -----------------------*/

/*------------------- End of Blog --------------------*/


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

    /*------------------- Header -------------------*/
    .navbar-brand img,
    .main-nav-container.fixed-pinned .navbar-brand img
    {
        max-height: 5rem;
        width: auto;
    }
    
    .sicon-menu::before
    {
        color: var(--primary-color);
    }
        
    .mm-spn li a span
    {
        color: var(--font-color);
        font-size: 1rem;
        background-color: var(--secondary-color);
        border: 1px var(--font-color) solid;
        border-radius: 40px 0;
        box-shadow: 4px 4px 8px -2px var(--secondary-color);
        font-weight: 600 !important;
        padding: 10px 20px !important;
    }
    
    /*------------------- Banner -------------------*/

    /*----------------- Categories -----------------*/
    .s-block--banners .grid-flow-row
    {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    
    .banner-entry
    {
        height: 75px !important;
    }
    
    .w-16
    {
        width: 14rem;
    }
    
    .h-16
    {
        height: 10rem;
    }
    
    /*------------------ Products ------------------*/
    .s-button-primary-outline::after
    {
        left: -6px;
        right: -3px;
        top: -1px;
        bottom: -4px;
        border-radius: 12px !important;
        width: 200px;
        height: 42px;
    }
    
    .vertical-products .s-button-primary-outline::after
    {
        animation: none;
        left: -6px;
        right: -3px;
        top: 0px;
        bottom: -6px;
        border-radius: 12px !important;
        width: 150px;
        height: 40px;
    }
    
    /*-------------- Products Details --------------*/

    /*---------------- Testemonials ----------------*/
    .s-block__display-all
    {
        font-size: 18px !important;
    }
    
    .testimonials-slider .swiper-slide
    {
        margin: 10px 15px 10px 0 !important;
    }
        
    .text-lg span
    {
         font-size: 14px !important;
    }

    .last\:border-0:last-child
    {
        width: 100%;
        padding: 12px 10px 25px 30px !important;
    }
    
    /*------------------ Features ------------------*/
    .grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\]
    {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    
    .s-block--features__item
    {
        width: 94%;
        margin: auto;
    }
    
    /*-------------------- Cart --------------------*/
    
    /*------------------- Footer -------------------*/
    .store-footer
    {
        width: 95% !important;
        margin: 25px auto 15px auto !important;
    }
    
    .store-footer__inner:before
    {
        height: 100px;
        width: 100px;
    }
    
    .store-footer__inner
    {
        text-align: center !important;
        border-radius: 50px !important;        
    }
    
    .me-4
    {
        margin-left: 12px;
        margin-right: 12px;
    }
    
    .store-footer .md\:flex::after
    {
        font-size: 12px;
        margin: 10px auto 0 auto !important;
    }
    
    .lg\:gap-6
    {
        gap: 1.5rem;
        display: grid !important;
    }
    
    /*-------------------- Blog --------------------*/
}
/*-------------- End of Mobile Screens ---------------*/

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

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

@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;
    }
}
/*----------------- End of Animations ----------------*/
.index::before{display:none !important;}
/* إخفاء اسم لمسة الإبداع من الفوتر */
.store-footer__inner:before,
.store-footer__inner img,
.store-footer__inner h2,
.store-footer__inner .logo,
.store-footer__inner .brand,
.store-footer__inner .store-name {
    display: none !important;
}