/* checkout CSS file */
:root {
    --voye-border-light: #ECEBFE; 
    --voye-border-success: #1B971B; 
    --voye-text-light:#696984;
    --voye-text-black:#000;

}

.voye-review-order-summary .review-item{
    border: 1px solid var(--voye-border-light);
    box-shadow: none;
    background: var(--surface-primary);
    border-radius: 24px;
    padding: 1.5rem;
    width: 100%;
    max-width: 100%;
}
body.woocommerce-checkout{
    background-color: #f7f7f7;
}
.voye-review-order-summary .review-item .plan-details-ul li{
    padding: 12px 0px;
    border-color: var(--voye-border-light);
}
.voye-review-order-summary .review-item .plan-details-ul li:first-child{
   padding-top: 0px;
}
.voye-review-order-summary .review-item .plan-details-ul li:last-child{
    padding-bottom: 0px;
    border-bottom: 0px;
}
.voye-review-order-summary .review-item .plan-details-ul li.plan-details-data{
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    width: 100%;
}
.voye-review-order-summary .review-item .plan-details-ul .plan-details-data span{
    padding-right: 0.5rem;
}
.voye-review-order-summary .review-item .plan-details-ul .plan-details-data .text-label{
    color: var(--voye-text-light);
    font-weight: normal;
    padding-right: 0rem;
}
.voye-review-order-summary .review-item .plan-details-ul{
    border: 1px solid var(--voye-border-light);
    border-radius: 1rem;
    padding: 16px 20px;
    margin: 10px 0px;
}
.plan-details-ul .plan-details-esim .plan-details-esim-div{
    display: flex;
    gap: 0.5rem;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
    width: 100%;
}   
.voye-review-order-summary .plan-details-category .category-img{
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
}
.review-order-payment-details-div .ref-coins{
    justify-content: space-between;
    align-items: center;
}
.review-order-payment-details-div{
    border-bottom: 1px solid var(--voye-border-light);
    padding: 12px 0px;
}
.voye-coupons.discount-custom-skp .discount-custom-coupon-skp{
    padding-left: 0px;
}

/* existing user esim select */
.plan-details-ul .plan-details-esim .plan-details-esim-div.existing-user{
    padding: 10px 16px 10px 10px;
    background-color: #f1f0ff;
    border-radius: 0.5rem;
    border-left: 2px solid var(--border-brand);
    justify-content: space-between;
}
.plan-details-ul .plan-details-esim .existing-user .esim-img{
    width: 34px;
    height: 34px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.plan-details-ul .plan-details-esim .existing-user .plan-details-esim-existing{
    display: flex;
    gap: 0.5rem;
    align-items: center;
}
.line-through{
    text-decoration: line-through;
}
.assign-plan-btn{
    gap: 4px;
    padding: 6px 10px;
    font-size: 12px; 
}
.assign-user-popup{
    padding: 20px 24px;
    position: absolute;
    border-radius: 24px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
    width: 392px;
    right: 0;
    display: none;
    z-index: 1;
}
.existing-user .assign-user-btn{
    font-size: 12px;
    gap: 4px;
    padding: 6px 10px;
    height: auto;
}


.assign-user-popup .divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: var(--voye-text-light);
    font-weight: 500;
    margin: 10px 0px;
}
.assign-user-popup .user-esim-radio-box{
    max-height: 400px;
    overflow-y: auto;
}
  
.assign-user-popup .divider::before,
.assign-user-popup .divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid var(--voye-border-light); 
}
.assign-user-popup .divider:not(:empty)::before {
    margin-right: 0.75em;
}
.assign-user-popup .divider:not(:empty)::after {
    margin-left: 0.75em;
}
.voye-review-order-summary .review-item .plan-details-ul .existing-user-list li{
    padding: 0px;
    border: 0px;
}
.voye-review-order-summary .review-item .plan-details-ul .existing-user-list li label{
    padding: 14px;
    border: 1px solid var(--voye-border-light);
    border-radius: 12px;
    margin-bottom: 8px;
    width: 100%;
    display: flex;
}
.voye-review-order-summary .review-item .plan-details-ul .existing-user-list .users-div{
    display: flex;
    gap: 0.5rem;
    font-size: 14px;
    align-items: center;
    font-weight: 600;
    width: 100%;
} 
.user-esim-name-box{
    position: relative;
}
.plan-details-esim .edit-btn{
    display: none;
}
.plan-details-esim .plan-details-esim-div.selected-esim .edit-btn{
    display: flex;
}
.plan-details-esim .plan-details-esim-div.selected-esim .assign-btn{
    display: none;
}
.plan-details-esim .plan-details-esim-div .edit-btn svg{
    width: 14px;
    height: 14px;
    margin-inline-end: 0;
}

