
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tfoot>tr>td {
    padding: 10px
}

.data-table {
    border-spacing: 0
}

.data-table a {
    color: #612ba4
}

.data-table thead tr,
.data-table tfoot tr {
    background-color: #f7f7f7
}

.data-table thead th {
    color: #333;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd
}

.data-table tbody td {
    border-right: 0px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    padding: 10px;
    vertical-align: middle
}

.data-table tbody td.last {
    border-right: none
}

.data-table tbody tr.last th,
.data-table tbody tr.last td {
    border-bottom: 1px solid #eaeaea
}

.data-table tfoot td {
    color: #333;
    border-top: 2px solid #ddd;
    border-bottom: 2px solid #ddd
}

.data-table .NumberSpinner {
    max-width: 200px
}

.data-table .price {
    font-size: 13px;
    font-weight: normal;
    color: #612ba4
}

.data-table .item-remove {
    width: 60px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .data-table .item-remove {
        width: auto;
        height: 60px
    }

    .data-table .item-remove:before {
        content: ""
    }
}

.data-table .item-remove a {
    border: 1px solid #fff;
    display: block;
    width: 40px;
    height: 40px;
    padding: 8px 10px;
    text-align: center;
    border-radius: 50%
}

@media screen and (max-width: 767px) {
    .data-table .item-remove a {
        border: 1px solid #8d8d8d;
        position: absolute;
        right: 10px
    }
}

.data-table .item-remove a i {
    font-size: 20px;
    color: #bebebe;
    vertical-align: middle;
    margin-bottom: 2px
}

.data-table .item-remove a:hover {
    border: 1px solid #8d8d8d
}

.data-table .item-remove a:hover i {
    color: #8D8D8D
}

.data-table .item-img {
    width: 70px;
    text-align: center
}

@media screen and (max-width: 767px) {
    .data-table .item-img {
        text-align: left;
        width: auto
    }
}

@media screen and (max-width: 767px) {

    .mobile-table thead,
    .mobile-table tbody,
    .mobile-table th,
    .mobile-table td,
    .mobile-table tr {
        display: block
    }

    .mobile-table thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px
    }

    .mobile-table tr {
        border: 2px solid #ddd;
        margin-top: 0;
        margin-bottom: 15px
    }

    .mobile-table tr td:last-of-type {
        border-bottom: 0
    }

    .mobile-table tr:last-of-type {
        margin-bottom: 0
    }

    .mobile-table td {
        border: none;
        border-bottom: 1px solid #ddd;
        position: relative;
        padding-left: 100px !important;
        white-space: normal
    }

    .mobile-table td:before {
        position: absolute;
        top: 13px;
        left: 6px;
        width: 90px !important;
        padding-right: 10px;
        white-space: nowrap;
        text-align: left;
        font-weight: bold;
        content: attr(data-title)
    }

    .mobile-table tfoot tr td.last {
        padding-left: 10px !important
    }

    .mobile-table tfoot tr td.last:before {
        display: none
    }
}
