/**
 * Base
 */
iframe {
	width: 100%;
}
hr {
	clear: both;
}
a {
	color: #707070;
}
a:hover {
	color: #CCC;
}
a.btn {
	display: inline-block;
    color: #FFF;
    padding: 0.4em 0.7em 0.2em 0.7em;
    background-color: #717276;
    text-transform: uppercase;
}
a.btn:hover {
	background-color: #CCC;
}
.disabled {
	cursor: auto;
	background-color: #DDD;
	color: #B4B4B4;
}

/**
 * Transitions
 */
a,
#search input[type='submit'],
form button,
div.fail_element,
div.functions h3,
dl.accordion h3,
div.collectionPage div.product div.img img,
#primaryNavigation ul.level0 > li > ul {
	-webkit-transition: all 0.2s 0s;
	-moz-transition: all 0.2s 0s;
	-ms-transition: all 0.2s 0s;
	-o-transition: all 0.2s 0s;
	transition: all 0.2s 0s;
}

/**
 * Headings
 */
h1, h2, h3, h4, h5 {
	font-family: 'Lustria', serif;
	text-transform: uppercase;
	color: #707276;
	font-weight: normal;
}
h3, h4 {

}
h1 {
	font-size: 240%;
	text-align: center;
}
h2 {
	font-size: 160%;
}
h3 {
	font-size: 130%;
}
h4 {
	font-size: 130%;
}

/**
 * Content
 */
#content > div.wrapper {
	position: relative;
	padding-bottom: 2em;
}

/**
 * Footer
 */
#footer {
	border-top: 1px solid #bbc5ba;
	text-transform: none;
}
#footer > div.wrapper {
	padding: 2em 0;
}
#footer h2 {
	color: #717276;
	text-transform: uppercase;
}
#footer div.cards {
	margin-top: 1.5em;
	text-transform: initial;
}

/**
 * Navigation - Primary
 */
#primaryNavigation {
	position: relative;
	border-bottom: 1px solid #c8c8c8;
}
#primaryNavigation > .wrapper {
	display: table;
	width: 100%;
}
#primaryNavigation ul {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-bottom: none;
}
#primaryNavigation > .wrapper > ul {
	display: table-row;
}
#primaryNavigation ul.level0 > li > a {
	color: #777;
}
#primaryNavigation ul.level0 > li.open > ul {
	display: block;
	z-index: 1000;
	position: absolute;
	top: auto;
	left: 0;
	width: 17.6em;
	margin-left: -8.8em;
	left: 50%;
	padding: 0.5em 1em;
	overflow: visible;
	font-size: 90%;
}
#primaryNavigation ul.level0 > li.open > a {
	color: #222;
}
#primaryNavigation ul.level0 > li.open > ul:after {
	content: '';
	position: absolute;
	z-index: 1000;
	top: -3px;
	border-width: 5px;
	border-style: solid;
	left: 50%;
	margin-left: -2px;
}
#primaryNavigation ul.level0 > li.open.first > ul {
	margin-left: 0;
	left: 0;
}
#primaryNavigation ul.level0 > li.open.first > ul:after {
	left: 0.8em;
	margin-left: 0;
}
#primaryNavigation ul.level0 > li.open.last > ul {
	margin-left: 0;
	left: auto;
	right: 0;
}
#primaryNavigation ul.level0 > li.open.last > ul:after {
	left: auto;
	margin-left: 0;
	right: 0.8em;
}

#primaryNavigation ul.level0 > li.open > a {
	color: #999;
}
#primaryNavigation ul.level0 {
	line-height: 0;
}
#primaryNavigation ul.level0 > li {
	text-align: center;
	float: none;
	width: auto;
	display: table-cell;
	position: relative;
	width: 2%;
	white-space: nowrap;
}
#primaryNavigation ul.level0 > li.first {
	text-align: left;
	width: 1%;
}
#primaryNavigation ul.level0 > li.last {
	text-align: right;
	width: 0.5%;
}

#primaryNavigation ul.level1 {
	background-color: #fff;
}
#primaryNavigation ul.level1 > li {
	display: block;
	width: auto;
	float: none;
}
#primaryNavigation ul.level1 > li > a {
	font-family: "Fedra Sans Book 3","Trebuchet MS","Lucida Sans",Verdana,sans-serif;
	color: #000;
	margin-bottom: 0;
	font: 100%;
}
#primaryNavigation ul.level1 > li > a:hover {
	color: #999;
}
#primaryNavigation ul.level1 li {
	padding: 0;
}
#primaryNavigation ul.level1 li a {
	padding: 0.9em 0.5em 0.6em;
}
#primaryNavigation ul.level1 li + li {
	border-top: 1px solid #ccc;
}

#primaryNavigation ul.level2 {
	margin-left: 0;
}
#primaryNavigation ul.level2 li {
	float: none;
	width: 100%;
	padding: 0;
}
#primaryNavigation ul li.active a {
	color: #FFF;
}
#primaryNavigation ul li.fathers-day > a {
	color: #000;
}
#primaryNavigation ul li.sale > a {
	color: #b2040f;
}

/**
 * Navigation - Secondary
 */
#secondaryNavigation {
	display: block;
	text-align: left;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
	margin-bottom: 0;
	border: 1px solid #CCC;
	padding: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
#secondaryNavigation ul li {
	display: inline;
	padding: 0;
}
#secondaryNavigation ul li a {
	padding: 0.2em 0;
}
#secondaryNavigation ul.level1 {
	margin: 0 0 1em 0;
}
#secondaryNavigation ul.level0 > li > a.cat-header {
	font-family: 'Lustria', serif;
	font-size: 110%;
	color: #727272;
	margin-bottom: 0.3em;
}
#secondaryNavigation ul.level0 > li > a.cat-header.active {
	color: #BBB
}

/**
 * Navigation - Footer
 */
#footerNavigation {
	width: 100%;
}
#footerNavigation ul.navigation.horizontal > li {
	float: left;
	width: 33%;
	padding: 0;
}
#footerNavigation ul.navigation.horizontal li li {
	float: none;
}
#footerNavigation ul.navigation ul {
	margin: 0;
}
#footerNavigation a {
	background: transparent;
	padding:0;
}
div.layout.twoColumn div.column {
	width: 49%;
}

/**
 * Tables
 */
