.ProductList_Products_List_Stock .InStockAt {
	color: #000000 !important;
	padding: 10px;
	border: 1px solid #97e1f9;
	background-color: #e2f8ff;
	border-radius: 10px;
}

.InStockAt:after {
	font-weight: bold;
	color: #000000;
	content: "*";
}

.Category {
	background-color: #ececec;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	text-align: center;
	padding: 30px;
	margin: 0 0 20px 0;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
	cursor: pointer;
}

.Category h3 {
	font-size: 16px;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0;
	color: #424242;
	padding: 12px 12px 0;
	position: relative;
	transition: all ease-in 200ms;
	-moz-transition: all ease-in 200ms;
	-webkit-transition: all ease-in 200ms;
	-o-transition: all ease-in 200ms;
	-ms-transition: all ease-in 200ms;
}

.Category:hover {
	background-color: #7dc242;
}

.Category:hover h3 {
	color: #fff;
}
.back-to-start {
	font-size: 1.4em;
}
.back-to-start:hover {
	cursor: pointer;
}

.filter__checkbox {
	vertical-align: top;
	margin-top: 5px;
}
.filter__text {
	width: calc(100% - 20px);
}

.Gift-Vouchers .view_gift_voucher {
	background-color: #bd305f;
}

.view_gift_voucher {
	border-radius: 4px;
	cursor: pointer;
	text-transform: uppercase;
	float: right;
	display: inline-grid;
	transition: all ease 500ms;
	width: 100%;
	padding: 12px 26px;
}

.Gift-Vouchers .view_gift_voucher:hover {
	background-color: #bd305f;
}

.product-list__gst-value__is-voucher {
	display: none;
}

.mobile-plant-finder {
	display: none;
}

/*pipline test comment to be removed*/

/* New Design for Mobile */
@media only screen and (max-width: 426px) {
	.mobile_btn {
		text-align: center;
		text-transform: uppercase;
		padding: 10px 0;
		outline: none;
		z-index: 10;
		position: relative;
	}

	.Garden-Centre .mobile-plant-finder {
		display: block;
		margin-left: -15px;
		margin-right: -15px;
		text-align: center;
		padding: 10px 0;
		background-color: #81aa20;
		color: #fff;
		text-transform: uppercase;
		float: left;
		width: 100vw;
		z-index: 10;
		position: fixed;
    top: 130px;
	}

	.Garden-Centre .mobile-plant-finder img {
		margin-right: 10px;
	}
}

.export-button {
		width: 25% !important;
		border: none;
}

.export-delimiter-select {
	line-height: 2em;
	height: 3em;
	border-radius: 4px;
	min-width: 10%;
}