.arcticmodal-overlay,
.arcticmodal-container { position: fixed; left: 0; top: 0; right: 0; bottom: 0; z-index: 1000; }
.arcticmodal-container { overflow: auto; margin: 0; padding: 0; border: 0; border-collapse: collapse; }
*:first-child+html .arcticmodal-container { height: 100% }
.arcticmodal-container_i { height: 100%; margin: 0 auto; }
.arcticmodal-container_i2 { padding: 24px; margin: 0; border: 0; vertical-align: middle; }
.arcticmodal-error { padding: 20px; border-radius: 10px; background: #000; color: #fff; }
.arcticmodal-loading { width: 80px; height: 80px; border-radius: 10px; background: #000 url(loading.gif) no-repeat 50% 50%; }
.popup_inner {
        width: 100%;
        /*max-width: 500px;*/
        padding: 10px 30px 40px 30px;
        background-color: #fff;
}
.popup_close_bar {
        text-align: right;
}
.popup_close {
        display: inline-block;
        font-size: 30px;
        line-height: 30px;
        color: #000;
        cursor: pointer;
        opacity: 0.5;
        transition: all 0.5s;
        cursor: pointer;
}
.popup_close:hover {
        opacity: 1;
}
.popup_head {
        font-size: 24px;
        line-height: 32px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 25px;
}
.popup_img {
        text-align: center;
        margin-bottom: 20px;
}
.popup_img img {
        display: inline-block;
        max-width: 100%;
        max-height: 160px;
}
.popup_title {
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        color: #000;
        text-align: center;
        margin-bottom: 25px;
}		
.popup_action {
        font-size: 14px;
        line-height: 18px;
        color: #000;	
        text-align: center;		
}
.popup_cart {
        display: inline-block;
        padding: 10px;
    color: #fff!important;
    background-color: #e60019;
        transition: all 0.4s;
        cursor: pointer;
        margin: 0 10px 20px 10px;
}
.popup_cart:hover {
        background-color:#fa0000
}
.popup_back {
        display: inline-block;
        border-bottom: 1px solid #000;
        white-space: nowrap;
        transition: all 0.4s;
        cursor: pointer;
        margin: 0 10px;
}
.popup_back:hover {
        color: #00aea5;
        border-color: #00aea5;
}