/*
 Theme Name: Divi Child
 Template: Divi-2
 Text Domain: divi-child
 Description: Child theme for Divi (karstdzimis.lv)
 Version: 1.0.0
 Author: Pauls
*/

/* Custom CSS here */

/* Style the selected variation price (next to Add to cart) */
.single-product .single_variation .price,
.single-product .woocommerce-variation-price .price,
.single-product .single_variation span.amount {
    color: #000 !important;          /* change to your desired color */
    font-size: 32px !important;      /* increase size */
    font-weight: 700;                /* bold */
    display: inline-block;
    margin-bottom: 8px;
}

/* Cart product name color (Groziņi - 50) */
.woocommerce-cart .product-name,
.woocommerce-cart .product-name a {
    color: #000000 !important;
}
