.mango-popup__close {
    font-family: sans-serif;
    width: 39px;
    height: 39px;
    font-size: 30px;
    font-weight: 300;
    line-height: 39px;
    text-align: center;
    color: #e8e1d9;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 1px solid #e8e1d9;
    top: 11px;
    right: 11px;
    background-color: transparent;
}

.mango-button {
    padding: 11px 29px;
    background-color: transparent;
    border: 3px solid #a27a54;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #a27a54;
}

.mango-cat {
    position: relative;
    font-family: 'Roboto', sans-serif;
}

.mango-cat * {
    font-family: 'Roboto', sans-serif;
}

.mango-cat__body {
    width: 100%;
}

.mango-cat__header {
    position: absolute;
    top: 8px;
    left: 0;
    max-width: 270px;


    img {
        width: 100%;
    }
}

.mango-cat__label {
    font-size: 25px;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    -webkit-transform: translateY(-69%);
    -ms-transform: translateY(-69%);
    transform: translateY(-69%);
}

.mango-cat__title {
    font-size: 18px;
    color: #8e8e8e;
    margin-bottom: 13px;
    font-weight: 300;
}

.mango-cat__left {
    padding-top: 130%;
    background-image: url('{$MANGO_POPUP_TEMPLATE_URL}/assets/img/cat.png');
    background-size: 100% auto;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

.mango-cat__right {
    padding: 20px;
}

.mango-cat__form {
    padding: 0 30px;
}

@media only screen and (min-width: 650px) {
    .mango-cat {
        padding-left: 32px;
    }

    .mango-cat__body {
        display: table;
    }

    .mango-cat__left,
    .mango-cat__right {
        display: table-cell;
        vertical-align: middle;
    }

    .mango-cat__left {
        width: 62%;
        padding-top: 66%;
    }

    .mango-cat__right {
        width: 38%;
        padding: 0;
    }

    .mango-cat__title {
        font-size: 25px;
        padding: 0 68px;
    }

    .mango-cat__label {
        font-size: 35px;
    }

    .mango-button {
        font-size: 25px;
    }

    .mango-cat__form {
        text-align: center;
    }

}