/*Coupon section design*/
.checkout-coupon-section.discount-coupon-custom-voye{
    border: 0;
    box-shadow: none;
    background: transparent;
    border-radius: 0;
    padding: 0;
    max-width: 100%;
    width: 100%;
    margin-top: 0px;
    margin-bottom: 20px;
}
.checkout-coupon-section.discount-coupon-custom-voye .coupon-apply-screen{
    border: 1px solid var(--voye-border-light);
    box-shadow: none;
    background: var(--surface-primary);
    border-radius: 1rem;
    padding: 16px 20px;
}
.checkout-coupon-section.discount-coupon-custom-voye #coupon-form{
    padding-top: 1rem;
    max-width: 100%;
}
.checkout-coupon-section.discount-coupon-custom-voye .coupon-form-inputs{
    margin-bottom: 0px;
    border: 1px solid var(--voye-border-light);
    border-radius: 10px;
    grid-template-columns: 2fr auto;
    height: 44px;
    display: grid;
    width: 100%;
}
.checkout-coupon-section.discount-coupon-custom-voye .coupon-form-inputs:focus-within,
.checkout-coupon-section.discount-coupon-custom-voye .coupon-form-inputs:focus-visible,
.checkout-coupon-section.discount-coupon-custom-voye .coupon-form-inputs:focus{
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
    border-color: var(--border-primary);
    outline: 2px solid transparent;
}
.checkout-coupon-section.discount-coupon-custom-voye .wcf-coupon-code-input{
    margin-top: 0px;
    border: 0px;
    font-size: 14px;
    height: 42px; 
}
.checkout-coupon-section.discount-coupon-custom-voye .wcf-coupon-code-input:focus{
    --tw-ring-shadow: none;
    box-shadow: none !important;
    border: 0px;
    outline: none;
}
.checkout-coupon-section.discount-coupon-custom-voye #coupon-form .form-row-last button{
    margin-top: 0px;
    background: transparent;
    border: 0px;
    color: var(--text-brand);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 44px;
}
.checkout-coupon-section.discount-coupon-custom-voye #coupon-form .form-row-last button.button-skp .loader-skp{
    background-image: url(../img/loader.svg);
    background-size: 1rem 1rem;
    height: 1rem;
    width: 1rem;
}
/*Coupon section design default coupon section*/
.checkout-coupon-section .woocommerce-form-coupon-toggle{
    display: none;
}
.checkout-coupon-section .checkout_coupon {
    display: flex !important;
    position: initial !important; 
}
.checkout-coupon-section.discount-coupon-custom-voye .form-row-first .input-label{
    display: none;
}
.checkout-coupon-section.discount-coupon-custom-voye .coupon-error-notice{
    color: #ff0000;
    font-size: 14px;
    margin: 4px 0px;
    display: inline-block;
}
.checkout-coupon-section.discount-coupon-custom-voye .woocommerce-message{
    color: var(--voye-border-success);
    font-size: 14px;
}
.checkout-coupon-section.discount-coupon-custom-voye .coupon-form-inputs-form{
    margin-bottom: 0px;
    border-radius: 10px;
    grid-template-columns: 2fr auto;
    display: grid;
    width: 100%;
    position: relative;
}
.checkout-coupon-section.discount-coupon-custom-voye input.input-text{
    margin-top: 0px;
    font-size: 14px;
    height: 44px; 
    border-color: var(--voye-border-light);
    border-radius: 10px;
    border-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
}
.checkout-coupon-section.discount-coupon-custom-voye input.input-text:focus{
    --tw-ring-shadow: none;
    box-shadow: none !important;
    outline: none;
}
.checkout-coupon-section.discount-coupon-custom-voye #woocommerce-checkout-form-coupon .form-row-last .button{
    margin-top: 0px;
    background: transparent;
    border: 1px solid var(--voye-border-light);
    color: var(--text-brand);
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 44px;
    border-radius: 10px;
    border-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}

