#account-login,
#account-register,
#account-forgotten,
#account-account,
#account-edit,
#account-password,
#account-address,
#account-order,
#account-return,
#information-contact {
  margin: auto;
  max-width: 600px;
  padding-top: 20px;
}

#account-login .row,
#account-register .row,
#account-forgotten .row,
#account-account .row,
#account-edit .row,
#account-password .row,
#account-address .row,
#account-order .row,
#account-return .row,
#information-contact .row {
  margin: 0 !important;
}

#account-account .custom-content {
  padding: 15px !important;
}

#account-account h3 {
  margin: 0;
}

#account-account .custom-content {
  margin-bottom: 15px;
}

#account-account .custom-content a {
  display: flex;
  justify-content: space-between;
  color: #444;
  align-items: center;
}

#account-login .btn-primary,
#account-register .btn-primary,
#account-forgotten .btn-primary,
#account-edit .btn-primary,
#account-password .btn-primary,
#account-address .btn-primary,
#account-order .btn-primary,
#account-return .btn-primary,
#account-reset .btn-primary {
  width: 100%;
  margin-bottom: 10px;
}

#account-register .btn-primary {
  margin-top: 10px;
}

#account-forgotten .btn-default,
#account-edit .btn-default,
#account-password .btn-default,
#account-address .btn-default,
#account-order .btn-default,
#account-return .btn-default {
  width: 100%;
  /* font-size: 16px; */
}

#account-login .text-link-right {
  display: flex;
  justify-content: right;
}


#account-register .pull-right {
  float: none !important;
}

#account-address .bi {
  font-size: 20px !important;
  /* color: #444 !important; */
}

#account-order .bi {
  color: #444 !important;
  font-size: 20px !important;
}


/* Extra small devices (phones, 600px and down) */
/* @media (max-width: 600px) { 
  #account-login #content,
  #account-register #content,
  #account-forgotten #content,
  #account-account #content,
  #account-edit #content,
  #account-password #content,
  #account-address #content,
  #account-order #content,
  #account-return #content {
    padding: 0 15px;
  }
} */

/* Small devices (portrait tablets and large phones, 600px and up) */
@media (min-width: 600px) { }

/* Medium devices (landscape tablets, 768px and up) */
@media (min-width: 768px) { }

/* Large devices (laptops/desktops, 992px and up) */
@media (min-width: 992px) { }

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media (min-width: 1200px) { }

.order-flow-header {
  display: flex;
  justify-content: space-between;
  font-size: 1em;
  margin-bottom: 0.7em;
}
.order-flow-status {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.flow-step {
  display: flex;
  flex-direction: column;
  align-items: center;
  color: #bbb;
  font-size: 0.95em;
}
.flow-step.active {
  color: #28a745;
  font-weight: bold;
}
.flow-arrow {
  color: #bbb;
  font-size: 1.2em;
}

.order-progress-bar {
  margin: 1em 0 0.5em 0;
}
.order-progress-track {
  background: #e9ecef;
  border-radius: 8px;
  height: 10px;
  position: relative;
  width: 100%;
  margin-bottom: 0.5em;
}
.order-progress-fill {
  background: linear-gradient(90deg, #28a745 60%, #17a2b8 100%);
  height: 100%;
  border-radius: 8px;
  transition: width 0.4s;
}
.order-progress-labels {
  display: flex;
  justify-content: space-between;
  font-size: 0.95em;
  margin-top: 0.2em;
}
.progress-label {
  color: #bbb;
  /* font-weight: 500; */
}
.progress-label.active {
  color: #444
  /* font-weight: bold; */
}

@media (max-width: 767px) {
  .order-progress-labels.d-none { display: none !important; }
  .order-progress-labels.d-flex { display: flex !important; }
  .order-progress-labels.d-flex {
    justify-content: space-between;
  }
  .entregue-mobile {
    margin-left: auto;
    text-align: right;
    display: block;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .order-progress-labels.d-none { display: none !important; }
  .order-progress-labels.d-md-flex { display: flex !important; }
  .order-progress-labels.d-md-none { display: none !important; }
}

