.menu-mobile {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background-color: #fff;
    box-shadow: 5px 14px 23px 13px #888888;
    padding: 19px 9px;
    display: none;
}
.menu-mobile-box > ul {
    display: flex;
    gap: 18px;
    justify-content: space-around;
    margin-bottom: 0px;
}
.menu-mobile-box ul li {
    margin: 0;
    text-align: center;
    list-style-type: none;
    position: relative;
}
.menu-mobile-box svg {
    width: 28px;
}
.menu-mobile-box .home-svg {
    width: 24px;
}
.menu-mobile-box p{
    color: #000;
    font-size: 15px;
    font-weight: 300;
    white-space: nowrap;
    margin-top: 2px;
    margin-bottom: 0;
}
.menu-mobile-box .active a p {
    color: #56a9dd !important;
}
.menu-mobile-box .sale-svg {
    width: 27px;
}
.content-contact{
    width: 52px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    height: 218px;
    background-color: #fff;
    left: -3px;
    top: -139px;
    box-shadow: 0 -5px 24px -5px #888888;
    z-index: -1;
    padding-top: 26px;
    border-radius: 43px;
    display: none;
}
.list-contact.active .content-contact {
    display: block;
    animation: slideIn 0.5s forwards;
}
.menu-mobile-box ul li img {
    height: 35px;
    width: auto;
}
.menu-mobile-box .svg-cart {
    width: 24px;
}
.menu-mobile-box ul li:last-child button {
    background-color: transparent;
    border: none;
    font-size: 17px;
    white-space: nowrap;
}
.content-contact-item-phone {
    margin-top: 20px;
}
.content-contact-item.content-contact-item-phone{
    margin-top: 20px;
}
.menu-mobile-box .nav-mobile img{
    margin-bottom: 6px;
}
.fixHotDesktop{
    position: fixed;
    right: 0;
    bottom: 30%;
    z-index: 999;
}
.itemSociDes a{
    display: table;
    background-color: #C71B1B;
}
.itemSociDes:nth-child(1) a{
    padding: 8px 5px 0px 5px;
    border-top-left-radius: 10px;
}
.itemSociDes:nth-child(2) a{
    padding: 10px 5px 0px 5px;
    border-bottom-left-radius: 10px;
}
.itemSociDes a:hover{
    background-color: #e90c0c
}
#footer .back-to-top{
    display: none;
}
.hotline_devmd .back-to-top{
    width: 36px;
    min-width: 36px !important;
    height: 36px;
    min-height: 36px !important;
    line-height: 30px !important;
    margin: 0;
    right: 5px;
    color: #fff;
    background-color: #044f2b !important;
    border-color: #03301a !important;
    display: block !important;
}

@keyframes slideIn {
    from {
      transform: translateY(100%);
    }
    to {
      transform: translateY(0);
    }
}

@keyframes slideOut {
    from {
      transform: translateY(0);
    }
    to {
      transform: translateY(100%);
    }
}

@media screen and (max-width: 800px) {
    .menu-mobile{
        padding: 5px 5px 0px 5px;
    }
    .menu-mobile{
        display: block !important;
    }
    .fixHotDesktop,
    .hotline_devmd{
        display: none;
    }
}
@media screen and (max-width: 580px) {
    .menu-mobile-box > ul{
        gap: 12px;
    }
    .menu-mobile-box p{
        font-size: 13px;
    }
}
@media screen and (max-width: 500px) {
    .menu-mobile-box > ul{
        gap: 10px;
    }
    .menu-mobile-box ul li img{
        height: 25px;
    }
    .menu-mobile-box ul li:last-child img {
        height: 24px;
        margin-bottom: 0px;
    }
}
@media screen and (max-width: 390px) {
    .menu-mobile-box > ul {
        gap: 5px;
    }
}