ol, ul {
	margin-top: 0;
	padding: 0;
}

ul {
	list-style: disc;
}

li {
	/* margin-bottom: .6em; */
	list-style-type: none;
}

label, legend {
	font-weight: normal;
	display: block;
	font-size: 1em;
	margin-bottom: 0.4em;
}

.info-payment label {
	color: #222;
	display: inline-block;
	margin-left: 10px;
}

input[type='email'], input[type='date'], input[type='search'], input[type='number'], input[type='text'], input[type='tel'], input[type='url'], input[type='password'], .select2-container .select2-choice {
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 .35em;
	font-size: 16px;
	max-width: 100%;
	font: -webkit-control;
	width: 100%;
	vertical-align: middle;
	font-style: italic;
	background-color: #fff;
	color: #333;
	transition: color .3s, border .3s, background .3s, opacity .3s;
	/* height: 40px; */
}

#form-search input[type='text'] {
	width: 44%;
}

#main-menu ul.lv1 > li {
	margin-bottom: 0;
}

#form-search button {
	height: 40px;
	width: auto;
}

.input-form-email #txtemail {
	width: auto;
}

.legend {
	text-transform: uppercase;
}

textarea {
	height: 100px;
	box-sizing: border-box;
	border: 1px solid #ddd;
	padding: 0 .35em;
	font-style: italic;
	font-size: 16px;
	max-width: 100%;
	width: 100%;
	vertical-align: middle;
	background-color: #fff;
	color: #333;
	transition: color .3s, border .3s, background .3s, opacity .3s;
}
.filter-list li input {
	min-height: 40px;
	margin-bottom:20px;
}