@import url('https://fonts.googleapis.com/css2?family=Caveat&display=swap');
  @media(max-width:1920px) {
      .container {
          max-width: 1960px;
      }
      .ms-value{
        margin-inline-start: 2rem;
      }
  }
  .font-caveat {
      font-family: 'Caveat', cursive;
  }
  .container{
      height: 1000px;
  }
  .checkout-button.wc-forward{display: none !important;}
  .payment_method_xp_iban_direct_debit img{
    float: right;
    max-height: 42px !important;
  }
  .container-fluid{
      max-width: 1170px;
  }
  @media(max-width: 1499px){
    .container-fluid {
      max-width: 1090px !important;
      
  }
  .ms-value{
    margin-inline-start: -8rem;
  }
  }
  @media(max-width: 1399px){
    .container-fluid {
      max-width: 1000px !important;
  }
  .ms-value{
    margin-inline-start: -18rem;
  }
  }
  @media(max-width: 1299px){
    .container-fluid {
      max-width: 950px !important;
  }
  .ms-value{
    margin-inline-start: -26rem;
  }
  }
  @media(max-width: 1199px){
    .container-fluid {
      max-width: 900px !important;
  }
  .ms-value{
    margin-inline-start: -30rem;
  }
}
  @media(max-width: 1024px){
    .container-fluid {
      max-width: 850px !important;
  }
  .ms-value{
    margin-inline-start: -40rem;
  }
  }
.open-menu {
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  display: none;
}
.close-menu{
  background:#F7F4FF;
  padding: 20px;
  position: absolute;
  cursor: pointer;
  display: none;
}

.open-menu {
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
}

.close-menu {
  top: 0px;
  right: 0px;
}

#check {
  display: none;
}

@media (max-width: 767px) {
    .container-fluid {
        max-width: 370px !important;
    }
.menu-footer-single-checkout-menu-container .menu {
    background: transparent;
}
  .menu {
    flex-direction: column;
    width: 100%;
    height: 100vh;
    position: fixed;
    /*background: rgba(50,37,88, 0.4);*/
    top: 0;
    right: -100%;
    z-index: 100;
    transition: all 0.5s ease-in-out;
    font-size: 20px;
  }
  .menu-content{
    right: 0;
    width: 85%;
    height: 100vh;
    position: absolute;
    background-color: #F7F4FF;
    transition: all 0.5s ease-in-out;
    color: #322558;
  }
  .menu-primary{
    width: 15%;
  }

  .close-menu,
  .open-menu {
    display: block;
  }

  #check:checked ~ .menu {
    right: 0;
  }
}

input[type="radio"]:checked + .label-text {
    color: #322558; /* Change label text color when the radio button is checked */
}

.corner-fold{
    position: relative;
    width: 600px;
    margin-top: 20px;
    padding: 24px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
 
.corner-fold:before {
    content: "";
    position: absolute;
    background:#F7F4FF;
    top: -3px;
    left: -3px;
    border-width: 0 0 80px 80px;
    border-style: solid;
    border-color: #DFD9EC #FFF;
    display: block;
    width: 0;
    border-radius: 0px 0px 20px 0px;
}

@media(max-width: 360px){
  .container-fluid {
    max-width: 340px !important;
}
}


/* Tailwind classes and custom styles */
.select-date-label {
  color: #322558;; /* Label text color */
}

.select-date-label:hover {
  cursor: pointer;
}

.select-date-checked {
  background-color: #6D4AD2; /* Color when radio is selected */
  /* border:2px solid; */
}

#selectDate:checked + .select-date-label .select-date-checked {
  display: block; /* Show the checked indicator */
}

.menu-single-checkout-menu  {
    display: flex;
    text-align: center;
}

.menu-single-checkout-menu  li {
    padding-left: 8px;
    margin-top: auto;
    margin-bottom: auto;
}

.menu-single-checkout-menu  a {
    text-align: center;
    position: relative;
    transition: all 0.2s ease-in-out;
    font-weight: 500;
    font-size: 16px;
    padding: 9px 0px;
    display: block;
}
.menu-single-checkout-menu  ul.sub-menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 450px;
  right: -30px;
  top: 75px;
  background-color: #F7F4FF;
  border: 1px solid rgb(210, 216, 216);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 10px;
  border-radius: 0.5rem;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgb(210, 216, 216);

}
.menu-single-checkout-menu  ul.sub-menu li{
  width: 50%;
  text-align: left;
  float: left;
  margin-top: 5px;
  margin-bottom: 5px;
}

.menu-single-checkout-menu  li.langdrpdwn {
  display: flex;
  align-items: center;
}
.menu-single-checkout-menu  li.langdrpdwn a {
  width: 28px;
  height: 42px;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  padding: 0px;
}

.menu-single-checkout-menu li.langdrpdwn a ul.sub-menu li a {
    height: 32px;
}

.menu-single-checkout-menu  li.langdrpdwn a i.sIcon {
  background: url(../images/xpendy_Icons_countries_v2.svg);
  display: inline-block;
  vertical-align: middle;
  width: 29px;
  height: 29px;
  margin: 0 5px 5px 0
}

