/* Header */
.navbar-brand img {
    max-height: 8rem;
    width: auto;
    max-width: 100px;
}
#mainnav {
    height: unset !important;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 100px;
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0%;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper,
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    padding: 0;
}
section.s-block.s-block--photos-slider salla-slider.photos-slider .swiper-slide {
    width: 100%;
}
section.s-block.s-block--photos-slider .s-slider-block__title-nav {
  display: none;
}
@media (max-width: 768px) {
    section.s-block.s-block--photos-slider {
        margin-top: 5%;
    }
}

/* cats */
@media (max-width: 768px) {
    .q_cate .categories_slider, .q_cate .categories_grid {
        grid-template-columns: repeat(4, 1fr);
    }
    .card_category {
        grid-column: span 2;
    }
    .card_category:last-child {
        grid-column: 2/4;;
    }
    .q_cate .card_category .no_color {
        color: #fff !important;
    }
    /*  */
    .card_category:nth-child(2) .no_color:before,
    .card_category:nth-child(3) .no_color:before,
    .card_category:nth-child(4) .no_color:before {
        width: unset !important;
        right: 9% !important;
        left: unset !important;
    }
}
.card_category:nth-child(2) .no_color,
.card_category:nth-child(3) .no_color,
.card_category:nth-child(4) .no_color {
    color: transparent !important;
}
.card_category:nth-child(2) .no_color:before,
.card_category:nth-child(3) .no_color:before,
.card_category:nth-child(4) .no_color:before {
    content: 'مستلزمات المواليد';
    color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.card_category:nth-child(3) .no_color:before {
    content: "استحمام الأطفال";
}
.card_category:nth-child(4) .no_color:before {
    content: "مستلزمات الأطفال";
}

/* about products */
.about_products .main_slider .mySwiper *:not(span, button) {
    color: #1C1C1C !important;
}
.about_products .sub_container {
    background-image: radial-gradient(#A4BDEFCC, #5871A5CC)
}

/* slider-image */
section:nth-child(2 of .slider-image) .text-wrapper {
    max-width: 700px;
}
@media (max-width: 768px) {
    .slider-image .slider-text {
        justify-content: center !important;
    }
    .slider-image h3,
    .slider-image p {
        color: #fff !important;
    }
}

/* featuers_store */
.featuers_store {
    background-color: #E5EEFF;
    padding: 3%;
}