/*---------------------MAIN---------------------*/

.index:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #ffffff url(https://i.ibb.co/7CG555C/001.png);
    position: fixed;
    z-index: 99999999999999999 !important;
    transform: scale(0);
    background-size: 25rem !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: logobg;
    animation-duration: 2s;
    backdrop-filter: blur(7px);
}

@keyframes logobg {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    50% {
        transform: scale(1);
    }

    100% {
        transform: scale(0);
    }
}

/*---------------------MAIN---------------------*/
/*--------------------HEADER--------------------*/

/*TOP ADVERTISEMENT*/
.salla-advertisement .center-between {
    justify-content: center !important;
}

/*--------------------HEADER--------------------*/
/*---------------------BODY---------------------*/

/*BODY*/
body {
    background-color: white;
}

/*-------------------*/

/*BANNER 3ARID SECTION: MAIN DIV*/
.s-block--fixed-banner {
    padding: 0 !important;
}

/*BANNER 3ARID SECTION: PIC DIV*/
.s-block--fixed-banner a {
    border-radius: 0 !important;
    max-height: 100% !important;
}

/*-------------------*/

/*MOMIZAT EL-MATGAR SECTION*/
section.s-block--features {
    padding: 0 1rem !important;
}

/*MOMIZAT EL-MATGAR SECTION: SINGLE DIV*/
section.s-block--features .s-block--features__item {
    border-radius: 0 !important;
}

/*MOMIZAT EL-MATGAR SECTION: TITLE*/
section.s-block--features .s-block--features__item h4 {
    font-size: 0.8rem !important;
}

/*MOMIZAT EL-MATGAR SECTION: PARAGRAPH*/
section.s-block--features .s-block--features__item p {
    font-size: 0.75rem !important;
}

/*MOMIZAT EL-MATGAR SECTION: ICON CONTAINER*/
section.s-block--features div.feature-icon-div {
    margin-bottom: 0 !important;
}

/*MOMIZAT EL-MATGAR SECTION: ICON DIV*/
section.s-block--features i.feature-icon.sicon-gold-badge {
    font-size: 2rem !important;
}

/*MOMIZAT EL-MATGAR SECTION: MAIN DIVS CONTAINER*/
section.s-block--features div.features-home-grid.grid-normal {
    gap: 1rem !important;
}

/*-------------------*/

/*ARA2 EL 3OMALA2 SECTION: ARROWS*/
.s-block--testimonials .s-slider-block__title-nav {
    display: none !important;
}

/*ARA2 EL 3OMALA2 SECTION: TITLE*/
.s-block--testimonials .s-block__title h2 {
    font-size: 1.1rem !important;
}

/*ARA2 EL 3OMALA2 SECTION: CLIENT NAME*/
.s-block--testimonials h4 {
    font-size: 0.75rem !important;
}

/*ARA2 EL 3OMALA2 SECTION: SINGLE DIV*/
.s-block--testimonials .testimonials-itme {
    padding: 0 !important;
}

/*-------------------*/

/*QA2MT 3NASR SECTION*/
section.s-block.container.s-block--banners {
    padding: 0 5rem !important;
    margin-bottom: 3rem !important;
}

/*QA2MT 3NASR SECTION: TITLE*/
section.s-block.container.s-block--banners h2 {
    margin-bottom: 3.5rem !important;
    font-size: 1.2rem !important;
}

/*---------------------BODY---------------------*/
/*--------------------FOOTER--------------------*/

/*FOOTER: BRIEF CONTAINER*/
footer [class="flex-1 mb-2.5   col-span-2 "] {
    margin-bottom: 1rem !important;
}

/*FOOTER: BRIEF*/
footer .leading-6,
footer [class="flex-1 mb-2.5   col-span-2 "] p {
    line-height: 1.5rem;
    text-align: justify;
    font-size: 0.8rem !important;
}

/*FOOTER: CONTACT | SOCIAL ICONS*/
footer .s-contacts-list span.s-contacts-icon,
footer .s-social-link a {
    margin-left: .625rem;
    height: 1.6rem;
    width: 1.6rem;
    box-shadow: -1px 1px 1px 1px rgb(0 0 0 / 6%);
}

/*FOOTER: CONTACT ICONS*/
footer .s-contacts-list span.unicode {
    font-size: 0.8rem !important;
}

/*FOOTER: MAIN CONTAINER*/
footer.store-footer {
    background-color: #fafafa !important;
    margin-top: 3rem !important;
}

