html{
	height: 100%;
}
/*---------------------
  Shop Details
-----------------------*/

.related-product {
	padding-bottom: 30px;
}

.related__product__title {
	margin-bottom: 70px;
}

/*---------------------
  Shop Cart
-----------------------*/

.shoping-cart {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color:#F2F2F2;
}

.shoping__cart__table {
	margin-bottom: 30px;
}

.shoping__cart__table table {
	width: 100%;
	text-align: center;
}

.shoping__cart__table table thead tr {
	border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table thead th {
	font-size: 20px;
	font-weight: 700;
	color:#3B4C5C;
	padding-bottom: 20px;
}

.shoping__cart__table table thead th.shoping__product {
	text-align: left;
}

.shoping__cart__table table tbody tr td {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #ebebeb;
}

.shoping__cart__table table tbody tr td.shoping__cart__item {
	width: 430px;
	text-align: left;
}

.shoping__cart__table table tbody tr td.shoping__cart__item img {
	display: inline-block;
	margin-right: 25px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item h5 {
	color: #1c1c1c;
	display: inline-block;
}

.shoping__cart__table table tbody tr td.shoping__cart__price {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	width: 100px;
}

.shoping__cart__table table tbody tr td.shoping__cart__date {
	font-size: 0.6rem;
	color: #1c1c1c;
	font-weight: 700;
	width: 100px;
}

.shoping__cart__table table tbody tr td.shoping__cart__total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	width: 110px;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close {
	text-align: right;
}

.shoping__cart__table table tbody tr td.shoping__cart__item__close span {
	font-size: 24px;
	color: #b2b2b2;
	cursor: pointer;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity {
	width: 225px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty {
	width: 120px;
	height: 40px;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input {
	color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty input::placeholder {
	color: #1c1c1c;
}

.shoping__cart__table table tbody tr td.shoping__cart__quantity .pro-qty .qtybtn {
	width: 15px;
}

.primary-btn.cart-btn {
	color: white;
	background: #3B4C5C;
	padding: 15px;
	border-radius: 8px;
	text-transform: uppercase;
	text-decoration: none;
	font-weight: bold;
	transition: background 0.3s ease;
}
.primary-btn.cart-btn:hover {
	background: darkgray;
}

.primary-btn.cart-btn span {
	font-size: 14px;
}

.primary-btn.cart-btn.cart-btn-right {
	float: right;
}

.shoping__discount {
	margin-top: 45px;
}

.shoping__discount h5 {
	font-size: 20px;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 25px;
}

.shoping__discount form input {
	width: 255px;
	height: 46px;
	border: 1px solid #cccccc;
	font-size: 16px;
	color: #b2b2b2;
	text-align: center;
	display: inline-block;
	margin-right: 15px;
}

.shoping__discount form input::placeholder {
	color: #b2b2b2;
}

.shoping__discount form button {
	padding: 15px 30px 11px;
	font-size: 12px;
	letter-spacing: 4px;
	background: #6f6f6f;
}

.shoping__checkout {
	background: white;
	padding: 30px;
	padding-top: 20px;
	margin-top: 50px;
}

.shoping__checkout h5 {
	color: #3B4C5C;
	font-weight: 700;
	font-size: 20px;
	margin-bottom: 28px;
}

.shoping__checkout ul {
	margin-bottom: 28px;
}

.shoping__checkout ul li {
	font-size: 16px;
	color: #3B4C5C;
	font-weight: 700;
	list-style: none;
	overflow: hidden;
	border-bottom: 1px solid #ebebeb;
	padding-bottom: 13px;
	margin-bottom: 18px;
}

.shoping__checkout ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
	margin-bottom: 0;
}

.shoping__checkout ul li span {
	font-size: 1rem;
	color: #dd2222;
	float: right;
}

.shoping__checkout .primary-btn {
	background-color:#28A745;
	display: block;
	text-align: center;
}





/*---------------------
  Checkout
-----------------------*/

.checkout {
	padding-top: 80px;
	padding-bottom: 60px;
}

.checkout h6 {
	color: #999999;
	text-align: center;
	background: #f5f5f5;
	border-top: 1px solid #6AB963;
	padding: 12px 0 12px;
	margin-bottom: 75px;
}

.checkout h6 span {
	font-size: 16px;
	color: #6AB963;
	margin-right: 5px;
}

.checkout h6 a {
	text-decoration: underline;
	color: #999999;
}

.checkout__form h4 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 25px;
}

.checkout__form p {
	column-rule: #b2b2b2;
}

.checkout__input {
	margin-bottom: 24px;
}

.checkout__input p {
	color: #1c1c1c;
	margin-bottom: 20px;
}

.checkout__input p span {
	color: #dd2222;
}

.checkout__input input {
	width: 100%;
	height: 46px;
	border: 1px solid #ebebeb;
	padding-left: 20px;
	font-size: 16px;
	color: #b2b2b2;
	border-radius: 4px;
}

.checkout__input input.checkout__input__add {
	margin-bottom: 20px;
}

.checkout__input input::placeholder {
	color: #b2b2b2;
}

.checkout__input__checkbox {
	margin-bottom: 10px;
}

.checkout__input__checkbox label {
	position: relative;
	font-size: 16px;
	color: #1c1c1c;
	padding-left: 40px;
	cursor: pointer;
}

.checkout__input__checkbox label input {
	position: absolute;
	visibility: hidden;
}

.checkout__input__checkbox label input:checked~.checkmark {
	background: #7fad39;
	border-color: #7fad39;
}

.checkout__input__checkbox label input:checked~.checkmark:after {
	opacity: 1;
}

.checkout__input__checkbox label .checkmark {
	position: absolute;
	left: 0;
	top: 4px;
	height: 16px;
	width: 14px;
	border: 1px solid #a6a6a6;
	content: "";
	border-radius: 4px;
}

.checkout__input__checkbox label .checkmark:after {
	position: absolute;
	left: 1px;
	top: 1px;
	width: 10px;
	height: 8px;
	border: solid white;
	border-width: 3px 3px 0px 0px;
	-webkit-transform: rotate(127deg);
	-ms-transform: rotate(127deg);
	transform: rotate(127deg);
	content: "";
	opacity: 0;
}

.checkout__order {
	background: white;
	padding: 2rem;
	padding-top: 30px;
}

.checkout__order h4 {
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.checkout__order .checkout__order__products {
	font-size: 0.8rem;
	color: #1c1c1c;
	font-weight: 700;
	margin-bottom: 10px;
}

.checkout__order .checkout__order__products span {
	float: right;
}

.checkout__order ul {
	margin-bottom: 12px;
	padding-left:0;
}

.checkout__order ul li {
	font-size: 1rem;
	color: #6f6f6f;
	line-height: 40px;
	list-style: none;
	padding-bottom:0.6rem;
}

.checkout__order ul li span {
	font-weight: 700;
	float: right;
}

.checkout__order .checkout__order__subtotal {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	border-top: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 15px;
	padding-top: 15px;
}

.checkout__order .checkout__order__subtotal span {
	float: right;
}

.checkout__order .checkout__input__checkbox label {
	padding-left: 20px;
}

.checkout__order .checkout__order__total {
	font-size: 18px;
	color: #1c1c1c;
	font-weight: 700;
	border-bottom: 1px solid #e1e1e1;
	padding-bottom: 15px;
	margin-bottom: 25px;
}

.checkout__order .checkout__order__total span {
	float: right;
	color: #dd2222;
}

.checkout__order button {
	font-size: 18px;
	letter-spacing: 2px;
	width: 100%;
	margin-top: 10px;
}





/* General styles for desktop */
.shoping__cart__table {
    width: 100%;
    overflow-x: hidden;
}

.shoping__cart__item__content {
    display: flex;
    align-items: center;
}

.shoping__cart__item__image {
    width: 80px;
    height: 80px;
    margin-right: 10px;
}

.shoping__cart__item__info h5 {
    margin: 0;
    font-size: 16px;
}

.shoping__cart__item__info small {
    font-size: 12px;
    color: #777;
}
.shoping__cart__table td {
    vertical-align: middle; /* Asegura que todo el contenido dentro de las celdas esté centrado verticalmente */
    padding: 10px; /* Opcional: para asegurar un buen espaciado entre celdas */
}


/* Estilos móviles */
/* Estilos para móviles *//* Ajustes para el carrito en móviles */
.shoping__cart__mobile__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    border-bottom: 1px solid #ddd;
}

.shoping__cart__mobile__image img {
    width: 6rem; /* Tamaño reducido de la imagen */
    height: auto;
    border-radius: 8px;
    margin-right: 1rem;
}

.shoping__cart__mobile__info {
    flex: 1; /* Hace que la información del producto ocupe el espacio restante */
    text-align: left;
}

.shoping__cart__mobile__info h5 {
    font-size: 1rem; /* Reducir el tamaño del título */
    margin: 0;
}

.shoping__cart__mobile__info p {
    font-size: 0.7rem;
    color: #6c757d;
    margin: 0;
}

.shoping__cart__mobile__price_quantity {
    display: flex;
    flex-direction: column; /* Colocar el precio y la cantidad uno debajo del otro */
    align-items: center;  /* Alinear el contenido a la derecha */
    justify-content: center;
}

.shoping__cart__mobile__price {
    font-size: 1.1rem;
    font-weight: bold;
    margin-bottom: 0.7rem;
}

.shoping__cart__mobile__quantity {
    display: flex;
    align-items: center;
}

.shoping__cart__mobile__quantity .btn {
    background-color: #3B4C5C;
    color: white;
    padding: 0.3rem;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    margin: 0 5px;
}

.shoping__cart__mobile__total {
    font-weight: bold;
    text-align: right;
    margin-top: 10px;
}

/* Botón de eliminar producto en la versión móvil */
.shoping__cart__item__close {
    margin-left: 10px;
    color: #888;
    font-size: 1rem;
}

/* Ajuste adicional para asegurar que las secciones estén bien espaciadas */
.shoping__cart__mobile__item + .shoping__cart__mobile__item {
    margin-top: 10px;
}



/* Estilos Responsivos */
@media (max-width: 768px) {

    /* Ocultar encabezado de la tabla */
    .shoping__cart__table thead {
        display: none;
    }

    /* Hacer que cada fila sea un bloque */
    .shoping__cart__table tbody tr {
        display: block;
        border-bottom: 1px solid #ebebeb;
        padding: 10px 0;
    }

    /* Ajustar la presentación de cada producto */
    .shoping__cart__item {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    /* Redimensionar la imagen y centrarla */
    .shoping__cart__item img {
        width: 70px;
        height: auto;
        margin-right: 15px;
    }

    /* Información del producto (nombre y categoría) */
    .shoping__cart__item__info {
        flex-grow: 1;
        text-align: left;
    }

    .shoping__cart__item__info h5 {
        font-size: 1rem;
        margin: 0 0 5px 0;
    }

    .shoping__cart__item__info small {
        font-size: 0.85rem;
        color: #6c757d;
    }

    /* Eliminar la visualización de la fecha en móviles */
    .shoping__cart__date {
        display: none;
    }

    /* Organizar la cantidad y el precio */
    .shoping__cart__quantity {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin: 10px 0;
    }

    .shoping__cart__quantity .btn {
        width: 35px;
        height: 35px;
        font-size: 16px;
    }

    .shoping__cart__quantity span {
        font-size: 16px;
    }

    /* Organizar el precio total */
    .shoping__cart__total {
        font-size: 1.1rem;
        font-weight: bold;
        text-align: left;
        margin-top: 10px;
    }

    /* Alinear el botón de eliminar a la derecha */
    .shoping__cart__item__close {
        text-align: right;
        font-size: 1.5rem;
        cursor: pointer;
    }

}



/* Encabezado del carrito */
.cart-header {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 1rem;
	padding: 10px;
    background-color: #F2F2F2;
    border-radius: 10px;
}

.cart-icon {
    font-size: 2rem;
    color: #3B4C5C;
	margin-bottom: 10px;
}

.cart-title {

    font-size: 1.7rem;
    font-weight: bold;
	margin-bottom: 1rem;
    color: #333;
}

.cart-description {
    text-align: center;
    color: #777;
    font-size: 1rem;
    margin-bottom: 1.5rem;
}

/* Resumen del carrito */
.cart-summary {
    display: flex;
    justify-content: space-around;
    padding: 10px;
    background-color: white;
    border-radius: 10px;
    margin-bottom: 20px;
	border:1px solid #3B4C5C;
}

.cart-summary-item {
    font-size: 1.2rem;
    font-weight: bold;
}

/* Información del carrito */
.cart-info {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cart-info-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    min-width: 120px;  /* Asegura un ancho mínimo */
}

.cart-info-label {
    font-size: 1rem;
    font-weight: bold;
    color: #3B4C5C;
    margin-bottom: 5px;
}

.badge-2 {
    font-size: 1.1rem;
	padding: 0.3em 0.6em;
    font-weight: bold;
    color: white;
}


/* Mensaje de Notificacion */
/* Estilo del contenedor de notificaciones */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background-color: #28a745; /* Verde para éxito */
    color: white;
    padding: 15px 20px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
    font-size: 16px;
    display: flex;
    align-items: center;
    gap: 10px;
    width: 300px;
}

/* Botón de cerrar */
.notification .close-btn {
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    opacity: 0.7;
}

.notification .close-btn:hover {
    opacity: 1;
}

/* Mostrar la notificación */
.notification.show {
	display:flex;
    opacity: 1;
    transform: translateY(0);
}

/* Animación de salida */
.notification.hide {
	display:none;
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}



/* Estilo del carrito flotante */
#miniCart {
    position: fixed;
    top: 1.25rem; /* 20px convertidos a rem */
    right: 0.5rem; /* 20px convertidos a rem */
    width: 90%; /* 300px convertidos a rem */
    max-width: 450px;
    max-height: 80vh;
    background-color: white;
    box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.15); /* Sombra en rem */
    border-radius: 0.5rem; /* 8px a rem */
    z-index: 9999;
    padding: 1rem; /* 15px a rem */
    display: none; /* Inicialmente oculto */
    overflow-y: auto; /* Para hacer scroll si hay muchos productos */
    overflow-x: hidden; 
    border: 1px solid #ddd;
}

#miniCart.show {
    display: block; /* Mostrar el carrito */
}

#miniCartHeader {
    font-size: 1.125rem; /* 18px a rem */
    font-weight: bold;
    margin-bottom: 1rem;
    text-align: center;
}

