/* Works on Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: #fff #E5E5E5;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 5px;
    height: 244px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #E5E5E5;
    border-radius: 6px;
}

a {
    cursor: pointer;
}

#wrapper {
    margin-bottom: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#module-agvertshoes-stores #wrapper .breadcrumb {
    margin-bottom: 0;
    padding-bottom: 0;
    position: absolute;
}

section#wrapper > .container:first-of-type {
    padding-left: 30px;
    padding-right: 30px;
}

.list_stores {
    overflow-y: auto;
    max-height: 81vh;
    margin-top: 30px;
    padding-right: 5px;
    /*margin-bottom: 10vh;*/
}

.showroom_title {
    border-top: 1px solid rgb(229, 229, 229);
    padding-top: 14px;
    margin-bottom: 1.4517vh;
    color: black;
}

.showroom {
    display: flex;
    margin-bottom: 1.5372vh;
}

.showroom ul:not(:last-child) {
    margin-right: 7.5694vw;
}

.showroom ul li {
    text-align: start;
    color: #575757;
    font-size: 16px;
}

.storeraio {
    margin-bottom: 18px;
}

.showroom_img {
    width: -webkit-fill-available;
    max-width: 100%;
    float: left;
}

@media screen and (max-width: 995px) {
    .storeraio {
        text-align: center;
    }

    .list_stores {
        padding-right: 0;
    }

    .showroom_img {
        width: -moz-available;          /* WebKit-based browsers will ignore this. */
        width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
        width: fill-available;
        height: auto;
    }
}

@media screen and (max-width: 790px) {
    .stores_search {
        flex-wrap: wrap;
        padding: 0 2.083vw;
    }
}

@media screen and (max-width: 500px) {
    .list_stores {
        overflow-y: unset;
        max-height: unset;
        min-height: 30px;
    }

    .divider_search {
        border: unset;
    }

    .showroom {
        flex-wrap: wrap;
    }

    .stores_search {
        padding: 0 6px;
    }

    .showroom ul {
        flex-basis: 100%;
    }

    .showroom ul:not(:last-child) {
        margin-bottom: 1.1vh;
    }

    .showroom ul li {
        margin-bottom: 4px;
    }
}

#module-agvertshoes-stores .title_element_displayed {display: none !important}
#module-agvertshoes-stores .card-leftstore p{margin-bottom: 3px;}
