/* Add custom CSS styles below */ 
/* Add custom CSS styles below */ 
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@300;400;700;800&display=swap');
@import url("https://site-assets.fontawesome.com/releases/v6.4.2/css/all.css");
body *:not(i) {
  font-family: 'Cairo', sans-serif;
}
body {
    background-color: #B6A58E !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder {
    margin-top: 0;
}
section.s-block.s-block--fixed-banner.wide-placeholder:not(section:last-of-type) > .container {
    padding: 0px !important;
    width: 100% !important;
    max-width: unset;
}
.banner--fixed img {
    border-radius: 0px !important;
    background-color: transparent !important;
}

.navbar-brand img {
    max-height: 5rem !important;
}
.s-product-card-entry * {
    text-align: center;
    justify-content: center;
}
.s-products-slider-wrapper .swiper .swiper-wrapper>div {
    padding-bottom: 20px !important;
}
.s-product-card-entry {
    border-radius: 15px !important;
    box-shadow: 5px 5px 7px #f5f5f5;
    overflow: hidden;
border: 2px solid #233139;
    background: transparent;
}
.s-product-card-content {
    padding-bottom: 0;
    margin-bottom: 0;
}
.s-product-card-content-footer .s-button-primary-outline {
    width: 90%!important;
    margin-left: auto;
    left: 3rem;
    border-radius: 20px 0 0;
    background-color: #233139 !important;
    color: #fff !important;
     bottom: -2px;
}
.s-product-card-content-footer .s-button-primary-outline:before, .s-product-card-content-footer salla-add-product-button[product-status=out]:before {
    content: "";
    background: url("https://i.ibb.co/NnnvgyV/wired-lineal-146-trolley-1.gif") 0 0/contain;
    width: 35px;
    margin-left: 5px;
    position: absolute;
    left: -3rem;
    height: 35px;
    display: inline-block;
}
.s-button-text {
    display: flex;
    justify-content: center;
    align-items: center;
}
.s-product-card-content-footer .s-button-primary-outline .s-button-text i {
    display: none;
}
@media (max-width: 767px) {
    .s-product-card-content-footer .s-button-text {
        font-size: 13px!important;
    }
}
.s-product-card-image img {
    object-fit: cover;
    background:  transparent;
}
.s-product-card-content-title a {
    text-align: center;
    font-size: 16px;
    font-weight: bold !important;
    color: #233139!important;
}
.s-product-card-sale-price {
    color: #fff;
}
.s-block__title h2, .s-slider-block__title h2 {
    position: relative;
    font-size: 1.3rem;
    margin-right: 6px;
    color: #233139;
}
.s-block__title h2:before, .s-slider-block__title h2:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 5px;
    background: #233139;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
    margin-right: -10px!important;
}
.store-footer__inner {
 
    background: #233139;
    background: linear-gradient(16deg, #233139 0%, #B6A58E 0%);
    border-bottom: none;
}
.store-footer {
    background-color: #233139;
}
.store-footer__inner * {
    text-align: center;
    justify-content: center;
}
.store-footer * {
    color: #233139;
    border-color: #fff !important;
}
i.sicon-menu {
    color: #fff;
    background: #233139;
    box-shadow: rgba(17, 12, 46, 0.15) 0px 48px 100px 0px;
    padding: 8px;
    border-radius: 50px;
}
i.sicon-menu:before {
    content: '\f142';
    font-family: 'fontawesome';
    color: #B6A58E;
}
i.header-btn__icon.sicon-user-circle, i.header-btn__icon.icon.sicon-shopping-bag{
    color: #B6A58E !important;
    background: #233139;
}
i.header-btn__icon.sicon-user-circle:before {
    content:'\f0c0';
    font-family: 'fontawesome';
}
i.header-btn__icon.icon.sicon-shopping-bag:before {
    content:'\f291';
    font-family: 'fontawesome';
}
.top-navbar {
    padding-top: 15px;
    background-color: #233139 !important;
    color: #fff !important;
}
.s-slider-block__display-all, .s-block__display-all{
    padding:5px;
    color: #233139 ;
    margin: 10px 0;
    border-radius: 0 15px 0 15px;
    animation: signal 1200ms linear infinite;
}
@keyframes signal {
    0% {
        box-shadow: 0 0 0 0 #233139 ;
    }
    100% {
        box-shadow: 0 0 0 5px 233139;
    }
}
@media (max-width: 767px) {
    .mm-ocd__content:has(nav#mobile-menu)::before {
        content: "";
        display: block;
        background-size: 400% 400%;
        animation: gradient 15s ease infinite;
        left: 0;
        width: 60%;
        height: 220px;
        margin-left: auto;
        margin-right: auto;
        border-radius: 64% 36% 50% 50% / 35% 56% 44% 65% ;
        margin-bottom: 40px;
        margin-top: 40px;
    }
    .mm-ocd__content:has(nav#mobile-menu)::after {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        transform: translate(50%, 50%);
        width: 50%;
        height: 160px;
        background: url(https://cdn.salla.sa/cdn-cgi/image/fit=scale-down,width=400,height=400,onerror=redirect,format=auto/nbQvy/MGjlfbea0kQgAsN3XBAKkipvWEzQzOkVNly5fbSL.png);
        background-position: 50%;
        background-size: contain;
        background-repeat: no-repeat;
        overflow: visible;
        z-index: 9999;
    }
    .mm-spn.mm-spn--navbar.mm-spn--main {
        margin-right: 0;
        margin-left: auto;
        background: transparent;
        color: #fff;
        border-radius: 15px;
    }
    .mm-ocd__content {
        background: #233139 ;
    }
    .mm-spn.mm-spn--navbar:after {
        text-align: center !important;
        margin-top: -10px;
        border-radius: 0px 0px 0px 15px;
        background: #fff;
        color: #233139;
    }
    .mm-spn.mm-spn--navbar ul:before {
        border: 0px !important;
    }
    .mm-spn ul {
        color: #233139;
        margin-top: 20px;
        background: #fff;
        border-radius: 30px 0px;
    }
}
.s-block--features__item {
    box-shadow: none !important;
    background: transparent !important;
}
.s-block--features__item:first-of-type .feature-icon {
    background: url(https://i.ibb.co/p2C9yJg/2.png);
    width: 100px;
    height: 100px;
    background-size: contain;
}
.s-block--features__item:nth-of-type(2) .feature-icon {
    background: url(https://i.ibb.co/NmXrq6W/wired-outline-497-truck-delivery.gif);
    width: 100px;
    height: 100px;
    background-size: contain;
}
.s-block--features__item:nth-of-type(3) .feature-icon {
    background: url(https://i.ibb.co/FnFrYDY/1.png);
    width: 100px;
    height: 100px;
    background-size: contain;
}
.s-block--features__item .feature-icon i, .s-block--features__item p {
    display: none;
}
.s-block--features__item h2 {
    font-size: 18px;
    color: #233139;
}


.main-nav-container.fixed-header .inner{
    padding: 10px;
    border-radius: 0 0 50px 50px;
}

section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.8rem;
}

.two-row .banner-entry:first-child {
    grid-area: 1/1/1/1;
}

a.banner-entry.square-photos {
    background: transparent;
}

a.banner-entry.square-photos > div {
    background-size: contain;
    background-repeat: no-repeat;
}

@media (min-width:1024px) {
    a.banner-entry.square-photos {
    height: 232px;
}
}
@media (max-width:992px) {
    a.banner-entry.square-photos {
    height: 91px;
}
}
.testimonials-slider .testimonial {
    border: 2px solid #233139;
    border-radius: 50px;
    color: #233139;
    background: transparent;
}