/* Coupon Applied Screen */
.checkout-coupon-section.discount-coupon-custom-voye .coupon-applied-screen{
    border: 1px solid var(--voye-border-success);
    box-shadow: none;
    background-image: linear-gradient(to right, #D8FFD8 30%, #fff 80% );
    border-radius: 1rem;
    padding: 18px 20px;
}



.voye-text-light{
    color:var(--voye-text-light);
    text-transform: capitalize;
}

/* breadcrumb CSS */
.checkout-breadcrumb-wrap{
    padding: 1.25rem 0rem 1.5rem;
    display:none;
}
.checkout-breadcrumb-wrap .breadcrumbs{
    margin-bottom: 0rem;
    color: var(--voye-text-light);
    text-transform: uppercase;
    font-size: 14px;
}
.checkout-breadcrumb-wrap .breadcrumbs .curr{
    color: var(--text-brand);
    font-weight: 600;
}

.checkout-main-title .main-title{
    color: var(--voye-text-black);
}
.checkout-card-section{
    display: grid;
    grid-template-columns: 57% 40%;
    align-items: start;
    justify-content: space-between;
    gap: 1.5rem;
    width: 100%;
    margin-bottom:2rem;
}
.checkout-card-section .voye-coupon-order-checkout{
    order: 1;
    width: 100%;
}
.checkout-card-section .voye-coupon-order-payment{
    width: 100%;
    border: 1px solid var(--voye-border-light);
    box-shadow: none;
    background: var(--surface-primary);
    border-radius: 1rem;
    padding: 16px 20px;
}
.assign-user-popup-content .header{
    display: none;
}

/* all section alignment*/
.checkout-card-section .voye-coupon-order-checkout .sub-container{
    position: initial;
}
.voye-coupon-order-checkout .voye-order-section{
    margin-top: 0;
}
.woocommerce-checkout-payment .wc_payment_methods button[data-id="stripe"] {
    display: none;
}

/* thankyou page */
.payment-status-page .thankyou-img{
    position: initial;
}
.payment-status-page .thankyou-img img{
    margin: 0 auto;
    border-radius: 0px;
    width: auto;
    height: 100%;
    max-height: 320px;
}
.payment-status-page .payment-heading{
    font-size: 24px;
    color: #000;
}

/* select Payment design */
.label-short b{
    color: #000;
}
.voye-payment-div-forms .border-box{
    padding: 12px 20px;
    border: 1px solid var(--voye-border-light);
    border-radius: 12px;
    margin-bottom: 8px;
    box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.05);
}

