#get__demo--wrapper,
#popup-one-click-wrapper{
border-radius: 20px;
width: 100%;
max-width: 390px;
box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.1), 0 17px 17px 0 rgba(0, 0, 0, 0.09), 0 38px 23px 0 rgba(0, 0, 0, 0.05), 0 68px 27px 0 rgba(0, 0, 0, 0.01), 0 107px 30px 0 rgba(0, 0, 0, 0);
background: #fff;
padding: 35px 45px;
position: relative;
margin: 0 auto;
overflow: hidden;
}
#popup-one-click-wrapper::after,
#get__demo--wrapper::after{
    content: '';
    width: 230px;
    height: 230px;
    background-image: url(/image/smallgirl.jpg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: -10px;
}
.get__demo--heading,
#popup-one-click-wrapper .popup-heading{
    padding-top: 45px;
    padding-bottom: 90px;
    position: relative;
    z-index: 2;
    font-family: 'Pacifico';
    font-size: 36px;
    line-height: 117%;
    color: #1e1e1e;
}
#popup-one-click-wrapper .popup-heading,
.get__demo--title{
    max-width: 85%;
}
.demo__form--field{
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #D7D7D7;
    margin-bottom: 20px;
}
.demo__form--button{
    margin-top: 50px;
}
#popup-one-click-wrapper .popup-footer a,
#demo__form--send{
    border-radius: 27px;
    width: 100%;
    margin: 0 auto;
    max-width: 297px;
    height: 55px;
    background: linear-gradient(90deg, #a18cd1 0%, #fbc2eb 100%);
    font-weight: 800;
    font-size: 16px;
    color: #fff;
    position: relative;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
}
#popup-one-click-wrapper .popup-footer a span,
#demo__form--send span{
    position: relative;
    z-index: 2;
}
#popup-one-click-wrapper .popup-footer a:before,
#demo__form--send::before{
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    opacity: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, #a18cd1 0%, #fbc2eb 100%);
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
#popup-one-click-wrapper .popup-footer a:hover::before,
#popup-one-click-wrapper .popup-footer a:focus::before,
#popup-one-click-wrapper .popup-footer a:active::before,
#demo__form--send:hover::before,
#demo__form--send:focus::before,
#demo__form--send:active::before{
    opacity: 1;
}
.demo__form--field input{
    width: 100%;
    height: 100%;
    border: none;
    font-size: 14px;
    line-height: 200%;
    color: #000;
    outline: none;
    font-weight: 400;
}
.demo__form--field input::placeholder{
    font-size: 14px;
    line-height: 200%;
    color: #838383;
}
#demo__form{
    width: 100%;
}
.get__demo--center{
    width: 100%;
    min-height: 235px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
}
.error_style
.demo__form--field.error_style{
    border-bottom: 1px solid #a94442;
}
.text-danger,
.demo__form--field .text-danger{
    font-size: 12px;
    font-weight: 300;
    height: auto !important;
    margin-bottom: 0 !important;
}
#popup-one-click-wrapper .mfp-close,
#get__demo--wrapper .mfp-close{
    top: 20px;
    left: 30px;
    z-index: 1046;
}
#popup-checkout-button{
    cursor:pointer;
}

