
/*PAGINA DE SEGUIMIENTO DEL ENVIO*/
/* Estilo para las etiquetas del formulario de seguimiento */
.woocommerce-form-track-order label {
  font-family: 'DM Serif Display', serif !important;
  color: #737373 !important;
  font-size: 1.1rem;
  margin-bottom: 0.5em;
  display: block;
}

/* Estilos personalizados: Seguimiento de pedido */

.woocommerce-form-track-order input[type="text"] {
  background-color: #fff;
  border: 2px solid #FFCAD4;
  border-radius: 16px;
  padding: 0.75em 1em;
  font-size: 1rem;
  font-family: inherit;
  color: #333;
  box-shadow: 0 0 0 0 transparent;
  transition: border-color 0.3s, box-shadow 0.3s;
  width: 100%;
}

.woocommerce-form-track-order input[type="text"]:focus {
  border-color: #eeb9c6;
  box-shadow: 0 0 0 3px rgba(255, 202, 212, 0.3);
  outline: none;
}

.woocommerce-form-track-order label {
  font-family: 'DM Serif Display', serif;
  color: #737373;
  font-size: 1rem;
  margin-bottom: 0.5em;
  display: block;
}

.track-button-custom,
.woocommerce .order-again .button {
  background-color: #FFCAD4;
  color: #ffffff;
  border: none;
  border-radius: 24px;
  font-family: inherit;
  font-weight: 600;
  font-size: 1rem;
  padding: 0.75em 2em;
  cursor: pointer;
  display: inline-block;
  transition: background 0.3s, transform 0.2s;
  text-transform: none;
  text-align: center;
}

.track-button-custom:hover,
.woocommerce .order-again .button:hover {
  background-color: #eeb9c6;
  transform: translateY(-2px);
}

/* Estilos personalizados: Detalles del pedido (tracking.php) */

.woocommerce .tracking-title {
  font-family: 'DM Serif Display', serif;
  font-weight: 500;
  font-size: 1.5rem;
  color: #737373;
  margin-top: 2em;
  margin-bottom: 1em;
  text-align: left;
}

.woocommerce .order-info {
  background-color: #fff0f4;
  border-left: 4px solid #FFCAD4;
  padding: 1em 1.25em;
  border-radius: 12px;
  font-family: 'DM Serif Display', serif;
  font-size: 1rem;
  color: #737373;
  margin-bottom: 2em;
  box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.woocommerce .order-notes-list {
  margin-top: 1.5em;
}

.woocommerce .order-note {
  background-color: #fdf2f5;
  border-left: 4px solid #FFCAD4;
  padding: 1em 1.25em;
  border-radius: 12px;
  margin-bottom: 1em;
  font-family: 'DM Serif Display', serif;
  color: #737373;
  box-shadow: 0 2px 6px rgba(0,0,0,0.04);
}

/*.woocommerce .order-number{
color:#737373;
}*/

/*.woocommerce .product-info a{
color:#EECAD3;
}*/

.woocommerce tfoot th {
  color: #737373;
  font-family: 'DM Serif Display', serif;
  font-weight: 500;
}

.woocommerce thead th {
  background-color: #FDF0F4;
  color: #737373;
  font-family: 'Poppins', serif;
  font-weight: 500 !important;
  font-size: 1rem;
  padding: 0.75em 1em;
  text-align: left;
}

.woocommerce-order-details .woocommerce-order-details__title {
    color: #737373;
    font-family: 'DM Serif Display';
    font-weight: 500;
}

h2.woocommerce-column__title {
    background-color: #FBF0F4 !important;
    font-family: 'Poppins';
    font-weight: 500 !important;
    color: #737373;
}


.woocommerce .order-note .note-date {
  font-size: 0.9rem;
  color: #e46c92;
  font-weight: bold;
  margin-bottom: 0.5em;
}

.woocommerce .order-note .note-content {
  font-size: 1rem;
  line-height: 1.6;
}

/*Mi Cuenta*/
.entry-header .entry-title { /*-- Titulo*/
  font-family: 'DM Serif Display';
  color: #737373;
  font-weight: 400!important;
}

/*--Pedidos*/
.woocommerce-orders-table__cell-order-number a {
  color: #f3c8d1 !important;
}

.woocommerce-orders-table__cell-order-number a:hover {
  color: #737373 !important;
}

.woocommerce-orders-table__cell-order-actions .woocommerce-button {
  background-color: #f3c8d1 !important; 
  color: white !important; 
  border: none !important;
}
.woocommerce-orders-table__cell-order-actions .woocommerce-button:hover {
  background-color: #e9aebc  !important; 
  color: white !important;
}
/*--NavBar Izquierdo*/
.woocommerce-MyAccount-navigation ul li a {
 font-family: 'DM Serif Display';
 font-weight: 500 !important;
 color: #737373 !important;
}

.woocommerce-MyAccount-navigation ul li.is-active a{
 color: #e9aebc !important;
}
/*--Contenido del lado derecho*/
.woocommerce-MyAccount-content {
 font-family: 'Poppins';
  color: #737373 !important;
}

.woocommerce-MyAccount-content p a {
color:#e9aebc !important;
font-weight: bold !important;
}

.woocommerce-MyAccount-content p a:hover {
color:#737373 !important;
font-weight: bold !important;
}

/*header.woocommerce-Address-title.title {
    background-color: #FDF0F4 !important;
}*/
/*--Direcciones*/
header.woocommerce-Address-title.title h2{
    color: #737373!important;
	font-family: 'DM Serif Display';
 	font-weight: 500 !important;
}

header.woocommerce-Address-title.title a{
    color: #e9aebc!important;
	font-weight: bold !important;
}

header.woocommerce-Address-title.title a:hover{
    color: #737373 !important;
	font-weight: bold !important;
}

/*--Metodo de Pago*/
.woocommerce-MyAccount-content > a.button {
  background-color: #f3c8d1 !important;
  color: white !important;
  border: none !important;
  border-radius: 30px;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.woocommerce-MyAccount-content > a.button:hover {
  background-color: #e9aebc !important;
  color: white !important;
}

/*--Descargas*/
.woocommerce-info a.button {
  background-color: #f3c8d1 !important;
  color: white !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.woocommerce-info a.button:hover {
  background-color: #e9aebc !important;
  color: white !important;
}

/*--Detalles de la Cuenta*/
.woocommerce-Button.button[name="save_account_details"] {
  background-color: #f3c8d1 !important;
  color: white !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 0.6rem 1.4rem;
  font-weight: 600;
  transition: background-color 0.3s ease;
}

.woocommerce-Button.button[name="save_account_details"]:hover {
  background-color: #e9aebc !important;
  color: white !important;
}

