.container-select{
    padding: 1.5em 8%;
}

.container-select > .filter_loc{
    width: 100%;
}

/* Reset Select */
.filter_loc {

    outline: 0;
    box-shadow: none;
    border: 0 !important;
    background: #fff;
    position: relative;
    display: flex;
    height: 3em;
    line-height: 3;
    overflow: hidden;
    border-radius: .25em;
    padding: 3px;
}

/* Transition */
.filter_loc:hover::after {
    color: #FFF212;
}
