.bx-basket input[type="text"], input[type="password"], input[type="email"], input[type="phone"], textarea {
    height: 34px;
}

.sale_order_full_table a {
    background: #76AC00;
    border: 1px solid #76AC00;
    border-radius: 8px;
    color: #fff;
    display: inline-block;
    font-family: "LatoBold";
    height: 30px;
    letter-spacing: .7px;
    line-height: 30px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: .4s;
    width: auto;
    padding: 0 20px;
}

.sale_order_full_table a:hover {
    font-family: "LatoBold";
    background: #fff;
    color: #76AC00;
    background: #ffbe4f !important;
    border: #ffbe4f !important;
}