.order-total .includes_tax {
	display: none;
}

[data-page="cart"] {
    padding-top: 140px;
    scroll-behavior: auto !important;

    & > .wc-block-store-notices {
        max-width: 1920px;
        padding-left: 60px;
        padding-right: 60px;
    }

  .wp-block-post-title {
    display: none;
  }
}

.fox__cart {
    padding-bottom: 96px;

    .woocommerce {
        max-width: 1920px !important;
        padding-left: 60px;
        padding-right: 60px;
        display: flex;
        flex-wrap: wrap;

        /* .woocommerce-notices-wrapper {
            width: 100%;
        } */

        .woocommerce-cart-form {
            width: 60%;
            padding-right: 5%;

            table {
                border: none;

                thead  {
                    border-color: black !important;
                }

                .product-name {
                    a {
                        color: var(--wp--preset--color--primary) !important;
                        font-weight: 600;
                        text-decoration: none !important;
                    }
                }

                .input-text.qty.text {
                    padding: 8px;
                    border-radius: 8px;
                }

                  .product-remove {
                    padding-left: 0;
                  }

                .actions {
                    padding-left: 0;
                    
                    & > button {
                        background-color: var(--wp--preset--color--primary) !important;
                    }
                }
            }

            #coupon_code {
                height: 56px;
                border-radius: 64px;
            }
    
        }

        .checkout-button  {
            background-color: var(--wp--preset--color--primary);
            transition: all .4s ease-in-out;

            &:hover {
                background-color: #32373c;
            }
        }

        .cart-collaterals {
            width: 35%;

            & > div {
                width: 100%;
            }
        }

        .cart_totals {
            .shop_table {
                border: none;

                tr {
                    th {
                        padding-left: 0;
                    }
                }
            }
        }

    }

    .woocommerce-shipping-methods {
        li img {
            display: none;
        }
    }
}

@media only screen  and (max-width: 1366px) {
    [data-page="cart"] {
        & > .wc-block-store-notices {
            padding-left: 32px;
            padding-right: 32px;
        }
    }


    .fox__cart {
        .woocommerce {
            padding-left: 32px;
            padding-right: 32px;
        }
    }
}

@media only screen  and (max-width: 1200px) {
    .fox__cart {
        .woocommerce {

            .woocommerce-cart-form,
             .cart-collaterals { 
                width: 100%;
                padding-right: 0;
            }

            & .woocommerce-cart-form {
                .actions {
                    padding-left: 0;
                } 

                .product-subtotal,
                .actions {
                    padding-right: 0;
                }
            }

            .cart-collaterals {
                padding-top: 32px;
            }

            
        }
    }
}


@media only screen  and (max-width: 768px) {
    .fox__cart {
        .woocommerce {
            & .woocommerce-cart-form {
                .actions {
                    background-color: transparent;

                    .coupon {
                        margin-bottom: 24px;
                        padding-bottom: 0;
                    }

                    button {
                        width: 240px !important;
                    }
                }

                #coupon_code {
                    width: 240px;
                    margin-right: 24px;
                }
            }

            .cart-collaterals {
                padding-top: 0;
            }
        }

        .cart_totals  {
            h2 {
                text-transform: uppercase;
                font-size: 24px;
            }

            table {
                td {
                    padding-left: 0;
                }

                .shipping {
                    border-top: 1px solid rgba(0, 0, 0, .1);
                    border-bottom: 1px solid rgba(0, 0, 0, .1);

                    td {
                        background-color: transparent !important;
                    }
                }
            }
        }
  
    }
}

@media only screen  and (max-width: 768px) {

    [data-page="cart"] {
        & > .wc-block-store-notices {
            padding-left: 24px;
            padding-right: 24px;
        }
    }

    .fox__cart {
        padding-bottom: 64px;

        .woocommerce {
            padding-left: 24px;
            padding-right: 24px;

            & .woocommerce-cart-form {
                td {
                    padding-left: 0;
                    padding-right: 0;
                }

                & .actions {
                    button {
                        width: 184px !important;
                    }
                }

                #coupon_code {
                    width: calc(100% - 196px);
                    margin-right: 12px;
                }
            }
        }
    }
}