.popup-new-page .Product_link_subscribe {
    background-color: #036739;
    width: 100%;
    margin-top: 0;
}

.popup-new-page .Product_item .Product_link_subscribe {
    margin-top: 10px;
}

.popup-new-page .Product_link_subscribe.disabled:hover {
    background-color: #036739;
    cursor: default;
}

.popup-new-page .popup-window-titlebar {
    height: unset;
    display: flex;
    justify-content: flex-start;
    position: relative;
    background-color: unset;
    padding: 0 !important;
    margin: 0 0 30px!important;
}

.popup-new-page .popup-window-titlebar-text {
    font-weight: 700;
    font-size: 20px;
    line-height: 140% !important;
    letter-spacing: 0;
    vertical-align: middle;
    color: #494949;
}

@media (max-width: 576px) {
    .popup-new-page .popup-window-titlebar-text {
        text-overflow: unset;
        white-space: inherit;
    }
}

.popup-new-page #bx-catalog-subscribe-status-action,
.popup-new-page .popup-window.popup-window-with-titlebar {
    background-color: #fff !important;
    padding: 30px !important;
    display: flex;
    flex-direction: column !important;
    border-radius: 10px !important;
    border: 1px solid #B8C7D4 !important;
    width: 370px;
    -webkit-box-shadow: none!important;
    -moz-box-shadow: none!important;
    box-shadow: none!important;
}

@media (max-width: 576px) {
    .popup-new-page #bx-catalog-subscribe-status-action,
    .popup-new-page .popup-window.popup-window-with-titlebar {
        width: 280px;
    }
}

.popup-new-page #popup-window-content-bx-catalog-subscribe-status-action {
    margin: 0;
    background-color: #fff;
}

.popup-new-page .bx-catalog-subscribe-alert {
    padding: 0;
    margin: 0;
    height: unset;
    background-color: #fff;
}

.popup-new-page .popup-window-with-titlebar .popup-window-content {
    padding: 0;
    margin: 0;
}

.popup-new-page .popup-window-close-icon:before {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background-color: #B8C7D4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    background-image: unset !important;
}

.popup-new-page .popup-window-close-icon:after {
    content: '';
    display: block;
    width: 16px;
    height: 2px;
    background-color: #B8C7D4;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    background-image: unset !important;
}

.popup-new-page .popup-window-titlebar-close-icon {
    top: 10px;
    right: 10px;
}

.popup-new-page .popup-window-buttons {
    padding: 0;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.popup-new-page .popup-window-buttons .btn {
    width: 100%;
    outline: none;
    border: none;
}
.popup-new-page .popup-window-buttons .btn:hover {
    background-color: #F9A225;
    outline: none;
    border: none;
}
.popup-new-page .popup-window-buttons > span:first-child {
    margin-top: 10px;
}

@media (max-width: 576px) {
    .popup-new-page .popup-window-titlebar {
        margin-bottom: 20px !important;
    }
    .popup-new-page .popup-window-titlebar-text {
        font-size: 18px;
    }
    .popup-new-page .popup-window-buttons .btn span,
    .popup-new-page .popup-window-buttons .btn span span {
        font-size: 12px;
    }
    .popup-new-page .bx-catalog-popup-content--success {
        margin-top: -10px !important;
    }
}

.popup-new-page .bx-catalog-subscribe-form-container-label,
.popup-new-page .popup-window-buttons > span:last-child {
    display: none;
}

.popup-new-page .popup-window-content {
    margin-bottom: 10px;
}

.popup-new-page .bx-catalog-subscribe-form-container-input input {
    font-family: 'Open Sans', sans-serif;
    display: flex;
    align-items: center;
    padding: 7.5px 15px;
    border: 1px solid #B8C7D4;
    border-radius: 10px;
    width: 100%;
    height: 35px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 140%;
    color: #777777;
}

.popup-new-page .bx-catalog-popup-message {
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;

    text-align: left;
    color: #494949;
}

.popup-new-page .bx-catalog-popup-content--success {
    margin-top: -20px;
}