.menu-single-checkout-menu  li.langdrpdwn a i.BelgieNederlands {
  background-position: 0 0
}

  .menu-single-checkout-menu  li.langdrpdwn a i.BelgiqueFrancais {
    background-position: 0px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Deutschland {
  background-position: -30px 0px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Espanol {
  background-position: -89px 0px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.France {
  background-position: -117px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Nederlands {
  background-position: -58px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Osterreich {
  background-position: -176px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Norway {
  background-position: 59px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Sweden {
  background-position: -211px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Kingdom {
  background-position: -30px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.America {
  background-position: 0px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Australia {
  background-position: -60px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Ireland {
  background-position: -90px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Italiano {
  background-position: -147px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Denmark {
  background-position: -181px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Polski {
  background-position: -206px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Turkish {
  background-position: -234px 0;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Switzerland {
  background-position: -150px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Suomelle {
  background-position: -119px -572px;
}
.menu-single-checkout-menu  li.langdrpdwn a i.Português {
  background-position: -272px -572px;
}
/* .sIcon {
  background: url(https://xpendy.com/wp-content/themes/xpendy/images/Xpendy_Spirit_Icons_countries.svg);
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 15px;
  margin: 0 5px 5px 0
} */

/*saroj 26-11*/


ul.menu-single-checkout-menu  {
    column-gap: 2rem;
}
i.sIcon {
    position: relative;
}
i.sIcon:after {
    content: '';
    background: url(https://xpendy.com/wp-content/themes/xpendy/images/sprite.png) no-repeat;
    width: 12px;
    height: 12px;
    position: absolute;
    right: -22px;
    top: 50%;
    background-position: -330px -10px;
    transform: translate(0px , -50%);
}
.menu-single-checkout-menu  li.langdrpdwn a:before {
    content: "";
    background-color: #E7E3F3;
    position: absolute;
    left: -5px;
    right: 0;
    top: 0px;
    bottom: 0;
    width: 65px;
    border-radius: 50px;
    padding: 18px;
}

.menu-single-checkout-menu  ul.sub-menu li a:before {
    display:none;
    
}
.menu-single-checkout-menu  ul.sub-menu li a i:after {
    display:none;
    
}
.menu-single-checkout-menu  ul.sub-menu li a{
    width:100% !important;
}
@media(max-width:767px) {
  .container-fluid {
      max-width: 370px;
  }
  .corner-fold:before {
      border-width: 0 0 50px 50px;
  }
  .menu-single-checkout-menu-container{
    background: #F7F4FF;
    width: 100%;
    position: initial;
    margin-top: 25px;
    margin-left: auto;
    height: 100vh;
  }
  .menu-single-checkout-menu {
    background: #F7F4FF;
    display: block;
    position: initial;
  }
  .xp_menuparent #dropdown { /* chnage */
    height: 250px;
    overflow-y: scroll;
    top: 9rem;
    left: -1rem;
  }
  .xp_menuparent button { 
    background: #F7F4FF;
    top: 6rem;
    left: -1rem;
}
.xp_menu_mb{
  
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;

  
}
}


/* 
#suggestionresult{
  background: #ffff;
    margin-top: 5px;
    position: relative;
    z-index: 1;
    width: 100%;
}
.singlechecout{
  padding: 7px;
  font-weight: 600;
} */
.billingfrmcustm{
  display: none;}



/* shadow-[0_0px_15px_-1px_#D0CBE0] */

/* new updated */

.xp_menuparent{
  display: flex;
}
.xp_menuparent button{
background: #F7F4FF;
}
.service_total.shop_table.woocommerce-checkout-review-order-table.checkout_total, .form-row.place-order, li.wc_payment_method.payment_method_sepa-direct-debit {
display: none!important;
}
.xp_menuparent ul{
  background: #F7F4FF;
  }
@media(max-width:767px) {
  .xp_menuparent {
      display: block;
  }
  /* .menu-single-checkout-menu {
    height: 200px;
    overflow-y: auto;
  } */
  .menu-single-checkout-menu  li {
    padding-left: 8px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}
.menu-single-checkout-menu {
  margin-top: 120px;

}
.menu-item-2886776{
  position: relative;
  top: 10rem;
}

/*.langdrpdwn::after {
  content: "Privacy Policy \A General Terms and conditions Xpendy"; 
  white-space: pre;
  color: #322558;
  font-size: 12px;
  text-align: left;
  display: inline-block; 
  margin-left: 5px;
  position: relative;
  top: 5rem;
  left: -2rem;

}*/
.langdrpdwn::after {
  border-top: 1px solid #322558;
  margin-top: 5px;
  width: 100%;
  padding-top: 10px;
}
#dropdown{
  height: 200px;
  overflow-y: auto;
}
.menu-single-checkout-menu  ul.sub-menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 91%;
  right: 15px;
  top: 56%;
  background-color: #F7F4FF;
  border: 1px solid rgb(210, 216, 216);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 10px;
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgb(210, 216, 216);
  height: 200px;
  overflow-y: auto;

}
.menu-single-checkout-menu  ul.sub-menu li{
  width: 100%;
  text-align: left;
}
}
.woocommerce-checkout-review-order .service_payment {
background: 0 0!important;
}
li.wc_payment_method.payment_method_cod {
display: none;
	}
.service_total.shop_table.woocommerce-checkout-review-order-table.checkout_total, .form-row.place-order, li.wc_payment_method.payment_method_sepa-direct-debit {
display: none!important;
}
.menu-single-checkout-menu-container{
  display: flex;
  text-align: center;
}


.woocommerce-checkout #payment div.payment_box {
  font-size: 14px !important;
  background-color: transparent !important;
  color: #322558 !important;
}
.woocommerce-checkout #payment div.payment_box::before {
 
  border: 0em solid #dfdcde !important;
  border-right-color: transparent !important;
  border-left-color: transparent !important;
  border-top-color: transparent !important;

  top: 0 !important;
  left: 0 !important;
  margin: 0 !important;
}
.mollie-gateway-icon{
  position: relative;
  float: right;
  display: inline-block;
}

/*.singlechecout{
    padding: 7px 15px;
    font-weight: 400;
}*/ 
.xpstb{
display:none;
}
.actP{
	display:block !important;
}
.add-more-dropdown{
  

  width: 100%;
  height: 500px;
  background-color: #ffff;
  border-radius: 25px;
  border: 1px solid rgb(210, 216, 216);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  box-shadow: 0px 0px 5px 0px rgb(210, 216, 216);
  
}
.optionList li{
  margin-bottom: 0.75rem;
  font-weight: 600;
  font-size: 14px;
  color: #322558;
}
.optionList li span{
  margin-right: 7px;
}

@media(max-width:767px) {

  .add-more-dropdown{
    height: 750px;
  }

}

.mollie-components .mollie-component {
  min-height: 42px !important;
  box-shadow: none !important;
  border-color: #D0CBE0 !important;
  margin-top: 0.5rem !important;
  border-radius: 10px !important;
  color: #322558 !important;
}
.mollie-components .mollie-component:focus {
  border: 2px solid #322558 !important;
}
.mollie-components .mollie-component iframe {
  border-radius: 6px !important;
  margin-top: 10px !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
#mount-target #cardHolder{
min-height: 38px !important;
padding-left: 1.5rem !important;
padding-top: 0.5rem !important;
padding-right: 1.5rem !important;
padding-bottom: 0.5rem !important;
}


.menu-single-checkout-menu  li.langdrpdwn a i.sIcon {
  margin: 0 !important;   
}
.menu-single-checkout-menu  li.langdrpdwn a {
  align-items: center;  
}
.menu-single-checkout-menu  li.langdrpdwn a i{
  margin-right: 10px;

}
.woocommerce-checkout #payment ul.payment_methods {
  margin-top: 1rem !important; 
  padding: 0px 0px 2px !important;    
}
.wc_payment_methods li input{
  width: 1rem ;
  height: 1rem ;
  border-radius: 9999px;
  border-width: 2px;
  border-color: #D0CBE0;
  appearance: none;
  margin-right: 0.5em !important;
}
.wc_payment_methods li input:checked {
  background-color: #6D4AD2;
  box-shadow: 0 0 0 1px #6D4AD2, 0 0 0 2px transparent;
  width: 1rem !important;
  height: 1rem !important;
  outline-offset: 2px;
}
#suggestionresult{
    border-radius: 5px;
}

.close-add-more{
  position: absolute;
  right: 20px;
  font-weight: 500;
  font-size: 16px;
  cursor: pointer;
  top: 15px;
}
.seviceList ul{
  text-align: left;
}
#addserviceresult .singlechecout{
    position: absolute;
    background: #ffff;
    border: 1px solid #D1CBE0;
    width: max-content;
    border-radius: 5px;
}
.limitpop {
display: grid;
position: absolute;
z-index: 1;
background: #ffff;
border: 2px solid #DFD9EC;
padding: 30px 50px;
top: 35%;
right: 35%;
font-size: 16px;
font-weight: 500;
}
.backdrop{
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: gray;
z-index: 1000;
display: none;
pointer-events: none;
display: block;
opacity: 0.7;
}
.seviceList ul{
  text-align: left;
  display: flex;
}
.seviceList li{
  border-right: 1px solid #968EAE;
  margin-right: 7px;
}
.seviceList li h6{
  font-size: 12px !important;
  margin-right: 7px !important;
  display: flex;
align-items: center;
height: -webkit-fill-available;
  
}
.seviceList li p{
  font-size: 12px !important;
  margin-right: 7px !important;
  display: flex;
  align-items: center;
  height: max-content;
  color: #A183F5 !important;  
}
.overlay {
    background: rgba(0,0,0,.5);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
    display: none;
}
.popupInner {
    display: -webkit-flex;
    margin: 0;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: center;
    align-items: center;
    padding: 20px;
    min-height: 100vh;
}
.popupInner .whtBox {
    width: 100%;
}
.popupInner .whtBox {
    margin: auto;
    max-width: 1100px;
    padding: 20px;
    position: relative;
    height: auto;
}
.active_product{
	
}
@media(max-width:767px) {

.seviceList li h6 {
    font-size: 12px !important;
    margin-right: 7px !important;
    display: flex;
    align-items: center;
    height: -webkit-fill-available;
}

}
.active_product h6{
	color: #A183F5 !important;	
}
.active_product{
  border-right: 1px solid #A183F5 !important;
}
.xp_menuparent ul{
  background: #F7F4FF;
  text-align: left;
  border-radius: 0.5rem;
}
.xp_menuparent #dropdown{
  height: 250px;
  overflow-y: scroll;
}
/*.menu-single-checkout-menu  ul.sub-menu {
  display: none;
  flex-wrap: wrap;
  position: absolute;
  width: 450px;
  right: -30px;
  top: 75px;
  background-color: #F7F4FF;
  border: 1px solid rgb(210, 216, 216);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  padding: 10px;
  border-radius: 0.5rem;
  z-index: 1;
  box-shadow: 0px 0px 5px 0px rgb(210, 216, 216);
}*/

.xp_menuparent #dropdown::-webkit-scrollbar {
  width: 10px;
}

.xp_menuparent #dropdown::-webkit-scrollbar-track {
  border-radius: 10px;
}

.xp_menuparent #dropdown::-webkit-scrollbar-thumb {
  background: #c2c0c0; 
  border-radius: 10px;
}

.xp_menuparent #dropdown::-webkit-scrollbar-thumb:hover {
  background: #a3a2a2;
}
.wc_payment_methods li .payment_method_mollie_wc_gateway_creditcard{
  border-bottom: 1px solid #e5e7eb;
    margin-bottom: 1.5rem;
}
li.wc_payment_method.payment_method_mollie_wc_gateway_creditcard{
  margin-bottom: 10px !important
}
.mollie-components .mollie-component .is-touched .is-invalid{
  border: 2px solid red !important;
}
.loderWrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    width: 380px;
    height: 280px;
    background: #6d47d9;
    text-align: center;
    padding: 20px;
}

.testing_sonus p.load_c, .testing_sonus_price p.load_c {
    font-size: 18px;
    line-height: 30px;
    height: auto;
    word-break: break-word;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
    margin: 40px 0px 0px;
    padding: 20px;
}
p.load_c {
    position: absolute;
    top: 124px;
    left: 0;
    right: 0;
    font-weight: 700;
    font-size: 17px;
    bottom: 0;
    margin: auto;
    width: 380px;
    height: 21px;
    text-align: center;
}

.testing_sonus, .testing_sonus_price {
    background: rgba(0,0,0,0.7) !important;
    color: #fff;
}
.testing_sonus, .testing_sonus_price {
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 101;
  }
  
  
  .loading-icon:before {
    content: "\f110";
    font-family: 'FontAwesome';
    font-size: 42px;
    position: absolute;
    top: 10px;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
}

.loading-icon {
    position: relative;
    width: 42px;
    height: 42px;
    margin: 50px auto;
    -webkit-animation: fa-spin 2s infinite linear;
    animation: fa-spin 2s infinite linear;
    display: flex;
    justify-content: center;
    align-items: center;
}  
.newbolod h3,.newbolod h2{
  font-weight: 600;
  font-size:1rem;
  padding-bottom: 15px;
}
.newbolod {
    color: #8f8b9c;
    font-size: 13px
}
.newbolod h3  {
    font-weight: 600 !important;
    font-size: 1rem !important;
    padding-bottom: 15px;
    color: #322558 !important;
    margin-top: 15px;
}
.newbold h3:first-child {
    margin-top: 0px !important;
}
.pika-next{
	background-image: url(https://xpendy.com/wp-content/themes/xpendy/assets/l.png) !important;
}
.pika-prev{
		background-image: url(https://xpendy.com/wp-content/themes/xpendy/assets/r.png) !important;
}
.detttt h3,.frtttt h3{
font-size: 1rem !important;
font-weight: 600 !important;
padding-bottom:1rem !important;
color:#322558;
margin-top: 1rem;
}
.detttt,.frtttt {
font-size : 13px;
color: #8F8B9C;
line-height: 1.25rem;
}
#payment div.payment_box {
	padding: 0px !important;
}
#cardHolder-errors, #cardNumber-errors, #expiryDate-errors, #verificationCode-errors{
    color: red !important;
}

li.wc_payment_method.payment_method_mollie_wc_gateway_paypal div{
width: 100%;
}
.show_mobile{
	display: none !important;
}
.lesQye h3{
font-size: 16px !important;
font-weight: 600 !important;
margin-bottom: 1rem !important;
color: #322558 !important;
margin-top:1rem !important;
}
.lesQye b {
font-size: 13px;
line-height: 1.25rem;	
color: #8F8B9C;
}
.lesQye span{
font-size: 13px;
color: #8F8B9C;
line-height: 1.25rem;
}
.lesQye{
font-size: 13px;
color: #8F8B9C;
line-height: 1.25rem;
}

.owl-carousel .owl-item img {
    display: block;
    width: -webkit-fill-available;
  }
  .owl-nav{
    display: none;
  }
#suggestionresult::-webkit-scrollbar {
    width: 10px;
  }
  
 #suggestionresult::-webkit-scrollbar-track {
    border-radius: 10px;
  }
  
#suggestionresult::-webkit-scrollbar-thumb {
    background: #c2c0c0; 
    border-radius: 10px;
  }
  
 #suggestionresult::-webkit-scrollbar-thumb:hover {
    background: #a3a2a2;
  }
  #suggestionresult{
    /* background: #ffff; */
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    width: max-content;
    background: #F7F4FF;
  text-align: left;
  border-radius: 0.5rem;
}
.singlesearch{
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0px;
}
#s_suggestionresult::-webkit-scrollbar {
  width: 10px;
}

