/* - Store Locator CSS - */

.nocols .et_pb_column_4_4, .nocols .et_pb_column_4_4 .et_pb_widget {
	width:100% !important;	
}	
ul.size {
	margin:35px 15px 15px !important;
	display:block;
	float:left;
}
ul.size li {
	display:inline-block;
	margin-right:20px;
}
ul.size li span {
	cursor: pointer;
	background-color: rgba(17,76,146,0.1);
	width: 16px;
	height: 16px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	border:1px solid rgba(0,0,0,0.15);
}
ul.size li p {
	cursor: pointer;
	display: inline-block;
	vertical-align: middle;
	margin:0 !important;
	margin-left:6px;
}
ul.size li span.clicked {
	background-color: rgba(17,76,146,0.65);
}

.store-locator:after {
	display:block;
	content:"";
	clear:both;
	margin:15px 0px;
}
.store-locator .col.span4 {
	display:block;
	float:left;
	width:28.33333%;
	padding:1% 1.5%;
	margin:2% 0.5%;
	background:#12bbec;
	color:#fff;
}
.nocols .col.span4.choose {
	max-width:170px;
}
.nocols .col.span4.hide, .nocols ul.hide {
	display:none;
}
.nocols .col.span4.buy {
	max-width:170px;
	float:right;
}
.nocols .col.span4.find {
	float:right;
	max-width:240px;
}
.store-locator .col.span4 h2, .store-locator .col.span4 p, .store-locator .col.span4 li {
	color:#fff !important;
	text-align:center;
	margin-bottom:0px;
	padding-bottom:5px;
}
.advice-prod, .advice {
	display:none;
}
.store-locator .col.span4 .form {
	position:relative;
	display:block;
	width:80%;
	margin:0px auto;
}
.store-locator .col.span4 input, .store-locator .col.span4 select {
	font-family: "SesameWorkshop";
	font-size: 22px;
	color: #b0b0b0;
	line-height: 40px;
	height: 36px;
	text-indent:8px;
	border:0px none transparent;
	max-width:100%;
	margin:0px auto 5px;
}
.store-locator .col.span4 select {
	font-size:15px;
	text-indent:3px;	
}
.store-locator .col.span4 input.submit {
	background:transparent;
	border:0px none transparent;
	color:#b0b0b0;
	float:left;
	width:auto;
	position:absolute;
	top:0px;
	right:0px;
	line-height:36px;
	opacity:1;
}
.store-locator .col.span4 input.submit:hover {
	opacity:0.8;
	cursor:pointer;
}
.locations {
	display:block;
	clear:both;
}
.locations li {
	margin:0px 0px 15px;
}
p.no-luck {
	margin:10px 0px;
}
ul.locations li {
	vertical-align:top;
	display:inline-block;
	width:33%;
	padding:0px 0px 20px;
}
.locations h4 {
	color:#2c6f06;
	line-height:1em;
	padding-bottom:5px;
}
#map-canvas {
	display:block;
	width:100%;
	height:400px;
	margin-bottom:20px;
}
#map-canvas .info {
	padding:10px;
	overflow:hidden;	
}
#map-canvas img {
	max-width:none !important;
}
#map-canvas label {
	width:auto;display:inline;
}