#quickview-link {
	text-align: right;
}

article.plant {
	display: flex;
	gap: 10px;
	flex-direction: column;
	flex-wrap: nowrap;
}

article.plant header {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	margin-top: 10px;
}

article.plant header .plant-photos {
	width: 560px;
	overflow: hidden;
	order: 1;
}
article.plant header .plant-blurb {
	width: 450px;
	order: 2;
}

.plant-blurb .add_to_wishlist_line {
	margin: 10px 0;
	border: 1px solid #e9e9e9;
	border-width: 1px 0;
	padding: 5px 0;
}

.plant-blurb h5 {
	margin: 0;
}

figure.main-photo {
	margin: 0;
	width: 500px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
figure.main-photo img {
	max-width: 500px;
	max-height: 375px;
}

h1.plant-name {
	font-family: 'Bellefair', serif;
	color: #465f56;
	font-size: 2em;
	margin: 0 0 10px 0;
	font-weight: normal;
	font-style: normal;
	letter-spacing: -1px;
}
h2.plant-shortdesc {
	color: #808080;
	font-size: 1.2em;
	font-weight: normal;
	font-style: normal;
}
h2.plant-shortdesc strong {
	color: inherit;
	font-size: 1.2em;
	font-weight: normal;
	font-style: italic;
}

article.plant header .plant-shortdesc {
	line-height: 1.5em;
}

div[itemscope], a[name='full-details'] {
	display: none;
}

#AGMTitle {
	float: left;
	margin: 0 20px 10px 0;
}
.agm-pad {
	padding-top: 16px;
}

#hover-list-buff {
	position: absolute;
	display: none;
	padding: 10px 20px;
	border: 1px solid #454545;
	color: #5c5c5c;
	background-color: #f3f8f3;
	box-shadow: #00000029 0px 0px 20px 2px;
}
#hover-list-buff h1 {
	font-size: 1em;
}
#hover-list-buff ul {
	column-count: 3;
	font-size: 0.85em;
	list-style-type: none;
	padding: 0;
	gap: 10px;
}
.vars-box {
	display: inline-block;
}

section.plant-buying {
	clear: both;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}
section.plant-buying .product {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 5px;
	background-color: #e3e8e3;
	background-color: #f4f6f4;
	padding: 10px;
}
.product section.product-name {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	font-weight: 500;
}
.product section.product-prices, 
.product-size {
	font-weight: 600;
}
.product .price-main {
}
.product-pot-size img {
	vertical-align: bottom;
}
.product .price-multi {
	display: flex;
	gap: 15px;
	font-weight: normal;
	margin: 10px 0;
	font-size: 0.9em;
	letter-spacing: -0.5px;
}
.product .product-buy {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 5px;
	border-top: 1px solid #afb0af;
	padding-top: 10px;
}
.product-buy .buy-button {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	align-items: center;
	gap: 20px;
}
.qty-or-notice {
	text-align: left;
}

.plant-offers {
	margin: 10px 0;
}

.messages:empty {
	margin: 0.5em 0;
}
.messages:not(:empty) {
	margin: 1em 0;
}

.product .messages {
	color: #465f56;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-end;
	align-items: stretch;
	gap: 10px;
}
.product .messages div {
	background-color: white;
	padding: 5px 10px;
	border-radius: 5px;
}

