/* Add custom CSS styles below */ 
 :root {
    --main-color: #366d94;
    --white-color: white;
    --black-color:black;
}

/********************* body ************************/

body{
    background-color:var(--white-color);
}
/********************* header ************************/
i.header-btn__icon.icon.sicon-cart, i.header-btn__icon.sicon-user {
    color: var(--main-color);
    background-color: var(--white-color);
    border-radius: 20px;
}
.inner.bg-inherit {
    background-color: var(--main-color);
}
span.header-btn__icon.icon.sicon-search {
    color: var(--white-color);
}
/************  slider **************/
body.index > div.app-inner > .s-block.banners-slider.banners-slider--0.slide:first-of-type {
    margin-top: 20px !important;
}
@media (max-width: 480px){
  body.index > div.app-inner > .s-block.banners-slider.banners-slider--0.slide:first-of-type {
    margin-top: 0px !important;
}
}




المنتجات
/************  products **************/

button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline {
        background-color:  var(--main-color);
    border-radius:30px;
    color:var(--white-color);

}
button.s-button-element.s-button-btn.s-button-outline.s-button-sm.s-button-wide.s-button-primary-outline:hover{
     background-color: var(--main-color);

}
/************  Section 2 **************/
@media (max-width: 480px){
  salla-slider .slide--one-fourth{
    max-width:150px;
}
}


/************  Features **************/
.s-block--enhanced-features__item.group.overflow-hidden {
    background-color: var(--main-color);
    color:var(--white-color);
}

.s-block--enhanced-features__item h2 {
    color:white;
}
 .s-block--enhanced-features__item p{
     display:none;
 }
@media (max-width: 380px){
    .s-block--enhanced-features__item.group.overflow-hidden{
        padding-block:5px
    }
    section.s-block.s-block--enhanced-features.container .grid {
        gap:3px
    }
}

/************ footer **************/

.store-footer__inner{
     position: relative;
    margin-top:15rem;
    background-color:#366d94!important;
    color:white
}

.store-footer__inner::before {
    content:"";
    position:absolute;
    background-image:url("https://i.postimg.cc/rpZtNVRt/f.png");
    width: 100%;
    height: 290px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left:50%;
    t;
    top: -100px!important;
    transform: translate(-50%, -50%);
}


@media (max-width: 767px){
  
    .store-footer__inner{
    margin-top:60px;
}
    /* .store-footer__inner::before {
    content:"";
    position:absolute;
    background-image:url("https://i.postimg.cc/rpZtNVRt/f.png");
    width: 100%;
    height: 50%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    left:0%;
    top: -158px!important;
    transform:translatey(-50%);
}   */
    
.store-footer__inner::before {
    content:"";
    position:absolute;
    background-image:url("https://i.postimg.cc/rpZtNVRt/f.png");
     width: 100%;
     height: 100px;
     background-size: contain;
     background-repeat: no-repeat;
     background-position: center;
     left:50%;
     top: -28px!important;
     transform: translate(-50%, -50%);
    
}
}

google-site-verification: googled9c6e6cab049b80f.html