/*
#popup-one-click-wrapper {
    background: #fff;
    max-width: 343px;
    width: 90%;
    margin: 0 auto;
    min-height: 100px;
    position: relative;
    border-radius: 10px;
    box-shadow: 0px 5px 11px 0px rgba(0, 0, 0, 0.10), 0px 20px 20px 0px rgba(0, 0, 0, 0.09), 0px 45px 27px 0px rgba(0, 0, 0, 0.05), 0px 80px 32px 0px rgba(0, 0, 0, 0.01), 0px 125px 35px 0px rgba(0, 0, 0, 0.00);
}
#popup-one-click-wrapper .popup-heading {
    padding: 37px 15px 0 15px;
    color: #000;
    font-size: 20px;
    font-style: normal;
    line-height: 25px;
    margin-right: 30px;
}
#popup-one-click-wrapper .mfp-close {
    width: 60px;
    height: 52px;
    right: 0;
    top: 25px;
    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: 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 a {
    border-radius: 27.5px;
    background: #ED1C24;
    color: #FFF;
    font-size: 16px;
    line-height: normal;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;justify-content: center;
}
#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;
}
.top-modal {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.payment-quantity {
    display: flex;
    align-items: center;
}
.product-price {
    display: flex;
    flex-direction: column;
}
span#special-price {
    font-size: 24px;
    line-height: 24px;
    color: #ED1C24;
}
#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 .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: 10px;
}
#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 {
    border:none;
    border-bottom: 1px solid #E6E6E6;
    padding: 5px 10px;
    background: #fff;
    outline: none;
    color: #919191;
    font-size: 16px;
    width: 100%;
    margin-bottom: 11px;
}
#popup-one-click-wrapper .payment-info > div textarea {
    min-height: 70px;
    resize: vertical;
}
.payment-quantity {
    position: relative;
}
.payment-quantity label {
    color: #1E1E1E;
    font-size: 16px;
    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: 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%;
    }
}*/
#uptocall-mini {
    position: fixed;
    bottom: 20px;
    left: 20px;
    cursor: pointer;
    z-index: 999;
    border: 10px solid rgba(0, 248, 0, 0.15);
    border-radius: 100%;
}
#uptocall-mini .uptocall-mini-phone {
    -moz-border-radius: 50% !important;
    -webkit-border-radius: 50% !important;
    border-radius: 50% !important;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    background-color: rgba(55, 200, 55, 0.8);
    width: 70px;
    height: 70px;
}
#uptocall-mini .uptocall-mini-phone:hover {
    background-color: rgba(55, 200, 55, 1);
}
#uptocall-mini .uptocall-mini-phone:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url('callback.png');
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: uptocallphone 1.5s linear infinite;
    -moz-animation: uptocallphone 1.5s linear infinite;
    animation: uptocallphone 1.5s linear infinite;
}
@-webkit-keyframes uptocallphone {
    0%,
    100%,
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}
@-moz-keyframes uptocallphone {
    0%,
    100%,
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}
@keyframes uptocallphone {
    0%,
    100%,
    50% {
        -ms-transform: rotate(0);
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
    25% {
        -ms-transform: rotate(30deg);
        -webkit-transform: rotate(30deg);
        transform: rotate(30deg);
    }
    75% {
        -ms-transform: rotate(-30deg);
        -webkit-transform: rotate(-30deg);
        transform: rotate(-30deg);
    }
}
.popup_call_phone_btn {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 9997;
    width: 90px;
    height: 90px;
    background: url('call.png') no-repeat;
    border: 0 !important;
}
#popup-call-phone-wrapper {
    margin: 20px auto;
    padding: 48px 39px 48px 77px;
    background: #fff;
    max-width: 861px;
    width: 100%;
    min-height: 100px;
    position: relative;
    border-radius: 20px;
    background: #fff;
    box-shadow: 0px 6px 12px 0px rgba(0, 0, 0, 0.1),
    0px 23px 23px 0px rgba(0, 0, 0, 0.09), 0px 51px 31px 0px rgba(0, 0, 0, 0.05),
    0px 90px 36px 0px rgba(0, 0, 0, 0.01), 0px 141px 40px 0px rgba(0, 0, 0, 0);
    overflow: hidden;
}
#popup-call-phone-wrapper::before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    width: 278px;
    height: 380px;
    background: url('popup-call-phone-image-bg.png') no-repeat;
    user-select: none;
    pointer-events: none;
}
.popup-body {
    position: relative;
    z-index: 1;
}
#popup-call-phone-wrapper .text-danger {
    margin-top: 2px;
    font-size: 12px;
    line-height: 1.2;
    color: #ff0000;
}
#popup-call-phone-wrapper textarea#commentValue + div {
    margin-top: -8px;
}
#popup-call-phone-wrapper .popup-heading {
    margin-bottom: 18px;
    color: #1e1e1e;
    font-family: 'Manrope-Bold';
    font-size: 24px;
    line-height: 1.1;
}
#popup-call-phone-wrapper .popup-text-extra {
    margin-bottom: 18px;
    max-width: 422px;
    color: #000;
    font-size: 14px;
    line-height: 2;
}
#popup-call-phone-wrapper .popup-col {
    display: flex;
}
#popup-call-phone-wrapper .popup-center {
    width: 100%;
}
#popup-call-phone-wrapper .popup-footer {
    margin-top: auto;
}
#popup-call-phone-wrapper .mfp-close {
    width: 60px;
    height: 52px;
    font-family: none;
    font-size: 40px;
    color: #fff;
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#popup-call-phone-wrapper .mfp-close:hover {
    color: #049cee;
}
#popup-call-phone-wrapper .popup-footer button {
    height: 32px;
    line-height: 30px;
    color: #fff;
    padding: 0 25px;
    cursor: pointer;
    font-size: 12px;
    display: inline-block;
    border: 1px solid #049cee;
    background: #049cee;
    border-radius: 2px;
    outline: 0;
    text-align: center;
}
#popup-call-phone-wrapper .popup-footer button:hover {
    color: #049cee;
    background: #fff;
    border: 1px solid #049cee;
}
#popup-call-phone-wrapper .popup-footer a {
    width: 100px;
    height: 100px;
    color: #fff;
    background: #049cee;
    font-family: 'Manrope-Bold';
    font-size: 14px;
    line-height: 200%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    user-select: none;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
