.location-wrapper{
	padding: 0 10px;
	display: inline-block;
	vertical-align: top;
	float: none;
	text-align: right;
	width: 30%;
}

.wcl-location{
	font-size: 15px;
	line-height: 21px;
	margin: 0;
	display: inline-block;
}

.wcl-locality-select-cont{
	display: none;
}
.wcl-location > .wcl-locality-select-cont .table > .wcl-locality-city{
	min-width: 130px;
	padding: 5px 15px;
	margin-right: -8px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	height: 34px;
}

.wcl-locality-confirm{
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 2px solid #e4e4e4;
	padding-top: 7px;
	padding-bottom: 7px;
	height: 34px;
	vertical-align: top;
}

.wcl-locality-select-cont{
	position: absolute;
	top:0;
	right: 65px;
	width: 100%;
	height: 100%;
	z-index: 4;
	background-color: #f9f9f9;
	padding: 6px 0;
	min-width: 350px;
}

.wcl-locality-select-cont .x-button.active{
	position: absolute;
	left: 10px;
	bottom: 16px;
}

.wcl-locality-select-cont .x-button{
	padding: 0 10px;
}

.wcl-locality-select-cont > .table{
	float: right;
}

.wcl-locality-select-cont .table > .table-cell{
	margin: 0 2px;
	display: contents;
}

.wcl-change-locality-wrapper{
	height: 103%;
	top: 0;
	right: 0;
	background-color: #82b437;
	width: 62px;
	text-align: center;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
}

.wcl-change-locality-wrapper > a {
	display: table;
	height: 53px;
	width: 100%;
	color: white;
}

.wcl-change-locality-wrapper > a > span{
	display: table-cell;
	vertical-align: middle;
}

.wcl-location .wcl-main{
	padding: 5px;
	padding-right: 20px;
	vertical-align: middle;
	display: table-cell;
}

.wcl-location-closest-point{
	display: none;
	position: absolute;
	width: 100%;
	right: 0;
	z-index: 5;
	background-color: white;
	border: 1px solid #82b437;
	padding: 30px 40px;
	min-width: 550px;
	text-align: left;
}

div.wcl-location-closest-point.active{
	display: block;
}

.wcl-icon{
	font-size: 21px;
	vertical-align: middle;
	padding: 0 1px;
}

.wcl-text{
	padding: 0 1px;
}

.wcl-text > span{
	padding: 0 1px;
}

.wcl-location-closest-point h2 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 26px;
}

.closest-shop-title{
	text-transform: uppercase;
	font-size: 15px;
	line-height: 26px;
	font-weight: bold;
}

.closest-shop{
	font-weight: bold;
	line-height: 50px;
}

.wcl-location-closest-point .BTN{
	padding: 12px 0;
}

.wcl-photo .RESP-IMAGE{
	padding-bottom: 13px;
	max-width: 200px;
}

.wcl-current-location-wrapper{
	display: inline-block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 150px;
	vertical-align: top;
}

.wcl-cp-select-shop{
	width: 100%;
}

@media all and (max-width: 1260px){
	.location-wrapper{
		width: 30%;
	}
}

@media all and (max-width: 1023px){
	.wcl-location-closest-point .small-column-12
	{
		width: auto;
	}
}