
.right-bttom {
	/* display: none; */
	position: fixed;
	bottom: 320px;
	right: 20px;
	/* padding: 10px 20px; */
	font-size: 16px;
	background-color: #0073aa;
	color: white;
	border: none;
	border-radius: 5px;
	cursor: pointer;
}
.right-bttom>div{
	/* position:static; */
	background-color: #000;
	padding: 10px 20px;
	min-width: 20px;
	min-height: 20px;
	
}
.right-bttom>div>div{
	display: none;
	/* display: flex; */
	justify-content: center;
	align-items: center;
	position: absolute;	
	background-color: #FFF;
	left: -210px;
	top: 0;
	color: #000;
	width: 200px;
	height: 200px;
	box-shadow: -5px 0px 10px 0px #909090;
	margin-left: 10px;
}
.right-bttom>div:hover{
	background-color: #fff;
	color: #000;
}
.right-bttom>div:hover>div{
	display: flex;
	justify-items: center;
	align-items: center;
}
.phone-widget {
	bottom: 180px;
	right: 20px;
	/* padding: 10px 20px; */
	background-color: #ff7f00;
	color: white;
	border-radius: 5px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.header-top, .header-bottom{
	border: none;
}
.custom-image-share{	max-width: 550px;	max-height: 150px;	display: flex;	justify-content: space-between;	border: #000 solid 1px;	border-radius: 5px;	padding: 20px;}
.custom-image-share img{
	max-width: 120px;
}
.category-details-top{
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	margin-bottom: 50px;
}
.category-details-top>div{
	margin: 10px 20px;
}
.category-image{
	max-height: 200PX;
}