#cart-items-list {
    margin-bottom: 0.9375rem; /* 15px a rem */
}

/* Estilo para cada ítem del carrito */
.cart-item-summary {
    display: flex;
    justify-content: space-between; /* Asegura que el nombre del producto y el precio estén en extremos opuestos */
    align-items: center;
    margin-bottom: 0.625rem; /* 10px a rem */
    word-wrap: break-word; /* Evitar desbordamiento de texto largo */
    max-width: 100%;
    flex-wrap: nowrap;
}

.cart-item-summary img {
    width: 2.5rem; /* 40px a rem */
    max-width: 50px;
    height: auto; /* 40px a rem */
    border-radius: 50%; /* Haz las imágenes redondas */
    margin-right: 0.75rem; /* 10px a rem */
}

.cart-item-summary span {
    flex-grow: 1; /* Permite que el texto ocupe el espacio disponible */
    white-space: nowrap;
    margin-left: 10px;
    overflow: hidden;
    text-overflow: ellipsis; /* Evita que el texto se rompa en varias líneas */
}

/* Estilo para el total del carrito */
.miniCartTotal {
    font-weight: bold;
    font-size: 1.5rem;
    text-align: right; /* Alinea el total a la derecha */
}

#closeMiniCart {
    position: absolute;
    top: 0.625rem; /* 10px a rem */
    right: 0.625rem; /* 10px a rem */
    cursor: pointer;
    background: none;
    border: none;
    font-size: 1.125rem; /* 18px a rem */
    color: #333;
}

