.bottom-menu-category{
	border:2px solid #00ADEF !important;
	background-color: #fff !important;
	height: 45px;
	width: 254px;
	border-radius: 22.5px;
}

.bottom-menu-category:hover, .bottom-menu-category:focus{
	border:1px solid #00ADEF !important;
	background-color: #fff !important;
	height: 45px;
	width: 254px;
	border-radius: 22.5px;
}

.main-header-search{
	border: 1px solid #D9D9D9 !important;
	background-color: transparent !important;
	border-right: 0px !important;
	height: 45px !important;
}

.main-header-search:focus{
	background-color: transparent !important;
}

.main-category-header-card, .main-category-header-card .card-header{
	background-color: #FAFAFA !important;
}

.header-search-btn{
	background-color: #00ADEF !important;
	border-radius: 22.5px !important;
	position: absolute;
	top: 1px;
	right: -25px;
	width: 63px;
	height: 44px !important;
}

.totalFavouriteCount {
	background-color: #EF0000;
	width: 20px;
	height: 20px;
	color: #fff;
	display: inline-flex !important;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -6px;
	right: -7px;

}

.totalCartCount {
	background-color: #EF0000;
	width: 20px;
	height: 20px;
	color: #fff;
	display: inline-flex !important;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
	position: absolute;
	bottom: -6px;
	right: -7px;

}