@media (min-width: 992px) {
    .menu-bottom{
        display: none;  
    }
}

@media (max-width: 992px) {
    .zalo-chat-widget {
        bottom: 100px !important;
    }
}

.menu-bottom{
    position: fixed;
    width: 100%;
    bottom: 0;
    background-color: #fff;
    z-index: 1000000000000 !important;
}
.menu-bottom a p{
    font-size: 12px;
}

@media (max-width: 405px) {
    .menu-bottom a p{
        font-size: 13px;
    }
}
.item-title {
    color: #e61c24;
    font-weight: 600;
}

.menu-bottom-card {
    background-color: #F1F2F2;
    box-shadow: rgba(0, 0, 0, 0.06) 0px 2px 4px 0px inset;
    padding-top: 15px;
    padding-bottom: 5px;
    display: none;
}
.menu-bottom-custom{
    border-radius: 100px !important;
    width: 100%;
    background-color: #fff
}

.custom-font {
    font-family: 'GMVURWGeometric-Regular';
}

.show-menu-bottom-card {
    display: inherit !important;
}
.menu-bottom .active {
    background-color: #e61c24;
}
.menu-bottom .active .item-title {
    color: #fff;
    font-weight: 600;
}

.button-active { 
    background-color: #e61c24 !important;
    color: #fff;
}
.custom-p {
    margin-bottom: 0 !important;
}
.custom-pt {
    padding: 10px 0;
}