.popup_area, .popup_area1 {
    display: none;
}

.my-mask {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .8);
    z-index: 9999;
    display: block;
    top: 0;
    position: fixed;
    left: 0;
}

.my-popup-body, .my-popup-body1 {
    width: 90%;
    height: auto;
    background-color: #ffffff;
    position: fixed;
    z-index: 10000;
    border-radius: 0.5rem;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 50%;
    padding-bottom: 5%;
}



@media screen and (min-width: 1000px) {
    .my-popup-body, .my-popup-body1 {
        width: 34.5rem;
    }
    .my-popup-body1{
        width: 80%;
    }
}



.my-popup-close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    background: #ebfff6;
    z-index: 2;
    pointer-events: auto;
    text-align: center;
    border-radius: 50%;
}

.close_card {
    color: red;
    float: right;
    font-size: 28px;
    font-weight: bold;
    top: 10px;
    right: 15px;
    position: absolute;
}

.close_card:hover {
    color: #000;
}

.payment_logo {
    margin-top: 3%;
}

.cvv_gif {
    margin-left: 2%;
    margin-top: 7%;
}

.cvv_png {
    margin: 3%;
    width: 80%;
}

@media screen and (min-width: 1000px) {
    .cvv_png {
        margin: 3%;
        width: 80%;
    }
    .my-popup-body1{
        width: 21%;
        height: auto;
    }
}



.form_area {
    text-align: left;
    font-size: 12px;
    margin: 0 10%;
}

.line_common {
    width: 100%;
    display: flex;
    font-weight: bold;
    line-height: 24px;
}

.line_common_left {
    width: 60%;
}

.line_common_right {
    width: 40%;
}

.update_submit_btn {
    font-size: 12px;
}


img.wcpay-icon {
    margin: 0 !important;
    max-width: 40px !important;
    padding-left: 3px !important;
}

img.wcpay-icon:first-child {
    margin-right: 5px !important;
}

.ozpay-imgs {
    margin-bottom: 20px;
}

/*.payment_method_ozpay>label:first-child{*/
/*    font-size: 16px!important;*/
/*    font-weight: 600!important;*/
/*}*/
label[for='payment_method_ozpay'] {
    font-size: 20px !important;
    font-size: medium;
    /* padding: 5px 0 0 0; */
    font-weight: 700 !important;
    /* padding-left: 15px; */
    /* text-transform: uppercase; */
    /* display: inline-block; */
    /* width: 100%; */
    /*display: flex !important;*/
    align-items: center;
    /*justify-content: space-between;*/
    color: var(--wd-title-color);
    text-transform: var(--wd-title-transform);
    /* font-weight: var(--wd-title-font-weight); */
    font-style: var(--wd-title-font-style);
    font-family: var(--wd-title-font);
}

label[for='payment_method_ozpay']::before {
    display: none;
}

/* .wccom-payment-type .wccom-payment-type-icon {
    width: 48px;
} */


label[for='payment_method_ozpay'] img {
    margin: 0;
    width: 48px;
}

@media only screen and (min-width: 769px) {
    label[for='payment_method_ozpay'] img {
        margin: 0;
        width: 64px;
    }
}

#payment {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
    ;
}

.p-Input-input {
    margin-bottom: 5px !important;
    padding: 0.75rem !important;
    background-color: #fff !important;
    border-radius: 5px !important;
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease !important;
    border: 1px solid #e6e6e6 !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02) !important;
    color: #000 !important;
    height: 47px !important;
}

.p-Input-input::placeholder {
    color: #999;

}

.p-Input-input:focus {
    outline: 0 !important;
    border-color: hsla(210, 96%, 45%, 50%) !important;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.03), 0px 3px 6px rgba(0, 0, 0, 0.02), 0 0 0 3px hsla(210, 96%, 45%, 25%), 0 1px 1px 0 rgba(0, 0, 0, 0.08) !important;
}

.p-CardNumberInput {
    position: relative;
}

.p-CardNumberInput img {
    margin: 0 !important;
}

