
.push--one-whole {
	left: 100%
}

.push--one-half {
	left: 50%
}

.push--one-third {
	left: 33.333%
}

.push--two-thirds {
	left: 66.666%
}

.push--one-quarter {
	left: 25%
}

.push--two-quarters {
	left: 50%
}

.push--three-quarters {
	left: 75%
}

.push--one-fifth {
	left: 20%
}

.push--two-fifths {
	left: 40%
}

.push--three-fifths {
	left: 60%
}

.push--four-fifths {
	left: 80%
}

.push--one-sixth {
	left: 16.666%
}

.push--two-sixths {
	left: 33.333%
}

.push--three-sixths {
	left: 50%
}

.push--four-sixths {
	left: 66.666%
}

.push--five-sixths {
	left: 83.333%
}

.push--one-eighth {
	left: 12.5%
}

.push--two-eighths {
	left: 25%
}

.push--three-eighths {
	left: 37.5%
}

.push--four-eighths {
	left: 50%
}

.push--five-eighths {
	left: 62.5%
}

.push--six-eighths {
	left: 75%
}

.push--seven-eighths {
	left: 87.5%
}

.push--one-tenth {
	left: 10%
}

.push--two-tenths {
	left: 20%
}

.push--three-tenths {
	left: 30%
}

.push--four-tenths {
	left: 40%
}

.push--five-tenths {
	left: 50%
}

.push--six-tenths {
	left: 60%
}

.push--seven-tenths {
	left: 70%
}

.push--eight-tenths {
	left: 80%
}

.push--nine-tenths {
	left: 90%
}

.push--one-twelfth {
	left: 8.333%
}

.push--two-twelfths {
	left: 16.666%
}

.push--three-twelfths {
	left: 25%
}

.push--four-twelfths {
	left: 33.333%
}

.push--five-twelfths {
	left: 41.666%
}

.push--six-twelfths {
	left: 50%
}

.push--seven-twelfths {
	left: 58.333%
}

.push--eight-twelfths {
	left: 66.666%
}

.push--nine-twelfths {
	left: 75%
}

.push--ten-twelfths {
	left: 83.333%
}

.push--eleven-twelfths {
	left: 91.666%
}

@media only screen and (min-width:591px) and (max-width:768px) {
	.push--medium--one-whole {
		left: 100%
	}
	.push--medium--one-half {
		left: 50%
	}
	.push--medium--one-third {
		left: 33.333%
	}
	.push--medium--two-thirds {
		left: 66.666%
	}
	.push--medium--one-quarter {
		left: 25%
	}
	.push--medium--two-quarters {
		left: 50%
	}
	.push--medium--three-quarters {
		left: 75%
	}
	.push--medium--one-fifth {
		left: 20%
	}
	.push--medium--two-fifths {
		left: 40%
	}
	.push--medium--three-fifths {
		left: 60%
	}
	.push--medium--four-fifths {
		left: 80%
	}
	.push--medium--one-sixth {
		left: 16.666%
	}
	.push--medium--two-sixths {
		left: 33.333%
	}
	.push--medium--three-sixths {
		left: 50%
	}
	.push--medium--four-sixths {
		left: 66.666%
	}
	.push--medium--five-sixths {
		left: 83.333%
	}
	.push--medium--one-eighth {
		left: 12.5%
	}
	.push--medium--two-eighths {
		left: 25%
	}
	.push--medium--three-eighths {
		left: 37.5%
	}
	.push--medium--four-eighths {
		left: 50%
	}
	.push--medium--five-eighths {
		left: 62.5%
	}
	.push--medium--six-eighths {
		left: 75%
	}
	.push--medium--seven-eighths {
		left: 87.5%
	}
	.push--medium--one-tenth {
		left: 10%
	}
	.push--medium--two-tenths {
		left: 20%
	}
	.push--medium--three-tenths {
		left: 30%
	}
	.push--medium--four-tenths {
		left: 40%
	}
	.push--medium--five-tenths {
		left: 50%
	}
	.push--medium--six-tenths {
		left: 60%
	}
	.push--medium--seven-tenths {
		left: 70%
	}
	.push--medium--eight-tenths {
		left: 80%
	}
	.push--medium--nine-tenths {
		left: 90%
	}
	.push--medium--one-twelfth {
		left: 8.333%
	}
	.push--medium--two-twelfths {
		left: 16.666%
	}
	.push--medium--three-twelfths {
		left: 25%
	}
	.push--medium--four-twelfths {
		left: 33.333%
	}
	.push--medium--five-twelfths {
		left: 41.666%
	}
	.push--medium--six-twelfths {
		left: 50%
	}
	.push--medium--seven-twelfths {
		left: 58.333%
	}
	.push--medium--eight-twelfths {
		left: 66.666%
	}
	.push--medium--nine-twelfths {
		left: 75%
	}
	.push--medium--ten-twelfths {
		left: 83.333%
	}
	.push--medium--eleven-twelfths {
		left: 91.666%
	}
}

