.gmw-posts-wrapper .crunchyBox, .gmw-posts-wrapper .store{position:relative}
.gmw-posts-wrapper .crunchyBox:hover, .gmw-posts-wrapper .store:hover,
.gmw-posts-wrapper .crunchyBox.selected, .gmw-posts-wrapper .store.selected {
	background:#e6ffe6;
}
.gmw-posts-wrapper .crunchyBox:after, .gmw-posts-wrapper .store:after {
	content:'Make This My Store';
	position:absolute;
	width:200px;
	bottom:10px; right:50%; margin-right:-100px;
	padding:5px;
	text-align:center;
	font-size:13px; line-height:1.2;
	cursor:pointer;
	color:#fff; background:#29A329;
	border-radius:3px;
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	display:none;
}
.gmw-posts-wrapper .crunchyBox:hover:after, .gmw-posts-wrapper .store:hover:after{display:block !important}
.gmw-posts-wrapper .crunchyBox.selected:after, .gmw-posts-wrapper .store.selected:after{display:none}
#fancybox-outer .gmw-posts-wrapper .crunchyBox:after, #fancybox-outer .gmw-posts-wrapper .store:after{
	display:block;
	top:10px; right:10px; bottom:inherit;
	width:auto; margin-right:0;
}

.link-separator{padding:0 10px}
#andalu_gmw_store_location{display:inline-block}


#fancybox-content > div{max-width:100%}
#andalu-initial-store-locator-popup{margin:0}
#andalu-initial-store-locator-popup content{text-align:center; min-height:initial; padding:0; margin-bottom:10px}
.andalu-detected-address{float:left; width:48%}
.andalu-find-postcode{float:right; width:48%}
.andalu-detected-address h2{font-size:30px; margin:0}
.andalu-find-postcode h3{line-height:34px}

.andalu-initial-store-form p{margin:0; min-height:50px}
.andalu-initial-store-form input[type=text]{width:80%}

.andalu-initial-store-form:after{content:''; display:table; clear:both; height:0}

@media only screen and (max-width: 980px) {
	.andalu-detected-address{float:none; width:auto; margin-bottom:20px}
	.andalu-find-postcode{float:none; width:auto}
	#fancybox-outer .gmw-posts-wrapper .crunchyBox:after, #fancybox-outer .gmw-posts-wrapper .store:after{
		bottom:10px; top:inherit;
	}
}
@media only screen and (max-width: 768px) {
	#fancybox-outer .gmw-posts-wrapper .crunchyBox, #fancybox-outer .gmw-posts-wrapper .store{
		padding-bottom:50px;
	}
	#fancybox-outer .gmw-posts-wrapper .crunchyBox:after, #fancybox-outer .gmw-posts-wrapper .store:after{
		left:10px; right:inherit;
	}
}