.yc_tours_traveler_input_wrapper *{ line-height: normal; }
.yc_tours_traveler_input_wrapper{ border: 1px solid #CCC;
padding: 15px;
position: absolute;
top: 100%;
background-color: #FFF;
right: 0px;
left: 0px; z-index:99; }
.yc_tours_traveler_input_wrapper p { margin: 0px; }
.yc_tours_traveler_input_wrapper button{ width: 100%; }
.yc_row{ display: flex; justify-content: space-between; }

.yc_row .yc_col{ width: 45%; }
.yc_tours_p_lite{ opacity: 0.8; white-space: pre;  }
.yc_tours_traveler_input_text{ padding-top: 10px;}
.yc_tours_traveler_input_container{ display: flex; justify-content:flex-end; align-items: center; }
.yc_tours_traveler_input_ctl{ padding: 10px; margin: 5px; cursor: pointer; }
.yc_tours_traveler_input_container .material-icons{ line-height: normal !important; }
.yc_tours_traveler_input_num{ font-size: 18px; }

.yc_tours_groups_container{}
.yc_tours_groups_item{border: 1px solid #EEE; margin: 5px; display: flex; justify-content: space-between; }
.yc_tours_groups_details{ padding: 10px; flex-grow: 1; }
.yc_tours_groups_details h2{ margin: 0px; }
.yc_tours_groups_actions{ padding: 10px; border-left: 1px solid #EEE;
min-width: 250px;
text-align: right;
display: flex;
flex-direction: column;
justify-content: center; }
.yc_tours_groups_actions .button{ width: 100%; }


.yc_tour_time_ctl{ display: block; padding: 0px; margin: 0px; }
.yc_tour_time_ctl li{ display: inline-block; padding: 3px; margin-bottom: 10px; }
.yc_tour_time_ctl li input[type="radio"]{ display: none; }
.yc_tour_time_ctl li label{ padding: 5px 10px !important; border: 1px solid #186b6d; color: #186b6d; background-color: #FFF; border-radius: 5px; cursor: pointer; }
.yc_tour_time_ctl li label::before, .yc_tour_time_ctl li label::after{ content: none !important; }
.yc_tour_time_ctl li input[type="radio"]:checked+label{ background-color: #186b6d; color: #FFF;  }

.ycTour_input_container{ border: 1px solid #edf0f4;
background-color: #f5f5f5; padding: 1rem; display:none; }
.ycTour_input_container.ycTour_show{ display:block; }
.ycTour_input{ background-color: #FFF; border: 1px solid #CCC; padding-left: 32px; position: relative; margin-bottom: 10px; display: flex;
align-items: center;
height: 40px; cursor: pointer; }
.ycTour_input .mIcons{ position: absolute; top:8px; left: 5px; }


@media only screen and (max-width: 480px) {
	.yc_tours_groups_item{ flex-direction: column; }
	.yc_tours_groups_actions{ min-width: auto; }
	.fzn-date-picker .datepicker{ left: -15vw !important; }
}


.ph-item {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 10px;
	padding: 20px 10px 10px 10px;
	overflow: hidden;
	direction: ltr;
	background-color: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
}
.ph-item,
.ph-item *,
.ph-item ::after,
.ph-item ::before {
	box-sizing: border-box;
}
.ph-item::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	z-index: 1;
	width: 500%;
	margin-left: -250%;
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 46%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0) 54%) 50% 50%;
	-webkit-animation: phAnimation 0.8s linear infinite;
			animation: phAnimation 0.8s linear infinite;
	content: " ";
	pointer-events: none;
}
.ph-item > * {
	display: flex;
	flex: 1 1 auto;
	flex-flow: column;
	margin-bottom: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

.ph-row {
	display: flex;
	flex-wrap: wrap;
	margin-top: -7.5px;
}
.ph-row div {
	height: 14px;
	margin-top: 7.5px;
	background-color: #EEE;
}
.ph-row .big, .ph-row.big div {
	height: 30px;
}
.ph-row .empty {
	background-color: rgba(255, 255, 255, 0);
}

.ph-col-2 {
	flex: 0 0 16.6666666667%;
}

.ph-col-4 {
	flex: 0 0 33.3333333333%;
}

.ph-col-6 {
	flex: 0 0 50%;
}

.ph-col-8 {
	flex: 0 0 66.6666666667%;
}

.ph-col-10 {
	flex: 0 0 83.3333333333%;
}

.ph-col-12 {
	flex: 0 0 100%;
}

[class*=ph-col] {
	direction: ltr;
}
[class*=ph-col] > * + .ph-row {
	margin-top: 0;
}
[class*=ph-col] > * + * {
	margin-top: 7.5px;
}

.ph-avatar {
	position: relative;
	width: 100%;
	min-width: 60px;
	overflow: hidden;
	background-color: #ced4da;
	border-radius: 50%;
}
.ph-avatar::before {
	display: block;
	padding-top: 100%;
	content: " ";
}

.ph-picture {
	width: 100%;
	height: 120px;
	background-color: #ced4da;
}

@-webkit-keyframes phAnimation {
	0% {
	transform: translate3d(-30%, 0, 0);
	}
	100% {
	transform: translate3d(30%, 0, 0);
	}
}

@keyframes phAnimation {
	0% {
	transform: translate3d(-30%, 0, 0);
	}
	100% {
	transform: translate3d(30%, 0, 0);
	}
}



.yc_button_loading {
	display: inline-block;
	width: 24px;
	height: 24px;
	border: 3px solid rgba(255,255,255,.3);
	border-radius: 50%;
	border-top-color: #fff;
	animation: spin 1s ease-in-out infinite;
	-webkit-animation: spin 1s ease-in-out infinite;
}

@keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}
@-webkit-keyframes spin {
	to { -webkit-transform: rotate(360deg); }
}


.woocommerce .cart_item dl.variation {
	display: grid;
	grid-template-columns: max-content 1fr;
	column-gap: 10px;
	row-gap: 2px;
	align-items: start;
	margin: 0;
	padding: 0;
}

.woocommerce .cart_item dl.variation dt,
.woocommerce .cart_item dl.variation dd {
	margin: 0;
	font-weight: bold;
}

.woocommerce .cart_item dl.variation dd p {
	margin: 0;
	font-weight: normal;
}