
a:focus,
a:active,
a:focus-visible {
    outline: none !important;
    box-shadow: none !important;
}

#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 {
    height: 420px;
    overflow: auto;
    position: relative;
    padding: 0 10px;
}


.row-direccion h2 {
    font-size: 18px;
}

.item-direccion {
    padding: 10px;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    border-radius: 10px;
    margin-bottom: 5px;
}


.item-direccion:hover, .item-direccion.active {
    background: #dedad5;
}



.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;
}


.c-marker {
    width: 300px;
    border-top: 0 !important;
    border: none;
    padding: 0;
    text-align: left;
}

.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;
   text-align: left;
}



.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;
}


#select-paises{
    width: 100%;
    height: 58px;
    padding: 0 52px 0 22px;
    
    border: none;
    border-radius: 12px;

    background-color: #dedad5;

    font-family: sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #2b2b2b;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;

    cursor: pointer;
    outline: none;

    /* Flecha */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='12' viewBox='0 0 20 12' fill='none'%3E%3Cpath d='M1 1L10 10L19 1' stroke='%231d1d1d' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 18px center;
    background-size: 20px;
}

/* Texto placeholder / option */
#select-paises option{
    color: #2b2b2b;
}

.gm-style-iw-chr {
    position: absolute;
    right: -9px;
    top: -9px;
}

.gm-style-iw.gm-style-iw-c {
    padding: 18px 10px 0 !important;
}

.gm-style-iw.gm-style-iw-c a {
    text-decoration: none;
}

@media (max-width:767px) {
    .row-direccion {
        height: auto;
        overflow: auto;
        position: relative;
        padding: 0 10px;
        margin-bottom: 25px;
    }

}