.p-Fade {
    --p-fadeEnterDuration: 0.4s;
    --p-fadeEnterDelay: 0s;
    --p-fadeExitDuration: 0.2s;
    --p-fadeExitDelay: 0s;
}

.p-CardIcons {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    background: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    outline: none !important;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
}

.p-CardBrandIcons,
.p-CardIcons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.Input,
.p-FauxInput {
    padding: var(--p-spacing3);
    background-color: rgb(255, 255, 255);
    border-radius: var(--borderRadius);
    transition: background 0.15s ease, border 0.15s ease, box-shadow 0.15s ease, color 0.15s ease;
    border: 1px solid var(--p-colorBackgroundDeemphasize10);
    box-shadow: none;
    border-bottom-color: rgba(60, 40, 97, 0.25);
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-style: solid;
    border-bottom-width: 2px;
    border-left-color: rgba(60, 40, 97, 0.25);
    border-left-style: solid;
    border-left-width: 2px;
    border-right-color: rgba(60, 40, 97, 0.25);
    border-right-style: solid;
    border-right-width: 2px;
    border-top-color: rgba(60, 40, 97, 0.25);
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top-style: solid;
    border-top-width: 2px;
    color: rgb(51, 51, 51);
    font-family: Arial;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 24px;
    outline-offset: 0px;
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 10px;
    text-decoration: none solid rgb(51, 51, 51);
    text-shadow: none;
    text-transform: none;
    outline: 0px none rgb(51, 51, 51);
}

.p-CardBrandIcons,
.p-CardIcons {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.p-CardBrandIcons {
    opacity: 0;
    z-index: 2;
}

.p-CardBrandIcons--loaded {
    opacity: 1;
}

.payment_method_ozpay .p-CardBrandIcons {
    transition: opacity .5s ease;
}

.u-visually-hidden {
    clip: rect(0 0 0 0);
    -webkit-clip-path: inset(50%);
    clip-path: inset(50%);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
}



.p-CardBrandIcons-item {
    padding-right: 0.2em;
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    will-change: transform;
}

.p-CardBrandIcons-more {
    height: 1.3em;
    padding-right: 0;
    position: relative;
    width: 1.95em;
}

.payment_method_ozpay .p-CardBrandIcons-item {
    transition: opacity .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .7s cubic-bezier(.19, 1, .22, 1), transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .7s cubic-bezier(.19, 1, .22, 1), transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
}

.p-CardBrandIcon,
.p-CardErrorIcon svg {
    display: block;
    height: auto;
    width: 1.95em;
}

.p-CardErrorIcon,
.p-CardKnownIcon {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    will-change: transform;
    z-index: 2;
}

.p-CardErrorIcon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}



.p-CardBrandIcons-more .p-CardBrandIcon {
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transform: scale(.85);
    -ms-transform: scale(.85);
    transform: scale(.85);
    will-change: transform;
}

.p-CardBrandIcons-more .p-CardBrandIcon--visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.p-CardBrandIcons-more img.p-CardBrandIcon {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
}

.payment_method_ozpay .p-CardErrorIcon,
.payment_method_ozpay .p-CardKnownIcon {
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
}

.p-CardBrandIcons-more .p-CardBrandIcon {
    transition: opacity 1.2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1.2s cubic-bezier(.19, 1, .22, 1), transform 1.2s cubic-bezier(.19, 1, .22, 1);
    transition: opacity 1.2s cubic-bezier(.19, 1, .22, 1), transform 1.2s cubic-bezier(.19, 1, .22, 1), -webkit-transform 1.2s cubic-bezier(.19, 1, .22, 1);
}

.payment_method_ozpay .p-CardBrandIcons-item {
    transition: opacity .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .7s cubic-bezier(.19, 1, .22, 1), transform .7s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .7s cubic-bezier(.19, 1, .22, 1), transform .7s cubic-bezier(.19, 1, .22, 1), -webkit-transform .7s cubic-bezier(.19, 1, .22, 1);
}

