@import url('https://fonts.googleapis.com/css2?family=Noto+Kufi+Arabic:wght@100;200;300;400;500;600;700;800;900&display=swap');
html, body, p, a, h1, h2, h3, h4, h5, h6, span, button{
    font-family: 'Noto Kufi Arabic', sans-serif!important;
}

/* general */
.bg-storeBG{
}





/* promotional banner */
.promotion-banner ul li a,
.animated-text ul li a{
    font-size: 12px;
    font-weight: 500;
}
/* nav */
header.store-header.centered_logo.mobile_only_centered_logo .container {
    max-width: 100%;
}
.main-nav-container.fixed-pinned .navbar-brand img{
    opacity: 1;
    max-height: 72px;
    height: 72px!important;
}
.navbar-brand img{
    height: 72px!important;
}
/*
.main-nav-container.fixed-pinned a.navbar-brand {
    content: "";
    display: block;
    background: url(https://i.imgur.com/6pscYc9.png);
    width: auto;
    height: 68px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
*/
.main-nav-container.fixed-pinned .navbar-brand img{
    filter: none;
}

/* menu */
@media only screen and (min-width: 1024px) {
    .main-menu-row .main-menu li.root-level>a {
        padding-bottom: 6px;
    }
}
.fixed_promotion:not(.promotion-banner-hidden) .main-nav-container.fixed-header .inner {
    box-shadow: 0 0 30px rgba(0,0,0,.15);
    border-radius: 0 0 24px 24px;
}
@media only screen and (min-width: 1024px) {
    .main-menu {
        padding-top: 0;
    }
}
.main-menu li>a,
.main-menu li.root-level>a{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    transition: all .3s ease;
}
.main-menu li>a:hover,
.main-menu li.root-level>a:hover{
    color: #038957!important;
    transition: all 0s ease;
}
.main-menu li.root-level>a {
    padding: 6px;
    border: 1px solid transparent;
    border-radius: 64px;
}

.main-menu li.root-level>a:hover{
    border: 1px solid #038957;
}

.main-menu .has-children li a,
.main-menu .has-children .has-children>a{
    border-right: 6px solid transparent;
}
.main-menu .has-children li a:hover,
.main-menu .has-children .has-children:hover>a {
    background-color: #fff;
    border-right: 6px solid #038957;
}
.main-nav-container.fixed-pinned .main-menu>li>a{
    padding: 6px!important;
}
li#\39 69190063{
    display: none!important;
}

.mm-spn.mm-spn--navbar.mm-spn--main span.\!flex.items-center.gap-x-2{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    transition: all .3s ease;
}
.mm-spn.mm-spn--navbar.mm-spn--main span.\!flex.items-center.gap-x-2:hover{
    color: #038957!important;
    transition: all 0s ease;
}
/*
.mm-spn.mm-spn--navbar.mm-spn--main li:nth-child(25){
    display: none!important;
}*/



/* left icons */
.header-btn__icon.icon{
    color: #000;
    transition: all .3s ease;
}
.header-btn__icon.icon:hover{
    color: #038957;
}
.s-modal-overlay{
    background: rgba(0,0,0,.6);
}
.main-nav-container .s-user-menu-dropdown .s-user-menu-dropdown-item i svg{
    fill: #038957;
}
.s-user-menu-dropdown-item a span{
    color: #000;
    transition: all .3s ease;
}
.s-user-menu-dropdown-item a:hover span{
    color: #038957!important;
}

/* main slider */

/*
body.slider_has_overlay .advanced-slider .swiper-slide::before{
    background: transparent;
}
section.advanced-slider{
    min-height: auto!important;
    height: auto;
    width: 100%;
}
.s-slider-wrapper{
    max-width: 1440px;
    margin: auto;
}
.advanced-slider .swiper{
    height: auto;
    border-radius: 24px;
}
*/


@media (max-width: 768px) {
    .advanced-slider__caption__inner__content__heading{
        font-size: 24px;
    }
}

/* categories */

.mx-auto.max-w-7xl.px-6.lg\:px-8 {
    max-width: 1440px;
}