table {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 15px;
}
table.popuptable {font-family: 'Lustria', serif; color: #666; margin-top: -2.2em;}
table.popuptable td.blankSpace {
	border: 0;
}
table a img {
	border: none;
}
td.short {
	width: 10%;
}
td.grey {background-color:#999999; color:#fff;}
table.popuptable td {
	text-align: center;
}
table.popuptable th {
	text-align: left;
}
table.popuptable .thickborder {border-top:2px solid #999999;}
table.popuptable .thickbordersides {border-right:2px solid #999999; border-left:2px solid #999999;}
table.popuptable td strong {
	font-size: 110%;
	color: #000;
}
table.popuptable td.spacer {border-left:0px; border-right:0px; height:10px; line-height:1px; font-size:1px;}
thead td {
	border-bottom: 2px solid #8e8e8e;
	text-align: center;
}
tbody img {
	vertical-align: middle;
	border:1px solid #ab997a;
}
tbody td.left div.related-products,
tbody td.left img {
	border: 1px solid #DDD;
}
tbody td.left {
	text-align:left;
	width: 45%;
}
table.delivery tbody td.left {
    width: 50%;
    text-align: center;
}
table th,
table td {
  vertical-align: middle;
}
tbody td.left div.img,
tbody td.left div.label {
	vertical-align: middle;
	display: inline-block;
}
tfoot p {
	margin:0;
}
tfoot td {
	text-align: right;
}
tfoot div.subtotal {
	font-size: 160%;
	margin-bottom: 0.2em;
	font-family: 'Lustria', serif;
	text-transform: uppercase;

}
table.cart a.image {
	float: left;
}
table.cart a.label {
	display: block;
	margin-left: 52px;
	padding-left: 1em;
	padding-top: 1em;
}
table.cart div.vat-added {
	color:#888;
}

table.openingTimes td {
  text-align: center;
}
table.horizontalZebra tr:nth-child(even) th {
  background: #F2F2F2;
}

/**
 * CSS Tabs
 */
.tabs input[type=radio] {
	position: absolute;
	left: -9999px;
}
.tabs {
	width: 900px;
	float: none;
	list-style: none;
	list-style-type: none;
	position: relative;
	padding: 0;
	margin: 20px auto 0px auto;
}
.tabs li{
	float: left;
	list-style:none;
	background: none;
	padding-left:0;
}
.tabs label {
	display: block;
	padding: 0.75em 1.2em;
	border-radius: 2px 2px 0 0;
	color: #fff;
	font-family: 'Lustria', serif;
	font-size: 14px;
	font-weight: normal;
	background: #ccc;
	min-width: 80px;
	text-align: center;
	cursor: pointer;
	position: relative;
	z-index: 999;
	top: 3px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.tabs label:hover {
	background: #000;
	top: 0;
	padding-bottom:13px;
}
[id^=tab]:checked + label {
	background: #999;
	color: white;
	top: 0;
	padding-bottom:13px;
}
[id^=tab]:checked ~ [id^=tab-content] {
	display: block;
}
.tab-content{
	z-index: 2;
	display: none;
	text-align: left;
	width: 100%;
	padding-top: 10px;
	padding: 0;
	position: absolute;
	top: 40px;
	left: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-animation-duration: 0.5s;
	-o-animation-duration: 0.5s;
	-moz-animation-duration: 0.5s;
	animation-duration: 0.5s;
}
table.popuptable td, table.popuptable th {
	padding:3px 5px;
	border: 1px solid #999;
}

/**
 * Forms
 */
form {
	font-size: 100%;
	overflow: visible;
}
form:after {
	content: '';
	display: table;
	clear: both;
}
form input,
form textarea,
form select {
	font-family: 'Fedra Sans Book 3', 'Trebuchet MS', Verdana, sans-serif;
	width: auto;
	outline: none;
}
form input[type='text']:focus,
form textarea:focus,
form select:focus {
	border: 1px solid #888;
}
form input {
	background-color: #FFF;
	border: 1px solid #c8c8c8;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
form input[type="checkbox"] {
	margin: 0.3em 0.5em 0 0;
}
form input[type="email"],
form input[type="password"] {
	width:75%;
}
form select {
	font-size: 110%;
}
form label {
	float: left;
	width: 20%;
}
form button,
a.button {
	/*-webkit-font-smoothing: subpixel-antialiased;*/
	display: inline-block;
	font-family: 'Fedra Sans Book 3', 'Trebuchet MS', Verdana, sans-serif;
	font-size: 115%;
	padding: 0.8em 0.9em 0.8em 0.9em;
	margin-bottom: 1.5em;
	line-height: 1;
	width: auto;
	color: #FFFFFF;
	background: #717276;
	border: none;
	text-transform: uppercase;
	cursor: pointer;
	-webkit-transition: background ease 0.4s;
	-o-transition: background ease 0.4s;
	transition: background ease 0.4s;
}
.viewAll.button {
	margin-bottom: 0;
	font-size: 100%;
	  padding: 0.7em 0.8em 0.5em;
}

/* ridiculous hack to normalise vertical spacing for browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	form button,
	a.button {
		padding: 0.8em 0.9em 0.5em 0.9em;
	}
}
a.button {
	display: inline-block;
}
form button:hover,
a.button:hover {
	color: #ccc;
}
form div.row {
	overflow: hidden;
	margin-bottom: 0.7em;
	min-height: 2em;
}
#lgp input[type="text"] {
	width: 20em;
}

/**
 * Customer
 */
#guest {
	margin-top: 1.5em;
	padding-top: 1.5em;
	border-top: 1px solid #c8c8c8;
}
#forgot_password {
	padding-left: 7.7em;
}
span.note {
	padding-left: 1em;
}
div.address_table {
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 1.5em;
}

/**
 * Blog
 */
div.blog-article {
	border-top: 1px solid #c8c8c8;
	padding-top: 1.5em;
}
div.blog-article:first-child {
	border: none;
}
ul.blog-article-meta li {
	background: none;
	padding-left: 0;
}
div.rte {
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 1.5em;
}
div.blog-article-single div.social {
	float: left;
	display: block;
	margin: 0;
}
p.nav {
	clear: both;
}
div.articles div.blog-article {
	margin-bottom: 3em;
}
ul.blog-article-meta {
	float: right;
}
span.left {float: left}
span.right {float: right}

div.widget {
	padding-top: 1.5em;
}
div.widget ul {
	list-style-type: none;

}
div.widget li {
	border-bottom: 1px solid #C8C8C8;
	padding: 0 0 0.5em 0;
	margin: 0.5em 0;
	background: none;
}
div.widget li:last-child {
	border-bottom: none;
}


/**
 * Search
 */
#search {
	clear: right;
}
#search input,
#searchresults input {
	font-size: 100%;
	float: left;
	display: block;
	color: #333333;
	margin: 0;
	max-height: none;
	width: auto;
}
#search input {
	padding: 0.7em 1em 0.5em;
	width: 15em;
	margin-bottom: 1em;
}
#search input:focus,
#searchresults input:focus {
	border: 1px solid #888;
}
#search input[type='submit'],
#searchresults input[type='submit'] {
	color: #8D744A;
	background: #f8f8f8;
	background: -moz-linear-gradient(top,  #f8f8f8 0%, #ececec 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8f8f8), color-stop(100%,#ececec));
	background: -webkit-linear-gradient(top,  #f8f8f8 0%,#ececec 100%);
	background: -o-linear-gradient(top,  #f8f8f8 0%,#ececec 100%);
	background: -ms-linear-gradient(top,  #f8f8f8 0%,#ececec 100%);
	background: linear-gradient(to bottom,  #f8f8f8 0%,#ececec 100%);
}
#search input[type='submit']:hover,
#searchresults input[type='submit']:hover {
	background-color: #F0F0F0;
	color: #333;
	cursor: pointer;
}
#search input[type='text'] {
	background: transparent url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/search_icon.png?7057787889731997405) no-repeat 98% center;
}
#searchresults input[type='text'] {
	margin-right: 0.6em;
}
#search label,
#searchresults label {
	margin: 0;
}
#search button,
#searchresults button {
	border: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
#searchresults {
	margin: 0 !important;
}
#searchresults .heading {
	text-align: center;
}
#searchresults .heading a {
	color: #000;
}
#searchresults .heading a:hover {
	color: #ccc;
}
#searchresults form {
	text-align: center;
}
#searchresults input {
	float: none;
	display: inline-block;
	font-size: 110%;
}
#searchresults input[type='text'] {
	width: 30%;
	padding: 1em;
}
#searchresults input[type='submit'] {
	width: auto;
	padding: 1em;
}
#searchresults ol {
	list-style: none;
}
#searchresults li {
	overflow: hidden;
	margin: 0 !important;
	border-bottom: 1px solid #ddd;
}
#searchresults li span {
	color: #777;
}
#searchresults strong.highlight {
	color: #000;
	font-weight: normal;
}
#searchresults .result-image {
	margin-bottom: 1em;
	margin-right: 1em;
	margin-top: 1em;
}
div.resultText {
	overflow: hidden;
	margin-bottom: 1em;
}
#searchresults .result-image img {
	display: block;
	border: 1px solid #ccc;
}

/**
 * Header
 */
#header .layout .column.one .wrapper,
#header .layout .column.three .wrapper {
	padding-top: 0;
}
#header {
	margin-bottom: 1.6em;
	padding-top: 1.5em;
	text-transform: uppercase;
	color: #816e2a;
}
#header a {
	color: #816e2a;
}
#logo {
	text-align: center;
	float: none;
}
#logo a {
	width: auto;
	height: auto;
	background: transparent;
}
#logo img {
	display: inline-block;
}

/**
 * Breadcrumb
 */
#breadcrumb {
	color: #333;
	padding: 0;
	font-size: 100%;
	margin: 0 0 1.5em 0;
	text-transform: uppercase;
}
#breadcrumb a {
	color: #707276;
	background: transparent url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/bullet_arrow.gif?7057787889731997405) no-repeat right 30%;
	font-weight: normal;
	padding-right: 0.9em;
}
#breadcrumb a:hover {
	color: #CCC;
}
#breadcrumb span {
	display: none;
}

/**
 * Homepage
 */
div.home div.layout,
div.home div.layout.threeColumn p,
#content.home > div.wrapper {
	margin-bottom: 0;
	padding-bottom: 0;
}
/*div.home div.layout.threeColumn div.column {
	width: 32.3%;
}
div.home div.layout.threeColumn div.column.two {
	margin: 0 1.5%;
}*/
div.pageLayout > div > div.column {
	float: none;
}
div.home div.column.primary img {
	margin-bottom: 0.9em;
}
div.home iframe {
	width: 100%;
	margin-bottom: 1.6em;
}

/**
 * Pagination
 */
div.pagination {
    text-align: right;
    border-bottom: none;
    padding: 0;
}
div.pagination span {
	margin-left: 0.4em;
	display: inline-block;
}
div.pagination span.deco,
div.pagination span.current,
div.pagination span a {
	padding: 0.7em 0.8em 0.5em;
	display: inline-block;
	line-height: 1em;
	background: #717276;
	color: #fff;

}
div.pagination span a:hover {
	color: #CCC;
}
div.pagination span.current {
    background: #093F2B;
    color:#fff;
}
div.pagination span.viewtype {
	float: right;
}

/**
 * Collection
 */
