/*	CSS for customized radio buttons and check boxes */

/*	wrapper divs */
.custom-checkbox, .custom-radio { position: relative; }
.woocommerce #details .forms {
    /* calculated width should match log in form width */
    max-width: calc( var(--main-container) /2 );
    margin: 0 auto 20px;
}
/* input, label positioning */
.custom-checkbox input, 
.custom-radio input {
	position: absolute;
	opacity: 0;
}

.custom-checkbox input[type=checkbox]+label, input[type=radio]+label, 
.custom-radio input[type=checkbox]+label, input[type=radio]+label {
	display: block;
	position: relative;
	width: auto !important;
	z-index: 1;
	padding-left: 30px;
	margin: 0;
	cursor: pointer;
	font-weight: 600;
	margin-left: -8px;
}
#page .button, #page input[type=submit] {
	background-color: var(--brand-gold);
	color: var(--brand-white);
}
/* error messages */
.success {
	margin-top: 30px;
	background-color: var(--brand-green);
	color: var(--brand-white);
	padding:10px;
}

.error {
	margin-top: 30px;
	background-color: var(--brand-red);
	color: var(--brand-white);
	padding:10px;
}
.error a, .success a {
	font-weight: 600;
	cursor: pointer;
}
	
/* states */
.custom-checkbox label {
	background: url(../images/checkbox.webp) no-repeat;
}

.custom-radio label { background: url(../images/radiobutton.gif) no-repeat; }

.custom-checkbox label, .custom-radio label {
	background-position-x: -3px;
	background-position-y: -1px;
}

.custom-checkbox label.hover,
.custom-checkbox label.focus,
.custom-radio label.hover,
.custom-radio label.focus {
	background-position-y: -32px;
}

.custom-checkbox label.checked, 
.custom-radio label.checked {
	background-position-y: -62px;
}

.custom-checkbox label.checkedHover, 
.custom-checkbox label.checkedFocus {
	background-position-y: -92px;
}

.custom-checkbox label.focus, 
.custom-radio label.focus {
	outline: 1px dotted #ccc;
}

/* find-a-retailer import */
fieldset {
	margin: 20px 0 0 0 !important;
	border: 1px solid #999 !important;
	
}
#filters fieldset {
	padding: 10px 0;
}
.form-container {
	justify-content: space-between;
}
.form-container select {
	padding: .6180469716em;
    background-color: #f2f2f2;
    color: #43454b;
    border: 0;
    box-sizing: border-box;
    font-weight: 400;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .125);
}
.filter-container, .form-container {
	display: flex;
	flex-wrap: wrap;
}
.filter-container {
	justify-content: space-evenly;
}
.filter-container__box {
	display: inline-block;
	vertical-align: top;
	width: 19%;
	border: 2px solid;
	border-radius: 5px;
	padding: 10px;
	margin: 0 0 10px 0;
	position: relative;
}
.filter-container__box:hover {
	background-color: rgba(0,0,0,0.07);
}
.filter-container__box--brand-stores {
	border-color: var(--brand-red);
}
.filter-container__box--shop-in-shop {
	border-color: var(--brand-grey);
}
.filter-container__box--accredited {
	border-color: var(--brand-black);
}
.filter-container__box--recycling {
	border-color: var(--brand-green);
}
.filter-container__box--naturally-paramo {
	border-color: var(--brand-gold);
}

.filter-container__image {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 51px;
	height: 51px;
	border-radius: 50%;
}

@media (max-width:1280px) {
	.filter-container__box {
		width: 32%;
	}
}
@media (max-width:768px) {
	.filter-container__box {
		width: 98%;
	}
	#search-results {
		width: 100%;
	}
}
@media (min-width:1281px) {
	.filter-container__box {
		width: 19%;
	}
}

.filter-container__box p {
	margin: 7px 0 0 0;
	padding-bottom: 30px;
}
.filter-container__box p img + img {
	display: none;
}

fieldset input:focus, fieldset textarea:focus {
    background: #ebebeb !important;
}

fieldset checkbox:focus {
    background: #dcdcdc !important;
}

.formtitle {
    margin-top: 0px;
    padding: 0px 8px 10px 5px;
    font-size: 18px;
    color: #000;
    border: medium none;
	width: auto;
}

