.pro-loop .product-detail h3 a {
    -webkit-line-clamp: 2;
    padding: 10px 0;
    font-size: 15px;
}
.fixed-item {
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    position: fixed;
    z-index: 9999;
    cursor: pointer;
    right: 40px;
    bottom: 40px;
}
.fixed-item.btn-phone-fixed {
    display: none;
}
.loadChat {
    display: none !important;
}