/* Font */
@font-face {
  font-family: 'DINNextLTArabic-Regular-3.ttf';
  src: url('https://wpazzrk.github.io/Moaaz/Fonts/DINNextLTArabic-Regular-3.ttf');
  font-weight: normal;
  font-style: normal;
}
body {
  font-family: 'DINNextLTArabic-Regular-3.ttf', sans-serif;
}

/* LOGO */
.navbar-brand img {
    max-height: 7rem;
    max-width: 180px;
}

/* Header */
.store-header,
.store-header *,
.store-header .marquee,
.store-header .marquee *,
.store-header .top-navbar,
.store-header .top-navbar *,
.store-header .main-nav-container,
.store-header .main-nav-container *,
.store-header .header-buttons *,
.store-header .s-contacts *,
.store-header .desktop-menu *,
.store-header .main-menu *,
.store-header .menu-item-link,
.store-header .menu-item-link *,
.store-header a,
.store-header span,
.store-header div,
.store-header button,
.store-header i:not(.sicon-flash) {
  background-color: #fff !important;
}
.top-navbar {
    display: none;
}
.main-nav-container.fixed-pinned .navbar-brand img {
    max-height: 70px;
}
#mainnav {
    height: unset !important;
}
.main-menu {
    justify-content: start !important;
}

/* main banner */
.slider_image img {
    max-width: 180% ;
}

/* special_categories */
@media (max-width: 992px) {
    .special_categories .h-\[648px\] {
        height: unset;
    }
}

/* main_banner 2 */
section:nth-child(2 of .main_banner) .custom_container {
    width: 100%;
}
section:nth-child(2 of .main_banner) .slider_content {
    margin: 0;
    grid-column: 1/4;
    align-items: center;
    text-align: center;
}
@media (min-width: 992px) {
    section:nth-child(2 of .main_banner) .md\:\!h-\[600px\] {
        height: 800px !important;
    }
}
@media (max-width: 576px) {
    section:nth-child(2 of .main_banner) p {
        font-size: 12px !important;
        padding-inline: 3rem;
    }
}

/* cats */
@media (min-width: 1024px) {
    .al-categories .lg\:grid-cols-6 {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
    .al-categories .lg\:grid-cols-6 > a:first-child {
        grid-column: 2/3 !important;
    }
}

/* products */
.s-block--best-offers .s-slider-block__title {
    visibility: hidden;
}
.special_category_offer .w-fit a {
    background-color: #fff;
}
.special_category_piece_number {
  display: none;
}
@media (min-width: 768px) {
    .s-product-card-vertical:hover .s-product-card-content-footer .s-button-btn {
        color: #fff;
    }
    .s-product-card-vertical:hover .s-product-card-buttons .s-product-card-eye-btn button {
        color: #fff;
    }
    .s-product-card-vertical:hover .s-product-card-buttons .s-product-card-wishlist-btn button {
        color: #fff;
    }
}

/* feq_section */
.feq_section .layout {
    background: unset;
}

.store-footer * {
    background-color: #2E3841 !important;
    color: #fff !important;
}
.store-footer img.logo {
    visibility: hidden;
}
@media (max-width: 768px) {
    /* AL_best_seller */
    .AL_best_seller .h-\[580px\] {
        height: 40vh !important;
    }
    
    /* footer */
    .store-footer * {
        text-align: center !important;
        margin-inline: auto;
    }
    .store-footer .container.grid {
        grid-template-columns: 1fr;
    }
}