/* =Child-Theme responsive styles starts here
-------------------------------------------------------------- */

@media (max-width: 767px) {
    .woocommerce-account .woocommerce-MyAccount-navigation ul {
        text-align: left;
    }

    .gform-theme--foundation .gfield select.large {
        height: 60px;
    }


    .tablepress-id-1 .column-1,
    .tablepress-id-2 .column-1,
    .tablepress-id-3 .column-1,
    .tablepress-id-8 .column-1,
    .tablepress-id-9 .column-1,
    .tablepress-id-10 .column-1,
    .tablepress-id-12 .column-1{
        width: 135px;
    }


    .woocommerce div.product form.cart div.quantity, .woocommerce-page div.product form.cart div.quantity {
        margin: 0 5px 5px 0;
    }

    div.wpcf7 .form-style-1 .columns_wrap>[class*="column-"] {
        padding-bottom: 10px;
    }

    .woocommerce .checkout #order_review .payment_methods li label, .woocommerce-page .checkout #order_review .payment_methods li label {
        display: flex;
    }
}
