/* products */
.productsNu {
  display: block;
  position: absolute;
  top: 50px;
  height: 100%;
  right: 0px;

}
.productsNam {
  display: block;
  position: absolute;
  top: 50px;
  height: 100%;
  right: 0px;

}


	
@media (max-width: 768px) {
	.productsNu {
		width: 65%;
		height: 100%;
		top: 70px;
		right: 0px;
	}
	.productsNam {
		width: 65%;
		height: 100%;
		top: 70px;
		right: 0px;
	}
	.openFactoryNam{
		width: 65%;
		height: 100%;
		top: 70px;
		right: 0px;
	}
	.openFactoryNu{
		width: 65%;
		height: 100%;
		top: 70px;
		right: 0px;
	}


}

.rowProduct {
  	position: fixed;
	top: 0px;
	right: 0;
	bottom: 0px;
	width: 25%;
	text-align: center;
	transition: all ease-in-out 0.2s;
	z-index: 9997;
	transition: all 0.5s;
	padding: 0 15px;
	overflow-y: auto;
	background: rgb(0,38,76, 0.6);
}


@media (max-width: 768px) {
	.rowProduct {
  		width: 70%;
		height: 100%;
}
}
	
.products-close-button{
	position:absolute;
	opacity: 0%;
	left: 31%;
    top: -75px;
	z-index:99999; 
	width:30px; 
	height:100px;
	opacity: 0%;
}


@media (max-width: 768px) {
	.products-close-button {
		opacity: 100%;
		left: -15px;
    	top: -100px;
	}
}
.col-md-product{
	top: 40px;
}