/*FOOTER::BACKDROP PAYMENT PICS CONTAINERS*/
[dir=rtl] .payment-methods .itme-method {
    height: 40px !important;
    width: 80px !important;
}

/*FOOTER: PAYMENT PICS*/
.payment-methods .itme-method img,
.payment-methods .itme-maroof img {
    max-height: 30px;
    -o-object-fit: contain;
    object-fit: contain;
}

/*FOOTER: PAYMENT MAIN CONTAINERS*/
footer .s-payments-list-item {
    box-shadow: 1px 1px 0px 0px rgb(0 0 0 / 6%);
    background-color: #fafafa !important;
    transition: 1s;
    justify-content: center;
}

footer .s-payments-list-item:hover {
    transform: scale(0.9);
}

/*FOOTER: BUSINESS PLATFORM LOGO*/
.store-footer img.lazy {
    height: 1.3rem !important;
    border-color: #808080;
}

/*FOOTER: DOWN STORE NAME IN RIGHT REVERSED*/
footer .text-gray-400 {
    color: #8f8c8c !important;
    font-size: 0.7rem !important;
}

footer [class="hover:text-primary"] {
    color: #000 !important;
}

/*FOOTER: MAIN TITLES*/
.store-footer h3 {
    font-size: 0.9rem !important;
    line-height: 1.5rem !important;
}

/*FOOTER: PAGES TITLES*/
footer salla-menu .s-menu-footer-list a {
    font-size: 0.8rem !important;
}

/*--------------------FOOTER--------------------*/
/*--------------------PAGES---------------------*/

/*PAGES: MAIN CONTAINER*/
.page-single .container .flex .content {
    background: transparent;
    backdrop-filter: blur(4px);
    box-shadow: 0px 1px 2px 1px rgb(0 0 0 / 6%);
    padding: 1.5rem !important;
    border-radius: 0 !important;
}

/*PAGES: MAIN TITLE*/
.page-single .container .flex .content h1 {
    color: rgb(2, 22, 54);
    font-size: 0.95rem;
    text-align: center;
    text-decoration: underline;
    margin-bottom: 1rem !important;
}

.page-single .container .flex .content h1:hover {
    text-decoration: none;
    color: #000;
}

/*PAGES: MAIN CONTENT*/
.page-single .container .flex .content .content-entry {
    text-align: justify !important;
    margin-right: 1rem;
    margin-left: 1rem;
    font-size: 0.8rem !important;
}

/*PAGES: TOP MAP*/
.page-single nav.breadcrumbs {
    margin-bottom: -2rem !important;
    margin-top: 2rem !important;
}

/*PAGES: TOP MAP CONTENT*/
.page-single [class="flex items-center justify-center flex-wrap text-sm"] {
    font-size: 0.7rem !important;
    font-weight: 600 !important;
}

/*--------------------PAGES---------------------*/
/*-----------------MEDIA QUERY------------------*/

/*HEADER: MAIN CONTAINER*/
/*BEFORE SCROLL*/
@media (max-width: 600px) {
    header div.header-components.header-components-home {
        padding: 0.6rem 0.6rem 0 1rem !important;
    }
}

/*HEADER: MAIN CONTAINER*/
/*AFTER SCROLL*/
@media (max-width: 600px) {
    header div.header-components.header-components-home.fixed-pinned.animated.fixed-header {
        padding: 0.6rem 0.6rem 0.4rem 1rem !important;
    }
}

/*HEADER: MAIN CONTAINER: MAIN MENU ICON*/
/*BEFORE SCROLL*/
@media (max-width: 600px) {
    header div.header-components.header-components-home i.sicon-menu {
        font-size: 1.4rem !important;
    }
}

/*HEADER: MAIN CONTAINER: MAIN MENU ICON*/
/*AFTER SCROLL*/
@media (max-width: 600px) {
    header div.header-components.header-components-home.fixed-pinned.animated.fixed-header i.sicon-menu {
        font-size: 1.2rem !important;
    }
}

/*HEADER: CART ICON*/
/*BEFORE + AFTER SCROLL*/
@media (max-width: 600px) {
    header i.sicon-cart2 {
        font-size: 1rem !important;
    }
}

/*HEADER: CART NUMBER*/
/*BEFORE + AFTER SCROLL*/
@media (max-width: 600px) {
    header div.header-components.header-components-home div.left-side .s-cart-summary-count {
        height: 0.85rem;
        width: 0.85rem;
        font-size: 0.6rem;
        top: -0.2rem;
        right: -0.95rem;
    }
}

