/*
Theme Name:     Traveler Child Theme for anakalipto.gr
Description:    Traveler Child Theme for anakalipto.gr
Theme URI:      https://travelerwp.com/
Author:         the ShineTheme
Author URI:     http://shinetheme.com
Version:        1.0
Template:       traveler
*/

.billing_information hr {
	width: calc(100% - 30px);
	height: 2px;
	margin: 1rem 15px 2rem;
	float: left;
}

.billing_information--title {
	margin-bottom: 15px;
	font-size: 26px;
}

.page-template-template-checkout .daterangepicker .drp-calendar {
	max-width: 100% !important;
	width: 250px;
}
.page-template-template-checkout .daterangepicker {
	min-width: unset;
	transform: translate(0, -25px);
}
.page-template-template-checkout .daterangepicker .month {
	position: unset;
	color: #1A2B48;
	font-weight: 700;
}
.page-template-template-checkout .daterangepicker:before,
.page-template-template-checkout .daterangepicker:after {
	position: absolute;
}
.page-template-template-checkout .daterangepicker:before {
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc;
}
.page-template-template-checkout .daterangepicker:after {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent;
}

.billing_information .wb_row>div.physical_condition label {
	display: block;
}
.billing_information .wb_row>div.physical_condition input {
	height: auto;
}