@charset "UTF-8";
/*--------------------Product Item--------------------*/
/*!
----------------------------------------------------------------------------------------------------
* Important! - To edit this CSS, you must use the SCSS source file.

* Resilient 3.4.2
* Iván López Luna [Re]
----------------------------------------------------------------------------------------------------
*/
/*--------------------Stores--------------------*/
@media screen and (min-width: 1024px) {
    .StoreLocator-Wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
@media screen and (min-width: 1024px) {
    .StoreLocator-Selector {
        width: 385px;
        margin-right: 45px;
    }
}
@media screen and (min-width: 1024px) {
    .StoreLocator-Map {
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
    }
}

/* sucursales */
.sucursal-list {
    height: 245px;
    border: 1px solid #dadada;
    margin-bottom: 1rem;
    overflow-y: auto;
    background-color: #fff;
}
.sucursal-list::-webkit-scrollbar-thumb {
    border-radius: 2px;
    background-color: #e9e9e9;
}
.sucursal-list::-webkit-scrollbar-track {
    border-radius: 2px;
    background-color: white;
}
.sucursal-list::-webkit-scrollbar {
    width: 5px;
    background-color: transparent;
}
.sucursal-list .sucursal-item {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 0.9rem;
}
.sucursal-list .sucursal-item:nth-child(even) {
    background-color: #f6f6f6;
}
.sucursal-list .sucursal-item:hover, .sucursal-list .sucursal-item:focus, .sucursal-list .sucursal-item:active, .sucursal-list .sucursal-item.is-active {
    color: #000000;
}

.direccion-sucursal {
    padding: 15px;
    border: 1px solid #dadada;
    margin-bottom: 25px;
}
.direccion-sucursal:empty {
    display: none;
}
.direccion-sucursal .sucursal-item-title {
    margin-bottom: 1em;
    display: block;
    font-family: "Avenir Next LT Pro", Arial, sans-serif;
    font-size: 1.125rem;
    font-weight: bold;
    color: #000000;
}