.my-2.mx-auto.w-12.h-2.border-4.border-primary{
    border-color: #038957;
    transition: all .3s ease;
    border-radius: 24px;
}
.s-block.s-block--circle-links.circle-links-1{
    transition: all .3s ease;
}

.s-block.s-block--circle-links.circle-links-1 .lg\:px-8{
    background: #f7f7f7;
    padding: 40px 0!important;
    border-radius: 24px;
    max-width: 1440px!important;
}
.s-block.s-block--circle-links.circle-links-1 h2{
    color: #000;
    transition: all .3s ease;
}
.s-block.s-block--circle-links.circle-links-1:hover h2{
    color: #038957;
    transition: all .3s ease;
}
.s-block.s-block--circle-links.circle-links-1:hover .my-2.mx-auto.w-12.h-2.border-4.border-primary{
    border-color: #038957;
    width: 96px;
}


@media (min-width: 1025px){
    .xl\:grid-cols-6 {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}
@media (max-width: 1024px) {
    .lg\:grid-cols-5 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}
.overflow-hidden.rounded-full.w-fit.mx-auto{
    border-radius: 0 !important;
}
img.lazy.object-cover.mx-auto.h-24.w-24.rounded-full.group-hover\:scale-110.transition-all.duration-400.loaded {
    object-fit: contain;
    width: 120px;
    height: auto;
    border-radius: 0;
}
.group:hover .group-hover\:scale-110{
    transform: scale(1)!important;
}
.gap-x-5 {
    -moz-column-gap: 6px;
    column-gap: 6px;
}

h3.mt-4.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
    font-size: 12px;
    line-height: 1.7;
    color: #000;
    transition: all .3s ease;
}

@media (max-width: 768px) {
    h3.mt-4.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
        font-size: 8px;
        margin-top: 6px;
    }
}
.circle-links-4 li.group:hover h3.mt-4.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary {
    color: #038957;
    transition: all .1s ease;
}

h3.mt-6.text-base.font-semibold.leading-7.tracking-tight.text-store-text-primary{
    color: #000;
    transition: all .3s ease;
}
.swiper-slide.slide--one-sixth.text-center.group:hover h3{
    color: #038957!important;
}



/* second categories */
.s-block.s-block--circle-links.circle-links-7{
    margin-top: 0;
}
ul.mx-auto.mt-8.grid.max-w-2xl.gap-x-5.gap-y-6.text-center.lg\:mx-0.lg\:max-w-none.auto-fit-grid {
    margin-top: -20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    display: flex;
    justify-content: space-evenly;
}


/* brands */
.my-4.mx-auto.w-12.h-2.border-4.border-primary{
    border-color: #038957;
    transition: all .3s ease;
    border-radius: 24px;
}
.s-block.s-block--animated-brands h2{
    color: #000;
    transition: all .3s ease;
}
.s-block.s-block--animated-brands:hover h2{
    color: #038957;
    transition: all .3s ease;
}
.s-block.s-block--animated-brands:hover .my-4.mx-auto.w-12.h-2.border-4.border-primary{
    border-color: #038957;
    width: 96px;
}
.s-block--animated-brands--brand {
    background: #fff;
    border: 1px solid #fff;
    border-radius: 200px;
    transition: all .3s ease;
}
.s-block--animated-brands--brand:hover {
    transition: 0s;
    border: 1px solid #038957;
}
.s-block--animated-brands--brand img{
    mix-blend-mode: luminosity;
    transition: all .3s ease;
    border-radius: 200px;
}

article.s-block--animated-brands--wrapper:hover .s-block--animated-brands--brand img{
    mix-blend-mode: normal;
    transition: 0s;
}


/* fixed banner */
.banner--fixed img{
    border-radius: 12px!important;
}

/* double banner (first one) */
section.s-block.s-block--fixed-banner.s-block--double-banner.wide-placeholder.double-banner.double-banner--2 .flex.gap-2.md\:gap-4{
    gap: 12px;
}
@media (max-width: 768px) {
    section.s-block.s-block--fixed-banner.s-block--double-banner.wide-placeholder.double-banner.double-banner--2 .flex.gap-2.md\:gap-4{
        flex-direction: column;
    }
}