div.collectionPage div.products {
	text-align: justify;
	position: relative;
	margin-left: -2em;
}
div.collectionPage div.products:after {
	content: '';
	display: inline-block;
	width: 100%;
}
div.collectionPage div.product {
	position: relative;
	width: 33.33%;
	max-width: 33.33%;
	margin: 0 0 2em;
	min-height: 32em;
	float: left;
	padding-left: 2em;
	vertical-align: top;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.collectionPage div.product div.img {
	position: relative;
    text-align:center;
    overflow: hidden;
	-webkit-transform: translateZ(0);
}
div.collectionPage div.product div.details {
	font-family: 'Lustria', serif;
	text-transform: uppercase;
	text-align: left;
    padding: 0.8em 0;
    border-top: 1px solid #c8c8c8;
}
div.collectionPage div.product div.details div.price {
    font-size: 100%;
}
div.collectionPage div.price p {
    margin: 0;
}
div.collectionPage div.product a.button {
	font-size: 100%;
}
div.collectionPage div.product div.description {
    line-height: 1.3em;
    height: 2.4em;
	margin-bottom: 0.5em;
	overflow: hidden;
}
div.collectionPage div.product:nth-of-type(3n+0) {
	margin-right: 0;
}
div.collectionPage div.intro {
	text-align: center;
	overflow: hidden;
	margin-bottom: 1.5em;
  	padding-top: 1.5em;
  	padding-bottom: 1.5em;
  	border: solid #CCC;
  	border-width: 1px 0;
}
div.collectionPage div.sort-products {
	margin-bottom: 1em;
}
div.collectionPage ul.swatches {
	list-style-type: none;
	margin-bottom: 0.3em;
}
div.collectionPage ul.swatches li {
	background: none;
	display: inline-block;
	padding: 0;
}
div.collectionPage ul.swatches li:before {
	vertical-align: text-top;
	width: 9px;
	height: 9px;
	content: '';
	display: inline-block;
}
div.collectionPage ul.swatches li span {
	display: none;
}
div.collectionPage ul.swatches #white:before,
div.collectionPage ul.swatches #cream:before {
	border: 1px solid #E2E2E2;
	width: 7px;
	height: 7px;
}

#sortchange {
	float: right;
	max-width: 50%;
}
.filter-panel #sortchange {
	float: none;
	width: 100%;
	margin-bottom: 1.5em;
}
#grid .mix {
	opacity: 0;
	display: none;
}
div.fail_element {
	position: absolute;
	width: 100%;
	padding: 4em 0 2em 0;
	opacity: 0;
	visibility: hidden;
	text-align: center;
	-webkit-transition: opacity 0.2s;
	-moz-transition: opacity 0.2s;
	-ms-transition: opacity 0.2s;
	-o-transition: opacity 0.2s;
	transition: opacity 0.2s;
}
.fail div.fail_element {
	opacity: 1;
	visibility: visible;
	top: 0;
}
.placeholder {
	margin: 0;
	padding: 0;
	display: none;
}

/**
 * Product
 */
div.product h1 {
	text-align: left;
	font-size: 200%;
}
div.product div.image {
    border: 1px solid #c5c5c7;
    line-height: 0;
}
div.product div.image {
    position: relative;
    margin-bottom: 0.5em;
}
div.loading {
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, 1);
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/loading.gif?7057787889731997405);
	background-position: center center;
	background-repeat: no-repeat;
}
#gallery {
   	margin-bottom: 1.5em;
}
#gallery li {
	background: none;
	padding: 0;
	float: left;
}
#gallery a {
	display: block;
	border: 1px solid #FFF;
}
#gallery a.active {
	border-color: #c5c5c7;
}
div.lightbox-link {
	text-transform: uppercase;
}
div.product div.description ul {
	margin: 15px 0;
}
div.product div.price {
	font-family: 'Lustria', serif;
	font-size: 200%;
	margin-bottom: 0.2em;
}
div.product div.vat-added {
    color: #888;
	margin-bottom: 1.5em;
}
div.product div.options {
	overflow: hidden;
	border-bottom: 1px solid #c8c8c8;
	margin-bottom: 1.5em;
}
div.product div.product-variants label {
	font-family: 'Lustria', serif;
	text-transform: uppercase;
	padding-top: 0.3em;
	display: block;
	float: none;
	margin-bottom: 0.5em;
}
div.product div.product-variants ul {
	overflow: hidden;
	min-height: 3em;
	margin-bottom: 0;
	margin-left: -0.5em;
}
div.product div.product-variants li {
	border: 1px solid #c8c8c8;
	padding: 0.5em 1em;
	line-height: 20px;
	float: left;
	margin: 0 0 0.5em 0.5em;
	cursor: pointer;
	background: none;
	min-width: 2.8em;
	text-align: center;
	position: relative;
	color: #666;
}
div.product div.product-variants li.soldOut {
	cursor: default;
	color: #999;
}
div.product div.product-variants li.soldOut:before {
	opacity: 0.5;
}
div.product div.product-variants li.soldOut:after {
	content: '';
	position: absolute;
	top: 0.5em;
	bottom: 0.5em;
	left: 0.5em;
	right: 0.5em;
	background: url('disabled-option.png?3') center no-repeat;
	background-size: 100% 100%;
}
div.product div.product-variants li.active {
	border-color: #816e2a;
	color: #000;
}

div.product div.product-variants div.selector-wrapper {
	overflow: hidden;
	margin-bottom: 1em;
}
div.product div.extra-info {
	margin-left: 1.5em;
	padding-left: 1.5em;
	border-left: 1px solid #E3E3E3;
}
#soldout {
	color: red;
	display: none;
}
#soldout.active {
	display: block;
}
a.sizing {
	float: left;
	text-transform: uppercase;
	margin-top: 0.8em;
}
button.add-basket {
	float: right;
}
div.row.recommended {
	border-top: 1px solid #bbc5ba;
	padding-top: 2em;
}
div.product form button.addedToCart,
div.product-varient form button.addedToCart,
span.added {
	display: none;
	text-transform: uppercase;
	margin-left: 1em;
	background: #1C453B;
}
div.product form button.addedToCart,
div.product-varient form button.addedToCart {
	display: inline-block;
	margin-left: 0;
}
div.bracket {
	margin:0 0 15px 22px;
	text-align: center;
	padding:0 2em 0 4em;
	background: url(bracketwide.png) center center no-repeat;
}
div.bracket a,
div.guide-button a {
	font-family: "Fedra Sans Book 3","Trebuchet MS",Verdana,sans-serif;
	font-size: 115%;
	padding: 0.8em 0.9em;
	background-color: #000;
	color: #FFF;
	text-transform: uppercase;
}
div.guide-button a:hover {
	color: #CCC;
}
div.guide-button {
	width:50%;
	float:left;
	margin-bottom:30px;
}
div.guide-button.left {
	text-align:right;
	padding-right:45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.guide-button.right {
	text-align:left;
	padding-left:45px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
/* ridiculous hack to normalise vertical spacing for browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	div.product span.added {
		padding: 0.7em 0.9em 0.5em 0.9em;
	}
}


div.product-varient div.noQty  {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	padding: 0.5em 1em;
	background: #FFF7F7;
	color: #E32918;
	border: 1px solid #FFC4C4;
	display: none;
}
div.product-varient div.varient-list {
	display: table;
	width: 100%;
	position: relative;
}
div.product-varient div.varient-list > .row {
	display: table-row;
}
div.product-varient div.varient-list > .row:nth-child(even) {
  background: #f2f2f2;
}
div.product-varient div.varient-list > .row.header {
	text-transform: uppercase;
	color: #707276;
	font-family: 'Lustria', serif;
	font-size: 110%;
}
div.product-varient div.varient-list > .row > div {
	display: table-cell;
	vertical-align: middle;
	padding: 1em;
	border-top: 1px solid #c8c8c8;
	text-align: center;
}
div.product-varient div.varient-list > .row > div.price {
	font-family: 'Lustria', serif;
	font-size: 115%;
}
div.product-varient div.varient-list > .row > div.first {
	text-align: left;
}
div.product-varient div.varient-list > .row > div.last {
	text-align: right;
	width: 9.5em;
}
div.product-varient div.varient-list input.qty {
	width: 2em;
	float: none;
	font-size: 120%;
    text-align: right;
    -webkit-transition: all ease 0.3s;
    -o-transition: all ease 0.3s;
    transition: all ease 0.3s;
}
div.product-varient div.varient-list input.qty.enterQty {
   -webkit-box-shadow: 0px 0px 4px 0px #aaa;
    box-shadow: 0px 0px 4px 0px #aaa;
    border-color: #E32918;
}
div.product-varient div.varient-list button {
	margin-bottom: 0;
}
div.product-varient span.added {
	margin-left: 0;
	float: left;
}
/**
 * Colour swatches
 */
div.product div.product-variants ul#selectoption1 li {
	min-width: 0;
	padding-left: 0.5em;
}
div.product div.product-variants ul#selectoption1 li:before {
	content: '';
	float: left;
	margin-right: 0.5em;
	height: 20px;
	width: 20px;
}
div.product div.product-variants ul#selectoption1 li#cream:before,
div.product div.product-variants ul#selectoption1 li#white:before {
	width: 18px;
	height: 18px;
	border: 1px solid #E2E2E2;
}
#aubergine:before {
	background-color: #481630;
}
#beige:before {
	background-color: #dfcbb3;
}
#black:before {
	background-color: #000000;
}
#blue:before {
	background-color: #0C0CE8;
}
#brown:before {
	background-color: #4c3019;
}
#burgundy:before {
	background-color: #740d0d;
}
#chestnut:before {
	background-color: #4a2f18;
}
#camel:before {
	background-color: #e7cf76;
}
#charcoal:before {
	background-color: #4c4c4c;
}
#chestnut:before {
	background-color: #4a2f18;
}
#cream:before {
	background-color: #fefaec;
}
#denim:before {
	background-color: #5B6382;
}
#fuschia:before,
#fushia:before {
	background-color: #cc3a66;
}
#gold:before {
	background-color: #c69c30;
}
#green:before {
	background-color: #1D6B1D;
}
#grey:before {
	background-color: #939393;
}
#khaki:before {
	background-color: #F0E68C;
}
#light-blue:before {
	background-color: #96bde5;
}
#light-green:before {
	background-color: #80CC99;
}
#light-grey:before {
	background-color: #d3d3d3;
}
#light-pink:before {
	background-color: #FFEDF6;
}
#lilac:before {
	background-color: #9F9BC7;
}
#multi:before {
	background-color: #e8c665;
}
#natural:before {
	background-color: #F0F2CE;
}
#navy:before {
	background-color: #02026E;
}
#olive:before {
	background-color: #598A32;
}
#orange:before {
	background-color: #F25C11;
}
#pink:before {
	background-color: #FF99CC;
}
#purple:before {
	background-color: #64236c;
}
#red:before {
	background-color: #c22d2d;
}
#silver:before {
	background-color: #c0c0c0;
}
#stone:before {
	background-color: #c8c3b2;
}
#tan:before {
	background-color: #bda27e;
}
#teal:before {
	background-color: #007466;
}
#turquoise:before {
	background-color: #6fccc2;
}
#white:before {
	background-color: #FFFFFF;
}
#yellow:before {
	background-color: #FFFF99;
}

