.imgBottom{
    display: none;
}
.tb-bct{
    display: block;
    width: 200px;
}
#sectionInfoFooter .navbar-social li.social-tiktok img{
    width: 26px;
}
@media (min-width: 768px) {
    .wrap-logo img {
        min-height: auto;
        max-height: initial;
    }
}
@media (max-width: 767px) {
    .wrap-logo {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center;
        justify-content: center;
    }
    .wrap-logo img{
        min-width: unset;
        max-width: 100%;
        min-height: auto;
    }
}
.product-saleNew{
    display: none !important;
}
.tp_product_price .priceSale {
    font-size: 16px !important;
    color: #e01b22 !important;
}
#price-preview .tp_product_detail_price{
    color: #e01b22 !important;
}
.percent-custom {
    position: absolute;
    right: 10px;
    top: 10px;
    background: red;
    color: #fff;
    padding: 5px 10px;
    z-index: 99999;
    border-radius: 6px;

}