.border-cart {
    position: relative;
    box-sizing: border-box;
    width: 100%;
    overflow: hidden;
}



.table-cart {
    width: 100%;
}


.table-cart thead tr th,
.table-cart tbody tr td {
    line-height: 1.5rem;
    font-size: 1rem;
    border: 1px solid #f5f5f5;
    text-align: center;
}

.table-cart tbody tr td .calc-cnt .input-enum,
.table-cart tbody tr td .calc-cnt .btn-enum {
    background-color: #97af7d60;
    color: #ffffff;
    line-height: 1.5rem;
    font-size: 1rem;
}


.table-cart thead tr th {
    color: white;
    background-color: #97af7d;
    font-weight: 500;
    text-transform: lowercase;
}

.table-cart tbody {
    /* width: calc(100vw - 100px); */
    width: calc(100vw - 132px - .5rem);
    /* outline: 1px solid red;
    outline-offset: -1px; */
    overflow-x: scroll;
}

.btn-clr {
    background-color: #ec463f30;
    margin: .1rem;
    -webkit-appearance: none;
    border: 1px solid transparent;
    font-size: 1rem;
    width: 100%;
    line-height: 1.5rem;
    display: flex;
    flex-direction: row;
    justify-content: center;
 }

 svg.svg-icon {
    display: flex;
    align-self: center;
    width: 24px;
    height: 24px;
  }

 .glass_selector {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    line-height: 1.5rem;
    height: 2rem;
    margin: 0 auto;
    position: relative;
    vertical-align: baseline;
 }
 
 .table-cart tbody tr td {
    line-height: 1.5rem;
    height: 2rem;
    padding: 0;
    margin: 0;
    vertical-align: middle;
 }
