:root
{
    --primary-color : #fff !important;
    --secondary-color : #eaeaea !important;
    --font-color : #000 !important;
}

/*------------------- Splash Screen ------------------*/
body::before
{
    content: '';
    width: 100%;
    height: 100%;
    border: 4px #000 !important;
    background: #fff url(https://cdn.salla.sa/xAAEDv/hqKwOvby0mF1oCVX7m8j1UbepsKf3g8rKyIS3Sp5.png);
    position: fixed;
    z-index: 9999999999999 !important;    
    transform: scale(0);
    background-size: 20% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    
    animation: heartbeat 1.5s;
    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 ---------------*/

body, .top-navbar ,.bg-inherit, .store-footer__inner
{
  box-shadow: none;
  background: url(https://cdn.discordapp.com/attachments/765367810972581892/884064694611099648/hi2.jpg);
}

.s-login-modal-link
{
    margin-top: 3rem !important;
}

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

.top-navbar .whitespace-nowrap
{
    display: none !important;
}

.navbar-brand img,
.main-nav-container.fixed-pinned .navbar-brand img
{
    max-height: 6rem;
    /*width: 160px !important;
    max-width: 180px;*/
    
    animation: wiggle 4s infinite;
}

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

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

.s-search-inline,
.top-navbar .s-search-input
{
    min-width: 220px;
    background: var(--primary-color) !important;
    border-radius: 20px !important;
    border: 1px solid var(--font-color);
}

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

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

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

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

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

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

.main-menu
{
    display: flex;
    text-align: center;
    justify-content: center !important;
}

.main-menu li > a
{
    color: var(--font-color) !important;
    font-size: 18px;
}
/*------------------ End of Header -------------------*/


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

.banner--fixed img
{
    margin-top: 0px !important;
    border-radius: 50px !important;
    border: 2px solid var(--font-color) !important;
    box-shadow: 2px 2px 10px -2px var(--font-color);
    
    position: relative;
    animation: up-down 8s ease infinite;
}

salla-slider.photos-slider .swiper-slide
{
    width: 100% !important;
    padding: 10px !important;
}

.home-slider .swiper-slide .rounded-md
{
    border-radius: 25px;
    border: 1px solid var(--font-color);
    box-shadow: 2px 2px 8px -2px var(--font-color);
    margin-top: 15px;
    margin-bottom: 15px;
}
/*------------------ End of Banner -------------------*/


/*-------------------- Categories --------------------*/
.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: 1px solid var(--font-color);
    border-radius: 12px;
    box-shadow: 2px 2px 8px -2px var(--font-color);
    height: 229px !important;
}

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

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

.banner-entry h3
{
    font-size: 16px !important;
    line-height: 22px !important;
    background: var(--primary-color) !important;
    border-radius: 12px !important;
    height: 20%;
    width: 75% !important;
    margin: 100px auto 0 auto;
    padding: 5px;
    opacity: 1 !important;
}

.lazy__bg
{
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: contain !important;
    background-position: center;
    background-repeat: no-repeat !important;
}
/*---------------- End of Categories -----------------*/


/*---------------------- Videos ----------------------*/
.s-block--video
{
    border: 1px solid var(--font-color) !important;
    border-radius: 50px !important;
    box-shadow: 4px 4px 10px -2px var(--font-color);
    padding: 15px;
    width: 95%;
    margin: 25px auto;
}
/*------------------- End of Videos ------------------*/


/*--------------------- Products ---------------------*/
salla-slider[type]:not(.hydrated) > div,
salla-slider[type]:not(.hydrated) .swiper > div > div,
.carousel-slider .swiper
{
    padding-left: 0rem !important;
}

salla-slider[type]:not(.hydrated) > div > div, salla-slider[type]:not(.hydrated) .swiper > div > div > div, .carousel-slider .swiper-wrapper > div
{
    margin: auto !important;
}

.s-products-slider-wrapper .carousel-slider .swiper-wrapper > div
{
    margin: 10px auto !important;
    padding-bottom: 15px !important;
    /*height: 400px !important;*/
}

.s-slider-block__title-right,
.s-block__title .right-side
{
    color: var(--primary-color) !important;
    text-align: center !important;
    background-color: var(--font-color) !important;
    border: 2px solid var(--font-color) !important;
    border-radius: 30px !important;
    padding: 4px 10px 12px 10px !important;
    box-shadow: 0px 0px 10px -2px var(--font-color);
    margin: 10px !important;
}

.s-slider-block__title-right::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: -5px;
    top: -10px;
    bottom: -6px;
    border-radius: 30px !important;
    width: 250px;
    height: 85px;
}

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

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