/**
 * Functions panel - Global
 */
#global-functions {
	float: right;
	margin-bottom: 0.5em;
}
#global-functions ul {
	overflow: hidden;
	margin: 0;
}
#global-functions ul li {
	float: left;
	background: none;
	padding: 0.8em 0;
}
#global-functions a,
#global-functions span {
	padding: 0 1em;
}
#global-functions li.customer-links a {
	border-right: 1px solid #806d2b;
}
#global-functions li.basket {
	padding-right: 3.7em;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/basket.png?7057787889731997405) no-repeat right center;
}

/**
 * Functions panel - Filtering and Sorting
 */
ul.styles li[data-filter^="colour-"],
ul.styles li[data-filter^="size-"] {
	display: none;
}
div.functions {
	overflow: hidden;
}
div.functions select {
	float: right;
}
div.filter-panel ul {
	margin-bottom: 1.7em;
}
div.filter-panel ul li {
	background: none;
	padding: 0;
	cursor: pointer;
	color: #000;
	margin-bottom: 0.3em;
}
div.filter-panel ul li label {
	cursor: pointer;
}
div.filter-panel ul li input {
	display: none;
}
div.filter-panel {
	border: 1px solid #CCC;
	padding: 1em;
	background: #fff;
	background: rgba(255, 255, 255, 0.95);
}
div.filter-panel ul li:hover {
	color: #999;
}
div.filter-panel ul li span {
	display: block;
	padding-right: 2em;
	background: transparent url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/tag_off.png?7057787889731997405) no-repeat right 0.2em;
}
div.filter-panel ul li.active span {
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/tag_on.png?7057787889731997405);
}
div.filter-panel a.button {
	margin-bottom: 0;
	font-size: 100%;
}

/*
 * Current Filter - Appears at the top of the filtered page
 */
.current-filter {
	font-size: 120%;
	opacity: 0.8;
}
.current-filter strong {
	text-transform: capitalize;
}
.current-filter a {
	color: #999;
}
.current-filter a:hover {
	color: #666;
}

/**
 * Basket
 */
input.quantity,
input.email {
    padding: 0.4em;
    font-size: 100%;
    font-family: "Trebuchet MS", "Lucida Sans", Verdana, sans-serif;
    color:#333333;
    background:#fcfcfc;
	border:1px solid #ccc;
}
form input.quantity {
    width: 2em;
    display: inline-block;
	float: none;
}

input.email {
	width: 16em;
    margin: 0 5px 0 0;
}
div.cart-nav {
	overflow: hidden;
	padding-bottom: 1.5em;
	margin-bottom: 1.5em;
	border-bottom: 1px solid #E3E3E3;
}
div.cart-nav div.left {
	float: left;
}
div.cart-nav div.right {
	float: right;
}
button.checkout {
	margin-left: 0.5em;
}
div.cart a.image {
	margin-right: 0.3em;
}
p.confirmation {
	margin-bottom: 3em;
}
p.confirmation input {
	float: left;
}
p.confirmation label {
	display: block;
	float: none;
	width: auto;
	margin-left: 1.5em;
}
div.cart tbody tr.odd td {
	background: #f2f2f2;
}
div.cart table td {
	text-align: center;
	vertical-align: middle;
}
div.cart table td.left {
	text-align: left;
}
div.cart table tfoot td {
	text-align: right;
}
div.cart div.delivery table tr:nth-child(even) td {
	background: #f2f2f2;
}

/**
 * Promotions
 */
span.prev-price {
    color: #333;
	font-size: 80%;
	font-style: italic;
}
span.red {
    color: #b51c1d;
}
div.product-blurb {
	position: relative;
}
div.saleBanner {
	background: url('sale-micro.jpg?1') center repeat-x;
	height: 28px;
}
div.saleBanner span {
	display: none;
}
div.product-blurb div.price.sale span.red {
    overflow: hidden;
    padding-right: 4.3em;
}
div.product-blurb div.price.sale div.curr-price {
    margin-bottom:0.3em;
}
div.tag {
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	width: 58px;
	height: 58px;
}
div.product-blurb div.tag {
	z-index: 0;
	right: auto;
	left: 37%;
}
div.tag.sale {
	background: transparent url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/sale_tag.png?7057787889731997405) 55% top no-repeat;
}
div.tag.outlet {
	background: transparent url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/outlet_tag.png?7057787889731997405) 55% top no-repeat;
}
#content.collection div.sale-tag {
	right: 0;
	z-index: 1;
}
div.product div.sale-tag {
	right: 50%;
	z-index: 0;
}

/**
 * Landing page specific
 */
div.page div.row {
	text-align: center;
	margin-bottom: 2em;
}
div.page div.slider {
	border: 1px solid #6f7376;
	padding: 0.7em;
	margin-bottom: 2em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
div.page div.slider div.caption {
	position: absolute;
	top: 0;
	left: 80px;
	width: 230px;
	background-color: #717276;
	padding: 2em;
}
div.page h1 {
	margin-bottom: 0.3em;
}
div.page div.slider div.caption h2,
div.page div.slider div.caption h3,
div.page div.slider div.caption p {
	color: #FFF;
}
div.page div.slider div.caption h2 {
	font-size: 240%;
	margin-bottom: 0.2em;
}

/**
 * Feature pages
 */
.row.compact {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=30);
	opacity: 0.2;
	-webkit-transition: opacity 0.5s 0s;
	-moz-transition: opacity 0.5s 0s;
	-ms-transition: opacity 0.5s 0s;
	-o-transition: opacity 0.5s 0s;
	transition: opacity 0.5s 0s;
	-webkit-transform: translateZ(0);
}
.row.compact.active {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	opacity: 1;
}
div.scrolling {
	position: relative;
	display: inline-block;
}
div.scrolling img.top {
	z-index: 1;
	position: absolute;
	top:0;
	left:0;
}
.slide-menu {
	display: inline-block;
	width: 150px;
	list-style: none;
	position: relative;
	background-color: #ccc;
	text-align: center;
	margin: 0;
	padding: 1em;
}
.slide-menu.fixed {
	position: fixed;
	top: 0;
}
.slide-menu a:hover {
	color: #000;
}
.slide-menu li {
	margin-bottom: 20px;
}
div.text {
	display: inline-block;
	width: 50%;
	vertical-align: middle;
}
div.text li {
	margin: 10px 0;
}
.slide-menu li,
div.text li {
	padding-left: 0;
	background: none;
}
div.page div.row.compact {
	/*margin: -5em 0 0 0;*/
}
div.page div.row.compact:first-child {
	margin-top: 50px;
}


