@charset "UTF-8";


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

#storelocator_province {width:100%}

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

#storelocator_canvas span {
	color: #333;
}

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

#storelocator_search_wrap {
	position:relative;
	width:300px;
}
#storelocator_radius {
	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;
}
/**/
#storelocator_reset-button {/*position:absolute; top:0; right:0; padding:0;*/ cursor:pointer; margin: 0 10px;}

#storelocator_total-wrap {border-bottom:1px solid #af0707; padding:10px 20px;}

.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 20px;
	/*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 div.address-item span {
	color: #333;
}
#storelocator_results h3.address-item__title {line-height:1.3;}

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

#storelocator_results div.address-item .storelocator_category-item.storelocator_category-juliette-armand {background:#803475!important;}


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

#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 {
		margin:0 12px 0 0;
		color: #333;
		border-radius: 10px;
		border: 1px solid #ccc;
		padding: 0 9px;
		margin: 10px 2px 0 0;
		display: inline-block;
	}
  
  .address-item .address-info:hover {background:#eee;}
  
  #storelocator_canvas .address-item .address-info a,
  #storelocator_items .address-item .address-info a {color:#000!important;}
  #storelocator_canvas .address-item .address-info a:hover,
  #storelocator_items .address-item .address-info a:hover {opacity:0.7;}


  #storelocator_canvas .gm-style-iw .storelocator_category-item {
	display:inline-block;
	margin:0 5px 5px 0; 
	padding:0 10px; 
	background:#af0707; 
	color:#fff; 
	font-size:11px;
  }
 #storelocator_canvas .gm-style-iw .storelocator_category-item.storelocator_category-juliette-armand {background:#803475!important;}

  
#storelocator_group div:hover label,
#storelocator_categories div:hover label {color:#af0707!important;}


/*
#storelocator_results .storelocator_category-item-wrap {margin:5px 0 15px 0;}
*/

.storelocator:hover {opacity:0.8;}
/*
#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;}
*/

.storelocator_group-label-color {
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	margin: 0 5px;
	vertical-align: middle;
}

.address-item__group0::after {
	display: inline-block;
	width:14px;
	height:14px;
	margin-left: 5px;
	border-radius: 100%;
	background-color: #af0707;
	content:"";
}

.address-item__group1::after {
	display: inline-block;
	width:14px;
	height:14px;
	margin-left: 5px;
	border-radius: 100%;
	background-color: #af0707;
	content:"";
}


/* hannah specific - color
*/ 

.storelocator_group-label-color,
.address-item__group0::after,
.address-item__group1::after {display:none;}

.storelocator_group-label-0,
.address-item__group0 {color:#af0707;}
.storelocator_group-label-1,
.address-item__group1 {color:#af0707;}


.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;}
}

