@charset "utf-8";
/* CSS Document */
.productviewpage-header{
	width: 100%;
	background-color:white;
	border-radius: 10px;
}
.logo{
	position: absolute;
	width: 10%;
	left: 50%;
	right: 50%;
	transform: translate(-50%)
}
.page_heading{
	text-align: center;
	color: black;
	padding-top: 5px;
	width: 100%;
	position: relative;
	top: 50px;
	
}
a{
	text-decoration: none;
	color: black;
}



@media only screen and (max-width: 700px){
/*.category-section-child{
	width: 20% !important;
	height: 70px!important;
}
	
/*	#category-section{
	background: #EFB6B7;
	width: 100%;
	height: 85px;
	   
}*/
	 .product-card a img {
            width: 100%;
            height: 150px;
            object-fit: cover;
	}
	.logo{
	position: absolute;
	width: 30%;
	left: 50%;
	right: 50%;
	transform: translate(-50%)
}
	
	.category-section-image{
	width: 90% !important;
	height: 55% !important;
	border-radius: 50%;
	border-style: none;
	border-color: white;
	margin-left: 5% !important;
	margin-top: 1px;
	
}
	.category-name1{
		font-size: 7px;
	}
	
}