@media (max-width: 1250px) {

    nav.woocommerce-MyAccount-navigation ul li {
        flex: 0 0 calc(100% / 6 - 20px);
    }

    nav.woocommerce-MyAccount-navigation ul li a {
        font-size: 16px;
    }

}

@media (max-width: 1024px) {
    .f2-break-title .title:first-child {
        margin: 0px;
    }

    .page-template-account-template .f2-break::after {
        height: 80px;
        top: calc(100% + -44px);
        display: none;
    }

    .page-template-account-template .f2-break::before {
        height: 100%;
    }

    .page-template-account-template .f2-break-title {
        height: unset;
        padding: 60px 0px;
    }

    nav.woocommerce-MyAccount-navigation ul {
        flex-wrap: wrap;
    }

    nav.woocommerce-MyAccount-navigation ul li {
        flex: 0 0 calc(100% / 5 - 20px);
    }

    .row-container.shop-cart {
        flex-direction: column;
        padding: 60px 0px;
    }

    .shop-cart .cart_totals {
        width: 100%;
        margin-top: 20px;
    }

    form.woocommerce-form.woocommerce-form-login.login {
        margin: 0 auto;
    }

    .woocommerce-info {
        font-size: 18px;
    }

    input#username {
        width: 100%;
    }

    input#password {
        width: 100%;
    }

    .u-column1.col-1 h2 {
        margin: 0 auto;
    }

    .u-column1.col-1 {
        margin-bottom: 20px;
    }

    form.checkout.woocommerce-checkout {
        flex-direction: column;
        gap: 20px;
    }

    .banner-fold-a.alt {
        margin-top: 60px;
    }

    .u-column2.col-2 h2 {
        width: 100%;
        margin: 0 auto;
    }
    #order_review {
        width: 100%;
    }
}

@media (max-width: 767px) {

    nav.woocommerce-MyAccount-navigation ul li {
        flex: 0 0 calc(100% / 4 - 15px);
    }

}

@media (max-width: 640px) {
    .checkout .form-row {
        width: 100%;
    }

    .shop-cart tr.woocommerce-cart-form__cart-item.cart_item {
        flex-wrap: wrap;
    }

    .shop-cart form table.shop_table.shop_table_responsive td.product-image {
        flex: 1 0 100%;
        width: 100%;
        max-height: 300px;
    }

    .shop-cart form.woocommerce-cart-form {
        text-align: center;
    }

}

@media(max-width: 540px) {
    .shop-cart td.actions {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .shop-cart .coupon {
        flex-direction: column;
        align-items: center;
        gap: 10px;
        width: 100%;
    }

    .shop-cart td.actions button.button {
        width: 100%;
    }

    input#coupon_code {
        width: 100%;
    }

    nav.woocommerce-MyAccount-navigation ul li {
        flex: 1 0 calc(100% / 3 - 14px);
    }

    nav.woocommerce-MyAccount-navigation ul li a {
        font-size: 13px;
    }

    .shop-cart .wc-proceed-to-checkout a.checkout-button.button.alt.wc-forward,
    .shop-cart .wc-proceed-to-checkout>a {
        font-size: 20px;
        line-height: 1;
    }

}

@media (max-width: 480px) {
    .shop-cart a.remove {
        color: #fff;
    }

    .shop-cart table.shop_table.shop_table_responsive td.product-remove,
    .shop-cart th.product-remove {
        position: absolute;
        top: 20px;
        right: 10px;
    }

    .shop-cart table.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
        position: relative;
    }

    .shop-cart table.shop_table.shop_table_responsive td.product-name {
        flex: 1 0 100%;
    }
}

@media (max-width: 400px) {


    nav.woocommerce-MyAccount-navigation ul li {
        flex: 1 0 calc(100% / 2 - 10px);
    }

}