/* ----colors----- */

:root {
    --green: #00703C;
    --font: 'Poppins', sans-serif;
    --wl-color: #f8f8f8;
    --w-color: #ffffff;
}

table th {
    font-weight: 300;
}

table {
    width: 100%;
}

.add,
.minus {
    height: 30px;
    width: 30px;
    border: none !important;
    outline: none !important;
    background: var(--green);
    color: var(--w-color);
}

.quantity {
    width: 30px;
    height: 30px;
    border: none !important;
    outline: none !important;
    background: transparent;
}

.delete-btn {
    border: none !important;
    outline: none !important;
    color: var(--w-color);
    height: 40px;
    width: 40px;
    font-size: 20px;
    background: transparent !important;
}

.total_cost {
    font-size: 20px;
    font-weight: 300;
}

.table-space {
    margin: 0px 70px;
}

table .size {
    max-width: 100px;
}