.wawbilisim-main label {
	display: block;
}

.wawbilisim-main {
	display: flex;
	flex-wrap: wrap;
}

.wawbilisim-formGroup input,
.wawbilisim-formGroup select {
	height: 25px;
}

.wawbilisim-formGroup {
	margin: 10px auto;
}

.wawbilisim-formGroup input,
.wawbilisim-formGroup select {
	height: 40px;
	padding: 10px;
	font-weight: 700;
	width: 150px;
	border-radius: 6px;
	border: none;
	box-shadow: 0px 3px 7px #baafaf;
	font-size: 14px;
    text-align: center;
}

.wawbilisim-formGroup label {
	color: black;
	margin-bottom: 5px;
}

.wawbilisim-widget {
	padding: 15px 0px;
	font-family: inherit;
	/*box-shadow: 1px 3px 20px 0px #c6bcbc61;*/
}

.wawbilisim-formGroup .pluscss {
	background: red;
	border: navajowhite;
	width: 25px;
	height: 38px;
	color: white;
	font-weight: 700;
	font-size: initial;
	cursor: pointer;
	border-radius: 50%;
	height: 25px;
	margin: 5px;
	padding: 0;
}

input#AdultQuantity,
#child {
	width: 50px;
	text-align: center;
	cursor: pointer;
}

button#widgetSubmit {
	background: red;
	color: white;
	border: none;
	margin-top: 25px;
	padding: 10px;
	cursor: pointer;
	background-image: linear-gradient( red 50%, green 50%);
	-webkit-transition: background-position 1s;
	-moz-transition: background-position 1s;
	transition: background-position 1s;
	background-size: 100% 200%;
	display: flex;
	align-items: center;
	width: 100%;
	justify-content: center;
}

button#widgetSubmit:hover {
	background-position: 0 -100%;
}

#childAream {
	position: absolute;
	background: #ffffff;
	width: 210px;
	padding: 5px;
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
	display: none;
	box-shadow: 4px 6px 11px #ededed;
	z-index: 3;
}

#childArea {
	display: flex;
	flex-wrap: wrap;
	margin-top: 10px;
}

.childAgeGroup {
	margin: 10px;
	width: 40%;
}

.childAgeGroup select {
	width: 100%;
}

@media (max-width:480px) {
	#childAream {
		left: 15px;
	}
}

@media (max-width:720px) {
	.wawbilisim-hotels-area {
		width: 100% !important;
		margin: 10px !important;
	}
	.wawbilisim-hotels-area select {
		width: 100% !important;
	}
	#childAream {
		width: 280px;
	}
	.wawbilisim-formGroup {
		margin: 10px auto;
		width: 50%;
		text-align: center;
	}
}

path.cls-1 {
	fill: white;
}

#widgetSubmit svg {
	width: 25px;
}

button#chillok {
	background: green;
	color: white;
	border: none;
	width: 100%;
	border-radius: 5px;
	padding: 10px;
	cursor: pointer;
}