#s_suggestionresult::-webkit-scrollbar-track {
  border-radius: 10px;
}

#s_suggestionresult::-webkit-scrollbar-thumb {
  background: #c2c0c0; 
  border-radius: 10px;
}

#s_suggestionresult::-webkit-scrollbar-thumb:hover {
  background: #a3a2a2;
}
#s_suggestionresult{
  /* background: #ffff; */
  margin-top: 5px !important;
  position: absolute;
  z-index: 1;
  width: max-content;
  background: #F7F4FF;
text-align: left;
border-radius: 0.5rem;
}
#footer_service_result::-webkit-scrollbar {
  width: 10px;
}

#footer_service_result::-webkit-scrollbar-track {
  border-radius: 10px;
}

#footer_service_result::-webkit-scrollbar-thumb {
  background: #c2c0c0; 
  border-radius: 10px;
}

#footer_service_result::-webkit-scrollbar-thumb:hover {
  background: #a3a2a2;
}
#footer_service_result{
  margin-top: 5px !important;
  position: absolute;
  z-index: 1;
  width: max-content;
  background: #F7F4FF;
text-align: left;
border-radius: 0.5rem;
    min-width: 100%;
}
.ibanCountry #payment{display: none;}
.woocommerce-checkout .blockUI.blockOverlay::before {
    height: 1em;
    width: 1em;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -.5em;
    margin-top: -.5em;
    content: "";
    animation: spin 1s ease-in-out infinite;
    background: url('../assets/images/loader.svg') center center;
    background-size: cover;
    line-height: 1;
    text-align: center;
    font-size: 2em;
    color: rgba(0, 0, 0, .75);
}     	
.wc-payment-form .form-row {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}
.wc-payment-form .wc-stripe-elements-field, .wc-payment-form .wc-stripe-iban-element-field {
    width: 100%;
    padding: 11px 16px;
    border-radius: 8px;
    background: #fff;
    color: #000;
    border: 1px solid rgb(130, 122, 153, 0.2);
    margin: 0px;
}

