/* Developed by Hashem Mdoukh +972597965309 */

:root {
    --primary-color: #186553;
    --secondary-color: #af8e41;
    --threed-color: #262628;
    --white-color: #ffffff;
}

body.index::before {
    content: '';
    width: 100%;
    height: 100%;
    background: transparent url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/GYVwdV/gzThuf1zkBJaOpHu1oYrP6OsI8rImjzNpw9f0Xt7.png);
    position: fixed;
    z-index: 9999999999999 !important;
    transform: scale(0);
    background-size: 13% !important;
    background-repeat: no-repeat;
    background-position: center !important;
    animation-name: splash;
    animation-duration: 3s;
    backdrop-filter: blur(15px);
}

/* Header */

.navbar-brand img,
.footer-logo img {
    display: none;
}

.navbar-brand,
.footer-logo {
    position: relative;
    display: flex;
    align-items: center;
    height: 60px;
}

.navbar-brand::before,
.footer-logo::before,
.menu-fixed-bar::before {
    content: "";
    display: block;
    width: 100px;
    height: 60px;
    background-image: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/GYVwdV/gzThuf1zkBJaOpHu1oYrP6OsI8rImjzNpw9f0Xt7.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.menu-fixed-bar {
    background-color: transparent;
    box-shadow: none !important;
}

.store-header {
    background-color: var(--white-color);
}

.main-nav .main-nav__inner {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.main-menu li.root-level>a {
    font-weight: bold;
}

#main-nav.fixed-pinned .main-nav__inner {
    padding: 15px 10px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

.main-nav__inner .header-btn {
    width: 215px;
    height: 44px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: start;
    border-radius: 25px;
    border: 1px solid;
    margin-right: 0px !important;
    margin-left: 0px !important;
}

#main-nav.fixed-pinned .header-btn {
    width: 280px;
}

@media (min-width: 1024px) {
    .main-nav__inner .header-btn {
        width: 185px;
    }

    #main-nav.fixed-pinned .header-btn {
        width: 230px;
    }
}

@media (max-width: 1023px) {
    .side-panel .inner {
        margin-top: 70px;
    }
}

.main-nav__inner .header-btn i {
    font-size: 18px;
    margin: 5px 15px;
}

.main-nav__inner .left-side .topnav-link-item .sicon-user,
.main-nav__inner .s-cart-summary-wrapper #s-cart-icon {
    background-color: var(--white-color);
    color: var(--primary-color);
    box-shadow: 0 0 10px -2px var(--white-color);
}

/* Header */

/* Silder Banner */

.s-block--main-slider .swiper-slide {
    background-color: var(--white-color) !important;
}

@media (max-width: 768px) {
    .s-block--main-slider .swiper-wrapper .swiper-slide div {
        background-size: contain;
        background-repeat: no-repeat;
    }

    .s-block--main-slider .swiper-slide {
        height: 250px;
    }
}



/*Tabs*/

.s-block--tabs-produtcs .tab-trigger.is-active button {
    background: var(--primary-color);
    border-bottom-width: 0px !important;
    color: var(--white-color) !important;
    border-radius: 8px;
}

.s-block--tabs-produtcs .tab-trigger {
    border-radius: 10px;
    border-color: var(--primary-color);
}

.tab-trigger.is-active .s-button-text {
    color: var(--white-color) !important;
    opacity: 1 !important;
}

.tab-trigger .s-button-text {
    color: var(--primary-color) !important;
}

/*Tabs*/

/* Cat */

.slide--cat-entry {
    box-shadow: 0 2px 10px var(--primary-color);
}

.s-block--categories .swiper-wrapper {
    margin: 10px 0;
}

salla-slider[type]:not(.hydrated)>div:where([dir="rtl"], [dir="rtl"] *),
salla-slider[type]:not(.hydrated) .swiper>div>div:where([dir="rtl"], [dir="rtl"] *),
.carousel-slider .swiper:where([dir="rtl"], [dir="rtl"] *) {
    padding-left: 8px;
}

/* Cat */

/* about us */

.s-block--about-charity {
    background-color: var(--white-color);
}

.product-entry--vertical.product-entry--fit-type .product-entry__image {
    flex-basis: 22rem;
}

/* about us */

/* Proucts */

