button.notify-stock-btn {
    border: none;
    border-radius: 5px;
    color: white;
    font-size: 14px;
    height: 40px;
    padding: 0px 10px 0px 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: inherit !important;
}
#notify_phone::placeholder {
    font-size: 14px;
}
#notify_phone {
    font-size: 14px;
}
.notify-stock-form {
    display: grid;
    justify-items: start;
}
p.xcart-notify-title {
    font-weight: bold;
    margin-bottom: 10px;
    color: red;
}