@media screen and (max-width: 720px) {

	.modalLooks .sabana .contenido {
        max-width: 95vw;
        overflow: auto;
        max-height: 90vh;
        padding: 30px 40px;
	}
	.lookrow .lookcheck {
		padding: 0;
		height: auto;
		position: absolute;
		background: #FFF;
		padding: 20px;
        margin-left: 2px;
        margin-top: 2px;
        z-index:3;
	}

	.lookrow .lookcheck input {
		width: 25px;
		height: 25px;
	}

	.lookrow .lookproduct {
		display: block;
	}

	.lookrow .lookproduct .thumb {
		width: 100%;
		margin: 0;
		clear: both;
		display: block;
		/* float: none; */
		height: 150px;
	}
	.modalLooks h2 {
		max-width: calc(100% - 27px);
		font-size: 20px;
	}
	.lookrow .lookproduct .details * {
		font-size: 14px;
	}
.lookresumen .descuento {
    font-size: 15px;
    padding: 0 20px;
}

.lookresumen .totales, .lookresumen .totales * {
    font-size: 18px;
}
	.lookrow .lookproduct .selector {
		width: 100%;
		clear: both;
		display: block;
		padding: 0;
	}

	.lookrow {
        width: 75vw;
	}

	.lookrow .lookproduct .details {
		width: 100%;
		padding: 10px;
	}

	.lookrow .lookproduct .selector select {
		background: #eee;
		margin: 10px;
		width: calc(100% - 20px);
		font-size: 15px;
		margin-top: 0;
	}
	
	.lookresumen .btn_shop a {
		width: 100%;
	}
} 
