.sub-links span:last-child {
    display: none;
}

.footer_menu
{
    text-transform: uppercase;
}

.wp-block-group
{
    display: flex;
}

#checkout div.correct_class
{
    flex-direction: column !important;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
    border: none !important;
    padding: 0!important;
    margin: 0!important;
    text-align: left;
    border-radius: 5px;
}

@media screen and (max-width: 991px) {
    .wp-block-group[data-shortcode="checkout"]
    {
        flex-direction: column-reverse;
    }
}


#checkout .order-flow {
    border: none;
    margin-bottom: 0;
}
#checkout .order-flow .nav-tabs .nav-link {
    color: #5e5e5e;
    padding-bottom: 12px;
    border: none;
}
#checkout .order-flow .nav .nav-link:hover, #checkout .order-flow .nav .active {
    border: transparent;
    padding-bottom: 12px;
    border-bottom: 2px solid #D80077;
    color: #5e5e5e;
}