/**
 * jQuery elevateZoom 2.5.5
 */
div.zoomWindow {
	-webkit-box-shadow: 0px 5px 15px #999 !important;
	-moz-box-shadow: 0px 5px 15px #999 !important;
	box-shadow: 0px 5px 15px #999 !important;
	border: 3px solid #E3E3E3;
	z-index: 999;
}
div.zoomWrapper {
	padding-bottom: 1px;
}
div.zoomLens {
	border: 1px solid #999 !important;
}

/**
 * Orbit slider
 */
div.slider {
	margin-bottom: 1em;
}
div.slider li {
	display: none;
	background: #FFF;
}
.orbit.with-bullets {
	margin-bottom: 0;
}
div.orbit-wrapper div.slider-nav span.left {
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/left_arrow.png?7057787889731997405);
}
div.orbit-wrapper div.slider-nav span.right {
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/right_arrow.png?7057787889731997405);
}
div.orbit-wrapper div.slider-nav span {
	width: 23px;
	height: 40px;
	margin: 0 0.5em;
}
div.slider ul.orbit-bullets {
	bottom: 1.5em
}
div.slider ul.orbit-bullets li {
	display: inline-block;
	margin: 0 0.3em;
	border: 1px solid #727176;
	width: 11px;
	height: 11px;
}
div.slider ul.orbit-bullets li.active {
	background-color: #727176;
}

/**
 * Accordion
 */
dl.accordion {
 	margin-bottom: 3em;
}
dl.accordion h3 {
	border-top: 1px solid #c8c8c8;
	padding-top: 0.8em;
	cursor: pointer;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/arrow_accordion.png?7057787889731997405);
	background-position: right center;
	background-repeat: no-repeat;
}
dl.accordion h3:hover {
	color: #777;
}
dl.accordion h3.selected {
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/arrow_accordion_selected.png?7057787889731997405);
}
dl.accordion dt:first-of-type h3 {
	border-top: none;
}

/**
 * Overrides______________________________________________________
 */
#mobileNaviation {
	display: none;
}
#primaryNavigation {
	font-size: 100%;
}
#primaryNavigation ul li a:hover {
	background: transparent;
	color: #999;
}
#primaryNavigation ul li a.active {
color: #999;
}
ul.navigation li a.active {
	font-weight: normal;
	color: #999;
}
#footerNavigation ul a:hover {
	color: #999
}
#footerNavigation ul a.active {
	color: #999;
	font-weight: normal;
}

/**
 * Layout
 */
div.layout {
	overflow: hidden;
}
#page,
div.cookify div.message {
	max-width: 84em;
	width: auto;
}
#page > div.wrapper {
	margin: 0 2em;
}
div.home div.layout.twoColumn.thirtySeventy div.column.one,
div.home div.layout.twoColumn.seventyThirty div.column.two {
	width: 39%;
}
div.home div.layout.twoColumn.thirtySeventy div.column.two,
div.home div.layout.twoColumn.seventyThirty div.column.one {
	width: 60%;
}
div.layout.twoColumn.seventyThirty div.column.one,
div.layout.twoColumn.thirtySeventy div.column.two {
	width: 75%;
}
div.layout.twoColumn.thirtySeventy div.column.one,
div.layout.twoColumn.seventyThirty div.column.two {
	width: 25%;
}
div.layout.twoColumn.twentyEighty > div.wrapper > div.column.one {
	width: 20%;
}
div.layout.twoColumn.twentyEighty > div.wrapper > div.column.two {
	width: 80%;
}
#content div.layout.twoColumn.thirtySeventy div.column.one > div.wrapper {
	padding-right: 1em;
}
#content div.layout.twoColumn.seventyThirty div.column.two > div.wrapper {
	padding-left: 1em;
}
#content.home div.layout.twoColumn.thirtySeventy div.column > div.wrapper,
#content.home div.layout.twoColumn.seventyThirty div.column > div.wrapper {
	padding-left: 0;
  	padding-right: 0;
}
div.layout.twoColumn.seventyThirty.equalHeights,
div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper > div.column > div.wrapper {
	display: table;
	width: 100%;
	height: 100%;
}
div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper > div.column.two > div.wrapper {
	width: auto;
}
div.layout.twoColumn.seventyThirty.equalHeights {
	margin-bottom: 1em;
}
div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper {
	display: table-row;
}
div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper > div.column,
div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper > div.column > div.wrapper > div  {
	display: table-cell;
	float: none;
	height: 100%;
	vertical-align: top;
}

/**
 * Copyright
 */
#copyright {
	float: none;
}

/**
 * Newsletter
 */
div.newsletter {
	margin-bottom: 1.5em;
}
div.newsletter input.button {
	border: none;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/form_arrow.png?7057787889731997405) no-repeat 98% center;
	float: right;
	margin-top: 0.2em;
	margin-right: 0.4em;
}
#mc-embedded-subscribe-form {
	padding-bottom: 1px;
	border: 1px solid #ccc;
	background: #FCFCFC;
	margin-top: 0.5em;
}
#mc-embedded-subscribe-form input {
	border: none;
	width: 80%;
}
input#mc-embedded-subscribe {

	width: auto;
}

/**
 * Social
 */
div.social {
	margin-bottom: 1.5em;
}
div.social li {
	display: inline-block;
	vertical-align: middle;
	background: none;
	padding-left: 0;
	margin-right: 0.5em;
}
div.social li a {
	display: inline;
}
div.social h3 {
	margin-bottom: 0;
}

/**
 * Social
 */
div.promo {
	background-color: #e5e5e5;
	padding: 1.3em;
}
div.promo p {
	margin-bottom: 0;
}
div.promo a {
	color: #816e2a;
}

/**
 * Fonts
 */
@font-face {

	font-family: 'er_social';
	src:url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/er_social.eot?7057787889731997405);
	src:url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/er_social.eot?%23iefix&7057787889731997405) format('embedded-opentype'),
		url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/er_social.ttf?7057787889731997405) format('truetype'),
		url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/er_social.woff?7057787889731997405) format('woff'),
		url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/er_social.svg%23er_social?7057787889731997405) format('svg');
	font-weight: normal;
	font-style: normal;
}
.icon {
	font-family: 'er_social';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 150%;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon span {
	display: none;
}
.icon-facebook:before {
	content: "\e600";
}
.icon-twitter:before {
	content: "\e601";
}
.icon-pinterest:before {
	content: "\e602";
}
.icon-instagram:before {
	content: "\e603";
}
.icon-googleplus:before {
	content: "\e606";
}
.icon-youtube:before {
	content: "\e604";
}
.icon-email:before {
	content: "\e605";
}

/**
 * Direct Edge specific
 */
#recommendations h3,
div.recommendations-group {
	padding: 0;
	clear: both;
}
ul.recommendations-products {
	text-align: justify;
	margin-bottom: 0;
}
ul.recommendations-products:after {
	content: '';
	display: block;
	width: 100%;
}
li.recommendations-product {
	float: left;
	vertical-align: top;
	padding: 0;
	width: 20%;
	padding: 0.5em;
	background-image: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
li.recommendations-product div {
	margin: 0.5em 0;
}
li.recommendations-product div.title {
	text-align: center;
}
li.recommendations-product div.image {
	border: none;
	text-align: center;
}
li.recommendations-product img {

}
#bundle > * {
	vertical-align: middle;
	margin-bottom: 1em;
}
#bundle .bundle-plus {
	font-size: 3em;
}
#bundle .bundle-label {
	font-size: 1.5em;
	display: inline-block;
}
#bundle .bundle-last {
	margin-right: 0.5em;
}

/**
 * Fancybox
 */
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 *
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 *
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}
#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405);
}
#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405) -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405);
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405);
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox-x.png?7057787889731997405);
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405);
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox-y.png?7057787889731997405);
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405);
	background-position: -40px -182px;
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox-x.png?7057787889731997405);
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405);
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox-y.png?7057787889731997405);
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405);
	background-position: -40px -122px;
}

#fancybox-title {
	display: none;
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_title_over.png?7057787889731997405);
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405) -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox-x.png?7057787889731997405) 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancybox.png?7057787889731997405) -55px -90px no-repeat;
}

/* IE6 */
.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_close.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_nav_left.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_nav_right.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_title_over.png?7057787889731997405, sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_title_left.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_title_main.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_title_right.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_loading.png?7057787889731997405, sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_shadow_n.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_shadow_ne.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_shadow_e.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_shadow_se.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_shadow_s.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_shadow_sw.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_shadow_w.png?7057787889731997405, sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src=//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/fancy_shadow_nw.png?7057787889731997405, sizingMethod='scale'); }

