.woocommerce.single.km_esfuerzo #content div.product div.summary{
	margin-bottom: 50px;
	width: 63%;
}

.woocommerce.single.km_esfuerzo #content div.product div.images{
	width: 33%;
}

.woocommerce.single.km_esfuerzo .instrucciones{
	clear: both;
	padding: 50px;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.4;
	border: 1px solid rgb(0, 0, 0, 0.05);
	background-color: #f1f1f1;
	border-radius: 12px;
	box-shadow: 0px 4px 6px -1px rgba(0, 0, 0, 0.1), 0px 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.woocommerce.single.km_esfuerzo .instrucciones h2{
	margin-bottom: 25px;
	font-family: 'Alliance_Bold', sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 1.3;
}

.woocommerce.single.km_esfuerzo .instrucciones h3,
.woocommerce.single.km_esfuerzo .instrucciones h4{
	margin-bottom: 5px;
}

.woocommerce.single.km_esfuerzo .instrucciones ul,
.woocommerce.single.km_esfuerzo .instrucciones ol{
	padding: 0 0 24px 20px;
}

.woocommerce.single.km_esfuerzo .instrucciones pre{
	padding: 0;
	background: transparent;
}

.woocommerce.single.km_esfuerzo .instrucciones .note{
	padding: 12px;
	background: #f9f9f9;
	border-left: 4px solid #2b6df6;
	border-radius: 4px;
}

.woocommerce.single.km_esfuerzo .instrucciones code{
	padding: 2px 10px;
	font-family: 'Alliance_Light', sans-serif;
	font-size: 18px;
	letter-spacing: -1px;
	background: #fff;
	border: 1px solid rgb(0, 0, 0, 0.05);
	border-radius: 4px;
}

.woocommerce.single.km_esfuerzo .cross-sells>.titulo{
	margin-bottom: 25px;
	font-family: 'Alliance_Bold', sans-serif;
	font-size: 30px;
	letter-spacing: -1px;
	line-height: 1.3;
	text-align: left;
}

@media (max-width: 1200px) {
	.woocommerce.single.km_esfuerzo #content div.product div.summary{
		width: 53%;
	}

	.woocommerce.single.km_esfuerzo #content div.product div.images{
		width: 43%;
	}
}

@media (max-width: 855px) {
	.woocommerce.single.km_esfuerzo #content div.product div.summary,
	.woocommerce.single.km_esfuerzo #content div.product div.images{
		width: auto;
	}

	.woocommerce.single.km_esfuerzo div.product div.images .woocommerce-product-gallery__image:nth-child(n+2){
		max-width: 150px;
	}
}

@media (max-width: 643px) {
	.woocommerce.single.km_esfuerzo .instrucciones{
		padding: 50px 20px;
	}
}