#popup-call-phone-wrapper .popup-footer a svg {
    margin-top: 2px;
    margin-left: 4px;
}
.masked,
.masked_loading {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#popup-call-phone-wrapper .popup-footer a:hover {
    color: #049cee;
    background: #fff;
    border: 1px solid #049cee;
}
#popup-call-phone-wrapper .popup-footer a:hover svg {
    margin-left: 8px;
}
#popup-call-phone-wrapper .popup-footer a svg,
#popup-call-phone-wrapper .popup-footer a svg path {
    -webkit-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}
#popup-call-phone-wrapper .popup-footer a:hover svg path {
    stroke: #049cee;
}
#popup-call-phone-wrapper .payment-info {
    max-width: 558px;
    clear: both;
}
#popup-call-phone-wrapper .payment-info-row {
    display: flex;
    justify-content: space-between;
}
#popup-call-phone-wrapper .payment-info-row > div {
    width: 46%;
}
#popup-call-phone-wrapper .payment-info > div + div {
    margin-top: 30px;
}
#popup-call-phone-wrapper .payment-info > div.text-danger {
    margin-top: 2px;
}
#popup-call-phone-wrapper .payment-info > div label {
    font-size: 12px;
    line-height: 12px;
    color: #838383;
    font-weight: 700;
}
#popup-call-phone-wrapper .payment-info > div label span {
    color: red;
    display: none;
}
#popup-call-phone-wrapper .payment-info > div input,
#popup-call-phone-wrapper .payment-info > div textarea {
    border:0;
    border-bottom: 1px solid #d7d7d7;
    padding-bottom: 6px;
    background: transparent;
    outline: 0;
    width: 100%;
    color: #838383;
    font-size: 14px;
    line-height: 200%;
}
#popup-call-phone-wrapper .payment-info > div input.error_style,
#popup-call-phone-wrapper .payment-info > div textarea.error_style {
    border-bottom: 1px solid #a94442;
}
#popup-call-phone-wrapper .payment-info > div textarea {
    min-height: 70px;
    resize: vertical;
}
.masked {
    z-index: 10000;
    background: #eee;
    opacity: 0.4;
}
.masked_loading {
    background: url('ring-alt.svg') center center no-repeat;
    z-index: 10001;
}
.popup-call-phone-button {
    text-align: center;
}
.popup-call-phone-button button {
    width: 100% !important;
}
.popup-logo {
    margin-bottom: 69px;
    max-width: 168px;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox {
    margin-top: 15px;
    min-height: 28px;
    display: flex;
    align-items: center;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox input {
    margin-top: 0;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox label {
    margin-top: 2px;
    margin-bottom: 0;
    margin-left: 11px;
    color: #000;
    font-family: 'Manrope';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    user-select: none;
    cursor: pointer;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox label .agree-form {
    color: #049cee;
}
#popup-call-phone-wrapper .payment-info .popup-checkbox label .agree-form:hover {
    text-decoration: underline;
}
@media (max-width: 1024px) {
    #popup-call-phone-wrapper {
        padding: 48px 32px 39px;
        max-width: 560px;
    }
    #popup-call-phone-wrapper::before {
        top: 0;
        right: 0;
        background-size: 60%;
        background-position-x: right;
    }
    .popup-logo {
        display: none;
    }
    #popup-call-phone-wrapper .popup-text-extra {
        max-width: 346px;
        font-size: 12px;
    }
    #popup-call-phone-wrapper .payment-info > div + div {
        margin-top: 25px;
    }
    #popup-call-phone-wrapper .payment-info > div input,
    #popup-call-phone-wrapper .payment-info > div textarea {
        font-size: 12px;
    }
    #popup-call-phone-wrapper .payment-info .popup-checkbox label {
        font-size: 12px;
    }
    #popup-call-phone-wrapper .popup-footer {
        margin-left: 20px;
    }
}
@media (max-width: 650px) {
    #popup-call-phone-wrapper .popup-col,
    #popup-call-phone-wrapper .payment-info-row {
        flex-direction: column;
    }
    #popup-call-phone-wrapper .payment-info-row > div {
        width: 100%;
    }
    #popup-call-phone-wrapper .payment-info-row > div:not(:first-child) {
        margin-top: 25px;
    }
    #popup-call-phone-wrapper .payment-info > div textarea {
        resize: none;
    }
    #popup-call-phone-wrapper .popup-footer {
        margin-top: 24px;
        margin-left: 0;
    }
    #popup-call-phone-wrapper .popup-footer a {
        padding: 6px 14px;
        width: 100%;
        height: 44px;
        border-radius: 22px;
    }
    #popup-call-phone-wrapper .popup-footer a svg {
        display: none;
    }
}