@media only screen and (max-width:768px) {
	.push--medium-down--one-whole {
		left: 100%
	}
	.push--medium-down--one-half {
		left: 50%
	}
	.push--medium-down--one-third {
		left: 33.333%
	}
	.push--medium-down--two-thirds {
		left: 66.666%
	}
	.push--medium-down--one-quarter {
		left: 25%
	}
	.push--medium-down--two-quarters {
		left: 50%
	}
	.push--medium-down--three-quarters {
		left: 75%
	}
	.push--medium-down--one-fifth {
		left: 20%
	}
	.push--medium-down--two-fifths {
		left: 40%
	}
	.push--medium-down--three-fifths {
		left: 60%
	}
	.push--medium-down--four-fifths {
		left: 80%
	}
	.push--medium-down--one-sixth {
		left: 16.666%
	}
	.push--medium-down--two-sixths {
		left: 33.333%
	}
	.push--medium-down--three-sixths {
		left: 50%
	}
	.push--medium-down--four-sixths {
		left: 66.666%
	}
	.push--medium-down--five-sixths {
		left: 83.333%
	}
	.push--medium-down--one-eighth {
		left: 12.5%
	}
	.push--medium-down--two-eighths {
		left: 25%
	}
	.push--medium-down--three-eighths {
		left: 37.5%
	}
	.push--medium-down--four-eighths {
		left: 50%
	}
	.push--medium-down--five-eighths {
		left: 62.5%
	}
	.push--medium-down--six-eighths {
		left: 75%
	}
	.push--medium-down--seven-eighths {
		left: 87.5%
	}
	.push--medium-down--one-tenth {
		left: 10%
	}
	.push--medium-down--two-tenths {
		left: 20%
	}
	.push--medium-down--three-tenths {
		left: 30%
	}
	.push--medium-down--four-tenths {
		left: 40%
	}
	.push--medium-down--five-tenths {
		left: 50%
	}
	.push--medium-down--six-tenths {
		left: 60%
	}
	.push--medium-down--seven-tenths {
		left: 70%
	}
	.push--medium-down--eight-tenths {
		left: 80%
	}
	.push--medium-down--nine-tenths {
		left: 90%
	}
	.push--medium-down--one-twelfth {
		left: 8.333%
	}
	.push--medium-down--two-twelfths {
		left: 16.666%
	}
	.push--medium-down--three-twelfths {
		left: 25%
	}
	.push--medium-down--four-twelfths {
		left: 33.333%
	}
	.push--medium-down--five-twelfths {
		left: 41.666%
	}
	.push--medium-down--six-twelfths {
		left: 50%
	}
	.push--medium-down--seven-twelfths {
		left: 58.333%
	}
	.push--medium-down--eight-twelfths {
		left: 66.666%
	}
	.push--medium-down--nine-twelfths {
		left: 75%
	}
	.push--medium-down--ten-twelfths {
		left: 83.333%
	}
	.push--medium-down--eleven-twelfths {
		left: 91.666%
	}
}

@media only screen and (min-width:769px) {
	.push--large--one-whole {
		left: 100%
	}
	.push--large--one-half {
		left: 50%
	}
	.push--large--one-third {
		left: 33.333%
	}
	.push--large--two-thirds {
		left: 66.666%
	}
	.push--large--one-quarter {
		left: 25%
	}
	.push--large--two-quarters {
		left: 50%
	}
	.push--large--three-quarters {
		left: 75%
	}
	.push--large--one-fifth {
		left: 20%
	}
	.push--large--two-fifths {
		left: 40%
	}
	.push--large--three-fifths {
		left: 60%
	}
	.push--large--four-fifths {
		left: 80%
	}
	.push--large--one-sixth {
		left: 16.666%
	}
	.push--large--two-sixths {
		left: 33.333%
	}
	.push--large--three-sixths {
		left: 50%
	}
	.push--large--four-sixths {
		left: 66.666%
	}
	.push--large--five-sixths {
		left: 83.333%
	}
	.push--large--one-eighth {
		left: 12.5%
	}
	.push--large--two-eighths {
		left: 25%
	}
	.push--large--three-eighths {
		left: 37.5%
	}
	.push--large--four-eighths {
		left: 50%
	}
	.push--large--five-eighths {
		left: 62.5%
	}
	.push--large--six-eighths {
		left: 75%
	}
	.push--large--seven-eighths {
		left: 87.5%
	}
	.push--large--one-tenth {
		left: 10%
	}
	.push--large--two-tenths {
		left: 20%
	}
	.push--large--three-tenths {
		left: 30%
	}
	.push--large--four-tenths {
		left: 40%
	}
	.push--large--five-tenths {
		left: 50%
	}
	.push--large--six-tenths {
		left: 60%
	}
	.push--large--seven-tenths {
		left: 70%
	}
	.push--large--eight-tenths {
		left: 80%
	}
	.push--large--nine-tenths {
		left: 90%
	}
	.push--large--one-twelfth {
		left: 8.333%
	}
	.push--large--two-twelfths {
		left: 16.666%
	}
	.push--large--three-twelfths {
		left: 25%
	}
	.push--large--four-twelfths {
		left: 33.333%
	}
	.push--large--five-twelfths {
		left: 41.666%
	}
	.push--large--six-twelfths {
		left: 50%
	}
	.push--large--seven-twelfths {
		left: 58.333%
	}
	.push--large--eight-twelfths {
		left: 66.666%
	}
	.push--large--nine-twelfths {
		left: 75%
	}
	.push--large--ten-twelfths {
		left: 83.333%
	}
	.push--large--eleven-twelfths {
		left: 91.666%
	}
}

.clearfix:after {
	content: "";
	display: table;
	clear: both
}

.is-transitioning {
	display: block!important;
	visibility: visible!important
}

.visually-hidden {
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px
}

.media,
.media-flex {
	overflow: hidden;
	zoom: 1
}

.media-img {
	float: left;
	margin-right: 30px
}

.media-img-right {
	float: right;
	margin-left: 30px
}

.media-img img,
.media-img-right img {
	display: block
}

.fade-in {
	opacity: 0;
	transition: opacity 250ms ease-out
}

.fade-in.lazyloaded {
	opacity: 1
}

.no-js .fade-in {
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px
}

.text-link,
a {
	text-decoration: none;
	background: 0 0
}

.text-link:hover,
a:hover {
	color: #000
}

a[href^=tel] {
	color: inherit
}

button {
	overflow: visible
}

button[disabled],
html input[disabled] {
	cursor: default
}

.btn,
.btn--secondary,
.rte .btn,
.rte .btn--secondary,
.rte .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .rte .shopify-payment-button__button--unbranded,
.shopify-payment-button .shopify-payment-button__button--unbranded {
	display: inline-block;
	padding: 8px 10px;
	margin: 0;
	width: auto;
	line-height: 1.42;
	font-weight: 700;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	white-space: normal;
	cursor: pointer;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	border-radius: 0;
	background-color: #000;
	color: #fff;
	-webkit-transition: background-color .4s ease-out;
	-moz-transition: background-color .4s ease-out;
	-ms-transition: background-color .4s ease-out;
	-o-transition: background-color .4s ease-out;
	transition: background-color .4s ease-out
}



.btn--secondary-accent.disabled:hover,
.btn--secondary-accent[disabled]:hover {
	opacity: 1
}

