#zakeke-customize-button {
    vertical-align: top;
    margin-right: 1%;
    margin-bottom: 15px;
    font-size: 13px;
    width: auto;
    padding: 0 34px;
    background-color: #56cfe1;
    border: 1px solid #56cfe1;
    color: #fff;
    border-radius: 40px;
    line-height: 40px;
    font-weight: 600;
    text-transform: uppercase;
}

#zakeke-customize-button:hover {
    border-color: #222;
    background-color: #222;
}