/**
 * BxSlider v4.0 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2012
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/
.bx-wrapper {
	position: relative;
	margin: 0 auto;
	padding: 0;
	*zoom: 1;
}
.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/
.bx-wrapper .bx-viewport {
	background: #fff;
}
div.slider .bx-wrapper .bx-viewport {
	border: 0;
	left: 0;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */
.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/bx_loader.gif?7057787889731997405) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */
.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	position: absolute;
	bottom: 15px;
	z-index: 9999;
	/*padding-top: 20px;*/
}
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	border: 1px solid #727176;

	/*-moz-border-radius: 5px;*/
	/*-webkit-border-radius: 5px;*/
	/*border-radius: 5px;*/
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #727176;
}

/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
	left: -36px;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/left_arrow.png?7057787889731997405) no-repeat top left;
}
.bx-wrapper .bx-next {
	right: -36px;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/right_arrow.png?7057787889731997405) no-repeat top left;
}
.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 19px;
	height: 32px;
	text-indent: -9999px;
	z-index: 100;
	background-size: 100%;
}
.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}
div.slider .bx-wrapper .bx-prev {
	left: 10px;
}
div.slider .bx-wrapper .bx-next {
	right: 10px;
}
div.slider .bx-wrapper .bx-controls-direction a {
	width: 23px;
	height: 40px;
}

/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
	text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/controls.png?7057787889731997405) -86px -11px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/controls.png?7057787889731997405) -86px -44px no-repeat;
	margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666\9;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}
.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}


/* Look Book */
ul.lookbook-slider {
	text-align: justify;
}
ul.lookbook-slider li {
	background: none;
	padding-left: 0;
}
ul.lookbook-slider.thumbs {
	overflow: hidden;
	margin-left: -1.5em;
}
ul.lookbook-slider.thumbs li {
	margin-bottom: 1.5em;
	width: 33.33%;
	padding-left: 1.5em;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
ul.lookbook-slider.thumbs li a {
	margin-bottom: 0;
	position: relative;
	display: block;
}
ul.lookbook-slider.thumbs li a:before {
	content: '';
	background-color: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
ul.lookbook-slider.thumbs li a.active:before {
	background-color: rgba(0,0,0,0);
}
ul.lookbook-slider.slides li div.title {
	background-color: rgba(255, 255, 255, 0.9);
	padding: 1em;
	position: absolute;
	top: 3em;
	right: 2em;
	box-shadow: 1px 1px 3px rgba(0,0,0,0.7);
}

ul.lookbook-slider.slides li img {
	margin-bottom: 1em;
}
.bx-wrapper .bx-controls-direction a {
	width: 24px;
	height: 42px;
}
.bx-wrapper .bx-prev {
	left: 2em;
}
.bx-wrapper .bx-next {
	right: 2em;
}
ul.lookbook-slider .product-links {
text-align: left;
}
ul.lookbook-slider .product-links p {
  margin-bottom: 0.8em
}
.page\.lookbook .bx-wrapper .bx-controls-direction a {
	top: 332px;
}

/** Product top banner **/
.topBanner {
  position: relative;
  display: table;
  width: 960px;
  margin-bottom: 1.5em;
}
.topBannerFeatured {
  height: 200px;
}
.topBanner .bannerImage {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
}
.topBanner .bannerText {
  float: left;
  padding: 2em;
  width: 40%;
  text-align: left;
}
.topBanner.right .bannerText {
  float: right;
}
.topBanner.wide .bannerText {
  width: 60%;
}
.topBanner.narrow .bannerText {
  width: 30%;
}
.topBanner h1 {
	color: #666;
	text-align: left;
}
.intro .topBanner {
	margin-bottom: 0;
}

/**
 * Gifts
 */

div[class="collection.single.gifts"] div.layout.twoColumn.seventyThirty div.column.one,
div[class="collection.single.gifts"] div.layout.twoColumn.thirtySeventy div.column.two,
div[class="collection.single.gifts"] div.layout.twoColumn.thirtySeventy div.column.one,
div[class="collection.single.gifts"] div.layout.twoColumn.seventyThirty div.column.two {
	float: none;
	width: auto;
	clear: both;
}
#content[class="collection.single.gifts"] div.layout.twoColumn.thirtySeventy div.column.one > div.wrapper {
	padding: 0;
}
div[class="collection.single.gifts"] div.collectionPage div.intro {
	margin-bottom: 0;
}
div[class="collection.single.gifts"] #secondaryNavigation {
	text-align: center;
	margin-bottom: 2em;
	padding: 2em 0;
	border-width: 0 0 1px;
	border-color: #ddd;
}
div[class="collection.single.gifts"] #secondaryNavigation ul {
	font-size: 1%;
	margin-bottom: 0;
}
div[class="collection.single.gifts"] #secondaryNavigation ul li {
	display: inline-block;
	padding: 0 1em;
	font-size: 10000%;
}
div[class="collection.single.gifts"] #secondaryNavigation ul li.first {
	padding-left: 0;
}
div[class="collection.single.gifts"] #secondaryNavigation ul li.last {
	padding-right: 0;
}
div[class="collection.single.gifts"] #secondaryNavigation ul li + li {
	border-left: 1px solid #ccc;
}
div[class="collection.single.gifts"] #secondaryNavigation ul li a {
	padding: 0.2em 0 0;
}
div[class="collection.single.gifts"] #secondaryNavigation .cat-header {
	display: none;
}
div[class="collection.single.gifts"] div.collectionPage div.sort-products {
	display: none;
}

div[class="collection.single.gifts"] div.collectionPage div.product {
	width: 23.6%;
	max-width: 23.6%;

}

/**
 * Products
 */
.productList,
.productList * {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.productList {
	margin-left: -2em;
	overflow: hidden;
}
.productList h3 {
	font-size: 140%;
	line-height: 1.5;
}
.productList p {
	line-height: 1.6;
	font-size: 105%;
	color: #707276;
}
.productList div.product,
div.productList div.product {
	width: 33.33%;
	max-width: 33.33%;
	padding-left: 2em;
	float: left;
	margin-bottom: 1em;
}
.productList.productListTwoCol .product {
	width: 50%;
}
.productList div.productText {
	margin-bottom: 1em;
}
.productList div.productText.productTextIntro {
	min-height: 8.2em;
	padding: 0 1em;
}
.productList.productListJumboIntro div.productText.productTextIntro {
	min-height: 10em;
}
.productList.productListSlimIntro div.productText.productTextIntro {
	min-height: 4.5em;
}
.productList div.productImage {
	height: 312px;
	position: relative;
	margin-bottom: 1em;
	overflow: hidden;
}
.productList div.productImage img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
}
.productList div.productImageSlideshow img {
	opacity: 0;
	-webkit-transition: opacity ease 0.5s;
	-o-transition: opacity ease 0.5s;
	transition: opacity ease 0.5s;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
}
.productList div.productImageSlideshow img.active {
	opacity: 1;
}
.productList div.productImageNavigation {
	margin-bottom: 1em;
}
.productList div.productImageNavigation a {
	opacity: 1;
	padding: 0 0.5em;
}
.productList div.productImageNavigation a + a {
	border-left: 1px solid #C8C8C8;
	padding-left: 0.7em;
}
.productList div.productImageNavigation a.active {
	opacity: 0.7;
}

.productList div.productImage.shirtfit {
	height: 356px;
}
.productList div.productImage.collar {
	height: 200px;
}
.productList div.productImage.cuff {
	height: 225px;
}
.productList.fabrics div.product p {
	min-height: 80px
}
.productList div.product.quarter {
	width: 25%;
}
.productTextIntro p, p.sliderDescription {
	text-align:center;
}

/**
 * Collapsable Lists
 */
.collapsibleList > h3,
.collapsibleList dt {
	border-top: 1px solid #C8C8C8;
	border-width: 1px 0 0;
	padding: 1em 0;
	font-family: 'Lustria', serif;
	text-transform: uppercase;
	text-align: center;
	color: #707276;
	font-size: 220%;
	cursor: pointer;
}
.collapsibleList dt {
	padding-left: 44px;
}
.collapsibleList dt.active {
	padding-left: 50px;
}
.collapsibleList > h3:before,
.collapsibleList dt:before {
	content: '';
	float: right;
	height: 0;
	width: 0;
	border: 0.5em solid transparent;
	border-right-width: 0;
	border-left-color: #C8C8C8;
	margin-right: 1em;
}
.collapsibleList > h3.active,
.collapsibleList dt.active {
	color: #000;
}
.collapsibleList > h3.active:before,
.collapsibleList dt.active:before {
	border-top-color: #717276;
	border-left-color: transparent;
	border-right-width: 0.5em;
	border-bottom-width: 0;
	margin-right: 0.75em;
	margin-top: 0.25em;

}
.collapsibleList dd {
	padding-top: 1em;
	text-align: center;
}
dd.open {
	display:block;
}
div[class="page.shirts"] .collapsibleList dt:first-child {
	border-top: 0;
	margin-top: -0.7em;
}

