:root
{
    --primary-color: #acadb2 !important;
    --primary-light-color: #d6d6d8 !important;
    --secondary-color: #e4c592 !important;
    --linear-gradient: linear-gradient(to right, #acadb2, #d6d6d8) !important;
    
    --font-color: #000 !important;
    --font-size-large: 20px !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(--secondary-color) !important;
    background: #fff /*var(--primary-color)*/ url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/WmjlR/mdpXCupZErIDTNJMaWlQo4dn8pXd0tbMqc8OAIpx.png);
    position: fixed;
    z-index: 9999999999999 !important;
    transform: scale(0);
    background-size: 30% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: splash;
    animation-duration: 2s;
}

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

body,
section[style="background: #FAFAFA;"]
{
  box-shadow: none;
  background: url("https://imgur.com/wuRexyG.jpg") !important;
}

/*---------------------- Header ----------------------*/
.navbar-brand
{
    margin-top: 0px !important;
}

.navbar-brand img
{
    max-width: 175px !important;
    max-height: 5rem !important;

    animation: scale 1.3s linear infinite;
}

.main-nav-container.fixed-pinned .navbar-brand img
{
    margin-bottom: 00px !important;
    max-height: 5rem !important;
}

.topnav-link-item
{
    color: var(--font-color) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 10px !important;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    padding: 8px 12px 10px 12px !important;
}

.top-navbar .s-search-input
{
    background-color: #fff !important;
    border: 2px solid var(--secondary-color) !important;
    box-shadow: 4px 4px 10px 2px var(--primary-color);
}

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

.btn--rounded-gray,
.header-btn__icon
{
    color: var(--font-color) !important;
    font-weight: 500 !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 10px !important;
    box-shadow: 4px 4px 10px 0px var(--primary-color);
    padding: 8px 10px 10px 10px !important;
}

.btn--rounded-gray:hover,
.header-btn__icon:hover
{
    color: var(--font-color) !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    box-shadow: 4px 4px 10px 0px var(--primary-color);
}

#nav-cart span
{
    background-color: #fff !important;
    border: 1px solid var(--primary-color) !important;
    color: #f00 !important;
    font-size: 18px !important;
    padding-top: 6px !important;
    padding-bottom: 5px !important;;
}

.bg-inherit
{
    border-radius: 30px;
}

.main-nav-container,
.main-nav-container.fixed-pinned .inner
{
    border-radius: 25px;
    border: 1px solid var(--primary-color) !important;
    box-shadow: 2px 2px 10px 0px var(--primary-color);
    height: 90px !important;
    width: 98%;
    margin: 5px auto;
    background: url("https://imgur.com/wuRexyG.jpg") !important;
    padding-top: 2px
}

.fixed-pinned .main-menu
{
    margin-top: 0px !important;
}

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

.main-menu li > a
{
    padding: 8px !important;
}

.main-menu li.root-level
{
    margin: 2.5px;
}

.main-menu li.root-level > a
{
    color: var(--font-color) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 15px !important;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    padding: 8px 12px 10px 12px !important;
    margin: 4px !important;
}

.main-menu li.root-level > a:hover
{
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 2px solid #fff !important;
    box-shadow: 4px 4px 10px -4px var(--primary-color);
}

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

.main-menu #offers a:hover
{
    color: #000 !important;
    font-weight: 600 !important;
}

.main-menu .sub-menu
{
    background: transparent !important;
}

.main-menu li > a
{
    color: var(--primary-color) !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 25px !important;
    padding: 8px 25px 12px 25px !important;
    /*box-shadow: 0px 0px 10px 1px var(--secondary-color);*/
    margin: 4px auto !important;
}

.main-menu li > a:hover
{
    color: #fff /*var(--primary-color)*/ !important;
    background-color: var(--primary-color) !important;
    border: 1px solid #fff !important;
    /*box-shadow: 0px 0px 10px 0px var(--primary-color);*/
}
/*------------------ End of Header -------------------*/


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

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

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


/*-------------------- Categories --------------------*/
.s-block--banners .md\:grid-cols-2
{
    grid-template-columns: repeat(3,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: 1px solid var(--primary-color);
    border-radius: 12px;
    box-shadow: 1px 1px 8px 0px var(--primary-color);
    /*height: 228px !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;
}
/*---------------- End of Categories -----------------*/


/*--------------------- 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: 440px !important;
}

.s-slider-block__title-right,
.s-block__title .right-side
{
    color: var(--font-color) !important;
    font-weight: 600;
    text-align: center !important;
    background-color: var(--primary-color) !important;
    border: 2px solid var(--secondary-color) !important;
    border-radius: 12px !important;
    padding: 12px 15px 12px 15px !important;
    box-shadow: 4px 4px 10px 0px var(--primary-color);
    margin: 12px !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: 12px !important;
    width: 250px;
    height: 85px;
}

.s-slider-block__title,
.s-block__title
{
    margin-bottom: 0rem !important;
}

.s-slider-block__title h2
{
    font-size: 18px !important;
    font-weight: 600;
    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-block__display-all,
.s-slider-block__display-all
{
    color: var(--font-color) !important;
    font-size: 14px !important;
    line-height: 1rem;
    font-weight: 600 !important;
    text-align: center !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 12px !important;
    padding: 8px 10px 8px 10px !important;
    box-shadow: 4px 4px 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: 2px solid #fff !important;
    opacity: 1 !important;
}

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

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

.s-button-light-outline,
.product-entry--vertical salla-button.btn--wishlist button
{
    color: #fff !important;
    font-weight: 600 !important;
    background-color: var(--secondary-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;
    color: var(--font-color) !important;
    opacity: 1 !important;
    background: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    box-shadow: 4px 4px 10px 0px var(--secondary-color);
    border-radius: 50px !important;
    
    transition: 4s 0 ease;
    animation: signal2 3000ms ease infinite;
}

.sicon-heart::before
{
    color: var(--font-color) !important;
}

.s-product-card-content-footer .s-product-card-wishlist-btn
{
    background: var(--secondary-color) !important;
    border-radius: 50% !important;
    margin-right: 5px;
    height: 2.25rem;
    width: 2.0rem;
    opacity: 1 !important;
}

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

[dir=rtl] .s-quick-buy-button svg
{
    height: 1.25rem;
    width: 1.25rem;
    fill: var(--font-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(--secondary-color) !important;
    border-radius: 15px !important;
    padding: 0px 0px 5px 0px !important;
    box-shadow: 4px 4px 10px 0px var(--primary-color);
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}

.s-product-card-entry:hover
{
    transform: scale(1.02);
}

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

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

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

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

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

.s-product-card-content-title a
{
    color: var(--font-color) !important;
    font-size: 16px !important;
    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(--secondary-color) !important;  
    font-size: 14px !important;
    line-height: 1.5rem;
    margin-bottom: 15px !important;
}

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

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

.s-button-wide:hover,
.s-button-primary-outline:hover
{
    color: var(--font-color) !important;
    fill: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    box-shadow: 4px 4px 10px 1px var(--secondary-color);
    
    transition: 4s 0 ease;
    animation: signal2 3000ms ease infinite;
}
/*----------------- End of Products ------------------*/


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

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

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

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

.link--primary,
.link--primary:hover
{
    color: var(--font-color) !important;
    font-size: 16px !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);
    background-color: var(--primary-color) !important;
    border-radius: 15px !important;
    margin: auto;
}

.s-slider-thumbs-container .swiper-slide .rounded-md
{
    border-radius: 0;
    border: none;
    box-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
}

.sm\:mb-5
{
    color: var(--font-color) !important;
    background-color: var(--primary-color) !important;
    border: 1px solid #fff !important;
    border-radius: 30px !important;
    padding: 8px 10px !important;
    box-shadow: 4px 4px 10px 0px var(--primary-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(--primary-color) !important;
    border-radius: 15px !important;
    padding: 2px 15px 12px 5px !important;
    box-shadow: 4px 4px 10px 0px var(--primary-color);
    margin: 15px;
}

.s-button-loader-end.s-button-element
{
    color: var(--font-color) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    background-color: var(--primary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 15px !important;
    padding: 5px 25px 12px 20px !important;
    box-shadow: 4px 4px 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: 4px 4px 10px 1px var(--primary-color);
}

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

.sticky-product-bar .s-button-wide
{
    border-radius: 15px !important;
    padding: 10px 14px !important;
    box-shadow: 4px 4px 10px 1px var(--primary-color);
    margin-top: 6px;
}

.s-quantity-input-button svg,
salla-add-product-button .s-button-wrap svg:hover
{
    fill: var(--font-color) !important;
    font-weight: 600;
}

.s-comments-product
{
    margin-bottom: 1.5rem;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    background: transparent;
}
/*------------- End of Products Details --------------*/


/*----------------------- Cart -----------------------*/
.cart .text-gray-400
{
    color: var(--font-color) !important;
    font-weight: 600;
}

.xs\:p-7
{
    border: 2px solid var(--secondary-color) !important;
    box-shadow: 4px 4px 8px 1px var(--primary-color);
    border-radius: 15px !important;
}

.cart .text-lg span
{
    color: var(--font-color) !important;
    font-size: 1rem;
    font-weight: 600;
    text-align: center !important;
    background: var(--primary-color) !important;
    border: 2px solid #fff !important;
    border-radius: 15px !important;
    padding: 3px 3px 6px 3px !important;
    width: 33%;
}

.sicon-shipping-fast::before
{
    color: var(--font-color) !important;
}

.sticky .rounded-icon
{
    background-color: var(--secondary-color) !important;
}

.cart .s-button-primary
{
    color: var(--font-color) !important;
}
    
.cart .s-button-primary:hover
{
    color: var(--font-color) !important;
}
/*------------------- End of Cart --------------------*/


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

.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(--secondary-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 1px var(--primary-color);
    width: 50%;
}
/*--------------- End of Testemonials ----------------*/


/*--------------------- Features ---------------------*/
.s-block--features__item
{
    box-shadow: 4px 4px 10px 0px 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://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:nth-child(2) .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(3) .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 h2
{
    color: var(--font-color) !important;
    font-size: 16px !important;
    font-weight: 600;
    margin-bottom: 15px !important;
}

.s-block--features__item p
{
    color: var(--font-color) !important;
    font-size: 14px !important;
    background-color: var(--secondary-color) !important;
    border: 2px solid #fff !important;
    box-shadow: 0px 0px 12px 0px 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: 4px solid var(--secondary-color);
    border-radius: 50px !important;
    box-shadow: 0px 0px 10px 2px #fff;
    background: var(--linear-gradient) !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(--linear-gradient) !important;
    border-bottom-color: #fff !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: auto auto 20px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/WmjlR/mdpXCupZErIDTNJMaWlQo4dn8pXd0tbMqc8OAIpx.png);;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-color: transparent;
    border-radius: 50%;
    
    animation: scale 1.3s linear infinite;
}

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

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

.store-footer .contact-social
{
    border-color: var(--secondary-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(--secondary-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 .space-x-2
{
    display: grid !important;
}

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


/*----------------------- Blog -----------------------*/
.page-single .lg\:p-8
{
    padding: 2rem;
    background: transparent !important;
}
/*------------------- End of Blog --------------------*/


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

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


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

    /*------------------- Header -------------------*/
    .sicon-menu::before
    {
        color: var(--secondary-color) !important;
        border-radius: 8px;
        border: 2px solid var(--secondary-color) !important;
    }

    #nav-cart span
    {
        font-size: 18px !important;
        padding-top: 6px !important;
        padding-bottom: 5px !important;
    }
    
    .s-cart-summary-total
    {
        font-size: 15px;
    }
    
    .main-nav-container,
    .main-nav-container.fixed-pinned .inner
    {
        border-radius: 15px;
        border: 1px solid var(--primary-color) !important;
        box-shadow: 4px 4px 10px 0px var(--primary-color);
        height: 80px !important;
        width: 95%;
        margin: 5px auto;
        padding-top: 4px
    }
    
    .navbar-brand img,
    .main-nav-container.fixed-pinned .navbar-brand img
    {
        max-height: 4rem !important;
        width: auto;
    }
    
    .mm-spn ul.mm-spn--open
    {
        margin-top: 5px !important;
    }
    
    .mm-spn li a
    {
        color: var(--font-color) !important;
        font-size: 14px !important;
        font-weight: 600 !important;
        background-color: var(--secondary-color) !important;
        border: 2px solid #fff !important;
        border-radius: 10px !important;
        box-shadow: 4px 4px 10px 2px var(--secondary-color);
        padding: 6px 15px 6px 10px !important;
        margin: 10px 15px 10px auto !important;
        width: 40% !important;
    }
    
     .mm-spn li a:hover
    {
        color: var(--font-color) !important;
        background-color: var(--primary-color) !important;
        border: 2px solid #fff !important;
        box-shadow: 4px 4px 10px 0px var(--primary-color);
    }
    
    /*------------------- Banner -------------------*/
    .banner--fixed img
    {
        border-radius: 15px !important;
    }

    /*----------------- Categories -----------------*/
    salla-slider .slide--one-sixth
    {
        width: 35% !important;
    }
    
    .s-block--banners .md\:grid-cols-2
    {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    
    .s-block--banners + .s-block--banners
    {
        margin-top: 1em;
    }
    
    .banner-entry
    {
        height: 105px !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: 14px !important;
        font-weight: 600 !important;
        line-height: 0.8;
    }
    
    .s-slider-block__title h2
    {
        padding-left: 1rem !important;
    }
    
    .s-slider-block__display-all
    {
        font-size: 12px !important;
    }

    .s-slider-block__title-right
    {
        padding: 10px 15px 10px 0px !important;
        margin: 5px !important;
    }
    
    .s-slider-block__title-right::after
    {
        left: -6px;
        right: 0px;
        top: -10px;
        bottom: -6px;
        border-radius: 15px !important;
        width: 200px;
        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
    {
        font-size: 14px !important;
        font-weight: 600 !important;
        text-align: center !important;
    }
    
    .s-product-card-entry
    {
        margin:10px auto !important;
        width: 95% !important;    
    }
    
    .s-product-card-fit-height .s-product-card-image
    {
        height: 16rem;
        max-height: 18rem;
    }
    
    .vertical-products .s-product-card-fit-height .s-product-card-image
    {
        height: 12rem;
        max-height: 18rem;
    }
    
    .s-product-card-image-contain,
    .s-product-card-image-cover
    {
        object-fit: unset !important;
        background: #fff !important;
    }

    /*-------------- Products Details --------------*/
    .pe-3
    {
        text-align: center !important;
    }
    
    .rtl\:pl-3
    {
        font-size: 15px !important;
    }
    
    .md\:text-2xl
    {
        font-size: 16px !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;
    }
    
    /*---------------- Testemonials ----------------*/  
    .grid-cols-\[repeat\(2\,minmax\(0\,1fr\)\)\]
    {
        grid-template-columns: repeat(1,minmax(0,1fr));
    }
    
    .s-block--testimonials .text-lg
    {
        font-size: 15px;
        margin: 20px auto !important;
        text-align: center;
        width: 35%;
        padding: 8px 0px 8px 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 ------------------*/
    .s-block--features__item
    {
        width: 95% !important;
        margin: auto;
    }
    
    /*-------------------- Cart --------------------*/
    .s-button-wide
    {
        font-size: 14px !important;
    }
    
    /*------------------- Footer -------------------*/
    .store-footer
    {
        width: 90% !important;
        margin: 25px auto 15px auto !important;
        background: var(--linear-gradient) !important;
    }
    
    .store-footer__inner
    {
        color: var(--font-color) !important;
        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;
    }
    
    /*------------------- Blog -------------------*/
    .mb-8 salla-infinite-scroll
    {
        height: 30% !important;
        display: grid;
        grid-template-columns: 1fr 1fr !important;
    }
}
/*-------------- End of Mobile Screens ---------------*/


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

@keyframes splash
{
  0%
  {
    transform: scale(1);
  }
  20%
  {
    transform: scale(1);
  }
  80%
  {
    transform: scale(1);
  }
  100%
  {
    transform: scale(0);
  }
}

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

@keyframes signal
{
    0%
    {
        box-shadow: 0 0 0 0 var(--secondary-color);
    }
    100%
    {
        box-shadow: 0px 0px 10px 2px var(--secondary-color);
    }
}

@keyframes signal_2
{
    0%
    {
        box-shadow: 0 0 0 0 var(--secondary-color);
    }
    100%
    {
        box-shadow: 0px 0px 12px 4px var(--secondary-color);
    }
}

@keyframes color-change
{
    0%
    {
        background-color: var(--secondary-color);
    }
    50%
    {
        background-color: var(--primary-color);
    }
    100%
    {
        background: var(--linear-gradient) !important;
    }
}

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