/* Punchlist 23/20: product page layout — image fills column, plain add-to-cart */
#productInfo #productInfo-displayRow {
	width: 100%;
	margin-left: 0;
	margin-right: 0;
}
#productInfo #productInfo-displayColLeft {
	flex: 0 0 100%;
	max-width: 100%;
}
@media (min-width: 768px) {
	#productInfo #productInfo-displayColLeft {
		flex: 0 0 42%;
		max-width: 42%;
	}
	#productInfo #productInfo-displayColRight {
		flex: 0 0 58%;
		max-width: 58%;
	}
}
#productInfo .productMainImage,
#productInfo .productMainImage a,
#productInfo #productMainImage {
	display: block;
	width: 100%;
}
#productInfo .productMainImage img,
#productInfo #productMainImage img {
	width: 100%;
	max-width: 100%;
	height: auto;
}
#productInfo #addToCart-card {
	border: 0;
	background: transparent;
	box-shadow: none;
}
#productInfo #addToCart-card-header {
	border: 0;
	background: transparent;
	padding-left: 0;
	padding-right: 0;
	font-size: 1rem;
	font-weight: bold;
}
#productInfo #cartAdd.card-body {
	padding: 0.5rem 0;
}