@media (max-width: 768px) {
    #miniCart {
        width: 90%; /* Más pequeño en móviles */
        max-height: 60vh; /* Limitar más la altura en móviles */
    }
    #cart-items-list .cart-item-summary span {
        max-width: 10rem; /* Limitar el ancho del texto para móviles */
    }
}


/* Botones de navegación (Anterior / Siguiente) en el modal */
.btn-navigation {
    background-color:#3B4C5C; /* Color azul para que resalte */
    color: white;
    border: none;
    padding: 10px 20px;
    font-size: 1.1rem;
    font-weight: bold;
    border-radius: 30px; /* Botones redondeados */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1); /* Sombra suave */
    transition: background-color 0.3s ease, transform 0.2s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-navigation .fas {
    margin: 0 8px; /* Espacio entre el icono y el texto */
    font-size: 1.2rem;
}

/* Estilos especiales para el botón anterior */
.btn-prev {
    background-color: #6c757d; /* Gris oscuro para "Anterior" */
}

.btn-navigation:hover {
    background-color: #6c757d; /* Cambiar color al pasar el ratón para "Siguiente" */
    transform: translateY(-2px); /* Pequeño efecto de levantar el botón */
	color:white;
}

.btn-prev:hover {
    background-color: #6c757d; /* Cambiar color al pasar el ratón para "Anterior" */
}