.woocommerce-checkout-payment .wc_payment_methods li input, 
.woocommerce-SavedPaymentMethods-saveNew #wc-stripe-new-payment-method {
    width: 1rem !important;
}
       	
 .payment_method_mollie_wc_gateway_kbc select {
    width: 100%;
    padding: 11px 16px;
    border-radius: 8px;
    background: #fff;
    color: #000;
    border: 1px solid rgb(130, 122, 153, 0.2);
    margin: 0px;
}     	
u can use 

.privacyStyle h2{
  color: #322558;
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem; 
}
.privacyStyle p{
  color: #59526A;
    font-size: 14px;
    margin-bottom: 1rem;
}
.privacyStyle ul{
  margin-left: 1.5rem; 
    margin-bottom: 1rem;
}
.privacyStyle li{
  list-style-type: disc;
  font-size: 14px; 
  color: #59526A;
}

.privacyStyle li::marker {
  font-size: 1.25rem; 
}

.privacyStyle div{
  margin-bottom: 1.5rem;
}
.rotated {
  transform: rotate(180deg);
  transition: transform 0.3s ease-in-out;
}

@media (min-width: 769px) {
    .mobile-only {
        display: none;
    }.mobile-only-menu {
        display: none;
    }
}
@media (max-width: 769px) {
.menu-single-checkout-menu-container {
    display: inline-block;
    text-align: center;
}
}
.mobile-only-menu{
    position: relative;
    border-top: 1px solid #322558;
    width: 100%;
    color: #322558;
    text-align: left;
    margin-left: 17px;
    position: relative;
    top: 2rem;
    left: 0rem;

  }
.li-style1 {
    white-space: pre;
    color: #322558;
    font-size: 12px !important;
    text-align: left !important;
    display: block;
    margin-left: 5px;
    left: 1rem;
position: absolute;
    top: 0rem;
}
.li-style2 {
    white-space: pre;
    color: #322558;
    font-size: 12px !important;
    text-align: left !important;
    display: block;
    margin-left: 5px;
    top: 1rem;
    left: 1rem;
position: absolute;
}
.stripe-stripe-icon{
	float: right;
    max-height: 24px !important;
    border-radius: 6px;
}

.star-btn {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 15px;
  color:#6D4AD2 ;
  background-color: #E9E1FF;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  border: none;
  margin: 0 2px;
  white-space: nowrap;
}
.btn {
  display: inline-block;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  padding: .3rem .5rem;
  font-size: 14px;
  line-height: 1.5;
  border-radius: .25rem;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  border: 1px solid;
    border-color: #6D4AD2;
}


@media (max-width: 769px) {
  .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .3rem .5rem;
    font-size: 13px;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
  
}

.btn:hover{
  color: #ffffff;
}

@media (max-width: 767px) {
  .about-footer .menu {
      position: relative;
      top: 0;
      right: 0%;
      height: auto;
      font-size: 12px;
      color: #322558;
  }
}
.check-a a{
  font-weight: 700;
}
.error-value{
color: red;
    font-size: 12px;
    padding-left: 16px;
    padding-top: 8px;
}
.inesection1 {
background: url(../assets/images/rectangle_14.svg);
}
.inesection2 {
background: url(../assets/images/rectangle_14.svg);
}
.inesection3 {
background: url(../assets/images/rectangle_14.svg);
}

.pika-prev {
right: 15px;
background: url(../assets/images/next-arrow.png) !important;
background-repeat: no-repeat !important;
background-size: 27px !important;
width: 27px;
height: 25px !important;
top: 4px;
transform: rotate(-180deg);
left: 2px;
text-indent: 999px;
opacity: 1;
}
.pika-next {
right: 15px;
background: url(../assets/images/next-arrow.png) #fff !important;
background-repeat: no-repeat !important;
background-size: 27px !important;
width: 27px;
height: 25px !important;
top: 8px;
text-indent: 999px;
opacity: 1;
}
.crt {
    background: url(../assets/images/correct.png) right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 19px !important;
}
.woocommerce-SavedPaymentMethods {
    display: none !important;
}
.woocommerce-SavedPaymentMethods-saveNew {
    display: none !important;
}
.model_overlay {
    background: rgba(0, 0, 0, .5);
    width: 100%;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 99999;
}
.printBtn{
  display: none;
}
.overlay.turnstilec {
    background: transparent;
    top: 75px;
    right: 0px;
    left: auto;
    width: auto;
    height: auto;
}

