.cart-heading h2 {
    font-size: 20px;
    border-bottom: 1px solid #000;
    margin-bottom: 20px;
    padding-bottom: 20px;
    margin-top: 50px;
}
.woocommerce-cart main .container {
    max-width: 960px;
}
.woocommerce .woocommerce-Price-amount.amount {
    font-size: 13px;
}
.lbp-shipping-cost{
    color: #000;
}
.cart-subtotal .woocommerce-Price-amount.amount {
    color: #000;
}
#shipping_method .woocommerce-Price-amount.amount {
    color: #000;
}
.cart-box-wrapper {
    display: flex;
    justify-content: space-between;
}
.cart-item-name a {
    font-size: 15px;
    color: #000;
    font-weight: 900;
}
.cart-box-wrapper .remove-product {
    font-size: 13px;
    text-decoration: underline;
    color: #87878C;
    text-transform: uppercase;
}
.cart-box-wrapper .woocommerce-cart-form {
    flex-basis: 50%;
    margin-right: 30px;
}
.cart-box-wrapper .cart-collaterals {
    flex-basis: 40%;
}
.shop_table .product-subtotal ,.shop_table .cart-subtotal td, .shop_table .order-total td, .shop_table .woocommerce-shipping-totals td {
    text-align: right !important;
}
.cart-box-wrapper .shop_table, .cart-box-wrapper .shop_table td, .cart-box-wrapper .shop_table th {
    border: none !important;
    vertical-align: top !important;
}
.cart-box-wrapper .cart-collaterals .cart_totals{
    width: 100%;
}
.add-more {
    font-family: 'Sharp Grotesk 25';
    font-size: 18px;
    text-align: center;
}
.add-more:hover {
    text-decoration: underline;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    background: #df583e;
    padding: 20px 0;
    font-family: 'Sharp Grotesk 25';
    font-size: 17px;
    font-weight: normal;
    border-radius: 30px;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button:hover {
    background: #df583e;
    text-decoration: underline;
  }
.cart_totals h2 {
    display: none;
}
.cart_totals .shop_table {
    border-bottom: 2px solid #ddd !important;
    border-radius: 0 !important;
}
.variation {
    color: #87878C;
    font-size: 14px;
}
.variation p {
    margin-top: 0 !important;
}
.product-remove {
    width: 30px;
    color: #87878C;
    padding-left: 0 !important;
}
.woocommerce-cart .woocommerce {
    padding-bottom: 100px;
	margin-top: 120px;
}
.woocommerce-cart .woocommerce-shipping-destination {
    display: none;
}
.woocommerce-cart .woocommerce .shop_table.cart tr {
    border-bottom: 2px solid #ddd !important;
    display: inline-table;
    width: 100%;
}
.woocommerce-cart .woocommerce .shop_table.cart tr:last-child {
    border: 0 !important;
}
.order-total th, .order-total td {
    font-size: 20px;
}
.cart-box-wrapper .edit-product-cart {
    font-size: 13px;
    text-decoration: underline;
    color: #87878C;
    text-transform: uppercase;
    margin-left: 20px;
}
@media only screen and (max-width: 767px){
    .cart-box-wrapper {
        flex-direction: column;
    }
    .cart-box-wrapper .woocommerce-cart-form, .cart-box-wrapper .cart-collaterals {
        flex-basis: 100%;
        margin: 0;
    }
    .woocommerce .cart.shop_table_responsive tr td::before, .woocommerce-page .cart.shop_table_responsive tr td::before {
        display: none;
    }
    .woocommerce table.shop_table_responsive tr td, .woocommerce-page table.shop_table_responsive tr td {
        text-align: left!important;
    }
    .woocommerce table.shop_table_responsive tr td:first-child {
        float: left;
    }
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td{
        background-color: inherit;
    }
    .woocommerce .woocommerce-Price-amount.amount {
        font-size: 13px;
        position: absolute;
        top: 11px;
        right: 0;
    }
    .woocommerce table.shop_table_responsive tr, .woocommerce-page table.shop_table_responsive tr{
        position: relative;
    }
    .cart.shop_table_responsive tr {
        border-bottom: 2px solid #ddd;
    }
    .woocommerce-cart main .container {
        padding-left: 10px;
        padding-right: 10px;
    }
    .variation {
        padding-left:4px;
    }
    .woocommerce table.shop_table td {
        padding: 9px 25px;
    }
    .cart-item-name a {
        font-size: 15px;
        padding-left: 0;
        margin-bottom: 10px;
    }
    .cart-box-wrapper .remove-product {
        padding-left:5px;
    }
    .woocommerce table.shop_table_responsive tr td::before, .woocommerce-page table.shop_table_responsive tr td::before {
        float:none;
    }
    .cart_totals td {
        padding-left: 0 !important;
        padding-bottom: 0 !important;
    }
}