

.ylightbox
{
	display:none;
}
.ylightbox .inner p
{
	padding:20px;
}
.y_single_products_container
{
padding:20px;
}
.y_single_products_container  h3
{
	text-align:center;
}
.yproduct_main_img img
{
	width:100%;
    border-radius: 10px;
    border: 2px solid #8A8A8A;
    box-shadow: 0 10px 15px #9E9E9E;
}

.yproduct_main_img img:hover ,
.yproduct_main_img img:focus  {
  transform: scale(1.06);
  
}
.yinner_img  img
{
    min-height: 93px;
		width: 100%;
	
}
.ylightbox
{

	
	 position:fixed; 
	 top:0;
	 left:0;
	 width:100%;
	 height:100%;
	background: rgba(0, 0, 0, 0.74);
	 text-align:center;
	z-index: 999999;
	
}

.ylightbox .inner
{
width:80%;
margin:0 auto;
	padding:10px;
	margin-top:40px;
	background:white;
	border-radius:10px;
	z-index:9999;
	
	max-height:580px;
}
.inner_scroll{overflow:auto; height:550px;overflow-x:hidden; /*max-width:782px*/}
.main_lihtbox_img img 
{
	min-width:40%;

	max-width:70% !important;
	max-height:300px;
}
.yclear{clear:both;}