@media screen and (max-width: 767px){

    tr.woocommerce-orders-table__row::after {
        display: block;
        height: 10px;
        content: '';
        width: 150% !important;
        margin-left: -42px !important;
        border-top: 6px solid #fae8e5!important;
        margin-top: 1rem!important;
        margin-bottom: 1rem!important;
        border: 0;
        background-color: transparent;
    }

    tr.woocommerce-orders-table__row:last-child::after {
        display: none;
    }

    .woocommerce-MyAccount-navigation ul li.is-active a{
        font-size: 16px;
        font-family: 'SukhumvitTHBold';
    }
    .woocommerce-MyAccount-navigation ul li.is-active a:before{
        font-size: 14px;
    }
    
    
}