#dd_recambios_front_imagen{
	margin:50px 0;
}
#dd_recambios_front_imagen .titulo{
	border-bottom:3px solid #B01E27;
	margin-bottom:20px;
}
#dd_recambios_front_imagen .titulo .texto{
	line-height:120%;
	font-size:25px;
	font-weight:600;
	color:#B01E27;
	margin-bottom:10px;
}
#dd_recambios_front_imagen .titulo .boton{
	display:inline-block;
	padding:8px 30px;
	border-radius:200px;
	font-weight:700;
	font-size:16px;
	line-height:24px;
	border:1px solid #1D1D1B;
	margin-bottom:10px;
}
#dd_recambios_front_imagen .titulo .boton.ver{
	background-color:#1D1D1B;
	color:white;
}
#dd_recambios_front_imagen .titulo .boton.comprar{
	background-color:white;
	color:#1D1D1B;
}
#dd_recambios_front_imagen .piezas{
	position:relative;
	width:100%;
}
#dd_recambios_front_imagen .piezas .recambio{
	position:absolute;
	display:flex;
	justify-content:center;
	align-items:center;
	width:5%;
	height:5%;
	cursor:pointer;
	border-radius:50%;
	color:#0004FF;
	line-height:35px;
	font-size:25px;
	font-size:3vw;
	font-weight:700;
	background:white;
	border:2px solid black;
}
#dd_recambios_front_imagen .piezas .recambio.marcado{
	color:white;
	background:#0004FF;
}
#dd_recambios_front_imagen .piezas .imagen{
	width:100%;
	height:auto;
	aspect-ratio:1/1;
	object-fit:contain;
	border-radius:30px;
	border:2px solid #1D1D1B;
}
#dd_recambios_front_imagen .piezas .imagen.defecto{
	background-color:lightgray;
}
#dd_recambios_front_imagen .recambios{
	width:100%;
}
#dd_recambios_front_imagen .recambios .recambio{
	position:fixed;
	top:0;
	left:0;
	width:100vw;
	height:100vh;
	display:none;
	flex-direction:column;
	justify-content:center;
	align-items:center;
	z-index:1049;
	background:white;
}
#dd_recambios_front_imagen .recambios .recambio .cerrar{
	position:fixed;
	top:10px;
	right:10px;
	display:flex;
	justify-content:center;
	align-items:center;
	width:30px;
	height:30px;
	font-size:40px;
	line-height:30px;
	cursor:pointer;
}
#dd_recambios_front_imagen .recambios .recambio .numero{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#0004FF;
	border:2px solid black;
	border-radius:50%;
	min-width:35px;
	width:35px;
	height:35px;
	line-height:35px;
	font-size:25px;
	font-weight:700;
	margin-bottom:20px;
}
#dd_recambios_front_imagen .recambios .recambio .enlace{
	display:flex;
	flex-direction:column;
	justify-content:center;
	align-items:center;
}
#dd_recambios_front_imagen .recambios .recambio .enlace .imagen{
	min-width:262px;
	width:262px;
	height:262px;
	object-fit:contain;
	margin:0px 20px;
	margin-bottom:20px;
}
#dd_recambios_front_imagen .recambios .recambio .enlace .imagen.defecto{
	background-color:lightgrey;
}
#dd_recambios_front_imagen .recambios .recambio .enlace .texto{
	text-align:center;
}
#dd_recambios_front_imagen .recambios .recambio .enlace .texto .nombre{
	width:100%;
	line-height:20px;
	font-size:16px;
	font-weight:700;
	color:#1D1D1B;
	margin-bottom:20px;
}
#dd_recambios_front_imagen .recambios .recambio .enlace .texto .precio{
	width:100%;
	font-weight:700;
	line-height:110%;
	font-size:30px;
	color:#1D1D1B;
	margin-bottom:20px;
}
#dd_recambios_front_imagen .recambios .recambio .boton{
	padding:8px 30px;
	font-size:16px;
	line-height:24px;
	font-weight:700;
	background-color:#1D1D1B;
	color:white;
	border-radius:200px;
	cursor:pointer;
	border:none;
}
#dd_recambios_front_imagen .recambios .recambio .boton[pid="0"]{
	background:rgba(0,0,0,.65);
	cursor:not-allowed;
}
#dd_recambios_front_imagen .recambios .recambio .boton[disabled]{
	background:rgba(0,0,0,.65);
	cursor:not-allowed;
}
#dd_recambios_front_imagen .recambios .recambio .boton[pid="0"]:hover{
	background:rgba(0,0,0,.65);
}
@media(min-width:1024px){
	#dd_recambios_front_imagen .titulo{
		display:flex;
		justify-content:flex-start;
		align-items:center;
	}
	#dd_recambios_front_imagen .titulo .boton{
		margin-left:20px;
		cursor:pointer;
	}
	#dd_recambios_front_imagen .titulo .boton:hover{
		background-color:#B01E27;
		border-color:#B01E27;
  		color:white;
	}
	#dd_recambios_front_imagen .contenido{
		display:flex;
		justify-content:space-between;
		align-items:center;
	}
	#dd_recambios_front_imagen .piezas{
		width:40%;
		min-width:40%;
	}
	#dd_recambios_front_imagen .piezas .recambio{
		font-size:1vw;
	}
	#dd_recambios_front_imagen .piezas .recambio:hover{
		color:white;
		background:#0004FF;
	}
	#dd_recambios_front_imagen .recambios{
		width:100%;
		margin-left:100px;
	}
	#dd_recambios_front_imagen .recambios .recambio{
		position:static;
		display:none;
		width:100%;
		height:auto;
		background:none;
		flex-direction:row;
		justify-content:space-between;
		align-items:center;
	}
	#dd_recambios_front_imagen .recambios .recambio:first-of-type{
		display:flex;
	}
	#dd_recambios_front_imagen .recambios .recambio .cerrar{
		display:none;
	}
	#dd_recambios_front_imagen .recambios .recambio .enlace{
		display:flex;
		flex-direction:row;
		justify-content:space-between;
		align-items:center;
		width:100%;
	}
	#dd_recambios_front_imagen .recambios .recambio .enlace .imagen{
		margin:0px 50px;
	}
	#dd_recambios_front_imagen .recambios .recambio .enlace .texto{
		width:100%;
		text-align:left;
	}
	#dd_recambios_front_imagen .recambios .recambio .enlace .texto .precio{
		margin-bottom:0;
	}
	#dd_recambios_front_imagen .recambios .recambio .enlace:hover .texto .nombre,
	#dd_recambios_front_imagen .recambios .recambio .enlace:hover .texto .precio{
		color:#B01E27;
	}
	#dd_recambios_front_imagen .recambios .recambio .boton:hover{
		background-color:#B01E27;
  		color:white;
	}
}