.elektraweb-main label {
	display: block;
}

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

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

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

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

.elektraweb-formGroup label {
	color: black;
	margin-bottom: 5px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

.elektraweb-widget {
    padding: 5px 0px;
    font-family: inherit;
    box-shadow: 1px 3px 20px 0px #00000021;
}

.elektraweb-formGroup .pluscss {
    background: #525252;
    border: black;
    width: 25px;
    height: 38px;
    color: white;
    font-weight: 700;
    font-size: initial;
    cursor: pointer;
    border-radius: 2px;
    height: 30px;
    margin: 5px;
    padding: 0;
	box-shadow: 0px 3px 7px #baafaf;
}

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

button#widgetSubmit {
    background: #d2ab67;
    color: white;
    border: none;
	margin-top: 15px;
    padding: 10px;
    cursor: pointer;
    background-image: linear-gradient( #d2ab67 50%, black 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;
    border-radius: 7px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
}

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: 1000;
}

#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) {
	.elektraweb-hotels-area {
		width: 100% !important;
		margin: 10px !important;
	}
	.elektraweb-hotels-area select {
		width: 100% !important;
	}
	#childAream {
		width: 350px;
	}
	.elektraweb-formGroup {
		margin: 10px auto;
		width: 50%;
		text-align: center;
	}
}

path.cls-1 {
	fill: white;
}

#widgetSubmit svg {
	width: 25px;
}

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