.modaless{
	position:absolute;
	display:flex;
	top:-300px;
	align-items:center;
	/* top:2rem; */
	/* left:2rem; */
	/* height: calc(100% - (2rem * 2)); */
	/* width: calc(100% - (2rem * 2)); */
	padding:2rem 1rem;
	max-height:100%;
	z-index:2000;
	opacity:0;
	transition: top 0.3s ease-out, opacity 0.8s;
}
.modaless.show{opacity:1;}
.modaless div {
	background:blue;
}
.modaless img{
	border:1px solid #999;
	border-radius:10px;
	max-height:100%;
}
.modaless.right{
	justify-content: flex-start;
}
.modaless.left{
	justify-content: flex-end;
}

.modaless.h img{
	width:100%;
}
.modaless.w img{
	height:100%;
}

.modaless .product-view{
	background:#FFF;
	padding:10px;
	border:1px solid #999;
	border-radius:10px;
}
	.modaless .product-view div{
		background:#FFF;
	}
	.modaless .product-view img{
		max-width:400px;
		max-height:400px;
		height:auto;
	}
	.modaless .product-view h3{
		color: #ff5075 !important;
		text-transform: capitalize;
	}
	.modaless .product-view h4{
		color: #666 !important;
		font-size:12px;
	}
	.modaless .product-view .infos{
		display:flex;
		justify-content:space-between;
	}
	.modaless .product-view .contraint{
		color: #ff5075 !important;
	}
	.modaless .product-view .nb-product{
		background: #e3fe8f;
		text-align:center;
		font-weight:bold;
	}







