/*
html, body, h1, h2, h3, h4, h5, p {
	padding: 0;
	margin: 0;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

body, html {
	min-height: 100%;
}

html {
	font-family: "Roboto, sans-serif;
	font-size: 14px;
	line-height: 1.2;
	color: #4c4c4c;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

select {
	text-rendering: auto !important;
}

ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}

img {
	display: block;
	max-width: 100%;
}

input {
	-webkit-appearance: textfield;
	margin: 0;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

*/

.product-details > div {
    margin-left: 30px;
    margin-right: 50px;
}

.shopify-footnote {
    margin-top: 15px;
}

.visuallyhidden {
	border: 0;
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.component-container {
	overflow: hidden;
}

.shopify-buy__type--center {
	text-align: center;
}

.shopify-buy--visually-hidden {
	position: absolute !important;
	clip: rect(1px, 1px, 1px, 1px);
	padding: 0 !important;
	border: 0 !important;
	height: 1px !important;
	width: 1px !important;
	overflow: hidden;
}

.shopify-buy__quantity-decrement, .shopify-buy__quantity-increment {
	color: #4c4c4c;
	display: block;
	height: 30px;
	float: left;
	line-height: 16px;
	font-family: monospace;
	width: 26px;
	padding: 0;
	border: none;
	background: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	cursor: pointer;
	font-size: 18px;
	text-align: center;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	border: 1px solid #767676;
	position: relative
}

.shopify-buy__quantity-decrement svg, .shopify-buy__quantity-increment svg {
	width: 14px;
	height: 14px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -6px;
	margin-left: -7px;
	fill: currentColor;
}

.shopify-buy__quantity-decrement {
	border-radius: 3px 0 0 3px;
}

.shopify-buy__quantity-increment {
	border-radius: 0 3px 3px 0;
}

.shopify-buy__quantity {
	color: black;
	width: 45px;
	height: 30px;
	font-size: 16px;
	border: none;
	text-align: center;
	-webkit-appearance: none;
	-moz-appearance: textfield;
	display: inline-block;
	padding: 0;
	border-radius: 0;
	border-top: 1px solid #767676;
	border-bottom: 1px solid #767676;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.shopify-buy__quantity-container.shopify-buy__quantity-with-btns {
	overflow: hidden
}

.shopify-buy__quantity-container.shopify-buy__quantity-with-btns .shopify-buy__quantity {
	border-left: 0;
	border-right: 0;
	float: left;
}

.shopify-buy__btn {
	color: #fff;
	font-size: 15px;
	background-color: #78b657;
	padding: 12px 40px;
	letter-spacing: .3px;
	display: block;
	border-radius: 3px;
	cursor: pointer;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease;
	max-width: 100%;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.2;
	border: 0;
	-moz-appearance: none;
	-webkit-appearance: none
}

.shopify-buy__btn:hover,   .shopify-buy__btn:focus {
	background-color: #5f9d3e;
}

.shopify-buy__btn--parent {
	background-color: transparent;
	border: 0;
	padding: 0;
	cursor: pointer
}

.shopify-buy__btn--parent:hover .product__variant-img, .shopify-buy__btn--parent:focus .product__variant-img {
	opacity: .7;
}

.shopify-buy__btn--cart-tab {
	padding: 5px 11px;
	border-radius: 3px 0 0 3px;
	position: fixed;
	right: 0;
	top: 50%;
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	opacity: 0;
	min-width: inherit;
	width: auto;
	height: auto;
	z-index: 2147483647
}

.shopify-buy__btn--cart-tab.is-active {
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	opacity: 1;
}

.shopify-buy__btn__counter {
	display: block;
	margin: 0 auto 10px auto;
	font-size: 18px;
}

.shopify-buy__icon-cart--side {
	height: 20px;
	width: 20px;
}

.shopify-buy__btn[disabled] {
	background-color: #999;
	pointer-events: none;
}

.shopify-buy__btn--close {
	position: absolute;
	right: 9px;
	top: 8px;
	font-size: 35px;
	color: #767676;
	border: none;
	background-color: transparent;
	-webkit-transition: color 100ms ease, -webkit-transform 100ms ease;
	transition: color 100ms ease, -webkit-transform 100ms ease;
	transition: transform 100ms ease, color 100ms ease;
	transition: transform 100ms ease, color 100ms ease, -webkit-transform 100ms ease;
	cursor: pointer;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	padding-right: 9px
}

.shopify-buy__btn--close:hover {
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
	color: hsl(0, 0%, 41.2745098039%);
}

.shopify-buy__option-select-wrapper {
	border: 1px solid #d3dbe2;
	border-radius: 3px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	background: #fff;
	overflow: hidden;
	vertical-align: bottom;
    width: 50%
}

.shopify-buy__select-icon {
	cursor: pointer;
	display: block;
	fill: #798c9c;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -6px;
	pointer-events: none;
	width: 12px;
	height: 12px;
	vertical-align: middle;
}

.shopify-buy__option-select + .shopify-buy__option-select {
	margin-top: 7.5px;
}

.shopify-buy__option-select__label {
	display: block;
	font-size: 14px;
	margin-top: 15px;
	margin-bottom: 5px;
}

.shopify-buy__btn--parent .shopify-buy__option-select__label {
	cursor: pointer;
}

.shopify-buy__option-select__select {
	font-size: inherit;
	padding: 7px 10px;
	padding-right: 32px;
	border: 0;
	width: 100%;
	background: transparent;
	-webkit-appearance: none;
	-moz-appearance: none
}

.shopify-buy__option-select__select::-ms-expand {
	display: none;
}

.shopify-buy__btn--parent .shopify-buy__option-select__select {
	cursor: pointer;
}

.shopify-buy__product {
	overflow: hidden;
	width: 100%;
}

.shopify-buy__product__variant-img {
	margin: 0 auto 15px auto;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	opacity: 1
}

.shopify-buy__product__variant-img.is-transitioning {
	opacity: 0;
}

.shopify-buy__is-button {
	cursor: pointer;
}

.shopify-buy__no-image .shopify-buy__product__variant-img {
	display: none;
}

.shopify-buy__product__title {
	max-width: 100%;
	vertical-align: top;
	display: inline-block;
	font-size: 18px;
	line-height: 1.2;
	color: #4A4A4A;
	margin-bottom: 15px;
	font-weight: 700;
}
.shopify-buy__product__title + .aside {
	width: 80%;
	position: relative;
	left: 50%;
	transform: translateX(-50%);
	display: inline-block !important;
}
.shopify-buy__product__title + .aside img {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid;
	border-image-source: linear-gradient(to right, #F7CA5B, #572800);
	border-image-slice: 1;
}

.shopify-buy__layout-horizontal .shopify-buy__product__title {
	margin-top: 10px;
}

.shopify-buy__product__variant-title {
	font-size: 18px;
	color: #666;
	font-weight: 400;
	text-align: center;
	margin-bottom: 15px;
}

.shopify-buy__product__price {
	margin-right: 15px;
    margin-top: -26px;
    float: right;
}

.shopify-buy__product-description {
	margin-bottom: 10px;
	line-height: 1.65;
	color: #4A4A4A
}

.shopify-buy__product-description p,   .shopify-buy__product-description ul,   .shopify-buy__product-description ol,   .shopify-buy__product-description img {
	margin-bottom: 10px
}

.shopify-buy__product-description p:last-child, .shopify-buy__product-description ul:last-child, .shopify-buy__product-description ol:last-child, .shopify-buy__product-description img:last-child {
	margin-bottom: 0;
}

.shopify-buy__product-description a, .shopify-buy__option-select__label a {
	color: #976637;
    font-weight: 500;
    text-decoration: underline;
}

.shopify-buy__product-description img {
	max-width: 100%;
}

.shopify-buy__product-description h1 {
	font-size: 20px;
}

.shopify-buy__product-description h2 {
	font-size: 18px;
}

.shopify-buy__product-description h3 {
	font-size: 17px;
}

.shopify-buy__product-description ul,   .shopify-buy__product-description ol {
	margin-left: 2em;
}

.shopify-buy__product-description ul {
	list-style-type: disc;
}

.shopify-buy__layout-vertical {
	text-align: center;
}

.shopify-buy__product__actual-price, .shopify-buy__product__compare-price {
	color: #4a4a4a;
	display: inline-block;
}

.shopify-buy__product__actual-price {
	font-size: 14px;
}

.shopify-buy__product__compare-price {
	font-size: 12px;
	text-decoration: line-through;
	padding-left: 5px;
	opacity: 0.65;
}

.shopify-buy__product__unit-price {
	color: #4a4a4a;
	padding-top: 5px;
	font-size: 12px;
	opacity: 0.8;
}

.shopify-buy__product__variant-selectors {
	text-align: left;
	font-size: 14px;
}

.shopify-buy__layout-vertical .shopify-buy__product__variant-selectors {
	width: 100%;
	max-width: 280px;
	display: inline-block;
}

.shopify-buy__quantity {
	border-left: 1px solid;
	border-right: 1px solid;
	border-radius: 3px;
}

.shopify-buy__quantity, .shopify-buy__quantity-increment, .shopify-buy__quantity-decrement {
	border-color: #d3dbe2;
	line-height: 1.2;
	font-size: 15px;
	height: auto;
	padding-top: 12px;
	padding-bottom: 12px;
}

.shopify-buy__btn {
	display: inline-block;
}

.shopify-buy__btn-wrapper {
	margin-top: -39px;
    float:right;
}

.shopify-buy__btn.shopify-buy__beside-quantity {
	display: inline-block;
	vertical-align: top;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border: 1px solid transparent;
}

.shopify-buy__btn-and-quantity .shopify-buy__quantity {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	background: #fff;
}

.shopify-buy__btn-and-quantity .shopify-buy__quantity-container {
	display: inline-block;
	vertical-align: top;
}

.shopify-buy__btn-and-quantity .shopify-buy__btn-wrapper {
	display: inline-block;
	vertical-align: top;
	margin: 0;
}

.shopify-buy__cart-item__quantity-container {
	margin-top: 20px;
	display: inline-block;
}

.shopify-buy__layout-vertical .shopify-buy__btn,   .shopify-buy__layout-vertical .shopify-buy__quantity-container,   .shopify-buy__layout-horizontal .shopify-buy__btn,   .shopify-buy__layout-horizontal .shopify-buy__quantity-container {
	margin: 20px auto 0;
}

.shopify-buy__layout-vertical .shopify-buy__btn:first-child, .shopify-buy__layout-horizontal .shopify-buy__btn:first-child {
	margin-top: 0;
}

.shopify-buy__layout-vertical .shopify-buy__btn-and-quantity, .shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity {
	margin: 20px auto 0
}

.shopify-buy__layout-vertical .shopify-buy__btn-and-quantity .shopify-buy__btn,     .shopify-buy__layout-vertical .shopify-buy__btn-and-quantity .shopify-buy__quantity-container,     .shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity .shopify-buy__btn,     .shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity .shopify-buy__quantity-container {
	margin: 0 auto;
}

.shopify-buy__layout-vertical .shopify-buy__btn-and-quantity:first-child, .shopify-buy__layout-horizontal .shopify-buy__btn-and-quantity:first-child {
	margin: 0 auto;
}

.shopify-buy__layout-vertical .shopify-buy__product__variant-img, .shopify-buy__layout-horizontal .shopify-buy__product__variant-img {
	max-width: 100%;
}

/* Remove the media queries

@media (min-width: 500px) {
	.shopify-buy__layout-horizontal:not(.no-image) {
		text-align: left;
		margin-bottom: 0;
		margin-left: 0
	}

	.shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper {
		float: left;
		width: 40%;
	}

	.shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-title {
		text-align: left;
	}

	.shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__title,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-title,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__price,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-description,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__btn-and-quantity,     .shopify-buy__layout-horizontal:not(.no-image) > .shopify-buy__btn-wrapper,     .shopify-buy__layout-horizontal:not(.no-image) > .shopify-buy__quantity-container,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-selectors {
		margin-left: calc(40% + 25px);
	}
}

@media (min-width: 680px) {
	.shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-img-wrapper {
		float: left;
		width: 60%;
	}

	.shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__title,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-title,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__price,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product-description,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__btn-and-quantity,     .shopify-buy__layout-horizontal:not(.no-image) > .shopify-buy__btn-wrapper,     .shopify-buy__layout-horizontal:not(.no-image) > .shopify-buy__quantity-container,     .shopify-buy__layout-horizontal:not(.no-image) .shopify-buy__product__variant-selectors {
		margin-left: calc(60% + 25px);
	}
}

*/

.no-image .shopify-buy__product-img-wrapper {
	display: none;
}

@-webkit-keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

@keyframes dash {
	to {
		stroke-dashoffset: 0;
	}
}

.shopify-buy__carousel {
	font-size: 0;
	text-align: center;
	min-height: 90px;
	margin-left: -15px;
	margin-top: 15px;
}

.shopify-buy__carousel-item {
	width: calc(16.666% - 15px);
	margin-left: 15px;
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 0;
	border: none
}

.shopify-buy__carousel-item:nth-child(n+7) {
	margin-top: 15px;
}

.shopify-buy__carousel-item:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.main-image-wrapper {
	position: relative;
}
.carousel-button {
	position: absolute;
	width: 75px;
	top: 0;
	height: 100%;
	border: none;
	font-size: 0;
	background-color: transparent;
	opacity: 0.4;
	cursor: pointer
}
.carousel-button:hover,   .carousel-button:focus {
	opacity: 0.9;
	outline: none;
}
.carousel-button-arrow {
	width: 20px;
	display: inline-block;
	margin-left: 25px;
}
.carousel-button--previous {
	left: 0;
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.carousel-button--next {
	right: 0;
}

.shopify-buy__carousel-item--selected {
	opacity: 0.4;
}

@media (min-width: 601px) {
	.shopify-buy__product {
		max-width: 100%;
		margin-left: 0;
		margin-bottom: 30px;
	}
}

.shopify-buy__product {
	text-align: left;
}

.shopify-buy__product__title {
	font-family: Roboto, sans-serif;
	font-size: 26px;
	color: #ecaa44;
}

.shopify-buy__btn:hover {
	background-color: #d4993d;
}

.shopify-buy__btn:focus {
	background-color: #d4993d;
}

.shopify-buy__btn {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	background: linear-gradient(to right, #FACC5E, #A3752C);
}

.shopify-buy__product__actual-price {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 18px;
}

.shopify-buy__product__compare-price {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 15.299999999999999px;
}

.shopify-buy__product__unit-price {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	font-size: 15.299999999999999px;
}

.shopify-buy__product-description {
	font-family: Roboto, sans-serif;
	font-weight: 300;
}

.shopify-buy__option-select__label {
	font-family: Roboto, sans-serif;
}

.shopify-buy__option-select__select {
	font-family: Roboto, sans-serif;
}  
/* Toggle stuff here */
.shopify-buy__cart-toggle-wrapper {
	display: inline-block;
}

.shopify-buy__cart-toggle {
	background-color: #78b657;
	color: #fff;
	border-radius: 3px 0 0 3px;
	padding: 8px 0;
	text-align: center;
	display: inline-block;
	min-width: 46px;
	margin-right: 0;
	cursor: pointer;
	-webkit-transition: background 200ms ease;
	transition: background 200ms ease
}

.shopify-buy__cart-toggle:hover {
	background-color: #5f9d3e;
}

.shopify-buy__cart-toggle__count {
	font-size: 18px;
	margin-bottom: 10px;
}

.shopify-buy__icon-cart__group {
	fill: #fff;
}

.is-inline .shopify-buy__icon-cart,   .is-inline .shopify-buy__cart-toggle__title,   .is-inline .shopify-buy__cart-toggle__count {
	display: inline-block;
	vertical-align: middle;
}

.is-inline {
	.shopify-buy__icon-cart {     margin-right: 5px;
}

.shopify-buy__cart-toggle__title {
	font-size: 16px;
	font-weight: normal;
}

.shopify-buy__cart-toggle__count {
	margin-left: 21px;
	margin-bottom: 0;
	position: relative
}

.shopify-buy__cart-toggle__count:before {
	content: "";
	display: block;
	position: absolute;
	left: -12px;
	height: 100%;
	width: 1px;
	background-color: #fff;
	opacity: 0.3;
} }

.is-inline.shopify-buy__cart-toggle {
	border-radius: 3px;
	padding: 5px 10px;
}

.shopify-buy__cart-toggle:hover {
	background-color: #d4993d;
}

.shopify-buy__cart-toggle:focus {
	background-color: #d4993d;
}

.shopify-buy__cart-toggle {
	font-family: Roboto, sans-serif;
	font-weight: bold;
	background-color: #ecaa44;
	background: linear-gradient(to right, #FACC5E, #A3752C);
}



@media (min-width: 768px) and (max-width: 1023px) {
	.shopify-buy__product__price {
		margin-top: 15px;
		float: none;
		clear: both;
	}
	.shopify-buy__btn-wrapper {
		margin-top: 0;
	}
	.shopify-buy__product__variant-selectors + .shopify-buy__btn-wrapper {
		margin-top: -39px;
	}
	.shopify-buy__product__price {
		display: inline-block;
	}
	.shopify-buy__product__variant-selectors ~ .shopify-buy__product__price {
		display: block;
	}
}

@media (max-width: 767px) {
	.product-details > div {
		margin-left: 15px;
		margin-right: 15px;
	    width: auto;
	}
	.shopify-buy__product-description {
		width: calc(100% - 40px);
		margin-top: 70px;
		margin-bottom: 15px;
	}
	.shopify-buy__btn-wrapper {
		margin-top: 15px;
		float: left;
	}
	.shopify-buy__product__price {
		margin-top: 15px;
		margin-left: 20px;
		float: left;
		line-height: 40px;
	}
	.shopify-footnote {
		margin-top: 15px;
	}

    .home .shopify-buy-frame--toggle.is-sticky {
        top: 25%;
    }
    .about .shopify-buy-frame--toggle.is-sticky {
        top: 75%;
    }
}