@media (min-width: 1920px) {
    .col-xxxl-5col {
        width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-xl-5col {
        width: 20%;
    }
}

@media (max-width: 576px) {
    /* Mobile: xs and below */
    .logo-header a {
        font-size: 15px !important;
    }

    .logo-header img {
        height: 45px !important;
    }
}

.font-weight-mobile-bold {
    font-weight: bold;
    color: var(--primary);
}

.header-flags {
    font-size: 15px;
}

.no-hover {
    background-color: unset !important;
    border: unset !important;
}

.page-item.active span {
    background-color: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    color: #fff !important;
}

html, body {
    overflow-x: hidden; /* Prevent horizontal scrolling */
}

#lightgallery .swiper-slide {
    opacity: 0 !important;
}

#lightgallery .swiper-slide.swiper-slide-active {
    opacity: 1 !important;
}

#setFilters {
    background-color: var(--primary) !important;
}

.mega-menu.shop-menu {
    background-image: url(../images/leaf-background1.png);
    background-repeat: repeat-y;
    background-size: cover;
}

@media only screen and (max-width: 991px) {
    .mega-menu.shop-menu {
        display: none;
    }
}
