/*
 Theme Name:   Weiboo Child
 Theme URI:    https://reactheme.com/products/wordpress/weiboo
 Description:  Weiboo Child
 Author:       ReacThemes
 Author URI:   http://reactheme.com
 Template:     weiboo
 Version:      1.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

.woocommerce.single-product .product-type-variable .summary .price .amount bdi,
.woocommerce.single-product .product-type-external .summary .price .amount bdi,
.woocommerce.single-product .product-type-grouped .summary .price .amount bdi,
.woocommerce.single-product .product-type-simple .summary .price .amount bdi {
    color: #cc8a00 !important; /* Golden */
}

.woocommerce.single-product .product-type-variable .summary .price, .woocommerce.single-product .product-type-external .summary .price, .woocommerce.single-product .product-type-grouped .summary .price, .woocommerce.single-product .product-type-simple .summary .price {
    color: black !important;
}

.woocommerce.single-product .product-type-variable .summary .cart .single_add_to_cart_button {
    background: #cc8a00 !important; /* Golden */
	border: 1px solid #cc8a00 !important;
}
.woocommerce.single-product .product-type-variable .summary .cart .single_add_to_cart_button:hover {
    color: #000 !important; /* Golden */
	background: #fff !important;
	border-color: #cc8a00 !important;
}
