.gm-style .gm-style-iw-c{
	padding-left: 18px !important;
	padding-bottom: 10px !important;
}

.gm-style .gm-style-iw-c > button{
	top: 10px !important;
    right: 10px !important;
    opacity: 1;
	width: unset !important;
	height: unset !important;
}

.gm-style .gm-style-iw-c > button img{
	width: 18px !important;
	height: 18px !important;
}

.wpsl-info-window{
	min-width: 200px;
}

.wpsl-info-window span a{
	color: #ec1117;
}

.wpsl-info-window span a:hover{
	text-decoration: underline;
}

.wpsl-info-window span{
    line-height: 2;
    padding: 0 5px;
    background: #f6f6f6;
    border-radius: 2px;
    font-weight: 500 !important;
    color: #777;
    font-size: 13px;
}

.wpsl-info-window span strong{
	font-weight: 500 !important;
}

.wpsl-info-window .wpsl-info-actions a{
	padding: 5px 10px;
    background: #ec1117;
    border-radius: 2px;
    color: #fff;
    font-weight: 500;
    margin-right: 10px;
}

.wpsl-info-window .wpsl-info-actions a:hover{
	opacity: .8;
	color: #fff;
}

.wpsl-info-window p strong{ 
	margin-bottom: 10px;
    display: block;
    padding: 0 5px;
}

.wpsl-search{
	border-radius: 8px;
}

#wpsl-search-wrap{
    display: flex;
    justify-content: center;
}

#wpsl-search-wrap input{
	width: 500px;
	margin: 0;
}

#wpsl-search-btn{
	margin: 0 !important;
    width: auto !important;
    background: #1d2327;
    color: #fff;
    border: 0 !important;
	text-transform: uppercase !important;
}

#wpsl-search-wrap p,#wpsl-search-wrap span{
	font-family: 'Roboto condensed';
}

#wpsl-search-btn:hover{
	background: #545454;
}

#wpsl-search-wrap .wpsl-input label{
	width: auto;
	padding-left: 15px;
	font-weight: 500;
}

#wpsl-wrap #wpsl-result-list ul li {
    background: #f2f2f2;
    border: 0;
    margin-bottom: 10px;
    border-radius: 8px;
    margin-right: 10px;
	padding: 18px;
}

#wpsl-result-list li p.wpsl-contact-details{
	margin-top: 10px;
	margin-bottom: 10px;
}

#wpsl-result-list h3{
	margin-top: 0;
	margin-bottom: 5px;
}

#wpsl-result-list a{
	color: #ec1117;
}

#wpsl-result-list li p {
    margin: 0 0 10px 0;
}

#wpsl-result-list a:hover{
	text-decoration: underline;
} 

#wpsl-result-list a.wpsl-directions{
    background: #ec1117;
    padding: 2px 10px;
    color: #fff;
    border-radius: 4px;
}

#wpsl-result-list .wpsl-direction-wrap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpsl-country, .wpsl-street{
	display: inline;
}

#wpsl-gmap{
	width: calc(100% - 350px);
	border-radius: 8px;
}

#wpsl-result-list {
    width: 350px;
}

@media (max-width: 569px){
	#wpsl-gmap,#wpsl-result-list{
		width: 100%;
		border-radius: 4px;
	}
	
	#wpsl-wrap #wpsl-result-list ul li{
		margin-right: 0;
		border-radius: 4px;
	}
	
	.wpsl-search{
		border-radius: 4px;
	}
	
	#wpsl-search-wrap form{
		width: 100%;
	}
	
	#wpsl-search-wrap .wpsl-input label {
		display: none;
	}
	
	.wpsl-search-btn-wrap{
		width: 100% !important;
		float: none;
	}
	
	#wpsl-search-btn{
		width: 100% !important;
		float: none;
		padding-top: 10px;
		display: block;
	}
	
	#wpsl-stores.wpsl-not-loaded {
		height: auto !important;
	}
	
	body #wpsl-gmap{
		height: 420px !important;
	}
	
	.wpsl-preloader{
		display: flex;
		justify-content: center;
		align-items: center;
	}
}