/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */
th#numbering {
    width: 100px;
}
th#count {
    width: 50px;
}
span.select2-selection.select2-selection--multiple {
    height: 20px;
}
@media (max-width: 781px) {
    .filter_mul{width: 100%; display: inline-grid;}
}
@media (min-width: 782px) {
    .filter_mul{width: 33%; display: inline-grid;}
}
input.button.filtre_btn{
    margin: 10px auto;
    display: block;
    font-size: 17px;
    font-weight: 900;
}
.filtr_url{
    text-align: center;
    display: block;
}
.name_shop{
    /*border: 0 !important;*/
    background: transparent !important;
    width: 100% !important;
    /*padding: 0 !important;*/
}
.bold_save{
    font-weight: 900;
    border-radius: 4px;
    text-align: center;
    margin: 5px 0px;
    color: #0071a1;
    border: 1px solid #0071a1;
    background: #f3f5f6;
    cursor: pointer;
    height: 23px;
}