.entry-title{
	color: #6F62E3 !important;
	font-weight: 700 !important;
	font-size: 46px !important;
	text-align: center;
	font-family: 'Poppins', sans-serif !important;
}
.search-button-cover{
	display: flex;
	flex-direction: row !important;
	gap: 30px;
	flex-wrap: wrap;
}
.search-button-cover div{
	width: fit-content;
}
.search-button-cover .search-cart a{
	color: white;
	background: #6F62E3 !important;
	border-radius: 5px !important;
	border: none !important;
	display: flex;
	margin: 0 auto;
	width: 200px;
	height: 40px;
	align-items: center;
	padding: 0;
	font-size: 15px !important;
	justify-content: center;
}