.s-slider-block__title h2
{
    color: var(--primary-color) !important;
    font-size: 20px !important;
    padding-left: 0rem !important;
}

.s-block__title .right-side h2::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: 0px;
    right: -20px;
    top: -25px;
    bottom: -6px;
    border-radius: 30px !important;
    width: 200px;
    height: 75px;
}

.s-slider-nav-arrow
{
    color: var(--primary-color) !important;
    background-color: var(--font-color) !important;
    border: 1px solid var(--font-color) !important;
    box-shadow: 0px 0px 10px -2px var(--font-color);
}

.swiper-wrapper
{
    padding: 0px 0 !important;
    border: 0px solid var(--primary-color) !important;
}

.s-block--photos-slider .s-button-wrap svg,
.s-slider-nav-arrow svg
{
    width: 22px;
    fill: var(--primary-color) !important;
}

.s-button-light-outline,
.product-entry--vertical salla-button.btn--wishlist button
{
    color: var(--font-color) !important;
    background: var(--primary-color) !important;
    margin-left: 5px !important;
    opacity: 1 !important;
}

salla-slider.details-slider salla-button.btn--wishlist
{
    background-color: transparent !important;
    opacity: 1 !important;
}

[dir=rtl] .s-product-card-vertical .s-product-card-wishlist-btn,
.s-product-card-vertical .s-product-card-wishlist-btn button
{
    fill: var(--font-color) !important;
    opacity: 1 !important;
    background: var(--primary-color) !important;
    border-radius: 50px !important;
    border: 1px solid var(--font-color);
}

.s-product-card-content-footer .s-product-card-wishlist-btn
{
    border-radius: 50% !important;
    border: 1px solid var(--font-color);
    margin-right: 0px;
    height: 2rem;
    width: 2rem;
    opacity: 1 !important;
}

.s-button-wrap svg
{
    height: 1.25rem;
    width: 1.25rem;
    fill: var(--font-color);
    font-weight: 600;
}

[dir=rtl] .s-quick-buy-button svg
{
    height: 1.25rem;
    width: 1.25rem;
    fill: var(--primary-color);
    font-weight: 600;
}

salla-add-product-button .s-button-wrap svg
{
    fill: var(--font-color);
    font-weight: 600;
}

[dir=rtl] .s-quick-buy-button svg:hover,
.s-button-wrap svg:hover,
salla-add-product-button .s-button-wrap svg:hover
{
    fill: var(--font-color);
}

.s-product-card-content
{
    padding: 0.5rem !important;
}

.s-product-card-entry
{
    border: 2px solid var(--font-color) !important;
    border-radius: 30px !important;
    background: var(--primary-color) !important;
    padding: 0px 0px 5px 0px !important;
    box-shadow: 2px 2px 10px -2px var(--font-color);
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    height: 80% !important;
}

.s-products-list-horizontal-cards
{
    grid-template-columns: repeat(3,minmax(0,1fr)) !important;
    gap: 1rem !important;
}

.s-product-card-horizontal .s-product-card-image
{
    height: auto;
    width: 8rem;
    border-radius: 0 30px 30px 0 !important;
}

.s-product-card-image
{
    border-radius: 30px 30px 0 0 !important;
}

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

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

.s-product-card-content-title a
{
    color: var(--font-color) !important;
    font-size: 20px !important;
    font-weight: 600;
    text-align: center !important;
    line-height: 25px !important;
}

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

.s-product-card-content-subtitle
{
    color: var(--font-color) !important;
    font-size: 18px !important;
    text-align: center !important;
}

.s-product-card-price
{
    color: var(--font-color) !important;
    font-size: 18px !important;
    font-weight: 600;
    line-height: 1.25rem;
}

