
.sub_sidemenu{
	display: none;
}

.product_nodata{
	text-align: center;
	color: #717071;
	font-size: 20px;
	font-weight: bold;
}

.pdnoata_title{
	color: #718BC6;
	margin-bottom: 10px;
}

.pdnodata_img{
	max-width: 30%;
	height: auto;
}

.product_nodata a{
	display: inline-block;
	padding-bottom: 3px;
	color: #718BC6;
	border-bottom: 1px solid #718BC6;
	margin: 0 5px;
}


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

	.pdnodata_img{
		max-width: 75%;
	}

	.product_nodata{

		font-size: 14px;
	}

	.product_nodata a{	
		margin: 0 3px;
		padding-top: 5px;
	}
}

