.qsm-product-card-price {
    font-size: 20px;
    font-weight: bold;
    color: var(--awb-text-color);
}

.qsm-product-card-price-label {
    margin-right: 5px;
}

.qsm-product-card-price {

}

.qsm-product-card-price.old {
    margin-right: 5px;
}
.qsm-product-card-price.old .woocommerce-Price-amount {
    text-decoration: line-through;
}

.qsm-product-card-price.new {
    color: var(--awb-custom_color_1);
}

.qsm-product-card-price-from-label {
    margin-right: 3px;
    font-size: 14px;
    font-weight: normal;
}

.qsm-product-card-price-discount {
    font-size: 23px;
    color: var(--awb-color5);
    text-align: center;
    margin-top: 20px;
    font-weight: bold;
}