.btn--small {
	padding: 4px 5px;
	font-size: .8em
}

.btn--large {
	padding: 12px 15px;
	font-size: 1.06667em
}

.btn--full {
	width: 100%
}

.text-link {
	display: inline;
	border: 0 none;
	background: 0 0;
	padding: 0;
	margin: 0
}

img {
	border: 0 none
}

svg:not(:root) {
	overflow: hidden
}

iframe,
img {
	max-width: 100%
}

.video-wrapper {
	position: relative;
	overflow: hidden;
	max-width: 100%;
	padding-bottom: 56.25%;
	height: 0;
	height: auto
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%
}

.table-wrap {
	max-width: 100%;
	overflow: auto;
	-webkit-overflow-scrolling: touch
}

form {
	margin: 0
}

.form-vertical {
	margin-bottom: 15px
}

@media screen and (max-width:768px) {
	input,
	textarea {
		font-size: 16px
	}
}

button,
input,
textarea {
	-webkit-appearance: none;
	-moz-appearance: none
}

button {
	background: 0 0;
	border: none;
	display: inline-block;
	cursor: pointer
}

legend {
	border: 0;
	padding: 0
}

button,
input[type=submit] {
	cursor: pointer
}


input.input-full,
select.input-full,
textarea.input-full {
	width: 100%
}

textarea {
	min-height: 100px
}

input[type=checkbox],
input[type=radio] {
	margin: 0 10px 0 0;
	padding: 0;
	width: auto
}

input[type=checkbox] {
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox
}

input[type=radio] {
	-webkit-appearance: radio;
	-moz-appearance: radio
}

input[type=image] {
	padding-left: 0;
	padding-right: 0
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position: right center;
	background-image: url("//cdn.shopify.com/s/files/1/0533/4636/9728/t/10/assets/ico-select.svg?v=8010346243918904133");
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-color: transparent;
	padding-right: 28px;
	text-indent: .01px;
	text-overflow: "";
	cursor: pointer
}

optgroup {
	font-weight: 700
}

option {
	color: #000;
	background-color: #fff
}

select::-ms-expand {
	display: none
}

.hidden-label {
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px
}

label[for] {
	cursor: pointer
}

.form-vertical input,
.form-vertical select,
.form-vertical textarea {
	display: block;
	margin-bottom: 10px
}

.form-vertical .btn,
.form-vertical .btn--secondary,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.form-vertical input[type=checkbox],
.form-vertical input[type=radio],
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
	display: inline-block
}

.form-vertical .btn,
.form-vertical .btn--secondary,
.form-vertical .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .form-vertical .shopify-payment-button__button--unbranded {
	display: inline-block
}

input.error,
textarea.error {
	border-color: #d02e2e;
	background-color: #fff6f6;
	color: #d02e2e
}

label.error {
	color: #d02e2e
}

.input-group {
	position: relative;
	display: table;
	border-collapse: separate
}

.input-group .input-group-btn:first-child,
.input-group .input-group-btn:first-child>.btn,
.input-group .input-group-btn:first-child>.btn--secondary,
.input-group .input-group-field:first-child,
.input-group .shopify-payment-button .input-group-btn:first-child>.shopify-payment-button__button--unbranded,
.input-group .shopify-payment-button input[type=hidden]:first-child+.input-group-btn>.shopify-payment-button__button--unbranded,
.input-group input[type=hidden]:first-child+.input-group-btn>.btn,
.input-group input[type=hidden]:first-child+.input-group-btn>.btn--secondary,
.input-group input[type=hidden]:first-child+.input-group-field,
.shopify-payment-button .input-group .input-group-btn:first-child>.shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group input[type=hidden]:first-child+.input-group-btn>.shopify-payment-button__button--unbranded {
	border-radius: 0 0 0 0
}

.input-group .input-group-btn:last-child>.btn,
.input-group .input-group-btn:last-child>.btn--secondary,
.input-group .input-group-field:last-child,
.input-group .shopify-payment-button .input-group-btn:last-child>.shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group .input-group-btn:last-child>.shopify-payment-button__button--unbranded {
	border-radius: 0 0 0 0
}

.input-group input::-moz-focus-inner {
	border: 0;
	padding: 0;
	margin-top: -1px;
	margin-bottom: -1px
}

.input-group-btn,
.input-group-field {
	display: table-cell;
	vertical-align: middle;
	margin: 0
}

.input-group .btn,
.input-group .btn--secondary,
.input-group .input-group-field,
.input-group .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .input-group .shopify-payment-button__button--unbranded {
	height: 37px
}

.input-group .input-group-field {
	width: 100%
}

.input-group-btn {
	position: relative;
	white-space: nowrap;
	width: 1%;
	padding: 0
}

.selector-wrapper label {
	margin-right: 10px
}

.selector-wrapper+.selector-wrapper {
	margin-top: 15px
}

@font-face {
	font-family: icons;
	src: url("//cdn.shopify.com/s/files/1/0533/4636/9728/t/10/assets/icons.eot?v=11298153234806265256");
	src: url("//cdn.shopify.com/s/files/1/0533/4636/9728/t/10/assets/icons.eot?v=11298153234806265256#iefix") format("embedded-opentype"), url("//cdn.shopify.com/s/files/1/0533/4636/9728/t/10/assets/icons.woff?v=2408938297684835138") format("woff"), url("//cdn.shopify.com/s/files/1/0533/4636/9728/t/10/assets/icons.ttf?v=17785143920645075297") format("truetype"), url("//cdn.shopify.com/s/files/1/0533/4636/9728/t/10/assets/icons.svg?v=18275316767451022369#timber-icons") format("svg");
	font-weight: 400;
	font-style: normal
}

.icon-fallback-text .icon {
	display: none
}

.supports-fontface .icon-fallback-text .icon {
	display: inline-block
}

.supports-fontface .icon-fallback-text .fallback-text {
	clip: rect(0 0 0 0);
	clip: rect(0, 0, 0, 0);
	overflow: hidden;
	position: absolute;
	height: 1px;
	width: 1px
}

.icon:before {
	display: none
}

