/*
Theme Name: 	Betheme Child
Theme URI: 		http://themes.muffingroup.com/betheme
Author: 		Muffin group
Author URI: 	http://muffingroup.com
Description:	Child Theme for Betheme - Premium WordPress Theme
Template:		betheme
Version: 		1.6.1
*/

/* Theme customization starts here
-------------------------------------------------------------- */

/* Preisdarstellung Farbe */
.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price {
    color: #000;
}

.price ins, .woocommerce-price-suffix {
    color: red;
}

.woocommerce .product div.entry-summary .price > del {
    color: #000;
}

/* Button Farbe */
.woocommerce a.button,
.woocommerce a.button:hover,
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover,
.woocommerce button.button:disabled,
.woocommerce button.button[disabled]:disabled,
.woocommerce button.button[disabled]:disabled:hover,
.woocommerce table.cart a.remove {
    color: #000;
}

    /* PÜS */
.woocommerce ul.products li.product .price del {
    display: block;
    color: #000;
    font-size: 0.85em;
}

.woocommerce ul.products li.product a {
    color: #000;
}

/* PDA */
.woocommerce div.product p.stock {
    font-size: 1.2em;
    font-weight: bold;
}

.woocommerce .product div.entry-summary .price > del {
    color: #000;
}

.woocommerce .product div.entry-summary .price > del {
    float: none;
    display: block;
    margin: 0px;
}

.woocommerce .product div.entry-summary .cart .button {
    color: #000;
}