/**
 * Shirt Filters
*/
.filterButton,
.closeFilters {
	display: none;
}
.collapsibleList + .collapsibleList {
	border-top: 1px solid #ddd;
	padding-top: 1em;
	margin-top: 1em;
}
.collapsibleList > h3 {
	cursor: pointer;
	font-size: 130%;
	text-align: left;
	padding: 0;
	border: 0;
}
.collapsibleList > h3:before {
	margin-right: 0.25em;
}
.collapsibleList > h3.active:before {
	margin-right: 0;
}
div.collapsibleList ul {
	margin-bottom: 1px;
}
.collapsibleList + .button {
	margin-top: 1em;
}

/**
 * Stores
 */

.storeName {
	padding-top: 2em;
	margin-top: 1em;
	border-top: 1px solid #c8c8c8;
}
.storeContainer {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.storeAddress {
	width: 30%;
	float: left;
	margin-right: -1px;
}
.storeAddress img {
	display: block;
	max-width: 230px;
	width: 100%;
	margin-bottom: 1em;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.storeMap {
	margin-left: 30%;
	padding-left: 2em;
}
div.mapContainer {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 25em;
	border: 0.2em solid #C8C8C8;
}

/**
 * Slideshow
 */
.sliderShow {
	margin-bottom: 1em;
	overflow: hidden;
}
.sliderShow ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sliderShow li {
	padding: 0;
	background: none;
}
.sliderShow .details {
	padding-top: 1em;
}
.productList .bx-wrapper .bx-viewport {
	height: 675px !important;
}
.productList .sliderDescription {
	min-height: 220px;
}
.productList .bx-wrapper .bx-controls-direction a {
	width: 13px;
	top: 25%;
	height: 22px;
}
.productList .bx-wrapper .bx-prev {
	background-image: url(left_arrow_light.png);
}
.productList .bx-wrapper .bx-next {
	background-image: url(right_arrow_light.png);
}
/**
 * Intro
 */
.introSection {
	text-align: center;
	padding: 1.5em;
	border: solid #CCC;
	border-width: 1px 0;
	margin-bottom: 1.5em;
}
.introSection p,
.introSection h1{
	color: #707276
}
.introSection h1 {
	margin-bottom: 0.4em;
}
.introSection p {
	max-width: 55em;
	margin: 0 auto
}
.introSection p + p {
	margin-top: 1em;
}

.quick_link {
	width: 32%;
	margin: 0 auto;
	float: left;
    text-transform: uppercase;
}

/**
 * Pages
 */

div.box.featuredBox {
	padding: 1rem;
	border: 1px solid #ccc;
	margin-bottom: 1rem;
	background: #F2F2F2;
}
div.slider.fabrics {
	margin-bottom: 0;
	padding-bottom: 0;
}
#catBanContainer,
#sideBanContainer {
	overflow: hidden;
	padding: 5em 1em;
	position:relative;
	margin-bottom: 1em;
}
#sideBanContainer {
	background-size: cover;
	background-repeat: no-repeat;
}
#catBanImage {
	position: absolute;
	left: 50%;
	margin-left: -480px;
	top: 0;
	height: 100%;
	width: auto;
	max-width: none;
	z-index: -1;
}

#catBanContainer p,
#catBanContainer h1,
#catBanContainer h2,
#sideBanContainer h3,
#sideBanContainer p,
#sideBanContainer a {
	color: #ffffff;
	z-index: 1;
	text-align: center;
	line-height: 1.3;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
}
#sideBanContainer a {
	text-decoration: underline;
}
#sideBanContainer a:hover {
	color: #ccc;
}
#catBanContainer h2 {
	font-size: 180%;
}



.steps {
	margin-bottom: 2em;
}
.step {
	display: table;
	width: 100%;
	margin-bottom: 1em;
}
.stepBox {
	display: table-cell;
}
.stepTrio .stepImage {
	width: 33em;
}
.stepText {
	padding: 2em;
	background: #717276;
	color: #fff;
	vertical-align: top;
	width: 23em;
}
.stepText.stepTextAlt {
	background: #9BA99A;
}
.stepText > * {
	color: #FFF;
}
.stepImage img {
	visibility: hidden;
}
.stepImage {
	border: #fff solid 0;
	border-right-width: 1em;
	background: center no-repeat;
	background-size: cover;
}
.stepText + .stepImage {
	border-right-width: 0;
	border-left-width: 1em;
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 1em;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


#content[class="page.size-guide-popup"] > div.wrapper {
	padding-bottom: 0;
}

