.success_order {
    margin-top: 10px;
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 24px;
    text-align: center;
    text-transform: uppercase;
}
#popup-one-click-wrapper {
    background: #fff;
    max-width: 343px;
    width: 90%;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.07);
}
#popup-one-click-wrapper .popup-heading {
    margin-bottom: 10px;
    color: #0D0802;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}
#popup-one-click-wrapper .mfp-close {
    width: 60px;
    height: 52px;
    right: 0;
    top: 0;
    position: absolute;
    z-index: 2;
    cursor: pointer !important;
    outline: none;
    border: 0;
}
#popup-one-click-wrapper .mfp-close:hover {
    background-position: 0 -60px;
}
#popup-checkout-button{
    cursor:pointer;
}

#popup-one-click-wrapper .popup-footer {
    padding: 0 20px 15px;
    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 a {
    margin-bottom: 15px;
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    background: #00483a;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    height: 35px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #00483a;
    user-select: none;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#popup-one-click-wrapper .popup-footer a:hover {
    color: #00483a;
    background-color: #fff;
}
#popup-one-click-wrapper .popup-footer .btn-close {
    color: #00483a;
    text-align: center;
    font-family: 'Manrope', sans-serif;
    font-weight: 600;
    font-size: 12px;
    line-height: 1;
    width: 100%;
    box-shadow: none;
    background-color: #fff;
    border: 0;
    user-select: none;
}
#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;
    padding: 20px;
    overflow: auto;
}
#popup-one-click-wrapper .sub-images {
    margin-top: 10px;
    padding-bottom: 6px;
    display: flex;
    align-items: center;
    white-space: nowrap;
    overflow-x: auto;
}
#popup-one-click-wrapper .sub-images input {
    display: none;
}
#popup-one-click-wrapper .sub-images > span label {
    margin-right: 5px;
    margin-bottom: 0;
    width: 10px;
    height: 10px;
    background: #bbb;
    border-radius: 10px;
    display: inline-block;
}
#popup-one-click-wrapper .sub-images input[type=radio]:checked + label {
    background: #F68C42;
}
#popup-one-click-wrapper .sub-images > span label:hover {
    cursor: pointer;
    background: #F68C42;
}
#popup-one-click-wrapper .sub-images::-webkit-scrollbar-track {
    background: #fff;
}
#popup-one-click-wrapper .sub-images::-webkit-scrollbar {
    height: 5px;
}
.payment-quantity {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
span#main-price.only {
    margin-right: 13px;
    color: #000;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}
span#main-price {
    color: #747474;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    white-space: nowrap;
}
span#special-price {
    margin-right: 13px;
    color: #FD6F74;
    font-family: 'Manrope', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 1;
    white-space: nowrap;
}
#popup-one-click-wrapper .right img {
    margin-bottom: 10px;
    border-radius: 10px;
}
#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 {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    color: #747474;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1;
    text-decoration-line: strikethrough;
    white-space: nowrap;
}
#popup-one-click-wrapper .product-description {
    max-height: 120px;
    overflow-y: auto;
    margin: 15px 0;
}
#popup-one-click-wrapper .payment-info {
    clear: both;
}
#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: inline-block;
}
#popup-one-click-wrapper .payment-info > div + div {
    margin-top: 15px;
}
#popup-one-click-wrapper .payment-info > div label {
    font-size: 12px;
    line-height: 12px;
    color: #666;
    font-weight: bold;
    margin-bottom: 2px;
}
#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 {
    padding: 6px 10px;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 12px;
    border: 1px solid #F8F8F8;
    border-radius: 5px;
    color: #8E9192;
    background: #fff;
    outline: none;
    width: 100%;
    height: 35px;
}
#popup-one-click-wrapper .payment-info > div textarea {
    min-height: 70px;
    resize: vertical;
}
.payment-quantity label {
    color: #0D0802;
    font-family: 'Manrope', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.4;
}
.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: 16px;
    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-heading {
        font-size: 14px;
    }
    #popup-one-click-wrapper .popup-footer button {
        width: 100%;
    }
    #popup-one-click-wrapper .popup-footer a {
        width: 100%;
        margin-top: 5px;
    }
    #popup-one-click-wrapper .right {
        width: 100%;
        text-align: center;
    }
    #popup-one-click-wrapper .left {
        width: 100%;
    }
}