@media(max-width: 768px) {
    .product-single .product-options>div.flex {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000000;
        background: #176452;
        width: 100%;
        flex-direction: row;
    }

    .product-details salla-add-product-button salla-button .s-button-primary:hover {
        background-color: var(--primary-color);
    }

    .s-button-btn:hover {
        opacity: 1;
    }

    .s-quantity-input-button:hover {
        fill: #9ca3af;
    }

    .product-details salla-add-product-button salla-button .s-button-primary {
        color: var(--white-color);
        border: 1px solid;
        height: 40px;
    }

    .product-options .flex.space-y-2\.5 {
        padding-bottom: 15px;
        padding: 15px;
    }

    .product-options .flex.space-y-2\.5>div {
        flex-direction: row !important;
    }

    /* السعر + الكمية */
    .product-options .flex.space-y-2\.5>.flex.justify-between {
        width: 30%;
        justify-content: space-evenly;
        align-items: end;
        gap: 12px !important;
    }

    .product-options .flex.space-y-2\.5>.flex.justify-between div.whitespace-nowrap {
        color: var(--white-color)
    }

    .product-options .flex.justify-between.items-center {
        flex-wrap: wrap;
        gap: 10px;
    }


    /* زر الإضافة للسلة */
    .product-options salla-add-product-button {
        width: 70%;
        display: flex;
    }

    .product-options salla-add-product-button .s-button-element {
        height: 100%;
        font-size: 15px;
    }

    .s-add-product-button-mini-checkout {
        background: var(--white-color);
        border-radius: 13px;
        height: 40px;
    }

    .product-options salla-add-product-button .s-button-wrap,
    .product-options salla-add-product-button button {
        width: 100%;
        height: 100%;
    }



}

.breadcrumbs {
    background-color: var(--white-color);
}


@media (max-width: 640px) {
    .product-single .product-options>div.flex {
        flex-direction: column;
    }

    .product-options salla-add-product-button {
        width: 100%;
    }

    .product-options .flex.space-y-2\.5>.flex.justify-between {
        width: 100%;
        justify-content: space-between;
    }
}

/* statistics */

.statistics-list__item {
    border-width: 0;
}

.statistics-list__item .outer,
.statistics-list__item .wrap,
.statistics-list__item .inner {
    background-color: transparent;
}

.statistics-list__item:hover .icon-bg {
    height: 6rem;
    width: 6rem;
}

.statistics-list__item .outer .wrap .icon-wrap {
    top: -30%;
}

.statistics-list__item .outer .wrap .inner p {
    color: var(--primary-color);
    font-weight: 700;
}

.statistics-list__item .icon-bg {
    position: absolute;
    top: -15%;
    right: -18%;
    height: 6rem;
    width: 6rem;
    border-radius: 9999px;
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 300ms;
}

.statistics-list__item .icon {
    box-shadow: 0 0 10px -2px var(--primary-color);
    border-radius: 50%;
    background: transparent;
}

.statistics-list__item .outer:before,
.statistics-list__item .outer:after,
.statistics-list__item .inner:before,
.statistics-list__item .inner:after {
    height: 5rem;
    width: 6rem;
    opacity: 1;
}

.statistics-list__item .outer .wrap .icon-wrap .sicon-store::before {
    display: none;
}

