/* Hide place holder */
::-webkit-input-placeholder {
  /* WebKit browsers */
  color: transparent;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: transparent;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: transparent;
}
:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: transparent;
}

/* Typography */
@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplay-Bold.eot");
  src: url("../fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SFProDisplay-Bold.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Bold.woff") format("woff"),
    url("../fonts/SFProDisplay-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplay-Regular.eot");
  src: url("../fonts/SFProDisplay-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProDisplay-Regular.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Regular.woff") format("woff"),
    url("../fonts/SFProDisplay-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SFProDisplay";
  src: url("../fonts/SFProDisplay-Medium.eot");
  src: url("../fonts/SFProDisplay-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../fonts/SFProDisplay-Medium.woff2") format("woff2"),
    url("../fonts/SFProDisplay-Medium.woff") format("woff"),
    url("../fonts/SFProDisplay-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

.woocommerce-checkout {
  --rounded-xs: 0.25rem;
  --rounded-sm: 0.5rem;
  --rounded-md: 0.75rem;
  --container-padding: 1.875rem;
  --order-review-wide: 30.8125rem;
  --column-spacing: 3.75rem;
  --color-foreground: #222222;
  --sidebar-bg: #f8fafc;
  --error-red: #ff0000;
  --gap-x: 1rem;
  --gap-y: 2rem;
  font-size: 1rem;
  line-height: 1.36rem;
  letter-spacing: 1%;
  font-weight: 400;
  font-family: "SFProDisplay";
  color: var(--color-foreground);
  /*min-width: 24.4375rem;*/
}

/* Utility class */

@media (max-width: 767px) {
    .elementor-380 .elementor-element.elementor-element-b15fe5f {
        --padding-top: 0rem;
        --padding-bottom: 0rem;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}

@media (max-width: 450px) {
    .checkout-step .group-wrap {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}


.d-none {
  display: none;
}
.d-grid {
  --column: 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr var(--gap-x) 1fr;
  grid-template-columns: repeat(var(--column), 1fr);
  gap: var(--gap-y) var(--gap-x);
}

.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.flex-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.flex-grow {
  flex-grow: 1;
}

select option[value=""] {
  display: none;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.group-wrap {
  --breating-x: 1.875rem;
  --breating-y: 2.5rem;
  --border-color: #c1c1cd;
  --radius: 1rem;
  border: 1px solid var(--border-color);
  border-radius: var(--radius);
}
.items-group {
  padding: var(--breating-y) var(--breating-x);
  border-top: 1px solid var(--border-color);
}
/* //End  Utility class */

a[role="button"] {
  cursor: pointer;
}

.woocommerce-checkout h2 {
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 0;
}

.woocommerce-checkout h3 {
  font-size: 1.125rem;
  line-height: 1.8675rem;
  font-weight: 500;
  margin-bottom: 1.25rem;
  margin-top: 0;
}

/* Checkout Steps */
.checkout-steps-wrapper {
  --outer-space: 1.25rem;
  margin-bottom: 30px;
  padding-right: var(--column-spacing);
}

.checkout-progress {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
  position: relative;
  padding: 0 20px;
}

.step-indicator {
  text-align: center;
  position: relative;
  z-index: 1;
}

.step-number {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
}

.step-indicator.active .step-number {
  background: #2271b1;
  color: white;
}

.step-indicator.completed .step-number {
  background: #46b450;
  color: white;
}

.checkout-progress-bar {
  position: absolute;
  top: 15px;
  left: 0;
  height: 2px;
  background: #46b450;
  transition: width 0.3s ease;
  z-index: 0;
}

.checkout-step {
  display: none;
  position: relative;
}

.step-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.validation-error {
  border-color: #dc3232 !important;
}

/* Checkout Layout */
.checkout-layout {
  display: grid;
  grid-template-columns: 1fr 350px;
  /* gap: var(--column-spacing); */
}

.order-summary {
  background: #f8f8f8;
  padding: 20px;
  border-radius: 4px;
  position: sticky;
  top: 20px;
}

.order-summary h3 {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

.summary-item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

.order-summary-item {
  margin-bottom: 20px;
}

.summary-totals {
  border-top: 1px solid #ddd;
  padding-top: 15px;
}

.total-amount {
  font-weight: bold;
  font-size: 1.2em;
}

.form-row.place-order {
  position: static;
}

/* Hide default WooCommerce place order button */
.woocommerce-checkout-payment .place-order {
  display: none !important;
}

#place_order {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 9993;
}

@media (max-width: 768px) {
  .checkout-layout {
    grid-template-columns: 1fr;
  }

  .order-summary {
    position: relative;
    top: 0;
  }
}

/* Add-ons styling */
.acf-delivery-addons {
  list-style: none;
  padding: 0;
  margin: 0;
}

.acf-delivery-addons li {
  margin-bottom: 15px;
  padding: 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
}

.acf-addon {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.acf-addon input[type="checkbox"] {
  margin-top: 4px;
}

.acf-addon label {
  flex-grow: 1;
}

.addon-desc {
  color: #666;
  font-size: 0.9em;
}

.addon-price {
  font-weight: bold;
  color: #2271b1;
}

/* Billing Notice */
.billing-notice {
  background: #f7f6f7;
  padding: 1em;
  margin-bottom: 2em;
  border-left: 3px solid #2271b1;
  border-radius: 3px;
}

.billing-notice p {
  margin: 0 !important;
  padding: 0 !important;
  color: #515151;
}

.billing-notice i {
  color: #2271b1;
  margin-right: 8px;
}

/* Style readonly country field */
#shipping_country {
  background-color: #f5f5f5;
  cursor: not-allowed;
}
#shipping_country_field,
#shipping_first_name,
#shipping_last_name {
  display: none;
}

.woocommerce form .d-grid .form-row {
  margin: 0;
  width: 100%;
}

/* US-only field styling */
.us-only-field select {
  background-color: #f7f7f7 !important;
  cursor: not-allowed;
  color: #333 !important;
}

.us-only-notice {
  background: #f7f6f7;
  padding: 10px 15px;
  border-left: 3px solid #2271b1;
  margin-bottom: 20px;
  font-size: 0.9em;
  color: #515151;
}

.us-only-notice i {
  color: #2271b1;
  margin-right: 5px;
}

/* Checkout step style  */
.checkout-step h2 {
  padding: 1.25rem 1.875rem;
}

/* Application style  */
.applicant-information > * {
  margin: 0 !important;
  width: 100% !important;
}
.delivery-options {
  --radio-size: 1.125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1rem;
  list-style: none;
  padding: 0;
}

.delivery-options .error-message {
  position: relative;
  left: auto;
  top: auto;
}

.delivery-option {
  --radio-size: 1.125rem;
}
.delivery-option label {
  border: 1px solid #d2d2da;
  border-radius: var(--rounded-md);
  padding: 0.875rem 0.75rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
  align-items: center;
  transition: all 0.3s linear;
  cursor: pointer;
}

.delivery-options:has(> .error-message) .delivery-option label {
  border-color: var(--error-red);
}

.delivery-option label:has(> input:checked) {
  border-color: #00d791;
  border-width: 2px;
  box-shadow: 0px 6px 12px rgba(51, 204, 216, 0.08);
}

.delivery-option input {
  width: var(--radio-size);
  height: var(--radio-size);
  box-shadow: 0px 0px 0px 1px #b0b0b8;
  border: 2px solid transparent;
  border-radius: 50%;
  -webkit-appearance: none;
  appearance: none;
}

.delivery-option input.same_as_shipping {
  border-radius: 0.375rem;
}

.delivery-option input:checked {
  border-color: #00d791;
  box-shadow: 0px 0px 0px 1px #00d791, 0px 0px 0px 2px #ffffff inset;
  background: #00d791;
}
.delivery-option input[type="checkbox"]:checked {
  box-shadow: 0px 0px 0px 0px #00d791, 0px 0px 0px 1px #ffffff inset;
  background-image: url(../icon/icon-check-checkbox.png);
  background-size: 0.75rem 0.5rem;
  background-position: center;
  background-repeat: no-repeat;
  width: 1.25rem;
  height: 1.25rem;
}

.delivery-option input[type="checkbox"]:checked + span {
  margin-left: 0.125rem;
}

.delivery-option .title-col {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;

  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #656565;
}

.delivery-option .title {
  color: #222222;
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.delivery-option .duration {
  line-height: 1.375rem;
  margin-top: 0.125rem;
}

.delivery-option .price {
  margin-left: auto;
  color: #222222;
  font-weight: 500;
}

.delivery-option .price del {
  opacity: 0.7;
  margin-right: 0.125rem;
  font-weight: 400;
}
.delivery-option .price ins {
  text-decoration: none;
}
.government-fee-notice {
  padding-left: 2.875rem;
  padding-top: 1.25rem;
}
/* Application style  */

/* addon card style */
.passport-addons-section {
  /* margin-top: 2.5rem;
  margin-bottom: 1.5rem; */
}
.passport-addons-section,
.passport-delivery-section {
  position: relative;
  /* padding-top: 1.875rem; */
}

.passport-addons-section:before,
.passport-delivery-section:before {
  bottom: auto !important;
  top: 0;
}
.passport-addons-section .card-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 1rem;
}

.addon-card {
  border: 1px solid #d2d2da;
  padding: 1.25rem;
  border-radius: 0.5rem;
  font-size: 1rem;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.addon-card .title {
  margin-top: 0;
  margin-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.5rem;
  color: #222222;
  font-weight: 500;
}

.addon-card p {
  color: #656565;
  font-size: 1rem;
  line-height: 1.375rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

.addon-card .separator {
  background-color: #e8e8ef;
  height: 1px;
  border-width: 0px;
  margin-bottom: 1rem;
}

.addon-card .action-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.addon-card .price {
  color: #222222;
  font-weight: 500;
}
.addon-card .button {
  border: 1px solid #c1c1cd !important;
  background-color: #ffffff !important;
  width: 6rem;
  height: 3.125rem;
  border-radius: 0.75rem !important;
  display: inline-flex !important;
  justify-content: center;
  align-items: center;
  color: #222222 !important;
}
.addon-card .button:hover {
  background-color: #e1e7ed !important;
  border-color: #e1e7ed !important;
  color: #222222 !important;
}
.addon-card .addon-checkbox:checked ~ .action-row .button,
.addon-card .button.added {
  background-color: #008cff !important;
  border-color: #008cff !important;
  color: #ffffff !important;
}

.addon-card .button.added:after {
  display: none;
}

.addon-card .button.loading,
.addon-card .addon-checkbox:checked ~ .action-row .button.loading {
  pointer-events: none;
  background: #f2f2f2;
  border-color: #f2f2f2;
  color: #b0b0b8;
}

.addon-checkbox {
  opacity: 0;
  pointer-events: none;
  width: 0 !important;
  height: 0 !important;
  margin: 0;
}
.step-button,
#place_order {
  height: 3.75rem;
  background: #008cff !important;
  border-color: #008cff !important;
  color: #ffffff !important;
  border-radius: 0.75rem !important;
  display: block !important;
}

.checkout-next-step,
#place_order {
  width: 395px;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.step-button + .button.checkout-next-step,
#place_order {
  margin-right: 0 !important;
}

.checkout-prev-step {
  min-width: 7.5rem;
  background: #e1e7ed !important;
  border-color: #e1e7ed !important;
  color: #222222 !important;
}

/* Delivery address  */
.delivery-address #shipping_country_field,
.delivery-address #shipping_first_name_field,
.delivery-address #shipping_last_name_field,
.billing_address_fields_wrapper #billing_country_field,
.applicant-information #billing_first_name_field,
.applicant-information #billing_last_name_field {
  display: none;
}

.delivery-address {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  gap: var(--gap-y) var(--gap-x);
}

.woocommerce form .delivery-address .form-row {
  margin: 0;
}

.woocommerce form .delivery-address .form-row-first,
.woocommerce form .delivery-address .form-row-last,
.woocommerce-page form .delivery-address .form-row-first,
.woocommerce-page form .delivery-address .form-row-last {
  width: calc(50% - (var(--gap-x) / 2));
}
/* //End Delivery address  */

/* Order summary style */
.woocommerce-checkout {
  --sidebar-width: 30.8125rem; /*   493px; */
}
.woocommerce-checkout .checkout-layout {
  grid-template-columns: 1fr var(--sidebar-width);
}
.checkout-sidebar {
  position: relative;
  /* width: 30.8125rem;  */
  max-width: 100%;
  background-color: var(--sidebar-bg);
}

.checkout-sidebar .order-summary {
  padding-left: 0;
  padding-right: 0;
}

.order-summary h3 {
  padding: 1.875rem 1.5rem 1.5rem;
}

.order-summary-content.initiated-default {
  visibility: hidden;
  opacity: 0;
  display: none;
}
.order-summary-content:not(.initiated-default) + .order-summary-item {
  display: none;
}
.order-summary-content.initiated-default + .order-summary-item {
  display: block;
}
.order-summary-item {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.order-summary-item.total {
  margin-top: 1.875rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  font-weight: 700;
  border: 1px solid #c1c1cd;
  border-left-width: 0;
  border-right-width: 0;
}

.checkout-sidebar + .step-buttons {
  margin-top: 1rem;
}

/* //End Order summary style */

/* End addon card style */

.elementor-widget-woocommerce-checkout-page
  .woocommerce-checkout
  .form-row-first {
  clear: both;
}

.passport-delivery-section {
  display: block;
  clear: both;
}

.form-row {
  position: relative;
}
.form-row label {
  position: absolute;
  transition: all 0.3s linear;
  top: 1.25rem;
  /* transform: translateY(-50%); */
  left: 1.175rem;
  height: auto !important;
  width: auto;
  clip: inherit !important;
  clip-path: inherit;
  z-index: 10 !important;
}

.woocommerce form .form-row {
  padding: 0;
}

.woocommerce form.woocommerce-checkout .form-row label {
  line-height: 1.3;
}

.woocommerce form.woocommerce-checkout .form-row-1_3 {
  width: calc(33.33333333% - (var(--gap-x) / 1.5));
}

.form-row label abbr {
  display: none;
}

.form-row input::placeholder {
  color: transparent;
}

.form-row .select2-selection__placeholder {
  opacity: 0 !important;
}

.form-row .select2-selection {
  padding: var(--forms-fields-padding, 16px);
}
.form-row .select2-selection .select2-selection__rendered {
  padding: 0 !important;
  line-height: 1.3 !important;
}

.form-row label:has(~ .woocommerce-input-wrapper span.select2-container--focus),
.form-row label:has(~ .woocommerce-input-wrapper span.select2-container--open),
.form-row
  label:has(
    ~ .woocommerce-input-wrapper
      span.select2-container
      .select2-selection__rendered[title]
  ),
.form-row
  label:has(~ span.select2-container .select2-selection__rendered[title]),
.form-row label:has(~ .woocommerce-input-wrapper input:focus),
.form-row label:has(~ .woocommerce-input-wrapper input:active),
.form-row label:has(~ .woocommerce-input-wrapper input:not(:placeholder-shown)),
.form-row label:has(~ .woocommerce-input-wrapper input[type="date"]) {
  top: 0.625rem;
  transform: translateY(0);
  font-size: 0.75rem !important;
}

.woocommerce .select2-container {
  width: 100% !important;
}

.form-row
  .woocommerce-input-wrapper
  span.select2-container--focus
  .select2-selection,
.form-row
  .woocommerce-input-wrapper
  span.select2-container--open
  .select2-selection,
.form-row
  .woocommerce-input-wrapper
  span.select2-container
  .select2-selection:has(> .select2-selection__rendered[title]),
.form-row .woocommerce-input-wrapper input:focus,
.form-row .woocommerce-input-wrapper input:active,
.form-row .woocommerce-input-wrapper input:not(:placeholder-shown),
.woocommerce .selectric .label,
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row .input-text,
.woocommerce-page form .form-row .input-text,
.woocommerce .select2-container--default .select2-selection--single {
  padding-top: 1.5rem !important;
  padding-bottom: 0.625rem !important;
  border: 1px solid #b0b0b8;
  border-radius: 0.75rem;
  height: 3.5rem;
}

/* .woocommerce form .d-flex .form-row-first, 
.woocommerce form .d-flex .form-row-last, 
.woocommerce-page form .d-flex .form-row-first, 
.woocommerce-page form .d-flex .form-row-last{
  width: 100%;
  margin: 0;
} */

.woocommerce
  .select2-container
  .select2-selection--single
  .select2-selection__rendered {
  padding-left: 1rem;
  padding-right: 3rem;
}

.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
}

.woocommerce
  .select2-container--default
  .select2-selection--single
  .select2-selection__arrow
  b {
  --arrow-size: 1rem;
  width: var(--arrow-size);
  height: var(--arrow-size);
  background-image: url("../icon/select-arrow-down.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0;
  left: 0;
  top: 0;
  border: 0;
}

.elementor-380
  .elementor-element.elementor-element-0db6db0
  .woocommerce
  #customer_details
  .form-row
  .input-text,
.elementor-380
  .elementor-element.elementor-element-0db6db0
  .woocommerce
  #customer_details
  .form-row
  textarea,
.elementor-380
  .elementor-element.elementor-element-0db6db0
  .woocommerce
  form
  #customer_details
  select,
.elementor-380
  .elementor-element.elementor-element-0db6db0
  .woocommerce
  .e-woocommerce-login-anchor
  .form-row
  .input-text,
.elementor-380 .elementor-element.elementor-element-0db6db0 #coupon_code,
.elementor-380
  .elementor-element.elementor-element-0db6db0
  .select2-container--default
  .select2-selection--single {
  height: 3.5rem;
}

.billing_address_fields_wrapper {
  padding-top: 2rem;
}

/* Sidebar preloader style */

/* Preloader Styles */
.preloader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  display: none;
  z-index: 9999;
}

.preloader-overlay.active {
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading-spinner {
  width: 40px;
  height: 40px;
  border: 3px solid #f3f3f3;
  border-top: 3px solid #3498db;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Validation Styles */
.validation-error {
  border-color: var(--error-red) !important;
  color: var(--wc-red);
}

.error-message {
  color: var(--error-red);
  font-size: 0.875em;
  display: block;
  margin-top: 5px;
  position: absolute;
  top: 100%;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.25rem;
  background: transparent;
  border: 0;
  margin-top: 0.25rem !important;
}

.error-message::before {
  position: relative;
  left: auto;
  top: auto;
}

.select2-results__option {
  padding: 0.875rem 1rem;
}
.select2-search--dropdown {
  padding-left: 1rem;
  padding-right: 1rem;
}
.select2-container--default
  .select2-results__option--highlighted[aria-selected],
.select2-container--default
  .select2-results__option--highlighted[data-selected] {
  background: #7bbaee;
}

.select2-results__option[data-selected="true"] {
  background: #d0e8fb;
}

/* End preloader style */

@media screen and (max-width: 1366px) {
  .woocommerce-checkout {
    --order-review-wide: 25rem;
    --column-spacing: 2.5rem;
  }
}

@media screen and (max-width: 1280px) {
  .elementor-widget-woocommerce-checkout-page
    .woocommerce-checkout
    .form-row-first,
  .elementor-widget-woocommerce-checkout-page
    .woocommerce-checkout
    .form-row-last {
    width: 100%;
  }

  .passport-addons-section .card-row {
    flex-direction: column;
  }
}

@media screen and (max-width: 1023px) {
  .elementor-380
    .elementor-element.elementor-element-0db6db0
    .woocommerce
    #customer_details
    .form-row
    .input-text,
  .elementor-380
    .elementor-element.elementor-element-0db6db0
    .woocommerce
    #customer_details
    .form-row
    textarea,
  .elementor-380
    .elementor-element.elementor-element-0db6db0
    .woocommerce
    form
    #customer_details
    select,
  .elementor-380
    .elementor-element.elementor-element-0db6db0
    .woocommerce
    .e-woocommerce-login-anchor
    .form-row
    .input-text,
  .elementor-380 .elementor-element.elementor-element-0db6db0 #coupon_code,
  .elementor-380
    .elementor-element.elementor-element-0db6db0
    .select2-container--default
    .select2-selection--single {
    height: 3.125rem;
  }
  .passport-addons-section .card-row {
    flex-direction: row;
  }
}

/* End form style  */

/* Customer details  */
#customer_details {
  margin-bottom: 2.5rem;
}
/* End Customer details  */

/* Order review */
.woocommerce-checkout .e-checkout__container > .e-checkout__column-end {
  background: #f8fafc;
}

@media screen and (min-width: 1025px) {
  .elementor-widget-woocommerce-checkout-page .e-checkout__container {
    -ms-grid-columns: calc(
        100% - (var(--order-review-wide) + var(--column-spacing))
      )
      var(--order-review-wide);
    grid-template-columns:
      calc(100% - (var(--order-review-wide) + var(--column-spacing)))
      var(--order-review-wide);
    grid-column-gap: var(--column-spacing, 24px);
    grid-row-gap: var(--column-spacing, 24px);
  }

  .woocommerce-billing-fields {
    --separator-color: #c1c1cd;
  }

  .woocommerce-billing-fields > h3:nth-of-type(1) {
    font-size: 1.5rem !important;
    position: relative;
    padding-bottom: 1.25rem;
  }
}

#order_review {
  padding-top: 1.875rem;
}

#order_review .order-total th,
#order_review .order-total td {
  position: relative;
  --separator-color: #c1c1cd;
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

#order_review .cart-subtotal th,
#order_review .cart-subtotal td {
  padding-bottom: 1.875rem;
}

#order_review_heading {
  --separator-color: #e8e8ef;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
  position: relative;
  margin-bottom: 1.5rem;
}

#order_review_heading:after,
.woocommerce-billing-fields > h3:nth-of-type(1):before,
.order-total th:before,
.order-total td:before,
.order-total th:after,
.order-total td:after,
.passport-delivery-section:before,
.passport-addons-section:before {
  content: "";
  position: absolute;
  left: calc(var(--container-padding) * -1);
  right: calc(var(--container-padding) * -1);
  bottom: 0;
  border-bottom: 1px solid var(--separator-color);
  z-index: 5;
}

.order-total th:before,
.order-total td:before {
  bottom: auto;
  top: 0;
}

#order_review .woocommerce-shipping-totals {
  display: none;
}
/* End order review */

