@charset "utf-8";
/* CSS Document */
.noSelected{
	display:none;
}
/*------------------------------*/
/*------------------------------*/
.conteinerProductModal{
	position:fixed;
	width: 100%;
	min-height: 100vh;
	background-color:rgba(6,0,29,0.66);
	z-index: 1;
	max-height: 100%;
	overflow-y: auto;
}
.modalProduct{
	background-color: #fafafa;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 7px;
	
}
.containerInfoProducModal{
	width:100%;
	box-sizing: border-box;
	color: #263238;
}
.containerBackButton{
	width:100%;
	text-align: left;
	padding: 10px 0px;
}
.linckBack{
	cursor: pointer;
	font-size:xx-large;
}
.containerBodyModal{
	display:flex;
	flex-wrap: wrap;
	align-items: flex-end;
}
.containerImgModal{
	width:60%;
}
.containerInfoModalSet{
	width: 40%;
    padding: 40px;
    box-sizing: border-box;
}
.imgProductModal{
	width:100%;
}
.titleProductModal{
	color:#311b92;
	font-size:xx-large;
	box-sizing: border-box;
	padding: 5px 0px 0px;
}
.priceProductModal{
	color:#311b92;
	font-size:xx-large;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0px 0px 5px;
}
.descriptionProduct{
	font-size: large;
	box-sizing: border-box;
	padding: 0px 0px 15px;
}
.resctrictionProductModal{
	font-size: medium;
	box-sizing: border-box;
	padding: 0px 0px 15px;
}
/*------------------------------*/




@media screen and (max-width: 900px) {
/*------------------------------*/
.conteinerProductModal{
	position:fixed;
	width: 100%;
	min-height: 100vh;
	background-color:rgba(6,0,29,0.66);
	z-index: 1;
	max-height: 100%;
	overflow-y: auto;
}
.modalProduct{
	background-color: #fafafa;
	max-width: 1200px;
	width: 90%;
	margin: 0 auto;
	box-sizing: border-box;
	margin-top: 16px;
	margin-bottom: 16px;
	padding: 16px;
	border-radius: 7px;
	
}
.containerInfoProducModal{
	width:100%;
	box-sizing: border-box;
	color: #263238;
}
.containerBackButton{
	width:100%;
	text-align: left;
	padding: 10px 0px;
}
.linckBack{
	cursor: pointer;
	font-size:xx-large;
}
.containerBodyModal{
	display:flex;
	flex-wrap: wrap;
	align-items: flex-end;
	flex-direction: column;
}
.containerImgModal{
	width:100%;
}
.containerInfoModalSet{
	width:100%;
	padding:0px;
}
.imgProductModal{
	width:100%;
}
.titleProductModal{
	color:#311b92;
	font-size:large;
	box-sizing: border-box;
	padding: 5px 0px 0px;
}
.priceProductModal{
	color:#311b92;
	font-size:large;
	font-weight: bold;
	box-sizing: border-box;
	padding: 0px 0px 5px;
}
.descriptionProduct{
	font-size: medium;
	box-sizing: border-box;
	padding: 0px 0px 15px;
}
.resctrictionProductModal{
	font-size: small;
	box-sizing: border-box;
	padding: 0px 0px 15px;
}
/*------------------------------*/
}