/* Storelocator */

.storelocator.main {
    position: relative;
}

#storelocator_map img {
    max-width: none;
}

.storelocator.map {
	margin: 15px 0;
    width: 100%;
    height: 400px;
    overflow: hidden;
}

.storelocator-grid {
    margin: 25px 0 0;
}

.storelocator-grid .item {
    margin: 15px 0;
}

.storelocator-grid .item .inner {
    border: 1px solid #f7f5f3;
    padding: 25px;
}

.storelocator-grid .inner { border-bottom: 1px solid #000; }

.storelocator-grid h5 { 
	font-size: 24px; 
	line-height: 28px;
}

.storelocator-grid a {
	padding: 0;
	text-align: left;
}

.storelocator-grid a:hover { text-decoration: underline; }

.storelocator-grid .item .product-name {
    margin: 0 0 20px;
}
.storelocator-grid .price-box { 
    margin: 0;
    font-family: 'apercuregular'; 
}

.storelocator-grid .address p,
.storelocator-grid .opening-hours p {
    display: block;
    margin: 3px 0 0;
}

.storelocator-grid .price-box .address { 
    margin: 0;
    line-height: 16px; 
}

.storelocator-grid .opening-hours {
    font-family: 'apercumono';
    line-height: 18px;
    width: 100%;
}

.storelocator-grid .opening-hours .time {
    text-align: right;
    vertical-align: top;
}

.storelocator-grid .opening-hours td {
    padding: 2px 1px;
}

.storelocator-grid .day,
.storelocator-store .info .day {
    width: 100px;
}

.storelocator-grid .view_on_map,
.storelocator-grid .go-to-shop-page {
    margin: 0;
    font-family: 'apercumono';
    text-decoration: underline;
    cursor: pointer;
}

.storelocator .visible-xs .view_on_map {
    display: block;
    margin: 0 -10px;
    padding: 16px 0;
    border-bottom: 1px dashed #9b9b9b;
    text-align: center;
    text-decoration: none;
}

.storelocator .icon-arrow-down { 
    position: relative;
    top: -1px;
    font-size: 6px; 
}

.storelocator-store .top { 
    margin: 0 0 40px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #000; 
}

.storelocator-store .page-title {
    padding-top: 16px;
    padding-bottom: 0;
    border: none;
}

.storelocator-store .std { padding-top: 14px; }

.storelocator-store .info {
    font-family: 'apercumono';
    line-height: 18px;
}

.storelocator-store h5 {
    margin: 0 0 20px 0;
    font-family: 'apercumono';
    line-height: 18px;
}

.storelocator-store .info p { 
    margin: 0 0 20px 70px; 
}

.storelocator-store .info a { 
    display: block;
    text-decoration: underline; 
}

.storelocator-store .info .regular { font-family: 'apercuregular'; }

.store-map {
    padding: 10px;
    height: auto;
    font-size: 12px;
    line-height: 14px;
    font-family: 'apercuregular';
}

.store-map .title { font-family: 'apercubold'; }

.store-map p { margin: 10px 0 0 0; }

@media (max-width: 767px) {

    .storelocator.map { height: 200px; }

    .storelocator-store .info p { margin-left: 20px; }

}
