#cartIconWrapper a{
    display: block;
    position: fixed;
    z-index: 50;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    border-left: none;
    font-size: 12px;
    text-align: center;
    color: inherit;
    box-shadow: 0 2.8px 2.2px rgba(0, 0, 0, 0.034), 0 6.7px 5.3px rgba(0, 0, 0, 0.048), 0 12.5px 10px rgba(0, 0, 0, 0.06), 0 22.3px 17.9px rgba(0, 0, 0, 0.072), 0 41.8px 33.4px rgba(0, 0, 0, 0.086), 0 100px 80px rgba(0, 0, 0, 0.12);
    text-decoration: none;
}
#cartIconWrapper div{
    background:#55584d;
    padding:5px 10px;
    font-weight: 600;
    color: #fdd670;
}
.cart-area {
    padding-top: 122px;
    padding-bottom: 130px;
}
.total-item-info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align:  center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack:  justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 20px;
}
.cart-area .table-outer {
    overflow-x: auto;
    position: relative;
    width: 100%;
  }
  .cart-area .cart-table {
    min-width: 1024px;
    width: 100%;
  }
  .cart-area .cart-table .cart-header {
    position: relative;
    background:  #f6f6f6;
    color: #27282c;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    width: 100%;
  }
  .cart-area .cart-table thead tr th.prod-column {
    padding-right: 30px;
    width: 24%;
  }
  .cart-area .cart-table tbody tr {
    border-bottom:
  1px solid #e7e7e7;
  }
  table tbody tr .prod-column {
    padding-left: 30px;
    text-align: left;
  }
  
.cart-area .cart-table tbody tr td {
    color: #282828;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    min-width: 100px;
    padding:30px 25px 5px;
    width: 20%;
}