.overlay.turnstilec .popupInner {
    align-items: flex-start;
    padding: 0px;
}

.overlay.turnstilec .popupInner .whtBox {
    margin: 0px auto;
    padding: 0px;

}
/* new added */
.blog-single-pages {
    color: #59526a;
}

.blog-single-pages>div {
    margin-top: 0rem;
}

.blog-single-pages .blog-main-image {
    margin-bottom: 1.5rem;
    border-radius: 40px;
}

.blog-single-pages h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
    color: #322558;
    font-weight: 700;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.blog-single-pages h3 {
    margin-bottom: 1rem;
}

.blog-single-pages ul.faqanslist {
    list-style: disc !important;
    margin-top: 0px;
    margin-left: 0px;
    padding-left: 40px;
    color: #707070;
}

.blog-single-pages ol.faqnumlist {
    list-style-type: decimal;
    padding-left: 36px;
}

.blog-single-pages ol.faqnumlist li {
    padding-left: 0px;
}

.blog-single-pages .faqnumlist p {
    margin-top: 0px;
    margin-bottom: 1.5rem;
}

.blog-single-pages p,
.blog-single-pages ul {
  font-size: 13px;
  line-height: 1.25rem;
  margin-top: 1.5rem;
}

.blog-single-pages p {
  color: #59526A;
}

.blog-single-pages ul {
  color: #707070;
  list-style-type: disc;
  padding-left: 1.25rem;
}

.blog-single-pages h3 {
  color: #322558;
  font-weight: 700;
  margin-top: 2rem;
}

.blog-single-pages div {
  margin-top: 2rem;
}

.blog-single-pages a {
  /*background-color: #6D4AD2;
  color: #ffffff;
  font-weight: 700;
  width: 100%;
  padding: 0.5rem 1rem;
  margin-bottom: 1.25rem;
  border-radius: 1.5rem;
  border: 2px solid #6D4AD2;
  display: inline-block;
  text-align: center;*/
  color: #6D4AD2;
  text-decoration: underline;
}

