/**
 * GDR Frontend Styles
 * 
 * @package GDR
 * @version 2.5.1
 */

/* Product page variation price styling */
.woocommerce-variation-price {
    font-weight: bold;
    font-size: 1.3rem;
}

/* Elementor product page strikethrough price color */
.product-template-default.single.single-product .elementor-widget-woocommerce-product-add-to-cart del, 
.product-template-default.single.single-product .elementor-widget-woocommerce-product-add-to-cart del span.woocommerce-Price-amount.amount {
    color: var(--e-global-color-primary) !important;
}


/**
 * GDR Frontend Styles
 * 
 * @package GDR
 * @version 2.5.1
 */

/* Product page variation price styling */
.product-template-default.single.single-product .woocommerce-variation-price {
    font-weight: bold;
    font-size: 1.3rem;
}

/* Elementor product page strikethrough price color */
.product-template-default.single.single-product .elementor-widget-woocommerce-product-add-to-cart del, 
.product-template-default.single.single-product .elementor-widget-woocommerce-product-add-to-cart del span.woocommerce-Price-amount.amount {
    color: var(--e-global-color-primary) !important;
}

li.product a.button.product_type_variable.wvs-add-to-cart-button:after {
    content: " ";
    width: 1.6em;
    height: 1.6em;
    display: inline-block;
    background: url(/wp-content/uploads/2024/06/cart-button.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-left:4px;
}
li.product a.button.product_type_variable.wvs-add-to-cart-button{
    display: flex !important;
    align-items:center;
    justify-content:center;
    margin-top:10px;
    border-radius:10px;
}