.shoppincart_table {
    box-sizing: border-box;
    width: 100%;
}

.tabel_cos_cump_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    flex-wrap: wrap;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D7D5;
}

@media screen and (min-width: 768px) {
.tabel_cos_cump_item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    flex-wrap: nowrap !important;
    box-sizing: border-box;
    border-bottom: 1px solid #D8D7D5;
}
}

.tabel_cos_cump_wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-sizing: border-box;
}

.tabel_cos_cump_categ {
    width: 100%;
    background-color: #F9E3CB;
}

.tabel_cos_cump_line_1 {
    flex: 1 0 auto;
    width: 100px;
    padding-right: 2rem;
    box-sizing: border-box;
}

.tabel_cos_cump_line_2 {
    box-sizing: border-box;
}

.tabel_cos_cump_line_4 {
    flex: 1 1 auto;
    text-align: right;
    padding: 0 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    box-sizing: border-box;
}

@media screen and (min-width: 768px) {
.tabel_cos_cump_line_4 {
    flex: 1 0 auto;
    text-align: right;
    padding: 0 0 0 1rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    box-sizing: border-box;
}
}

.tabel_cos_cump_pret {
    padding: 1rem 0 1rem 1rem;
    text-align: right;
    flex: 1 1 100%;
    box-sizing: border-box;
}

.tabel_cos_cump_line {
    border-bottom: 1px solid #D8D7D5;
    padding-top: 2px;
    padding-bottom: 2px;
}
.cos_c_l a,
.cos_c_l a:link,
.cos_c_l a:visited,
.cos_c_l a:active {
    color: #000000;
    text-decoration: none;
    font-size: 12px;
    text-align: left;
}
.total_box_top {
    float: right;
    margin: 0px 0 0 0;
    padding: 5px 0px 5px 0px;
    border-top: 1px solid #cbc8c6;
    width: 930px;
    text-align: right;
    display: inline-block;
}
.left_content_cos_cump_goleste a,
.left_content_cos_cump_goleste a:link,
.left_content_cos_cump_goleste a:active,
.left_content_cos_cump_goleste a:visited {
    float: left;
    background-image: url('../images/buton_blue.jpg');
    background-repeat: no-repeat;
    width: 115px;
    height: 17px;
    margin: 5px 0 5px 0;
    color: #FFFFFF;
    font-size: 10px;
    font-weight: bold;
    padding-top: 5px;
    text-align: center;
}
.costTransportLabel,
.valoareProduseLabel,
.discountVoucherLabel,
.totalGeneralLabel,
.costMetPlataLabel,
.valoarePuncteLabel {
    display: inline-block;
    width: 180px;
    margin: 0 0 0 0;
    text-align: right;
    font-size: 12px;
    color: #000000;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 20px;
}
.costTransportValue,
.valoareProduseValue,
.discountVoucherValue,
.totalGeneralValue,
.costMetPlataValue,
.valoarePuncteValue {
    display: inline-block;
    width: 105px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    text-align: right;
    font-size: 14px;
    color: #000000;
    font-weight: bold;
    line-height: 30px;
}

.shoppingcart_address {
    width:100%;
}