.s-button-primary-outline
{
    color: var(--font-color) !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 30px !important;
    padding: 8px 25px !important;
    box-shadow: 0px 0px 10px -2px var(--font-color);
        
    transition: 4s 0 ease;
    animation: signal 3000ms ease infinite;
}

.s-button-primary-outline:hover
{
    color: var(--font-color) !important;
    fill: var(--font-color) !important;
    background-color: #fff !important;
}

.s-button-btn
{
    color: var(--font-color) !important;
    font-size: 18px;
    font-weight: 600 !important;
    padding: 6px 0 10px 0 !important;
    display: block;
    text-align: center;
    border-radius: 12px !important;
    background: #000;
    background: radial-gradient(#b9bdc8,#b9bdc8,#fff,#b9bdc8);
    background-size: auto;
    background-size: 400%;
    opacity: 1;
    width: 70% !important;
    margin: -8px auto -40px auto !important;
    
    animation: glowing 20s linear infinite;
    animation: glowing 20s linear infinite;    
    transition: opacity .3s ease-in-out;    
}
/*----------------- End of Products ------------------*/


/*----------------- Products Details -----------------*/
.breadcrumbs .fix-align
{
    color: var(--font-color) !important;
    font-size: 15px;
    font-weight: 600 !important;
    background-color: var(--primary-color) !important;
    border: 2px solid var(--front-color);
    border-radius: 30px;
    box-shadow: 2px 2px 10px -2px var(--font-color);
    padding: 2px 10px 6px 10px;
    margin-left: -5px !important;
    margin-bottom: 10px;
}

.s-slider-thumbs .s-slider-thumbs-container .swiper-slide {
    height: 8rem !important;
}

.md\:text-2xl
{
    font-size: 20px !important;
    line-height: 2rem;
}

salla-slider.details-slider .s-slider-container
{
    border: 2px solid var(--font-color) !important;
    box-shadow: 0px 0px 8px -2px var(--font-color);
    border-radius: 30px !important;
    margin: 5px !important;
}

.s-slider-wrapper
{
    padding-top: 5px !important;
}

.link--primary, .link--primary:hover
{
    color: #00f;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-align: center !important;
    padding: 0px 20px 6px 20px !important;
    border: 2px solid var(--primary-color) !important;
    box-shadow: 0px 0px 8px 1px var(--primary-color);
    border-radius: 30px !important;
    margin: auto;
}

.s-quantity-input-container
{
    margin-left: 15px !important;
}

.sm\:mb-5
{
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--font-color) !important;
    border-radius: 30px !important;
    padding: 8px 10px !important;
    box-shadow: 0px 0px 10px -2px var(--font-color);
    width: 45%;
    text-align: center;
    margin: 15px auto;
}

.p-5
{
    padding: 10px 10px 10px 10px !important;
    border-radius: 8px;
}

.product-form .sticky-product-bar
{
    border: 1px solid var(--font-color) !important;
    border-radius: 30px !important;
    padding: 2px 10px 12px 5px !important;
    box-shadow: 0px 0px 10px -2px var(--font-color);
    margin-top: 20px;
}

.s-button-loader-end.s-button-element
{
    color: var(--primary-color) !important;
    font-size: 20px !important;
    font-weight: 600 !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 30px !important;
    padding: 5px 25px 12px 20px !important;
    box-shadow: 0px 0px 10px 1px var(--primary-color);
    margin: 25px auto 25px auto !important;
}

.s-comment-form-action salla-button button
{
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 30px !important;
    padding: 8px 20px !important;
    box-shadow: 0px 0px 10px 1px var(--primary-color);
}

.prose p
{
    font-size: 15px;
    font-weight: 600;
}

.form-label
{
    font-size: 20px !important;
}

.sticky-product-bar .s-button-wide
{
    border-radius: 30px !important;
    padding: 10px 10px !important;
    box-shadow: 4px 4px 10px -2px var(--font-color);
    margin-top: 10px;
    line-height: 1.25;
}

.sticky-product-bar .s-button-btn
{
    margin: -10px auto -40px auto !important;
}

.s-button-text
{
    justify-content: center !important;
}

salla-add-product-button .s-button-wrap svg
{
    fill: var(--primary-color) !important;
}
/*------------- End of Products Details --------------*/


