/*
Theme Name: ODR Theme Custom
Theme URI: https://www.odr-media.at
Template: hello-elementor
Author: ODR-Media
Author URI: https://www.odr-media.at
Description: A plain-vanilla &amp; lightweight theme for Elementor page builder
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.0.0.1633314859
Updated: 2021-10-04 04:34:19

*/

div.quantity {
	display: inline-block !important;
}
p.price {
	color: black !important;
}

input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number].qty {
  -moz-appearance: textfield;
}

.woocommerce-cart-form button.qtybuttons, .woocommerce-cart-form input.qty {
	vertical-align: baseline !important;
}

img.attachment-full {
	object-fit: contain !important;
}

button.qtybuttons {
	padding-left: 15px !important;
	padding-right: 15px !important;
}

button.single_add_to_cart_button {
	float: right !important;
	margin-top: 0 !important;
	padding-top: 8px !important;
	padding-bottom: 8px !important;
}

.woocommerce a.button.alt {
	background-color: #B6923A !important;
}

.coupon input[name='coupon_code'] {
	min-width:  200px;
}