
.history .confirmOrder-btn{
    background: var(--colorButtonSave);
    color: var(--whiteColor);
    width: 20%;
    border-radius: 100px;
}
@media screen and (min-width:870px){
    .history .orderActions-btn{
        display: block !important;
    }
    .history .orderActionsMenu{
        display: none;
    }

}

@media screen and (max-width:770px){
    .history .confirmOrder-btn{
        width: 40%;
    }
}