/*
Theme Name: Woodmart Child New
Theme URI: http://woodmart.xtemos.com
Description: Woodmart Child Theme New
Author: Xtemos
Author URI: http://xtemos.com
Template: woodmart
Version: 1.0.0
*/

/* 
 * Child theme styles. 
 * Add custom styles here as needed.
 */

/* Hide variation description below dropdowns */
.woocommerce-variation-description {
    display: none !important;
}

/* Fabric Price Suffix Styling */
.fabric-price-suffix {
    color: #555;
    font-size: 0.85em;
    font-weight: 400;
    margin-left: 2px;
    vertical-align: middle;
}

/* Quantity Suffix Styling (Cart/Product) */
.quantity-suffix {
    color: #555;
    font-size: 0.90em;
    font-weight: 500;
}