/* condition-links design */
.voye-payment-div-forms .condition-links,
.voye-review-order-summary .condition-links{
    margin-bottom: 12px;
}
.voye-payment-div-forms .condition-links .checkbox-wrap,
.voye-review-order-summary .condition-links .checkbox-wrap{
    font-size: 14px;
    align-items: center;
    color: #000;
    line-height: 16px;
}
.voye-payment-div-forms .condition-links .checkbox-wrap button,
.voye-review-order-summary .condition-links .checkbox-wrap button{
    color: var(--text-brand);
}
.voye-payment-div-forms .condition-links .checkbox-wrap a,
.voye-review-order-summary .condition-links .checkbox-wrap a{
	color: var(--text-brand);
}
.voye-payment-div-forms .condition-links .checkbox,
.voye-review-order-summary .condition-links .checkbox{
    height: 1.5rem;
    width: 1.5rem;
    border-color: #D9D9D9;
    border-radius: 4px;
}
.condition-links-div{
    padding-top: 20px;
}
.condition-links-div.mobile-links{
    display: none;
}
.voye-review-order-summary .condition-links-div{
    border-top: 1px solid var(--voye-border-light);
    padding-top: 20px;
    margin-top: 20px;
}
.woocommerce-checkout .woocommerce-error{
    color: #ff0000;
    font-size: 14px;
    margin: 1rem 0rem;
}
.woocommerce-checkout .woocommerce-message{
    font-size: 14px;
    color: var(--voye-border-success); 
}
/* error msg design */
.woocommerce-checkout .woocommerce-notices-wrapper{
    width: 100%;
    margin: 10px auto;
    padding-right: 16px;
    padding-left: 16px;
}
.woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-error{
    max-width: 100%;
    width: 100%;
    padding: 10px;
    font-size: 14px;
    text-align: left;
}
.woocommerce-billing-fields h3{
    display: none;
}
.woocommerce-additional-fields h3{
    display: none;
}
.form-row.woocommerce-SavedPaymentMethods-saveNew{
    margin: 1rem 0rem;
}
.voye-cc-div form.woocommerce-checkout{
    position: initial !important; 
}
.assign-user-popup-div .user-esim-box span.error,
.assign-user-popup-div .user-esim-box span.duplicate_esim_error,
.assign-user-popup-div .user-esim-box span.name_esim_error{
    position: relative;  
    margin-top: 2px;
}
.voye-review-order-payment-details .coupon-label .detail-title{
    font-size: 14px;
    font-weight: normal;
}
.voye-review-order-payment-details .coupon-value{
    font-size: 14px;
    font-weight: 600;
}
.voye-review-order-payment-details .coupon-value .woocommerce-remove-coupon{
    font-size: 12px;
    font-weight: normal; 
}
.voye-wallet-div #use-points-checkbox{
    height: 1.5rem;
    width: 1.5rem;
    border-color: #D9D9D9; 
    border-radius: 4px;
    border-width: 2px;
    --tw-ring-color: transparent;
}
.voye-wallet-div #use-points-checkbox[type='checkbox']:checked{
    background-color: transparent;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}
.voye-review-order-payment-details .ref-coins .detail-title{
    font-size: 14px;
    font-weight: normal;
}
.voye-review-order-payment-details .ref-coins .coupon-value{
    font-size: 14px;
    font-weight: 600;
}

/* all payemnet method design */
ul#payment_method_forms{
    max-width: 100%;
    gap: 8px;
    margin-bottom: 1.25rem;
}
ul#payment_method_forms li.wc_payment_method{
    padding: 12px 20px;
    border: 1px solid var(--voye-border-light);
    border-radius: 12px;
    margin-bottom: 8px;
    box-shadow: 0px 8px 64px 0px rgba(0, 0, 0, 0.05);
    margin-bottom: 0px;
}
ul#payment_method_forms li.wc_payment_method label{
    display: block;
}
ul#payment_method_forms li.wc_payment_method .input-radio{
    width: 1rem;
    height: 1rem;
    right: 20px; 
    opacity: 1;
    margin: 0; 
}
ul#payment_method_forms li.wc_payment_method.payment_method_stripe{
    order: 1;
}
.woocommerce-checkout-payment ul#payment_methods{
    display: none;
}
ul#payment_method_forms li.wc_payment_method .input-radio[type='radio']:checked{
    background-color: var(--surface-brand);
}
.woocommerce-SavedPaymentMethods li{
    display: flex;
    align-items: center;
    gap: 4px;
}
.woocommerce-billing-fields__field-wrapper #kl_newsletter_checkbox_field{
    display: none;
}