/* Checkout header style  */
.checkout-header-btns svg {
  width: 1.5rem !important;
  height: 1.5rem !important;
}

/* Checkout steps */
.checkout-steps {
  --seperator-color: #e1e7ed;
  --active-color: #008cff;
  --completed-color: #00d791;
  --arrow-size: 1.25rem;
  --icon-size: 2.25rem;
  --icon-space: 0.375rem;
  margin-top: 2rem;
  margin-bottom: 1.125rem !important;
}
.checkout-steps .elementor-icon-list-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.checkout-steps ul.elementor-icon-list-items.elementor-inline-items {
  justify-content: center;
}

.checkout-steps {
  margin-bottom: 1.875rem;
}

.checkout-steps .elementor-icon-list-icon {
  background: #f7f7f7;
  width: var(--icon-size);
  height: var(--icon-size);
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 !important;
  margin-right: var(--icon-space);
}

.checkout-steps .elementor-icon-list-item {
  margin-right: calc(1.25rem / 2) !important;
  margin-left: calc(1.25rem / 2) !important;
}
.checkout-steps .elementor-icon-list-item.active .elementor-icon-list-icon {
  background: var(--active-color);
}
.checkout-steps .elementor-icon-list-item::after {
  content: "";
  height: 0.125rem !important;
  border-color: #e1e7ed;
  right: calc(-1.25rem / 2) !important;
  position: relative !important;
  left: auto !important;
  width: auto !important;
  margin: auto !important;
}
.checkout-steps .elementor-icon-list-item:not(:last-child)::after {
  border-left-style: solid;
  border-left-width: clamp(2rem, -14.5rem + 22.5641vw, 7.5rem) !important;
}
.checkout-steps .elementor-icon-list-item .elementor-icon-list-icon svg {
  margin: 0 !important;
}
.checkout-steps .elementor-icon-list-item.completed::after {
  border-color: var(--completed-color) !important;
}
.checkout-steps .elementor-icon-list-item.completed .elementor-icon-list-icon {
  background: var(--completed-color);
}