.supports-fontface .icon:before {
	display: inline;
	font-family: icons;
	text-decoration: none;
	speak: none;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-arrow-down:before {
	content: '\e607'
}

.icon-arrow-left:before {
	content: '\e900'
}

.icon-arrow-right:before {
	content: '\e901'
}

.icon-cart:before {
	content: '\e600'
}

.icon-customer:before {
	content: '\e605'
}

.icon-facebook:before {
	content: '\e609'
}

.icon-fancy:before {
	content: '\46'
}

.icon-google_plus:before {
	content: '\e90a'
}

.icon-hamburger:before {
	content: '\e601'
}

.icon-instagram:before {
	content: '\e907'
}

.icon-minus:before {
	content: '\e602'
}

.icon-pause:before {
	content: "\e902"
}

.icon-pin:before {
	content: '\e90d'
}

.icon-pinterest:before {
	content: '\e608'
}

.icon-play:before {
	content: "\e904"
}

.icon-plus:before {
	content: '\e603'
}

.icon-rss:before {
	content: '\72'
}

.icon-saletag:before {
	content: "\e906"
}

.icon-search:before {
	content: '\73'
}

.icon-snapchat:before {
	content: '\e90b'
}

.icon-slide-prev:before {
	content: "\e903"
}

.icon-slide-next:before {
	content: "\e905"
}

.icon-tumblr:before {
	content: '\74'
}

.icon-twitter:before {
	content: '\54'
}

.icon-vimeo:before {
	content: '\76'
}

.icon-x:before {
	content: '\e604'
}

.icon-youtube:before {
	content: '\79'
}

.payment-icons {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	cursor: default;
	margin-bottom: 0
}

.payment-icons li {
	margin: 0 0 7.5px 7.5px;
	cursor: default
}

.payment-icons .fallback-text {
	text-transform: capitalize
}

.payment-icons .icon {
	width: 38px;
	height: 24px
}

.social-icons .icon {
	padding-right: 4px
}

.social-icons .icon-google_plus {
	font-size: .8em
}

.js-drawer-open {
	overflow: hidden
}

.drawer {
	display: none;
	position: fixed;
	overflow-y: auto;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
	top: 0;
	bottom: 0;
	padding: 0 15px 15px;
	max-width: 95%;
	z-index: 10;
	color: #004d93;
	background-color: #f0f0f0;
	-webkit-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	-moz-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	-ms-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	-o-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	transition: all .35s cubic-bezier(.46, .01, .32, 1)
}

@media screen and (min-width:769px) {
	.drawer {
		padding: 0 30px 30px
	}
}

.drawer a {
	color: #004d93
}

.drawer a:hover {
	color: #004d93
}

.drawer input[type=email],
.drawer input[type=number],
.drawer input[type=text],
.drawer textarea {
	border-color: #1f2021
}

.drawer--left {
	width: 300px;
	left: -300px
}

.js-drawer-open-left .drawer--left {
	display: block;
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-ms-transform: translateX(300px);
	-o-transform: translateX(300px);
	transform: translateX(300px)
}

.drawer--right {
	width: 300px;
	right: -300px
}

@media screen and (min-width:591px) {
	.drawer--right {
		width: 400px;
		right: -400px
	}
}

.js-drawer-open-right .drawer--right {
	display: block;
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transform: translateX(-300px)
}

@media screen and (min-width:591px) {
	.js-drawer-open-right .drawer--right {
		-webkit-transform: translateX(-400px);
		-moz-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		-o-transform: translateX(-400px);
		transform: translateX(-400px)
	}
}

.drawer__header-container,
.page-container {
	-webkit-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	-moz-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	-ms-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	-o-transition: all .35s cubic-bezier(.46, .01, .32, 1);
	transition: all .35s cubic-bezier(.46, .01, .32, 1)
}

.js-drawer-open-left .drawer__header-container,
.js-drawer-open-left .page-container {
	-webkit-transform: translateX(300px);
	-moz-transform: translateX(300px);
	-ms-transform: translateX(300px);
	-o-transform: translateX(300px);
	transform: translateX(300px)
}

.js-drawer-open-right .drawer__header-container,
.js-drawer-open-right .page-container {
	-webkit-transform: translateX(-300px);
	-moz-transform: translateX(-300px);
	-ms-transform: translateX(-300px);
	-o-transform: translateX(-300px);
	transform: translateX(-300px)
}

@media screen and (min-width:591px) {
	.js-drawer-open-right .drawer__header-container,
	.js-drawer-open-right .page-container {
		-webkit-transform: translateX(-400px);
		-moz-transform: translateX(-400px);
		-ms-transform: translateX(-400px);
		-o-transform: translateX(-400px);
		transform: translateX(-400px)
	}
}

.drawer__header {
	display: table;
	height: 80px;
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px solid #1f2021
}

.drawer__close,
.drawer__title {
	display: table-cell;
	vertical-align: middle
}

.drawer__title {
	width: 100%
}

.drawer__close {
	width: 1%;
	text-align: center
}

.drawer__close-button {
	position: relative;
	right: -20px;
	height: 100%;
	padding: 0 20px;
	color: inherit
}

.drawer__close-button:active {
	background-color: #e3e3e3
}

.drawer__close--left {
	text-align: left
}

.drawer__close--left .drawer__close-button {
	right: auto;
	left: -20px
}

.supports-csstransforms .drawer--is-loading .drawer__cart {
	min-height: 100px
}

.supports-csstransforms .drawer--is-loading .drawer__cart:after {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 60px;
	margin-left: -12px;
	border-radius: 50%;
	border: 3px solid #1f2021;
	border-top-color: transparent;
	-webkit-animation: spin 1s infinite linear;
	-moz-animation: spin 1s infinite linear;
	-o-animation: spin 1s infinite linear;
	animation: spin 1s infinite linear
}

.ajaxcart__inner {
	margin-bottom: 30px
}

.ajaxcart__row>.grid,
.ajaxcart__row>.grid--full,
.ajaxcart__row>.grid--rev {
	margin-left: -15px
}

.ajaxcart__row>.grid--full>.grid__item,
.ajaxcart__row>.grid--rev>.grid__item,
.ajaxcart__row>.grid>.grid__item {
	padding-left: 15px
}

.ajaxcart__product {
	position: relative;
	max-height: 500px
}

.ajaxcart__product.is-removed {
	max-height: 0;
	overflow: hidden;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all 450ms cubic-bezier(.57, .06, .05, .95);
	-moz-transition: all 450ms cubic-bezier(.57, .06, .05, .95);
	-ms-transition: all 450ms cubic-bezier(.57, .06, .05, .95);
	-o-transition: all 450ms cubic-bezier(.57, .06, .05, .95);
	transition: all 450ms cubic-bezier(.57, .06, .05, .95)
}

.ajaxcart__row {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #1f2021
}

@media screen and (min-width:591px) {
	.ajaxcart__row {
		padding-bottom: 30px;
		margin-bottom: 30px
	}
}

.ajaxcart__product-image {
	display: block;
	overflow: hidden;
	padding-top: 3px
}

.ajaxcart__product-image img {
	display: block;
	margin: 0 auto;
	max-width: 100%
}

.ajaxcart__product-meta,
.ajaxcart__product-name {
	display: block
}

.ajaxcart__product-name--wrapper {
	margin-bottom: 10px
}

.ajaxcart__product-name+.ajaxcart__product-meta {
	padding-top: 3px
}

.ajaxcart__discount {
	padding-top: 3px
}

.ajaxcart__qty,
.js-qty {
	position: relative;
	margin-bottom: 1em;
	max-width: 100px;
	min-width: 75px;
	overflow: visible
}

.ajaxcart__qty input[type=text],
.js-qty input[type=text] {
	display: block;
	background: 0 0;
	text-align: center;
	width: 100%;
	padding: 5px 25px;
	margin: 0
}

.ajaxcart__qty-adjust,
.js-qty__adjust {
	cursor: pointer;
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	border: 0 none;
	padding: 0 8px;
	background: 0 0;
	text-align: center;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.ajaxcart__qty-adjust .icon,
.js-qty__adjust .icon {
	font-size: 8px;
	vertical-align: middle
}

.ajaxcart__qty-adjust:hover,
.js-qty__adjust:hover {
	background-color: #1f2021
}

.ajaxcart__qty-adjust:active,
.js-qty__adjust:active {
	background-color: #060607
}

.ajaxcart__qty--plus,
.js-qty__adjust--plus {
	right: 0;
	border-left: 1px solid #1f2021
}

.ajaxcart__qty--minus,
.js-qty__adjust--minus {
	left: 0;
	border-right: 1px solid #1f2021
}

.ajaxcart__qty {
	margin: 0
}

.is-loading .ajaxcart__qty {
	opacity: .5;
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none
}

.ajaxcart__qty-num[type=text] {
	border-color: #1f2021;
	color: #004d93
}

.ajaxcart__qty-adjust {
	z-index: 1
}

.ajaxcart__qty-adjust:hover {
	background-color: #1f2021;
}

.ajaxcart__qty-adjust:active {
	background-color: #060607;
	color: #fff
}

.ajaxcart__qty--plus {
	border-color: #1f2021
}

.ajaxcart__qty--minus {
	border-color: #1f2021
}

.site-footer {
	padding-bottom: 30px
}

@media screen and (max-width:590px) {
	.site-footer .grid__item {
		padding-bottom: 5px
	}
}


@media screen and (min-width:591px) {
	.site-footer__linklist {
		margin-bottom: 15px
	}
}

.site-footer__payment-icons {
	margin-left: -7.5px
}

.errors,
.note {
	border-radius: 0;
	padding: 6px 12px;
	margin-bottom: 15px;
	border: 1px solid transparent;
	font-size: .9em;
	text-align: left
}

.errors ol,
.errors ul,
.note ol,
.note ul {
	margin-top: 0;
	margin-bottom: 0
}

.errors li:last-child,
.note li:last-child {
	margin-bottom: 0
}

.errors p,
.note p {
	margin-bottom: 0
}

.errors ul {
	list-style: disc outside;
	margin-left: 20px
}

.form-success a {
	color: #56ad6a;
	text-decoration: underline
}

.form-success a:hover {
	text-decoration: none
}

.errors a:hover,
.form-error a:hover {
	text-decoration: none
}

.pagination {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	margin: 0;
	padding: 60px 0 0;
	text-align: center;
	font-size: .93333em
}

.pagination>span {
	display: inline-block;
	line-height: 1
}

.pagination a {
	display: block
}

.pagination .page.current,
.pagination a {
	padding: 8px
}

.pagination .next,
.pagination .prev {
	font-family: arial, helvetica, sans-serif
}

.rte>div {
	margin-bottom: 15px
}

.rte li {
	margin-bottom: 0
}

.rte>p:last-child {
	margin-bottom: 0
}

.rte table {
	table-layout: fixed
}

.text-center .rte ol,
.text-center .rte ul,
.text-center.rte ol,
.text-center.rte ul {
	list-style-position: inside;
	margin-left: 0
}

.rte--nomargin {
	margin-bottom: 0
}

.rte--indented-images img:not([style]),
.rte--indented-images img[style="float: none;"] {
	max-width: 120%;
	margin-left: -10%
}

.rte--indented-images img:not([style]).rte__no-indent,
.rte--indented-images img[style="float: none;"].rte__no-indent {
	margin: 0 auto;
	max-width: 100%
}

.rte--indented-images img[style="float: right;"] {
	margin: 0 -10% 15px 15px
}

.rte--indented-images img[style="float: left;"] {
	margin: 0 15px 15px -10%
}

@media screen and (min-width:769px) {
	.rte blockquote {
		width: 120%;
		margin-left: -10%;
		padding-left: 0;
		padding-right: 0
	}
	.rte blockquote p {
		margin-bottom: 0
	}
}

.site-header .grid--table {
	display: table;
	table-layout: fixed;
	width: 100%
}

.site-header .grid--table>.grid__item {
	float: none;
	display: table-cell;
	vertical-align: middle
}

.header-wrapper--transparent .site-header {
	background-color: transparent
}

.site-header__logo {
	text-align: center;
	margin: 0 auto
}

.site-header__logo-image {
	display: block;
	margin: 0 auto
}

.header-wrapper--transparent .site-header__logo-image {
	display: none
}

.site-header__logo-image--transparent {
	display: none
}

.header-wrapper--transparent .site-header__logo-image--transparent {
	display: block
}

.site-header__logo-link {
	display: block
}

.site-header__logo-link,
.site-header__logo-link:hover {
	margin: 0 auto;
	text-decoration: none
}

.announcement-bar {
	display: block;
	text-align: center;
	position: relative;
	text-decoration: none
}

.announcement-bar__message {
	display: block;
	font-weight: 700;
	padding: 10px 30px;
	margin: 0
}

.search-bar {
	max-width: 100%
}

.search-bar--page {
	max-width: 300px;
	margin: 0 auto
}

.search-bar--modal {
	max-width: 300px;
	margin: 20% auto 0
}


.search-bar--drawer {
	margin-bottom: 15px
}

.section-header {
	margin-bottom: 30px
}

@media screen and (min-width:591px) {
	.section-header {
		margin-bottom: 50px
	}
}

.section-header--404 {
	margin-bottom: 0;
	padding: 80px 0
}

@media screen and (min-width:769px) {
	.section-header {
		display: table;
		table-layout: fixed;
		width: 100%
	}
	.section-header__title {
		margin-bottom: 12px
	}
	.section-header__left {
		display: table-cell;
		vertical-align: middle;
		margin-bottom: 0
	}
	.section-header__left .h1,
	.section-header__left .h2,
	.section-header__left .h3,
	.section-header__left .h4,
	.section-header__left h1,
	.section-header__left h2,
	.section-header__left h3,
	.section-header__left h4 {
		margin-bottom: 0
	}
}

.site-nav,
.site-nav--mobile {
	cursor: default;
	margin: 0;
	margin-left: -15px
}

.site-nav__item {
	position: relative;
	display: inline-block;
	margin: 0
}

.site-nav__item li {
	display: block
}

.site-nav--mobile {
	margin-left: -10px
}

.site-nav--mobile.text-right {
	margin: 0 -10px 0 0
}

.site-nav__link {
	display: inline-block;
	text-decoration: none;
	padding: 15px;
	white-space: nowrap;
	font-size: .93333em
}

.site-nav__link .icon-arrow-down {
	position: relative;
	top: -2px;
	padding-left: 7.5px;
	font-size: 10px
}

.site-nav__dropdown-link .icon-arrow-down {
	position: absolute;
	top: 50%;
	right: 15px;
	font-size: 10px;
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-moz-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	-o-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg)
}

.site-nav__dropdown-grandchild .site-nav__dropdown-link {
	white-space: normal
}

.site-nav__link--icon {
	padding-left: 7.5px;
	padding-right: 7.5px
}

.site-nav--mobile .site-nav__link {
	display: inline-block
}

.site-nav--mobile .icon {
	font-size: 2em
}

.site-nav__dropdown {
	opacity: 0;
	display: block;
	position: absolute;
	left: 0;
	margin: 0;
	z-index: 5;
	pointer-events: none
}



.site-nav__dropdown.nav-outside {
	left: auto;
	right: 0
}

.site-nav__dropdown-grandchild {
	position: absolute;
	top: -10px;
	left: 100%;
	width: 100%;
	margin: 0;
	z-index: 5;
	opacity: 0;
	pointer-events: none
}

.site-nav__dropdown-grandchild ul {
	padding: 10px 0;
	margin: 0 0 0 2px
}

.site-nav__dropdown-grandchild.nav-outside {
	left: -100%
}

.mobile-nav {
	margin: -15px -15px 0 -15px
}

.mobile-nav li {
	margin-bottom: 0;
	list-style: none
}

.mobile-nav__search {
	padding: 15px
}

.mobile-nav__item {
	position: relative;
	display: block
}


.mobile-nav__item:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 15px;
	right: 15px;
}

