.mtfilter {
    float: left;
    margin-left: 15px;
    /*min-width: 250px;*/
}

.containersearch {
    padding: 10px;
}

.containersearch legend {
    margin-top: 20px;
}

.page-not-found, #products .page-not-found {
    box-shadow: 2px 2px 8px 0 rgba(0, 0, 0, .2);
    background: #fff;
    padding: 1rem;
    font-size: .875rem;
    color: #7a7a7a;
    max-width: 570px;
    margin: 0 auto;
    margin-top: 2em;
    text-align: center;
    margin-bottom: 0px;
    display: grid;
}

#pagenotfound #main .page-content, #products #main .page-content {
    margin-bottom: 10rem;
}

.multifindwidget {
    display: inline-block;
}

.multifinder_buttonsearch {
    margin-left: 5px;
    margin-top: 2px;
    cursor: pointer;
}

.mtfilter label input[type="text"] {
    padding: 10px;
    border: 1px solid #aaa;
    border-radius: 20px;
    height: 40px;
}

.select2-container .select2-selection--single {
    border-radius: 20px !important;
    padding: 5px;
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px !important;
    right: 5px !important;
}
.select2-container .select2-selection--single .select2-selection__rendered
{
    padding-right: 2px !important;
}

.filaselects
{
    display: flex;
    width: 100%;
    justify-content: space-between;
}

.msgnewsearch
{
    text-align: center;
    margin-top: 15px;
    font-size: 130%;
}

.buttonnewsearch
{
    font-weight: bold;
    color: #f1b306 !important;
    cursor: pointer;
}

.textbuttonarea
{
    display: flex;
    justify-content: space-between;
}
.textbuttonarea label
{
    width: 100%;
    max-width: 100%;
}

@media only screen and (max-width: 480px) {
    /* Estilos solo para móviles */
    .filaselects,.textbuttonarea
    {
        display: inline;
        text-align: left;
    }

    .mtfilter
    {
        width: 100%;
    }
}