.attr p a {
    width: fit-content;
}
div#top-cart, a.item-quick-view.button.fancybox-fast-view.tp_button, button#addToCart,button#buynow {
    display: none;
}

.fixed-btn {
    position: fixed;
    bottom: 95px;
    right: 5px;
    z-index: 999999;
}

.fixed-btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #f44242;
    border-radius: 50%;
    color: #fff;
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.fixed-btn a i {
    font-style: normal;
    font-size: 26px;
}

.fixed-btn a img {
    width: 100%;
    height: 100%;
}

.fixed-btn a.zalo-fixed {
    background: transparent;
}