.cart-products td {
    font-size: 17px;
    color: #363636;
    vertical-align: middle;
    border:0!important;
    border-bottom:0px solid #e4e4e4;
    border-top: 0;
    padding: 25px 10px;
    line-height: 28px;
}
.cart-total{
padding: 50px;
    background-color: #d5d5d533!important;
}
.total-price-table{width: 100%;}
.total-price-table th {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
}
.total-price-table td, .total-price-table th {
    border: none;
    border-bottom: 1px solid #e4e4e4;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cart-products .product-thumbnail img{
    width: 110px;
}
.text-large {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 22px;
}
    .margin-35px-top {
    margin-top: 35px;
}
.counter {
    width: 150px;
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: left;
}
.counter input {
    width: 50px;
    border: 0;
    line-height: 30px;
    font-size: 20px;
    text-align: center;
    background: #007141;
    color: #fff;
    appearance: none;
    outline: 0;
}
.counter span {
    display: block;
    font-size: 25px;
    padding: 0 10px;
    cursor: pointer;
    color: #007141;
    user-select: none;
}
.paddind-30-lr{padding-left:30px;padding-right: 30px;}
.product-name a{font-size: 15px;line-height: 22px;color:#363636;}