
div.section { width: 95%; }
@media all and (min-width: 52em) { div.section { width: 94% } }
@media all and (min-width: 54em) { div.section { width: 93% } }
@media all and (min-width: 56em) { div.section { width: 92% } }
@media all and (min-width: 58em) { div.section { width: 91% } }
@media all and (min-width: 60em) { div.section { width: 90% } }

.left { float: left; clear: left; }
.right { float: right; clear: right; }
.primary { width: 75%; }
.secondary { width: 23%; }
.half { width: 49%; }

.align-right {
	text-align: right;
}

form.search {
	display: block;
	text-align: right;
}

ul.collection-nav.hide {
	display: block;
}
a.nav-toggle {
	display: none;
}
h1 {
	font-size: 48px;
}
h2 {
	font-size: 32px;
	margin: 1em 0 0.5em 0;
}
label {
	display: inline-block;
	float: left;
	line-height: 1.5em;
	width: 8em;
}
ul.global-nav {
	margin: 0 17.5em 0 0;
	float: right;
}
a.quantity-minus,
a.quantity-plus {
	font-size: 18px;
	display: inline-block;
	vertical-align: top;
	width: 1.1em;
	height: 1.1em;
	padding: 0.2em;
	text-align: center;
	
	background-color: #CFCFCF;
	
	color: #333;
	text-shadow: 0 1px #FFF;
	opacity: 0.9;
}
a.quantity-minus:hover,
a.quantity-minus:focus,
a.quantity-plus:hover,
a.quantity-plus:focus {
	text-decoration: none;
	opacity: 1;
}
a.quantity-minus {
	margin-right: 0.25em;
}
a.quantity-plus {
	margin: 0 0.25em;
}
ul.global-nav {
	
	margin-right: 17em;
	
	float: right;
}
ul.global-nav li {
	font-size: 13px;
}
div.cart-summary {
	position: absolute;
	top: 0; right: 0;
	width: 12em;
	margin-bottom: 1em;
	overflow: hidden;
    margin: 0 45px;
}
div.cart-summary a {
	display: block;
		
	background-color: #E8E8E8;
	background-color: rgba(0,0,0,0.09);
	color: #666;
	
	overflow: hidden;
	text-transform: uppercase;
	text-decoration: none;
}
div.cart-summary.active a {
	
	background-position: 7px -41px;
	
}
div.cart-summary a:hover,
div.cart-summary a:focus {
		
	background-color: #EEE;
	
}
div.cart-summary a span.items {
	float: left;
		
	background-position: 7px 7px;
	padding: 0.6923em 0.1923em 0.6923em 36px;
	
}
div.cart-summary.active a span.items {
		
	color: #ac0e1d;
	
}
div.cart-summary.active a:hover span.items {
	text-decoration: underline;
}
div.cart-summary a span.total {
	display: block;
	float: right;
		
	background-position: 7px 7px;
	padding: 0.6923em 0.6923em 0.6923em 0.1923em;
	
}
div.site-title {
	margin-top: 0;
}

table.cart a.product img {
	display: inline-block;
	float: left;
	margin-bottom: 0;
}
div.site-title a {
	font-size: 65px;
	margin-right: 4em;
}
p.store-info {
	font-size: 14px;
}
div.collection-header {
	padding: 2em;
}
div.collection-header.image {
	padding: 0;
	overflow: hidden;
}
div.collection-header.image img {
	display: block;
	float: left;
	margin-right: 2em;
}
div.collection-header.image div {
	padding: 2em;
}
div.collection-header h1 {
	font-size: 50px;
}
ul.collection-nav {
	min-height: 2.6em;
	margin-top: 3.5em;
    margin-bottom: 2em;
}
ul.collection-nav li {
	display: block;
	float: left;
	
	margin: 0
	padding: 0 1em 0 0;
	
}
ul.collection-nav li li {
	display: block;
	float: none;
	border: none;
}


ul.collection-nav li:hover ul.collection-tags,
ul.collection-nav li:focus ul.collection-tags {
	display: block;
	position: absolute;
	z-index: 10;
	
	background: #333;
	background: rgba(34,34,34,0.92);
	
	min-width: 9em;
	
	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-ms-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	-o-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	
	-webkit-animation: fadeIn 0.6s 1;
	-moz-animation: fadeIn 0.6s 1;
	animation: fadeIn 0.6s 1;
}
ul.carousel-images div.text {
	position: absolute;
	z-index: 1;
	top: 37%;
	left: 8%;
    width: 75%;
	margin-top: 0;
	
	background: none;
	padding: 0;
	
	margin-right: 32px;
}
#carousel img {
	display: inline !important;
}
ul.carousel-images h2 {
	
	font-size: 60px;
  	display: none;
	
}
ul.carousel-images div.product p {
	font-size: 22px;
    line-height: 120%;
    width: 80%;
}
ul.carousel-images div.product p.price {
	font-size: 24px;
    width: 36em;
}
ul.carousel-nav {
	position: absolute;
	z-index: 2;
	
	left: 0;
	right: 0;
	bottom: 20px;
	background: #CCC;
	background: rgba(0,0,0,0.12);
	margin: 0 20px 25px;
	padding: 10px 52px;
	
	overflow: hidden;
    border-radius: 25px;
    display: block;
}
ul.carousel-nav li {
	display: block;
	list-style: none;
	max-width: 17.5%;
	float: left;
	margin-left: 2.5%;
}
ul.carousel-nav li.first {
	margin-left: 1.5%;
}
ul.carousel-nav.show4 li.first {
	margin-left: 10%;
}
ul.carousel-nav.show3 li.first {
	margin-left: 20.725%;
}
ul.carousel-nav.show2 li.first {
	margin-left: 31.25%;
}
ul.carousel-nav li img {
	display: block;
	max-height: 60px;
}
ul.carousel-nav li a {
	display: block;
	
	border: 5px solid #CCC;
	border: 5px solid rgba(0,0,0,0.1);
	
}
ul.carousel-nav li a:hover,
ul.carousel-nav li a:focus {
	
	border-color: #999;
	border-color: rgba(0,0,0,0.2);
	
}
ul.carousel-nav li.prev a,
ul.carousel-nav li.next a {
	height: 300px;
    margin: 0;
}

ul.carousel-nav li.current a {
	
	border-color: #333;
	
	cursor: default;
}
ul.sublinks {
 	display:block; 
}
ul.sublinks li {
	width: 32%;
	margin-left: 2%;
	float: left;
}
ul.sublinks li:first-child {
	margin-left: 0;
}
ul.sublinks img {
	width: 100%;
	float: none;
	margin: 0;
}
ul.sublinks a h3 {
	position: relative;
	z-index: 5;
	margin: -1.5em 0 0 0;
}
ul.half,
ul.third,
ul.quarter {
	width: auto;
}
ul.half li,
ul.third li,
ul.quarter li {
	float: left;
	margin-right: 2%;
}
ul.half li {
	width: 49%;
}
ul.third li {
	width: 32%;
}
ul.quarter li {
	width: 23.5%;
}
ul.products li:nth-child(odd) {
	clear:none;
}
ul.products li.first:nth-child(odd),
ul li.first {
	clear: left;
}
ul li.last {
	margin-right: 0;
}
div.enlarged .left,
div.enlarged .right,
div.enlarged .half,
div.enlarged .primary,
div.enlarged .secondary {
	width: auto;
	float: none;
}
ul.sub-list.hide {
	display: block;
}
p.list-toggle {
	display: none;
}
ul.footer-nav li {
	float: left;
}