/*HEADER: SIDE MENU: MAIN CONTAINER*/
@media (max-width: 600px) {
    header #mainnav {
        background-color: #ffffffd1 !important;
        backdrop-filter: blur(5px);
    }
}

/*HEADER: SIDE MENU: TOP BAR*/
@media (max-width: 600px) {
    header #mainnav .menu-fixed-bar {
        background-color: transparent;
        box-shadow: none;
    }
}

/*HEADER: SIDE MENU: BIG CONTAINER*/
@media (max-width: 600px) {
    header #mainnav div.inner.bg-inherit {
        background-color: transparent !important;
    }
}

/*HEADER: SIDE MENU: MAIN TITLE*/
@media (max-width: 600px) {
    header #mainnav h2.menu-title {
        text-align: center;
        font-size: 0.9rem;
        font-weight: 100;
    }
}

/*HEADER: SIDE MENU: CATEGORIES CONTAINER: SINGLE CATEGORY DIV*/
@media (max-width: 600px) {
    header ul.main-menu a {
        font-size: 0.85rem !important;
    }
}

/*HEADER: SIDE MENU: CLOSING ICON*/
@media (max-width: 600px) {
    header button.close-menu.sicon-cancel {
        height: 1.5rem;
        width: 1.5rem;
        font-size: 0.8rem;
    }
}

/*OVERLAY DOWN HEADER*/
@media (max-width: 600px) {
    .overlay-layer::after {
        backdrop-filter: blur(2px) !important;
        background-color: transparent !important;
    }
}

/*-------------------*/

/*BANNER 3ARID SECTION*/
@media (max-width: 600px) {
    .s-block--fixed-banner {
        margin-top: 2.5rem !important;
        margin-bottom: 3rem !important;
    }
}

/*BANNER 3ARID SECTION*/
@media (max-width: 600px) {
    .s-block--fixed-banner [class="container"] {
        padding-right: 15px;
        padding-left: 15px;
    }
}

/*-------------------*/

