:root
{
    --primary-color: #d63c0f !important;
    --secondary-color: #fb9407 !important;
    --font-color: #fff !important;
}

body
{
    background-color: #fff !important;
}

/*----------------- Splash Screen ----------------*/
.index::before
{
    content: "";
    width: 100%;
    height: 100%;
    background: var(--font-color) url(https://www2.0zz0.com/2025/09/27/23/197545347.png);
    position: fixed;
    z-index: 99999!important;
    transform: scale(0);
    background-size: 15% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: loader;
    animation-duration: 3.5s;
    background-repeat: no-repeat;
}

@keyframes loader
{
    0%
    {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
    100%
    {
        opacity: 0;
        transform: translateY(0) scale(2);
    }
}
/*------------- End of Splash Screen -------------*/


/*-------------------- Header --------------------*/
.top-navbar
{
    color: var(--primary-color) !important;
    font-weight: 600;
    background: #fff !important;
}

.bg-inherit
{
    background: #fff !important;
    color: var(--secondary-color) !important;
}

.navbar-brand img,
.main-nav-container.fixed-pinned .navbar-brand img
{
    max-height: 6rem;
    background: #fff !important;
    border-radius: 0px;
    
    animation: scale 1.3s linear infinite;
}

.main-menu
{
    justify-content: center;
    padding-top: 1rem;
}

.fixed-pinned .main-menu
{
    justify-content: center;
    padding-top: 0rem;
}
 
.main-menu li.root-level > a,
.main-nav-container.fixed-pinned .main-menu > li > a
{
    padding-top: 0;
    padding-bottom: 1rem;
    font-weight: 600;
}

.main-nav-container.animated .inner
{
    padding-top: 10px;
    padding-bottom: 0px;
}

.main-nav-container
{
    background: var(--primary-color) !important;
    min-height: 82px;
}

.s-search-inline,
.top-navbar .s-search-input
{
    background: linear-gradient(15deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    border-radius: 20px !important;
}

.s-search-icon svg
{
    fill: var(--font-color) !important;
}

input::placeholder,
textarea::placeholder
{
    color: var(--font-color) !important;
}

.topnav-link-item
{
    color: var(--secondary-color) !important;
}

.s-user-menu-trigger
{
    background-color: transparent !important;
}

.header-btn__icon
{
    color: #fff !important;
    background: linear-gradient(15deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    border: 1px solid #fff;
    box-shadow: 0px 0px 10px -1px var(--primary-color);
}

.s-cart-summary-count
{
    background: var(--primary-color) !important;
    border: 1px solid #fff;
}

.s-cart-summary-total
{
    color: var(--secondary-color) !important;
    font-size: 16px !important;
    font-weight: 600;
}

.main-menu li > a
{
    color: var(--secondary-color) !important;
    font-size: 16px;
}

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


/*-------------------- Banner --------------------
.banner--fixed img
{
    margin-top: -30px;
    border-radius: 0 !important;
}

.s-block--fixed-banner .container
{
    max-width: 1350px;
    padding-right: 0px;
    padding-left: 0px;
}

.index .app-inner
{
    display: inline-block !important;
}

section:nth-of-type(5) .banner--fixed img,
section:nth-of-type(6) .banner--fixed img,
section:nth-of-type(8) .banner--fixed img
{
    margin-top: 5px;
    border-radius: 0 !important;
}


section:nth-of-type(5),
section:nth-of-type(6)
{
    width: 49.85% !important;
    display: inline-block !important;
}
/*---------------- End of Banner -----------------*/


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

.lazy__bg.loaded
{
    opacity: 1;
    background-color: #fff !important;
}

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

.has-overlay::after,
.has-overlay:hover::after
{
    background-color: transparent !important;
}

.banner-entry
{
    border: 0px solid var(--primary-color);
    border-radius: 12px;
    box-shadow: 2px 2px 10px -2px var(--primary-color);
    height: 285px !important;
}

.banner-entry:hover
{
    transform: scale(1.05);
}

.banner-entry a,
.banner-entry a:hover
{
    opacity: 1 !important;
}

/*-------------- End of Categories ---------------*/


/*------------------- Products -------------------*/
.s-slider-block__title h2,
.s-block__title h2
{
    color: var(--primary-color) !important;
    font-size: 22px;
}

.s-block__title h2::before
{
    content: '1111';
    background-image: url(https://www2.0zz0.com/2025/09/28/00/707613716.gif);
    font-size: 25px;
    background-size: contain;
    color: transparent;
    background-repeat: no-repeat;
}

.s-block__display-all,
.s-slider-block__display-all
{
    color: var(--font-color) !important;
    font-size: 14px !important;
    line-height: 1.25rem;
    font-weight: 600 !important;
    text-align: center !important;
    background-color: var(--secondary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 15px !important;
    padding: 5px 10px 10px 10px !important;
    box-shadow: 0px 0px 10px 0px var(--primary-color);
}

.s-block__display-all:hover,
.s-slider-block__display-all:hover
{
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid #fff !important;
    opacity: 1 !important;
}

.s-slider-block__title-left
{
    margin: 10px 5px;
}

.s-slider-block__title-left .s-slider-block__display-all::after
{
    animation: ShineAnimation 5s infinite;
    animation-timing-function: ease;
    animation-timing-function: cubic-bezier(0.6, -0.28, 0.74, 0.05);
    content: "";
    display: block;
    position: absolute;
    left: 15px;
    /*right: 250px;*/
    top: -20px;
    bottom: -6px;
    border-radius: 15px !important;
    width: 100px;
    height: 75px;
}

.vertical-products
{
    display: flex;
    justify-content: center;
}

/*
.s-products-list-vertical-cards
{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 0rem;
    width: 25%;
}
*/

.s-product-card-content
{
    color: var(--primary-color) !important;
    background: #fff !important;
    text-align: center !important;
    border-radius: 0 0 12px 12px;
    padding: 1rem !important;
    /*margin-top: -20px !important;*/
}

.s-product-card-vertical .s-product-card-wishlist-btn
{
    color: var(--primary-color) !important;
    /*background: var(--secondary-color) !important;*/
    background: linear-gradient(15deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 250%;
    opacity: 1 !important;
    border-radius: 50px !important;
}

.s-product-card-fit-height .s-product-card-image
{
    height: 11rem;
    max-height: 18rem !important;
}

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

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

.s-product-card-price
{
    font-size: 16px !important;
    font-weight: 700;
}

.s-button-wide,
.s-button-primary-outline,
.s-button-primary-outline:hover,
.s-button-element:not(:disabled):not([loading])
{
    color: var(--font-color) !important;
    /*background: var(--primary-color) !important;*/
    background: linear-gradient(15deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 250%;
    border-radius: 12px !important;
    border: 1px solid #fff !important;
    
    transition: 4s 0 ease;
    animation: signal 3000ms ease infinite;
}
/*--------------- 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;
    padding: 10px 15px;
    text-align: center;
    border-radius: 12px;
    border: ridge 2px var(--primary-color);
    background: linear-gradient(15deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    background-size: 250%;
    
    animation: shine 1s alternate infinite;
}

.product-single .md\:text-2xl
{
    font-size: 1.35rem;
    line-height: 2rem;
}

.s-slider-v-centered .s-slider-block__title-nav button.swiper-button-disabled svg
{
    fill: var(--font-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);
}

.product-single .s-product-card-content-footer .sicon-shopping-bag::before
{
    color: var(--font-color);
    fill: var(--font-color);
    opacity: 1;
}

.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;
}

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


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

.s-product-options-thumbnails-wrapper div p
{
    color: var(--primary-color);
    font-weight: 600;
}

.cart .xs\:p-7
{
    padding: 0.5rem;
    border: 1px solid var(--primary-color);
    border-radius: 12px !important;
}

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

.text-gray-400,
.text-gray-500
{
    color: var(--secondary-color) !important;
    font-size: 16px;
    font-weight: 600 !important;
}
/*----------------- End of Cart ------------------*/


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

.s-reviews-display-all
{
    color: var(--primary-color);
    font-size: 1rem;
    margin-left: 10px;
}

.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;
}

.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%;
}

.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;
}
/*------------- End of Testemonials --------------*/


/*--------------------- Other --------------------*/
.customer-notifications,
.customer-orders-index,
.customer-orders-index-pending,
.customer-wishlist,
.customer-profile,
.page-single,
.gradient-bg
{
    background: #fff !important;
}
/*----------------- End of Other -----------------*/


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

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

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

.feature-icon .sicon-clothes-hanger::before
{
    content: "" !important;
}

.s-block--features__item:nth-child(1) .feature-icon
{
    background-image: url(https://www2.0zz0.com/2025/09/28/00/242443990.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 75px;
    height: 75px;
}

.s-block--features__item:nth-child(2) .feature-icon
{
    background-image: url(https://www2.0zz0.com/2025/09/28/00/369990131.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 75px;
    height: 75px;
}

.s-block--features__item:nth-child(3) .feature-icon
{
    background-image: url(https://www2.0zz0.com/2025/09/28/00/473395836.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 75px;
    height: 75px;
}

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

.s-block--features__item p
{
    color: var(--secondary-color) !important;
    font-size: 16px !important;
    font-weight: 600 !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(--font-color) !important;
    width: 95% !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(--font-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: 120px;
    width: 120px;
    margin: 10px auto 15px auto;
    background-image: url(https://www2.0zz0.com/2025/09/27/23/197545347.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border-radius: 10px;
    
    animation: scale 1.3s linear infinite;
}

.store-footer h3
{
    color: var(--font-color) !important;
    font-size: 16px !important;
    background: linear-gradient(15deg, var(--primary-color) 0%, var(--secondary-color) 50%, var(--primary-color) 100%);
    border: 0px solid #fff !important;
    box-shadow: 2px 2px 12px -2px var(--primary-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 -2px 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;
}

.md\:flex
{
    display: block !important;
}

.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 h3
{
    width: 280px !important;
}

.store-footer__inner:nth-child(1) div:nth-child(2) h3
{
    color: transparent !important;
    font-size: 0 !important;
}

.store-footer__inner:nth-child(1) div:nth-child(2) h3::before
{
    color: var(--font-color) !important;
    content: "رقم المشاريع و تأسيس الدفاع المدني 0531102103" !important;
    font-size: 16px !important;
    display: block;
    line-height: 1.5rem;
    margin: 10px auto -22px auto;
}

.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 -----------------*/


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

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


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

    /*------------------ Header ------------------*/
    .main-nav-container.animated .inner
    {
        padding-top: 0px;
        padding-bottom: 0px;
    }
 
    .navbar-brand img,
    .main-nav-container.fixed-pinned .navbar-brand img
    {
        margin-top: 0px;
    }
    
    .sicon-menu
    {
        color: var(--secondary-color) !important;
        border: 2px solid var(--secondary-color) !important;
        border-radius: 8px;
        box-shadow: 0px 0px 0px 0px var(--primary-color);
    }
    
    .main-menu li > a
    {
        color: #fff !important;
        font-size: 16px !important;
    }

    .mm-spn.mm-spn--navbar ul
    {
        background-color: var(--primary-color) !important;
    }
    
    .mm-spn li::after
    {
        border: 1px solid #fff !important;
        opacity: 0.5 !important;
    }
    
    /*------------------ Banner ------------------
    section:nth-of-type(5),
    section:nth-of-type(6)
    {
        width: 49.5% !important;
        display: inline-block !important;
    }
    
    /*---------------- Categories ----------------*/
    salla-slider .slide--one-sixth
    {
        width: 35% !important;
    }
    
    .s-block--banners .md\:grid-cols-2
    {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    
    .s-block--banners + .s-block--banners
    {
        margin-top: 1rem;
    }
    
    .banner-entry
    {
        height: 180px !important;
    }      
    
    /*----------------- Products -----------------*/
    .s-slider-block__title h2,
    .s-block__title h2
    {
        color: var(--primary-color) !important;
        font-size: 18px;
    }
    
    .s-product-card-content-title a,
    .s-product-card-content-title a:hover
    {
        font-size: 15px !important;
    }
    
    .s-button-btn,
    .s-price-range-number-input
    {
        font-size: 16px !important;
    }
    
    /*
    .s-slider-block__title-left .s-slider-block__display-all::after
    {
        left: 0px !important;
    }
    
    .s-products-list-vertical-cards
    {
        width: 75%;
    }
    
    .s-product-card-fit-height .s-product-card-image
    {
        height: 15rem;
        max-height: 15rem !important;
    }
    */
    /*------------- Products Details -------------*/
    
    /*--------------- Testemonials ---------------*/
    .s-block__display-all
    {
        font-size: 14px !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 -----------------*/   
    .s-block--features__item
    {
        width: 95% !important;
        margin: auto;
    }
    
    .s-block--features__item h2
    {
        font-size: 16px !important;
        margin-bottom: 8px;
    }
    
    .s-block--features__item p
    {
        font-size: 14px !important;
        font-weight: 600 !important;
    }
    
    /*------------------- Cart -------------------*/
    
    /*------------------ Footer ------------------*/
    .store-footer
    {
        width: 92% !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;
    }
    
    .md\:flex::after
    {
        font-size: 12px;
        margin: 10px auto 0 auto !important;
    }
    
    .lg\:gap-6
    {
        gap: 1.5rem;
        display: grid !important;
    }
}
/*------------ 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 signal
{
    0%
    {
        box-shadow: 0 0 0 0 #ffffff;
    }
    100%
    {
        box-shadow: 0 0 10px 2px var(--primary-color);
    }
}

@keyframes signal2
{
    0%
    {
        box-shadow: 0 0 0 0 #ffffff;
    }
    100%
    {
        box-shadow: 0 0 10px 1px var(--secondary-color);
    }
}

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

@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 --------------*/