﻿.find-store-header {
    font-size: 1.6rem !important;
    line-height: 2rem;
}

.find-store-sub-header {
    font-size: 4rem !important;
    line-height: 3rem;
    padding-top: 0 !important;
}

.find-store-content {
    width: 100%;
    position: absolute;
    z-index: 1;
    top: 6.375rem;
    bottom: 4.688rem;
    overflow-x: hidden;
    overflow-y: auto;
    background: #131313;
}

.find-store-content .map {
    height: 70%;
}

.find-store-search {
    background: #131313;
    text-align: center;
    padding: 0.5rem 0;
}


.find-store-search .select-option, .find-store-search input {
    display: inline-block;
    vertical-align: top;
}

.find-store-search .find-store-input {
    margin: 0;
    color: #333;
    border: none;
    border-left: 1px solid #ccc;
    text-align: center;
    padding: 0.4375rem 0.625rem 0.4375rem 0.625rem;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.find-store-search input, .find-store-search .select-option ul li, .find-store-search .select-option span {
    font-family: superstorebook;
    font-size: 1.125rem;
}

.find-store-search button {
    background: #fff;
    display: inline-block;
    padding: 0.3125rem 0.625rem;
    font-family: superstorebold;
    font-size: 1.125rem;
    line-height: 1.563rem;
    border: none;
    background: #fff;
    width: 5.625rem;
    color: #999;
    cursor: pointer;
}

.find-store-list {
    margin: 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    background: #131313;
}

.find-store-list li {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 25%;
    display: inline-block;
    position: relative;
}

.find-store-list li img {
    width: 100%;
    display: block;
}

.find-store-detail {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 0, 0, 0.75);
}

.find-store-detail .container {
    display: table;
    width: 100%;
    height: 100%;
}

.find-store-detail article {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.find-store-detail article h2 {
    margin: 0;
    padding: 0;
    color: #fff;
    font-family: superstorebold;
    font-size: 1.4rem;
    display: block;
    line-height: 1em;
}

.find-store-detail article span {
    display: block;
    font-family: superstorebold;
    font-size: 1rem;
    padding: 0 0.75rem;
    line-height: 1em;
}