/*MOMIZAT EL-MATGAR SECTION: MAIN DIVS CONTAINER*/
@media (max-width: 600px) {
    section.s-block--features div.features-home-grid.grid-normal {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

/*-------------------*/

/*ARA2 EL 3OMALA2 SECTION*/
@media (max-width: 600px) {
    .s-block--testimonials {
        padding: 0 !important;
        margin: 4rem 0 2rem 0 !important;
    }
}

/*ARA2 EL 3OMALA2 SECTION: TITLE CONTAINER*/
@media (max-width: 600px) {
    .s-block--testimonials .s-block__title::before {
        content: '';
        position: absolute;
        background-color: #0000001f;
        width: 100%;
        height: 0.01rem !important;
        top: 0.8rem;
        right: 0;
    }
}

/*ARA2 EL 3OMALA2 SECTION: TITLE*/
@media (max-width: 600px) {
    .s-block--testimonials .s-block__title h2 {
        font-size: 1rem !important;
        margin-bottom: 1rem !important;
    }
}

/*-------------------*/

/*QA2MT 3NASR SECTION*/
@media (max-width: 600px) {
    section.s-block.container.s-block--banners {
        margin-bottom: 1rem !important;
        padding: 0 1rem !important;
    }
}

/*QA2MT 3NASR SECTION: TITLE*/
@media (max-width: 600px) {
    section.s-block.container.s-block--banners h2 {
        margin-bottom: 1.5rem !important;
        font-size: 1rem !important;
    }
}

/*QA2MT 3NASR SECTION: MAIN ITEMS CONTAINER*/
@media (max-width: 600px) {
    section.s-block.container.s-block--banners [class="grid one-row md:grid-cols-3 gap-2.5 lg:gap-5"] {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
}

/*QA2MT 3NASR SECTION: MAIN DIVS CONTAINER: SINGLE DIV*/
@media (max-width: 600px) {
    section.s-block.container.s-block--banners .banner-entry {
        min-height: 8rem !important;
    }
}

/*QA2MT 3NASR SECTION: TITLE CONTAINER*/
@media (max-width: 600px) {
    section.s-block.container.s-block--banners .s-block__title::before {
        content: '';
        position: absolute;
        background-color: #0000001f;
        width: 100%;
        height: 0.01rem !important;
        top: 0.8rem;
        right: 0;
    }
}

/*-------------------*/

/*FOOTER: LOGO CONTAINER*/
@media (max-width: 600px) {
    footer .footer-logo {
        display: flex;
        justify-content: center;
    }
}

/*FOOTER: PAYMENT | LOGOS MAIN CONTAINER*/
@media (max-width: 600px) {
    footer [class="container py-4"] {
        padding: 0 !important;
    }
}

/*FOOTER: PAYMENT LOGOS CONTAINERS*/
@media (max-width: 600px) {
    footer .s-payments-list {
        gap: 0.1rem !important;
    }
}

/*-------------------*/

/*PAGES: MAIN CONTAINER*/
@media (max-width: 600px) {
    .page-single .container .flex .content {
        padding: 0.5rem !important;
    }
}

/*PAGES: MAIN CONTAINER*/
@media (max-width: 600px) {
    .page-single .container .flex .content {
        margin-right: 0.5rem;
        margin-left: 0.5rem;
    }
}

/*PAGES: MAIN TITLE*/
@media (max-width: 600px) {
    .page-single [class="font-bold text-2xl lg:text-4xl mb-10 lg:mb-16"] {
        margin-top: 2rem !important;
    }
}

/*PAGES: COMMENT CONTAINER*/
@media (max-width: 600px) {
    .page-single [class="s-comment-form-wrapper"] {
        margin-right: 1.5rem !important;
        margin-left: 1.5rem !important;
    }
}

/*PAGES: TOP MAP*/
@media (max-width: 600px) {
    .page-single nav.breadcrumbs {
        margin-bottom: 0rem !important;
    }
}

/*----------------------------------------------*/
/*----------------------------------------------*/

/*HEADER: MAIN CONTAINER*/
/*BEFORE + AFTER SCROLL*/
@media (min-width: 1024px) {

    header div.header-components.header-components-home,
    header div.inner.bg-inherit {
        padding: 0.5rem 3rem !important;
    }
}

/*HEADER BAR: AFTER SCROLL*/
@media (min-width: 1024px) {
    header #mainnav div.inner.bg-inherit {
        background-color: #ffffffe3;
        backdrop-filter: blur(3px);
    }
}

/*HEADER: MAIN CONTAINER: CATEGORIES CONTAINER: SINGLE CATEGORY DIV*/
/*BEFORE + AFTER SCROLL*/
@media (min-width: 1024px) {

    header div.header-components.header-components-home ul.main-menu a,
    header #mainnav ul.main-menu a {
        font-size: 0.8rem !important;
    }
}

/*HEADER: LEFT ICONS*/
/*BEFORE + AFTER SCROLL*/
@media (min-width: 1024px) {

    header div.header-components.header-components-home div.left-side i.icon,
    header #mainnav div.left-side i.icon {
        font-size: 1rem !important;
    }
}

/*HEADER: CART NUMBER*/
/*BEFORE + AFTER SCROLL*/
@media (min-width: 1024px) {

    header div.header-components.header-components-home div.left-side .s-cart-summary-count,
    header #mainnav div.left-side .s-cart-summary-count {
        height: 1rem;
        width: 1rem;
        font-size: 0.6rem;
    }
}

/*-------------------*/

/*ARA2 EL 3OMALA2 SECTION: SINGLE CONTAINER*/
@media (min-width: 1024px) {
    .s-block--testimonials .testimonials-itme {
        width: 25% !important;
    }
}

/*ARA2 EL 3OMALA2 SECTION: DIVS*/
@media (min-width: 1024px) {
    .s-block--testimonials .testimonials-itme {
        transition: 0.5s;
    }
}

/*ARA2 EL 3OMALA2 SECTION: DIVS*/
@media (min-width: 1024px) {
    .s-block--testimonials .testimonials-itme:hover {
        box-shadow: 0px 2px 8px 2px rgb(0 0 0 / 6%);
        transform: scale(0.9);
    }
}

/*-------------------*/

/*QA2MT 3NASR SECTION: MAIN DIVS CONTAINER: SINGLE DIV*/
@media (min-width: 1024px) {
    section.s-block.container.s-block--banners .banner-entry {
        min-height: 17rem !important;
    }
}

/*QA2MT 3NASR SECTION: TITLE CONTAINER*/
@media (min-width: 1024px) {
    section.s-block.container.s-block--banners .s-block__title::after {
        top: 25% !important;
    }
}

/*-------------------*/

/*FOOTER: BRIEF*/
@media (min-width: 1024px) {

    footer .leading-6,
    footer [class="flex-1 mb-2.5   col-span-2 "] p {
        margin-left: 2rem !important;
    }
}

/*-------------------*/



/*-----------------MEDIA QUERY------------------*/