.height-450{
	max-height: 450px;
	overflow-y: scroll;
}
.list-store h4{
	color:#000;
	background-color: #ff9600;
	padding:0.5rem;
}
.item-store h5{
	color: #269300;
	cursor: pointer;
	font-weight: bold;
}
.item-store{
	border-bottom:1px solid #ff9600;
	margin-bottom: 1rem;
}
.item-store a{
	color: #ff9600;
}
.item-store a:hover{
	color:#269300;
}

.form-search-store .form-group{
	width: 85%;
}
.form-search-store input{
	background: #ff9600;
	color:#000;
}
.form-search-store button{
	background: #ff9600;
    color: #fff;
    border: none;
    font-weight: bold;
    font-size: 1.3rem;
    border-left: 1px solid;
}
@media screen and ( max-width: 575px ){
	.form-search-store button{
		margin-bottom: 15px;
	}
}
@media screen and ( max-width: 336px){
	.form-search-store .form-group{
		width: 82%;
	}
}
@media screen and ( min-width: 768px) and (max-width: 1200px){
	.form-search-store .form-group{
		width: 75%;
	}
}