/* Fonts */
@import url('https://fonts.googleapis.com/css2?family=Cairo:wght@200..1000&family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

/* Header Start */
#mainnav {
    height: unset !important;
}
@media (min-width: 768px) {
    body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
        max-width: 170px;
        width: 170px !important;
    }
}
@media (max-width: 992px) {
    body.index #mainnav:not(#mainnav.fixed-pinned) .navbar-brand img {
        max-width: 140px;
    }
}

/* fw */
section.s-block.s-block--photos-slider {
    margin-top: 0;
    margin-bottom: 4%;
}
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;
}

/* products */
.s-block--best-offers {
    margin-bottom: 5%;
}
custom-salla-product-card {
    height: 100% !important;
}
.image-title .title-heade {
  background-color: transparent;
}
.image-title h1 {
    padding: 0 !important;
    color: #fff !important;
}

/* Categories List Start */
section:nth-child(2 of .s-block.s-block--banners.container) {
    margin-bottom: 3%;
}
section.s-block.s-block--banners.container .grid {
    grid-template-columns: repeat(4,minmax(0,1fr)) !important;
}
.two-row .banner-entry:first-child {
    grid-column: 1 / 1;
    grid-row: 1 / 1;
}
a.banner-entry {
    height: 300px;
    background-color:unset;
    transition: 0.2s;
}
a.banner-entry:hover {
    transform: scale(1.04)
}
section.s-block.s-block--banners.container .lazy__bg.lazy.entered.loaded{
    background-size: contain;
    background-repeat: no-repeat;
}

@media(min-width:768px) and (max-width:1200px){
    a.banner-entry{
        height: 225px;
    }
}
@media(max-width:768px){
    section.s-block.s-block--banners.container .grid {
        grid-template-columns: repeat(2,minmax(0,1fr)) !important;
    }
    a.banner-entry{
        height: 300px;
    }
}
@media(max-width: 480px){
    a.banner-entry{
        height: 190px;
    }
}
/* Categories List End */

/* Cust Opinions */
.section_c_r .content_tistimonial .imag_raduse {
  max-width: 65px;
  height: 65px;
}

/* footer */
.store-footer > div > .m-auto *:not(i) {
    color: #fff !important;
}
#mc-embedded-subscribe {
    background: #fff !important;
    color: var(--color-primary) !important;
}
#mce-EMAIL {
    color: #000;
}
.store-footer + div *,
.copyright-text p {
    color: #fff;
}
.copyright-text a:hover {
    color: #bbb;
}