.cart_totals.calculated_shipping table tbody td {
    text-align: end;
}

.shipping th {
    text-transform: uppercase;
}

.shipping td {
    font-size: 14px;
    line-height: 20px;
}

.coupon {
    width: 100%;
}

.woocommerce-cart-form .coupon {
    justify-content: flex-end;
}

button[name="update_cart"] {
    display: none !important;
}
@media screen and (max-width: 478px) {
    .pfs-product-quantity .product-quantity {
        justify-content: flex-end;
    }
}
@media (max-width: 767px) {
    .woocommerce-cart-form__cart-item th.product-name::before,
    .woocommerce-cart-form__cart-item td.product-name::before,
    .woocommerce-cart-form__cart-item td.product-price::before,
    .woocommerce-cart-form__cart-item td.product-quantity::before,
        .woocommerce-cart-form__cart-item td.product-subtotal::before {
            display: none !important;
        }

        .pfs-cart-cell.pfs-product-name.pfs-name-thumb {
            margin-bottom: 30px;
        }

        .pfs-cart-cell {
            margin-bottom: 23px;
        }

        .pfs-cart-cell.pfs-product-name.pfs-name-thumb {
            justify-content: flex-start;
        }

        .pfs-product-title.pfs-cell-title {
            margin-bottom: 15px;
        }

        /* Make the entire cart row stack nicely */

        .woocommerce-cart-form__cart-item.cart_item {
            display: flex !important;
            flex-direction: column;
            margin-bottom: 1.5rem;
            border-bottom: 1px solid #e0e0e0;
            padding-bottom: 1.5rem;
        }

        .woocommerce-cart-form__cart-item.cart_item td {
            padding: 0px;
        }

        /*  custom wrapper for thumbnail + name */

        .pfs-cart-wrapper {
            display: flex;
            align-items: flex-start;
            margin-bottom: 1rem;
            flex-direction: column;
        }

        .pfs-cart-cell {
            display: flex;
            justify-content: space-between;
            width: 100%;
        }

        .pfs-cell-title {
            color: #A09680;
            font-size: 16px;
            text-transform: uppercase;
            font-weight: 700;
            line-height: 24px;
            letter-spacing: 0.05em;
        }

        .quantity {
            max-height: 48px !important;
            height: 48px !important;
            justify-content: flex-end;
        }

        .pfs-cart-cell.pfs-product-quantity {
            align-items: center;
        }

        .pfs-cart-wrapper .product-thumbnail {
            margin-right: 20px;
        }

        .pfs-cart-wrapper .product-thumbnail img {
            width: 100px;
            height: 100px;
        }

        /* Name takes the rest of the width */

        .pfs-cart-wrapper .product-name {
            justify-content: center;
            color: #1E1E1E;
            font-size: 18px;
            line-height: 24px;
            padding: 0px !important;
            text-transform: capitalize;
        }

        .product-remove {
            display: block;
            width: 100%;
            text-align: center;
        }

        .product-remove a {
            font-size: 13px;
            color: #E2111E;
            font-weight: 700;
            letter-spacing: 0.05em;
            text-decoration: underline;
        }

    }
