/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
* Added by Maurice Vlot 4-5-2021
* Delivery date selector datepicker
*/

.ui-datepicker{
	background-color: white;
}

.ui-datepicker-header{
	border: 1px solid #cccccc;
	border-bottom: none;
	padding: 10px 0px;
}

.ui-datepicker-prev{
	float: left;
}

.ui-datepicker-next{
	float: right;
}

.ui-datepicker-title{
	text-align: center;
	width: 70%;
	margin: auto;
}

.ui-datepicker td{
	text-align: center;
}

.ui-datepicker-current-day{
	background-color: #008c46 !important;
}

.ui-datepicker-current-day > a{
	color: white;
}

.ui-datepicker-today .ui-state-default{
	font-weight: 600;
	font-size:1.2em;
	line-height: 1em;
	position:relative;
	top: 2px;
}

.ui-datepicker-unselectable{
	color: #cccccc;
}

#date_delivery_datepicker{
	margin-bottom: 0.5em;
}

.delivery_datepicker_label{
	font-size: 1.3rem;
}

.delivery_datepicker_label > span{
	color: var( --e-global-color-9fb2ab2 );
}

.elementor-widget-jet-checkout-shipping-form{
	margin-bottom: 0px !important;
}