/*.blog-single-pages a:hover {
  background-color: #6B21A8;
}*/
.blog-single-pages .canclebtn a {
    border: 2px solid #6D4AD2;
}
.single-post .blog-single-pages h3 {
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
@media (min-width: 640px) {
  /*.blog-single-pages a {
    width: 100%;
  }*/
}
@media (min-width: 768px) {
  .blog-single-pages p,
  .blog-single-pages ul {
    font-size: 12px;
    line-height: 1.25rem;
  }

  .blog-single-pages h3 {
    font-size: 1.5rem;  
    line-height: 2rem;  
  }

  /*.blog-single-pages a {
    width: 20rem;
    margin-bottom: 0;
  }*/
}

@media (min-width: 1280px) {
  .blog-single-pages p,
  .blog-single-pages ul {
    font-size: 13px;
  }
}

@media (min-width: 1536px) {
  .blog-single-pages p,
  .blog-single-pages ul {
    font-size: 14px;
    line-height: 1.5rem;
  }

  .blog-single-pages h3 {
    font-size: 1.875rem;  
    line-height: 2.25rem; 
  }
  .single-post .blog-single-pages h3 {
        font-size: 1.5rem;
        line-height: 2rem;
    }

}
ul.faqanslist {list-style: disc !important;margin-left: 25px;}
/* Arrow image css  */

.arrowText_img {
    /*  width: 100%;
    max-width: 120px !important;*/
    top: -39px;
    right: 0px;
    left: auto;
    position: absolute;
}

@media screen and (max-width: 767px) {

  .menu-single-checkout-menu ul.sub-menu li {
    width: 50%;
    text-align: left;
    padding-left: 0px;
  }
    .menu-single-checkout-menu a {
    text-align: left
    }

/*  Arro style  */
  
  .arrowText_img {
      max-width: 88px !important;
      top: -20px;
  }.arrowText_img.be_arrowText_img {
    max-width: 125px !important;
  }
  .arrowText_img.fr_arrowText_img {
    max-width: 105px !important;
    right: -11px;
   }
  .arrowText_img.it_arrowText_img {
    max-width: 140px !important;
  }
  .arrowText_img.tr_arrowText_img {
    max-width: 60px !important;
  }
  .arrowText_img.ch_arrowText_img,
  .arrowText_img.pl_arrowText_img {
    max-width: 133px !important;
  }
  .arrowText_img.de_arrowText_img,
  .arrowText_img.at_arrowText_img {
    max-width: 155px !important;
  }
  .arrowText_img.dk_arrowText_img {
    max-width: 93px !important;
  }
  .arrowText_img.ca_arrowText_img,
  .arrowText_img.uk_arrowText_img,
  .arrowText_img.us_arrowText_img,
  .arrowText_img.ie_arrowText_img,
  .arrowText_img.au_arrowText_img {
    max-width: 95px !important;
  }
  .arrowText_img.es_arrowText_img,
  .arrowText_img.no_arrowText_img {
    max-width: 113px !important;
    right: -8px;
  }
  .arrowText_img.fi_arrowText_img,
  .arrowText_img.pt_arrowText_img {
    max-width: 100px !important;
  }
}
.lesQye h2{
font-size: 16px !important;
font-weight: 600 !important;
margin-bottom: 1rem !important;
color: #322558 !important;
margin-top:1rem !important;
}
.au_xp_body #formbtnsubmitchecksepa,
.us_xp_body #formbtnsubmitchecksepa{background: #3AA339}
.au_xp_body .wc_payment_methods li input:checked,
.us_xp_body .wc_payment_methods li input:checked {background-color: #3AA339;box-shadow: 0 0 0 1px #3AA339, 0 0 0 2px transparent;}
.pika-single {
    border-radius: 6px;
}
#payment div.payment_box {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.xpstripe {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 5px;
}
.xpstripe .sxp_eps {
    max-width: 25px;
}
.exp_fr .payment_methods li.wc_payment_method.payment_method_stripe input#payment_method_stripe {
    position: relative;
    top: 2px;
}
.exp_fr .payment_methods li.wc_payment_method.payment_method_stripe {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.exp_fr .payment_methods .payment_box.payment_method_stripe {
    flex: 0 0 100%;
    max-width: 100%;
}
.exp_fr .payment_methods li.wc_payment_method.payment_method_stripe label[for="payment_method_stripe"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    flex: 0 0 calc(100% - 35px);
    max-width: calc(100% - 35px);
}
#wc-stripe-cc-form .form-row-wide {padding-left: 0px !important;}
#wc-stripe-cc-form .form-row-first {padding-left: 0px !important;}
#wc-stripe-cc-form .form-row-last {padding-left: 0px !important;}
.xpa_body {
    display: none !important;
}
.xpactive .xpa_body{
    display: block !important;
}
/* Top Review Section End */

.top-rankWithGoogleSec img.googleIcon {width: 100%; max-width: 16px; margin-right: 5px;}
.top-rankWithGoogleSec img.reviStarIcon {width: 100%; max-width: 110px; margin-left: 10px; margin-right: 10px;}
.rankWithGoogle-text {font-size: 15px;}

/* Top Review Section End */

.helpline-contBox {padding-left: 160px; padding-top: 10px; padding-bottom: 10px;}
.gorgeousWomanImage {top: -45px; max-width: 200px;}
.helpline-contBox h2 {margin-top: 4px; margin-bottom: 5px;}
.helpline-bottomTitle {font-size: 10px;}

.cancelYourSubscription-box {position: relative; padding: 20px 20px 60px;}
.cancelYourSubscription-box h3 {line-height: 14px;}
.subscription-contList li {position: relative; font-size: 12px; padding-left: 25px; margin-bottom: 5px; color: #322558;
    font-family: "Inter", sans-serif;}
.subscription-contList li:before {content: ''; position: absolute; top: 0px; left: 0px; width: 15px; height: 15px; background: url(images/us_ch/green-checkSign.svg); background-size: 15px; background-repeat: no-repeat;}        
.cancelYourSubscription-iconBox {position: absolute;left: auto;right: 20px;bottom: 10px;width: 100%;max-width: 45px;}
.cancelYourSubscription-iconBox img {max-width: 45px !important;width: 100%;}

.realStories-reviewBox * {font-family: "Inter", sans-serif;}
.realStories-leftBox {flex: 0 0 160px; max-width: 160px;}
.realStories-rightBox {flex: 0 0 calc(100% - 160px); max-width: calc(100% - 160px);}
.realStories-reviewBoxHD img {width: 34px;}

.realStories-userNameBox {flex: 0 0 calc(100% - 55px); max-width: calc(100% - 55px);}
.realStories-topBox {flex: 0 0 calc(100% - 30px); max-width: calc(100% - 30px);}
.realStories-reviewStarBox img {max-width: 24px !important; margin-right: 5px;}
.realStories-userProfile img {height: 100% !important; }

/* Responsive Layout  */

@media screen and (max-width: 1440px) {
  .gorgeousWomanImage {
    left: -15px;
    /*top: -36px; 
    max-width: 190px;*/
  }
  .helpline-contBox {padding-left: 120px;}
}

@media screen and (max-width: 1299px) {
  .helpline-contBox {padding-left: 110px;}
  .helpline-title {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 1199px) {
    .gorgeousWomanImage {
        left: -35px;
    }
    .helpline-contBox {
        padding-left: 85px;
    }
}
@media screen and (max-width: 991px) {

  .rankWithGoogle-text {font-size: 14px;}

  .helpline-contBox {padding-left: 85px; padding-top: 3px; padding-bottom: 4px;}
  .gorgeousWomanImage {
      max-width: 155px !important;
      left: -20px;
      top: -35px;
  }
  .helpline-contBox .helpline-title {font-size: 13px;}
  .helpline-contBox h2 {font-size: 12px; margin-top: 0px; margin-bottom: 0px;}
  .helpline-contBox .helpline-bottomTitle {font-size: 9px;}
}

@media screen and (max-width: 767px) {
  .gorgeousWomanImage {max-width: 170px !important; left: 0px;}
  .helpline-contBox {padding-left: 130px; padding-top: 7px; padding-bottom: 7px;}
  .helpline-contBox .helpline-title {font-size: 14px;}
  .helpline-contBox h2 {font-size: 16px; margin-top: 2px; margin-bottom: 2px;}

  .realStories-leftBox {flex: 0 0 100%; max-width: 100%;}
  .realStories-rightBox {flex: 0 0 100%; max-width: 100%; padding-left: 0px; margin-top: 25px} 
}
.mx008{display: inline-flex;}
.mx008 img{width:50px;}
.error-msx{ color:red;}
.success-txt{color: #3AA339;}
.flerror {
    background-image: url(../images/notify.svg) !important;
    background-repeat: no-repeat !important;
    background-position: right !important;
    border: 1px #f85459 solid !important;
    outline: none;
}
input.flerror::placeholder {
  color: #f85459 !important;
}
.nl_input_loader {
    background: url(https://xpendy.com/wp-content/themes/xpendy/assets/loader.gif) right 10px center !important;
    background-repeat: no-repeat !important;
    background-size: 19px !important;
}
.disble_0173l2{
    background: #f7f2ff;
    border: none !important;
}

.popupIbn .payment_method_xp_iban_direct_debit{
  display: none;
}

.notranslate.woocommerce-checkout-payment li.wc_payment_method {
    position: relative;
}
.notranslate.woocommerce-checkout-payment li.wc_payment_method input#payment_method_stripe,
.notranslate.woocommerce-checkout-payment li.wc_payment_method #payment_method_mollie_wc_gateway_paypal {
    position: absolute;
    top: 10px;
    left: 0px;
}
.notranslate.woocommerce-checkout-payment label[for="payment_method_stripe"],
.notranslate.woocommerce-checkout-payment label[for="payment_method_mollie_wc_gateway_paypal"] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: calc(100% - 26px);
    margin-left: 26px;
}
.notranslate.woocommerce-checkout-payment label[for="payment_method_mollie_wc_gateway_paypal"] .xpstripe {
    display: flex;
    justify-content: flex-end;
}
#xp_service_result {
    background: #ffff;
    margin-top: 5px !important;
    position: absolute;
    /* z-index: 9999999; */
    width: max-content;
    background: #F7F4FF;
    text-align: left;
    border-radius: 0.5rem;
   top:227px;
}


.woocommerce-checkout #payment ul.payment_methods li img.stripe-icon {
    max-width: 110px !important;
}

