select::-ms-expand {
    display: none;
}

/* 22-04-24 */
.megamenu-magdelight-custom {
    display: inline-block;
    width: 100%;
    background: #686868;
    margin: 10px 0 0 0;
}

.megamenu-magdelight-custom .section-item-content .menu-container {
    max-width: max-content;
    margin: 0 auto;

}

.megamenu-magdelight-custom .menu.horizontal {
    background: #686868 !important;
    width: 100% !important;
}
.megamenu-magdelight-custom .section-item-content .menu-container .menu > ul > li:hover {
    background: #8b0000;
}

.block-minicart .minicart-items .product-item-details .update-cart-item {
    display: block;
    margin: 10px 0 0 0;
}

.account .sidebar .nav{
    flex-direction: column;
}

#whatsappchat a.bottom-left {
    bottom: 20px!important;
}

.header-links-column .mobile-container p{
    margin: 12px 0 0px 10px;
    display: inline-block;
    font-family: Rubik;
    font-size: 13px;
    color: #fff;
    line-height: 1.66;
}
.header-links-column .mobile-container p a{
    color: #fff;
}
@media screen and (min-width:320px) and (max-width:767px) {

    .header-links-column .mobile-container p {
        margin: 0;
    }

    .megamenu-magdelight-custom .section-item-content .menu-container {
        max-width: 100%;
    }
    .megamenu-magdelight-custom .section-item-content .menu-container .menu.horizontal>ul>li>a,
    .megamenu-magdelight-custom .section-item-content .menu-container .menu.horizontal-vertical>ul>li>a {
        color: #ffffff;
    }
    .megamenu-magdelight-custom .section-item-content .menu-container .menu.horizontal > ul > li span.plus:before {
        color: #fff;
    }
    .megamenu-magdelight-custom .section-item-content .menu-container .menu > ul > li:hover {
        background: transparent;
        color: #fff;
    }
    .megamenu-magdelight-custom .section-item-content .menu-container .menu.horizontal > ul > li:hover span.plus:before {
        color: #fff;
    }
    .megamenu-magdelight-custom .section-item-content .menu-container .menu > ul > li span.plus.active:before {
        content: "\f068";
    }
}


@media only screen and (min-width: 767px) {

    .megamenu-magdelight-custom .menu.horizontal .product-menu.dropdown,
    .megamenu-magdelight-custom .menu.horizontal,
    .megamenu-magdelight-custom .section-item-content .menu-container .menu>ul {
        position: unset !important;
    }
    .megamenu-magdelight-custom .section-item-content .menu-container .menu > ul > li.active {
        background: #ff5501;
    }
}

@media screen and (min-width:1300px) and (max-width:1490px) {
    .megamenu-magdelight-custom .section-item-content .menu-container .menu>ul>li>a {
        padding: 0.9em 16px;
    }
}

body .sidebar .block.filter .filter-options .filter-options-content{
    display: none !important;
}
body .sidebar .block.filter .filter-options-item.allow.active .filter-options-content{
    display: block !important;
}

.filter-options-title:before{
    content: "\f107";
    font-size: 18px;
    font-weight: normal;
    font-family: "FontAwesome";
    margin: 2px 0px 0 12px;
    color: #333;
    line-height: 18px;
    float: right;
}