	.searchHeading {
		font-size: 21px;
		font-weight: 500;
		margin-bottom: 1em;
	}

	.resultsReplaces {
		background: #E5E9EE54;
		border-bottom-left-radius: 6px;
		border-bottom-right-radius: 6px;
		padding: 20px;
		height: 300px;
	}

	.searchBox {
		background: #E5E9EE54;
		position: relative;
	}

	.searchBox input {
		margin-bottom: 0 !important;
		height: 55Px;
		border: 1px solid #D3D3D3;
		padding-left: 30px
	}

	.searchBox img {
		position: absolute;
		top: 28%;
		right: 7%;
	}

	#main {
		background: linear-gradient(180deg, #CFDAE7 24.27%, rgba(217, 217, 217, 0) 100%);
	}

	.searchBoxBrands {
		background: white;
		border-radius: 15px;
	}

	.alpha {
		background: #E5E9ED;
		border-radius: 7px;
		padding: 10px;
		font-size: 16px;
	}

	.resultsReplaces {
		max-height: 300px;
		overflow-y: scroll;
	}

	.resultsReplaces li a {
		text-decoration: none;
	}

	.resultsReplaces li a h3 {
		font-size: 15px;
		color: gray;
		padding-left: 10px;
		padding-bottom: 10px;
	}

	.brandColumns {
		column-count: 3;
		list-style: none;
		padding-left: 0;
	}

	.tag a {
		text-decoration: none;
		color: #272b2f;
	}

	.list-unstyled {
		list-style: none;
	}