#module-agvertshoes-stores section#wrapper {
    /*display: grid;
    grid-template-columns: repeat( 5, minmax(20vw, 1fr) );*/
    padding-bottom: 0;
}

#module-agvertshoes-stores #stores_content {
    padding: 50px;
}

#module-agvertshoes-stores section#wrapper > .container:first-of-type{
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: 0;
    grid-row: 1;
    grid-column: span 4;
}

#module-agvertshoes-stores section#wrapper div#inner-wrapper {
    width: 100%;
    grid-row: 2;
    grid-column: span 3;
    padding: 0 0 23px 30px;
    margin: 0;
    margin-top: 24px;
}

#module-agvertshoes-stores section#wrapper div#map {
    margin-bottom: 10vh;
}

.form-control-select, select {
    background-image: unset;
}

.title_element_displayed {
    display: none;
}

@media screen and (max-width: 995px) {
    #module-agvertshoes-stores #stores_content{
        padding: 0;
    }

    #map {
        display: none;
    }

    #module-agvertshoes-stores section#wrapper {
        display: flex;
        flex-direction: column;
        padding-bottom: 1.0714285714rem;
    }

    #module-agvertshoes-stores section#wrapper > .container:first-of-type{
        width: 100%;
    }
    
    #module-agvertshoes-stores section#wrapper div#inner-wrapper {
        width: 100%;
        padding: 2px;
        margin-bottom: 4%;
        height: 100vh;
    }

    .margin-scroll {
        margin-right: 50px !important;
    }
}
