/*
Theme Name: Root Child
Theme URI: http://wpshop.biz/themes/root
Author: WPShop.biz
Author URI: http://wpshop.biz/
Template: root
Version: 1.0.0
*/

/* Below you can add your CSS styles */
/* Ниже Вы можете добавить свои CSS стили */


.inputs label {
	position: relative;
}
.inputs .inputs-dropdown {
	max-height: 200px;
	min-height: 46px;
	width: 100%;
	position: absolute;
	top: 82px;
	left: 0;
	background: #fff;
	z-index: 1000;
	border: 1px solid #d7d7d7;
	border-radius: 5px;
	overflow: auto;
	display: none;
}

.inputs .inputs-dropdown.inputs-dropdown-cities {
	top: 102px;
}
.inputs .inputs-dropdown p {
	padding: 7px 15px;
	margin: 0;
}
.inputs .inputs-dropdown p[data-value]:hover {
	background: #FFA500;
}