.payment_method_woosa_adyen_card .adyen-checkout_cardcardNumberinput img.adyen-checkoutcardcardNumber_brandIcon,
.adyen-checkout__card__cardNumber__input img.adyen-checkout__card__cardNumber__brandIcon {
    display: none;
}
span.adyen-checkout__card__brands__brand-wrapper,
.adyen-checkout__card__brands__brand-wrapper {
    width: 100% !important;
    height: 100% !important;
}
span.adyen-checkout__card__brands__brand-wrapper img.adyen-checkout__image {
    width: 100%;
    object-fit: cover;
    height: 100%;
    margin: 0px !important;
}
li.wc_payment_method.payment_method_woosa_adyen_sepa_direct_debit label img {
    float: right;
}
.adn-wrap-form .adyen-checkout_input-wrapper .adyen-checkoutcardholderName_input,
.woocommerce-checkout-payment .wc_payment_methods li input.adyen-checkout__card__holderName__input,
.woocommerce-checkout-payment .wc_payment_methods li input.adyen-checkout__input {
    width: 100% !important;
}
.adyen-checkout__card__form span.adyen-checkout__card__brands{
    height: 24px;
    padding: 0px;
    display: none;
}
.adn-wrap-form .adn-stored-card__details {
    display: none;
}
li.wc_payment_method.payment_method_woosa_adyen_card label img {
    float: right;
    margin-top: 6px !important;
}
.adn-wrap-form .adn-stored-card__details {
    display: none;
}
li.wc_payment_method.payment_method_woosa_adyen_paypal label img, li.wc_payment_method.payment_method_woosa_adyen_klarna label img{
    float: right;
}
#payment ul.payment_methods li {
  width: 100%;
}
li.wc_payment_method.payment_method_woosa_adyen_paypal label img
 {
top: 6px;
float: right;
}
.google_text_li li {font-size: 16px;margin-bottom: 15px;}

li.wc_payment_method.payment_method_woosa_adyen_klarna label img
 {
    float: right;
    margin: 0px 0 0 0em;
}
li.wc_payment_method.payment_method_woosa_adyen_ideal label img{
  float: right;
  margin: 0px 0 0 0em;
}
li.wc_payment_method.payment_method_woosa_adyen_ideal {
  padding-top:7px;
}
.adyen-checkout__input, .woocommerce-checkout-payment .payment_method_woosa_adyen_sepa_direct_debit .adyen-checkout__input{
    width: 100% !important;
    padding: 5px 8px !important;
    height: 37px !important;
    border-radius: 4px !important;
}
li.wc_payment_method.payment_method_woosa_adyen_sepa_direct_debit label img {
    float: right;
    top: 6px;
}
.selected .field-option {display: none;}
.google_text_li li {font-size: 16px;margin-bottom: 15px;}
.xp_menuparent button,
.xp_menuparent .categories_dropdownMenu li a {font-weight: 500; font-size: 16px;}
.menu-single-checkout-menu li.langdrpdwn a {position: relative;}
.menu-single-checkout-menu li.langdrpdwn i:after {content: none !important;}
.menu-single-checkout-menu li.langdrpdwn svg.countryDrop_arrow {position: absolute; top: 12.5px; right: -27px;}
.xp_menuparent button svg,
#auth_dropdownToggle svg {position: relative; top: 2px;}
.active_CatDropdown svg {transform: rotate(-180deg);}
@media screen and (max-width: 767px)  {
  #auth-dropdownContent {
    left: 0px !important;
    right: 0px !important;
  }
  .menu-single-checkout-menu #auth-dropdownContent a {
        text-align: center !important;
  }
}
/*.selected .field-option, .field-option  {display: none;}*/
li.wc_payment_method.payment_method_woosa_adyen_sepa_direct_debit {
    padding-bottom: 10px;
}
li.wc_payment_method.payment_method_woosa_adyen_sepa_direct_debit {
    padding-bottom: 10px;
}
li.wc_payment_method.payment_method_woosa_adyen_twint label img{
  float: right;
  width: 50px;
    top: 6px;
}
li.wc_payment_method.payment_method_woosa_adyen_bancontact label img,
li.wc_payment_method.payment_method_woosa_adyen_trustly label img{
   float: right;
       top: 6px;
}
li.wc_payment_method.payment_method_woosa_adyen_bancontact{
   padding-bottom: 10px;
}
li.wc_payment_method.payment_method_woosa_adyen_swish label img{
  float: right;
  width: 37px;
  top: 6px;
  border-radius: 0px !important;
}
li.wc_payment_method.payment_method_woosa_adyen_vipps label img,
li.wc_payment_method.payment_method_woosa_adyen_blik label img,
li.wc_payment_method.payment_method_woosa_adyen_mobilepay label img
{
  width: 30px;
  float: right;
    top: 6px;
}
li.wc_payment_method.payment_method_woosa_adyen_online_banking_poland label img{
    width: 30px;
  float: right;
    top: 12px;
}
.is-stored-card .adn-stored-card__details {
  display: block ;
  flex: 0 0 100%;
  max-width: 100%;
}

.adn-stored-cards .adn-stored-card.is-stored-card + .adn-stored-card .adn-stored-card__details {
  display: block !important;
}
.adn-stored-cards .adn-stored-card.is-stored-card .adn-stored-card__details img {
 position: absolute !important;
}
.adn-stored-cards .adn-stored-card.is-stored-card + .adn-stored-card.selected .adn-stored-card__details {
   display: none !important;
   left: 0PX !important;
 }
 .adn-stored-card.is-stored-card.selected {
    flex-wrap: wrap;
}


.payment_method_woosa_adyen_sepa_direct_debit .payment_box .adn-payment-fieldlist .field-section.new-account.selected .field-option
 {
    display: none;
}
.adn-stored-cards .adn-stored-card.is-stored-card + .adn-stored-card .adn-stored-card__details span.dashicons.dashicons-plus,
.payment_method_woosa_adyen_sepa_direct_debit .adn-payment-fieldlist .field-option span.dashicons {
    display: inline-block;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 10px;
    left: 25px;
}
.adn-stored-cards .adn-stored-card.is-stored-card + .adn-stored-card .adn-stored-card__details span.dashicons.dashicons-plus:after,
.payment_method_woosa_adyen_sepa_direct_debit .adn-payment-fieldlist .field-option span.dashicons:after {
    content: "+";
    font-size: 30px;
    line-height: 30px;
    position: absolute;
    top: -2px;
    left: 0px;
    width: 30px;
    height: 30px;
}
.payment_method_woosa_adyen_sepa_direct_debit .payment_box .adn-payment-fieldlist .field-section .field-option-component {
    display: none !important;
}
.payment_method_woosa_adyen_sepa_direct_debit .payment_box .adn-payment-fieldlist .field-section.new-account.selected .field-option-component {
    display: block !important;
}

.adyen-checkout__dropdown__button .adyen-checkout__filter-input {
      flex: 0 0 100% !important;
    max-width: 100% !important;
}
img.adnimg {
    margin-top: 0px !important;
    margin-left: 0px !important;
    width: 32px !important;
    border-radius: 5px !important;
}


