/*
Theme Name: Gilliard Base WP Theme
Author: tokiwi
Author URI: https://tokiwi.ch
Description: A personal custom starter theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: aa_base
*/

.qty-booking {
	display: flex;
}

.qty-booking input {
	height: 42px;
	border: 0;
	font-weight: bold;
	background: #8e784c;
	color: white;
	transition: all .3s ease-out;
	outline: none;
}

#select2-billing_state-container, #select2-shipping_state-container {
	text-fill-color: black !important;
	-webkit-text-fill-color: black !important;
}

.nl-subscription-form {
	margin-top: 30px;
}
.nl-subscription-form input {
	width: 100%;
	color: #8e784c;
    padding: 10px 15px;
    border: 1px solid #8e784c;
    margin: 10px 0px;
}