.onsale,
.navbar__mini-cart,
.navbar__menu,
.reveal-more__toggle,
.see-also,
.nav-share,
.product__buttons,
.mini-cart-toggle,
.logobar__toggle,
.associations,
.slider__thumbs,
.product__gallery__full-size,
.footer__copyright,
.easyzoom-flyout,
.notices,
.screen-reader-text {
	display: none;
}

body {
	font-family: Arial, sans-serif;
	font-size: 9pt;
}

.header,
.main,
.footer {
	width: 80%;
	max-width: 18cm;
	margin: 0 auto;
}

/* Header */
.site-title {
	width: 200%;
	margin: 0 0 2em 0;
	position: relative;
	overflow: hidden;
	-webkit-transform: scale( 0.5 );
	transform: scale( 0.5 );
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.site-title:before {
	content: '';
	width: 100%;
	display: block;
	padding-bottom: 7.75%
}

.site-title a {
	position: absolute;
	width: 100%;
	max-width: none;
	height: 100%;
	top: 0;
	left: 0;
}

/* Gallery */
.col-sm-6:nth-child(1) {
	width: 200px;
	margin: 0 auto 2em;
}

.col-sm-6:nth-child(2) {
}

.product__gallery {
	padding: 0;
}

.slider--product .slides:before {
	padding: 0;
}

.slider--product .slides {
	width: auto;
	margin: 0;
}

.slide:first-child {
	position: relative !important;
	text-align: center;
}

.slider--product .slide img {
	max-width: 100%;
}

/* Summary */

.main {
	position: relative;
	padding-bottom: 2.25em;
}

.product__description {
	padding: 0;
	margin-top: 0.5em;
}

.summary {
	text-align: left;
}

.summary h1 {
	font-size: 1.25em;
	line-height: 1;
	margin-bottom: 0.5em;
}

.summary p {
	line-height: 1.2;
}

.product .price .print-price {
	display: block;
}

.product .price {
	position: absolute;
	bottom: 0;
	right: 0;
}


.summary p,
.product .price,
.product .product-creator {
	margin-bottom: 0.2em;
}

.sku {
	text-align: right;
}

.reveal-more {
	max-height: none;
	padding: 0;
}

.reveal-more:after {
	background: none;
	height: auto;
}

/* Footer */

.footer {
	padding: 1.5em 0;
	text-align: center;
	font-size: 8pt;
	line-height: 1.3;
}

.footer__contact {
	margin: 0;
	border-bottom: none;
}

.footer__main {
	padding: 0;
	background: none;
}

.footer [class*="col-"] {
	display: none;
}

.footer [class*="col-"].footer__contact-wrapper {
	display: block;
}

.footer__address br {
	display: none;
}

.footer__address span:before {
	content: '• ';
}

.footer__address span:after {
	content: ' •';
}

.footer h4 {
	margin-bottom: 0;
}

.footer p {
	margin-top: 0;
}

.footer a {
	color: #000;
	text-decoration: none;
}

.footer p:after {
	content: 'douglasstewart.com.au';
	display: block;
}

small {
	font-size: 1em;
}
