/* Button */
.bx-catalog-subscribe-button
{
    margin-bottom: 6px;
    display: inline-block;
}
.bx-catalog-popup-content
{
    width: 90%;
    max-width: 280px;
}
/* Subscribe popup */
.bx-catalog-subscribe-form-container-label
{
    font-size:13px;
    color: #5a6c77;
    padding-bottom: 2px;
}
.bx-catalog-subscribe-form-container-input
{
    position: relative;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.bx-catalog-subscribe-form-star-required {
    color: #d93333;
}
.bx-catalog-subscribe-form-container .bx-captcha{
    margin-bottom: 10px;
}
.bx-catalog-popup-message
{
    font-weight: bold;
    min-width: 240px;
    margin: 0 0 0;
}

/* Alert style */
.bx-catalog-subscribe-alert {
    background-color: #edf6fc;
    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: #edf6fc !important;
    border: 1px solid #edf6fc !important;
    border-radius: 3px !important;
    -webkit-box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
    box-shadow: 0 19px 24px rgba(88, 112, 118, 0.17) !important;
}
span.btn.btn-primary.sub-btn {
    padding: 17px;
    width: 100%;
    max-width: 300px;
    background-color: #A5C99C;
    border-radius: 10px;
    display: inline-block;
}
.popup-window.popup-window-with-titlebar {
    border-radius: 10px;
    padding: 20px 14px;
}
.popup-window-titlebar {
    text-align: center;
    height: auto;
    margin-bottom: 20px;
}
.popup-window-with-titlebar .popup-window-content {
    padding: 0;
    margin-bottom: 10px;
}
.popup-window-titlebar-text, .popup-window-titlebar-text-version {
    color: #000000;
    font-size: 20px;
    line-height: 1.2;
}
.popup-window-close-icon.popup-window-titlebar-close-icon.--large, .popup-window-titlebar-close-icon {
    top: 20px;
    right: 15px;
    height: 24px;
    width: 24px;
}
.popup-window-close-icon:after {
    height: 12px;
    width: 12px;
}
.popup-window-buttons {
    padding: 0;
}
.popup-window-buttons .btn:last-child {
    display: none;
}
.bx-catalog-subscribe-form-container-label {
    padding-bottom: 10px;
    color: #80907C;
    font-size: 14px;
}
.bx-catalog-subscribe-form-container-input {
    margin-bottom: 15px;
}
.bx-catalog-subscribe-form-container-input input[type="text"] {
    padding: 12px 20px;
    border-radius: 5px;
    border-color: #80907C;
    background-color: transparent;
    color: #7A7A7A;
    font-size: 14px;
    height: auto;
}
.popup-product  {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 15px;
}

.popup-product__desc {
    margin: 0 auto 10px;
    text-align: center;
    color: #80907C;
    max-width: 230px;
    font-size: 14px;
}

.popup-product__image {
    width: 148px;
    height: 137px;
    overflow: hidden;
    border-radius: 10px;
}

.popup-product__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.popup-product__content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    font-size: 14px;
}

.popup-product__item {
    display: flex;
    align-items: center;
    gap: 10px;
}
.popup-product__item img {
    width: 16px;
    height: 16px;
}
.popup-product__item label {
    padding: 6px 14px;
    border-radius: 4px;
    border: 1px solid #A5C99C;
    color: #A5C99C;
}
.popup-product__name {
    display: flex;
    align-items: center;
    gap: 10px;
}
.popup-form__desc {
    font-size: 14px;
    color: #80907C;
}

@media (min-width: 768px) {

    .popup-window.popup-window-with-titlebar {
        padding: 30px;
        max-width: 590px;
        width: 100%;
    }

    .bx-catalog-subscribe-form-container-label {
        font-size: 20px;
        padding-bottom: 15px;
    }

    .bx-catalog-subscribe-form-container-input input[type="text"] {
        font-size: 16px;
        padding: 20px;
    }

    .popup-product  {
        margin-bottom: 20px;
        gap: 20px;
    }

    .popup-product__name {
        font-size: 16px;
    }

    .popup-product__item img {
        width: 20px;
        height: 20px;
    }

    .popup-product__desc {
        font-size: 16px;
        margin-bottom: 20px;
        max-width: unset;
    }

    .popup-window-close-icon.popup-window-titlebar-close-icon.--large, .popup-window-titlebar-close-icon {
        top: 30px;
        right: 30px;
    }

    span.btn.btn-primary.sub-btn {
        max-width: 390px;
    }

    .popup-form__desc {
        text-align: center;
        max-width: 345px;
        margin: 0 auto;
    }
}