#mapa {
    display: flex;
    height: 100%;
}

#mapa .stores {
    width: 30%;
    height: 600px;
    padding-right: 15px;
    overflow-y: scroll;
}

.stores-title h4 {
    color: #b0008e;
}

#mapa #info {
    position: absolute;
    padding: 0;
    z-index: 10;
    top: 0;
    left: -30vw;
    width: 30vw;
    height: 100%;
    background: #f2f2f2;
    -webkit-box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 0px 6px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
}

#mapa #info.activo {
    left: 0;
}

#mapa #info .wp figure {
    display: block;
    width: 100%;
    height: 11.25em;
    margin-bottom: 1em;
    overflow: hidden;
}

#mapa #info .wp figure img {
    max-width: 100%;
    display: block;
    background-color: green;
}

#mapa #info .wp .txt {
    padding: 0 5% 0;
}

#mapa #info .wp .txt h2 {
    font-size: 1.5rem;
    margin-bottom: 1em;
}

#mapa #info .wp .txt p,
#mapa #info .wp .txt address {
    margin-bottom: 1em;
    font-size: 0.875rem;
    line-height: 1.6em;
    font-style: normal;
}

#mapa #info .wp .txt p a,
#mapa #info .wp .txt address a {
    text-decoration: none;
    font-weight: 600;
}

#mapa #info .wp .txt p a.btn,
#mapa #info .wp .txt address a.btn {
    display: inline-block;
    background-color: red;
    color: #fff;
    margin-top: 1em;
    padding: 0.5em 1em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

#mapa #info .wp .txt i {
    background-color: red;
    display: inline-block;
    vertical-align: center;
    width: 15px;
    height: 15px;
    margin-right: 0.5em;
}

#mapa #info .btnClose {
    position: absolute;
    z-index: 5;
    top: 1%;
    right: 5%;
    color: #fff;
}

#mapa #map {
    position: relative;
    z-index: 1;
    display: block;
    width: 70%;
    height: 100%;
}

.store-address {
    width: 100%;
    background-color: #f5f5e1;
    padding: 30px;
    text-align: left;
    margin-bottom: 15px;
    cursor: pointer;
    -webkit-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
    box-shadow: 2px 0px 4px rgba(0, 0, 0, 0.1);
}

.store-address a:hover {
    color: #000;
}

.ms-n5 {
    margin-left: -40px;
}

.search-icon {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.geolocator i {
    color: #b0008e;
    font-size: 20px;

}

.store-address i {
    color: #b0008e;
    margin-right: 5px;
}

.store-address h6 {
    color: #b0008e;
    text-align: center;
    border-top: 1px solid #97D700;
    margin-top: 15px;
    padding-top: 15px;
    transition: .5s;
}

.stores::-webkit-scrollbar-track {
    background: #00000028;
}

.stores::-webkit-scrollbar-thumb {
    background: #97D700;
    border-radius: 0;
}

.search-icon .form-control:focus,
.search-icon .btn-outline-secondary:focus {
    border-color: #97D700;
    box-shadow: none;
}

.search-icon .btn-outline-secondary:hover {
    color: #97D700;
}

.clear-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.outlets-clear a,
.outlets a {
    color: #b0008e !important;
    font-weight: 500;
    cursor: pointer;
}

.bg-purple {
    background-color: #b0008e;
}

@media (max-width: 767px) {
    #mapa {
        display: block !important;
    }

    #mapa #lista,
    #mapa .stores,
    #mapa #map {
        width: 100%;

    }

    #mapa #map {
        height: 400px;
        top: 10%;
    }
}

.siteNotice .justify-content-between div,
.geolocator {
    cursor: pointer;
}

.gm-style-iw.gm-style-iw-c {
    background-color: #b0008e;
}

.gm-style-iw-d {
    overflow: hidden !important;
}

.gm-style .gm-style-iw-tc::after {
    background-color: #b0008e !important;
}

button.gm-ui-hover-effect span {
    display: none !important;
}

button.gm-ui-hover-effect::after {
    content: '\00D7';
    color: #fff;
    font-size: 30px;
    left: -10px;
    top: 6px;
    position: relative;
}

.siteNotice {
    background-color: #b0008e;
    width: 350px;
    color: #fff;
    padding: 0 20px 20px 10px;
}
