/* 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
{
    color: var(--main-txt) !important;
}
.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 4px;
    border: 1px solid #dfdfdf !important;
    border-radius: 0 !important;
    background: none !important;
    outline: none;
}
.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-aligner {
    display: inline-block;
    height: 45px;
    margin-left: -1px;
    vertical-align: middle;
    width: 1px;
}
.bx-catalog-subscribe-alert-text {
    display: inline-block;
    vertical-align: middle;
}
.bx-catalog-subscribe-alert-footer {
    text-align: center;
}
.bx-catalog-subscribe-alert-popup {
    background-color: #dfdfdf !important;
    box-shadow: 0px 4px 16px rgb(0 0 0 / 15%) !important;
}

.popup-window[id^="CatalogSubscribe"] .popup-window-content {
    padding: 20px 0 40px !important;
}
#bx-catalog-subscribe-form {
    position: relative;
}
#bx-catalog-subscribe-form-notify {
    position: absolute;
    top: 100%;
    left: 0;
    font-size: 12px;
}
.subcribe-popup-svg {
    text-align: center;
    margin-bottom: 30px;
}
.popup-window[id^="CatalogSubscribe"] {
    padding: 20px !important;
    width: 460px;
    max-width: calc(100% - 20px);
}
.popup-window[id^="CatalogSubscribe"] .bx-catalog-subscribe-form-container {
    padding: 20px 0 0;
}
.popup-window[id^="CatalogSubscribe"] .popup-window-buttons {
    padding: 0;
    display: flex;
    justify-content: center;
}
.popup-window[id^="CatalogSubscribe"] .btn {
    padding: 10px 15px;
    cursor: pointer;
    border: 1px solid transparent !important;
    width: calc(50% - 5px);
}
.popup-window[id^="CatalogSubscribe"] .btn + .btn {
    font-weight: 600;
    color: var(--main-txt);
    margin-left: 10px;
    border: 1px solid var(--main_color) !important;
}
.popup-window[id^="CatalogSubscribe"] .btn + .btn:hover {
    background-color: var(--main_color);
}
.popup-window[id^="CatalogSubscribe"] .btn + .btn:hover:active {
    border: 1px solid var(--main_color_hover) !important;
    background-color: var(--main_color_hover);
}
.popup-window[id^="CatalogSubscribe"] .bx-catalog-popup-message {
    margin-bottom: 30px;
    font-size: 16px;
}