.mobile-nav>.mobile-nav__item:last-child:after {
	display: none
}

.mobile-nav__item a {
	display: block;
	font-size: 22px
}

.mobile-nav__subsublist .mobile-nav__item a {
	padding-left: 45px;
	font-size: 16px
}

.mobile-nav__item--secondary a {
	font-size: 16px;
	line-height: 1.2;
	padding-top: 10px;
	padding-bottom: 10px
}

.mobile-nav__item--secondary:after {
	display: none
}

.mobile-nav__spacer {
	height: 0;
	padding: 5px
}

.mobile-nav__has-sublist {
	display: table;
	width: 100%
}

.mobile-nav__has-sublist .mobile-nav__link {
	display: table-cell;
	vertical-align: middle;
	width: 100%
}

.mobile-nav__toggle {
	display: table-cell;
	vertical-align: middle;
	width: 1%
}

.mobile-nav__toggle-open {
	display: block
}

.mobile-nav--expanded .mobile-nav__toggle-open {
	display: none
}

.mobile-nav__toggle-close {
	display: none
}

.mobile-nav--expanded .mobile-nav__toggle-close {
	display: block
}

.mobile-nav__sublist {
	margin: 0;
	display: none
}

.mobile-nav__sublist .mobile-nav__item:after {
	top: 0;
	bottom: auto
}