#CountrySearch, #radiusMiles, #townPost {
	margin: 0 0 10px 0;
}

#searchButton {
    padding: 10px 12px;
}

label[for="radius"] {
    position: relative;
	margin-right: 5px !important;
	border: none /*1px solid red*/;
}

#radius_chosen {
	position: relative;
	top: 4px !important;
	margin-right: 5px !important;	
}

#inmiles_chosen {
	position: relative;
	top: 4px !important;
	margin-right: 0px !important;	
}

#locateButton {
	margin-left: -3px !important;	
}

label[for="premier"], label[for="shopinshop"], label[for="recycling"],
label[for="naturallyparamo"], label[for="brandstores"],
label[for="overseasstores"] {
    position: relative;
	top: 1px !important;
	display: block !important;
	font-size: 16px !important;
	text-wrap: nowrap;
	border: none /*1px solid red*/;
}

#results {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

#search-results {
	padding: 10px;
	border: 1px solid #999;
	overflow: auto;
    box-sizing: border-box;
}
#search-map {
	border: 1px solid #999;	
	display: contents;
}
@media (min-width:769px) {
    #search-results {
        width: 33%;
    }
    #search-map {
        width: 67%;
		display: block;
    }
}

#search-results p {
	padding-bottom: 0 !important;
	line-height: 20px !important;
}



ul.results {
	list-style: none;
	margin: 0;
	padding: 0;
}

ul.results li {
	display: block;
	border-bottom: 1px solid #999;
	padding-bottom: 5px;
	margin: 0 0 5px;
}

.toggle {
	display: none;
	margin-bottom: 10px;
	margin-left: 5px;
}

img.middle {
	vertical-align: middle;
	margin: 0 !important;
	padding: 0 !important;
	display: inline;
}

#infowindow b {
	font-size: 15px !important;
	line-height: 19px;	
}

#infowindow {
	position: relative;
	width: auto;
	/*min-width: 250px;*/
	max-width: 400px;
	height: auto;
	min-height: 100px;
	margin: 0 0  10px 0;
	padding: 2px 2px 22px 2px;
	font-size: 14px;
	line-height: 18px;
	
	background: #FFFFFF;
	overflow: hidden;	
}

.info-window-website {
	position: absolute;
	bottom: 0;
	background: none;
	color: #00F !important;
	width: 100%;
	margin: 10px -30px 0 0;
	padding: 3px 0px 3px 0px;
	overflow: hidden;
}

.info-window-website .blue {
	margin: 0;
	padding-left: 0px;
	color: #00F !important;
}

.blue {
	margin: 7px 0 0 0;
	color: #00F;
}

.extraPadding {
	margin: 8px 0 0 0 !important;	
}	
fieldset, fieldset legend {
	background: #fff;
}
.formtitle {
	margin: 0 0 0 10px;
	padding: 10px 8px 10px 5px;
	font-size: 18px;
	color: #000000;	
	border: none /*1px solid red*/;
}

.toggle {
	display: none;
	margin-bottom: 10px;
	line-height: 19px;
	margin-left: 0 !important;	
}

#search-results p {
	width: 100%;
	float: left;
	font-size: 16px !important;
	line-height: 20px !important;
}

/* conditional IE css begins */

html[data-useragent*='MSIE 10.0'] label[for="townpostcodeRetailers"] {
	top: 6px !important;
}

html[data-useragent*='MSIE 10.0'] #townpostcodeRetailers {
	top: 1px !important;
}

html[data-useragent*='MSIE 10.0'] #results {
	margin-bottom: 15px !important;
}

/* conditional IE css ends */

/* Filter Icon Styling */

.filter-icons-large{
	width: 35px;
	height: 35px;
	margin-right: 7px;
	display: inline;
}

.filter-icons-small{
	width: 20px;
	height: 20px;
	margin-right: 7px;
	margin-bottom: 5px;
}

.filter-icons-large img { -ms-interpolation-mode: bicubic; }

.filter-icons-small img { -ms-interpolation-mode: bicubic; }

/* End of filter icon styling */


/* Accordions styling starts */

#map-canvas img{
	margin-top: 0px;
}

