
 #primary .entry-content{
	width:100%!important;
}
#wpsl-search-wrap {
	display:flex!important;
	flex-direction: row;
}
#wpsl-search-wrap form{
	width:100%;
	display:flex!important;
	flex-direction: row;
}
#wpsl-search-wrap form label{
	width:100%;
	font-weight: normal;
	display: inline-block;
}
#wpsl-search-wrap form input{
	width: 100%
}
#wpsl-search-wrap .wpsl-input{
	width:100%;
}
#wpsl-search-wrap #wpsl-category{
	clear: none!important;
	width:100%;
}
#wpsl-search-wrap #wpsl-category .wpsl-dropdown{
	width: 100%
	}
#wpsl-search-wrap .wpsl-search-btn-wrap{
	width:100%;
	
    align-self: baseline;
}
#wpsl-search-wrap .wpsl-search-btn-wrap #wpsl-search-btn{
	background: #ea5421;
    transition: all 0.2s;
    border-radius: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 15px;
    display: block;
    border: none;
    letter-spacing: 0.04em;
    padding: 11px 32px 12px;
    margin-left: 20px;
    margin-bottom: 10px;
    margin-top: 32px;
    cursor: pointer;

}
.custom-map-wrap{
	position: relative;
}
.custom-map-wrap #wpsl-gmap{
	width:100%;
}
.custom-map-wrap #wpsl-result-list{
	position: absolute;
	z-index: 999;
	right:15px;
	height:450px;
	margin: 25px 0;
	background-color: #fff;
}
#wpsl-result-list li p{
	margin:0!important;
	color: #273A60;
}
#wpsl-stores .wpsl-store-location .wpsl-street{
	display: none;
}
#wpsl-stores .wpsl-store-location .wpsl-country{
	display: none;
}
.wpsl-direction-wrap .wpsl-directions{
	display: none;
}
