/* Button */
.bx-catalog-subscribe-button
{
    padding: 12px 24px !important;
    margin: 0 !important;
    text-transform: uppercase;
    cursor: pointer;
}
.bx-catalog-popup-content
{
    width: 100% !important;
    max-width: none !important;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    margin-bottom: 10px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 14px;
    color: var(--main-txt) !important;
    height: 38px;
    margin: 0;
    padding: 0 10px;
    border: 1px solid var(--border);
    border-radius: 0 !important;
    background: none !important;
    outline: none;
    transition: .3s ease;
}
.bx-catalog-subscribe-form-container-input input[type="text"]:focus {
    border: 1px solid var(--main-txt)
}
.bx-catalog-subscribe-form-container-input.error input {
    border: 1px solid red !important;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: 500 !important;
    text-align: center;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #dfdfdf;
    color: #000;
    font-size: 15px;
    min-height: 45px;
    text-align: center;
    padding: 12px 40px 12px 60px;
    position: relative;
    width: 280px;
}

#bx-catalog-subscribe-form {
    position: relative;
}
#bx-catalog-subscribe-form-notify {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
}