#payment ul.payment_methods li.wc_payment_method {
    font-size: 16px;
    line-height: 16px !important;
    vertical-align: middle !important;
    margin-bottom: 10px !important;
}

#payment ul.payment_methods li.wc_payment_method {
    vertical-align: middle !important;
}
#payment ul.payment_methods li.wc_payment_method input {
    vertical-align: middle !important;
    position: relative;
    top: 1px;
}
#payment ul.payment_methods li.wc_payment_method label {
    vertical-align: middle;
}

#payment ul.payment_methods li.wc_payment_method img {
    top: 0px !important;
    margin-top: 0px !important;
}
.woocommerce-checkout #payment div.payment_box {
    margin-top: 10px !important;
}
.woocommerce-checkout #payment.adnBoxpayment {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    padding: 15px !important;
    padding-bottom: 10px !important;
}
.woocommerce-checkout #payment.adnBoxpayment {
    padding: 10px !important;
    margin-top: 5px;
}
.woocommerce-checkout #payment.adnBoxpayment ul.payment_methods {
    width: 100%;
    max-width: calc(100% - 20px);
    background: transparent !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 10px !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    padding: 0px  !important;
    border-bottom: 0px !important;
}
.woocommerce-checkout .adn-stored-cards .adn-stored-card.selected {
  padding: 10px !important;
  border-radius: 6px !important;
}

li.customPayment-boxList>input {
    display: none !important;
}
.wc_payment_methods li.customPayment-boxList input + label .payment_boxesWrap {
    padding: 13px 15px;
    border-radius: 6px;
    margin-bottom: 5px;
    display: flex ;
    flex-wrap: wrap;
    align-items: center;
}

.wc_payment_methods li.customPayment-boxList input:checked + label .payment_boxesWrap {
    background: #e7e2f4;
}
.wc_payment_methods li.customPayment-boxList input + label .adioIcon-box {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    position: relative;

    background-image: url(../images/exp200/circle_unCheck.svg);
    background-repeat: no-repeat !important;
    background-size: 24px !important;
}

.wc_payment_methods li.customPayment-boxList input:checked + label .adioIcon-box {
  background-image: url(../images/exp200/purpal_circle_check.svg);
}


.wc_payment_methods li.customPayment-boxList .payment_iconTitleBox {
    flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
    padding-left: 10px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 15px;
}
.wc_payment_methods li.customPayment-boxList .payment_iconBox {
     width: 32px;
    height: 24px;
    border-radius: 10px;
}

.wc_payment_methods li.customPayment-boxList.payment_method_woosa_adyen_card .payment_iconBox {
     width: 105px;
    height: auto;
}
.wc_payment_methods li.customPayment-boxList .payment_iconBox img {
    float: none !important;
    margin: 0px !important;
    top: 0px !important;
    width: 100%;
    height: 100%;
}
.wc_payment_methods li.customPayment-boxList .payment_iconTitleBox .payment_titleBox {
    color: #322558 !important;
    font-weight: 500;
    font-size: 16px;
}

.shield_icon {
    width: 13px;
    display: inline-block;
    top: 0px;
    position: absolute;
    left: 0px;
}
.secure_safty_title {
    position: relative;
    padding-left: 15px;
}
.adnBoxpayment .adn-stored-cards {
    border: 0px solid rgba(104, 87, 125, .14) !important;
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.adnBoxpayment .adn-stored-cards .adn-stored-card.selected {
    background: #fff !important;
    border: 0px !important;
    box-shadow: none !important;
}

.adnBoxpayment .adn-stored-cards .adn-stored-card .adn-stored-card__fields {
    padding: 5px !important;
}

@media screen and (max-width: 1199px) {
    
    .wc_payment_methods li.customPayment-boxList .payment_iconTitleBox {
        gap: 7px;
    }
}
.helpline-contBoxes {padding-left: 110px; padding-top: 10px; padding-bottom: 10px;}
.gorgeousWomanImagees {top: -45px; left: -20px; max-width: 200px !important;}
.helpline-contBoxes h2 {margin-top: 4px; margin-bottom: 5px;}
.helpline-bottomTitle {font-size: 10px;}
 
@media screen and (max-width: 1440px) {
    .gorgeousWomanImagees {top: -36px; max-width: 190px !important;}
}
@media screen and (max-width: 1399px) {
    .helpline-contBoxes {
        padding-left: 140px;
    }
}
@media screen and (max-width: 1199px) {
    .helpline-contBoxes {padding-left: 85px; }
    .helpline-contBoxes .helpline-title {font-size: 11px;}
    .gorgeousWomanImagees {
        left: -30px;
    }
}
@media screen and (max-width: 991px) {
    .helpline-contBoxes {padding-left: 85px; padding-top: 3px; padding-bottom: 4px;}
    .gorgeousWomanImagees {max-width: 155px !important; left: -20px;}
    .helpline-contBoxes .helpline-title {font-size: 13px;}
    .helpline-contBoxes h2 {font-size: 12px; margin-top: 0px; margin-bottom: 0px;}
    .helpline-contBoxes .helpline-bottomTitle{font-size: 9px;}
}
@media screen and (max-width: 767px) {
    .gorgeousWomanImagees {max-width: 170px !important; left: -10px;}
    .helpline-contBoxes {padding-left: 100px; padding-top: 7px; padding-bottom: 7px;}
    .helpline-contBoxes .helpline-title {font-size: 14px;}
    .helpline-contBoxes h2 {font-size: 16px; margin-top: 2px; margin-bottom: 2px;}
}
.xpendyAccount-popupRadioBox input[type="radio"] {
    border: 1px solid #e5e7eb;
    border-color: #929292;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    cursor: pointer;
    position: relative;
}

.xpendyAccount-popupRadioBox input[type="radio"]:checked::after {
    content: none;
}
.xpendyAccount-popupRadioBox input[type="radio"]:checked {
    border-color: #563fe5;
    background-color: #563fe5;
}
 #suggestionresult{
    margin-top: 5px;
    position: absolute;
    z-index: 1;
    width: auto;
    max-width: 285px;
    background: #F7F4FF;
  text-align: left;
  border-radius: 0.5rem;
}
.singlesearch{
  font-size: 14px;
  font-weight: 400;
  padding: 5px 0px;
}

.singlechecout{
    padding: 7px 0px;
    font-weight: 400;
}

.singlechecout a li {
    display: block;
    padding-left: 15px;
    padding-right: 15px;
}

.singlechecout a:hover li {
    background: #6d4ad2;
    color: #fff;
}
select#id_branch_clever-fit.crt {
   background: url(../assets/images/correct.png) right 18px center !important;
    background-repeat: no-repeat !important;
    background-size: 19px !important;
}