.thumb-strip-outer {
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 4px;
}
.thumb-strip-control-left, .thumb-strip-control-right {
	width: 30px;
	height: 120px;
	background-color: #e7e7e7;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	cursor: pointer;
	filter: brightness(1);
	transition-duration: 300ms;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.thumb-strip-control-left:hover,
.thumb-strip-control-right:hover {
	filter: brightness(1.6);
}
.thumb-strip-inner {
	width: 432px;
	display: inline-flex;
	overflow: hidden;
	gap: 4px;
	height: 120px;
}
.thumb-strip-inner img {
	filter: brightness(1);
	transition-duration: 300ms;
}
.thumb-strip-inner img:hover {
	filter:brightness(1.6);
}

.qty-control {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: stretch;
	gap: 5px;
}
.qty-control-minus, .qty-control-plus {
	font-size: 2em;
	width: 32px;
	color: #465f56;
	text-align: center;
	font-weight: bold;
	background-color: #e3e8e3;
	cursor: pointer;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.qty-control-minus:hover,
.qty-control-plus:hover {
	background-color: #465f56;
	color: #e3e8e3;
}

.availabilityInterestCollectionBox {
	margin-top: 10px;
}
.availabilityInterestCollectionBox label {
	font-weight: 500;
}

menu.letters {
	display: flex;
	gap: 3px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	margin: 0;
	padding: 0;
}
menu.letters label {
	font-weight: 500;
	margin-right: 10px;
}
menu.letters a {
	background-color: #e3e8e3;
	padding: 5px 9px;
	border-radius: 1px;
	border: 1px solid #c5c5c5;
	color: #5c5c5c;
}
menu.letters a.active {
	border-color: #465f56;
	background-color: #465f56;
	color: white;
}
menu.letters a:hover {
	border-color: #465f56;
	background-color: #465f56;
	color: white;
	outline-width: 2px;
}
menu.letters li {
	list-style-type: none;
}
menu.letters .sep {
	color: #e3e8e3;
}

section.tilebox {
	margin: 20px 0;
	padding: 20px 0;
	border: 1px solid #c5c5c5;
	border-width: 1px 0 1px 0;
	display: flex;
	gap: 20px;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
}
section.tilebox .tile {
	display: inline-flex;
	gap: 20px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	width: 500px;
}
.tile h1.plant-name {
	color: unset;
}
.tile h1.title {
	font-family: 'Bellefair', serif;
	font-size: 1.9em;
	font-weight: 400;
	margin: 0;
	letter-spacing: -1px;
	text-transform: uppercase;
}
.notr {
	text-transform: none !important;
}
.tile h2.subtitle {
	font-weight: 400;
	font-size: 1em;
	margin: 5px 2px;
	color: #5c5c5c;
}
a:hover h2.subtitle {
	color: white;
}
.tile .view {
	margin-top: 0.8em;
	font-weight: 500;
}
.tile .nothumbnail, .tile img.thumbnail {
	width: 120px;
	height: 120px;
}
.tile-content {
	width: calc(100% - 140px);
}
.letters-alt { display: none; }


main summary {
	cursor: pointer;
	font-family: 'Raleway';
	font-weight: 500;
	font-size: 1.4em;
	color: #a75025;
}
main summary:hover {
	border-color: #465f56;
	background-color: #465f56;
	color: white;
}

.plant details:not(:first-child) {
	border-top: 1px solid #e9e9e9;
}
.plant summary {
	font-size: 1em;
}
#d-header summary {
	font-size: 1.2em;
}

.attribute-list {
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	list-style-type: none;
	gap: 2px;
}
.attribute-list li {
	background-color: #e9e9e9;
	padding: 10px;
	width: 342px;
	break-inside: avoid-column;
}
.attribute-list li strong:first-of-type {
	display: block;
	margin-bottom: 10px;
}
.attribute-list li strong img {
	vertical-align: text-top;
	margin: 0 10px 0 0;
}
.attr-pairs {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
}
.attr-name {
	font-weight: 600;
	margin-bottom: 3px;
}
.attr-name img {
	vertical-align: middle;
	margin-right: 10px;
}
.monthLine {
	display: grid;
	gap: 4px;
	clear: both;
	grid-template-columns: repeat(12, auto);
	grid-template-rows: repeat(2, auto);
}
.monthGrid {
	display: grid;
	gap: 5px;
	clear: both;
	grid-template-columns: repeat(4, auto);
	grid-template-rows: repeat(3, auto);
}
.monthLine h3 {
	grid-area: 1 / 1 / 2 / 13;
	margin: 0;
	padding: 0;
	font-weight: 600;
}
.monthboxOff, .monthboxOn {
	border: 1px solid #e9e9e9;
	text-align: center;
	padding: 2px;
	font-size: 0.8em;
}
.monthboxOff .material-symbols-sharp {
	color: #e9e9e9;
}
.monthboxOn {
	font-weight: 500;
	color: #465f56;
	border-color: #465f56;
}
.monthGrid .monthboxOn {
	background-color: white;
}
.monthLine .material-symbols-sharp {
	font-size: inherit;
}

.plant-info-block {
	margin: 10px 0;
	padding: 10px;
}

.plant-contents .plant-info-block {
	column-count: 2;
	column-gap: 20px;
}
.plant-contents .plant-info-block.col3 {
	column-count: 3;
	column-gap: 20px;
}
.plant-info-block.col3 .attribute-list.secondary {
	margin: 0;
	background-color: #e9e9e9;
}
.furtherReadingTitle {
	font-weight: 600;
	font-size: 1.1em;
}
ul.furtherReading {
	list-style-type: decimal;
	margin: 10px 0 20px 0;
}
ul.furtherReading li {
	margin: 8px 0;
}

.plant-maturesize .plant-info-block {
	padding: 20px;
	background-color: #e9e9e9;
}
.plant-maturesize .plant-info-block table {
	padding: 40px;
	background-color: white;
	border: 1px solid #465f56;
}

.plant-associated .plant-info-block {
	/*
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	flex-wrap: wrap;
	gap: 2px;
	*/
}

.blipBlock {
	letter-spacing: -0.5px;
}
figure.blipBlock img {
	max-width: 32px;
	max-height: 32px;
}
figure.blipBlock figcaption {
	background-color: inherit;
	color: inherit;
	margin: 0 0 0 10px;
	text-align: left;
	font-style: inherit;
	font-size: 0.9em;
}

.il-block {
	display: grid;
	background-color: #e9e9e9;
	background-color: white;
	justify-content: start;
	align-items: center;
	justify-items: start;
	grid-template-columns: 180px 0.5fr auto;
	margin: 1px 0;
	color: #414141;
}
.il-block figcaption {
	text-align: left;
}

.sundry-branding {
	margin-bottom: 10px;
	min-height: 2.4em;
	font-size: 0.85em;
}

.LinkSaleBody {
	margin: 10px 0;
	width: 100%;
}
.LinkSaleBody h3 {
	margin: 0 0 2px 0;
	font-family: 'Bellefair', serif;
	color: #465f56;
}

.LinkSaleView {
	padding-right: 20px;
}

span.available {
	font-style: italic;
	font-weight: 500;
}

.cat-vars {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: stretch;
	justify-content: flex-start;
	align-items: stretch;
	margin-bottom: 20px;
	gap: 20px 20px;
	margin: 20px 0;
}

.plant-sundries .cat-vars {
	margin-top: 15px;
}

.plant-sundries {
	margin-top: 10px;
	border-top: 1px solid #e9e9e9;
	padding-top: 10px;
}

.cat-var-box {
	width: 330px;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: space-between;
	align-items: stretch;
}
.cat-var-box .badges {
	padding: 5px;
}
.cat-var-box .badges .badge {
	width: 40px;
}
.cat-var-box .s1 {
	display: grid;
	grid-template-columns: 280px 1fr;
	align-items: start;
	justify-items: start;
	margin-bottom: 10px;
}
.s1 .thumbnail,
.s1 .nothumbnail,
.s1-img .thumbnail {
	width: 100%;
	height: 100%;
	min-width: 280px;
	min-height: 210px;
	background-color: white;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	border-radius: 0;
}
.cat-var-box .s2 {
	margin-top: 10px;
	font-weight: 500;
	font-size: 1.1em;
}
.s2 .name {
	font-style: italic;
	font-family: serif;
	font-weight: 600;
	color: #465f56;
}
.s2 .common-names {
	font-size: 1em;
	font-weight: 500;
	font-family: 'burncoose';
	text-transform: uppercase;
	color: #465f56;
	letter-spacing: -1px;
}
.s2 .short-desc {
	font-style: normal;
	font-family: 'Raleway', sans-serif;
	font-size: 0.8em;
	color: #4f4f4f;
	margin-top: 5px;
	font-weight: 400;
}
.s1 a.r20:hover {
	border-radius: 0;
}
a:hover .s2 {
	background-color: #465f56;
	color: white !important;
	border-radius: 5px;
	outline: 5px solid #465f56;
}
a:hover .s2 * {
	color: white !important;
}
.s3 {
	font-size: 0.8em;
}
.s3 .messages {
	margin: 10px 0;
}
.s3 .prods {
	background-color: #4f4f4f;
	display: flex;
	flex-direction: column;
	align-items: stretch;
	color: #4f4f4f;
	gap: 1px;
	padding: 1px 0 3px 0;
	margin-top: 10px;
}
.s3 .prod {
	display: grid;
	background-color: white;
	padding: 3px 0;
	justify-content: start;
	justify-items: start;
	align-items: center;
	grid-template-columns: 1fr 1fr max-content;
	grid-template-areas:
		"av-pre av-pre av-pre"
		"pot_size prod_cost prod_buy"
		"notice-min-qty notice-min-qty notice-min-qty"
		"av-post av-post av-post"
		"basket basket basket";
}
.prod .pot_size {
	grid-area: pot_size;
	font-weight: 500;
}
.prod .prod_cost {
	grid-area: prod_cost;
	font-weight: 500;
}
.prod .prod_buy {
	grid-area: prod_buy;
	font-weight: 500;
	z-index: 1;
}
.prod .av-pre {
	grid-area: av-pre;
	font-weight: 500;
}
.prod .av-post {
	grid-area: av-post;
	background-color: #e3e8e3;
	padding: 5px;
	margin: 0;
	width: 100%;
}
.prod .notice-min-qty {
	grid-area: notice-min-qty;
	width: 100%;
	text-align: right;
}
.prod .bl-av-notes {
	margin: 0.5em 0;
}
.prod input {
	margin: 0;
}
.prod input[type='number'] {
	width: 3.5em;
}

.prod .prod-basket {
	grid-area: basket;
	justify-self: right;
}


.bl-notify-me {
	font-weight: 600;
}

.bl-oos {
	padding: 3px 5px;
	margin: 0;
}
.bl-oos.closed {
	display: initial;
	background-color: white;
}
.bl-oos.open {
	background-color: #e3e8e3;
}
.bl-oos:hover {
	cursor: pointer;
	background-color: #465f56;
}
.icons.bl-oos {
	border-radius: 5px;
	background-color: transparent;
}
.icons.bl-oos:hover {
	outline: 5px solid #465f56;
}

.av-post {
	z-index: 0;
	transition-duration: 0.5s;
}
.av-post.open {
	display: revert;
}
.av-post.closed {
	display: none;
}


button .material-icons {
	vertical-align: middle;
}
.add_to_wishlist_line {
	white-space: nowrap;
}
.add_to_wishlist_line button {
	color: #465f56;
	background-color: transparent;
	border-color: transparent;
	padding: 0;
	margin: 0;
	font-size: 1em;
}
.add_to_wishlist_line button .material-symbols-sharp {
	vertical-align: middle;
}
.add_to_wishlist_line button:hover {
	text-decoration: underline;
}
.add_to_wishlist_line .add-to-wishlist-message {
	font-size: 1em;
	min-height: calc(1.2em + 8px);
	display: inline-block;
	border: solid 2px transparent;
	vertical-align: middle;
	color: #7f978c;
}
.view-wishlist-link {
	color: #4a6265;
}
.view-wishlist-link:hover {
	text-decoration: underline;
}

.plant-full-details-link {
	margin: 10px 0 10px -5px;
}

section.product-offers {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	background-color: white;
	gap: 2px;
	margin: 5px 0;
	font-size: 0.9em;
}
.product-offer {
	background-color: #f4f6f4;
	padding: 5px 0;
	border: 1px solid #afb0af;
	border-width: 1px 0;
}
.prom-off-name {
	font-weight: 500;
}
.prom-off-desc {
	margin: 5px 0;
}

.search-result-text {
	background-color: #e3e8e3;
	padding: 0 10px 10px 10px;
}

@media (max-width: 1030px) {

	article.plant header .plant-blurb {
		order: 1;
	}
	article.plant header .plant-photos {
		order: 2;
	}

	.attribute-list {
		flex-direction: column;
	}
	.attribute-list li {
		width: unset;
		padding: 5px 10px;
	}

	article.plant header {
		justify-content: center;
	}

	.tile .nothumbnail,
	.tile img.thumbnail {
		width: 80px;
		height: 80px;
	}
	.tile .view {
		margin: 0;
	}
	menu.letters { display: none; }
	.letters-alt {
		display: block;
		padding: 5px;
		background-color: #e3e8e3;
		border: 1px solid #c5c5c5;
	 }
	.letters-alt form {
		display: flex;
		gap: 1em;
		align-items: center;
		justify-content: center;
	}
	.la-button {
		display: inline-block;
		background-color: white;
		padding: 1px 5px;
		margin: 0 0 0 5px;
		border: 1px solid #465f56;
		color: black;
	}
	section.tilebox {
		margin: 0;
		padding: 0;
		gap: 0;
	}
	.tile h1.plant-name {
		font-size: 1.5em;
		text-transform: uppercase;
		font-weight: 500;
	}
	
	section.tilebox .tile {
		width: unset;
	}
	.tile-content {
		width: calc(100% - 100px);
	}

	.monthLine {
		display: grid;
		gap: 2px;
		clear: both;
		grid-template-columns: repeat(12, auto);
		grid-template-rows: repeat(2, auto);
		font-size: 0.8em;
	}

	.monthLine h3 {
		grid-area: 1 / 1 / 2 / 13;
		margin: 0;
		padding: 0;
		font-weight: 600;
	}

	.monthboxOff,
	.monthboxOn {
		border: 1px solid #e9e9e9;
		text-align: center;
		padding: 0;
	}
	.monthGrid .monthboxOn {
		border-color: revert;
	}
	.monthLine .material-symbols-sharp {
		font-size: 16px;
	}

}
@media (max-width: 540px) {
	
	article.plant header .plant-photos {
		width: 100vw;
	}
	figure.main-photo {
		width: 100vw;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-items: center;
	}

	figure.main-photo img {
		width:100vw;
	}
	.thumb-strip-outer {
		width: calc(100% - 20px);
		margin: auto;
	}
		
}
