/*
Theme Name: VCE Network
Theme URI: https://vcenetwork.com
Template: imroz
Author: VCE Network
Author URI: https://vcenetwork.com
Description: Welcome to VCE Global
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: imroz
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
*/
/* CSS tên sản phẩm */
.shop-product-info {
    font-family: 'Roboto', sans-serif;
    text-align: left;
    color: #111;
    font-weight: 400;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: 15px;
    line-height: 1.3;
}
.hhc {
    background: rgb(176,52,52);
    background: linear-gradient(90deg, rgb(182 27 27) 0%, rgb(213 41 41) 50%, rgb(195 100 62) 100%);
    font-size:12px;
    border: 1px solid #fff;
	padding: 0px 10px !important;
}
.product-sold {
    font-size: 12px;
    color: #fff;
}
.custom-rates {
    display: flex;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.2); /* Màu nền với độ trong suốt */
    border-radius: 5px; /* Bo 4 góc */
    padding: 10px; /* Khoảng cách giữa các phần tử và góc */
    border: 1px solid #000; /* Viền 1px màu đen */
}

.custom-rates .commission-rate,
.custom-rates .cashback-rate {
    display: inline-block;
    margin: 0;
    color: #fff; /* Màu chữ */
}

.custom-rates .commission-rate::after {
    content: ' + ';
    margin: 0 5px;
}

.custom-rates .cashback-rate {
    margin-left: 5px;
}
span.total-commission-rate, span.total-cashback-rate {
    color: #fff;
}





