:root
{
    --primary-color: #bc821e !important;
    --secondary-color: #010101 !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: #fff /*var(--secondary-color)*/ url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/aePaOl/bmCkphCOO6MBRZTwiEu31aiuaRQpEsRxkMhPOM2a.jpg);
    position: fixed;
    z-index: 9999999999999 !important;    
    transform: scale(0);
    background-size: 25% !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(0deg);
  }
}
/*----------- End of Splash Screen -----------*/


/*------------------ Header ------------------*/
.navbar-brand img,
.main-nav-container.fixed-pinned .navbar-brand img
{
    max-height: 4.5rem;
    width: 4.5rem;
    width: auto;    
    border-radius: 50px;
    background: #fff !important;
    
    animation: scale 1.3s linear infinite;
}

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

.s-cart-summary-total
{
    color: var(--font-color);
}

.topnav-is-dark .top-navbar,
.bg-inherit
{
    color: #fff !important;
    background-image: url();
    background: var(--secondary-color);
}

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

.main-menu li > a
{
    font-size: 1rem;
}

.main-menu li > a:hover,
.main-menu > .has-children:hover > a
{
    color: var(--primary-color);
}

.main-menu li.root-level > .offers-link
{
    color: #f00 !important;
}

.main-menu .sub-menu
{
    color: var(--primary-color) !important;
    background: var(--secondary-color);
}

.main-menu .has-children li a:hover,
.main-menu .has-children .has-children:hover > a
{
    color: var(--font-color);
}
/*-------------- End of Header ---------------*/


/*----------------- Banner -------------------*/
.s-block--photos-slider
{
  margin-top: 1rem;
}

salla-slider.photos-slider .swiper
{
    padding-bottom: 1.25rem;
}

salla-slider.photos-slider .swiper-slide
{
    margin-left: 1rem;
    margin-right: 1rem;
    width: 100%;
}

salla-slider.photos-slider .swiper:where([dir="rtl"], [dir="rtl"] *)
{
    padding-left: 0rem;
    padding-right: 0rem;
}

.banner--fixed img
{
    margin: auto;
    margin-top: 10px !important;
    border-radius: 15px !important;
    border: 1px 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: var(--secondary-color);
}

.s-block--hero-slider .swiper-slide .overlay-bg::after
{
    background-color: rgba(0, 0, 0, 0);
}
/*-------------- End of Banner ---------------*/


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

