@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\).png');
    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;
}
.similar-products
{
	background-color: #ffffffea;
	width: 100%;
	overflow: hidden;
	padding: 28px 0 40px;
	box-sizing: border-box;
}
.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 button
{
	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;
	background: transparent;
	border: none;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.button:hover
{
	background: #e0e3e4;
}   
.button:hover button
{
	color: #232323;
}
div.button.cod_button {
	display: block !important;
	background: #fff !important;
	margin-top: 24px !important;
	margin-bottom: 8px !important;
	border: 1px solid #000 !important;
	color: #000 !important;
	border-radius: 4px !important;
	box-shadow: 0 2px 4px rgba(0,0,0,.1) !important;
	width: 100% !important;
}
div.button.cod_button button {
	display: block !important;
	width: 100% !important;
	white-space: nowrap !important;
	color: #000 !important;
	text-transform: uppercase;
	font-weight: 700;
	text-decoration: none !important;
	padding: 12px 16px !important;
	border: none !important;
	background: transparent !important;
	cursor: pointer !important;
	transition: all 0.3s ease !important;
}
div.button.cod_button:hover {
	background: #000 !important;
}
div.button.cod_button:hover button {
	color: #fff !important;
	text-decoration: none !important;
}

/* Refuerzo adicional para prevenir override por reglas más generales */
.button:hover button { color: #232323 !important; }
div.button.cod_button:hover button { color: #fff !important; }

/*********************************
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%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.header_content {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 20px;
	margin-left: auto;
}

/*********************************
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;
    pointer-events: none;
}

.carrt-overlay.visible {
    display: block;
    pointer-events: auto;
}

.carrt-sidebar {
    position: fixed;
    top: 0px;
    right: -500px;
    width: 100%;
    max-width: 400px !important;
    height: 100vh;
    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
*********************************/

@media only screen and (min-width: 769px) {
    /* Oculta el menú hamburguesa solo en pantallas grandes */
    .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: 1210;
	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: 100%;
	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
*********************************/

.similar-products .containersS,
.similar-products .similar-products__inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 24px;
	overflow: hidden;
	box-sizing: border-box;
}

@media (max-width: 768px) {
	.similar-products .containersS,
	.similar-products .similar-products__inner {
		padding: 0 14px;
	}
}

.similar-products .section-title {
	text-align: center;
	font-size: 20px;
	margin: 0 auto 28px;
	color: #333;
	padding-bottom: 10px;
	border-bottom: 1px solid #2f2f2f;
	display: block;
	max-width: max-content;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.similar-products__empty {
	text-align: center;
	color: #666;
	font-size: 15px;
	margin: 0;
	padding: 16px 12px;
}

.similar-products__carousel.carousel-container {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.similar-products .carousel-track,
.similar-products .similar-products__track {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	width: 100%;
	will-change: transform;
}

.similar-products .product-group,
.similar-products .similar-products__group {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
	align-items: stretch;
	min-width: 100%;
	flex: 0 0 100%;
	box-sizing: border-box;
	padding: 10px 6px 14px;
}

@media (max-width: 991px) {
	.similar-products .product-group,
	.similar-products .similar-products__group {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 16px;
	}
}

.similar-products .product-card,
.similar-products .similar-products__card {
	background: #fff;
	border-radius: 4px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
	transition: transform 0.25s ease, box-shadow 0.25s ease;
	width: 100%;
	max-width: 400px;
	min-height: 0;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	height: 100%;
}

.similar-products .product-card:hover,
.similar-products .similar-products__card:hover {
	transform: translateY(-4px);
	box-shadow: 0 8px 22px rgba(0, 0, 0, 0.12);
}

.similar-products .product-image,
.similar-products .similar-products__image {
	position: relative;
	width: 100%;
	flex: 0 0 auto;
	aspect-ratio: 4 / 5;
	max-height: 520px;
	background: #f4f4f4;
	overflow: hidden;
}

.similar-products .product-image a,
.similar-products .similar-products__image a {
	display: block;
	width: 100%;
	height: 100%;
}

.similar-products .product-image img,
.similar-products .similar-products__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
	transition: transform 0.45s ease;
	margin: 0;
	display: block;
}

.similar-products .product-card:hover .product-image img,
.similar-products .similar-products__card:hover .similar-products__image img {
	transform: scale(1.04);
}

.similar-products .product-info,
.similar-products .similar-products__info {
	padding: 18px 16px 20px;
	text-align: left;
	text-transform: uppercase;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	min-height: 118px;
	box-sizing: border-box;
}

.similar-products .product-name {
	font-size: 16px;
	line-height: 1.35;
	margin: 0 0 8px;
	color: #333;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	min-height: 2.7em;
}

.similar-products .product-price {
	font-size: 20px;
	font-weight: 700;
	color: #2f2f2f;
	margin: auto 0 0;
}

.similar-products .carousel-btn,
.similar-products .similar-products__nav {
	position: absolute;
	top: 42%;
	transform: translateY(-50%);
	width: 42px;
	height: 42px;
	padding: 0;
	border: 1px solid rgba(47, 47, 47, 0.2);
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.95);
	color: #2f2f2f;
	font-size: 22px;
	line-height: 1;
	cursor: pointer;
	z-index: 10;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.similar-products .carousel-btn:hover,
.similar-products .similar-products__nav:hover {
	background: #2f2f2f;
	color: #fff;
	border-color: #2f2f2f;
}

.similar-products .prev-btn,
.similar-products .similar-products__nav--prev {
	left: 4px;
}

.similar-products .next-btn,
.similar-products .similar-products__nav--next {
	right: 4px;
}

.similar-products .carousel-dots,
.similar-products .similar-products__dots {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin-top: 22px;
	flex-wrap: wrap;
}

.similar-products .dot,
.similar-products .similar-products__dot {
	width: 10px;
	height: 10px;
	padding: 0;
	border: none;
	border-radius: 50%;
	background: #d4d4d4;
	cursor: pointer;
	transition: background 0.25s ease, transform 0.2s ease;
}

.similar-products .dot:hover,
.similar-products .similar-products__dot:hover {
	background: #999;
}

.similar-products .dot.active,
.similar-products .similar-products__dot.active {
	background: #2f2f2f;
	transform: scale(1.15);
}

/*********************************
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;
	background: #ffffffea;
}

/* 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;
    gap: 0;
    border-bottom: 2px solid #2f2f2f;
    margin-bottom: 0;
    padding: 0;
}

.reviews_tab {
    padding: 14px 28px;
    cursor: pointer;
    font-weight: 600;
    font-size: 14px;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    color: #666;
    border: 1px solid transparent;
    border-bottom: none;
    position: relative;
    bottom: -2px;
    background: #f0f0f0;
    margin-right: 8px;
    border-radius: 6px 6px 0 0;
    transition: background 0.25s ease, color 0.25s ease, border-color 0.25s ease;
}

.reviews_tab.active {
    background: #fff;
    border-color: #2f2f2f;
    border-bottom: 2px solid #fff;
    color: #2f2f2f;
    z-index: 1;
}

.reviews_tab:hover:not(.active) {
    background: #e8e8e8;
    color: #444;
}

/* Contenido de las pestañas */
.reviews_tab_content {
    display: none;
    padding: 0;
    border: 2px solid #2f2f2f;
    border-top: none;
    background: #fff;
    border-radius: 0 0 8px 8px;
    overflow: hidden;
}

.reviews_tab_content.active {
    display: block;
}

/* Misma altura mínima que el panel de escribir reseña */
#leave-review.reviews_tab_content,
#reviews.reviews_tab_content {
    min-height: 400px;
    box-sizing: border-box;
}

#leave-review.reviews_tab_content {
    background: #fafafa;
}

/* Solo cuando la pestaña está activa; si no, .reviews_tab_content { display: none } debe ganar */
#reviews.reviews_tab_content.active {
    display: flex;
    flex-direction: column;
}

/* Contenedor de la lista de reseñas */
.reviews_list {
    flex: 1 1 auto;
    min-height: 300px;
    max-height: 380px;
    overflow-y: auto;
    transition: max-height 0.3s ease;
    padding: 18px 26px 20px;
    box-sizing: border-box;
}

/* Muchas reseñas: mismo alto; se hace scroll dentro del panel */
.reviews_list.scroll-active {
    max-height: 380px;
    overflow-y: auto;
}

/* 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: 0;
    padding: 16px 0;
    border-bottom: 1px solid #e1e1e1;
    min-height: auto;
    transition: transform 0.3s ease, opacity 0.3s ease;
}

.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: visible;
}

.review_name {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
}

.review_title {
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #2f2f2f;
    margin: 0 0 8px;
}

.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: 0;
}

.review_text p {
    margin: 0;
}

/* Formulario de reseñas (pestaña Escribir) */
.review_form_container.review-form-panel {
    background: linear-gradient(180deg, #ffffff 0%, #f7f7f7 100%);
    padding: 0;
    border-radius: 0;
}

.review-form-header {
    padding: 20px 26px 14px;
    border-bottom: 1px solid rgba(47, 47, 47, 0.12);
    background: #fff;
}

.review-form-title {
    font-size: 22px;
    font-weight: 700;
    color: #2f2f2f;
    margin: 0 0 12px;
    letter-spacing: 0.02em;
    text-transform: none;
}

.review-form-intro {
    font-size: 15px;
    line-height: 1.55;
    color: #5a5a5a;
    margin: 0;
    max-width: 640px;
}

.review_form_content {
    width: 100%;
    padding: 18px 26px 20px;
    box-sizing: border-box;
}

.review_form {
    width: 100%;
    max-width: 100%;
}

.review-form-field {
    margin-bottom: 14px;
}

.review-form-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #2f2f2f;
    margin-bottom: 10px;
}

.review_form_text {
    width: 100%;
    min-height: 96px;
    margin-bottom: 6px;
    padding: 12px 14px;
    border: 1px solid #cfcfcf;
    border-radius: 6px;
    font-size: 15px;
    line-height: 1.5;
    resize: vertical;
    box-sizing: border-box;
    font-family: inherit;
    color: #333;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.review_form_text::placeholder {
    color: #9a9a9a;
}

.review_form_text:hover {
    border-color: #a8a8a8;
}

.review_form_text:focus {
    outline: none;
    border-color: #2f2f2f;
    box-shadow: 0 0 0 3px rgba(47, 47, 47, 0.12);
}

.review-form-hint {
    display: block;
    font-size: 12px;
    color: #888;
}

.review-form-actions {
    margin-top: 4px;
    margin-bottom: 4px;
}

.review_form_button {
    background-color: #2f2f2f;
    color: #fff;
    border: none;
    padding: 12px 30px;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 4px;
    transition: background-color 0.25s ease, transform 0.15s ease;
}

.review_form_button:hover {
    background-color: #1a1a1a;
}

.review_form_button:active {
    transform: translateY(1px);
}

.review_form_title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.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;
}

.mensaje.review-form-login-msg,
.review-form-login-msg {
    margin-top: 12px;
    margin-bottom: 0;
    padding: 14px 18px;
    font-size: 14px;
    font-weight: 600;
    color: #5c4d3a;
    background: #faf6ef;
    border: 1px solid #e8dcc8;
    border-left: 4px solid #c9a227;
    border-radius: 4px;
}

/* 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;
}

@media (max-width: 576px) {
	.review-form-header {
		padding: 16px 14px 10px;
	}
	.review_form_content {
		padding: 14px 14px 16px;
	}
	.reviews_tab {
		padding: 12px 16px;
		font-size: 12px;
	}
}

/*********************************
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;
	background-color: #ffffffea;
}
.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
*********************************/
