@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
3. Header
	3.1 Header - Logo
	3.2 Header - Main Navigation
	3.3 Header - Search
	3.4 Header - Shopping
	3.5 Header - Burger
4. Home
5. Menu
6. Product
	6.1 Current Page
	6.2 Product Image
	6.3 Product Content
7. Reviews
8. Review Form
9. Newsletter
10. Footer


******************************/

/***********
1. Fonts
***********/

@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800');
@font-face
{
	font-family: 'Lucida';
	src: url('../fonts/lucida_bright_regular.ttf')  format('truetype');
}
@font-face
{
	font-family: 'Lucida';
	src: url('../fonts/lucida_bright_demi.ttf')  format('truetype');
	font-weight: 700;
}
@font-face
{
	font-family: 'Beyond';
	src: url('../fonts/beyond_the_mountains.otf')  format('opentype'),
		 url('../fonts/beyond_the_mountains.ttf')  format('truetype');
}

/*********************************
2. Body and some general stuff
*********************************/

*
{
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
body
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 400;
	
	color: #2f2f2f00;
	background-image: url('../cion/título\(13\).webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  
	
}

div
{
	display: block;
	position: relative;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
ul
{
	list-style: none;
	margin-bottom: 0px;
}
p
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 2;
	font-weight: 400;
	color: #929191;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a
{
	display: inline;
	position: relative;
	color: inherit;
	border-bottom: solid 1px #ffa07f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
a, a:hover, a:visited, a:active, a:link
{
	text-decoration: none;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
p a:active
{
	position: relative;
	color: #FF6347;
}
p a:hover
{
	color: #FFFFFF;
	background: #ffa07f;
}
p a:hover::after
{
	opacity: 0.2;
}
::selection
{
	
}
p::selection
{
	
}
h1{font-size: 48px;}
h2{font-size: 36px;}
h3{font-size: 24px;}
h4{font-size: 18px;}
h5{font-size: 14px;}
h1, h2, h3, h4, h5, h6
{
	font-family: 'Open Sans', sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-text-shadow: rgba(0,0,0,.01) 0 0 1px;
	text-shadow: rgba(0,0,0,.01) 0 0 1px;
}
h1::selection, 
h2::selection, 
h3::selection, 
h4::selection, 
h5::selection, 
h6::selection
{
	
}
.form-control
{
	color: #db5246;
}
section
{
	display: block;
	position: relative;
	box-sizing: border-box;
}
.clear
{
	clear: both;
}
.clearfix::before, .clearfix::after
{
	content: "";
	display: table;
}
.clearfix::after
{
	clear: both;
}
.clearfix
{
	zoom: 1;
}
.float_left
{
	float: left;
}
.float_right
{
	float: right;
}
.trans_200
{
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.trans_300
{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.trans_400
{
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;
}
.trans_500
{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.fill_height
{
	height: 100%;
}
.super_container
{
	background-color: #ffffffea;
	width: 100%;
	overflow: hidden;
}
.prlx_parent
{
	overflow: hidden;
}
.prlx
{
	height: 130% !important;
}
.parallax-window
{
    min-height: 144px;
    background:transparent;
	
	
}

.nopadding
{
	padding: 0px !important;
}
.section_title_container
{

}
.section_subtitle
{
	font-size: 14px;
	font-weight: 600;
	color: #937c6f;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}
.section_title
{
	font-family: 'Lucida', serif;
	font-size: 58px;
	text-transform: uppercase;
	color: #2f2f2f;
	margin-top: -4px;
}
.button
{
	
	height: 46px;
	background: #937c6f;
	text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button a
{
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 0.2em;
	line-height: 46px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.button:hover
{
	background: #e0e3e4;
}
.button:hover a
{
	color: #232323;
}

.btn1{
    text-align: center;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease; 
	font-size: 12px !important;
	text-transform: uppercase !important ;
	letter-spacing: 0.2em !important;
	height: 43px;
    
}



/*********************************
3. Banner
*********************************/
/* Estilos para el banner */
#publicidad-banner {
	position: fixed;	
	top: 0;
	left: 0;
	width: 100%;
	height: 33px;
	background-color: #ffffffea !important;
	color: #806b5f;
	padding: 15px 0;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	z-index: 99;
	overflow: hidden;
	white-space: nowrap;
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  }
  
  #banner-contenedor {
	display: inline-block;
	padding-left: 100%; /* Empieza fuera de la pantalla */
	animation: deslizar 19s linear infinite;
	top:-11px;
  }
  
  @keyframes deslizar {
	0% {
	  transform: translateX(0);
	}
	100% {
	  transform: translateX(-100%);
	}
  }
  
  /* Ajusta el header para que no quede tapado */
  header {
	margin-top: 50px; /* Ajusta según la altura de tu banner */
  }




/*Estilos generales del boton whatsapp*/
.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 9999;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #25D366;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  animation: breathe 2s ease-in-out infinite;
}

/*Estilos solo al icono whatsapp*/
.whatsapp-btn i {
  color: #fff;
  font-size: 24px;
  animation: beat 2s ease-in-out infinite;
  text-decoration: none;
}

/*Estilos con animation contorno respirando*/
@keyframes breathe {
  0% {
    box-shadow: 0 0 0 0 rgba(37, 211, 102, 0.5);
  }
  70% {
    box-shadow: 0 0 0 15px rgba(37, 211, 102, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  }
}

/*Estilos de animacion del icono latiendo*/
@keyframes beat {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}
/*********************************
3.1 Header
*********************************/

.header
{
	position: fixed;
	top: -16px;
	left: 0;
	width: 100%;
	height: 12vh;	
	background: #0202022d;
	z-index: 100;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.header.scrolled
{
	height: 105px;
	background: #5f5048b0;
}
.header_inner
{
	width: 100%;
	height: 100%;
}



/*********************************
3.1 Header - Logo
*********************************/

.logo{
	display: flex;
	left: 0px;
	align-items: center;
}
.logo a
{
	font-family: 'tenor', serif;
	font-size: 90px;
	color: #ffffff;

}

/*********************************
3.2 Header - Main Navigation
*********************************/

.main_nav
{
	
	width: 100%;
	text-align: center;
	justify-content: center;
	align-items: center;

	
	
}
.main_nav ul {
	display: flex;
	justify-content: center;
	align-items: center;
	list-style: none;
	padding: 0;
	
}


.main_nav ul li:last-child
{
	margin-right: 15px;
}

/* Estilo especial para el logo (centrado y más grande) */
.main_nav ul li.logo-container {
    margin: 0 25px; /* Más espacio a los lados del logo */
	top: 6px;
}

.main_nav ul li a
{

	font-size: 13px;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 0.2em;
    transition: all 200ms ease;
	padding: 21px 0px;
	display: block;
	text-decoration: none;
	position: relative;
	margin: 0 20px; /* Espacio entre los enlaces */
}
.main_nav ul li a:hover
{
	color: #ccb8ad;
}

.main_nav li {
  
    position: relative; /* Necesario para posicionar el menú desplegable */
	display: inline-block;
	margin-right: 15px;
	vertical-align: middle; /* Alinea verticalmente */
	margin: 0 80px; /* Añade 20px de margen a los lados izquierdo y derecho */

	
}
/* Estilos para el menú desplegable */
.dropdown .dropdown-menu1 {
    /* Oculta el menú por defecto */
    position: absolute !important;
    top: 100%;
    left: -11px;
    background-color: rgb(224 217 201) !important;
    min-width: 180px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
    z-index: 1000;
    border-radius: 4px !important;
    padding: 10px 0;
	display: none ; /* Oculta el menú por defecto */
	margin: 0;
	
}

.dropdown-menu1 li {
    margin: 0;
    width: 100%;
	color: #212529;
	
}

.dropdown .dropdown-menu1 li a {
	color: #806b5f;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
	padding: 21px 0px;
	left: 0px;
    display: block;
    text-decoration: none;
    position: relative;
    margin: 0px;
	
}

.dropdown-menu1 a:hover {
    background-color: #f5f5f5;
}

/* Mostrar menú desplegable al pasar el cursor */
.dropdown:hover .dropdown-menu1 {
    display: block;
}

/* Puedes agregar una flecha indicadora si lo deseas */
.dropdown > a:after {
    content: " ▼";
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.logo1 img {
	font-size: 84px !important; /* Tamaño aumentado (usa !important si es necesario) */
    font-weight: 700;
    color: #ffffff !important;
    text-transform: none !important; /* Remueve uppercase si lo tenía */
    letter-spacing: normal !important;
	max-height: 88px; /* Ajusta este valor según tus necesidades */
	width: auto;
	
	

}

.logomenu_mm img
{   
	max-height: 150px; /* Ajusta este valor según tus necesidades */
	width: auto;
	padding: 0px;
	margin-right: -40px;
}
/*********************************
3.3 Header - Search
*********************************/

.search
{
	display: inline-block;
	width: 400px;
	-webkit-transform: translateY(2px);
	-moz-transform: translateY(2px);
	-ms-transform: translateY(2px);
	-o-transform: translateY(2px);
	transform: translateY(2px);
}
.search_input
{
	width: 100%;
	height: 43px;
	background: #f9f5f5;
	border: none;
	outline: none;
	padding-left: 20px;
}
.search_button
{
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 10px;
	width: 19px;
	height: 19px;
	background: transparent;
	border: none;
	outline: none;
}
.search_button:focus
{
	outline: none !important;
}
.search_button img
{
	max-width: 100%;
}

/*********************************
3.4 Header - Shopping
*********************************/

.shopping
{
	display: flex;
	margin-left: 12px;
	padding-right: 82px;	
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
	gap: 20px;
	top: -19px;
}

.cart_num_container,
.star_num_container
{
	position: absolute;
	top: 13px;
	left: -5px;
	width: 15px;
	height: 15px;
	background: #937c6f;
	border-radius: 50%;
}
.cart_num_inner,
.star_num_inner
{
	width: 100%;
	height: 100%;
}
.cart_num,
.star_num
{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 9px;
	font-weight: 600;
	color: #FFFFFF;
}
.star1 img
{
	width: 20px;
	height: 20px;
}
.avatar-dropdown {
    position: relative;
    display: inline-block;
}

.avatar-img {
    width: 20px;
    height: 23px;
   
    cursor: pointer;
    transition: transform 0.3s ease;
}

.avatar-img:hover {
    transform: scale(1.1);
}

.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
    overflow: hidden;
	top: 40px;
}

.dropdown-content a {
    color: #333;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    transition: background-color 0.3s;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

/*=================================
3.4 Header - BOLSA DE COMPRAS 
===================================/
/* Icono de bolsa de compras */
/* Estilos para el carrito - Versión integrada */
.carrt-icon {
    position: relative ; /* Cambiado de fixed a relative */ 
    cursor: pointer;
    margin-left: -25px;
    z-index: 100;
	top:4px;
	width: 30px;
}

.carrt-icon .count {
    position: absolute;
    top: 13px;    
    background: #937c6f;
    color: white;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.carrt-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 998;
    display: none;
}

.carrt-sidebar {
    position: fixed;
    top: 0px;
    right: -500px;
    width: 100%;
    max-width: 400px !important;
    height: 100dvh;
    background: white;
    z-index: 999;
    transition: right 0.3s ease;
    display: flex;
    flex-direction: column;
    box-shadow: -2px 0 15px rgba(0,0,0,0.1);
}

.carrt-sidebar.active {
    right: 0px;
}

/* Header del carrito */
.carrt-header {
    padding: 20px;
    background: #f8f9fa;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.carrt-header h2 {
    font-size: 1.3rem;
    margin: 0;
    color: #333;
}

.close-carrt {
    background: none;
    border: none;
    font-size: 1.5rem;
    cursor: pointer;
    color: #666;
    padding: 0;
}

/* Contenido del carrito */
.carrt-content {
    flex: 1;
    overflow-y: auto;
    padding: 15px;
}

/* Elementos del carrito */
.cart-item {
    display: flex;
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.cart-item img {
    width: 70px;
    height: 70px;
    object-fit: cover;
    margin-right: 12px;
}

.cart-item-details {
    flex: 1;
}

.cart-item-details h3 {
    font-size: 0.95rem;
    margin-bottom: 5px;
}

.cart-item-details p {
    color: #666;
    font-size: 0.85rem;
    margin-bottom: 8px;
}


.item-price {
    font-weight: bold;
    color: #333;
    font-size: 0.95rem;
}

.item-actions {
    display: flex;
    align-items: center;
    margin-left: 35px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.quantity-control {
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.quantity-btn {
    background: #f1f1f1;
    border: none;
    width: 25px;
    height: 25px;
    cursor: pointer;
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.quantity-input {
    width: 35px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ddd;
    padding: 3px;
    font-size: 0.9rem;
}

.remove-item {
    background: none;
    border: none;
    color: #ff4757;
    cursor: pointer;
    font-size: 0.85rem;
    text-decoration: underline;
}

/* Resumen del carrito */
.carrt-summary {
    padding: 15px;
    background: #f8f9fa;
    border-top: 1px solid #eee;
}

.summary-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    font-size: 0.95rem;
}

.total {
    font-weight: bold;
    font-size: 1.1rem;
    margin: 12px 0;
    display: flex;
    justify-content: space-between;
}

.checkout-btn, .continue-btn {
    width: 100%;
    padding: 10px;
    border: none;
    cursor: pointer;
    font-size: 0.95rem;
    margin-top: 8px;
    transition: all 0.2s;
}

.checkout-btn {
    background: #333;
    color: white;
}

.checkout-btn:hover {
    background: #444;
}

.continue-btn {
    background: #e9ecef;
    color: #333;
    border: 1px solid #ddd;
}

.continue-btn:hover {
    background: #dee2e6;
}



/*=================================
3.4.1 Header - MODAL CARRITO
===================================/
/* Contenedor principal del modal */
#emptyCartModal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1050;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.15s linear;
}

#emptyCartModal.show {
    opacity: 1;
    pointer-events: auto;
}

/* Diálogo del modal */
.modal-dialog {
    position: relative;
    width: auto;
    max-width: 500px;
    margin: 0.5rem;
}

/* Contenido del modal */
.modal-content {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0.3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0, 0, 0, 0.1);
    outline: 0;
}

/* Encabezado del modal */
.modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #dee2e6;
    border-top-left-radius: calc(0.3rem - 1px);
    border-top-right-radius: calc(0.3rem - 1px);
}

.modal-title {
    margin-bottom: 0;
    line-height: 1.5;
    font-size: 1.25rem;
    font-weight: 500;
    color: #212529;
}

/* Botón de cerrar */
.btn-close {
    box-sizing: content-box;
    width: 1em;
    height: 1em;
    padding: 0.25em;
    background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
    border: 0;
    border-radius: 0.25rem;
    opacity: 0.5;
    cursor: pointer;
}

.btn-close:hover {
    opacity: 0.75;
}

/* Cuerpo del modal */
.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 1rem;
    text-align: center;
    font-size: 1.1rem;
}

/* Pie del modal */
.modal-footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0.75rem;
    border-top: 1px solid #dee2e6;
    border-bottom-right-radius: calc(0.3rem - 1px);
    border-bottom-left-radius: calc(0.3rem - 1px);
}

/* Botón secundario */
.btn-secondary {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, 
                border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-secondary:hover {
    background-color: #5a6268;
    border-color: #545b62;
}

/* Animación de fade */
@keyframes fadeIn {
    from { opacity: 0; }
    to { opacity: 1; }
}

#emptyCartModal.show {
    animation: fadeIn 0.3s ease-out;
}
/*********************************
3.5 Header - Burger
*********************************/

/* Oculta el menú hamburguesa por defecto */
.burger_container {
    display: none;
}




/*********************************
4. Home
*********************************/

.home
{
	width: 100%;
	height: 15vh;
	
}
.home_background
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.home_container
{
	width: 100%;
	height: 12vh;
}
.home_content
{
	position: absolute;
	left: 0;
	top: 62.4%;
}
.home_title
{
	font-family: 'Lucida', serif;
	font-size: 36px;
	color: #FFFFFF;
	line-height: 0.75;
}
.breadcrumbs
{
	margin-top: 6px;
}
.breadcrumbs ul li
{
	display: inline-block;
	position: relative;
	font-family: 'Lucida', serif;
	font-size: 16px;
	color: #FFFFFF;
}
.breadcrumbs ul li a
{
	font-family: 'Lucida', serif;
	font-size: 16px;
	color: #FFFFFF;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.breadcrumbs ul li::after
{
	display: inline-block;
	content: '/';
	margin-left: 6px;
}
.breadcrumbs ul li:last-child::after
{
	display: none;
}
.breadcrumbs ul li a:hover
{
	color: #937c6f;
}

/*********************************
5. Menu
*********************************/

.menu
{
	position: fixed;
	top: 0;
	right: -400px;
	width: 400px;
	height: 100vh;
	background: #FFFFFF;
	z-index: 101;
	padding-right: 60px;
	padding-top: 87px;
	padding-left: 50px;
}
.menu.active
{
	right: 0;
}
.menu_close_container
{
	position: absolute;
	top: 60px;
	right: 60px;
	width: 18px;
	height: 18px;
	transform-origin: center center;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	cursor: pointer;
}
.menu_close
{
	width: 100%;
	height: 100%;
	transform-style: preserve-3D;
}
.menu_close div
{
	width: 100%;
	height: 2px;
	background: #232323;
	top: 8px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_close div:last-of-type
{
	-webkit-transform: rotate(90deg) translateX(-2px);
	-moz-transform: rotate(90deg) translateX(-2px);
	-ms-transform: rotate(90deg) translateX(-2px);
	-o-transform: rotate(90deg) translateX(-2px);
	transform: rotate(90deg) translateX(-2px);
	transform-origin: center;
}
.menu_close:hover div
{
	background: #937c6f;
}
.menu .logo
{
	margin-bottom: 60px;
}
.menu_nav ul li
{
	margin-bottom: 11px;
}
.menu_nav ul li a
{
	font-size: 12px;
	text-transform: uppercase;
	color: #2f2f2f;
	font-weight: 600;
	letter-spacing: 0.2em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.menu_nav ul li a:hover
{
	color: #937c6f;
}
.menu .search
{
	width: 100%;
	margin-bottom: 67px;
}

/*********************************
6. Product
*********************************/


.product_content
{
	width: 150%;
	height: 100%;
}

/*********************************
6.1 Collapsible Styles
*********************************/


.collapsible-container {
    margin-top: 20px;
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    overflow: hidden;
  }
  
  .collapsible-item {
    border-bottom: 1px solid #e5e5e5;
  }
  .collapsible-item:first-child .collapsible-content {
  padding-top: 25px;
}
  
  .collapsible-item:last-child {
    border-bottom: none;
  }
  
  .collapsible-header {
    display: block;
    padding: 12px 15px;
    background-color: #f9f9f9;
    color: #333;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
  }
  
  .collapsible-header:hover {
    background-color: #f0f0f0;
  }
  
  .collapsible-header::after {
    content: '+';
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 18px;
  }
  
  input[type="checkbox"] {
    display: none;
  }
  
  input[type="checkbox"]:checked + .collapsible-header::after {
    content: '-';
  }
  
  input[type="checkbox"]:checked + .collapsible-header {
    background-color: #f0f0f0;
  }
  
  .collapsible-content {
  overflow: hidden;
  transition: max-height 0.4s ease, padding 0.4s ease;
  max-height: 0;
  padding: 0 15px;
}

  
  
  
  .collapsible-content ul {
    margin: 0;
    padding-left: 20px;
  }
  
  .collapsible-content li {
    margin-bottom: 8px;
    color: #929191;
  }
  
  .collapsible-content p {
    margin-left: 15px;
    color: #929191;
  }


/*********************************
6.2 sección Productos Similares
*********************************/
 /* Estilos base (mantén los mismos de la versión anterior) */
 .similar-products {
            padding: 2rem 0;
            
        }

        .containersS {
            max-width: 1850px;
            margin: 0 auto;
            padding: 0 1rem;
        }

        .section-title {
            text-align: center;
            margin-bottom: 2rem;
            font-size: 2rem;
            color: #333;
        }

        .carousel-container {
            position: relative;
            overflow: hidden;
            border-radius: 10px;
            margin-bottom: 1rem;
        }

        .carousel-track {
            display: flex;
            transition: transform 0.3s ease-in-out;
            width: 200%; /* Para 2 grupos */
        }

        .product-group {
            display: flex;
            gap: 1rem;
            width: 50%; /* Cada grupo ocupa 50% del track */
            min-width: 50%;
            height: 78vh;
            opacity: 0;
            visibility: hidden;
            transition: opacity 0.3s ease;
        }

        .product-group.active {
            opacity: 1;
            visibility: visible;
        }

        .product-card {
            flex: 1;
            background: white;
            
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease, box-shadow 0.3s ease;
            min-width: 250px;
        }

        .product-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 4px 15px rgba(0,0,0,0.15);
        }

        .product-image {
            width: 100%;
            height: 323px;
            overflow: hidden;
            top: 160px;
        }

        .product-image img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: transform 0.3s ease;
        }

        .product-image:hover img {
            transform: scale(1.05);
        }

        .product-info {
            padding: 1rem;
            top: 298px;
        }

        .product-name {
            margin: 0 0 0.5rem 0;
            font-size: 1.1rem;
            color: #333;
            text-decoration: none;
            display: -webkit-box;
            -webkit-line-clamp: 2;
            -webkit-box-orient: vertical;
            overflow: hidden;
        }

        .product-name:hover {
            color: #007bff;
        }

        .product-price {
            font-size: 1.2rem;
            font-weight: bold;
           
        }

        .carousel-btn {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            
            border: none;
            padding: 1rem;
            border-radius: 50%;
            cursor: pointer;
            font-size: 1.2rem;
            transition: background-color 0.3s ease;
            z-index: 10;
        }

        .carousel-btn:hover {
            background: rgba(0,0,0,0.9);
        }

        .prev-btn {
            left: 10px;
        }

        .next-btn {
            right: 10px;
        }

        .carousel-dots {
            display: flex;
            justify-content: center;
            gap: 0.5rem;
            margin-top: 1rem;
        }

        .dot {
            width: 400px;
            height: 2px;
           
            background: #ccc;
            cursor: pointer;
            transition: background-color 0.3s ease;
        }

        .dot.active {
            background: #937c6f;
        }

        .dot:hover {
            background:#937c6f;
        }

      /* Estilos para pantallas de hasta 768px (tablets) */

/*********************************
6.3 sección review
*********************************/
/* Contenedor principal de reseñas */
.reviews_container {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
	
}

/* Estilos para las filas */
.row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.col {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
}

/* Sistema de pestañas */
.reviews_tabs {
    display: flex;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 20px;
}

.reviews_tab {
    padding: 12px 25px;
    cursor: pointer;
    font-weight: bold;
    color: #555;
    border: 1px solid transparent;
    border-bottom: none;
    position: relative;
    bottom: -1px;
    background: #f5f5f5;
    margin-right: 5px;
    border-radius: 5px 5px 0 0;
    transition: all 0.3s ease;
}

.reviews_tab.active {
    background: white;
    border-color: #e1e1e1;
    border-bottom: 1px solid white;
    color: #333;
}

.reviews_tab:hover:not(.active) {
    background: #eee;
}

/* Contenido de las pestañas */
.reviews_tab_content {
    display: none;
    padding: 20px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background: white;
}

.reviews_tab_content.active {
    display: block;
}

/* Contenedor de la lista de reseñas */
.reviews_list {
    max-height: 400px; /* Altura aproximada para 4 reseñas */
    overflow-y: auto; /* Scroll vertical cuando sea necesario */
    transition: max-height 0.3s ease;
}

/* Cuando hay más de 4 reseñas */
.reviews_list.scroll-active {
    max-height: 200px; /* Altura fija con scroll */
    overflow-y: scroll;
}

/* Estilos personalizados para el scrollbar */
.reviews_list::-webkit-scrollbar {
    width: 8px;
}

.reviews_list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.reviews_list::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.reviews_list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.reviews_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    text-transform: uppercase;
}

/* Estilos para cada reseña individual */
.review {
    list-style: none;
    margin-bottom: 11px;    
    border-bottom: 1px solid #e1e1e1;
	height: 90px;
	transition: transform 0.3s ease, opacity 0.3s ease;
	min-height: 50px; /* Altura mínima de cada reseña */
}

.review:last-child {
    border-bottom: none;
}
/* Efecto al hacer hover sobre las reseñas */
.review:hover {
    transform: translateX(5px);
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.review_image {
    float: left;
    width: 80px;
    margin-right: 20px;
}

.review_image img {
    width: 100%;
    border-radius: 50%;
}

.review_content {
    overflow: hidden;
}

.review_name {
    font-size: 18px;
    font-weight: bold;
   
}

.review_name a {
    color: #333;
    text-decoration: none;
}

.review_name a:hover {
    color: #000;
    text-decoration: underline;
}

.review_date {
    font-size: 14px;
    color: #777;
    
}

/* Estilos para las estrellas de valoración */
.rating {
    color: #ffc107;
    margin-bottom: 15px;
}

.rating i {
    margin-right: 3px;
}

.review_text {
    font-size: 16px;
    line-height: 1.5;
    color: #555;
	margin-top: -21px;
}

/* Estilos para el formulario de reseñas */
.review_form_container {
    background-color: #f9f9f9;
    padding: 30px;
    border-radius: 0 0 5px 5px;
}

.review_form_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.review_form_content {
    width: 100%;
}

.review_form {
    width: 100%;
}

.review_form_input {
    width: 100%;
    height: 50px;
    margin-bottom: 20px;
    padding: 0 15px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 16px;
    box-sizing: border-box;
}

.review_form_text {
    width: 100%;
    height: 70px;
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-radius: 3px;
    font-size: 16px;
    resize: vertical;
    box-sizing: border-box;
}

.review_form_button {
    background-color: #333;
    color: white;
    border: none;
    padding: 12px 30px;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    transition: background-color 0.3s;
}

.review_form_button:hover {
    background-color: #555;
}

/* Estilos para el diseño responsive */
@media (min-width: 768px) {
    .review_form_input {
        width: calc(33.333% - 20px);
        margin-right: 20px;
    }
    
    .review_form_input:last-child {
        margin-right: 0;
    }
}

/* Clase clearfix para limpiar floats */
.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.col-md-3 {
    width: 25%;
    padding: 0 15px;
    box-sizing: border-box;
    display: none;
}


/*********************************
6.4 Panel de resumen de reseñas 
*********************************/

.reviews_summary {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    position: sticky;
    top: 20px;
}

.reviews_summary_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 15px;
    color: #333;
}

.reviews_summary_title .reviews_count {
    color: #666;
    font-weight: normal;
}

.reviews_summary_rating {
    text-align: center;
    margin-bottom: 20px;
}

.average_rating {
    font-size: 24px;
    color: #ffc107;
    margin-bottom: 5px;
}

.reviews_average {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

/* Desglose por estrellas */
.reviews_breakdown {
    margin-top: 15px;
}

.rating_row {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    font-size: 14px;
}

.rating_row span:first-child {
    width: 70px;
}

.rating_bar {
    flex-grow: 1;
    height: 8px;
    background: #e0e0e0;
    border-radius: 4px;
    margin: 0 10px;
    overflow: hidden;
}

.rating_fill {
    height: 100%;
    background: #ffc107;
    border-radius: 4px;
}

.rating_count {
    width: 30px;
    text-align: right;
    color: #666;
}

.rating-system {
	display: flex;
	align-items: center;
	margin-top: 15px;
}
.rating-title {
	margin-right: 10px;
	font-weight: bold;
}
.stars {
	display: inline-block;
}
.star {
	font-size: 24px;
	color: #ccc;
	cursor: pointer;
	transition: color 0.2s;
	margin-right: 5px;
}
.star:hover,
.star.active {
	color: #ffc107;
}
.review_form_button {
	cursor: pointer;
}

.mensaje {
    font-size: 16px;
   font-weight: 700;
}

/*********************************
6.1 Current Page
*********************************/
.col456{   
    
    flex-grow: 1;
    max-width: 100%;
    top: 135px;

}

.current_page
{
	align-items: end;
	
	margin-right: 99px;
	
	
	
}
.current_page ul li
{
	display: inline-block;
	position: relative;
	font-family: 'Lucida', serif;
	font-size: 16px;
	color: #232323;
}
.current_page ul li::after
{
	display: inline-block;
	content: '/';
	margin-left: 10px;
	margin-right: 6px;
}
.current_page ul li:last-child::after
{
	display: none;
}
.current_page ul li a
{
	font-family: 'Lucida', serif;
	font-size: 16px;
	color: #232323;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.current_page ul li a:hover
{
	color: #937c6f;
}

/*********************************
6.2 Product Image
*********************************/

.product_row
{
	margin-top: 95px;
}
.product_image
{
	display: flex;
    flex-direction: row; /* ahora vertical */
     align-items: center;
	height: 100%;	
	position: relative;
}


.product_image_thumbnails {
  display: flex;
  flex-direction: column; /* muestra en fila */
  justify-content: center;
  gap: 10px;
  margin-top: 1rem;
}

.product_image_thumbnail {
  width: 60px;
  height: 60px;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s;
}


.product_image_large {
    width: calc(100% - 70px); /* Resta el ancho de las miniaturas + margen */
    margin-left: 10px;
    display: flex;
    align-items: center; /* Centra verticalmente la imagen principal */
}

.product_image_large img {
  max-width: 100%;
  height: auto;
  object-fit: cover;
}

/*********************************
6.3 Product Content
*********************************/

.product_name
{
	font-size: 30px;
	font-weight: 600;
	color: #232323;
	line-height: 0.75;
}
.product_price
{
	font-size: 24px;
	font-weight: 600;
	margin-top: 9px;
	color: #8a8a8a;
}



.in_stock
{
	display: inline-block;
	position: relative;
	background: #e0e3e4;
	width: 15px;
	height: 15px;
}
.in_stock.in_stock_true::after
{
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	content: url(../images/checked.png);
}
.in_stock_container span
{
	font-size: 14px;
	color: #232323;
	margin-left: 7px;
}
.product_text
{
	margin-top: 56px;
}
.product_text p:last-of-type
{
	margin-bottom: 0;
}
.product_quantity_container
{
	margin-top: 43px;
}
.product_quantity_container span
{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: #232323;
	vertical-align: middle;
}
.product_quantity
{
	display: inline-block;
	width: 122px;
	height: 41px;
	border: solid 1px #b5b5b5;
	overflow: hidden;
	padding-left: 11px;
	vertical-align: middle;
	margin-left: 14px;
}
.product_quantity input
{
	display: block;
	width: 30px;
	height: 41px;
	border: none;
	outline: none;
	font-size: 14px;
	font-weight: 400;
	color: #000000;
	text-align: left;
	padding-left: 9px;
	line-height: 39px;
	float: left;
	background-color: transparent;
}
.quantity_buttons
{
	position: absolute;
	top: 0;
	right: 7px;
	height: 100%;
	width: 29px;
}
.quantity_inc, 
.quantity_dec
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 50%;
	cursor: pointer;
}
.quantity_control i
{
	font-size: 16px;
	color: #232323;
	pointer-events: none;
}
.quantity_control:active
{
	border: solid 1px rgba(14, 140, 228, 0.2);
}
.quantity_inc
{
	padding-bottom: 0px;
	justify-content: flex-end;
}
.quantity_inc i
{
	-webkit-transform: translateY(3px);
	-moz-transform: translateY(3px);
	-ms-transform: translateY(3px);
	-o-transform: translateY(3px);
	transform: translateY(3px);
}
.quantity_dec
{
	padding-top: 0px;
	justify-content: flex-start;
}
.quantity_dec i
{
	-webkit-transform: translateY(-3px);
	-moz-transform: translateY(-3px);
	-ms-transform: translateY(-3px);
	-o-transform: translateY(-3px);
	transform: translateY(-3px);
}
.product_size_container
{
	margin-top: 54px;
}
.product_size
{
	display: inline-block;
	vertical-align: middle;
}
.product_size_container span
{
	display: inline-block;
	vertical-align: middle;
	margin-right: 15px;
	font-size: 14px;
	font-weight: 600;
	color: #232323;
}
.regular_radio
{
	display: none;
}
.regular_radio:checked + label
{
	background: #937c6f;
	color: #FFFFFF;
}
.regular_radio + label
{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
	width: 48px;
	height: 41px;
	background: #FFFFFF;
	border: solid 1px #b5b5b5;
	cursor: pointer;
	margin-right: 8px;
}
.cart_button
{
	margin-top: 55px;
}


/*********************************
9. Newsletter
*********************************/

.newsletter
{
	width: 100%;
	height: 60vh;
	padding-left: 62px;
	padding-right: 62px;
	
}
.newsletter_content
{
	width: 100%;	
	padding-top: 88px;
	padding-bottom: 94px;
	
}
.newsletter_image
{
	background-image: url(../images/sombrero-vueltiao.jpg);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 0;	
}

.newsletter_overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.newsletter .section_subtitle,
.newsletter .section_title
{
	z-index: 3;
	color: #FFFFFF;
}
.newsletter_container
{
	margin-top: 75px;
	z-index: 3;
}
.newsletter_input
{
	width: 100%;
	height: 46px;
	background: #FFFFFF;
	padding-left: 25px;
	border: none;
	outline: none;
	z-index: 3;
}
.newsletter_input::-webkit-input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input:-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input::-moz-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
} 
.newsletter_input:-ms-input-placeholder
{ 
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_input::input-placeholder
{
	font-size: 12px !important;
	font-weight: 400 !important;
	font-style: italic;
	color: #b3b3b3 !important;
}
.newsletter_button
{
	position: absolute;
	top: 0;
	right: 0;
	width: 142px;
	height: 46px;
	background: #937c6f;
	color: #FFFFFF;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-transform: uppercase;
	border: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
	z-index: 3;
}
.newsletter_button:hover
{
	background: #e0e3e4;
	color: #232323;
}
.newsletter_text
{
	font-size: 14px;
	font-style: italic;
	color: #FFFFFF;
	margin-top: 19px;
}

/*********************************
10. Footer
*********************************/

.footer
{
	padding-top: 30px;
	
}
.footer_logo a img
{
	
		font-size: 84px !important; /* Tamaño aumentado (usa !important si es necesario) */
		font-weight: 700;
		color: #ffffff !important;
		text-transform: none !important; /* Remueve uppercase si lo tenía */
		letter-spacing: normal !important;
		max-height: 200px; /* Ajusta este valor según tus necesidades */
		width: auto;
		margin-top: 70px;
		
	
	
}
.footer_nav
{
	margin-top: 14px;
}
.footer_nav ul li
{
	display: inline-block;
	margin-right: 53px;
}
.footer_nav ul li:last-child
{
	margin-right: 0;
}
.footer_nav ul li a
{
	font-size: 12px;
	text-transform: uppercase;
	color: #232323;
	font-weight: 600;
	letter-spacing: 0.2em;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_nav ul li a:hover
{
	color: #937c6f;
}
.footer_social
{
	margin-top: 51px;
}
.footer_social ul li
{
	display: inline-block;
	margin-right: 36px;
}
.footer_social ul li:last-child
{
	margin-right: 0;
}
.footer_social ul li a i
{
	font-size: 24px;
	color: #937c6f;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 200ms ease;
	-ms-transition: all 200ms ease;
	-o-transition: all 200ms ease;
	transition: all 200ms ease;
}
.footer_social ul li a i:hover
{
	color: #e0e3e4;
}
.copyright
{
	margin-top: 56px;
	padding-bottom: 13px;
	font-family: 'Lucida', serif;
	font-size: 12px;
	color: #232323;
}




/*********************************
11. modal delivery 
*********************************/

.modaldelivery{
    display: none;   
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: -17px;
    left: 0;
    z-index: 1000;
   
}

.formulario{   
    
    width: 600px;
    height: 800px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    overflow-y: scroll;
   
    padding: 20px;
}
.titleform{
   
    margin-bottom: 30px;
    
}

.icon_close{
    position: relative;
    font-size: 30px;
    cursor: pointer;
}

.icon_close:hover{
    color: #937c6f;
}


.deliverybolsa{
    display: none;   
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: -17px;
    left: 0;
    z-index: 1000;

}

/* CSS Document */

/******************************

[Table of Contents]

1. 1600px
2. 1440px
3. 1280px
4. 1199px
5. 1024px
6. 991px
7. 959px
8. 880px
9. 768px
10. 767px
11. 539px
12. 479px
13. 400px

******************************/

/************
1. 1800px
************/

@media only screen and (max-width: 1800px)
{
	.search
	{
		width: 200px;
	}
		.product-info{
	    top: 240px;
	}
}

/************
1. 1600px
************/

@media only screen and (max-width: 1600px)
{
	.main_nav
	{
		padding-left: 100px;
	}
	.shopping
	{
		padding-right: 100px;
		margin-left: 100px;
	}
}

/************
2. 1440px
************/

@media only screen and (max-width: 1440px)
{
	.shopping
	{
		padding-right: 74px;
		margin-left: 60px;
	}
	.product-info{
	    top: 240px;
	}
}

/************
3. 1380px
************/

@media only screen and (max-width: 1380px)
{
	.main_nav
	{
		padding-left: 60px;
	}
	.main_nav ul li
	{
		margin-right: 34px;
	}
	.header_search
	{
		display: none;
	}
}

/************
3. 1280px
************/

@media only screen and (max-width: 1280px)
{
    
    .product-group {
        flex-direction: column;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card {
        min-width: 100%;
        max-width: 100%;
    }

    .product-image {
        height: 425px;
        top: 0;
    }

    .product-info {
        padding: 0.8rem;
        top: 0;
    }

    .product-name {
        font-size: 1rem;
    }

    .product-price {
        font-size: 1.1rem;
    }

    .carousel-btn {
        padding: 0.8rem;
        font-size: 1rem;
    }

    .dot {
        width: 150px;
    }

	
}

/************
4. 1199px
************/

@media only screen and (max-width: 1199px)
{
	
}

/************
4. 1100px
************/

@media only screen and (max-width: 1100px)
{
	
}

/************
5. 1024px
************/

@media only screen and (max-width: 1024px)
{
    
    	

    .product-group {
        flex-direction: column;
        height: auto;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }

    .product-card {
        min-width: 100%;
        max-width: 100%;
    }

    .product-image {
        height: 315px;
        top: 0;
    }

    .product-info {
        padding: 0.8rem;
        top: 0;
    }

    .product-name {
        font-size: 1rem;
    }

    .product-price {
        font-size: 1.1rem;
    }

    .carousel-btn {
        padding: 0.8rem;
        font-size: 1rem;
    }

    .dot {
        width: 150px;
    }

	
}

/************
6. 991px
************/

@media only screen and (max-width: 991px)
{
	 /* En pantallas medianas (tablets) reorganiza las columnas si es necesario */
  .product .col-lg-7 {
    width: 100%;
  }

  .product_image {
    flex-direction: column-reverse;
    align-items: center;
  }

  .product_image_thumbnails {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
  }

  .product_image_thumbnail {
    width: 60px;
    height: 60px;
    margin: 5px;
    background-size: cover;
    background-position: center;
  }

  .product_image_large img {
    width: 100%;
    max-width: 400px;
  }
	
}

/************
7. 959px
************/

@media only screen and (max-width: 959px)
{
	
}

/************
8. 880px
************/

@media only screen and (max-width: 880px)
{
	
}

/************
9. 768px
************/

@media only screen and (max-width: 768px)
{


	 .header {
    height: 100px;
    padding-right: 15px;
  }

  .logo a {
    font-size: 50px;
  }

  .main_nav ul {
    flex-direction: column;
    text-align: center;
  }

  .main_nav li {
    margin: 8px 0;
  }

  .main_nav ul li a {
    font-size: 13px;
    padding: 12px 0;
    margin: 0 12px;
  }

	.shopping {
		flex-direction: row;
		justify-content: space-between;
		margin-left: 0;
		padding-right: 50px;
		gap: 15px;
		top: -20px;
	}

	.cart_num_container,
	.star_num_container {
		top: 8px;
		left: -3px;
		width: 14px;
		height: 14px;
	}
	

	.star img,
	.avatar-img {
		width: 18px;
		height: 20px;
	}

	.carrt-icon{
		margin-left: -30px;
		top: 0px;
	}

	
	.carrt-sidebar {
		width: 100%;
		right: -100%;
	}
	
	.carrt-item {
		flex-direction: row;
	}
	
	.carrt-item img {
		width: 80px;
		height: auto;
		max-height: 80px;
		margin-right: 20px;
		margin-bottom: 0;
	}

	  /* Menú desplegable en pantallas pequeñas */
    .dropdown-menu1 {
        position: relative; /* Cambiar de absoluto a relativo para que se alinee dentro del contenedor */
        top: 0;
        left: 0;
        min-width: 100%; /* El menú se expandirá para ocupar el ancho completo */
        box-shadow: none; /* Eliminar la sombra en pantallas pequeñas */
        display: none; /* Asegurar que el menú esté oculto por defecto */
    }

    .dropdown:hover .dropdown-menu1 {
        display: none; /* Mostrar el menú al hacer clic, no al pasar el cursor */
    }

    .dropdown > a:after {
        content: " ▼"; /* Mantener la flecha indicadora */
        font-size: 12px; /* Aumentar el tamaño de la flecha */
    }

    .dropdown-menu1 li a {
        padding: 15px 0px; /* Reducir el espacio de los elementos */
        font-size: 14px; /* Tamaño de fuente más pequeño para móviles */
    }
	.dropdown, .inicio, .nosotros, .contacto {
		display: none !important;
	}

	
	 .burger_container {
        display: block;
        position: absolute;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
        left: 10px;
     
        width: 22px;
        height: 16px;
        cursor: pointer;
    }
    
    .burger_container div {
        width: 100%;
        height: 2px;
        background: #ffffff;
        -webkit-transition: all 200ms ease;
        -moz-transition: all 200ms ease;
        -ms-transition: all 200ms ease;
        -o-transition: all 200ms ease;
        transition: all 200ms ease;
        pointer-events: none;
        
    }
    
    .burger_container:hover div {
        background: #937c6f;
    }
	
	
	

    .product-group {
        flex-direction: column;
        height: auto;
    }

    .product-card {
        min-width: 100%;
        max-width: 100%;
    }

    .product-image {
        height: 452px;
        top: 0;
    }

    .product-info {
        padding: 0.8rem;
        top: 0;
    }

    .product-name {
        font-size: 1rem;
    }

    .product-price {
        font-size: 1.1rem;
    }

    .carousel-btn {
        padding: 0.8rem;
        font-size: 1rem;
    }

    .dot {
        width: 150px;
    }


	
}

/************
10. 767px
************/

@media only screen and (max-width: 767px)
{
	.review_form_input
	{
		width: 100%;
		margin-bottom: 8px;
	}
	.review_form_text
	{
		margin-top: 0;
	}
	 .product-image {
        height: 232px;
        top: 0;
    }
}

/************
11. 575px
************/

@media only screen and (max-width: 575px)
{
	.header {
		height: 100px;
		padding-right: 10px;
	}

	.logo a {
		font-size: 40px;
	}

	.main_nav ul {
		flex-direction: column;
		text-align: center;
	}

	.main_nav li {
		margin: 10px 0;
	}

	.main_nav ul li a {
		font-size: 12px;
		padding: 10px 0;
		margin: 0 10px;
	}

	.logo1 img {
		max-height: 100px; /* Reducir el tamaño del logo en pantallas pequeñas */
		width: auto;
		margin-top: 20px; /* Ajustar el margen superior */
	}


	.shopping {
		flex-direction: column;
		align-items: flex-start;
		padding-right: 50px;
		gap: 10px;
		top: -19px;
	}

	.carrt-icon{
		margin-left: 19px;
	}

	.cart_num_container,
	.star_num_container {
		top: 5px;
		left: -2px;
		width: 12px;
		height: 12px;
	}

	.cart_num,
	.star_num {
		font-size: 8px;
	}

	.star img,
	.avatar-img {
		width: 16px;
		height: 18px;
	}

	.dropdown-content {
		min-width: 140px;
		top: 35px;
	}

	/* Menú desplegable en pantallas muy pequeñas */
    .dropdown-menu1 {
        min-width: 100%; /* Asegurar que el menú ocupe todo el ancho */
		display: none;
    }
	.dropdown, .inicio, .nosotros, .contacto {
		display: none !important;
	}
	

    .dropdown > a:after {
        font-size: 14px; /* Aumentar el tamaño de la flecha en pantallas más pequeñas */
    }

    .dropdown-menu1 li a {
        padding: 10px 0px; /* Menos padding para que ocupe menos espacio */
        font-size: 13px; /* Fuente aún más pequeña para pantallas pequeñas */
    }


	 .product_image_large img {
		max-width: 100%;
	}

	.product_image_thumbnails {
		width: 100%;
	}

	.product_image_thumbnail {
		width: 50px;
		height: 50px;
	}
	.product-group {
        flex-direction: column !important;
        height: auto;
        display: flex;
    }
    .product-image {
        height: auto;
        top: 0;
    }

	
	
	.menu
	{
		width: 100%;
		right: -100%;
		padding-right: 15px;
		padding-left: 15px;
		padding-top: 21px;
	}
	.menu .search
	{
		margin-bottom: 50px;
	}
	.menu .search_input
	{
		height: 36px;
	}
	.menu_close_container
	{
		right: 15px;
	}
	.menu .logo
	{
		margin-bottom: 35px;
		margin-right: auto;
	}
	.menu.active
	{
		right: 0;
	}
	.section_subtitle
	{
		font-size: 12px;
	}
	.section_title
	{
		font-size: 28px;
	}
	.review_image
	{
		width: 52px;
		height: 52px;
	}
	.product_image_thumbnail
	{
		width: 80px;
		height: 80px;
		margin-right: 15px;
	}
	.review_content
	{
		padding-left: 67px;
	}
	.newsletter
	{
		padding-left: 15px;
		padding-right: 15px;
	}
	.newsletter_button
	{
		display: block;
		position: relative;
		margin: 0 auto;
		margin-top: 10px;
	}
	.newsletter_text
	{
		font-size: 13px;
	}
	.footer_logo a
	{
		font-size: 48px;
	}
	.footer_nav ul li
	{
		display: block;
		margin-right: 0;
		margin-bottom: 5px;
	}
	.footer_nav ul li:last-child
	{
		margin-bottom: 0;
	}
	.footer_social ul li
	{
		margin-right: 29px;
	}
	.footer_social ul li a i
	{
		font-size: 20px;
	}
}

/************
11. 539px
************/

@media only screen and (max-width: 509px)
{

	
    .carrt-sidebar {
        width: 100%;
        right: -100%;
    }
    
    .carrt-item {
        flex-direction: column;
    }
    
    .carrt-item img {
        width: 100%;
        height: auto;
        max-height: 150px;
        margin-right: 0;
        margin-bottom: 10px;
    }
}
	


/************
12. 480px
************/

@media only screen and (max-width: 480px)
{

	.header {
		height: 100px;
		padding-right: 10px;
	}

	.logo a {
		font-size: 40px;
	}

	.main_nav ul {
		flex-direction: column;
		text-align: center;
	}

	.main_nav li {
		margin: 10px 0;
	}

	.main_nav ul li a {
		font-size: 12px;
		padding: 10px 0;
		margin: 0 10px;
	}

	.logo1 img {
		max-height: 100px; /* Reducir el tamaño del logo en pantallas pequeñas */
		width: auto;
		margin-top: 0px; /* Ajustar el margen superior */
	}


	.shopping {
		flex-direction: column;
		align-items: flex-start;
		padding-right: 30px;
		gap: 10px;
		top: -19px;
	}

	.carrt-icon{
		margin-left: -30px;
		top: 0px;
	}

	.cart_num_container,
	.star_num_container {
		top: 5px;
		left: -2px;
		width: 12px;
		height: 12px;
	}

	.cart_num,
	.star_num {
		font-size: 8px;
	}

	.star img,
	.avatar-img {
		width: 16px;
		height: 18px;
	}

	.dropdown-content {
		min-width: 140px;
		top: 35px;
	}

	/* Menú desplegable en pantallas muy pequeñas */
    .dropdown-menu1 {
        min-width: 100%; /* Asegurar que el menú ocupe todo el ancho */
		display: none;
    }
	.dropdown, .inicio, .nosotros, .contacto {
		display: none !important;
	}
	

    .dropdown > a:after {
        font-size: 14px; /* Aumentar el tamaño de la flecha en pantallas más pequeñas */
    }

    .dropdown-menu1 li a {
        padding: 10px 0px; /* Menos padding para que ocupe menos espacio */
        font-size: 13px; /* Fuente aún más pequeña para pantallas pequeñas */
    }

	 .product .col-lg-7 {
    width: 100%;
/*********************************
11. modal delivery 
*********************************/

.modaldelivery{
    display: none;   
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: -17px;
    left: 0;
    z-index: 1000;
   
}

.formulario{   
    
    width: 600px;
    height: 800px;
    background-color: #fff;
    border-radius: 12px;
    overflow: hidden;
    overflow-y: scroll;
   
    padding: 20px;
}
.titleform{
   
    margin-bottom: 30px;
    
}

.icon_close{
    position: relative;
    font-size: 30px;
    cursor: pointer;
}

.icon_close:hover{
    color: #937c6f;
}


.deliverybolsa{
    display: none;   
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    top: -17px;
    left: 0;
    z-index: 1000;

}
  }

  .product_image {
    flex-direction: column-reverse;
    align-items: center;
  }

  .product_image.product_image_thumbnails {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin-bottom: 1rem;
  }

  .product_image_thumbnail {
    width: 60px;
    height: 60px;
    margin: 5px;
    background-size: cover;
    background-position: center;
  }

  .product_image_large img {
    width: 100%;
    max-width: 400px;
  }
  
  
  

    .section-title {
        font-size: 1.5rem;
    }
    
    .product-group {
     
        height: 188vh;
    }

    .product-card {
        min-width: 100%;
        max-width: 100%;
        box-shadow: 0 1px 5px rgba(0,0,0,0.1);
    }

    .product-image {
        top: 6px;
        height: 280px;
    }

    .product-info {
        padding: 0.6rem;
        top: 12px;
    }

    .product-name {
        font-size: 0.95rem;
        -webkit-line-clamp: 2;
    }

    .product-price {
        font-size: 1rem;
    }

    .carousel-btn {
        padding: 0.6rem;
        font-size: 0.9rem;
    }

    .dot {
        width: 200px;
    }
  
  
  .footer_logo a img {
    font-size: 84px !important;
    font-weight: 700;
    color: #ffffff !important;
    text-transform: none !important;
    letter-spacing: normal !important;
    max-height: 130px;
    width: auto;
    margin-top: 90px;
}

	
	
}

/************
13. 479px
************/

@media only screen and (max-width: 479px)
{
	
}

/************
14. 400px
************/

@media only screen and (max-width: 400px)
{
	
}