
/* icons */
@font-face {
    font-family: "icons-9.17.0";
    font-display: swap;
    src: url(fonts/icons-9.17.0.eot);
    src: url(fonts/icons-9.17.0.eot5#iefix) format("embedded-opentype"),
	url(fonts/icons-9.17.0.woff?frz-v=825) format("woff"),
	url(fonts/icons-9.17.0.ttf?frz-v=825) format("truetype"),
	url(fonts/icons-9.17.0.svg#icons-9.17.0) format("svg")
}

.shopSelectorIcon--pin:before {
    content: "\EA33"
}
.shopSelectorIcon--checkCurve:before {
    content: "\EA13"
}
.shopSelectorIcon--3-cross:before {
    content: "\EA04"
}



#shopSelector {
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
    overflow: hidden;
}
.shopSelector-Icon {
	display: inline-block;
	color: #e40613;
	line-height: 1;
	margin-right: .625rem;
	vertical-align: baseline;
	
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-feature-settings: normal;
	font-family: "icons-9.17.0";
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1.5;
	text-decoration: none;
	text-transform: none;
}
.shopSelector_close {
	width:50px;
	height:50px;
	position:absolute;
	top:5px;
	right:5px;
	color:#ffffff;
	cursor: pointer;
	.shopSelector-Icon {
		display: inline-block;
		color: #ffffff;
		line-height: 50px;
		margin-right: 0px;
		margin-left: 17px;
	}
}
	
.shopSelector_Header {
	height:120px;
	
	background-color: #333;
    color: #fff;
	font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
    padding-left: 40px;
    padding-right: 40px;
}
	.shopSelector_Header h1 {
		font-size: 25px;
		margin: 0;
		padding-top: 10px;
		margin-left: 20px;
		margin-bottom: 0px;
		line-height: 50px;
	}
	.shopSelector_InputWrapper {
		position:relative;
	}
	.shopSelector_emptyInput{
		position: absolute;
		color: #333;
		cursor: pointer;
		font-size: .625rem;
		left: 30px;
		line-height: .5rem;
		top: 50%;
		transform: translateY(-50%);
	}
	.shopSelector_InputWrapper input {
		width: calc(100% - 280px);
		font-size: 16px;
		line-height: 20px;
		margin: 0;
		margin-left:20px;
		border: none;
		padding: 10px;
		padding-right: 200px;
		padding-left: 30px;
	}
	.shopSelector_InputWrapper button {
		font-size: 14px;
		line-height: 20px;
		position: absolute;
		height: 20px;
		right: 35px;
		top: 10px;
		
		margin: 0;
		overflow: visible;
		appearance: none;
		background-color: transparent;
		border: none;
		color: #333;
		cursor: pointer;
		display: inline-block;
		font-weight: 900;
		text-decoration: underline;
		text-transform: uppercase;
	}
	
.shopSelector_SearchResults {
	height: calc(100% - 120px);
	overflow-y:auto;
	
	background-color: #ffffff;
    color: #000000;
	font-family: Helvetica Neue, Arial, sans-serif;
    font-weight: 400;
    line-height: 1.4;
}
	.shopSelector_SearchResults-list {
		display: flex;
		flex-wrap: wrap;
		flex-direction: row;
		justify-content: center;
		color: #4f4747;
		box-sizing: inherit;
		list-style: none;
		margin: 0;
		padding: 20px;
	}
	.shopSelector_SearchResults-listItem {
		display: flex;
		/* width: 350px; */
		width: 100%;
		
		color: #4f4747;
		font-family: Helvetica Neue,Arial,sans-serif;
		font-weight: 400;
		line-height: 1.4;
		font-size: 1rem;
		list-style: none;
		box-sizing: inherit;
		/* border: 1px solid #ccc; */
		border-bottom: 1px solid #ccc;
		padding: 10px;
		padding-left: 20px;
		padding-right: 20px;
		margin: 10px;
	}
	.shopSelector_SearchResults-Details{
		width:50%;
	}
	.shopSelector_SearchResults-Location {
		font-weight: 700;
		text-transform: uppercase;
		h2 {
			font-size: 20px;
			color: #333;
		}
	}
	.shopSelector_SearchResults-Feature {
		font-weight: 700;
		h3 {
			color: #333;
			font-size: 14px;
		}
	}
	.shopSelector_SearchResults-Icon {
		display: inline-block;
		color: #e40613;
		line-height: 1;
		margin-right: .625rem;
		vertical-align: baseline;
		
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		font-feature-settings: normal;
		font-family: "icons-9.17.0";
		font-style: normal;
		font-variant: normal;
		font-weight: 400;
		line-height: 1.5;
		text-decoration: none;
		text-transform: none;
	}
	.shopSelector_SearchResults-Title {
		display: inline;
		font-size: inherit;
		font-weight: inherit;
		line-height: inherit;
		text-transform: none;
		color: #333;
		margin: 0;
	}
	.shopSelector_SearchResults-Actions {
		width:50%;
		text-align: right;
		line-height: 70px;
	}
	.shopSelector_SearchResults-depotButton {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		background-color: transparent;
		border: none;
		color: #333;
		cursor: pointer;
		display: inline-block;
		font-size: .75rem;
		font-weight: 900;
		line-height: .75rem;
		padding: .9375rem 2.25rem;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		border: 1px solid #333;
		color: #333;
	}
	.shopSelector_SearchResults-depotButton:after {
		background-color: color(#fff);
		content: "";
		display: block;
		height: 100%;
		left: 0;
		opacity: 0;
		position: absolute;
		top: 0;
		transition: .1s ease-in;
		width: 100%
	}
	.shopSelector_SearchResults-depotButton:hover {
		border-color:#e40613;
        color: #e40613
	}

	.shopSelector_SearchResults-ActionsButton {
		margin: 0 auto;
	
		list-style: none;
		box-sizing: inherit;
		font-family: inherit;
		overflow: visible;
		appearance: none;
		cursor: pointer;
		/* display: block; */
		font-size: 13px;
		font-weight: 900;
		line-height: 30px;
		padding: 5px;
		padding-left: 15px;
		padding-right: 15px;
		position: relative;
		text-align: center;
		text-decoration: none;
		text-transform: uppercase;
		background-color: #e40613;
		border: 1px solid #e40613;
		color: #fff;
	}
	.shopSelector_SearchResults-ActionsButton:hover {
		background-color: #ffffff;
		border: 1px solid #e40613;
		color: #e40613;
	}
	
	
@media only screen and (max-width: 600px) {
	.shopSelector_Header {
		padding-left: 0px;
		padding-right: 0px;
	}
	.shopSelector_Header h1 {
		font-size: 18px;
		line-height: 50px;
	}
}
@media only screen and (max-width: 500px) {
	.shopSelector_Header {
		padding-left: 0px;
		padding-right: 0px;
	}
	.shopSelector_Header h1 {
		font-size: 18px;
		line-height: 50px;
	}
	.shopSelector_InputWrapper input{
		width: calc(100% - 230px);
		padding-right: 160px;
	}
	.shopSelector_InputWrapper button {
		font-size:12px;
		right: 20px;
	}
	.shopSelector_SearchResults-list {
		display:inline-block;
		padding:10px;
	}
	.shopSelector_SearchResults-listItem {
		width: calc(100% - 10px);
		padding:0px;
		margin:0px;
	}
	.shopSelector_SearchResults-ActionsButton{
		line-height: 15px;
	}
	.shopSelector_SearchResults-Location {
		h2 {
			font-size: 18px;
		}
	}
}
@media only screen and (max-width: 400px) {
	.shopSelector_Header h1 {
		font-size: 16px;
		line-height: 50px;
	}
	.shopSelector_InputWrapper input{
		width: calc(100% - 230px);
		padding-right: 160px;
	}
	.shopSelector_InputWrapper button {
		font-size:12px;
		right: 20px;
	}
	.shopSelector_SearchResults-list {
		display:inline-block;
		padding:10px;
	}
	.shopSelector_SearchResults-listItem {
		width: calc(100% - 10px);
		padding-top: 10px;
	}
	.shopSelector_SearchResults-Actions {
		line-height:60px;
	}
	.shopSelector_SearchResults-depotButton {
		font-size: 13px;
		line-height:15px;
	}
}
