.tg-back-to-order-wrap{
    margin:0 0 18px 0;
    display:flex;
    justify-content:flex-start;
    align-items:center;
}

.tg-back-to-order-btn,
.woocommerce .tg-back-to-order-btn.button{
    display:inline-flex!important;
    align-items:center;
    justify-content:center;
    gap:7px;
    background:#005f00!important;
    color:#fff!important;
    border:1px solid #005f00!important;
    border-radius:4px!important;
    padding:11px 18px!important;
    font-weight:700!important;
    line-height:1.2!important;
    text-decoration:none!important;
    box-shadow:none!important;
    transition:all .18s ease;
}

.tg-back-to-order-btn:hover,
.woocommerce .tg-back-to-order-btn.button:hover{
    background:#004d00!important;
    border-color:#004d00!important;
    color:#fff!important;
    transform:translateY(-1px);
    box-shadow:0 3px 9px rgba(0,95,0,.15)!important;
}

.tg-bto-highlight{
    outline:2px solid #005f00!important;
    outline-offset:4px!important;
    transition:outline .25s ease;
}
