@import url('font-awesome.css');
@import url('selectize.bootstrap3.css?5');
@import url('bootstrap.css?1');
@import url('../js/confirm/jquery-confirm.min.css');
@import url('model.css');

.inline-sort.sort > a {
    padding-left: 14px !important;
    background: url("images/sort_both_light.png") no-repeat center left;
}

    .inline-sort.sort > a.asc {
        background: url("images/sort_asc_light.png") no-repeat center left;
    }

    .inline-sort.sort > a.desc {
        background: url("images/sort_desc_light.png") no-repeat center left;
    }

.inline-sort {
    padding: 9px 8px 0;
}

    .inline-sort a {
        padding: 6px 8px;
    }
.igo-order-whatsapp {
    
    background-color: #2FD764;
    color: #fff;
    text-decoration: none;
    margin-left: 6px;
    font-weight: bold;
    padding: 2px 4px;
    font-size: 13px;
    border-radius: 2px;
}