.mobile-nav__sublist .mobile-nav__link {
	padding-left: 40px;
	font-weight: 400
}

@media screen and (min-width:769px) {
	.site-nav__link--icon .icon {
		font-size: 1.46667em
	}
}

.cart-link {
	position: relative
}

.cart-link__bubble {
	display: none
}

.cart-link__bubble--visible {
	display: block;
	position: absolute;
	top: 18px;
	right: 4px;
	width: 10px;
	height: 10px;
	border-radius: 50%
}

@media screen and (max-width:768px) {
	.cart-link__bubble--visible {
		top: 22px;
		right: 12px
	}
}

.cart__header-labels {
	font-family: Poppins, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase
}

.cart__row {
	position: relative;
	margin-bottom: 30px
}

.cart__row:first-child {
	padding-bottom: 15px
}

.cart__row .ajaxcart__qty,
.cart__row .js-qty {
	margin: 0 auto
}

.cart__row .btn,
.cart__row .btn--secondary,
.cart__row .shopify-payment-button .shopify-payment-button__button--unbranded,
.shopify-payment-button .cart__row .shopify-payment-button__button--unbranded {
	margin-bottom: 15px
}

@media screen and (min-width:591px) {
	.update-cart+.cart__checkout {
		margin-left: 15px
	}
}