/* Botón deshabilitado */
.btn-navigation:disabled {
    background-color: #d6d8db; /* Color gris más claro para botones deshabilitados */
    color: #adb5bd; /* Texto gris claro */
    cursor: not-allowed; /* Mostrar que no es clicable */
}



/* Estilo para el botón de WhatsApp */
.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25D366;
    color: white;
    border-radius: 50px;
    padding: 10px;
    z-index: 999;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px; /* Espacio entre el icono y el texto */
    animation: pulse 1.5s infinite; /* Animación de pulso */
}

.whatsapp-button:hover {
    background-color: #20b857;
    transform: scale(1.1); /* Efecto de hover */
    color: white;

}

/* Animación de pulso */
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.05);
    }
    100% {
        transform: scale(1);
    }
}

.whatsapp-icon {
    width: 40px;
    height: 40px;
}

/* Estilo para el texto de WhatsApp */
.whatsapp-text {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    display: none; /* Inicialmente oculto para móviles */
}

/* Mostrar el texto en pantallas grandes */
@media (min-width: 768px) {
    .whatsapp-text {
        display: inline; /* Mostrar texto en pantallas mayores a 768px */
    }
}




.bg-grey{
	background-color: #F2F2F2;

}



.header-logo {
    position: absolute;
    top: 15%; /* Ajusta la distancia desde la parte superior de la pantalla */
    left: 5%; /* Ajusta la distancia desde el lado izquierdo */
    width: 15%; /* El logo será un 15% del ancho de la pantalla */
    max-width: 150px; /* Limita el tamaño máximo del logo */
    height: auto;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1); /* Sombra opcional */
    background-color: white; /* Fondo blanco opcional para destacar */
    padding: 0.2rem; /* Padding para darle espacio alrededor del logo */
    border-radius: 8px; /* Bordes redondeados */
    z-index: 2;
}

