/*
Theme Name: Shoptimizer Child Theme
Theme URI: 
Description: Child theme of Shoptimizer
Author: CommerceGurus
Author URI: 
Template: shoptimizer
Version: 1.2.2
License:         	GNU General Public License v2 or later
License URI:     	http://www.gnu.org/licenses/gpl-2.0.html
*/


#page table.cart.woocommerce-cart-form__contents td.product-price {
	display: table-cell;
}
#page table.cart.woocommerce-cart-form__contents td.product-price del {
	opacity: 0.5;
	font-size: 13px;
	margin-right: 3px;
}


/* Normally Red */
.woocommerce-error {
    background-color: #e2401c;
}

/* Normally Blue */
.woocommerce-info {
    background-color: #3d9cd2;
}

/* Normally Green */
.woocommerce-message {
    background-color: #3bb54a;
}

/* Normally Green */
body.single-product .woocommerce-message .message-inner {
    background-color: #3bb54a;
}


.product .cart .quantity .input-text {
	width: 90px;
	border-radius: 4px;
}
.cart .single_add_to_cart_button {
	margin-left: 10px;
	width: calc(100% - 100px);
}
.quantity input[type=number]::-webkit-inner-spin-button, 
.quantity input[type=number]::-webkit-outer-spin-button {  
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	opacity: 1;
}
table.cart .quantity {
	width: 52px;
}
table.cart td.product-quantity .qty {
	width: 40px;
}