#emt-buybtnpopup{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 2100000;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#emt-buybtnpopup-static{
    padding: 10px 0;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

#emt-buybtnpopup-static .emt-buybtnpopup-container{
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.6);
}

.emt-buybtnpopup-container{
    display: flex;
    width: 355px;
    margin: 0 auto;
    border-radius: 10px;
    background-color: #fff;
    position: relative;
    box-sizing: border-box;
}
.emt-buybtnpopup-wrap{
    padding: 15px;
}

.emt-buybtnpopup-close{
    position: absolute;
    top: -40px;
    right: 0;
    border: 2px solid #bbb;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    color: #ccc;
    font-size: 25px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
}

.emt-buybtnpopup-text{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 18px;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.emt-buybtnpopup-bg{
    height: 200px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    border-radius: 10px 10px 0 0;
}

.emt-buybtnpopup-input{
    margin-bottom: 20px;
}

.emt-buybtnpopup-input-email{
    padding: 10px 20px;
    border: 1px solid #bebebe;
    border-radius: 5px;
    width: 100%;
}

.emt-buybtnpopup-button button{
    border-radius: 5px;
    display: block;
    width: 100%;
    padding: 10px 25px;
    border: 0;
    font-size: 16px;
    cursor: pointer;
    color: rgb(0, 0, 0);
}

.emt-buybtnpopup-policy{
    color: #ccc;
    font-size: 11px;
    text-align: center;
    margin-top: 10px;
}
.emt-buybtnpopup-policy a{
    color: #bbb;
}