/* Media query para pantallas pequeñas */
@media (max-width: 768px) {
    .header-logo {
        top: 9rem; /* Cambia la posición para móviles */
        left: 50%; /* Centra el logo en pantallas pequeñas */
        transform: translateX(-50%); /* Asegura que el logo esté centrado horizontalmente */
        width: 25%; /* Aumenta el tamaño del logo en pantallas pequeñas */
    }
}


/* Aplica Helvetica Bold a la barra de navegación */
.navbar, .navbar a, .navbar-brand, .nav-link {
    font-family: 'Helvetica', sans-serif; /* Helvetica con respaldo */
    font-weight: bold; /* Forzar que sea en bold */
}




/* Footer personalizado */
.footer-custom {
    background-color: #3B4C5C;
    padding: 60px 0;
    padding-bottom: 0.5rem;
    color: white;
}

.footer-custom h5 {
    font-size: 1.3rem;
    margin-bottom: 20px;
}

.footer-custom p, .footer-custom a {
    color: #aaa;
    font-size: 0.9rem;
}

.footer-custom a:hover {
    color: white;
    text-decoration: none;
}

.footer-custom .form-control {
    background-color: #f8f9fa;
    border: none;
    border-radius: 5px;
    font-size: 0.9rem;
}

.footer-custom .btn-light {
    background-color: white;
    color: #3B4C5C;
    font-weight: bold;
    border-radius: 5px;
}