#headSection {
	position: relative;
	top: 0;
	left: 0;
	width: 980px;
	height: auto;
	margin: 0 0 10px 0;
	padding: 0;
	display: inline-block;
	/*border: 1px solid red;*/	
	border-bottom: /*none*/ 1px solid #c8c8c8;
}
#hover1{
	width: 100%;
	height: 100%;
	border: 1px solid #000;
}

#headSection-Text {
	position: relative;
	top: 0;
	left: 0;
	width: 586px;
	height: auto;
	margin: 0 10px 10px 0 !important;
	padding: 0 15px 0 0 !important;
	text-align: left;
	background: none;
	float: left;
	border: none /*1px solid Blue*/;
}

#headSection h2, #headSection h3 {
	margin-bottom: 10px !important;
}

#headSection-image {
	position: relative;
	top: 0;
	left: 0;
	width: 369px;
	margin: 0;
	padding: 40px 0 20px 0;
	float: left;
	border: none /*1px solid CornflowerBlue*/;
}

#bodySection {
	margin-top: 20px;
}

.bodySection-text {
	position: relative;
	top: 0;
	left: 0;
	width: 583px;
	padding: 0 25px 0 0;
	border: none/*1px solid DarkCyan*/;
	float: left;
}

.bodySection-text p {
	margin: 0 0 10px 0;
	padding: 0;
	display: inline-block;
}

.bodySection-text ul {
	margin: 0 0 5px 17px !important;
	padding: 0;
	list-style: url('../../images/list-icon-circle.png');
	display: inline-block;
}

.bodySection-text ol {
	margin: 0 0 5px 20px !important;
	padding: 0;
	display: inline-block;
}

.bodySection-textHeading {
	margin: 5px 0 2px 0 !important;
	display: inline-block;
	
	font-size: 18px;
	border: none /*1px solid OliveDrab*/;	
}

.bodySection-textPara1 {
	margin: 10px 0 !important;
	display: inline-block;
}

.references {
	position: relative;
	top: 0;
	left: 0;
	width: 583px;
	height: auto;
	margin: 0;
	padding: 0;
	border: none /*1px solid Indigo*/;
}
 
.references-text {
	position: relative;
	top: 0;
	left: 0;
	width: 583px;
	height: auto;
	margin: 20px 0 0 0;
	padding: 20px 10px 20px 0;
	border-top: 1px solid DarkGray;
	/*border: none 1px solid HotPink;*/
}

.references-text p {
	margin-bottom: 5px;
	
	font-size: 11px !important;
	line-height: 15px;
}

.references-text p sup {
	margin: 0 3px 0 0 !important;	
}

.bodySection-images {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 !important;
	padding: 0 !important;
	width: 368px !important;
	border: none /*1px solid MediumSlateBlue*/;
	float: left;
}

.bodySection-images img {
	position: relative;
	top: 0;
	left: 0;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	vertical-align: top !important;
	border: none /*1px solid LightCoral*/;
}

.sectionHeading {
	width: 100%;
	margin: 20px 0 15px;
	text-align: center;	
}

.sectionHeading h2 {
	padding: 0 10px !important;
	font-size: 24px !important;
	line-height: 24px !important;
	background-color: #ffffff !important;
	z-index: 100;
}

hr {
	position: relative;
	top: -20px;
	left: 0;
	width: 100%;
	border: 0;
	color: #c8c8c8;
	background-color: #c8c8c8;
	height: 1px;
	z-index: -1;
}

.return {
	margin: 25px 0 0 0;
}

.upArrow img {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	margin: 0;
	padding: 0;
	vertical-align: top !important;
	border: none /*1px solid Teal*/;
}

.upText {
	position: relative;
	top: 0;
	left: 0;
	width: auto;
	height: auto;
	margin-top: 3px;
	font-size: 14px !important;
	border: none /*1px solid Violet*/;
}

.youtube {
	 height: 329px;
	 width: 585px;
}

table {	
	font-size: 14px;
	line-height: 18px;
}

td {
	padding: 0 0 10px 0;
}

/* Accordions styling ends */

@media screen and (max-width: 747px) {
	
	
	#radiusMiles {
		grid-row: 3;
		-ms-grid-row: 3;
		grid-column: 1/2;
		-ms-grid-column: 1;
		justify-self: start;
		-ms-grid-column-align: start;
	}
}







