.woocommerce {


    .cart-collaterals {
        margin-bottom: 20px;
    }

    .product-remove {
        width: 50px;
    }

    .product-thumbnail {
        width: 120px;
    }

    .product-thumbnail img {
        height: auto !important;
        width: 100% !important;
        object-fit: contain;
    }




    .coupon input {
        width: 200px !important;
        padding: 5px 8px;
        background-color: #565656c2;
        border-radius: 6px;
    }

    .coupon input:focus {
        outline: none !important;
    }

    .actions button {
        background-color: #2a324f;
        color: white;
    }

    /* .cart_totals {
        padding: 10px;
    } */

    .wc-proceed-to-checkout {
        display: flex;
        justify-content: center;
    }
}