@charset "UTF-8";

.producto-detalle-header{
	padding: 4% 7%;
	border-bottom: 2px solid var(--bordes);
	margin-bottom: 1rem;
}


.producto-detalle-cuerpo{
	padding: 5%;
	float: left;
	width: 100%;
}

.producto-detalle-gal, .producto-detalle-info{
	float: left;
	width: 100%;
	margin-bottom: 1.5rem;

}
.producto-iconos-box{
	float:left; width: 100%;
}

.producto-icono{
	border-left: 1px solid var(--bordes);
	border-right: 1px solid var(--bordes);
	text-align: center;
	text-align: -webkit-center;
	padding: 0 0.2rem;
	cursor:pointer;
}

.galeria-carrusel{
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
}

.slick-box{
	width: calc(100% - 3rem);
	float: left;
	flex: 0 0 calc(100% - 3rem);
	flex: 0 1 100%;
}
.slick-flecha {
	width: 1.5rem;
	flex: 0 0 1.5rem;
	cursor:pointer;
}
.slick-flecha.previa{
	text-align:left;
}
.slick-flecha.siguiente{
	text-align:right;
	
}

.producto-foto{
	width: 100%;
	float: left;
	margin-bottom: 1rem;
	padding: 1rem;
	border: 1px solid var(--bordes);
	border-radius: 0.5rem;
}

.producto-foto-a{
	width: 100%;
	float: left;
	position: relative;
	height: auto;
}

.producto-foto-b{
	float: left;
	width: 100%;
	text-align: center;
	cursor: pointer;
}

.producto-foto img, .producto-icono img{
	max-width: 100%;
	height: 100%;
}

.producto-detalle-cuerpo p{
	font-size: 0.8rem;
	margin: 2rem 5%;
	float: left;
	width: 90%;
}

h1{
	float:left;
	width: 100%;
	font-size: 1.2rem;
}
h2{
	margin-top: 3rem;
}
.cart{
	float:left;
	width: 100%;
	margin-bottom: 0.8rem;
}
.BC{
	display:none;
	font-size: 0.7rem;
}

.BC a{
	font-size: 0.7rem;
}

.producto-detalle-facts{
	width: 100%;
	float: left;
	margin: 1rem 0;
	display: flex;
	border-bottom: 1px solid var(--bordes);
	border-top: 1px solid var(--bordes);
}


.producto-detalle-facts span{
	width: 100%;
	float: left;
	text-align: center;
	font-size: 0.9rem;
}

.producto-detalle-facts>div{
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 0.3rem 0 0.5rem 0;
}

.producto-detalle-facts>div:before{
	content: "";
	width: 100%;
	float: left;
	text-align: center;
	font-size: 0.7rem;
}

.producto-facts-marca{
	flex: 0 1 33.33%;

}
.producto-facts-marca:before{
	content: "Marca" !important;
}
.producto-facts-escala{
	flex: 0 1 33.33%;
	border-right: 1px solid var(--bordes);
	border-left: 1px solid var(--bordes);
}
.producto-facts-escala:before{
	content: "Escala" !important;
}
.producto-facts-precio{
	flex: 0 1 33.33%;
}
.producto-facts-precio:before{
	content: "Precio" !important;
}

.producto-facts-precio span{
	font-weight: bold
}

.producto-precioTachado{
	font-weight: normal !important;
	color: var(--color-texto) !important;
	text-decoration: line-through;
	font-size: 0.7rem !important;
}
.producto-precioOferta{
	color: var(--color-texto-rojo) !important;
}

@media all and (min-width: 768px) {
	.BC{
		display:block;
		padding: 1% 0;
	}
	.producto-detalle-header, .producto-detalle-cuerpo{
		padding: 4% 5%;
	}
	.producto-detalle-gal{
		float: left;
		width: 40%;
	}
	.producto-detalle-info{
		float: right;
		width: calc(60% - 2rem);
	}
	h1{
		width: 60%;
	}
	
	.cart{
		float:right;
		width: 35%;
	}

	.recomendados{
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		/* gap: 0.5rem; */
	}
	
	.recomendados .producto-previos-caja{
		flex: 0 0 50%;
		border: 0;
		margin-bottom: 2rem;
	}
	.recomendados .producto-previos-caja-chd{
		flex-direction:column;
	}

	.recomendados .verDetalles{
		text-align:center;
		width: 100%;
	}

	.recomendados .producto-previos-caja-foto{
		text-align:center;
		width: 100%;
		max-height: 150px;
	}
	.recomendados .producto-previos-caja-foto img{
		height: 100%;
		width:auto;
	}
	.recomendados .producto-previos-caja-data{
		width: 100%;
		text-align: center;
	}
}

@media all and (min-width: 1024px) {
	.producto-detalle-header{
		padding: 3%;
	}
	h1{font-size: 1.5rem;}
	.producto-foto{margin-top: 1rem;}
	.producto-detalle-facts{
		border-top: 0;
	}
	
}

@media all and (min-width: 1200px) {
	.producto-detalle-header, .producto-detalle-cuerpo{
		padding: 2% 0;
		text-align: left;
	}
	h1{
		font-size: 1.7rem;
		width: 75%;
		padding-right: 40%;
	}
	.cart{
		width: 25%;
		position: sticky;
		top: 100px;
	}
	.cart .agregar-a-carrito{
		font-size: 1rem;
		height: 1.8rem;
		line-height: 1.7rem;
	}
	.cart .agregar-a-carrito:before{
		background-size: 1rem;
		padding-right: 1.3rem;
	}
	
	.cart .previos-icono-wish-list{
		height: 1.8rem;
		width: 1.8rem;
		background-size: 0.8rem;
	}
	.recomendados .producto-previos-caja{
		flex: 0 0 24%;
		border: 0;
		padding: 1rem;
		margin-bottom: 2rem;
	}
	.producto-detalle-gal{
		width: 35%;
	}
	.producto-detalle-info{
		width: calc(65% - 2rem);
	}
	
}