.woocommerce-notices-wrapper .woocommerce-message {
    padding: 20px;
    text-align: center;
    margin: 0 0 20px;
}
.woocommerce-notices-wrapper .cart-empty,
.woocommerce-notices-wrapper + .cart-empty {
    text-align: center;
}
.woocommerce-cart-form table {
    border-bottom: 1px solid #ccc;
    width: 100%;
}
.woocommerce-cart-form table thead tr {
    background-color: #f0f0f0;
    border-top: 1px solid #ccc;
    text-align: center;
    width: 100%;
}
.woocommerce-cart-form table thead tr th {
    border-left: 1px solid #ccc;
    text-align: center;
    padding: 15px 9px;
    width: 58%;
}
.woocommerce-cart-form table thead tr th:first-of-type {
    border-left: none;
}
.woocommerce-cart-form table thead tr .product-remove {
    width: 10%;
}
.woocommerce-cart-form table thead tr .product-thumbnail,
.woocommerce-cart-form table thead tr .product-subtotal {
    width: 16%;
}
.woocommerce-cart-form table tbody tr .product-thumbnail img {
    height: 100%;
    width: 100%;
}
.woocommerce-cart-form table tbody tr td {
    border-top: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 9px;
    text-align: center;
}
.woocommerce-cart-form table tbody tr td:first-of-type {
    border-left: none;
}
.woocommerce-cart-form table tbody tr .product-price,
.woocommerce-cart-form table tbody tr .product-subtotal {
    padding: 9px 20px;
    text-align: right;
}
.woocommerce-cart-form table tbody tr .product-remove {
    font-size: 1.2rem;
}
.cart-collaterals .cart_totals {
    align-items: center;
    border-top: 1px solid #ccc;  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 20px 0 0 0;
}
.cart-collaterals .cart_totals h2 {
    border-bottom: 1px solid #ccc;  
    background: #f0f0f0;
    padding: 15px 20px;
    width: 70%;
}
.cart-collaterals .cart_totals .order-total {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    padding: 15px 20px;
    text-align: right;
    width: 30%;
}
.wc-proceed-to-checkout {
    text-align: center;
    width: 100%;
}
.cart-collaterals .cart_totals .woocommerce-Price-amount {
    font-weight: 800;
}
.woocommerce-notices-wrapper {
    margin: 0 0 20px 0;
}
.woocommerce-notices-wrapper .restore-item {
    color: #e61273;
    display: block;
    line-height: 1;
    padding: 0 0 1px 0;
    text-decoration: underline;
}
@media (max-width: 559px) {
    .woocommerce-cart-form table thead tr th {
        width: 30%;
    }
    .woocommerce-cart-form table thead tr .product-remove {
        width: 15%;
    }
    .woocommerce-cart-form table thead tr .product-thumbnail,
    .woocommerce-cart-form table thead tr .product-subtotal {
        width: 25%;
    }
    .woocommerce-cart-form table tbody tr .product-price,
    .woocommerce-cart-form table tbody tr .product-subtotal {
        padding: 9px 15px;
        text-align: right;
    }
    .woocommerce-cart-form table tbody tr .product-subtotal {
        line-height: 1.5;
    }
    .woocommerce-cart-form table tbody tr .product-subtotal .tax_label {
        display: block;
    }
    .cart-collaterals .cart_totals h2, 
    .cart-collaterals .cart_totals .order-total {
        width: 100%;
    }
    .cart-collaterals .cart_totals h2 {
        text-align: center;
    }
}