		.goodsearch
		{
			color: transparent;
			position: relative;
		}

		.goodsearch::before
		{
			content: "";
			background: url(/images/cobrand-shop-search.svg) no-repeat;
			background-size: contain;
			position: absolute;
			left: 0;
			top: 0;
			right: 0;
			bottom: 0;
		}

		ul.search
		{
			list-style: none;
			margin: 0;
			padding: 0;
		}

		.black {display: flex;}
		.white {display: none;}

		.black,
		.white
		{
			flex-wrap: wrap;
			justify-content: center;
		}