.cart__row--last {
	padding-top: 15px
}

.cart__row--table {
	display: table;
	table-layout: fixed;
	width: 100%
}

.cart__row--table .grid__item {
	display: table-cell;
	vertical-align: middle;
	float: none
}

.cart__row--table-with-discount .grid__item {
	vertical-align: top
}

@media screen and (min-width:769px) {
	.cart__row--table-large {
    display: flex;
		width: 100%
	}
	.cart__row--table-large .grid__item {
    display: flex;
	}
}

.cart__image {
	display: block
}

.cart__image img {
	width: 100%;
	display: block
}

@media screen and (max-width:768px) {
	.cart__pricing {
		margin-top: 30px
	}
}

.cart__product-name {
	margin-bottom: 0
}

@media screen and (min-width:768px) {
	.cart__product-name {
		width: 90%
	}
}

.cart__product-qty {
	text-align: center;
	margin: 0 auto;
	max-width: 80px
}

.cart__note-container {
	vertical-align: top!important
}

.cart__note {
	margin: 0
}

@media screen and (min-width:769px) {
	.cart__note {
		padding-right: 30px
	}
}

.cart__subtotal-container {
	margin-top: 25px
}

@media screen and (min-width:769px) {
	.cart__subtotal-container {
		margin: 0
	}
}

.cart__discounts {
	display: flex;
	justify-content: center;
	margin-bottom: 15px
}

@media screen and (min-width:769px) {
	.cart__discounts {
		justify-content: flex-end
	}
}

.cart__product-meta {
	margin-bottom: 0
}

.additional_checkout_buttons {
	margin-left: -10px
}

.additional_checkout_buttons>:not(script) {
	padding: 15px 0 0 15px;
	vertical-align: top;
	line-height: 1
}

@media screen and (max-width:590px) {
	.additional_checkout_buttons>:not(script) {
		padding: 15px 0 0 5px
	}
}

.additional_checkout_buttons>:not(script):empty,
.additional_checkout_buttons>:not(script):first-child {
	padding-left: 0
}

.cart--no-cookies .cart--continue-browsing {
	display: none
}

.cart--no-cookies .cart--empty-message {
	display: none
}

.cookie-message {
	display: none;
	padding-bottom: 25px
}

.cart--no-cookies .cookie-message {
	display: block
}

.product-single {
	text-align: center
}

.product-single__meta--wrapper {
	padding-right: 25px
}

.product-single__meta {
	padding-top: 36px
}

.product-single__vendor {
	letter-spacing: .2em;
	font-size: .8em
}

.product-single__title {
	font-size: 2em;
	margin-bottom: 15px;
	word-wrap: break-word
}

@media screen and (min-width:591px) {
	.product-single__title {
		font-size: 2.4em
	}
}

.product-single__quantity {
	margin-top: 10px
}

.product-single__add-to-cart {
	margin: 0 0 10px 0;
	display: inline-flex;
	flex-flow: row wrap;
	align-items: flex-start
}

.product-single__add-to-cart.default-product {
	margin-top: 20px
}

.product-single__form--no-variants {
	margin-top: 30px
}

.product-single__add-to-cart--full-width {
	width: 100%
}

.btn--add-to-cart {
	margin: 10px 10px 0 0;
	min-width: 155px;
	flex: auto
}

.btn--add-to-cart.btn,
.btn--add-to-cart.btn--secondary,
.shopify-payment-button .btn--add-to-cart.shopify-payment-button__button--unbranded {
	padding: 12px 30px
}

.product-single__add-to-cart--full-width .btn--add-to-cart {
	flex-basis: 100%;
	margin-right: 0
}

.product-single__description {
	margin-top: 40px;
	text-align: left
}

.product-single__full-details {
	cursor: pointer;
	display: inline-block;
	margin: 30px 0
}

.product-single__variants {
	display: none
}

.no-js .product-single__variants {
	display: block
}

.product-single__media-flex-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	position: relative
}

.product-single__media-flex {
	position: relative;
	width: 100%;
	height: 100%;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
	-ms-flex-item-align: center;
	-webkit-align-self: center;
	align-self: center
}

.product-single__media-wrapper {
	margin: 0 auto;
	text-align: left
}

.product-single__media-wrapper .media-item,
.product-single__media-wrapper .plyr,
.product-single__media-wrapper .shopify-model-viewer-ui,
.product-single__media-wrapper iframe,
.product-single__media-wrapper img,
.product-single__media-wrapper model-viewer,
.product-single__media-wrapper video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%
}

.product-single__media-wrapper .media-item,
.product-single__media-wrapper .media-video,
.product-single__media-wrapper .plyr,
.product-single__media-wrapper .plyr__video-wrapper,
.product-single__media-wrapper .shopify-model-viewer-ui,
.product-single__media-wrapper iframe,
.product-single__media-wrapper model-viewer {
	height: 100%
}

@media screen and (min-width:591px) {
	.product-single__media-wrapper--featured-product {
		margin-bottom: 0
	}
	.product-single__media [data-mfp-src] {
		cursor: zoom-in
	}
	.product-single__media--wrapper {
		margin-bottom: 15px
	}
}

.product-single__media {
	position: relative
}

.product-single__media-wrapper--featured-product {
	margin: 0 auto
}


.product-single__media-group-wrapper a,
.product-single__media-group-wrapper img,
.product-single__thumbnails a,
.product-single__thumbnails img {
	display: block;
	margin: 0 auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%
}

@media screen and (max-width:590px) {
	.product-single__meta--wrapper {
		padding-right: 30px;
		margin: 0 15px
	}
	.product-single__media-group-wrapper {
		margin-top: -35px;
		margin-left: -15px;
		margin-right: -15px
	}
	.product-single__media-group-wrapper--featured {
		margin-bottom: 55px
	}
}

.product-single__hero .grid__item {
	display: inline-block;
	float: none;
	vertical-align: middle
}