.checkout-steps
  .elementor-icon-list-item.completed
  .elementor-icon-list-icon
  svg {
  display: none;
}

.checkout-steps
  .elementor-icon-list-item.completed
  .elementor-icon-list-icon::after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 10px;
  background: url("../icon/icon-check.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.checkout-steps
  .elementor-icon-list-item.active
  .elementor-icon-list-icon
  svg
  path,
.checkout-steps
  .elementor-icon-list-item.completed
  .elementor-icon-list-icon
  svg
  path {
  stroke: #ffffff;
}

.checkout-steps .elementor-icon-list-item.active .elementor-icon-list-text {
  color: var(--active-color);
}

.checkout-steps
  .elementor-icon-list-item.active
  .elementor-icon-list-text:after {
  content: "";
  display: inline-block;
  background-image: url("https://test581stg.wpenginepowered.com/wp-content/uploads/2025/02/icon-arrow-right.png");
  background-repeat: no-repeat;
  background-size: var(--arrow-size);
  width: var(--arrow-size);
  height: var(--arrow-size);
  margin-left: 0.375rem;
  vertical-align: middle;
}

.step-buttons {
  margin-top: 2.5rem;
}

.step-buttons .checkout-next-step {
  margin-left: auto !important;
  margin-right: auto !important;
}

@media screen and (min-width: 1025px) {
  .checkout-steps {
    /*margin-top: 5rem;*/
  }
  .d-lg-none {
    display: none !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1170px) {
  .elementor-widget .elementor-icon-list-item {
    flex-direction: column;
  }

  .checkout-steps .elementor-icon-list-item:before,
  .checkout-steps .elementor-icon-list-item:after {
    content: "";
    position: absolute !important;
    height: 0.1875rem !important;
    top: 16px;
    bottom: auto;
    width: auto !important;
    background: var(--seperator-color);
    z-index: 5;
    border: 0 !important;
    margin: 0 !important;
  }

  .checkout-steps .elementor-icon-list-item:not(:last-child):after {
    left: calc(50% + (var(--icon-size) / 2)) !important;
    right: -12px !important;
  }
  .checkout-steps .elementor-icon-list-item:not(:first-child):before {
    right: calc(50% + 24px) !important;
    left: -12px !important;
  }

  .checkout-steps .elementor-icon-list-icon {
    margin-right: 0;
    margin-bottom: 0.375rem;
  }
}

@media screen and (min-width: 1024px) {
  .woocommerce-checkout .checkout-layout {
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 1024px) {
  .woocommerce-checkout .checkout-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .checkout-steps-wrapper {
    margin-bottom: 0;
    padding: 0 1rem;
  }
  .woocommerce-checkout .checkout-layout > .checkout-sidebar {
    display: none !important;
  }
  .woocommerce-checkout .step-buttons {
    --inner-space: 1.875rem;
    padding: var(--inner-space);
    padding-left: calc(var(--inner-space) + 0.625rem);
    padding-right: calc(var(--inner-space) + 0.625rem);
    padding-bottom: 2rem;
    background: var(--sidebar-bg);
    position: sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: 999;
  }
  .error-message {
    position: relative;
    top: auto;
  }

  #place_order,
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    position: fixed;
    right: var(--container-padding);
    bottom: var(--container-padding);
    width: 24.6875rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  .woocommerce-checkout {
    --sidebar-width: 23.75rem;
  }
  .woocommerce-checkout .step-buttons {
    padding-left: var(--container-padding);
    padding-right: var(--container-padding);
  }
}

@media screen and (max-width: 767px) {
  .elementor-widget .elementor-icon-list-item {
    flex-direction: column;
  }

  .checkout-steps .elementor-icon-list-item:before,
  .checkout-steps .elementor-icon-list-item:after {
    content: "";
    position: absolute !important;
    height: 0.1875rem !important;
    top: 16px;
    bottom: auto;
    width: auto !important;
    background: var(--seperator-color);
    z-index: 5;
    border: 0 !important;
    margin: 0 !important;
  }

  .checkout-steps .elementor-icon-list-item:not(:last-child):after {
    left: calc(50% + (var(--icon-size) / 2)) !important;
    right: -12px !important;
  }
  .checkout-steps .elementor-icon-list-item:not(:first-child):before {
    right: calc(50% + 24px) !important;
    left: -12px !important;
  }

  .checkout-steps .elementor-icon-list-icon {
    margin-right: 0;
    margin-bottom: 0.375rem;
  }

  .checkout-steps .elementor-icon-list-text {
    font-size: 0.75rem !important;
    line-height: 1rem;
  }

  .woocommerce-checkout {
    --gap-y: 0.875rem;
  }
  .woocommerce-checkout h3 {
    margin-bottom: 1rem;
  }
  .d-grid {
    --column: 1;
  }

  .group-wrap {
    --breating-x: 1rem;
    --breating-y: 1.875rem;
    margin-left: var(--outer-space);
    margin-right: var(--outer-space);
  }

  .delivery-options {
    --radio-size: 1rem;
  }
  .delivery-option label {
    padding: 0.5rem 0.75rem;
    gap: 0.625rem;
  }
  .delivery-option .title {
    font-size: 0.875rem;
  }
  .delivery-option .title,
  .delivery-option .duration {
    line-height: 1.1875rem;
  }
  .delivery-option .duration {
    font-size: 0.75rem;
  }
  .delivery-option .price {
    font-size: 0.8125rem;
  }
  .government-fee-notice {
    padding-left: 2.625rem;
  }
  .passport-addons-section .card-row {
    flex-direction: column;
  }

  .passport-addons-section .card-row {
    flex-direction: column;
  }
  .woocommerce-checkout h2,
  .woocommerce-checkout h3 {
    font-size: 1rem;
    line-height: 1.36rem;
  }
  .addon-card .title {
    font-size: 0.875rem;
    line-height: 1.1875rem;
  }
  .addon-card p {
    font-size: 0.75rem;
    line-height: 1rem;
  }

  .checkout-sidebar {
    --inner-space: 1rem;
    --gap-x: 1.25rem;
    /* padding-bottom: 7.625rem; */
  }
  #place_order,
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    /* right: calc(1rem + 0.625rem);
    bottom: 1rem; */
    margin-bottom: 0;
  }

  .checkout-sidebar .order-summary {
    padding-bottom: 0;
  }

  .woocommerce-checkout .step-buttons {
    --inner-space: 1rem;
    gap: var(--gap-x);
    padding-left: var(--outer-space);
    padding-right: var(--outer-space);
  }

  .woocommerce form.woocommerce-checkout .form-row-1_3,
  .woocommerce form .delivery-address .form-row-first,
  .woocommerce form .delivery-address .form-row-last,
  .woocommerce-page form .delivery-address .form-row-first,
  .woocommerce-page form .delivery-address .form-row-last {
    width: 100%;
  }
}

@media screen and (max-width: 575px) {
  .woocommerce-checkout {
    --paybtnplacementpos: 5.75rem;
  }
  .woocommerce-checkout .step-buttons {
    flex-direction: column;
    padding-top: 1.5rem;
  }
  .woocommerce-checkout .step-buttons .checkout-next-step {
    order: -1;
    width: 100%;
  }
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    right: var(--outer-space);
    width: calc(100% - (var(--outer-space) * 2));
    bottom: var(--paybtnplacementpos);
  }
  #place_order,
  .woocommerce #payment #place_order,
  .woocommerce-page #payment #place_order {
    right: 1rem;
    bottom: 1rem;
    width: calc(100% - 2rem);
  }
  
  
  .checkout-steps .elementor-icon-list-item:before {
      display: none !important;
  }
  .checkout-steps .elementor-icon-list-item:after {
      display: none !important;
  }
  
  .checkout-steps .elementor-icon-list-item.active .elementor-icon-list-text:after{
      display: none !important;
  }
  .checkout-steps .elementor-widget .elementor-icon-list-icon+.elementor-icon-list-text {
    align-self: center;
    padding-inline-start: 0 !important;
    text-align: center !important;
  }
  
}
.woocommerce-form-login-toggle{
    display: none !important;
}
.product-info .item-price{
    display: none !important;
}
.order-summary-content .subtotal{
    display: none !important;
}