.footer-custom .btn-light:hover {
    background-color: #ddd;
    color: #333;
}

/* Redes sociales */
.footer-custom .fab {
    font-size: 1.5rem;
    margin-right: 10px;
    color: #ddd;
}

.footer-custom .fab:hover {
    color: white;
}
/* Centrado de textos en el footer para móviles */
@media (max-width: 768px) {
    .footer-custom {
        text-align: center; /* Centrar todo el texto en dispositivos móviles */
    }
    .footer-custom h5{
        margin-bottom: 1rem !important; /* Centrar todo el texto en dispositivos móviles */
    }

    /* Centramos los títulos y las secciones dentro del footer */
    .footer-custom h5,
    .footer-custom p,
    .footer-custom ul,
    .footer-custom form,
    .footer-custom .fab {
        text-align: center;
        margin: 0 auto;
    }

    /* Centramos las redes sociales */
    .footer-custom .fab {
        display: inline-block;
        margin: 0 10px; /* Espaciado horizontal para los íconos */
    }

    /* Asegurarnos de que las listas de enlaces estén centradas */
    .footer-custom ul {
        padding: 0;
        list-style: none;
    }

    .footer-custom ul li {
        display: inline-block;
        margin: 5px 10px;
    }

    /* El formulario de contacto también centrado */
    .footer-custom form {
        max-width: 100%; /* Ajustamos el ancho del formulario */
        margin: 0 auto;
    }
}

.footer-logo {
    height: 50px;
    margin-right: 20px;
}

.footer-logo:last-child {
    margin-right: 0;
}



