@charset "UTF-8";
/*Fuentes*/
/* Colores */
.btn {
  border: 1px solid #644293;
  padding: 10px 20px;
  color: #644293;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  transition: background-color 0.5s ease;
}
.btn:hover {
  background-color: #644293;
  color: white;
}

.login-form-woocommerce {
  min-height: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.login-form-woocommerce .contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.login-form-woocommerce .contenedor .woocommerce-form-login {
  padding: 0;
  width: 100%;
  max-width: 592px;
  border: none;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .titulo {
  text-align: center;
  color: #644293;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .subtitulo {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}
.login-form-woocommerce .contenedor .woocommerce-form-login label {
  display: flex;
  max-height: 0;
  overflow: hidden;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .woocommerce-form-row {
  padding: 0 !important;
  margin-bottom: 16px !important;
}
.login-form-woocommerce .contenedor .woocommerce-form-login input {
  padding: 9px 10px !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.login-form-woocommerce .contenedor .woocommerce-form-login input:focus {
  outline: none !important;
}
.login-form-woocommerce .contenedor .woocommerce-form-login input::-moz-placeholder {
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.login-form-woocommerce .contenedor .woocommerce-form-login input::placeholder {
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .recuerdame {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .recuerdame::before, .login-form-woocommerce .contenedor .woocommerce-form-login .recuerdame::after {
  display: none;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .recuerdame label {
  max-height: 100%;
  display: flex;
  gap: 5px;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .recuerdame label span {
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .recuerdame a {
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .btn-login {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 20px;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .btn-login::before, .login-form-woocommerce .contenedor .woocommerce-form-login .btn-login::after {
  display: none;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .btn-login .btn {
  border-color: #5B83A7;
  color: #5B83A7;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .btn-login .btn:hover {
  background-color: #5B83A7;
  color: #FFF;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .form-row-register-toggle {
  padding: 0;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .form-row-register-toggle::before, .login-form-woocommerce .contenedor .woocommerce-form-login .form-row-register-toggle::after {
  display: none;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .form-row-register-toggle span {
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
}
.login-form-woocommerce .contenedor .woocommerce-form-login .form-row-register-toggle .btn-register {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}

.register-form-woocommerce {
  min-height: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.register-form-woocommerce .contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.register-form-woocommerce .contenedor .woocommerce-form-register {
  padding: 0;
  width: 100%;
  max-width: 592px;
  border: none;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .titulo {
  text-align: center;
  color: #644293;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.register-form-woocommerce .contenedor .woocommerce-form-register label {
  display: flex;
  max-height: 0;
  overflow: hidden;
}
.register-form-woocommerce .contenedor .woocommerce-form-register input {
  padding: 9px 10px !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.register-form-woocommerce .contenedor .woocommerce-form-register input:focus {
  outline: none !important;
}
.register-form-woocommerce .contenedor .woocommerce-form-register input::-moz-placeholder {
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.register-form-woocommerce .contenedor .woocommerce-form-register input::placeholder {
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .woocommerce-form-row {
  padding: 0 !important;
  margin-bottom: 16px !important;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .btn-register {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 20px;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .btn-register::before, .register-form-woocommerce .contenedor .woocommerce-form-register .btn-register::after {
  display: none;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .btn-register .btn {
  border-color: #5B83A7;
  color: #5B83A7;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .btn-register .btn:hover {
  background-color: #5B83A7;
  color: #FFF;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .regresar-login {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .regresar-login::before, .register-form-woocommerce .contenedor .woocommerce-form-register .regresar-login::after {
  display: none;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .regresar-login span {
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
}
.register-form-woocommerce .contenedor .woocommerce-form-register .regresar-login .btn-back-to-login {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}

.contraseña-olvidada-form-woocommerce {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: auto;
  height: auto;
  padding: 100px 0;
}
.contraseña-olvidada-form-woocommerce .contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password {
  padding: 0;
  width: 100%;
  max-width: 592px;
  border: none;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password .titulo {
  text-align: center;
  color: #644293;
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password .mensaje {
  text-align: center;
  font-size: 15px;
  line-height: 20px;
  font-weight: normal;
  margin-bottom: 20px;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password .woocommerce-form-row {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 21px !important;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password label {
  display: flex;
  max-height: 0;
  overflow: hidden;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password input {
  padding: 9px 10px !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password input:focus {
  outline: none !important;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password input::-moz-placeholder {
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password input::placeholder {
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password .btn-restablecer-contraseña {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 20px;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password .btn-restablecer-contraseña::before, .contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password .btn-restablecer-contraseña::after {
  display: none;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password .btn-restablecer-contraseña .btn {
  border-color: #5B83A7;
  color: #5B83A7;
}
.contraseña-olvidada-form-woocommerce .contenedor .lost_reset_password .btn-restablecer-contraseña .btn:hover {
  background-color: #5B83A7;
  color: #FFF;
}

.contraseña-olvidada-restablecer {
  min-height: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 100px 0;
}
.contraseña-olvidada-restablecer .contenedor {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword {
  display: flex;
  flex-direction: column;
  padding: 0;
  width: 100%;
  max-width: 592px;
  border: none;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword label {
  display: flex;
  max-height: 0;
  overflow: hidden;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword input {
  padding: 9px 10px !important;
  border: none !important;
  border-bottom: 1px solid #000 !important;
  border-radius: 0 !important;
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword input:focus {
  outline: none !important;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword input::-moz-placeholder {
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword input::placeholder {
  font-size: 14px !important;
  line-height: 19px !important;
  font-weight: normal !important;
  color: #1D1D1B !important;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword .woocommerce-form-row {
  width: 100%;
  padding: 0 !important;
  margin-bottom: 21px !important;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword .mensaje-restablecer-contraseña {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  margin-bottom: 20px;
  text-align: center;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword .btn-guardar-contraseña {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  margin-bottom: 20px;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword .btn-guardar-contraseña::before, .contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword .btn-guardar-contraseña::after {
  display: none;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword .btn-guardar-contraseña .btn {
  border-color: #5B83A7;
  color: #5B83A7;
}
.contraseña-olvidada-restablecer .contenedor .woocommerce-ResetPassword .btn-guardar-contraseña .btn:hover {
  background-color: #5B83A7;
  color: #FFF;
}

.my-account-content-woocommerce {
  min-height: auto;
  height: auto;
  padding: 80px 0;
}
.my-account-content-woocommerce .contenedor-titulo {
  width: 1350px;
  max-width: 95%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.my-account-content-woocommerce .contenedor-titulo h1 {
  font-family: "Playfair", serif;
  font-size: 25px;
  line-height: 30px;
  font-weight: normal;
  text-align: center;
  color: #644293;
}
.my-account-content-woocommerce .contenedor {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor {
    flex-direction: column-reverse;
    gap: 50px;
    align-items: center;
  }
}
.my-account-content-woocommerce .contenedor .my-account-navigation {
  display: flex;
  width: auto;
}
.my-account-content-woocommerce .contenedor .my-account-navigation .woocommerce-MyAccount-navigation {
  width: auto;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .my-account-navigation ul {
    text-align: center;
  }
}
.my-account-content-woocommerce .contenedor .my-account-navigation ul li a {
  white-space: nowrap;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-navigation ul {
  display: flex;
  flex-direction: column;
  gap: 27px;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-navigation ul li a {
  font-size: 15px;
  font-weight: normal;
  line-height: 20px;
}
.my-account-content-woocommerce .contenedor .dashboard-description {
  font-size: 20px;
  line-height: 25px;
  font-weight: 300;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .dashboard-description {
    text-align: center;
  }
}
.my-account-content-woocommerce .contenedor .dashboard-description strong {
  color: #644293;
  font-weight: bold;
}
.my-account-content-woocommerce .contenedor .dashboard-description-content {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}
.my-account-content-woocommerce .contenedor .dashboard-description-content a {
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
  text-decoration: underline;
  color: #644293;
}
.my-account-content-woocommerce .contenedor .titulo-estado-historial {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  margin-bottom: 50px;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders {
  display: flex;
  flex-direction: column;
  border: none;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders thead {
  margin-bottom: 10px;
  background-color: #644293;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders thead tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 10px 20px;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders thead tr th {
  padding: 0;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders thead tr th span {
  color: #F5F5F5;
  font-size: 16px;
  line-height: 21px;
  font-weight: bold;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders thead tr .woocommerce-orders-table__header-order-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr {
  background: rgba(91, 131, 167, 0.1);
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding: 10px 20px;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr td, .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr th {
  padding: 0;
  border: none;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr td span, .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr td a, .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr td time, .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr th span, .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr th a, .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr th time {
  color: #0D0D0D;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr td .woocommerce-button {
  padding: 0;
  color: #1D1D1B;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
  text-decoration: underline;
  background-color: transparent;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-actions {
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr {
  /* colores del estado (clases wc-* en span.order-status-label) */
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status .order-status-label {
  font-weight: 500;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status .order-status-label.wc-on-hold {
  color: #FFA500;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status .order-status-label.wc-processing {
  color: #0D0D0D;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status .order-status-label.wc-completed {
  color: #00C876;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status .order-status-label.wc-cancelled {
  color: #FF4949;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status .order-status-label.wc-refunded {
  color: #0000FF;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status .order-status-label.wc-pending {
  color: #CC8400;
}
.my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders tbody tr .woocommerce-orders-table__cell-order-status .order-status-label.wc-failed {
  color: #B22222;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards thead {
    display: none;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody {
    gap: 12px;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
    padding: 20px 24px;
    background: #F5F5F5;
    grid-template-columns: unset;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr td,
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr th {
    display: block;
    width: 100%;
    text-align: left !important;
    background: transparent;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr td::before,
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr th::before {
    display: none !important;
    content: none !important;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-number {
    order: 1;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-number a {
    font-size: 18px;
    line-height: 23px;
    font-weight: 700;
    color: #0D0D0D;
    text-decoration: none;
    pointer-events: auto;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-date {
    order: 2;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-date time {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #0D0D0D;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-status {
    order: 3;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-status .order-status-label {
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-status .order-status-label.wc-processing {
    font-weight: 700;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-total {
    order: 4;
    font-size: 14px;
    line-height: 19px;
    font-weight: 700;
    color: #0D0D0D;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-actions {
    order: 5;
    justify-content: flex-start;
    margin-top: 4px;
  }
  .my-account-content-woocommerce .contenedor .woocommerce-MyAccount-orders.account-orders-table--mobile-cards tbody tr .woocommerce-orders-table__cell-order-actions .woocommerce-button {
    font-size: 14px;
    line-height: 19px;
  }
}
.my-account-content-woocommerce .contenedor .contenedor-estado-historial-view-order {
  background: rgba(91, 131, 167, 0.1);
  padding: 15px;
  margin-bottom: 20px;
}
.my-account-content-woocommerce .contenedor .contenedor-estado-historial-view-order .estado-historial-view-order-numero {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.my-account-content-woocommerce .contenedor .contenedor-estado-historial-view-order .estado-historial-view-order-numero .numero-orden, .my-account-content-woocommerce .contenedor .contenedor-estado-historial-view-order .estado-historial-view-order-numero .precio-total {
  font-size: 25px;
  line-height: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.my-account-content-woocommerce .contenedor .contenedor-estado-historial-view-order .estado-historial-view-order-numero .numero-orden span, .my-account-content-woocommerce .contenedor .contenedor-estado-historial-view-order .estado-historial-view-order-numero .precio-total span {
  font-weight: bold;
}
.my-account-content-woocommerce .contenedor .contenedor-estado-historial-view-order .titulo-estado-historial-view-order {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}
.my-account-content-woocommerce .contenedor .contenedor-estado-historial-view-order .titulo-estado-historial-view-order mark {
  font-weight: bold;
}
.my-account-content-woocommerce .contenedor {
  /* Detalle de pedido (Mi cuenta): fila con miniatura */
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account {
  padding: 0;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .order-detail-product-row {
  display: flex;
  align-items: center;
  gap: 12px;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .order-detail-product-thumb {
  flex-shrink: 0;
  width: 69px;
  height: 76px;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .order-detail-product-thumb img,
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .order-detail-product-thumb .order-detail-product-thumb__img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 4px;
  vertical-align: top;
  -o-object-fit: cover;
     object-fit: cover;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .order-detail-product-info {
  min-width: 0;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .order-detail-product-info a {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
  color: #1D1D1B;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table {
  border: none;
  display: flex;
  flex-direction: column;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table thead {
  background-color: #644293;
  padding: 10px 20px;
  margin-bottom: 10px;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table thead tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table thead tr th {
  padding: 0;
  color: #FFF;
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table thead tr .product-total {
  text-align: right;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tbody {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 10px;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tbody tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  background-color: #F5F5F5;
  padding: 10px 20px;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tbody tr {
    grid-template-columns: 3fr 1fr;
  }
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tbody tr td {
  padding: 0;
  border: none;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tbody tr .product-total {
  text-align: right;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tbody tr .product-total span bdi, .my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tbody tr .product-total span span {
  font-size: 15px;
  line-height: 20px;
  font-weight: bold;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tfoot {
  padding: 10px 20px;
  background-color: #F5F5F5;
  gap: 10px;
  display: flex;
  flex-direction: column;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tfoot tr {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tfoot tr th, .my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tfoot tr td {
  border: none;
  padding: 0;
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account table tfoot tr td {
  text-align: right;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account p.order-again {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account p.order-again a {
  border: 1px solid #5B83A7;
  padding: 10px 20px;
  color: #5B83A7;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  transition: background-color 0.5s ease;
  background-color: transparent;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account p.order-again a:hover {
  background-color: #5B83A7;
  color: white;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .addresses-account-detalles::before, .my-account-content-woocommerce .contenedor .woocommerce-order-details--account .addresses-account-detalles::after {
  display: none;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .addresses-account-detalles {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background-color: #F5F5F5;
  border: none;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .woocommerce-order-details--account .addresses-account-detalles {
    flex-direction: column;
    gap: 10px;
  }
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .addresses-account-detalles .woocommerce-column__title {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 10px;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .addresses-account-detalles .woocommerce-column address {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}
.my-account-content-woocommerce .contenedor .woocommerce-order-details--account .addresses-account-detalles .woocommerce-column address p {
  font-size: 14px;
  line-height: 19px;
  font-weight: normal;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear::before, .my-account-content-woocommerce .contenedor .tinv-wishlist-clear::after {
  display: none;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table {
  display: flex;
  flex-direction: column;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table thead .thead-content {
  display: flex;
  width: 100%;
  align-items: center;
  margin-bottom: 50px;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table thead .thead-content .wishlist-head-select {
  flex: 1;
  min-width: 0;
  padding: 0;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table thead .thead-content .wishlist-head-remove {
  width: 48px;
  flex-shrink: 0;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table thead .thead-content__inner {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table thead .thead-content__inner .wishlist-head-cb {
  width: 35px;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table thead .texto {
  cursor: pointer;
  margin: 0;
  font-weight: normal;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table thead .texto .texto__inner {
  display: inline;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody {
  display: flex;
  flex-direction: column;
  gap: 30px;
  margin-bottom: 50px;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item {
  width: 100%;
  display: flex;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 0;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto {
    gap: 20px;
  }
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido {
  display: flex;
  align-items: center;
  gap: 15px;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido {
    gap: 10px;
  }
  .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .product-cb {
    width: 16px;
  }
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-imagen {
  width: 91px;
  height: 87px;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-imagen {
    width: 84px;
    height: 79px;
  }
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-imagen a {
  display: flex;
  width: 100%;
  height: 100%;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-imagen a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-self: flex-start;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre .categoria {
  display: flex;
  margin-bottom: 5px;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre .categoria a {
  font-size: 10px;
  line-height: 12px;
  font-weight: normal;
  text-transform: uppercase;
  color: #644293 !important;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre a.nombre-producto {
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  margin-bottom: 13px;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre a.nombre-producto {
    text-align: left;
  }
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre .price {
  display: flex;
  gap: 5px;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre .price ins {
  order: 1;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre .price ins span bdi, .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre .price ins span span {
  font-size: 12px;
  line-height: 17px;
  font-weight: bold;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre .price del {
  order: 2;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre .price del span bdi, .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .producto-contenido .producto-nombre .price del span span {
  display: flex;
  align-self: self-start;
  text-decoration: line-through;
  font-size: 10px;
  line-height: 12px;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .product-action {
  width: auto;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .product-action .btn {
    padding: 5px 10px;
  }
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .product-action .btn span {
  white-space: nowrap;
  color: #5B83A7;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .product-action .btn span {
    font-size: 12px;
    line-height: 17px;
  }
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .product-action .btn {
  border-color: #5B83A7;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .product-action .btn:hover {
  background-color: #5B83A7;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .producto .product-action .btn:hover span {
  color: #FFF;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .product-remove {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .product-remove {
    padding: 2px 0;
  }
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .product-remove .button-remove {
  padding: 0;
  width: 20px;
  height: 20px;
  aspect-ratio: 1/1;
  display: flex;
  background-color: transparent;
  padding: 3px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tbody tr.wishlist_item .product-remove .button-remove svg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tfoot {
  display: flex;
  width: 100%;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tfoot tr {
  width: 100%;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tfoot tr td {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tfoot tr td .wishlist-footer-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tfoot tr td .wishlist-footer-actions .button {
  border: 1px solid #5B83A7;
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  border-radius: 0;
  background-color: #5B83A7;
  color: #FFF;
  transition: background-color 0.5s ease;
  margin-bottom: 30px;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tfoot tr td .wishlist-footer-actions .button:hover {
  background-color: #5B83A7;
  color: white;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tfoot tr td .wishlist-footer-actions .theme-inv-wl-clear-all {
  padding: 0;
  border: none;
  background-color: transparent;
  color: #1D1D1B;
  text-decoration: underline;
  font-size: 12px;
  line-height: 17px;
  font-weight: normal;
  margin-bottom: 0;
}
.my-account-content-woocommerce .contenedor .tinv-wishlist-clear form table tfoot tr td .wishlist-footer-actions .theme-inv-wl-clear-all:hover {
  background-color: transparent;
  color: #1D1D1B;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta {
  margin-bottom: 50px;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta .titulo-informacion-cuenta {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta p {
  border-bottom: 1px solid #000;
  position: relative;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta p {
    width: 100%;
  }
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta p label {
  max-height: 0;
  overflow: hidden;
  display: flex;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta p input {
  border: none !important;
  border-radius: 0 !important;
  padding: 9px 10px !important;
  position: relative;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta p input::-moz-placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #1D1D1B;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta p input::placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #1D1D1B;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta p input:focus {
  outline: none !important;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta p .logo-input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta p #account_display_name_description {
  position: absolute;
  top: 100%;
  z-index: 1;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .contenedor-informacion-cuenta .boton-guardar {
  border-bottom: 0;
  margin-bottom: 0;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset {
  border: 0;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset .titulo-contraseña {
  font-size: 18px;
  line-height: 23px;
  font-weight: bold;
  margin-bottom: 30px;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset p {
  position: relative;
  padding: 0 !important;
  margin-bottom: 30px !important;
}
@media (max-width: 768px) {
  .my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset p {
    width: 100%;
  }
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset p label {
  max-height: 0;
  overflow: hidden;
  display: flex;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset p input {
  border: none !important;
  border-radius: 0 !important;
  padding: 9px 10px !important;
  border-bottom: 1px solid #000 !important;
  position: relative;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset p input::-moz-placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #1D1D1B;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset p input::placeholder {
  font-size: 14px;
  line-height: 19px;
  color: #1D1D1B;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset p input:focus {
  outline: none !important;
}
.my-account-content-woocommerce .contenedor .woocommerce-EditAccountForm .cambiar-contraseña-fieldset p .logo-input {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}/*# sourceMappingURL=index.css.map */