@media screen and (max-width: 750px) {

	table {
		display: block;
		overflow: scroll;
		position: relative;
	}
	table:before {
		content: '⇆ Scroll to see more';
		font-size: 80%;
		color: #999;
		text-transform: uppercase;
	}

	#header {
		padding-top: 0.5em;
	}
	#header div.layout.threeColumn div.column {
		float: none;
		width: 100%;
	}
	#header div.layout.threeColumn div.column.one {
		display: none;
	}
	#logo {
		margin-bottom: 2em;
	}
	#logo img {
		max-width: 20em;
	}
	#header #global-functions {
		float: left;
		margin-top: 0;
	}
	#global-functions {
		margin-left: 0;
		margin-bottom: 0.8em;
	}
	#global-functions ul li {
		padding: 0.5em 0;
	}
	#header #customer_login_link {
		padding-left: 0;
	}
	#global-functions li.basket {
		padding-right: 1.8em;
		background-image: url(//cdn.shopify.com/s/files/1/0285/9720/t/47/assets/basket-small.png?7057787889731997405);
	}

	div.layout.twoColumn.thirtySeventy div.column.one,
	div.layout.twoColumn.seventyThirty div.column.two {
		width: 30%;
	}
	div.layout.twoColumn.seventyThirty div.column.one,
	div.layout.twoColumn.thirtySeventy div.column.two {
		width: 70%;
	}
	.productList div.product.quarter,
	div.collectionPage div.product,
	.productList div.product,
	div.productList div.product {
		width: 50%;
		max-width: 50%;
		margin-left: 0 !important;
	}
	#footerNavigation ul.navigation.horizontal > li > ul {
		margin-left: -1em;
	}
	#footerNavigation ul.navigation.horizontal > li {
		width: 100%;
		margin-bottom: 1em;
	}
	#footerNavigation ul.navigation.horizontal li li {
		display: inline-block;
		padding: 0 1em;
		border-right: 1px solid #E3E7E3;
	}
	#footerNavigation ul.navigation.horizontal li li.last {
		border: 0;
	}
	#footerNavigation a {
		display: block;
		padding: 0.5em 0;
		color: #999;
	}
	#footerNavigation ul.navigation.horizontal li li a:hover {
		color: #222;
	}

	div.home div.layout.twoColumn.seventyThirty div.column.one,
	div.home div.layout.twoColumn.seventyThirty div.column.two,
	div.home div.layout.twoColumn.seventyThirty div.column img {
		width: 100%;
	}
	div.home div.layout.twoColumn.seventyThirty div.column.one img {
		margin-bottom: 0;
	}
	.homepage .layout.seventyThirty .column.two a {
		float: left;
		width: 50%;
	}

	.storeMap,
	.storeAddress {
		float: none;
		width: auto;
		padding-left: 0;
		margin-left: 0;
	}
	li.recommendations-product {
		width: 25%;
	}
	body {
		-webkit-text-size-adjust: none;
	}

	.step,
	.stepBox,
	.stepTrio .stepImage {
		display: block;
		width: auto;
		border: 0;
	}
	.step:after {
		content: '';
		display: table;
		clear: both;
	}

	.sizeImage {
		display: none;
	}
	.measurements {
		float: none !important;
		width: auto !important;
	}

}
@media screen and (max-width: 600px) {
	form button,
	a.button {
		padding: 1em 1.5em;
	}
	.layout.twoColumn.thirtySeventy > div > .column.sidebarFilters {
		position: relative;
	}
	#content .layout.twoColumn.thirtySeventy {
		transition: min-height 0.2s ease;
	}
	#content .layout.twoColumn.thirtySeventy > div > .column.sidebarFilters > div.wrapper {
		position: absolute;
		left: -100%;
		top: 100%;
		margin-top: 2.2em;
		width: 100%;
		z-index: 100;
		transition: left ease 0.2s;
	}
	#secondaryNavigation {
		float: none;
	}
	#content .layout.twoColumn.thirtySeventy > div > .column.sidebarFilters.open > div.wrapper {
		left: 0;
		padding-right: 0;
	}
	#secondaryNavigation,
	div.filter-panel {
		border-width: 0.2em;
		overflow: hidden;
		border-color: #717276;
	}
	.filterButton {
		display: block;
		float: left;
		line-height: 1;
		width: auto;
		color: #FFF;
		background: #717276;
		border: none;
		text-transform: uppercase;
		padding: 0.8em 1em;
		outline: none;
		font-family: 'Fedra Sans Book 3', 'Trebuchet MS', Verdana, sans-serif;
	}
	.closeFilters {
		float: right;
		background: none;
		border: none;
		display: block;
	    color: #707276;
		font-family: 'Fedra Sans Book 3', 'Trebuchet MS', Verdana, sans-serif;
	}
	ul + .closeFilters {
		margin-bottom: 1em;
	}
	.filterButton:hover {
		color: #ccc;
	}
	#secondaryNavigation ul li a,
	div.filter-panel ul li {
		padding: 0.5em;
	}
	div.layout.twoColumn.seventyThirty.equalHeights {
		margin-bottom: 1em;
	}

	.quick_link,
	div.layout.twoColumn.seventyThirty.equalHeights,
	div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper > div.column > div.wrapper,
	div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper,
	div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper > div.column,
	div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper > div.column > div.wrapper > div,
	div.layout.twoColumn.fiftyFifty > div > .column,
	div.layout.twoColumn.thirtySeventy > div > .column.one,
	div.layout.twoColumn.thirtySeventy > div > .column.two,
	div.layout.twoColumn.seventyThirty div.column.one,
	div.layout.twoColumn.thirtySeventy div.column.two,
	div.layout.twoColumn.thirtySeventy div.column.one,
	div.layout.twoColumn.seventyThirty div.column.two,
	div.layout.threeColumn div.column {
		width: 100%;
		float: none;
		display: block;
		height: auto;
	}
	div.layout.twoColumn.seventyThirty.equalHeights > div.wrapper > div.column > div.wrapper > div {
		width: auto;
	}
	#content div.layout.twoColumn.thirtySeventy div.column.one > div.wrapper,
	#content div.layout.twoColumn.seventyThirty div.column.two > div.wrapper {
		padding: 0;
	}
	#footer .layout.seventyThirty > div > .column {
		width: 100%;
	}
	#header div.layout {
		overflow: visible;
	}
	#mobileNaviation {
		display: block;
		text-align: center;
		float: right;
	}
	#search {
		display: none;
	}
	#searchandmenu {
		position: relative;
	}
	#search {
		float: left;
		clear: none;
		margin-right: 1em;
	}
	#search input {
		width: 12em;
	}
	#primaryNavigation {
		display: none;
		clear: both;
		border: solid #717276;
		border-width: 0.2em 0;
		padding: 0;
	}
	#search.isVisible,
	#primaryNavigation.isVisible {
		display: block;
	}
	#mobileNaviation button {
		float: right;
		line-height: 1;
		width: auto;
		color: #FFF;
		background: #717276;
		border: none;
		text-transform: uppercase;
	    padding: 1.1em 1em;
		transition: padding ease 0.2s;
		font-family: 'Fedra Sans Book 3', 'Trebuchet MS', Verdana, sans-serif;
		outline: none;
		margin-left: 1em;
	}
	#mobileNaviation .searchToggle {
		padding: 0.8em;
	}
	#mobileNaviation button:hover {
		color: #ccc;
	}
	#mobileNaviation button.isActive {
		padding-bottom: 1.8em;
	}
	#mobileNaviation .searchToggle.isActive {
		padding-bottom: 1.6em;
	}
	#search {
		float: none;
		margin: 0;
	}
	#header #search input {
		width: 100%;
		margin: 0;
		float: none;
		padding: 1em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		border: solid #717276;
	    border-width: 0.2em 0;
	}
	#primaryNavigation ul.level0 > li,
	#primaryNavigation ul.level0 > li.last,
	#primaryNavigation ul.level0 > li.first {
		display: block;
		width: auto;
		text-align: left;
	}
	#primaryNavigation ul.level0 > li > a {
		font-size: 110%;
		display: block;
	}
	#primaryNavigation ul.level0 > li + li {
		border-top: thin solid #ddd;
	}
	#primaryNavigation ul.level0 > li.open.first > ul,
	#primaryNavigation ul.level0 > li.open > ul {
		position: static;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: left;
		padding: 0;
		width: auto;
		margin: -0.7em 0 0 0;
	}
	#primaryNavigation ul.level0 > li.open > ul:after {
		display: none;
	}
	#primaryNavigation ul.level1 li + li {
		border-top: 0;
	}
	#primaryNavigation ul.level1 li a {
		padding: 1em 1em 1em 0;
		color: #777
	}
	#primaryNavigation ul.level1 li a.active,
	#primaryNavigation ul.level1 li a:hover {
		color: #222;
	}
	#primaryNavigation ul.level1 li a:before {
		content: '';
		width: 1em;
		margin-right: 0.5em;
		display: block;
		height: 1px;
		background: #666;
		float: left;
		position: relative;
		top: 0.6em;
	}
	#breadcrumb {
		padding: 1em 0;
		margin-bottom: 0;
		border-top: thin solid #C8C8C8;
	}
	.homepage .layout.seventyThirty .column.two a {
		width: 100%;
	}
	div.home div.layout.twoColumn.seventyThirty div.column.one img {
		margin-bottom: 1em;
	}

	div.product div.layout.twoColumn div.column {
		width: auto;
		float: none;
		margin-bottom: 1em;
		clear: both;
		overflow: hidden;
	}
	dl.accordion {
		margin-bottom: 1em;
	}
	div.product div.image {
		width: 75%;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.product #gallery {
		width: 24%;
		float: left;
		padding-left: 1em;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	div.product #gallery li,
	div.product #gallery a,
	div.product #gallery img {
		display: block;
		width: 100%;
	}

	div.cart-nav {
		text-align: center;
	}
	div.cart-nav button {
		display: inline-block;
	}
	div.cart-nav div.left {
		float: none;
		font-size: 90%;
		opacity: 0.8;
	}
	div.cart-nav div.right {
		float: none;
	}

	table.dataTable thead,
	table.dataTable th {
		display: none;
	}
	table.dataTable,
	table.dataTable tbody,
	table.dataTable tfoot,
	table.dataTable tr,
	table.dataTable td {
		display: block;
		width: auto;
		overflow: hidden;
	}
	table.dataTable td + td {
		border-top: 0;
	}
	table.dataTable td {
		position: relative;
		padding: 1em 0.5em 1em 45%;
	}
	table.dataTable td:before {
		content: attr(data-heading);
		position: absolute;
		top: 0;
		left: 0;
		bottom: 0;
		width: 40%;
		padding: 1em 0.5em;
		text-align: center;
		font-weight: bold;
		border-right: 1px solid #ccc;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	table.cart a.label {
		padding-top: 0;
	}
	table.dataTable tfoot td:before {
		display: none;
	}
	table.dataTable tfoot td {
		padding-right: 1em;
	}

	div.guide-button.left,
	div.guide-button.right {
		float: none;
		width: 100%;
		padding: 0;
		text-align: center;
	}
	li.recommendations-product {
		width: 33.33%;
	}
	li.recommendations-product:nth-child(3n+1) {
		clear: left;
	}
	li.recommendations-product div.image {
		width: 100%;
	}
	ul.lookbook-slider.thumbs {
		display: none;
	}
	ul.lookbook-slider.slides li img {
		width: 100%;
	}
}
@media screen and (max-width: 450px) {
	#page > div.wrapper {
		margin: 0 1.5em
	}

	div.collectionPage div.product,
	.productList div.product,
	div.productList div.product,
	.productList div.product.quarter {
		width: 100%;
		max-width: 100%
	}
	#footerNavigation ul.navigation.horizontal li li {
		display: block;
		border-right: 0;
		border-bottom: 1px solid #E3E7E3;
	}
	#searchandmenu {
		float: none;
	}
	#global-functions {
		text-align: center;
	}
	#global-functions ul li {
		float: none;
		display: inline-block;
	}

	div.product div.image,
	div.product #gallery,
	div.product #gallery li {
		float: none;
		width: auto;
	}
	div.product #gallery {
		padding-left: 0;
	}
	div.product #gallery li {
		display: inline-block;
		width: 22%;
	}

	table.cart a.image {
		display: none;
	}
	table.cart a.label {
		margin-left: 0;
		text-align: center;
	}
	li.recommendations-product {
		width: 50%;
	}
	li.recommendations-product:nth-child(3n+1) {
		clear: none;
	}
	li.recommendations-product:nth-child(2n+1) {
		clear: left;
	}

	div.collectionPage div.product div.details {
		border-top: 0;
		float: left;
		width: 65%;
	}
	div.collectionPage div.product {
		min-height: 1em;
	}
	.products div.product {
		border-bottom: 1px solid #c8c8c8;
	}
	.products div.product a.button {
		float: right;
		margin-top: 0.7em;
		margin-left: 1em;
	}
}
