﻿#page-wrapper {
    padding: 0;
}

    #page-wrapper .container {
        padding: 0;
        width: 100%;
    }

.fmjBodyContainer {
    padding: 0;
}

.storeLocator .list .storeListItem .header .city .underline {
    height: 2px;
    background-color: #7f7f7f;
    width: 100%;
}

.storeLocator .mapStoreIcon {
    cursor: pointer;
}

.storeLocator .nearby {
    padding-left: 15px;
}

.storeLocator .list .storeListItem {
	border-top: 1px solid #F0F0F1;
	padding: 15px;
}

.storeLocator .list .storeListItem .details {
	width: 80%;
}

.storeLocator .list .storeListItem .expand.expanded input {
	-moz-transform: scaleY(1, -1);
	-o-transform: scaleY(-1);
	-webkit-transform: scaleY(-1);
	transform: scaleY(-1);
}

.storeLocator .list .storeListItem .highlightText {
	color: #417505;
}

.storeLocator .list .storeListItem .directions {
	width: 20%;
}

.storeLocator .list .storeListItem .expandDetails {
	visibility: hidden;
	height: 0;
}

.storeLocator .list .storeListItem .expandDetails.expanded {
	visibility: visible;
	margin-top: 15px;
}

.storeLocator .list .storeListItem .expandDetails .hours .display-table-row .display-table-cell:nth-child(2n) {
	padding-left: 20px;
}

.storeLocator .list .storeListItem:hover,
.storeLocator .list .storeListItem.active {
	background-color: #F0F0F1;
}

.storeLocator .list .storeListItem .expand {
	position: absolute;
	right: 0;
	top: 0;
}

.storeLocator .list .storeListItem .expand input {
	padding: 5px;
}

.storeLocator .favoriteIcon {
	cursor: pointer;
	width: 16px;
	height: 14.55px;
}

.storeLocator .favoriteIconChecked {
	content: url("/Assets/Images/wishchkd.svg");
}

.storeLocator .controlsContainer {
    background-color: #fff;
    cursor: move;
    position: absolute;
    left: 5%;
    width: 375px;
    z-index: 2;
}

.storeLocator .favoriteIconUnchecked {
	content: url("/Assets/Images/wishunchkd.svg");
}

.storeLocator .controlsContainer {
	background-color: #fff;
	position: absolute;
	top: 200px;
	left: 5%;
	width: 375px;
	z-index: 200;
}

.storeLocator .listContainer {
    max-height: 400px;
    overflow-y: scroll;
    width: 375px;
    position: relative;
}

.storeLocator .map {
    height: 800px;
    width: 100%;
}

.storeLocator .search input {
    margin: auto;
    width: 20px;
    height: 20px;
}

.storeLocator .gps {
    border: 1px solid;
	border-radius: 625rem;
    cursor: pointer;
    max-width: 230px;
    padding: 0 1rem;
	text-align: center;
}

.storeLocator .gps img {
    margin: 0 0 2.5px;
    outline: none;
    vertical-align: bottom;
	width: 20px;
	height: 20px;
}

.storeLocator .form .location {
    width: 100%;
}

.storeLocator .form .search {
    cursor: pointer;
    border-radius: 0 4px 4px 0;
    text-align: center;
    width: 50px;
    height: 100%;
    position: absolute;
    right: 0;
    z-index: 2;
    padding-top: 9px;
    top: 0;
}

@media (max-width: 375px) {
	.storeLocator .controlsContainer {
		position: initial;
		top: 0;
		left: 0;
		width: 100%;
	}
	.storeLocator .listContainer {
		height: auto;
		width: 100%;
		max-height: none;
	}
	.storeLocator .map {
		display: none;
	}
	.Homestore:hover {
		text-decoration: underline;
		color: #782157;
		cursor: pointer;
	}
}

.Homestore:hover {
    text-decoration: underline;
    color: #782157;
    cursor:pointer;
}
