@media(max-width: 768px){
    .iconHotline {
        top: 15px;
        position: relative;
    }

    .numberHotline {
        position: relative;
        top: 10px;
        right: 10px;
    }
    .small--hide {
        display: block !important;
        bottom: 25% !important;
    }
}

div#protab1 iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
}

.ew-alo-phone {
    bottom: 35%;
}
a.loadChat {
    bottom: 50px !important;
}
.blockImgDesktop, .blockImgDesktop iframe {
    height: 340px !important;
}
.blockImgDesktop{
    display: block !important;
}
span.buyNow {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #c0020f;
    padding: 8px 0;
    border-radius: 25px;
    color: #fff;
    font-size: 13px;
    width: calc(100% - 30px);
    margin-left: 15px;
}

.product-item {
    padding-bottom: 15px;
}

/*purchase*/
.purchase-people {
    position: fixed;
    bottom: 20px;
    left: 20px;
    z-index: 100;
    width: 320px;
    min-height: 105px;
    opacity: 0;
    visibility: hidden;
    transition: .45s all
}

.purchase-people.show {
    opacity: 1;
    visibility: visible
}

.purchase-people .purchase-content {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    margin: 0 -9px;
    background: #fff;
    transition: .5s ease all;
    opacity: 0;
    visibility: hidden;
    box-shadow: 0 0 7px 1px #ccc;
    border-radius: 10px;
}

.purchase-people .purchase-content.showP {
    opacity: 1;
    visibility: visible
}

.purchase-item {
    display: flex;
    align-items: center;
    justify-content: flex-start
}

.purchase-people .purchase-item>div {
    padding: 0 7px
}

.purchase-people .purchase-item .close-purchase {
    color: #999;
    font-size: 11px;
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
    z-index: 9;
    border: 1px solid #999;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.purchase-people img {
    max-height: 93px;
    width: 100%;
    object-fit: cover
}

.purchase-c-name {
    font-size: 14px;
    margin-bottom: 10px;
    margin-top: 10px;
    display: block;
}

.purchase-p-name {
    font-size: 14px;
    color: #ffa08f;
}

.product-description-wrapper figure.image {
    width: 100% !important;
}

.contact-map iframe {
    height: 200px !important;
}

@media (max-width: 991px) {
    .header-mobile, #megamenu-navbar .main-navbar .megamenu-wrapper .megamenu-body {
        display: none;
    }
    #header .header-desktop .header-center .hdc-logo h1 > a {
        display: block;
    }
    #header .header-desktop .header-center .hdc-logo h1 img {
        margin: 0 auto;
        display: block;
    }
    #related-products .seen-item .product-title, #seen-products .seen-item .product-title {
        height: auto;
    }
    span.buyNow {
        width: 100%;
        margin-left: 0;
        margin-top: 10px;
    }
}