/*CSS EZE ARTICS*/

.page.woocommerce-checkout .col2-set {
    display: block;
    float: none;
    width: 100%;
}

.page.woocommerce-checkout .col2-set .col-1,
.page.woocommerce-checkout .col2-set .col-2,
.page.woocommerce.woocommerce-checkout form #order_review, 
.page.woocommerce.woocommerce-checkout form #order_review_heading, 
.page.woocommerce-page.woocommerce-checkout form #order_review, 
.page.woocommerce-page.woocommerce-checkout form #order_review_heading {
    width: 100%;
    float: none;
}

.box-step{padding:20px ;box-shadow: 0 6px 10px 0 rgba(128,98,96,.16);display: flex; flex-wrap: wrap; gap: 15px; margin-bottom:40px;}
.title2{}
.title3{    text-transform: uppercase;    font-size: 22px;    color: #007bcb;}

.box-step .input-text{
    display: block;
    width: 100%;
    padding: 6px 12px;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    height: 40px;
    color:inherit;


}

.box-step input:-webkit-autofill {
  box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-box-shadow: 0 0 0px 1000px white inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.box-step button:hover{color: inherit;}

.box-step input[readonly] {
  background-color: #f5f5f5;
  color: #555;
  border: 1px solid #ccc;
  cursor: not-allowed;
}

.input-text {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex: 1 1 250px;
}

.input-text.full-width {
  width: 100%;
}

.input-text.half-width {
  flex: 1;
  min-width: 0;
}

.select-country {
  padding: 10px;
  width: 90px;
  max-width: 90px;
  border: 1px solid #ccc;
  border-radius: 4px;
  flex-shrink: 0;
  padding: 0px 10px;
  height: 40px;
}

.row {
  display: flex;
  gap: 10px;
  width: 100%;
  align-items: stretch;
}

.error-message {
  margin-top: 5px;
  color: red;
  font-weight: bold;
  width: 100%;
}

.info-message {
  margin-top: 5px;
  color: #333;
  font-weight: bold;
  width: 100%;
}

.btns-steps-user{display: flex}

.label-delivery {
  font-size: 16px;
  color: #333;
  margin-left: 6px;
}
.factura-radios {
  width: 100%;
  margin-top: 5px;
}
.factura-radios label {
  margin-right: 15px;
  font-size: 15px;
  color: #444;
}
#cp-section {
  margin: 20px 0;
}
.ubicacion-data, .direccion-section {
  margin-top: 10px;
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.btns-steps-user {
  margin-top: 16px;
  display: flex;
  gap: 12px;
}
.btn {
  padding: 9px 22px;
  border-radius: 4px;
  border: 1.5px solid #004aad;
  background: #fff;
  color: #004aad;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.2s, color 0.2s;
}
.btn:disabled {
  background: #bdbdbd;
  color: #fff;
  border-color: #bdbdbd;
  cursor: not-allowed;
}
.btn-primary {
  background: #004aad;
  color: #fff;
  border-color: #004aad;
}
.btn-primary:hover, .btn-primary:focus {
  background: #02336b;
}
#order_summary {
  margin-top: 28px;
  background: #f6f8fa;
  border-radius: 7px;
  padding: 17px 18px 18px 18px;
  
}
#order_summary h2 {
  font-size: 1.11em;
  color: #333;
  margin-bottom: 14px;
}
.order-row {
  display: flex;
  justify-content: space-between;
  padding: 7px 0;
  font-size: 15px;
}
.order-total-row {
  border-top: 1px solid #ccc;
  padding-top: 10px;
  font-weight: 600;
}
.amount {
  font-weight: 500;
  color: #004aad;
}

/*CHECKOUT*/
.fuxion-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.5);
  justify-content: center;
  align-items: center;
  font-family: Arial, sans-serif;
}

.fuxion-popup.active { display: flex; }

.fuxion-modal-box {
  background: #fff;
  padding: 24px 22px 22px 22px;
  border-radius: 8px;
  width: 90%;
  max-width: 500px;
  margin: auto;
  text-align: center;
  box-shadow: 0 2px 15px rgba(0,0,0,0.10);
  position: relative;
}

.fuxion-modal-box--otp {
  max-width: 400px;
  padding: 30px 22px 22px 22px;
}

.fuxion-modal-title {
  color: #333;
  font-size: 1.4em;
  margin-bottom: 12px;
  font-weight: 700;
}

.fuxion-modal-text {
  margin-bottom: 18px;
  color: #444;
  font-size: 1.06em;
}

.fuxion-input {
  display: block;
  margin: 0 auto 18px auto;
  padding: 10px;
  width: 80%;
  font-size: 16px;
  border: 1.5px solid #d0d7de;
  border-radius: 4px;
  transition: border-color 0.2s;
}

.fuxion-input:focus {
  border-color: #007bff;
  outline: none;
}

.fuxion-modal-error {
  margin-bottom: 15px;
  color: #d93025;
  font-weight: bold;
  min-height: 20px;
}

.fuxion-btn {
  margin: 5px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
  transition: background 0.18s, color 0.18s;
}

.fuxion-btn--primary {
  background-color: #007bff;
  color: #fff;
}

.fuxion-btn--primary:hover,
.fuxion-btn--primary:focus {
  background-color: #0056b3;
}

.fuxion-btn--secondary {
  background-color: #6c757d;
  color: #fff;
}

.fuxion-btn--secondary:hover,
.fuxion-btn--secondary:focus {
  background-color: #495057;
}





/*CSS EZE ARTICS*/