/* Popup style */

.popup_mochi {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    left: 0;
    bottom: 0;
    top: 0;
    right: 0;
    z-index: 999998;
}

.popup_mochi_marge {
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%;
    right: 0;
}

.popup_mochi .container {
    margin: -215px 0 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    height: 430px;
    width: 796px;
    padding: 0;
}

.popup_mochi .closepopup {
    position: absolute;
    right: 30px;
    top: 20Px;
    cursor: pointer;
    font-size: 16px;
    z-index: 999999;
    color: #fff;
    margin: 0;
    padding: 0;
}

.popup_mochi .closepopup:hover {
    cursor: pointer;
}

.popup_mochi .closepopup-mobile {
    position: absolute;
    right: 30px;
    top: 30px;
    color: #000;
    cursor: pointer;
    font-size: 16px;
    z-index: 999999;
    margin: 0;
    padding: 0;
    display: none;
}

.popup_mochi .closepopup-mobile:hover {
    cursor: pointer;
}

.popup_content {
    float: left;
    padding: 0 50px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.popup_content img {
    height: auto !important;
    position: initial !important;
    left: auto !important;
    top: initial !important;
    transform: inherit !important;
}

.popup_content .btn_green {
    margin-top: 5px;
    display: block;
    float: none;
    max-width: 100%;
    width: 300px;
}

.popup_content .retrun_subscribe {
    margin-top: 5px;
    display: block;
    max-width: 100%;
    width: 300px;
    font-size: 12px;
}

.popup_mochi .p-clm6 {
    overflow: hidden;
    width: 50%;
    float: left;
    height: 430px;
    position: relative;
}

.popup_mochi .p-clm6 img {
    height: 100%;
    width: 100%;
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.grecaptcha-badge {
    display: none !important;
}

.popup_mochi h2 {
    margin-bottom: 20px;
    float: left;
    background-repeat: no-repeat;
    height: auto;
    background-position: top right;
    font-family: "Quicksand", sans-serif;
    font-size: 28px;
    text-align: left;
    width: 100%;
    padding-right: 0;
    color: #bf8065;
}

.popup_mochi .popup_details {
    float: left;
    width: 100%;
    text-align: left;
    font-size: 15px;
    line-height: 25px;
    color: #000000;
}

.popup_mochi .action_content {
    float: left;
    width: 100%;
    margin: 20px 0 0;
}

.popup_mochi .popup_link {
    background-color: #bf8065;
    border: 1px solid #bf8065;
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    z-index: 1;
    color: #fff;
    float: left;
    padding: 10px 30px;
    font-size: 14px;
    margin: 0;
}

.popup_mochi .popup_link:hover {
    background-color: #fff;
    color: #bf8065;
}

.popup_mochi ul {
    text-align: left;
    margin: 15px;
    list-style: initial;
}

.popup_mochi ul li {
    font-size: 14px;
    color: #676767;
    line-height: 25px;
}

.popup_mochi .newsletter-content {
    float: left;
    width: 100%;
    position: relative;
    height: 44px;
    margin-top: 10px;
}

.popup_mochi .newsletter-content input {
    border: 1px solid #bf8065;
    background-color: transparent;
    outline: transparent;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    font-size: 12px;
}

.popup_mochi .newsletter-content button {
    background-color: #bf8065;
    color: #fff;
    outline: transparent;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    height: 44px;
    line-height: 35px;
    margin: 0;
    font-size: 12px;
}

.newsletter-content.form-newsletter-content input {
    width: 55%;
}

.newsletter-content.form-newsletter-content button{
    background-color: #bf8065;
    color: #fff;
}

.popup_mochi .newsletter-content .newsletter-return {
    position: absolute;
    left: 0;
    bottom: -50px;
    height: 50px;
    width: 100%;
    text-align: left;
    font-size: 12px;
}

@media screen and (max-width: 700px) {
    .popup_mochi .container {
        margin: -215px 5% 0;
        max-width: 90%;
        height: auto;
    }
    .popup_mochi .p-clm6 {
        overflow: hidden;
        width: 100%;
        min-height: 430px;
        height: auto;
    }
    .popup_content {
        float: left;
        padding: 30px;
        width: 100%;
    }
    .popup_mochi .p-clm6 img {
        position: relative;
    }
    .popup_mochi h2 {
        margin-top: 50px;
    }
    .content-picture {
        display: none;
    }
    .popup_mochi .closepopup-mobile {
        display: block;
    }
}