@charset "UTF-8";

/* reset for safari
*/
textarea,
input.text,
input[type="text"],
input[type="button"],
#storelocator_search-button,
input[type="submit"],
.input-checkbox {
-webkit-appearance: none!important;
border-radius: 0!important;
}

#storelocator {
	-webkit-touch-callout: none;
    -webkit-user-select: none;
     -khtml-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
}
#storelocator h3 {background:#dfdacb; padding:5px 10px; text-transform:none;}
#storelocator h3.address-item__title {background:none; padding:0;}

#storelocator h4.address-item__title {font-size: 14px; font-weight: bold!important;}

#storelocator input,
#storelocator button,
#storelocator_province {
	padding:8px 10px;
}

#storelocator_province {width:100%}

.wrap-storelocator_canvas {background:#dfdacb; padding:15px;}

#storelocator_canvas {
	position: relative;
	width: 100%;
	height: 550px;
	float: left;
}

#storelocator_canvas span {
	color: #333;
}

.wrap-storelocator_search {position: relative;}

#storelocator_search_wrap {
	position:relative;
	width:300px;
}
#storelocator_radius {
	display:none;
	position:absolute;
	top:0;
	right:60px;
}
#storelocator_radius:disabled,
#storelocator_province:disabled {
	opacity:0.3;
}

#storelocator-search-wrap {position:relative;}

#storelocator_search {
	width:100%;
}
#storelocator_search-button {
	position:absolute;
	top:0;
	right:0;
}
/**/

.gm-style-iw i {margin-right:0px;color:#333;}

.gm-style-iw .gm-style img,
.storelocator_category-image,
.storelocator_category-item {max-width: 100px!important;}

.gm-style-iw .address-item {padding:15px 5px; font-size:15px; font-family: Verdana,Geneva,sans-serif;}

#storelocator_items .storelocator_category-items img {max-width: 60px!important; outline:1px solid #e3e3e3;}
#storelocator_canvas .storelocator_category-items img {max-width: 80px!important; outline:1px solid #e3e3e3; margin:0 15px 0 0;}


.checkbox-style-1-label:before, .radio-style-1-label:before, .checkbox-style-2-label:before, .radio-style-2-label:before, .checkbox-style-3-label:before, .radio-style-3-label:before {border-radius: 100%;}
.checkbox-style:checked + .checkbox-style-3-label:before, .radio-style:checked + .radio-style-3-label:before {background:#dfdacb!important; color:#000!important; border-radius: 100%;}

#storelocator_reset-button {position:absolute; top:20px; right:12px; padding:0; cursor:pointer; margin: 0 10px; font-size:11px; opacity:0.6;}
#storelocator_reset-button:hover {color:#000; opacity:1;}

#storelocator_total-wrap {background:#dfdacb; border-bottom:0px solid #af0707; padding:10px 20px;}
#storelocator_total-wrap h3,
#storelocator_total-wrap #storelocator_total-row {padding:0;}

.storelocator-filter-wrap {position:relative; background:#fff;}
.storelocator-filter-wrap h3 {display:inline-block;}

#storelocator_results {
	position: relative;
	width: 100%;
	height: 470px;
	background: #fff;

	overflow: auto;
	overflow-y: auto;
	overflow-x: hidden;

	float: left;
	
}

#storelocator_results div.address-item {
	position: relative;
	width: 100%;
	padding: 25px 10px;
	/*margin-bottom: 10px;*/
	border-bottom: 1px solid #ccc;
	cursor:pointer;
}
#storelocator_results div.address-item:hover{background:rgba(0,0,0,0.025);}
#storelocator_results div.address-item.active {background-color: #fafafa;}
#storelocator_results h3.address-item__title {font-size:14px; font-weight:bold;}

#storelocator_results div.address-item span {
	color: #333;
}


#storelocator_results div.address-item .storelocator_category-item  {
	display:inline-block;
	margin:0 10px 0 0; 
	background:none; 
	color:#fff; 
	font-size:11px;
}

#storelocator_results .address-item i {margin-right:0px;}

#storelocator_results .address-item::after {
	display:none; 
	content:'';
	position:absolute; 
	top:0; 
	left:0; 
	background:red; 
	width:20px; 
	height:20px; 
	background:red;
}

	.address-item .address-info {
		color: #333;
		border-radius: 10px;
		border: 1px solid #ccc;
		padding: 0 9px;
		margin: 10px 5px 0 0;
		display: inline-block;
	}
	
	.address-item .address-info:hover {background:#dfdacb;}
	.address-item .address-info a:hover  {color:#000;}
	
	
.address-info-distance {font-size:12px;}
	
/*	
#storelocator_group div:hover label,
#storelocator_categories div:hover label {color:#af0707!important;}
*/
#storelocator_categories .checkbox-style {width:100%;/*height:auto;*/}

#storelocator_categories div:hover {outline:1px solid #dfdacb; background:#fafafa;}
#storelocator_categories div:hover img {opacity:0.7;}

@media (max-width: 767px) {
	#storelocator_categories div {width:50%; float:left; }
}

.storelocator:hover {opacity:0.8;}




.address-info .hide-desk {display:none;}
.address-info .show-desk {display:block;}
@media (max-width: 767px) {
	.address-info .hide-desk {display:block!important;}	
	.address-info .show-desk {display:none!important;}
}


/*
#storelocator_groups {
	position: relative;
	width: 620px;
	line-height: 30px;
	text-align: center;
	padding-right: 300px;
	background: #af0707;
	clear: both;
}

#storelocator_groups a {
	display: inline-block;
	color: #fff;
}

#storelocator_groups a:first-child {
	margin-right: 15px;
}
*/



/* Storelocator

#storelocator_radius,
#storelocator_search-button {top:30px!important;}

#storelocator_reset-button {position:absolute; top:0; right:0; padding:0; cursor:pointer;}

#storelocator_province {width:100%}

#storelocator_total-wrap {background:#f1f1f1; padding:10px 20px;}
#storelocator_results .address-item {padding:0 20px;}
#storelocator_results .address-item:hover {background:rgba(0,0,0,0.025);}
#storelocator_results .address-item i {margin-right:15px;}

#storelocator_canvas .gm-style-iw span {color:#333!important;}

.gm-style-iw i {margin-right:15px;color:#333;}
*/