#popup-one-click-wrapper .popup-footer {
    padding: 17px 25px 17px 25px;
    position: relative;
    display: inline-block;
    width: 100%;
    /*    height: 100%;*/
    vertical-align: bottom;
}
#popup-one-click-wrapper .popup-footer button {
    float: right;
    display: none;
    height: 32px;
    line-height: 30px;
    color: #000;
    padding: 0 25px;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #c5cdd8;
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    background: #f2f6f9;
    border-radius: 2px;
    outline: none;
    text-align: center;
}
#popup-one-click-wrapper .popup-footer button:hover {
    box-shadow: 0 0px 1px rgba(0, 0, 0, .1);
}
#popup-one-click-wrapper .popup-footer #popup-checkout-none {
    opacity: 0.5;
    background: #F64747;
    border: 1px solid #D64541;
}
#popup-one-click-wrapper .popup-footer #popup-checkout-none:hover {
    background: #F64747;
    cursor: not-allowed;
}
#popup-one-click-wrapper .popup-center {
    background: #fff;
    overflow: auto;
}
.top-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.payment-quantity {
    display: flex;
    align-items: center;
}
.product-price {
    display: flex;
    justify-content: center;
    width: 100%;
}
span#special-price {
    font-size: 24px;
    line-height: 24px;
    color: #60CC0B;
    margin-left: 20px;
}
#popup-one-click-wrapper .right img {
    border-radius: 20px;
    border: 2px solid #E6E6E6;
    margin-top:20px;
    margin-bottom: 48px;
}
#popup-one-click-wrapper .right .sub-images {
    /*display: block;*/
    display: none;
    text-align: center;
    margin-top: 10px;
    max-width: 150px;
}
#popup-one-click-wrapper .right .sub-images > span label {
    border-radius: 10px;
    width: 10px;
    height: 10px;
    background: #bbb;
    display: inline-block;
}
#popup-one-click-wrapper .right .sub-images input {
    display: none;
}
#popup-one-click-wrapper .right .sub-images input[type=radio]:checked + label {
    background: #e5e5e5;
}
#popup-one-click-wrapper .right .sub-images > span + span {
    margin-left: 5px;
}
#popup-one-click-wrapper .right .sub-images > span label:hover {
    cursor: pointer;
    background: #e5e5e5;
}
#popup-one-click-wrapper .product-name {
    font-size: 18px;
    margin-bottom: 15px;
}
#popup-one-click-wrapper .product-price {
    font-size: 15px;
}
#popup-one-click-wrapper .product-description {
    max-height: 120px;
    overflow-y: auto;
    margin: 15px 0;
}
#popup-one-click-wrapper .info-heading {
    font-size: 15px;
    display: block;
    color: #000;
    text-align: left;
}
#popup-one-click-wrapper .info-heading-2 {
    font-size: 15px;
    display: block;
    color: #000;
    text-align: left;
    margin: 5px 0 10px 0;
}
#popup-one-click-wrapper .payment-info > div {
    width: 100%;
    display: block;
    height: 30px;
    margin-bottom: 20px;
}
#popup-one-click-wrapper .payment-info > div.textar{
    height: 70px;
}
#popup-one-click-wrapper .payment-info > div label span {
    color: #f00;
}
#popup-one-click-wrapper .payment-info > div input, #popup-one-click-wrapper .payment-info > div textarea {
    border:none;
    border-bottom: 1px solid #E6E6E6;
    padding: 5px 10px;
    background: #fff;
    outline: none;
    color: #919191;
    font-size: 14px;
    width: 100%;
}
#popup-one-click-wrapper .payment-info > div textarea {
    min-height: 70px;
    resize: vertical;
}
.payment-quantity {
    position: relative;
}
.payment-quantity label {
    color: #1E1E1E;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.payment-quantity .number {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-bottom: 5px;
}
.btn-minus, .btn-plus {
    border-radius: 11px;
    border: 1px solid #EDF1F7;
}
.payment-quantity .frame-change-count {
    width: 116px;
}
.payment-quantity .btn-plus button {
    width: 30px;
    height: 30px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 0;
    outline: none;
    line-height: 5px;
    text-align: center;
    border-radius: 11px;
}
.payment-quantity .btn-minus button {
    width: 32px;
    height: 32px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border: 0;
    outline: none;
    text-align: center;
    line-height: 0;
    border-radius: 11px;
}
.payment-quantity .btn-minus button span {
    /*width: 30px;
    height: 30px;*/
}
.payment-quantity .btn-plus button span {
    /*width: 30px;
    height: 30px;*/
}
.payment-quantity label {
    margin-right: 16px;
}
.payment-quantity .btn-plus {
    float: right;
}
.payment-quantity .btn-minus {
    float: left;
}
.payment-quantity input.plus-minus {
    border:none;
    background: #fff;
    width: 45px;
    height: 32px;
    position: absolute;
    left: 35px;
    top: 0;
    outline: none;
    text-align: center;
    color: #C5CEE0;
    font-size: 14px;
    font-style: normal;
    line-height: 22px;
}
.masked {
    position: absolute;
    z-index: 10000;
    width: 100%;
    height: 100%;
    background: #eee;
    opacity: 0.4;
    left: 0;
    top: 0;
}
.masked_loading {
    background: url(ring-alt.svg) no-repeat center center;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10001;
    top: 0;
    left: 0;
}
.popup-purchase-button {
    text-align: center;
}
.popup-purchase-button button {
    width: 100% !important;
}
@media (min-width: 320px) and (max-width: 532px) {
    #popup-one-click-wrapper .popup-footer button {
        width: 100%;
    }
    #popup-one-click-wrapper .right {
        width: 100%;
        text-align: center;
    }
    #popup-one-click-wrapper .left {
        width: 100%;
    }
}