.p-CardIcons--error .p-CardErrorIcon,
.p-CardIcons--known-brand .p-CardKnownIcon {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.p-CardBrandIcons--hidden .p-CardBrandIcons-item {
    opacity: 0;
}

.payment_method_ozpay .p-CardBrandIcons--hidden .p-CardBrandIcons-item {
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1);
    transition: opacity .6s cubic-bezier(.19, 1, .22, 1), transform .6s cubic-bezier(.19, 1, .22, 1), -webkit-transform .6s cubic-bezier(.19, 1, .22, 1);
}

.p-CardBrandIcons--multiple.p-CardBrandIcons--hidden .p-CardBrandIcons-item:nth-child(2) {
    -webkit-transform: translate(200%);
    -ms-transform: translate(200%);
    transform: translate(200%);
}

.p-CardBrandIcons--multiple.p-CardBrandIcons--hidden .p-CardBrandIcons-item:nth-child(3) {
    -webkit-transform: translate(100%);
    -ms-transform: translate(100%);
    transform: translate(100%);
}


.payment_method_ozpay .p-CardKnownIcon,
.p-CardIcons--known-brand .p-CardKnownIcon {
    opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}



.payment_method_ozpay .p-CardIcons--error .p-CardErrorIcon,
.payment_method_ozpay .p-CardIcons--known-brand .p-CardKnownIcon {
    transition-delay: .1s
}


.p-CardIcons--error .p-CardKnownIcon {
    opacity: 0;
}

.ozpay-row {
    margin-bottom: 1em !important;
}

.p-FieldError {
    /* border: 2px solid #CA1919; */
    color: #CA1919;
    display: none;
}


.p-CardCvcInput {
    position: relative;
}

.p-CardCvcIcons,
.p-CardCvcIcons-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    bottom: 2px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
}

.p-CardCvcIcons {
    background: none !important;
    border-color: transparent !important;
    box-shadow: none !important;
    outline: none !important;
    pointer-events: none;
}

.p-CardCvcIcons-group {
    will-change: transform;
}

.c-InputPadding {
    padding: 10px 14px 10px 14px;
}

.p-CardCvcIcons-svg {
    display: block;
    height: 1.95em;
    width: 1.95em;
}

.ozpay-svg {
    display: none;
}

.ozpay-svg-show {
    display: block;
}

.p-CardBrandIcons-more .p-CardBrandIcon:nth-child(1),
.p-CardBrandIcon:nth-child(2),
.p-CardBrandIcon:nth-child(3) {
    display: none;
}



@media (max-width: 420px) {
    .payment_methods .payment_box {
        padding: 10px;
    }

    .p-CardBrandIcons-more .p-CardBrandIcon:nth-child(1),
    .p-CardBrandIcon:nth-child(2),
    .p-CardBrandIcon:nth-child(3) {
        display: block;
    }

    .ozpay>.p-CardBrandIcons-item:nth-child(2),
    .p-CardBrandIcons-item:nth-child(3),
    .p-CardBrandIcons-item:nth-child(4) {
        display: none;
    }

    /* .woocommerce form .form-row{
        margin-bottom: 0;
    } */
}

.ozpay-label {
    display: block;
    margin-bottom: 5px;
    color: var(--wd-title-color);
    vertical-align: middle;
    font-weight: 400;
}

.wc-credit-card-form {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.ozpay-row {
    padding: 0 !important;
}

.row-sync {
    display: flex;
    justify-content: space-between;
    box-sizing: border-box;
    flex-wrap: wrap;
}

@media (min-width: 576px) {
    .col-sm-6 {
        max-width: 49% !important;
        box-sizing: border-box;
    }

    /*.form-row-last {*/
    /*    margin-left: 2%;*/
    /*}*/
}

.payment_box>p {
    margin-bottom: 18px;
}

.p-FieldError {
    margin-bottom: 0 !important;
}




.col-xs-12 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 544px) {
    .col-sm-12 {
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

@media (min-width: 576px) {
    .col-sm-6 {
        max-width: 49% !important;
        box-sizing: border-box;
    }
}

.checkout #loading_area {
    background:url('/wp-content/plugins/woocommerce/assets/images/wpspin-2x.gif') no-repeat center center;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
}