#detalleProducto{
	width: 100%;
	float: left;
	margin-bottom: 5rem;
}

.wrapDetalle{width: 100%;padding: 0;}

.renDetalle{margin-top: 7rem;}

.frmMinis{margin-top: 4rem;}

.imgMini{margin-bottom: 2.5rem;box-shadow: 5px 5px 5px #ccc;}

.imgMini.active{
	border: 1px solid #181818;
}
.imgMini img{
	width: 100%;
}
.imgMini:hover{
	cursor: pointer;
}
.renDetalle .imgGrande{
	text-align: center;
	margin-top: 4rem;
}
.renDetalle .imgGrande img{
	max-width: 100%;
}

.frmDesc{background-color: #F9F9F9;padding: 4.5rem 10.2rem;}
.frmDesc p{
	color: #040303 !important;
	margin-bottom: 1rem;
	margin-top: 1rem;
}
.frmDesc div{
	border-bottom: 1px solid #707070;
}

/*.frmDesc div:first-child{
	border: navajowhite;
}
.frmDesc div:nth-child(2){/* border-top: 1px solid #707070; }
.frmDesc div:last-child{
	border: navajowhite;
}*/
.frmDesc p.colores{
	width: 100%;
	float: left;
	border-bottom: 1px solid #707070;
	padding-bottom: 1rem;
}
.frmDesc p.colores button:hover{
	cursor: pointer;
}

#Similares{
	width: 100%;
	float: left;
	margin-top: 5rem;
	margin-bottom: 19rem;

	overflow: hidden;
}
#Similares .subtitulo{
	text-align: center;
	margin: auto;
}
#Similares .lineaTitulo{width: 23%;margin: auto;}

#Similares .titCentre{
	margin-bottom: 7rem;
	height: 10rem;
}


.wrapDetalle{
	padding-top: 3rem;
}

.nvoSlide{
	width: 90% !important;
	margin: 0 auto !important;
	margin-top: 15rem !important;
}
#Similares{
	position: relative;
}
.owl-nav{
	position: absolute;
    height: 100%;
    width: 100%;
}
.owl-prev, .owl-next{
	background-color: #fff;
	top: -40% !important;
}

.related-container{
	background-size: contain;
	background-repeat: no-repeat;
}


@media (max-width: 1537px){
/*	.related-container{
		height: 270px;
	}*/
}

@media (min-width: 1080px){
	.owl-prev{
		/*left: -7rem;*/
	}
	.owl-next{
		/*right: -7rem;*/
	}
}

@media (max-width: 1080px){
	#Similares .lineaTitulo{width: 18%;}
/*	.related-container{
		height: 230px;
	}*/
}

@media (max-width: 800px){
	.nvoSlide{
		padding-top: 6rem;
		width: 100%;
		margin-top: 0 !important;
	}
	.owl-prev, .owl-next{
		top: -15em !important;
	}
	.owl-prev{
		left: 1em !important;
    	top: -16.5em !important;
    	background-color: #fff;
	}
	.owl-next{
		right: 1em !important;
    	top: -16.5em !important;
    	background-color: #fff;
	}

	.owl-prev i,.owl-next i{
		/*background-color: #fff;*/
	    font-size: 1.5em;
	    border-radius: 50% !important;
	    right: 2em !important;
	    padding: 4px 1.2px;
	}
	.frmDesc{
		margin-top: 7rem;
	}
}

@media (max-width: 480px){
	.frmDesc{
		padding: 4.5rem 7rem;	
	}
	.lineaTitulo{
		width: 15%;
	}
}

@media (max-width: 380px){
	.frmDesc{
		padding: 4.5rem 5rem;
	}
}