html, body {
    height: 100%;
}
#map {
    height: 420px;
}
.icons{
    background: url("https://encuentra-una-tienda.newera.mx/api/img/iconos.png")no-repeat;
    display: inline-block;
}
.filter{
    background-position: -180px 0;
    width: 20px;
    height: 20px;
}
.loading-data{
    position:absolute;
    text-align:center;
    padding:0;
    margin:0;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.8);

}
#results {
    padding: 0;
    margin: 0;
    background: #FFF;
}
#results li {
    cursor: pointer;
    padding: 5px 10px;
    color: #202020;
    font-size: 15px;
    border-bottom: 1px solid #CCC;
    list-style:none;
}
.flex-map {
    max-width: 100%;
    width: 100%;
    margin: auto;
}
.row-search {
    border-radius: 5px;
    overflow: hidden;
}
.row-search button {
    padding: 8px 12px;
    font-size: 13px;
    background-color: #000000;
}

.row-search button:active, .row-search button:hover {
    background-color: #000000;
    border-color: #000000;
    margin-left: 10px;
    width: 30%;
}

.row-search input[type=text] {
    border-radius: 5px 0 0 5px;
}
.row-filtro {
    padding: 15px 0;
}

.row-filtro p {
    margin: 0;
    font-size: 11px;
    color: #000;
    opacity: 0.25;
}
.row-direccion {
    /*max-width: 400px;
    width: 100%;*/
    height: 420px;
    overflow: auto;
    position: relative;

    background: #FFF;
}
.row-direccion h2 {
    font-size: 18px;
}
.item-direccion {
    padding: 15px 0;
    border-top: 1px solid #000000;
}



.item-direccion p {
    font-size: 14px;
    margin-bottom: 10px;
    line-height: 130%;
}
.item-direccion p a {
    display: inline-block;
}
.item-direccion p a:hover {
    color: #000000;
}
.item-direccion p:first-of-type {
    margin-bottom: 0;
}
.item-direccion p strong {
    font-size: 16px;
}
.item-direccion .btn-d {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    padding: 8px 12px;
    border-radius: 0;
    background-color: #000000;
    text-decoration: none;
}

.sticky-top{
    z-index: 9!important;
}

.btn-d:active,
.btn-d:hover {
    background-color: #000000;
    border-color: #000000;
    text-decoration: none;
}

#filters{
    display: none;
    list-style: none;
    transition: all 1s ease-in;
    padding: 0 0 10px 0;
    margin: 0;
}
#filters li{
    list-style: none;
    font-size: 12px;
    cursor: pointer;
}

#filters li span.active{
    border-bottom: 1px solid #000000;
}

.row-filtro button {
    padding: 8px 15px;
    color: #000000;
    font-size: 10px;
    border: 1px solid #000000;
    border-radius: 0;
    background-color: #FFF;
    letter-spacing: 2.1px;
}

.filter-enabled, .row-filtro button:hover{
    background-color: #000000!important;
    color: #FFF!important;
}

.row-filtro button:hover span,
.filter-enabled span{
    background: url(https://encuentra-una-tienda.newera.mx/api/img/white-filter.png) no-repeat!important;
    background-size: 20px!important;
}

.filter-disabled span{
    background: url(https://encuentra-una-tienda.newera.mx/api/img/black-filter.png) no-repeat;
    display: inline-block;
    width: 20px;
    height: 14px;
    background-size: 20px;
    vertical-align: middle;
}
.ico{
    width: 16px;
    display: inline-block;
    margin-right: 8px;
    vertical-align: middle;
}
.plaza, .fs12{
    font-size: 12px;
}

.c-marker {
    width: 300px;
    border-top: 0!important;
}

.c-marker p {
    font-size: 12px!important;
}

.c-tienda{
    cursor: pointer;
}
.buscador{
    background: #FFF;
}

.fs14{
    font-size: 14px;
}
#current{
    color: #000000;
    font-weight: 900;
    text-decoration: underline;
}

#current:hover{
    color: #000000;
}

h1.h1-titlc {
    max-width: 845px;
    width:100%;
    display: flex;
    align-items: flex-end;
    float: right;
    font-size: 27px;
    margin-bottom: 38px;
}
