/*
	Plugin css
*/

.stockists-widget {
	background: #56565A;
	padding: 30px;
}

.mxs_sidebar {
	overflow-y: scroll;
	height: 400px;
}
.mxs_sidebar li {
	display: block;
	list-style: none;
}
.mxs_sidebar a {
    font-family: 'museo_slab300';
	padding: 10px 15px;
	display: block;
	text-decoration: none;
	color: #fff;
	font-size: 16px;
}
.mxs_sidebar a strong {
	font-size: 18px;
	display: block;
}
.mxs_sidebar a:hover {
	background: #45464A;
}
.mxs_filters {
	margin-bottom: 20px;
}
.mxs_filters input[type=text],
.mxs_filters select {
	height: 40px;
	line-height: 1;
}
.loading {
	position: relative;
}
.loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: #56565A url(images/loader.gif) center no-repeat;
}
.infowindow {
	color: #000;
}

#mxs_map_canvas {
	width: 100%;
	height: 400px;
}
