.sfl_pagination{
    cursor: pointer;
}

.sfl-list-table td img{
    height: auto;
    width: 32px;
}

/*.sfl-wrapper {
    float: left;
    width:100%;
    margin-top: 15px;
}*/

.sfl-list-table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
}

.sfl-list-table thead {
    background: #f1f1f1;
}

.sfl-list-table thead th {
    padding: 10px;
    color: #000;
    background: #f1f1f1;
    border-bottom: 1px solid #999;
    text-align: center;
    text-transform: capitalize;
}

.sfl-list-table tbody td {
    padding: 10px;
    color: #222;
    border-bottom:0;
    vertical-align: top;
    text-align: center;
}

.sfl-list-table tbody tr td:last-child {
    border-right: none;
}

.sfl-list-table tbody td img {
    width: 75px;
    height: auto;
}

.sfl-list-table tbody td a {
    color: #00f;
    font-size: 14px;
    text-decoration: none;
}

.sfl-list-table tbody td a:hover {
    text-decoration: underline;
}

.sfl-list-table tbody td span {
    color: #f00;
    font-size: 14px;
}

.sfl-list-table tbody td .button {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 7px 15px;
    color: #fff;
    border: none;
    box-shadow: none;
    font-size: 14px;
    font-weight: 600;
}

.sfl-list-table tbody td .sfl-add {
    background: #29b58f;
    color: #fff;
}

.sfl-list-table tbody td .sfl-stock {
    color: #619a48;
}

.sfl-list-table tbody td .sfl-remove {
    color: #fff;
    background: #ee6a60;
}

@media screen and (max-width: 768px) {

    .sfl-list-table tbody tr {
        display: block;
    }

    .sfl-list-table thead {
        display: none;
    }

    .sfl-list-table tr td::before {
        content: attr(data-title) ": ";
        font-weight: 700;
        float: left;
    }

    .sfl-list-table tr td {
        display: block;
        border-right: 0; 
        text-align: right !important;

    }
    
    .sfl-list-table tbody td button {
        float: none;
    }
    
}
