.more_btn {
    display: block;
    width: 120px;
    height: 35px;
    margin: 10px auto 0 auto;
    line-height: 35px;
    border: 1px solid #3c8811;
    color: #3c8811;
    font-size: 14px;
    transition: none;
}
.more_btn:hover {
    background: #3c8811;
    color: #ffffff;
}

.to-order {
    pointer-events: none;
}