 
/* Image / badge */
.avatar_products { position: relative; overflow: hidden; text-align: center; }
.avatar_products .thumb { display: block; }
.avatar_products .thumb img { max-width: 100%; width: 100%; height: auto; max-height: 220px; object-fit: contain; display: inline-block; margin: 0 auto; }
.img-km {
    position: absolute; top: 8px; left: 8px;
    background: #e53935; color: #fff; padding: 3px 6px;
    font-weight: 700; border-radius: 3px; font-size: 12px;
}

/* Name & price */
.name_price_products { margin-top: 8px; }
.item-name { font-size: 16px; margin: 0 0 6px; line-height: 1.3; }
.item-link { font-weight: 700; text-decoration: none; color: #222; }
.item-link:hover { text-decoration: underline; }

.price { margin: 6px 0; }
.price-number-small { display: inline-block; vertical-align: middle; }
.old-price { margin-left: 8px; text-decoration: line-through; color: #999; font-size: 13px; }

/* Actions */
.actions { margin-top: 8px; }
.btn.btn-primary.muahang {
    color: #fff;
    background: url("../images/SlideShow/muahangnho.png") no-repeat center/cover;
    height: 55px; width: 230px; font-weight: 700; border: 0; display: inline-block;
    cursor: pointer;
}
.btn.btn-primary.muahang:hover { color: red; }