.md\:grid-cols-3
{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.two-row .banner-entry:first-child
{
    grid-column: span 1 / span 1;
    grid-row: span 1 / span 2;
}

.sm\:gap-8
{
    gap: 1rem;
}

.banner-entry
{
    height: 250px;
}

.slide--cat-entry h2,
.slide--cat-entry h2:hover
{
    color: transparent !important;
    display: none;
}


salla-slider .slide--one-sixth
{
    width: 12%;
}

.w-16
{
    width: 10rem;
}

.h-16
{
    height: 10rem;
}

.s-block--categories .s-slider-swiper-wrapper
{
    justify-content: center;
}
/*------------ End of Categories -------------*/


/*---------------- Products ------------------*/
.s-block__title h2,
.s-slider-block__title h2
{
    color: var(--font-color);
    font-size: 1rem;
    background-color: var(--secondary-color);
    border: 0px #fff solid;
    border-radius: 8px;
    box-shadow: 5px 8px 1px var(--primary-color);
    font-weight: 600 !important;
    padding: 10px;
}

.s-slider-nav-arrow svg
{
    width: 22px;
    fill: #fff;
}

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

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

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

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

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

.s-product-card-content
{
    text-align: center;
    /*background: #eaeaea;*/
}

.s-button-primary-outline
{
    color: var(--primary-color) !important;
    font-size: 16px;
    background: var(--secondary-color);
}

.s-product-card-content-title a
{
    font-size: 16px;
}

.s-product-card-content-subtitle
{
    color: var(--primary-color);
    font-size: 15px;
    font-weight: 600;
}

.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-button-btn
{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
/*------------- End of Products -------------*/


/*------------- Products Details ------------*/
.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled,
.s-button-element:not(:disabled):not([loading])
{
    pointer-events: auto;
    color: #fff;
    background: var(--secondary-color) !important;
    opacity: 1;
}

.s-quantity-input-button svg
{
    fill: var(--secondary-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);
}
/*---------- End of Products Details ---------*/


/*------------------ Cart --------------------*/
.cart .text-gray-500
{
    color: var(--secondary-color);
}

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


/*--------------- Testemonials ---------------*/

/*------------ End of Testemonials -----------*/


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

.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 0px var(--primary-color);
}

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

.s-block--features__item .sicon-clothes-hanger:before,
.s-block--features__item .sicon-star-o::before,
.s-block--features__item .sicon-shipping-fast::before,
.s-block--features__item .sicon-full-wallet::before,
.s-block--features__item .sicon-refund::before,
.s-block--features__item .sicon-packed-box::before
{
    content: "" !important;
}

.s-block--features__item:nth-child(1) .feature-icon
{
    background-image: url(https://media2.giphy.com/media/v1.Y2lkPTc5MGI3NjExY2Znem1tMHdqaXIzc3R2dXI0MXF3YWo5ZGx6enV0Yml1YjA5bGtkNiZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/KXHq38t6M9PJPDPruo/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://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExOWJsOGVkYWJxMzVzdWczM3M2bGlvdjAyZ3lwc2dxcW1uNjZmMmR6MyZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/tmO2zrIfyso4B9E5gh/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://media4.giphy.com/media/v1.Y2lkPTc5MGI3NjExdGFsb2l4MHEwZDBteWl4dG85MzMwdXNheGNwZGtrZHlxenZwMWQ1cSZlcD12MV9pbnRlcm5hbF9naWZfYnlfaWQmY3Q9Zw/QVPYH13WUCqSRXQ5rH/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(--secondary-color) !important;
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 5px !important;
}

.s-block--features__item p
{
    color: var(--primary-color) !important;
    font-size: 14px !important;
    font-weight: 700;
    background-color: #fff !important;
    border: 0px solid var(--primary-color) !important;
    box-shadow: 0px 0px 0px 0px var(--secondary-color);
    border-radius: 0px !important;
    padding: 8px 2px !important;
    width: 95% !important;
    margin: auto !important;
}
/*-------------- End of Features -------------*/


/*------------------ Footer ------------------*/
.store-footer
{
    color: var(--primary-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: 98% !important;
    margin: 40px auto 15px auto !important;
}

.store-footer__inner
{
    color: (--primary-color) !important;
    font-weight: 600;
    text-align: center !important;
    border-radius: 50px !important;
    background: var(--secondary-color) !important;
    border-bottom-color: var(--primary-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: 100px;
    width: 100px;
    margin: 10px auto 15px auto;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/aePaOl/bmCkphCOO6MBRZTwiEu31aiuaRQpEsRxkMhPOM2a.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border-radius: 50px;
    
    animation: scale 1.3s linear infinite;
}

.store-footer h3
{
    color: var(--secondary-color) !important;
    font-size: 16px !important;
    background-color: var(--primary-color) !important;
    /*border: 0px solid #fff !important;*/
    box-shadow: 2px 2px 12px -2px var(--primary-color);
    border-radius: 12px !important;
    padding: 4px 5px 5px 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 -1px var(--primary-color);
}
 
.store-footer .unicode
{
     display: none;
}

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

.store-footer .contact-social
{
    border-color: var(--primary-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: 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(--primary-color) !important;
    font-weight: 600;
}
/*-------------- End of Footer ---------------*/


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

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


/*-------------- WhatsApp Icon ---------------*/

/*----------- End of WhatsApp Icon -----------*/


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

    /*--------------- Header ----------------*/
    .navbar-brand img, .main-nav-container.fixed-pinned .navbar-brand img
    {
        max-height: 4rem !important;
        width: 4rem !important;
    }
    
    .sicon-menu::before
    {
        color: var(--primary-color);
    }
    
    .mm-spn li a span
    {
        color: var(--font-color) !important;
    }
    
    .mm-spn span
    {
        font-size: 1rem;
    }
    
    .mm-spn li a span:hover,
    .mm-spn span:hover
    {
        color: var(--primary-color) !important;
    }
    
    .mm-spn.mm-spn--navbar.mm-spn--main,
    .main-menu li > a
    {
        color: var(--font-color) !important;
        background: var(--secondary-color);
    }
    
    /*---------------- Banner ----------------*/
    .bg-cover
    {
        background-size: contain !important;
        background-repeat: no-repeat !important;
        background-color: #fff !important;
    }
    
    /*-------------- Categories --------------*/
    .s-block--banners .grid-flow-row
    {
        grid-template-columns: repeat(3,minmax(0,1fr));
    }
    
    .gap-3
    {
        gap: 0.25rem;
    }
    
    .banner-entry
    {
        height: 70px !important;
    }
    
    salla-slider .slide--one-sixth
    {
        width: 46%;
    }
    
    .w-16
    {
        width: 8rem;
    }
    
    .h-16
    {
        height: 8rem;
    }
    
    .s-block--categories .s-slider-swiper-wrapper
    {
        justify-content: inherit !important;
    }
    
    .s-block--categories .carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *)
    {
        margin-left: 0;
        margin-right: 0;
        padding-right: 0px;
        padding-left: 7rem;
    }
    
    /*--------------- Products ---------------*/
    .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: 0px;
        bottom: -6px;
        border-radius: 12px !important;
        width: 200px;
        height: 42px;
    }
    
    .vertical-products .s-button-primary-outline::after
    {
        animation: none;
        animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
        content: "";
        display: block;
        position: absolute;
        left: -6px;
        right: -3px;
        top: 0px;
        bottom: -6px;
        border-radius: 12px !important;
        width: 135px;
        height: 40px;
    }
    
    /*----------- Products Details -----------*/

    /*------------- Testemonials -------------*/
    
    /*--------------- Features ---------------*/
    .s-block--features__item
    {
        width: 94%;
        margin: auto;
    }
    /*----------------- Cart -----------------*/
    
    /*---------------- Footer ----------------*/
    .store-footer
    {
        width: 96% !important;
        margin: 25px auto 5px auto !important;
    }
    
    .store-footer__inner:before
    {
        height: 90px;
        width: 90px;
    }
    
    .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 ------------*/