.voye-review-order-summary .show-modal svg path{
    stroke: var(--surface-brand);
}
.plan-details-esim .plan-details-esim-div.new-user svg path{
    stroke: var(--surface-brand);  
}
.plan-details-esim .plan-details-esim-div .esim-img svg path{
    stroke: var(--surface-brand);  
}
.payment_method_stripe [type="radio"]:checked{
    background-color: var(--surface-brand);
}
.voye-review-order-summary .review-item .plan-details-ul .existing-user-list .users-div svg path{
    stroke: var(--surface-brand);  
}
.assign-user-popup-div .add_new_esim svg path{
    stroke: var(--surface-brand);  
}
.assign-user-popup-div .add_new_esim:hover svg path{
    stroke: var(--surface-primary);  
}
.wc_payment_method.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew{
    align-items:center;
}
.wc_payment_method.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method{
    height: 1.5rem;
    width: 1.5rem !important;
    border-color: #D9D9D9;
    border-radius: 4px;
    border-width: 2px;
    --tw-ring-color: transparent;
}
.wc_payment_method.payment_method_stripe .woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method:checked{
    background-color: transparent;
    background-image: url(../img/check.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 80%;
}
/*================ header css==========================*/
.woocommerce-checkout header.site-header
{
	height:65px;
}
.woocommerce-checkout #main 
{
    padding-top: 65px !important; 
}
/*================ check esim support popup css==========================*/
.woocommerce-checkout .mobile-detect-sheet .voye-success-wrap
{
    display:none;
}

/*================ ar radio btn  css==========================*/
html[lang="ar"] .woocommerce-checkout .skr-funding-option input[type="radio"]
{
    margin-left: 12px;
    margin-right: 0px;
}

/*================ Media Query CSS==========================*/
@media only screen and (max-width:1023.5px){
    /* mobile view design */
    .checkout-card-section{
        grid-template-columns: 100%;
        gap: 0;
    }
    .checkout-breadcrumb-wrap .breadcrumbs{
        font-size: 12px;
    }
    .checkout-card-mainsection.container{
        padding: 0px;
        max-width: 100%;
    }
    .checkout-card-section .voye-coupon-order-payment{
        border-radius: 0px;
        border: 0px;
        padding: 0px;
    }
    .checkout-card-section .voye-coupon-order-checkout{
        order: 0;
    }
    .voye-coupon-order-checkout .voye-order-section {
        display: block;
    }
    .voye-review-order-summary .review-item{
        border: 0px;
        border-radius: 0px;
        padding: 1.25rem;   
        margin-bottom: 0;
    }
    .voye-review-order-summary .review-item .plan-details-ul{
        padding: 1rem;
    }
    .checkout-coupon-section.discount-coupon-custom-voye{
        background:#f7f7f7;
        padding: 16px 20px;
        margin-bottom: 0px;
    }
    .voye-checkout-left-section .voye-payment-div{
        padding: 20px;
    }
    .voye-coupon-order-payment .checkout-step{
        padding: 0px 20px 20px;
    }
    .checkout-breadcrumb-wrap .container{
        max-width: 100%;
    }
    .checkout-main-title .container{
        max-width: 100%;
    }
    .assign-user-popup{
        position: fixed;
        bottom: 0px;
        z-index: 9;
        width: 100%;
        border-radius: 0px;
        padding: 0;
    }
    .assign-user-popup .assign-user-popup-div{
        padding: 20px 24px;
    }
    .assign-user-popup  .header{
        display: flex;
        cursor: grab;
        -webkit-user-select: none;
        -moz-user-select: none;
        user-select: none;
        align-items: center;
        justify-content: center;
        background-color: var(--surface-secondary);
        padding-top: 6px;
        padding-bottom: 6px;
    }
    .voye-review-order-summary .review-item .plan-details-ul .existing-user-list li label{
        display: flex;
    }
    .assign-user-popup .user-esim-radio-box{
        max-height: 280px;
        overflow-y: auto;
    }
    .assign-user-popup .mobile-overlay{
        position: fixed;
        top: 0px;
        left: 0px;
        height: 100%;
        width: 100%;
        --tw-bg-opacity: 1;
        background-color: rgb(56 56 56 / var(--tw-bg-opacity));
        opacity: 0.7;
        z-index: 0;
    }
    .assign-user-popup .assign-user-popup-content{
        position: relative;
        z-index: 1;
        background: #fff;
    }

    /* thankyou page */
    .payment-status-page .thankyou-img{
        padding: 0rem 1rem;
    }
    .payment-status-page .payment-heading {
        margin-bottom: 1rem;
    }
    .woocommerce .payment-status-page{
        padding-bottom: 20px;
    }
    .voye-payment-div-forms .condition-links .checkbox{
        height: 1.25rem;
        width: 1.25rem;
        border-width: 1px;
        border-radius: 3px;
    }
    .condition-links-div.desktop-links{
        display: none;
    }
    .condition-links-div.mobile-links{
        display: block;
    }
    .condition-links-div.mobile-links .checkbox-wrap .woocommerce-Input{
        z-index: 1; 
    }

    /* loading overlay set in mobile */
    .voye-form-checkout{
        position: relative;
    }
}
@media only screen and (min-width:1023.5px){
    .woocommerce-checkout .blockUI.blockOverlay {
        width: 100% !important;
    }

    /* use esim instruction popup*/
    .use-esim-sheet.bottom-sheet.show .content{
        min-height: auto;
    }
}
/* error msg design */
  
  @media (min-width: 475px) {
    .woocommerce-checkout .woocommerce-notices-wrapper {
      max-width: 475px;
    }
  }
  
  @media (min-width: 640px) {
    .woocommerce-checkout .woocommerce-notices-wrapper {
      max-width: 640px;
    }
  }
  
  @media (min-width: 768px) {
    .woocommerce-checkout .woocommerce-notices-wrapper {
      max-width: 768px;
    }
  }
  
  @media (min-width: 1024px) {
    .woocommerce-checkout .woocommerce-notices-wrapperr {
      max-width: 1024px;
    }
  }
  
  @media (min-width: 1280px) {
    .woocommerce-checkout .woocommerce-notices-wrapper {
      max-width: 1280px;
    }
  }
  
  @media (min-width: 1536px) {
    .woocommerce-checkout .woocommerce-notices-wrapper {
      max-width: 1536px;
    }
  }

  @media screen and (max-width: 724px) {
    .woocommerce-checkout .woocommerce-notices-wrapper {
      max-width: 100%;
    }
  }

  
  @media screen and (min-width: 1024px) {
    .woocommerce-checkout .woocommerce-notices-wrapper {
      max-width: 1472px !important;
    }
  }
  
  @media screen and (min-width: 1536px) {
    .woocommerce-checkout .woocommerce-notices-wrapper {
      max-width: 1472px !important;
    }
  }














/*================RTL CSS==========================*/
.rtl .voye-review-order-summary .review-item .plan-details-ul .plan-details-data span{
    padding-right: 0px;
    padding-left: 0.5rem;

}
.rtl .voye-review-order-summary .review-item .plan-details-ul .plan-details-data .text-label{
    padding-right: 0rem;
    padding-left: 0rem;
}
.rtl .assign-user-popup{
    left: 0;
    right: auto
}
.rtl .assign-user-popup .divider:not(:empty)::before{
    margin-left: 0.75em;
    margin-right: 0em;
}
.rtl .assign-user-popup .divider:not(:empty)::after {
    margin-right: 0.75em;
    margin-left: 0em;
}
.rtl .plan-details-ul .plan-details-esim .plan-details-esim-div.existing-user{
    border-right: 2px solid var(--border-brand);
    border-left: 0px;
}
.rtl .checkout-coupon-section.discount-coupon-custom-voye .coupon-applied-screen{
    background-image: linear-gradient(to left, #D8FFD8 30%, #fff 80%);
}
.rtl .checkout-coupon-section.discount-coupon-custom-voye input.input-text{
    border-right: 1px solid var(--voye-border-light);
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;

    border-left: 0px;
    border-bottom-left-radius: 0px;
    border-top-left-radius: 0px;
}
.rtl .checkout-coupon-section.discount-coupon-custom-voye #woocommerce-checkout-form-coupon .form-row-last .button{
    border-left: 1px solid var(--voye-border-light);
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;

    border-right: 0px;
    border-bottom-right-radius: 0px;
    border-top-right-radius: 0px;
} 
.rtl ul#payment_method_forms li.wc_payment_method .input-radio{
    right: auto;
    left: 20px;
}
.woo-error-highlight
{
    border: 1px solid #ff4d4d !important;
    border-radius: 4px !important;
    padding: 4px !important;
}
  