/*
 Theme Name: Beeslaar Child Theme
 Theme URI: https://www.aquadzign.com
 Description: A Child Theme for Divi
 Author: Aqua IT Consulting
 Author URI: https://www.aquadzign.com
 Template: Divi
 Version: 1.0
 License: GNU General Public License v2 or later
 License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* Add your custom styles below */

/*---Force Quantity filed to be wider---*/

.et_pb_wc_add_to_cart .quantity input.qty {
	max-width: 6em !important;
}

.woocommerce .quantity input.qty {
	width: 6em !important;	
}

/* ----Vertically Align Content---*/

.et_pb_equal_columns >.et_pb_column {
margin-top:auto;
margin-bottom:auto;
}

/*---WooCommerce Stock Text Style---*/

.woocommerce div.product .stock {
	color: #791918 !important;
}

/*---Change styling of remove product icon in woocommerce cart---*/

.woocommerce a.remove {
    width: 24px;
    height: 24px;
    font-size: 15px !important;
    line-height: 19px !important;
    border-radius: 100%;
    color: #ccc !important;
    font-weight: bold;
    text-align: center;
    border: 2px solid currentColor;
}

.woocommerce a.remove:hover {
color: #000 !important;
background: #fff !important;}

/*---Force QTY arrows to show on Chrome---*/

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    opacity: 1 !important;
}