/*----------------------- Cart -----------------------*/
.xs\:p-7
{
    border: 1px solid var(--font-color) !important;
    box-shadow: 0px 0px 8px -2px var(--font-color);
    border-radius: 30px !important;
}
/*------------------- End of Cart --------------------*/


/*------------------- Testemonials -------------------*/
.s-block--testimonials .text-lg
{
    color: var(--primary-color) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
    border-radius: 30px !important;
    padding: 10px 0px 0px 0px !important;
    box-shadow: 0px 0px 10px 1px var(--secondary-color);
    margin: 20px !important;
    text-align: center;
    width: 18%;
}

.s-block--testimonials .text-lg::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: 256px;
    top: -64px;
    bottom: -6px;
    border-radius: 30px !important;
    width: 315px;
    height: 44px;
    z-index: 99999999999;
}

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

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

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

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


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

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

.s-block--features__item .feature-icon i
{
    color: var(--font-color) !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://cdn.salla.sa/WAaN/5pd8LcG9Xv0LDRNaxCN8rfSXSnZKcYZxiSMoLgxw.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    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://cdn.salla.sa/WAaN/GV9jc9fKyvKik0tzDe1QXzPNtKQSKxivIzrU5vgE.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    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://cdn.salla.sa/WAaN/zVD2Aa9jD4MTRFqE6lBXbSBWOvpfd5mCpOExngOu.gif);
    background-repeat: no-repeat;
    background-size: 70px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.s-block--features__item h4
{
    color: var(--font-color) !important;
    font-size: 18px !important;
    font-weight: 600;
}

.s-block--features__item p
{
    color: var(--font-color) !important;
    font-weight: 600;
    margin-top: 1rem !important;
}
/*----------------- End of Features ------------------*/


/*---------------------- Footer ----------------------*/
.store-footer
{
    color: var(--font-color) !important;
    font-size: 14px !important;
    text-align: center !important;
    margin-top: 4rem !important;
    border-radius: 0px;
    border-top: 0px solid var(--primary-color);
}

.footer-list 
{
    display: inline-grid;
}

.store-footer__inner
{
    color: var(--font-color) !important;
    font-size: 14px !important;
    text-align: center !important;
    /*background: linear-gradient(to right, var(--primary-color), var(--secondary-color)) !important;*/
    border-radius: 0px;
    border: 0px solid var(--secondary-color);
    padding-top: 0rem !important;
    padding-bottom: 2rem !important;
}

.store-footer h3
{
    color: var(--primary-color) !important;
    font-weight: 600;
    background: var(--font-color) !important;
    margin-bottom: 1rem auto !important;
    border-radius: 50px !important;
    border: 2px solid var(--font-color) !important;
    box-shadow: 2px 2px 10px -1px var(--font-color);
    padding: 2px 15px 8px 15px !important;
}

.store-footer a
{
    color: var(--font-color) !important;
    font-size: 14px !important;
    font-weight: 600;
    text-align: center !important;
    justify-content: center !important;
    display: flex !important;
}

/*
.store-footer .store-footer__inner .container div:nth-child(1) a h3
{
    display: none;
}

.store-footer .store-footer__inner .container .lg\:col-span-2::before
{
    content: "1111";
    background-image: var(--background);
    background-size: contain;
    background-repeat: no-repeat;
    color: transparent;
    font-size: 75px;
    
    animation: scale 1.3s linear infinite;
}
*/

.footer-is-light .store-footer .contact-social
{
    border-color: transparent !important;
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.footer-is-light .store-footer .social-link
{    
    color: var(--primary-color) !important;
    font-weight: 600;
    background: var(--font-color) !important;
}

.store-footer .leading-none .rtl\:ml-2\.5
{
    color: var(--font-color) !important;
    font-weight: 600;
    background: var(--primary-color) !important;
    border: 1px solid var(--font-color) !important;
}

.leading-none .rtl\:ml-2\.5
{
    color: var(--font-color) !important;
    font-weight: 600;
    background: var(--primary-color) !important;
    border: 2px solid var(--font-color) !important;
    border-radius: 8px;
}

.store-footer .mb-6
{
    font-size: 15px;
    font-weight: 600;
    justify-content: center !important;
    margin-top: 5px !important;
}
/*------------------ End of Footer -------------------*/


/*------------------ WhatsApp Icon -------------------*/
.sicon-whatsapp2::after
{
    content: "\E917" !important;
    text-align: center;
    cursor: pointer;
    background: #46a51e;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0px;
    color: #fff;
    box-shadow: #00000022 1.5px 1.5px 5px;
    width: 0px;
    height: 0px;
    border-radius: 27.5px;
    position: fixed;
    bottom: 25px;
    right: 15px;
    transform: rotate(360);
    transition: all .2s ease-in-out;
    margin-bottom: 0px !important;
}

body[style] .sicon-whatsapp2::after,
body[cz-shortcut-listen="true"] .sicon-whatsapp2::after,
i.sicon-whatsapp2::after
{
    width: 56px;
    height: 56px;
    border-radius: 32.5px;
    font-size: 28px;
    box-shadow: #0000006b 2px 2px 8px;
}

.sicon-whatsapp2:after:hover
{
    border-radius: 0;
    border: 0;
    width: 180px;
    height: 60px;
}

.sicon-whatsapp2:hover::after
{
    content: "حاب نساعدك 😃؟ " !important;
    width: 260px !important;
    animation: trns 1s;
    font-size: 18px !important;
    color: #ffffffff;
    display: flex;
    justify-content: center;
    align-items: center;
}

@keyframes trns
{
    0%
    {
        color: #ffffff00;
    }

    100%
    {
        color: #ffffff99;
    }
}

@media only screen and (max-width: 767px)
{
    .sicon-whatsapp2::after
    {
        margin-bottom: 45px !important;
    }
}
/*-------------- End of WhatsApp Icon ----------------*/


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

    /*------------------- Header -------------------*/
    .main-nav-container.animated .inner
    {
        padding-top: 0px;
        padding-bottom: 0px;
    }
 
    .navbar-brand img,
    .main-nav-container.fixed-pinned .navbar-brand img
    {
        /*width: 150px !important;*/
    }
    
    .sicon-menu
    {
        color: var(--primary-color) !important;
    }

    .mm-spn.mm-spn--navbar ul
    {
        background-color: var(--primary-color) !important;
    }
    
    /*------------------- Banner -------------------*/
    .banner--fixed img
    {
        border-radius: 15px !important;
    }

    /*----------------- Categories -----------------*/
    salla-slider .slide--one-sixth
    {
        width: 35% !important;
    }
    
    .md\:grid-cols-3
    {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    
    .s-block--banners + .s-block--banners
    {
        margin-top: 1em;
    }
    
    .banner-entry
    {
        height: 94px !important;
    }
    
    .banner-entry h3
    {
        font-size: 12px !important;
        line-height: 20px !important;
        background: gray;
        border-radius: 8px;
        width: 115% !important;
        margin: 95px -10px auto;
        margin-top: 90px;
        padding: 2px;
    }
    
    .two-row .banner-entry:first-child h3
    {
        width: 130% !important;
        margin: 95px -18px auto;
        margin-top: 82px;
        padding: 10px;
    }
    
    /*------------------ Products ------------------*/
    .s-block__title h2,
    .s-slider-block__title h2
    {
        font-size: 18px !important;
        font-weight: 600 !important;
        line-height: 1.5;
    }
    
    .s-slider-block__title h2
    {
        padding-left: 1rem !important;
    }
    
    .s-slider-block__display-all
    {
        font-size: 16px !important;
    }

    .s-slider-block__title-right
    {
        padding: 2px 15px 10px 0px !important;
        margin: 5px !important;
    }
    
    .s-slider-block__title-right::after
    {
        left: -6px;
        right: 0px;
        top: -10px;
        bottom: -6px;
        border-radius: 30px !important;
        width: 225px;
        height: 75px;
    }
    
    .s-products-list-horizontal-cards
    {
        grid-template-columns: repeat(1,minmax(0,1fr)) !important;
        gap: 1rem !important;
    }
    
    .s-product-card-content-title a
    {
        color: var(--font-color) !important;
        font-size: 18px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    
    .s-product-card-entry
    {
        margin:10px auto !important;
        width: 95% !important;
        height: 85% !important 
    }

    /*-------------- Products Details --------------*/
    .pe-3
    {
        text-align: center !important;
    }
    
    .rtl\:pl-3
    {
        font-size: 16px !important;
    }
    
    .md\:text-2xl
    {
        font-size: 18px !important;
        line-height: 2rem;
    }

    .sm\:mb-5
    {
        padding: 8px 20px !important;
        width: 45%;
    }
    
    .product__description
    {
       text-align: center !important;
    }

    .is-sticky-product-bar .sticky-product-bar
    {
        height: 60px !important;
    }
    
    .s-comments-product .rtl\:ml-10
    {
        font-size: 14px !important;
        margin-left: 1.5rem !important;
    }
    
    .product-form .sticky-product-bar
    {
        margin-top: 10px !important;
        margin-bottom: 5px !important;
        padding: 9px 10px 0px 5px !important;
    }
    
    .is-sticky-product-bar .sticky-product-bar__quantity
    {
        margin-top: -8px !important;
    }
    
    .is-sticky-product-bar .sticky-product-bar salla-add-product-button
    {
        margin-top: -38px;
    }
    
    .sticky-product-bar .s-button-loader-center
    {
        width: 45% !important;
    }
    
    .sticky-product-bar .s-quick-buy-button
    {
        width: 100% !important;
    }
    
    /*---------------- Testemonials ----------------*/  
    .s-block--testimonials .text-lg
    {
        font-size: 15px;
        margin: 20px !important;
        margin-right: 10px !important;
        margin-left: 0 !important;
        text-align: center;
        width: 40%;
        padding: 12px 0px 0px 0px !important;
    }
    
    .s-block--testimonials .text-lg::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: -6px;
        right: 53px;
        top: -64px;
        bottom: -6px;
        border-radius: 30px !important;
        width: 180px;
        height: 44px;
        z-index: 999999999;
    }
    
    .s-block__display-all
    {
        font-size: 12px !important;
    }
    
    .testimonials-slider .swiper-slide
    {
        margin: 10px 15px 10px 0 !important;
    }
        
    .text-lg span
    {
         font-size: 12px !important;
    }

    .last\:border-0:last-child
    {
        width: 100%;
        padding: 12px 10px 25px 30px !important;
    }
    
    /*------------------ Features ------------------*/
    
    /*-------------------- Cart --------------------*/
    .s-button-wide
    {
        font-size: 18px !important;
    }
    
    /*------------------- Footer -------------------*/
    .store-footer
    {
        margin-top: 2rem !important;   
    }
    
    .rtl\:ml-2\.5
    {
        margin-left: .625rem;
    }
    
    /*
    .store-footer .store-footer__inner .container .lg\:col-span-2::before
    {
        content: "111";
    }
    
    .store-footer .store-footer__inner .container .lg\:col-span-2
    {   
        animation: scale 1.3s linear infinite;
    }
    */
    
    .store-footer h3
    {
        width: 50%;
        margin: 1rem auto !important;
    }

    /*-------------------- Blog --------------------*/
}
/*-------------- End of Mobile Screens ---------------*/


/*------------------- Animations ---------------------*/
@keyframes wiggle
{
    0%, 7%
    {
      transform: rotateZ(0);
    }
    15%
    {
      transform: rotateZ(-10deg);
    }
    20%
    {
      transform: rotateZ(10deg);
    }
    25%
    {
      transform: rotateZ(-10deg);
    }
    30%
    {
      transform: rotateZ(6deg);
    }
    40%, 100%
    {
      transform: rotateZ(0);
    }
}

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

@keyframes tournemoi
{
    0%
    {
        transform: rotate(-5deg);
    }
    50%
    {
        transform: rotate(5deg);
    }
    100%
    {
        transform: rotate(0deg);
    }
}

@keyframes glowing
{
  0%
  {
    background-position: 0 0 ;
  }
  50%
  {
    background-position: 400% 0 ;
  }
  100%
  {
    background-position: 0 0 ;
    box-shadow: 0 0 0 2px #000 ;
  }
}

@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 scale
{
    0%,100%
    {
        transform: scale(1);
        opacity: 1;
    }
    50%
    {
        transform: scale(.9);
        opacity: .7;
    }
}
/*----------------- End of Animations ----------------*/