:root {
    --main-color: #383b28;
    --white-color: #fff;

}
body{
    background-color:#fff !important;

}
/**header***/

header.store-header  .inner.bg-inherit {
    background-color:var(--main-color) !important;
}

header.store-header ul li span {
    color:#fff;
}
.navbar-brand img {
    max-height: 5rem
}

.main-nav-container i.header-btn__icon.sicon-user-circle,
.main-nav-container i.header-btn__icon.icon.sicon-shopping-bag{
    background-color: var(--main-color) !important;
    color:white;
    
}

.main-nav-container span.s-cart-summary-count {
    background-color:white;
    color:var(--main-color);
    border:1px solid var(--main-color);
    
}
.main-nav-container b.s-cart-summary-total{
  color:#fff;
}
/*******hrader******/
/**    silder block ***/
section.s-block.s-block--photos-slider {
    margin-top: 0;
}
section.s-block.s-block--photos-slider .swiper-slide {
    padding: 0 !important;
    margin: 0 !important;
    width: 100% !important;
}
section.s-block.s-block--photos-slider .swiper-slide,
section.s-block.s-block--photos-slider .swiper-slide img {
    border-radius: 0 !important;
}
section.s-block.s-block--photos-slider .swiper.s-slider-container {
    padding: 0 !important;
}
.home-slider.photos-slider .s-slider-block__title-nav {
    display:none !important;
}
/** End silder block ***/
/** banners blocks ***/
section#IRT__photos-slider-0
{
    margin-bottom: 0 !important;
}
section.s-block.s-block--fixed-banner.wide-placeholder > .container {
    padding: 0 !important;
    margin: 0 !important;
    max-width: unset !important;
}
.banner--fixed img {
    border-radius: 0 !important;
}
section.s-block.s-block--banners.container a.banner-entry.square-photos {
    background-color: transparent;
    height: 450px;
}
/** End banners ***/

/**********grid***************/
    section.s-block.s-block--banners.container .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
/*********grid********/
/*********منتجات******/
button.s-button-element.s-button-btn.s-button-outline.s-button-wide.s-button-primary-outline.s-button-loader-center {
    background-color:var(--main-color);
    color:#fff;
    border-radius:20px;
}

custom-salla-product-card .s-product-card-image {
    background-color: transparent;
}
custom-salla-product-card .s-product-card-content * {
    text-align:center;
    justify-content:center;
}
custom-salla-product-card {
    border:1px solid var(--main-color);
    transition:0.5s !important;
        overflow: hidden;
}
custom-salla-product-card:hover{
    transform:translateY(-10px);
box-shadow: 3px 3px 5px 4px #ddd !important;
border:1px solid   ;
    
}
body.index salla-products-slider.s-products-slider-wrapper.hydrated .swiper.s-slider-container {
    padding:30px 0 !important;

}
.product-index salla-products-list.flex-1,
 .product-index-offers  salla-products-list.flex-1
 {
    padding-top: 30px !important;
    padding-inline: 15px !important;
}
/**************/

body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13)  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) a.banner-entry.square-photos

 {
    background-color: transparent;
    height: 198px;
}

footer.store-footer {
    background-color:var(--main-color);
    color:#ffff !impoetant;
    border-top-left-radius:95px;
    border-top-right-radius:95px;
}

.store-footer__inner {
    background-color:transparent !important;
}

footer .md\:flex.items-center.justify-between.py-4.container.text-center p {
    color:#fff;
}

div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > a > img{
    width:60%;
    
}
  div.app-inner.flex.flex-col.min-h-full > footer > div.store-footer__inner > div > div.lg\:col-span-2.rtl\:lg\:pl-20.ltr\:lg\:pr-20 > p:nth-child(3){
    margin-block:10px;
}

a.flex.items-center.m-0 {
    justify-content:center;
    height:100px;
}

salla-social.mb-6.s-social-list.hydrated {
    justify-content:center;
}

.faq-item {
    background-color: #f1f2e5;
    border-bottom: 3px solid var(--main-color);
}
footer a[href*=instagram] {
    background: linear-gradient(45deg, #f09433 0, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
color:white;

}
footer a[href*=tiktok] {
   background:black;
    color:white;
}
footer a[href*=snapchat] {
    background:yellow;
    color:black;

}
.store-footer [title="youtube"]{
    background-color:#f60039;
}
@media(max-width:992px){
i.sicon-menu.text-primary.text-2xl {
  padding:8px;
  background-color:#fff;
  border-radius:50px;
}
    section.s-block.s-block--banners.container .md\:grid-cols-3 {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
    section.s-block.s-block--banners.container a.banner-entry.square-photos {
    height: 120px;
}

body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) .md\:grid-cols-3{
   display:flex !important;
    flex-wrap:wrap;
    justify-content:center;
    align-items:center;
}
body.index > div.app-inner.flex.flex-col.min-h-full > section:nth-child(13) a.banner-entry.square-photos

 {
    background-color: transparent;
    flex-basis:45%;
    height: 92px;
}
footer.store-footer {
    border-top-left-radius:60px;
    border-top-right-radius:60px;
}
footer.store-footer * {
    text-align:center;
    justify-content:center;
    align-items:center;
}
}