@media screen and (min-width:769px) {
	.product-single__hero .grid__item+.grid__item {
		margin-left: -5px
	}
}

.product-single__thumbnails {
	margin-left: -15px
}

.product-single__thumbnails .grid__item {
	padding-left: 15px
}

.product-single__thumbnails li {
	margin-bottom: 15px
}

.product-single__thumbnail-badge {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 3px;
	bottom: 3px;
	pointer-events: none
}

@media screen and (min-width:1051px) {
	.product-single__thumbnail-badge {
		width: 35px;
		height: 35px
	}
}

.product-single__thumbnail-badge .icon {
	width: 100%;
	height: 100%;
	vertical-align: baseline
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-outline,
.product-single__thumbnail-badge .icon-video-badge-full-color-outline {
	stroke: rgba(0, 0, 0, 0.05)
}

.product-single__thumbnail-badge .icon-3d-badge-full-color-element,
.product-single__thumbnail-badge .icon-video-badge-full-color-element {
	fill: black
}

.visibility-hidden {
	visibility: hidden
}

.product-single__prices {
	margin-bottom: 15px
}

.product-single__price,
.product-single__price--compare-at {
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	font-size: 1.2em;
	font-weight: 700
}


.product-single__price--compare-at {
	padding-right: 5px;
	display: inline-block;
	text-decoration: line-through
}

.product-single__unit {
	display: none
}

.price-container--unit-available .product-single__unit {
	display: block
}

.product-single__policies {
	margin: 15px 0 25px 0
}

.product-single__quantity .ajaxcart__qty,
.product-single__quantity .js-qty,
.product-single__quantity .js-quantity-selector {
	display: inline-block
}

.product-single__quantity-label {
	margin-right: 10px
}

#shopify-product-reviews .spr-form-label,
#shopify-product-reviews .spr-review-content-body,
#shopify-product-reviews .spr-review-header-byline {
	font-size: 15px;
	line-height: 1.563
}

#shopify-product-reviews .spr-form-label {
	display: block;
	text-align: left
}

#shopify-product-reviews .spr-summary-actions-newreview {
	float: none
}

#shopify-product-reviews .spr-summary-actions,
#shopify-product-reviews .spr-summary-caption {
	display: block
}

.product-single__thumbnails a,
.product-single__thumbnails img {
	display: block;
	position: relative;
	background-color: transparent
}

.product-single__thumbnails img {
	max-height: 135px;
	width: auto;
	overflow: hidden
}

.slick-initialized .product-single__media-wrapper {
	display: block!important
}

.product-single__thumbnail {
	display: block;
	border: 2px solid transparent
}


.product-single__view-in-space {
	background-color: rgba(0, 0, 0, .08);
	border: none;
	width: 100%;
	min-height: 44px;
	padding-top: 10px;
	padding-bottom: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	margin: 0;
	font-size: 1.06667em;
}

.product-single__view-in-space:not(.product-single__view-in-space--multi) {
	visibility: hidden
}

@media screen and (min-width:590px) {
	.product-single__view-in-space[data-shopify-xr-hidden] {
		display: none
	}
}

.product-single__view-in-space:focus .product-single__view-in-space-text,
.product-single__view-in-space:hover .product-single__view-in-space-text {
	position: relative
}

.product-single__view-in-space:focus .product-single__view-in-space-text::after,
.product-single__view-in-space:hover .product-single__view-in-space-text::after {
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px solid currentColor;
	bottom: 3px;
	position: absolute
}

.product-single__view-in-space .icon {
	height: 16px;
	width: 14px;
	margin-right: 8px;
	fill: transparent
}

.product-single__view-in-space .icon .icon-3d-badge-full-color-outline {
	stroke: none
}

.product-single__view-in-space .icon .icon-3d-badge-full-color-element {
	fill: currentColor;
	opacity: 1
}

.product-single__view-in-space--disabled {
	display: none
}

.product-single__media-group.slick-initialized {
	margin-bottom: 0
}

.product-single__media-group--single-xr~.product-single__view-in-space:not([data-shopify-xr-hidden]),
.product-single__media-group.slick-initialized~.product-single__view-in-space:not([data-shopify-xr-hidden]) {
	visibility: visible
}

.product-single__media-group--single-xr .product-single__view-in-space--multi,
.product-single__media-group.slick-initialized .product-single__view-in-space--multi {
	display: none
}

@media screen and (min-width:591px) {
	.product-single__media-flex-wrapper {
		margin-bottom: 15px
	}
	.product-single__media-group--single-xr .product-single__media-flex-wrapper {
		margin-bottom: 0
	}
	.product-single__media-group--single-xr~.product-single__thumbnails {
		margin-top: 15px
	}
}

.shopify-payment-button {
	margin: 10px 0 0 0;
	min-width: 155px;
	flex: auto
}

.product-single__add-to-cart--full-width .shopify-payment-button {
	margin-right: 0
}

.shopify-payment-button .shopify-payment-button__button {
	border-radius: 0
}

.shopify-payment-button .shopify-payment-button__button--unbranded {
	font-weight: 400;
	font-style: normal;
	text-transform: uppercase;
	margin-right: 0;
	width: 100%;
	min-height: 44px;
	font-size: .86667em
}

.cart-remove-icon{
  position: relative;
}
.cart-remove-icon:before, .cart-remove-icon:after {
  position: absolute;
  content: '';
  height: 12px;
  width: 3px;
  border-radius: 10px;
  background: #ECECEC;
}
.cart-remove-icon:before{
  transform: rotate(45deg);
}

.cart-remove-icon:after{
  transform: rotate(-45deg);
}
/*# sourceMappingURL=/s/files/1/0533/4636/9728/t/10/assets/timber.scss.css.map?v=1270480433734313750 */

.flx-5{
  flex: 0 0 5%;
  max-width: 5%;
}

.flx-10{
  flex: 0 0 5%;
  max-width: 5%;
}

.cart__price{
  font-size: 16px;
  color: white;
}

.cart-table, .cart-row{
  width: 100%;
}

.cart-table table{
  width: 100%;
}

.wi-dft{
  max-width: 1280px;
  margin: auto;
}

.text-center{
  text-align: center
}