#wc-cs-login-open-popup i, #wc-cs-quick-account i {
    width: 37px;
    height: 37px;
    font-size: 14px;
    margin-right: 10px;
    margin-bottom: 10px;
    display: inline-block;
    background-color: #cccccc50;
    padding: 10px 11px;
    border-radius: 7px;
    color: #999;
    border: 1px solid #ccc;
    text-align: center;
}

#wc-cs-login-open-popup h2, #wc-cs-quick-account h2 {
    font-size: 20px;
    display: inline-block;
    position: absolute;
    margin-top: 5px;
}

#wc-cs-login-open-popup p, #wc-cs-quick-account p {
    margin-top: 10px;
    margin-bottom: 30px;
}

#wc-cs-login-popup {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999998;
}
#wc-cs-login-popup-content {
    width: 100%;
    max-width: 350px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    z-index: 999999;
}

#wc-cs-create-account p {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 13px;
    line-height: 16px;
    color: #999;
}

#wc-cs-login-form label,
#wc-cs-input-container label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

#wc-cs-login-form input,
#wc-cs-input-container input {
    width: 100%;
    margin-bottom: 15px !important;
}

#wc-cs-login-form button,
#wc-cs-input-container button {
    width: 100%;
}

#wc-cs-login-container h4 {
    margin-bottom: 10px;
    font-size: 18px !important;
    line-height: 22px !important;
}

#wc-cs-login-container p {
    font-size: 13px !important;
    line-height: 16px !important;
    margin-bottom: 20px;
    color: #999;
}

#wc-cs-messages {
    margin-top: 20px;
    font-size: 13px;
    line-height: 16px;
}

#wc-cs-timer {
    font-weight: bold;
    color: black;
    margin-top: 10px;
}

/* Checkout login */
#wc-cs-login-button-container span {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 16px;
}

#wc-cs-login-button-container button {
    width: 100%;
    margin-bottom: 10px;
}