.statistics-list__item:nth-child(1) .outer .wrap .icon-wrap .sicon-store {
    background-image: url(https://i.ibb.co/DcsRmSY/money-bag.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.statistics-list__item:nth-child(2) .outer .wrap .icon-wrap .sicon-store {
    background-image: url(https://i.ibb.co/TG3z0hN/donation-9534961.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.statistics-list__item:nth-child(3) .outer .wrap .icon-wrap .sicon-store {
    background-image: url(https://i.ibb.co/LDRxqHZy/community-19028331.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px;
}

.statistics-list__item:nth-child(4) .outer .wrap .icon-wrap .sicon-store {
    background-image: url(https://i.ibb.co/60tNZ5Dh/expert.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.statistics-list__item .outer .wrap .icon-wrap .sicon-store {
    background-color: var(--white-color);
}

/* statistics */

/* Feature */
.s-block--features-list {
    background-color: var(--white-color);
}

.s-block--features__item {
    box-shadow: 4px 4px 10px -4px var(--primary-color);
    border-radius: 15px !important;
    text-align: center !important;
    padding: 15px 0;
    flex-direction: column;
    background-color: var(--white-color)
}

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

.s-block--features__item .feature-icon:before {
    display: none;
}

.s-block--features__item .feature-icon {
    border-radius: 50%;
    margin-bottom: 10px;
}

.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://i.ibb.co/pBrBYGX6/luggage-cart-19034857.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(2) .feature-icon {
    background-image: url(https://i.ibb.co/sdGDLJbF/hand-pump-18998265.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item:nth-child(3) .feature-icon {
    background-image: url(https://i.ibb.co/LDRxqHZy/community-19028331.gif);
    background-repeat: no-repeat;
    background-size: 60px;
    background-position-x: 50%;
    background-position-y: 50%;
    width: 70px;
    height: 70px
}

.s-block--features__item h2 {
    color: var(--primary-color) !important;
    font-size: 16px !important;
    font-weight: 700;
    margin-bottom: 5px !important
}

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

/* Feature */


/*FAQ*/
.index .accordion-section {
    margin: 2rem auto !important;
    padding: 10px 15px;
    max-width: 60rem;
}

.section-title,
.s-reviews-header {
    font-size: 1.8rem;
    font-weight: 700;
    text-align: center;
    color: var(--primary-color);
}

.section-sub {
    font-size: 1.1rem;
    font-weight: 400;
    text-align: center;
    margin-top: 5px;
    color: #333;
}

.accordion {
    direction: rtl;
    padding-top: 10px;
}

.accordion-button {
    cursor: pointer;
    width: 100%;
    text-align: right;
    transition: background-color 0.3s, color 0.3s;
    color: #000;
    font-size: .9rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease-out;
}

body:lang(en) .accordion-button,
body:lang(en) .accordion-content p {
    direction: ltr;
}

.index .accordion-button {
    padding: 10px 15px;
    background: var(--primary-color);
    margin-bottom: 10px;
    border-radius: 15px;
    color: #fff;
}

.accordion-button.active {
    opacity: 0.75;
}

.accordion-button .icon {
    font-size: 20px;
    margin-left: 10px;
}

.accordion-content {
    background-color: #fff;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.3s ease-out;
    padding-left: 18px;
    padding-right: 18px;
}

.accordion-content p {
    margin: 10px 0 18px;
    color: #333;
}


/* Footer */


.store-footer__inner {
    color: var(--white-color);
}

.footer-is-light .store-footer {
    background-color: var(--primary-color);
    width: 95%;
    margin: 15px auto 20px auto;
    border: 1px solid var(--primary-color);
    padding: 15px;
    border-radius: 15px;
    box-shadow: 0 0 10px -2px var(--primary-color);
}

.footer-is-light .store-footer__top-area {
    border-color: var(--white-color);
}

.footer-is-light .store-footer .s-social-link a {
    background-color: var(--white-color);
    color: var(--primary-color);
    border-color: var(--white-color);
    box-shadow: 0 0 10px -2px var(--white-color);
}

.footer-title,
.s-contacts-title {
    background-color: var(--white-color);
    color: var(--primary-color);
    width: fit-content;
    padding: 10px 20px;
    border-radius: 15px;
    box-shadow: 0 0 10px -2px var(--white-color);
}

.footer-list div .s-menu-footer-list .s-menu-footer-item {
    font-weight: 700;
}

.store-footer__info-bar .container div p {
    color: var(--white-color);
    font-weight: 600;
}

.store-footer__info-bar .container {
    background-color: var(--primary-color);
}

.statistics-list__item .inner:after {
    width: 8rem;
    height: 4rem;
}

.store-footer__inner .container div:nth-child(2),
.s-contacts-list {
    justify-content: center;
    text-align: center;
}

.store-footer h3 {
    margin: 0 auto 1rem;
}

.s-contacts-list {
    align-items: center;
}

/* Footer*/

@media (max-width: 767px) {

    .main-nav__inner .header-btn {
        width: 110px;
    }

    #main-nav.fixed-pinned .header-btn {
        width: 150px;
    }

    .s-products-slider-card {
        max-width: 210px;
    }

    .product-entry--vertical.product-entry--fit-type .product-entry__image {
        flex-basis: 14rem;
    }

    .statistics-list {
        gap: 3rem;
    }

    .s-block--statistics .s-block__title {
        margin-bottom: 3rem;
    }

    .s-block--features__item {
        margin-bottom: 15px;
    }

    .statistics-list__item .outer:before,
    .statistics-list__item .outer:after,
    .statistics-list__item .inner:before,
    .statistics-list__item .inner:after {
        width: 8rem;
        height: 4rem;
    }

    .store-footer__inner .container div:nth-child(2),
    .s-contacts-list {
        justify-content: center;
        align-items: center;
        text-align: center
    }

    .store-footer h3 {
        margin: 0 auto 1rem;
    }
}


/*WhatsApp Button*/
[id^=gb-widget] {
    bottom: 125px !important;
}

.dkuywW {
    display: none;
}

.deQKmp::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid rgb(77, 194, 71);
    animation: WhatsApp 1200ms linear infinite;
}

/*WhatsApp Button*/


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

    20% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

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

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

/*WhatsApp Button*/
.dkuywW {
    display: none;
}

.deQKmp::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border-radius: 50%;
    border: 3px solid rgb(77, 194, 71);
    animation: WhatsApp 1200ms linear infinite;
}

/*WhatsApp Button*/


@media (max-width: 1023px) {
    [id^=gb-widget] {
        bottom: 125px !important;
    }
}

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

    20% {
        transform: scale(1)
    }

    80% {
        transform: scale(1)
    }

    100% {
        transform: scale(0)
    }
}

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

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