/* Estilos para la sección de catering */
.catering-offer-section {
    background-color: #f8f9fa;
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.catering-title {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    color: #3B4C5C;
    margin-bottom: 1rem;
}

.catering-text {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

/* Botón de catering personalizado */
.btn-catering-custom {
    background: linear-gradient(90deg, #5A9367, #3B4C5C);
    color: #fff;
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-catering-custom i {
    margin-right: 10px;
}

.btn-catering-custom:hover {
    background: linear-gradient(90deg, #3B4C5C, #5A9367);
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Para pantallas móviles */
@media (max-width: 768px) {
    .btn-catering-custom {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
    
    .catering-title {
        font-size: 1.5rem;
    }
    
    .catering-text {
        font-size: 1rem;
    }
}



/* Estilos para la sección de Lunch Packs */
.lunch-packs-section {
    background-color: #f8f9fa; /* Fondo neutro */
    padding: 2rem;
    border-radius: 10px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); /* Sombra similar a la sección de catering */
}

.lunch-packs-title {
    font-family: 'Helvetica', sans-serif;
    font-weight: bold;
    font-size: 1.8rem;
    color: #3B4C5C;
    margin-bottom: 1rem;
}

.lunch-packs-text {
    font-size: 1.1rem;
    color: #6c757d;
    margin-bottom: 2rem;
}

/* Botón de Lunch Packs */
.btn-lunch-packs {
    background: linear-gradient(90deg, #3B4C5C, #5A9367);
    color: #fff;
    font-size: 1.2rem;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-transform: uppercase;
    font-weight: bold;
    transition: background-color 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-lunch-packs i {
    margin-right: 10px;
}

.btn-lunch-packs:hover {
    background: linear-gradient(90deg, #5A9367, #3B4C5C);
    color: white;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* Para pantallas móviles */
@media (max-width: 768px) {
    .btn-lunch-packs {
        font-size: 1rem;
        padding: 0.6rem 1.2rem;
    }
    
    .lunch-packs-title {
        font-size: 1.5rem;
    }
    
    .lunch-packs-text {
        font-size: 1rem;
    }
}




.product-weight {
    font-size: 0.9rem;
    color: #6c757d; /* Color gris suave para que no sobresalga */
    font-style: italic;
}



/* Estilos para el formulario de registro */

/* General container styling */
.custom-register-form {
    padding: 2rem;
}

/* Card styling */
.custom-register-card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

/* Form group styling */
.custom-form-group {
    margin-bottom: 1.5rem;
    position: relative;
}

/* Form label */
.custom-form-group label {
    font-weight: 600;
    margin-bottom: 0.5rem;
    display: block;
}

/* Input fields */
.custom-input {
    border-radius: 5px;
    padding: 0.75rem;
    border: 1px solid #ccc;
    width: 100%;
}

/* Icons inside the form */
.custom-form-icon {
    position: absolute;
    top: 68%;
    left: 12px;
    transform: translateY(-50%);
    color: #aaa;
}

/* Adjust input padding for icon */
.custom-form-group input {
    padding-left: 40px;
}

/* Error alert styling */
.custom-error-alert {
    font-size: 0.9rem;
}

/* Submit button styling */
.custom-submit-btn {
    background-color: #3B4C5C;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    padding: 0.75rem;
    border: none;
}

.custom-submit-btn:hover {
    background-color: #2F3C4A;
}

/* Responsive styles */
@media (max-width: 768px) {
    .custom-register-card {
        padding: 2rem;
    }
}

/* Estilos para la página de perfil */

.profile-container .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

.profile-container .form-control {
    padding-left: 2.5rem; /* Espacio para los íconos */
    border-radius: 5px;
}

.profile-container .custom-form-icon {
    position: absolute;
    top: 3.3rem;
    left: 10px;
    transform: translateY(-50%);
    color: #6c757d;
    font-size: 1.2rem;
}

.profile-container .input-group-text {
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
}

.profile-container .btn {
    font-weight: 600;
    padding: 0.75rem;
}

.profile-container .card {
    border: none;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    background-color: #fff;
}


/* Powered by */
#powered-by {
    position: relative;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0.5rem 0;
    font-size: 0.8rem; /* Ajusta el tamaño para que sea visible pero discreto */
    color: white;
}

#powered-by p {
    display: inline-block;
    vertical-align: middle;
    padding: 0;
    margin: 0;
}

#powered-by img {
    height: 2.5rem; /* Ajusta esto según el tamaño que quieras para tu logo */
    margin-left: 0.5rem;
    margin-top: 0;
    transition: transform 0.3s ease, opacity 0.3s ease;
    filter: grayscale(100%); /* Convierte la imagen a blanco y negro */
}

#powered-by a:hover #logo {
    transform: scale(1.1); /* Hace que el logo crezca un poco al hacer hover */
    filter: grayscale(0); /* Quita el filtro de blanco y negro, mostrando el logo en color */
}

#powered-by a:hover p {
    color: #5590C9; /* Cambia el color del texto en hover (puedes ajustar el color según tu paleta) */
    transition: color 0.3s ease;
}



/* PRIVACY POLICY */

.privacy-policy-section {
    background-color: white;
    padding: 60px 0;
}

.privacy-policy-section h1, .privacy-policy-section h2 {
    color: #3B4C5C;
}

.privacy-policy-section p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}

.privacy-policy-section ul {
    margin-left: 20px;
}

.privacy-policy-section ul li {
    font-size: 1.1rem;
    line-height: 1.5;
    color: #666;
}

.privacy-policy-section a {
    color: #0066cc;
    text-decoration: underline;
}


/* Estilos para la página de FAQs */
.faq-section h1 {
    color: #3B4C5C;
    margin-bottom: 40px;
}

.accordion-button {
    background-color: #f8f9fa;
    color: #3B4C5C;
    font-weight: bold;
}

.accordion-button:not(.collapsed) {
    background-color: #3B4C5C;
    color: white;
}

.accordion-body {
    background-color: #f8f9fa;
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}

.accordion-item {
    border: none;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
}



.terms-section {
    background-color: white;

    padding: 60px 0;
}

.terms-section h1, .terms-section h2 {
    color: #3B4C5C;
}

.terms-section p {
    color: #555;
    font-size: 1.1rem;
    line-height: 1.6;
}

/* Caja resaltada para la reseña */
.review-highlight {
    background-color: #f8f9fa;
    border: 2px solid #3B4C5C;
    padding: 1.5rem;
    margin-top: 1.5rem;
    border-radius: 8px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15); /* Sombra más visible */
}

/* Título centrado más claro y grande */
.review-title {
    font-size: 1.4rem;
    font-weight: bold;
    color: #343a40;
    margin-bottom: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
}

/* Estilos de las estrellas */
.star-rating {
    direction: rtl;
    font-size: 2.5rem;
    position: relative;
}

.star-rating input[type="radio"] {
    display: none;
}

.star-rating label {
    color: #ccc;
    font-size: 2.5rem;
    cursor: pointer;
    transition: color 0.2s ease-in-out, transform 0.2s ease;
}

.star-rating label:hover,
.star-rating label:hover ~ label {
    color: #ffc107;
}

.star-rating input[type="radio"]:checked ~ label {
    color: #ffc107;
}

/* Añadir animación ligera cuando se selecciona la estrella */
.star-rating input[type="radio"]:checked ~ label {
    transform: scale(1.2);
    transition: transform 0.2s ease;
}

/* Estilos del campo de comentario */
.custom-comment {
    border: 1px solid #ced4da;
    border-radius: 8px;
    padding: 0.75rem;
    font-size: 1rem;
    color: #495057;
}

/* Botón de envío */
.review-form button {
    background-color: #3B4C5C;
    color: #fff;
    font-weight: bold;
    padding: 0.75rem;
    border-radius: 8px;
    transition: background-color 0.3s ease;
    border: 1px solid #3B4C5C;
}

.review-form button:hover {
    background-color: white;
    color: #3B4C5C;
}

/* Feedback visual cuando se selecciona la estrella */
.star-rating input[type="radio"]:checked + label {
    color: #ffc107;
    animation: pop 0.2s ease-in-out; /* Animación suave al seleccionar */
}

@keyframes pop {
    0% { transform: scale(1); }
    50% { transform: scale(1.3); }
    100% { transform: scale(1); }
}



/* Estilos para el mensaje de éxito */
.toast-container {
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.toast-message {
    background-color: #28a745;
    color: white;
    padding: 10px 20px;
    border-radius: 8px;
    font-size: 1rem;
    display: flex;
    align-items: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.toast-message i {
    margin-right: 10px;
}

/* Animación para mostrar el toast */
.toast-container.show {
    animation: fadeIn 0.5s, fadeOut 0.5s 3.5s;
}

@keyframes fadeIn {
    from { opacity: 0; transform: translateX(50px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes fadeOut {
    from { opacity: 1; transform: translateX(0); }
    to { opacity: 0; transform: translateX(50px); }
}



.menu-online-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50%;
    transform: translate(-50%, -50%);
}

.navbar-toggler {
    z-index: 2;
}

/* En pantallas pequeñas, restaurar flujo normal */
@media (max-width: 991.98px) {
    .menu-online-center {
        position: static;
        transform: none;
        text-align: center;
        margin: auto;
    }
}