/* Add custom CSS styles below */ 

:root {
    --main-color:  #678bc1;;
    --white-color: #fff;
    --body-color: #e3e3e3;
}
body {
background-color: var(--body-color)!important;}

/* header */
body.index section{margin-block:10px}
.top-navbar{
    background-image: url('https://cdn.salla.sa/form-builder/f0Q4Grml65dXsqBQrDzPuNDgD4ifZLo9N0wbKLPA.png') !important;
    background-size: cover; 
    background-position: center;
    background-repeat: no-repeat; 
       width: 100%; 
    color:var(--white-color)!important;}
.header-btn__icon {
    background: var(--main-color)!important;
    border-color:var(--main-color)!important;
    color: var(--white-color)!important;}
.bg-inherit {
padding: 10px 0;
}

/**    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 ***/

/*  Ø§Ù„Ø§Ù‚Ø³Ø§Ù… Ø§Ù„Ø±Ø¦ÙŠØ³ÙŠØ©*/
h4.animate__animated.leading-tight{font-size: 1.3rem !important;}

/* products */
.IRT__form_content .s-product-card-content-footer salla-add-product-button .s-button-btn, .IRT__form_content .s-product-card-content-footer salla-add-product-button .s-button-icon {
    border-radius: 20px 20px 0 0 !important;
}
.s-product-card-content{
        padding: 0px !important; }
.s-slider-block__title-right h2,.s-product-card-content-title a  {
    color:#4a76b7   !important;
}

.s-product-card-content * {
    text-align:center;
    justify-content:center !important;}
.IRT__pormotion span {
    color: #ffffff;}
.btn{border:transparent}
img.lazy.s-product-card-image-contain.loaded {
    background: #ffffff;
}
span.s-product-card-sale-price {color:var(--main-color)!important;}
.s-products-slider-slider custom-salla-product-card {
border: 2px solid;
 border-image: linear-gradient(to bottom, #256ca2, rgba(37, 108, 162, 0.3), transparent) 1;
 box-shadow: 2px 2px 3px 2px rgba(164, 163, 161, 0.5);
}
.s-slider-nav-arrow svg {
   
    fill: #4a76b7 !important;;
}
/* اراء العملاء */
.s-reviews-header-wrapper {
    justify-content:center;
}
/* faq */
.faq-section {
    background: var(--body-color)!important;
}
.faq-item.p-4 {
    border-radius: 0 0 10px 10px !important;;
    border-bottom: 3px solid #456ca6 !important;; 
}
.faq-section lord-icon {display:none;}
@media(max-width:767px){
  /* footer */
 .container.grid.grid-col-1.lg\:grid-cols-6.gap-8.lg\:gap-6 * {
    text-align:center;
    align-items:center;
    justify-content:center
}

}




/* قائمة عناصر */

.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 .banner-entry{
   height: 367px;
  background:#e3e3e3 ;
 }
.two-row .banner-entry:first-child {
    grid-row: unset;
}

@media(max-width:767px){

.grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

    .grid.md\:grid-cols-3.two-row.grid-flow-row.gap-3.sm\:gap-8 .banner-entry{
 height: 223px;
 }

}