.c-button:disabled, .c-button.disabled, .c-button:disabled:hover, .c-button.disabled:hover {
    background: #5c3e26;
    color: #eff2f4;
    cursor: default;
    box-shadow: none;
}