/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/


.custom-addtocart-row {
  display: flex;
  align-items: stretch;
  margin-top: 10px;
	border-top: 1px solid #e4e4e4;
    padding-top: 20px;
}

/*.single-product .woocommerce-variation {
	border-bottom: 1px solid #e4e4e4;
	margin-bottom: 20px;
}*/


.custom-addtocart-row .single_add_to_cart_button {
	background-color: #EC1A3C;
}

.single-product .size-label-wrapper {
	justify-content: space-between;
}
.custom-addtocart-row .single_add_to_cart_button:hover {
	background-color: #051D5E;
}

.inline-after-quantity {
  flex: 0 0 auto !important;
  margin-left: auto;
}


.inline-after-quantity .elementor-icon-box-wrapper:focus {
	color: #09215C;
}

.custom-qty-label-inline {
  margin:0;
  flex:0 !important;
  align-self: center;
}

.single-product div.quantity input[type="button"], .single-product div.quantity input[type="number"] {
	height: 30px;
    align-self: anchor-center;
	border: none;
}

.single-product div.quantity input[type="button"] {
	background: #eff0f4;
}

.single-product div.quantity input[type="button"]:hover {
	background: #051D5E;
}