/* products slider */
.s-slider-block__title h2{
    color: #038957;
}

/* products swiper */
.swiper-wrapper{
}

/* products page */
@media (min-width: 1024px) {
    .s-products-list-vertical-cards {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}

/* product card */
.product-card{
    border: 1px solid transparent;
    transition: all .3s ease;
}
@media (min-width: 640px) {
    .s-products-slider-card {
        max-width: 230px;
    }
}

@media (min-width: 1023px) {
.product-card__content{
    border: 1px solid transparent;
    border-radius: 24px!important;
}
.product-card:hover .product-card__content{
    border: 1px solid #eee;
}

}

.product-card__title a{
    color: #000;
    font-size: 12px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
}
.product-card:hover .product-card__title a{
    color: #038957;
}
.product-card__price{
    font-size: 14px;
    font-weight: 700;
    color: #000;
}

/* discount price */
h4.text-red-400.font-bold.text-sm.inline-block {
    font-size: 14px;
    font-weight: 700;
    color: #000;
}
span.text-sm.text-store-text-secondary.line-through {
    font-size: 12px;
    font-weight: 500;
    color: gray;
}
.product-card__discount {
    margin-top: 8px;
}
span.text-sm.font-bold.text-red-400 {
    padding: 0px 0px 0px 18px;
    color: #038957;
    border-radius: 24px;
    font-size: 12px;
    font-weight: 600;
    background: #f7f7f7;
    border: 1px dashed #eee;
    animation: discount linear 2s infinite;
}
@keyframes discount{
0% {color: #038957;}
50% {color: #f87171;}
100% {color: #038957;}
}
span.text-sm.font-bold.text-red-400:before{
    background: url(https://i.imgur.com/vmukTGV.gif);
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 4px;
    width: 32px;
    height: 32px;
    mix-blend-mode: darken;
}

/* product card buttons */
.product-card__buttons>div button:hover i{
    color: #fff!important;
}

@media (min-width: 991px){
/* heart btn */
button.btn--wishlist.heart-next-add-button.animated.s-button-element.s-button-icon.s-button-outline.s-button-primary-outline.s-button-loader-center {
    background: #fff;
    border: 1px solid #000!important;
    transition: all .3s ease!important;
}
button.btn--wishlist.heart-next-add-button.animated.s-button-element.s-button-icon.s-button-outline.s-button-primary-outline.s-button-loader-center:hover {
    border: 1px solid #f87171!important;
    background: #f87171;
}
.sicon-heart:before {
    color: #000;
    transition: all .3s ease;
}
button.btn--wishlist.heart-next-add-button.animated.s-button-element.s-button-icon.s-button-outline.s-button-primary-outline.s-button-loader-center:hover .sicon-heart:before{
    color: #fff;
}


/* quick view btn */
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after {
    background: #fff;
    border: 1px solid #000!important;
    transition: all .3s ease!important;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after:hover {
    background: #000;
}
.sicon-eye:before{
    color: #000;
    transition: all .3s ease;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-after:hover .sicon-eye:before{
    color: #fff;
}

/* add to cart */
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-center{
    background: #fff;
    border: 1px solid #000!important;
    transition: all .3s ease!important;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-center:hover{
    background: #038957;
    border: 1px solid #038957!important;
}
.sicon-shopping:before{
    color: #000;
    transition: all .3s ease;
}
button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-center:hover .sicon-shopping:before{
    color: #fff;
}

}
.product-card__enhanced-mini-cart button.s-button-element{
    border-radius: 48px!important;
    font-size: 12px;
}
@media (max-width: 991px){
    button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center{
        background: #038957!important;
        color: #fff!important;
        font-size: 12px;
        font-weight: 500;
        transition: all .3s ease;
        line-height: 2;
    }
    button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center:hover{
        color: #fff!important;
    }
    .sicon-add:before{
        color: #fff;
        transition: all .3s ease;
    }
        button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center:hover .sicon-add:before{
        color: #fff!important;
    }
    button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline.s-button-loader-center.s-button-wrap.hydrated {
        opacity: 1;
    }

}








/* quick view */
.quickview .quickview__overlay{
    background: rgba(0,0,0,.6);
}
.quickview.transition .quickview__content{
    border-radius: 24px;
}
.quickview img.h-full.w-full{
    object-fit: contain!important;
}
.quickview h2.product-quickview_title{
    font-size: 14px!important;
    font-weight: 500!important;
}
.quickview h4.total-price.text-store-text-secondary.font-bold.text-lg,
h4.sale-price.text-red-400.font-bold.text-lg.inline-block{
    color: #000;
    font-size: 16px;
    font-weight: 700;
}
.quickview span.regular-price.text-lg.text-store-text-secondary.line-through{
    font-size: 14px;
    font-weight: 500;
    color: gray;
}
.quickview .quickview-description.text-store-text-secondary{
    font-size: 12px;
}
.quickview button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-center{
    border: 1px solid #038957!important;
}
.quickview .sicon-shopping:before{
    color: #038957;
}




/* breadcrumbs / sitemap */
nav.breadcrumbs.w-full.py-5 {
    background: #f7f7f7;
    border-radius: 24px;
    padding: 8px;
    margin: 24px auto;
}
nav.breadcrumbs.w-full.py-5:before{
    background: url(https://svgshare.com/i/11sc.svg);
    content: "";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 8px;
    width: 16px;
    height: 16px;
    float: right;
}
a.fix-align.text-primary {
    color: #000;
    font-size: 12px;
}
a.fix-align.text-primary:hover {
    color: #038957;
}
span.fix-align.text-store-text-primary{
    color: #038957;
    font-size: 12px;
}


/* product page > right side */
@media only screen and (min-width: 1023px) {
.product-single__slider.col-lg-7.col-md-12.col-12.w-full.lg\:\!w-3\/5.px-\[15px\].lg\:sticky.md\:top-\[65px\].md\:h-fit.mb-5{
    width: 50%!important;
}
}

.product-single .product-single__main-media .s-slider-thumbs .s-slider-thumbs-container .swiper-slide:after{
    border-radius: 12px;
}
.s-slider-vertical .s-slider-thumbs-container .swiper-slide img{
    background: #fff;
}
.product-single .product-single__main-media .object-cover {
    object-fit: contain;
    border-radius: 24px;
    margin: auto;
}

/* product page > left side */
@media only screen and (min-width: 1023px) {
.product-single__info.col-lg-5.col-md-12.col-12.lg\:\!w-2\/5.md\:w-full.w-full.rtl\:px-2.ltr\:md\:pl-\[15px\].rtl\:md\:px-\[15px\].mt-5.sm\:mt-0 {
    width: 50%!important;
    border: 1px solid #eee;
    border-radius: 24px;
    padding: 16px;
}
}
salla-social-share.inline-flex.mb-5.hydrated{
    margin-bottom: 0;
}
.product-single .product-single__info button.s-social-share-btn,
.product-single .product-single__info button.btn--wishlist{
    background-color: #fff;
    color: #000;
    border: 1px solid #000!important;
    border-radius: 50%!important;
    transition: all .3s ease;
}
.product-single .product-single__info button.btn--wishlist:hover{
    background-color: #f87171;
    color: #fff!important;
    border: 1px solid #f87171!important;
}
.product-single .product-single__info button.s-social-share-btn:hover{
    background-color: #038957;
    color: #fff!important;
    border: 1px solid #038957!important;
}
.product-single .product-single__info button.btn--wishlist:hover .sicon-heart:before{
    color: #fff!important;
}

/* product page > product title */
h1.text-xl.md\:text-2xl.leading-10.font-bold.mb-4.text-store-text-primary{
    color: #000;
    font-size: 16px;
}
/* product page > price */
h4.total-price.text-store-text-secondary.font-bold.text-xl.inline-block{
    color: #000;
    font-size: 18px;
}

/* product page > offer price */
h4.total-price.text-red-400.font-bold.text-xl.inline-block{
    color: #000;
    font-size: 18px;
}
span.before-price.text-store-text-secondary.line-through{
    color: gray!important;
    font-size: 14px;
}
.product-single__discounted-amount{
    border: 1px dashed #eee;
    background: #f7f7f7;
    border-radius: 24px;
    padding: 8px;
}
.product-single__discounted-amount span{
    background: transparent!important;
    border: none!important;
}
.product-single__discounted-amount span,
.product-single__discounted-amount strong{
    color: #038957!important;
    font-size: 14px!important;
    font-weight: 500!important;
}

/* counter */
.product-single .countdown-single, .quickview .countdown-single{
        width: fit-content;
}


#tabbyPromo>[class*=styles__tabby],
.tamara-product-widget{
    border: 1px solid #eee!important;
    transition: all .3s ease;
}
#tabbyPromo>[class*=styles__tabby]:hover,
.tamara-product-widget:hover{
    border: 1px solid #038957!important;
}

form#product-form {
    border-top: 1px solid #eee;
}
form#product-form .form-label,
form#product-form .block{
    font-size: 14px;
    font-weight: 500;
    color: #038957!important;
}

.s-quantity-input-button{
    border: 1px solid #000;
    background: #fff;
    border-radius: 24px;
    transition: all .3s ease;
}
.s-quantity-input-increase-button:hover{
    border: 1px solid #038957;
    background: #038957;
}
.s-quantity-input-decrease-button:hover{
    border: 1px solid #f87171;
    background: #f87171;
}
.s-quantity-input-button svg{
    background: none;
    fill: #000;
}
.s-quantity-input-button:hover svg{
    fill: #fff;
}
.s-quantity-input-container,
.s-quantity-input-input{
    border: none;
    font-size: 24px;
}

button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center {
    border-radius: 24px!important;
    color: #fff;
}
.s-button-element:not(:disabled):not([loading]) {
    border-radius: 24px!important;
}

salla-button .s-button-btn:hover {
    color: #fff!important;
}
.s-button-primary{
    color: #fff;
    border-radius: 24px;
}

@media only screen and (max-width: 991px){
    /*salla-button .s-button-btn:hover {
        color: #038957!important;
    }*/
    .product-card__enhanced-mini-cart button{
        font-size: 12px;
        font-weight: 500;
        background: #f7f7f7;
    }
}
button.undefined.s-button-element.s-button-btn.s-button-solid.s-button-wide.s-button-primary.s-button-loader-center .sicon-shopping:before{
    color: #fff;
}

.product-more-info .more-info-tabs__nav-link>span{
    color: #038957;
}
@media only screen and (max-width: 991px){
    .product-more-info .more-info-tabs__nav-link>span{
        color: #fff;
    }
}
.sicon-chat-conversation:before{
    color: #038957;
}


.sticky-cart-single.sticky{
    border-radius: 24px;
}
.sticky-cart-single .item-thumb img{
    object-fit: contain;
}
.sticky-cart-single.sticky .text-store-text-primary{
    font-size: 12px;
    font-weight: 500;
}

.sticky-cart-single.sticky .text-red-400,
.sticky-cart-single.sticky .text-store-text-secondary{
    color: #000;
    font-size: 14px;
    font-weight: 700;
}
.sticky-cart-single.sticky span.before-price.text-store-text-secondary.line-through{
    font-size: 12px;
    font-weight: 500;
    color: gray;
}




.s-product-options-colors-wrapper input[type=radio]+label span{
    width: 48px;
    height: 48px;
}
.s-product-options-colors-wrapper input[type=radio]+label div{
    line-height: 1;
    color: #909090;
    font-weight: 400;
}

.s-product-options-colors-wrapper input[type=radio]:checked+label div{
    color: #000;
    font-weight: 700;
}
.s-product-options-colors-wrapper input[type=radio]+label span:after{
    content: "\ea9b";
    font-family: sallaicons !important;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    width: 18px;
    height: 18px;
    background-color: transparent;
}


/* cart page */
.cart-item {
    border: 1px solid #eee;
    border-radius: 24px;
    transition: all .3s ease;
}
.cart-item:hover {
    border: 1px solid #038957;
}
.cart-item:hover  a.text-base{
    color: #038957;
}
.cart-item .mb-8{
    margin-bottom: 0;
}
.cart-item img.lazy.loaded{
    object-fit: contain;
    width: auto;
    border: none;
}

.cart-item a.text-base{
    color: #000;
    font-size: 12px;
    font-weight: 500;
}

.cart-item span.item-price.text-sm.text-store-text-secondary{
    color: #000;
    font-size: 14px;
    font-weight: 700;
}

.cart-item span.inline-block.item-total{
    color: #000;
}


div#free-shipping{
    border: 1px solid #038957;
    border-radius: 24px;
    animation: shipping linear 2s infinite;
}
@keyframes shipping{
0% {border: 1px solid #038957;}
50% {border: 1px solid #f87171;}
100% {border: 1px solid #038957;}
}
    
.shadow-default.bg-storeBG.p-5.xs\:p-7.rounded-md.mb-5.relative.transition-height.duration-1000 {
    border: 1px solid #eee;
    border-radius: 24px;
}
.shadow-default.bg-storeBG.p-5.xs\:p-7.rounded-md.mb-5.relative.transition-height.duration-1000 span.text-store-text-secondary{
    color: #038957;
}

/* brands page */
.brand-item{
    padding: 0;
}



/* profile page */
.profile .s-user-menu-dropdown-item i svg{
    fill: #038957;
}
.profile h1.font-bold.text-lg.text-center.mb-10.text-store-text-primary{
    color: #038957;
}




/* wishlist page */
.product-entry.product-entry--wishlist {
    border: 1px solid #eee;
    border-radius: 24px;
    transition: all .3s ease;
}
.product-entry.product-entry--wishlist:hover {
    border: 1px solid #038957;
}
.product-entry.product-entry--wishlist:hover a {
    color: #038957;
}
.product-entry.product-entry--wishlist a {
    font-size: 12px;
    font-weight: 500;
}
.product-entry.product-entry--wishlist button.undefined.s-button-element.s-button-btn.s-button-outline.s-button-primary-outline.s-button-loader-center{
    border: 1px solid #038957!important;
}


/* offers modal */
span.s-offer-modal-header-icon {
    background: #038957;
}
.s-offer-modal-header-icon svg{
    fill: #ffffff;
    transform: rotate(0deg);
    animation: rotation 5s linear infinite;
}
@keyframes rotation{
    0% {fill: #ffffff;transform: rotate(0deg);}
    50% {fill: #FFD700;transform: rotate(90deg);}
    100% {fill: #ffffff;transform: rotate(180deg);}
}




/* footer */
.store-footer__curve {
    color: #038957;
}
.store-footer{
    background-color: #038957;
}
.store-footer__inner, .store-footer__newsletter{
    background-color: #038957;
}
.store-footer__contacts-row{
    background-color: #038957;
}
.footer-list>a{
    transition: all .3s ease;
}
.footer-list>a:hover{
    color: #038957;
    transition: 0s;
}

a.flex.items-center.justify-center.m-0 img{
    opacity: 0;
}
a.flex.items-center.justify-center.m-0 {
    background: url(https://i.imgur.com/VuFwY9e.png);
    content: "";
    display: block;
    width: auto;
    height: auto;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}


/* --------- responsive --------- */
.mm-spn li a, .mm-spn li span{
    font-size: 12px;
    font-weight: 500;
}
@media only screen and (max-width: 991px){
    .advanced-slider .swiper,
    .s-block.s-block--circle-links.circle-links-1 .lg\:px-8,
    .banner--fixed img,
    nav.breadcrumbs.w-full.py-5
    {
        border-radius: 0!important;
    }
}







/* start testing */



















/* end testing */