/*
	Plugin css
*/

.loading {
	position: relative;
}
.loading:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background: transparent url(images/loader.gif) center no-repeat;
}

.stockist-filters {
	padding: 0 10% 30px;
	font-weight: bold;
	color: #000;
	margin-bottom: 20px;
}
.stockist-filters .row {
	margin-bottom: 30px;
}
.stockist-filters a {
	color: #a67b4c;
}
.stockist-filters button {
	margin-top: 40px;
	font-size: 0;
	display: inline-block;
	width: 277px;
	padding: 0;
	height: 79px;
	border: 0;
	background: url(images/stockist-submit.png);
}

.stockist-result {
	font-weight: bold;
	color: #000;
	min-height: 300px;
	background: transparent url(images/hr.png) center top no-repeat;
}
.stockist-result ul {
	padding: 40px 8% 0;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-flex-wrap: wrap;
	    -ms-flex-wrap: wrap;
	        flex-wrap: wrap;
	width: 100%;
	margin: 0 -2%;
}
.stockist-result li {
	background: transparent url(images/hr.png) right bottom no-repeat;
	flex-grow: 1;
	width: 33.333332%;
	padding: 30px 2%;
	list-style: none;
}
.stockist-result h4 {
	color: #a67b4c;
	font-size: 22px;
}
