/*TABLES*/
.table-responsive{
    border: 0!important;
}
.table-price tr td{
    font-size: 14px;
    color: black;
    padding: 12px 0!important;
    border: 0!important;
}
.table-price tr:first-child{
    border-bottom: 1px solid black!important;
}
.table-price tr:first-child td{
    font-size: 16px;
}
.table-price tr td:nth-child(2){
    text-align: right;
}

.table-profile-bags{
    margin-bottom: 0;
}
.table-profile-bags tr th{
    font-size: 14px;
    color: #353535;
    font-weight: normal;
    padding: 20px 15px!important;
    border-top: 0!important;
    border-bottom: 2px solid #707070;
}
.table-profile-bags tr:first-child th:last-child{
    padding: 7px 0!important;
}
.table-profile-bags tr th:first-child{
    padding-left: 0!important;
}
.table-profile-bags tr td{
    font-size: 14px;
    color: #707070;
    padding: 20px 15px!important;
    border: 0!important;
}
.table-profile-bags tr td:first-child{
    padding-left: 0!important;
}
.table-profile-bags tr td:last-child{
    padding-right: 0!important;
}
.table-profile-bags .form-select{
    color: #358DB6;
}
.table-profile-bags .btn{
    padding: 8px 20px;
    font-size: 16px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.table-profile-debt{
    margin-bottom: 40px;
}
.table-profile-debt tbody tr td{
    font-size: 14px;
    color: #353535;
    padding: 15px;
    border: 0;
}
.table-profile-debt tr:first-child{
    background: #E7E7E7;
}

.table-profile-order-check tbody tr td{
    font-size: 14px;
    color: #353535;
    padding: 15px;
    border: 0;
}
.table-profile-order-check tr:first-child{
    background: #E7E7E7;
}