#storemap{
    width: 100%;
    height: 500px;
    margin-bottom:20px;
}

#map-style .alert-warning {
    padding: 5px 10px;
    margin:10px 0;
}
.store-content{
	background: #eee;
	padding: 15px;
	margin: 20px 0;
}	
.address-input{
	float:left;
	margin-right: 15px;
}
.address-input label{
	display:inline-block;
	
}
.address-input input{
	display:inline-block;
	background: #fff;
	width: 269px;
}
.radius-input{
	float:left;
}
.radius-input label{
	display:inline-block;
}
.radius-input select{
	background: #fff;
	display:inline-block;
	width: 110px;
}
#boxbuttonSearchStore{
	float: right;
}
#boxbuttonSearchStore button{
	background: #21a5e3;
	color: #fff;
}
#boxStoresList{
	margin-top: 20px;
	height: 442px;
    overflow-y: auto;
}
.boxStoreElement{
	border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.addressbox{
	
}
.addressPhonebox{
	font-size: 14px;
}
.addressFaxbox{
	font-size: 14px;
}
.addressEmailbox{
	font-size: 14px;
}

.addressNotebox{
	font-size: 14px;
	margin: 10px 0;
}
.addressbuttonHorariobox{
	
}
.addressbuttonHorariobox span{
	cursor: pointer;
	color: #21a5e3;
}
.addressHoursbox{
	display:none;
}
.addressHoursElementbox{
	font-size: 14px;
}
.addressHoursElementbox span{
	font-weight: bold;
	width: 45px;
	display: inline-block;
}
@media (max-width: 576px){
	.address-input{
		float:none;
		margin-bottom: 5px;
		margin-right: 0px;
	}
	.address-input input{
		width: 100%;
	}
	.radius-input{
		float:none;
		margin-bottom: 5px;
	}
	.radius-input select{
		width: 100%;
	}
	#boxStoresList{
		height: auto;
		overflow-y: unset;
	}
}