.ml-form {
    color: #000;
    font-size: 100%;
    outline: 0;
    vertical-align: baseline;
    border: 1px solid #d3ced2;
    padding: 20px;
    margin: 2em 0;
    border-radius: 5px;
}
.ml-form .select2-selection__rendered{
	direction:ltr;
	padding-right: 5px !important;
    padding-left: 5px !important;
}
.ml-form .select2-selection__rendered .select2-selection__clear {
    display: none;
}
.ml-form .select2-selection--single .select2-selection__arrow{
	right: 1px !important;
    top: 50% !important;
    left: 50% !important;
	width: 20px !important;
    transform: translate(-50%, -50%);
}
.ml-form .select2-selection--single .select2-selection__arrow:before{
	position:unset !important;
}
.otp_token_submit{
	padding: 15px;
    width: 100%;
    border-radius: 10px;
    color: #fff;
    background-color: #2fdf84;
}
.CodeCountry {
    display: flex;
    align-items: center;
    grid-gap: 5px;
}
.phone-p {
    direction: ltr;
	margin-bottom: 15px !important;
}
.phone-p .select2{
	max-width:120px;
	
}
.isHidden #mo_validation_wrapper {
  display:none !important;
}
.phone-p .select2-container--default .select2-selection--single {
    border: 3px solid #f0f1f2;
    border-radius: 15px;
    padding: 7px 5px;
    height: 50px;
    position: relative;
}
.phone-p input[name=phone]{
	flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
	padding: 7px 5px;
    border-radius: 15px;
    color: #85819c;
    border: 3px solid #f0f1f2;
    height: 50px;
    line-height: 45px;
	background-color: white;
    box-shadow: none;
}
.phone_verify_field {
    position: relative;
}
.phone_verify_field .fa-check-circle {
    display: none;
}
.phone_verify_field.success .fa-check-circle {
    color: green;
    position: absolute;
    bottom: 21%;
    right: 2%;
    display: block !important;
}
.phone_verify_field #no_message {
    margin-top: 15px !important;
}
.normal-cursor {
    cursor: auto !important;
}
.block-cursor {
    cursor: not-allowed !important;
}
#wpmc-next {
    width: 272px;
    margin: 0 auto;
}
.woocommerce-checkout-review-order-table .product-name .image-wrapper {
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.woocommerce-checkout-review-order-table .product-name .image-wrapper img {
    width: 100px;
}
.woocommerce-additional-fields > h3 {
    display: none;
    visibility: hidden;
    opacity: 0;
}
#phone_verify_field {
    display: none;
}
.woocommerce-MyAccount-content .woocommerce-customer-details--phone,
.woocommerce-order .woocommerce-customer-details--phone {
    display: none !important;
}
#mo_validation_wrapper .change-phone {
    float: right;
    margin: 0;
}
#mo_validation_wrapper .resend-otp {
    float: left;
    margin: 0;
}
#mo_validation_wrapper .change-phone,
#mo_validation_wrapper .resend-otp {
    font-size: 14px;
}
.woocommerce-form #mo_message {
    font-size: 14px;
    line-height: 24px;
}
.woocommerce form .form-row label {
    font-size: 0.85rem;
}
#mo_message span {
    color: #fff;
    font-weight: 700;
}
.mobix-tabs-wrapper {
    width: 100%;
    display: block;
    margin: 0 auto;
}
.mobix-tabs-wrapper .mobix-tabs-list {
    background: #f9f9f9;
    margin: 0;
    padding: 0 !important;
}
.mobix-tabs-wrapper .mobix-tab-item {
    font-size: 13px !important;
    line-height: 13px !important;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    display: table-cell;
    float: left;
    padding-top: 0;
    padding-bottom: 47px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    width: 25%;
    margin-left: 0;
    margin-right: 0;
}
.mobix-1-tabs .mobix-tab-item {
    width: 100%;
}
.mobix-tabs-list.mobix-2-tabs .mobix-tab-item {
    width: 50%;
}
.mobix-tabs-list.mobix-3-tabs .mobix-tab-item {
    width: 33%;
}
.mobix-tabs-list.mobix-4-tabs .mobix-tab-item {
    width: 25%;
}
.mobix-tabs-list.mobix-5-tabs .mobix-tab-item {
    width: 20%;
}
.mobix-tabs-list.mobix-6-tabs .mobix-tab-item {
    width: 16.6%;
}
.mobix-tabs-wrapper .mobix-tab-item:before {
    display: block;
    content: "";
    border-bottom: 2px solid transparent;
    height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
}
.mobix-tabs-wrapper .mobix-tab-item .mobix-tab-number {
    display: inline-block;
    line-height: 28px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    height: 30px;
    margin-top: -14px;
    color: #999;
    background: #fff;
    border-radius: 50%;
    position: relative;
    -webkit-transition: color 0.3s, background 0.3s;
    -o-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    font-size: 16px;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
}
.mobix-tabs-wrapper .mobix-tab-item .number-text {
    -webkit-transition: color 0.3s;
    -o-transition: color 0.3s;
    transition: color 0.3s;
}
.mobix-tabs-wrapper .mobix-tab-text {
    display: none;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 400;
    letter-spacing: 0.3px;
    text-transform: capitalize;
    padding-top: 8px;
    white-space: nowrap;
    position: absolute;
    top: 15px;
    width: 100%;
    text-align: center;
}
.mobix-tab-item:first-child .mobix-tab-text {
    position: absolute;
}
.mobix-tab-item:last-child .mobix-tab-text {
    position: absolute;
    left: auto;
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}
@media screen and (min-width: 767px) {
    .mobix-tabs-wrapper .mobix-tabs-list {
        display: block;
    }
    .mobix-tabs-wrapper .mobix-tab-item {
        display: block;
        vertical-align: top;
        padding-bottom: 20px;
    }
    .mobix-tabs-wrapper .mobix-tab-item .mobix-tab-text {
        display: block;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
    }
    .mobix-tabs-wrapper .mobix-tab-item .mobix-tab-number {
        margin-top: -14px;
    }
}
@media screen and (min-width: 1200px) {
    .mobix-tabs-wrapper .mobix-tab-text {
        font-size: 13px;
    }
}
.mobix-tabs-wrapper .mobix-nav-text {
    color: #555;
}
.mobix-tabs-wrapper .mobix-nav-text a {
    color: #e23636;
}
.mobix-tabs-wrapper .mobix-nav-buttons,
.mobix-tabs-wrapper .mobix-nav-text {
    border-color: #d9d9d9;
}
.woocommerce-checkout .woocommerce .mobix-tabs-wrapper form label.error {
    color: #e23636 !important;
}
.mobix-tabs-wrapper .mobix-tabs-list {
    font-weight: 600;
}
.mobix-tabs-wrapper .mobix-tab-item {
    color: #aaa;
}
.mobix-tabs-wrapper .mobix-tab-item .mobix-tab-number {
    color: #000;
    background: #fff;
    border: 1px solid #ccc;
}
.mobix-tabs-wrapper .mobix-tab-item.current {
    color: #000;
}
.mobix-tabs-wrapper .mobix-tab-item.current .mobix-tab-number {
    color: #000;
    background: #fff;
    border: 2px solid #ccc;
}
.mobix-tabs-wrapper .mobix-tab-item.current .mobix-tab-text {
    display: block;
}
.mobix-tabs-wrapper .mobix-tab-item:before {
    border-bottom-color: #c9c9c9;
}
.mobix-tabs-wrapper .mobix-tab-item.visited:before {
    border-bottom-color: #000;
}
.mobix-tabs-wrapper .mobix-tab-item .number-text {
    top: 1px;
}
.mobix-tabs-wrapper .tab-completed-icon {
    top: 2px;
}
.mobix-nav-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    margin-top: 1em;
    width: calc(100% + 4px);
    clear: both;
}
button#mobix-back-to-cart {
    margin-right: auto;
}
.woocommerce .mobix-nav-wrapper button.mobix-nav-button {
    display: none !important;
    margin-right: 2px;
    margin-left: 2px;
}
.woocommerce .mobix-nav-wrapper button.mobix-nav-button.current {
    display: inline-block !important;
}
.mobix-step-item {
    display: none !important;
}
.mobix-step-item.current {
    display: block !important;
}
.woocommerce-checkout form.login .wc-social-login {
    display: block !important;
}
.woocommerce-checkout .mobix-step-item #order_review,
.woocommerce-checkout .mobix-step-item #order_review_heading {
    width: 100%;
}
@-moz-document url-prefix() {
    .sq-input {
        height: 60px !important;
    }
}
.mobix-tabs-list > li > div {
    cursor: pointer !important;
}
.mobix-step-login .woocommerce-form-login {
    width: 320px;
    margin: 0 auto !important;
}
.mobix-step-login .woocommerce-form-login .woocommerce-form-login__submit,
.mobix-step-login .woocommerce-form-login p.form-row {
    width: 100%;
}
.mobix-step-login .woocommerce-form-login .woocommerce-form-login__submit {
    border-radius: 0 !important;
}
.mobix-step-login .woocommerce-form-login .divider {
    position: relative;
    text-align: center;
    font-size: 14px;
}
.mobix-step-login .woocommerce-form-login .divider::before {
    content: "";
    position: absolute;
    width: 20% !important;
    height: 1px;
    top: 50%;
    background-color: #b2bbd2;
    left: 0;
}
.mobix-step-login .woocommerce-form-login .divider::after {
    content: "";
    position: absolute;
    width: 20%;
    height: 1px;
    top: 50%;
    background-color: #b2bbd2;
    right: 0;
}
.mobix-step-login .woocommerce-form-login .create-account {
    background-color: #6ec1e4;
    color: #fff;
    text-align: center;
    width: 100%;
    font-weight: 700;
    font-size: 16px;
    border-radius: 0 !important;
    margin-top: 10px;
}
.mobix-step-login .woocommerce-form-login .create-account:hover {
    background-color: #0074e5;
}
.woocommerce_checkout_login .lost_password {
    font-size: 14px;
}
.wc-pv-intl {
    overflow: visible !important;
}
.intl-tel-input {
    width: 100% !important;
}
