* {
    padding: 0;
    margin: 0;
}

html, body {
    width: 100%;
    height: 100%;
}

.neocate-bg {
    background-color: #4e2683;
}

.storelocator {
    position: relative;
}

.storelocator p, .storelocator a {
    font-family: 'Lato', sans-serif;
}

.filter-section {
    background: #4e2683;
    padding: 20px;
}

.row {
    position: relative;
}

#neocate-map {
    height: 675px;
    background-color: #dfdfdf;
}

.purple-button {
    background-color: #4e2683;
    color: #fff;
}

a.purple-button {
    background-color: #4e2683;
    color: #fff;
}

.storelocator .select-control {
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.storelocator .button {
    cursor: pointer;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
    display: inline-block;
    line-height: 100%;
    border-radius: 8px;
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    text-align: left;
    background-color: purple;
    font-size: 12px;
}

.purple-button:hover {
    background-color: #7a45bc;
    color: #fff !important;
    text-decoration: none;
}

.purple-bar-top {
    background-color: #4e2683;
    width: 100%;
    height: 40px;
}

.nsl-text {
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
}

.cz-input {
    border-radius: 5px 0 0 5px;
    line-height: 1.2;
    font-size: 14px;
}

.cz-input:focus {
    outline: none;
    border: inherit;
    box-shadow: inherit;
}

.filter {
    padding: 0;
}

.filter span {
    background: #1d2731 repeat scroll 0 0;
    position: absolute;
    right: 0;
    bottom: 0;
}

.filter span>i {
    background: none;
    color: #ffffff;
    text-align: center;
    font-size: 20px;
    padding: 9px;
    cursor: pointer;
}

.cz-input-container {
    position: relative;
    padding: 0 !important;
}

.locations {
    background-color: #a3238e !important;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: auto;
    right: 0;
    overflow: auto;
}

.locations-sm {
    background-color: #a3238e !important;
    max-height: 100px;
    display: flex;
    flex-direction: row;
    overflow: auto;
}

.locations-sm div {
    min-width: 125px;
    margin: 0 2px;
    border-right: #1d2731 1px solid;
    overflow: auto;
}

.location {
    padding: 10px;
    border-bottom: 1px #1d2731 solid;
}

.location>p, .info-window p {
    line-height: 1.2;
    color: #ffffff;
}

.storelocator p.title, .storelocator .info-window p.title {
    line-height: 1.2;
    font-size: 15px;
}

p.area, .info-window p.area {
    font-size: 13px;
    /* color: inherit; */
    margin-bottom: 5px;
}

.locations .focus, .locations-sm .focus {
    background-color: #d2d2d2;
}

.build-demo {
    position: absolute;
    top: 0;
    right: 0;
    color: #f2f2f2;
    font-size: 10px;
    font-weight: 700;
    padding: 10px;
}

.info-window {
    min-width: 300px;
    padding: 12px;
}

/* overwrite css */

.gm-style .gm-style-iw-c {
    border-radius: 0;
    background-color: #93628f;
    padding: 0;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-t::after {
    background: linear-gradient(45deg, rgba(147, 98, 143, 1) 50%, rgba(255, 255, 0, 0) 51%, rgba(255, 255, 255, 0) 100%);
}
