/* Reset */
	button {
		background: none repeat scroll 0 0 transparent;
		border: medium none;
		border-spacing: 0;
		color: #26589F;
		list-style: none outside none;
		margin: 0;
		padding: 0;
		text-align: left;
		text-decoration: none;
		text-indent: 0;
		cursor: pointer;
	}
	input:focus,
	button:focus,
	select:focus {
		outline: none;
	}
	.store input:focus,
	.store select:focus {
		border: 1px solid rgba(0,0,0,0.65);
	}

	.hidden {
		display: none;
	}
	.store .blue,
	.store .blue a {
		color: #008eed;
	}
	.store .blue:hover,
	.store .blue:hover a {
		color: #000;
	}
	.store .inline-block {
		display: inline-block;
		margin-right: 20px;
	}

	.store.floating-header #header {
		min-height: 87px;
	}
	.store #menu-item-41 a {
		color: #DD362D;
	}

/*
 * Store admin bar
 */
	#store-admin-bar {
		overflow: hidden;
		position: fixed;
        z-index: 300;
		width: 100%;
		background: #222;
		font-size: 11px;
		height: 25px;
		color: #fff;
		text-align: right;
		top: 0;
		left: 0;
	}
/*
	.floating-header #store-admin-bar {
		position: relative;
	}
*/
	#store-admin-bar a {
		display: inline-block;
		color: #fff;
	}
	#mini-cart {
		padding: 2px 10px;
		display: inline-block;
		cursor: pointer;
	}
	#mini-cart .qty {
		background-image: url('../images/icon-diamond-white.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: contain;
		display: inline-block;
		padding: 3px 15px;
		color: #000;
	}
	#mini-cart span {
    	cursor: pointer;
	}
	#store-admin-bar .sign-in {
		position: relative;
		cursor: pointer;
		padding: 5px 10px;
	}
	#store-admin-bar .sign-in .login-box {
		position: absolute;
		display: none;
		right: 0;
		top: 0;
	}
	.login-box span.error {
		display: block;
		margin-bottom: 15px;
		margin-top: -15px;
		min-height: 16px;
		color: #DD362D;
	}

/*
 * Storefront
 */
	.store-front-page #container {
		padding-top: 120px;
	}
	.store-front-page #header {
		background-color: transparent;
	}
	.store-slideshow {
		background-color: #000;
	}
	.store-slideshow h2 {
		text-transform: uppercase;
		font-size: 48px;
		margin-bottom: 15px;
		font-family: 'TradeGothic-Light', sans-serif;
	}
	.store-slideshow h3 {
		font-size: 16px;
		color: white;
		font-family: 'TradeGothic', sans-serif;
	}
	.store-slideshow .entry:hover h3 {
		color: black;
	}
	/* Floating Header */
	.store-front-page.floating-header #header {
		background: white;
	}
	.store-front-page.floating-header #logo {
		display: block;
	}
    .store.floating-header #header {
        min-height: 80px;
    }

	/* Home Menu */
	.store-front-page.floating-header .main-menu li a {
		color: #333;
	}
	.store-front-page .main-menu a:hover,
	.store-front-page.floating-header .main-menu a:hover {
		color: #DD362D;
	}
	.product-grid {
		text-align: center;
	}
	.product-grid .product.faded {
		opacity: 0.35;
	}
	.product {
		position: relative;
	}
	.product.product-unavailable .banner {
		display: block;
		z-index: 10;
		width: 20%;
	}
	.product .banner {
		display: none;
		height: 220px;
		width: 220px;
	}
	.product .image {
    	width: 333px;
    	padding-bottom: 120%;
    	position: relative;
    	overflow: hidden;
	}
	.product .image img {
    	position: absolute;
    	left: 50%;
    	top: 50%;
    	right: 0;
    	bottom: 0;
    	width: 100%;
    	height: auto;

    	-webkit-transform: translate(-50%, -50%);
    	transform: translate(-50%, -50%);
	}
    .store-block {
        margin-bottom: 40px;
    }
	.store-block .title {
		font-family: 'TradeGothic', sans-serif;
	}
	.store-block .excerpt > span {
		display: block;
	}
	.store-block span.category,
	.product .summary span {
		text-transform: uppercase;
	}

	/* Single Product */
	#content.product {
		padding-bottom: 80px;
	}
	#content.product span.error {
		text-align: center;
		margin: auto;
		margin-bottom: 15px;
		min-height: 18px;
		max-width: 560px;
	}
	.product-title,
	.product .controls {
		text-align: center;
		margin: auto;
		max-width: 670px;
		padding: 0 100px;
	}
	.product-title {
		margin-top: 30px;
	}
	.product-title h2 {
		text-transform: uppercase;
		font-size: 32px;
		line-height: 1.2;
	}
	.product-title .line-2 {
		display: block;
		margin-top: 10px;
		font-size: 20px;
	}
	.product .summary > span {
		display: block;
		margin: 10px;
	}
	.post-block.product:hover {
		opacity: 0.35;
	}

	.product-gallery .nav {
		position: absolute;
		cursor: pointer;
		margin-top: -110px;
		padding: 40px;
		z-index: 120;
		left: 50%;
		top: 50%;
	}
	.product-gallery .nav .svg {

	}
	.product-gallery .nav:hover .svg polygon {
		fill: #000;
	}
	.product-gallery .nav.prev {
		margin-left: -550px;
	}
	.product-gallery .nav.next {
		margin-left: 461px;
	}

	.store .slide {
		background-color: transparent;
	}
	.store .product-description {
    	max-width: 670px;
        margin: 40px auto;
        padding: 0 100px;
        text-align: justify;
        color: black;
        line-height: 1.5;
        -webkit-text-size-adjust: 100%;
	}
	.product-slideshow,
	.product-thumbs {
		text-align: center;
	}
	.product-thumbs .thumb {
		opacity: 0.3;
		cursor: pointer;
		width: 125px;
		height: 87px;
		background-size: cover;
		background-position: center;
		display: inline-block;
	}
	.product-thumbs .thumb img {
    	display: none;
	}
	.product-thumbs .thumb.active {
		opacity: 1;
	}
	.product-slideshow {
		position: relative;
		margin-bottom: 50px;
		min-height: 450px;
		height: 40vh !important;
	}
	.product-slideshow .slide {
		background-repeat: no-repeat;
		background-size: contain;
		position: absolute;
		bottom: 0;
		left: 0;
		top: 0;
	}
	.store .qty input {
		background-image: url('../images/icon-diamond.svg');
		background-position: center center;
		background-repeat: no-repeat;
		background-color: transparent;
		text-align: center;
		border: none;
		margin-left: 10px;
		font-size: 14px;
		height: 30px;
		width: 37px;
		color: #fff;
	}
	.product .controls {
		position: relative;
		overflow: hidden;
		padding-top: 3px;
		max-width: 560px;
	}
	.controls .qty {
    	position: relative;
    	top: -11px;
    	margin-bottom: 60px;
	}
	.has-variants .controls .qty {
    	position: absolute;
		right: 50px;
	}
	#add-to-cart,
	.keep-shopping {
		text-transform: uppercase;
		display: inline-block;
		position: relative;
        margin-top: 40px;
	    font-family: 'TradeGothic-CondEighteen', sans-serif;
		padding: 8px 13px;
		font-size: 18px;
		color: #fff;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.keep-shopping {
    	background-color: #999999;
	}
	button.loading {
		background-color: #323232;
		opacity: 0.65;
	}
	.store .product button.disabled,
	.product-unavailable #add-to-cart {
		cursor: default;
		opacity: 0.65;
		background-color: #999;
	}
	.store .product button.disabled:hover {
		background-color: #999;
	}
	button.loading .loader {
		opacity: 1;
	}
	button .loader {
		background-image: url('../images/animation-loader.gif');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 16px;
		opacity: 0;

		position: absolute;
		right: 100%;
		width: 40px;
		bottom: 0;
		top: 0;
	}
	.controls .option > span {
		vertical-align: top;
	}
	.product-options {
		text-align: left;
	}
	.product-options .option {
		margin-bottom: 20px;
	}

	.product-gallery {
		margin: 45px auto;
		position: relative;
	}

	.product-options ul {
		vertical-align: middle;
		display: inline-block;
		font-size: 0;
		padding: 0;
		margin: 0;
		margin-left: 10px;
	}
	.product-options ul li {
		text-transform: uppercase;
		display: inline-block;
		list-style-type: none;
		font-weight: bold;
		cursor: pointer;
		font-size: 12px;
		padding: 0 8px;
	}
	.product-options ul li.active,
	.product-options ul li:hover {
		color: #dd362d;
	}
	.product-options ul li.disabled:hover {
		color: #333;
	}
	.product-options ul li.disabled {
		cursor: default;
		opacity: 0.4;
	}


	/* Cart */
	#content.cart,
	#content.order {
		margin: auto;
		padding-bottom: 80px;
		padding-top: 100px;
		width: 1000px;
	}
	table.full-cart {
		width: 100%;
		border-collapse: collapse;
		text-align: center;
	}
	table.full-cart h4 {
		text-transform: uppercase;
	}
	.full-cart th {
		font-size: 12px;
	}
	.full-cart th,
	.full-cart td {
		border-bottom: 1px solid #cbcbcb;
		font-weight: 100;
	}
	table th {
		text-transform: uppercase;
		padding: 13px 20px;
	}
	.full-cart .details {
		vertical-align: middle;
		display: table-cell;
		text-align: left;
		padding-left: 20px;
	}
	td.item {
		width: 100%;
	}
	td.item > div {
		display: table;
	}
	td.option,
	td.quantity {
		font-family: 'TradeGothic-BoldTwo';
		font-size: 16px;
		text-transform: uppercase;
		padding: 0 20px;
	}
	td.quantity {
		background-image: url('../images/icon-diamond.svg');
		font-size: 18px;
		color: #fff;
		background-position: center center;
		background-repeat: no-repeat;
	}
	td.price {
		font-family: 'TradeGothic-CondEighteen', sans-serif;
		font-size: 22px;
		color: #666;
	}
	td div.remove {
		padding: 0 10px;
		cursor: pointer;
		position: relative;
		top: 3px;
	}
	td.item img {
		padding: 10px 0;
		float: left;
	}
	table thead th:first-child {
		text-align: left;
	}
	table thead th:last-child {
		text-align: right;
	}

	.store .totals {
		overflow: hidden;
		padding: 65px 0;
		position: absolute;
		right: 15px;
		bottom: 0;
	}
	.text-right {
		text-align: right;
	}
	.store .totals .text-right {
		text-transform: uppercase;
		padding-right: 25px;
		font-size: 18px;
	}
	.store .totals .text-right,
	.store .totals .number {
		padding-bottom: 11px;
	}
	.store .totals .number {
		font-size: 18px;
	}
	.store .totals table {
		float: right;
	}
	.estimator > div {
		display: inline-block;
		padding-right: 10px;
	}
	.estimator label {
		font-family: 'TradeGothic', sans-serif;
		text-transform: uppercase;
		display: block;
		margin-bottom: 10px;
		font-size: 12px;
	}
	.store button {
		cursor: pointer;
	}
	.store button,
	.store input,
	.store select {
		background-color: #e9e9e9;
		border-radius: 4px;
		padding: 7px 10px;
		font-size: 18px;
		border: 1px solid transparent;
	}
	.store label.error {
		display: none !important;
	}
	.estimator button {
		font-family: 'TradeGothic-CondEighteen', sans-serif;
		background-color: #323232;
		color: #fff;
		text-transform: uppercase;
		cursor: pointer;
	}
	.store select {
		background-image: url('../images/icon-drop-arrows.svg');
		background-position-x: 93%;
		background-position-y: center;
		background-repeat: no-repeat;
		min-width: 200px;
		height: 36px;
		text-indent: 0.01px;
		text-overflow: '';

		-webkit-appearance: none;
		-moz-appearance: none;
		-o-appearance: none;
	}
	/* turn off bg image on FF */
	@-moz-document url-prefix() {
		.store select {
			background-image: url('');
		}
	}
	.estimator select option {
		font-size: 14px;
	}
	input#ship-zip,
	.store select {
		background-color: #e9e9e9;
		margin: 0;
	}

	.store .buttons {
		overflow: hidden;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 15px;
	}
	.cart .button {
		font-family: 'TradeGothic-CondEighteen', sans-serif;
		text-transform: uppercase;
		padding: 7px 10px;
		font-size: 18px;

		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
	}
	.cart .button.shop {
		float: left;
		background-color: #e9e9e9;
		color: #222;
	}
	.not-mobile .cart .button.shop:hover {
		background-color: #dd362d;
		color: #fff;
	}
	.not-mobile	.cart .button.shop:hover polygon {
		fill: #fff;
	}
	.cart .button.proceed {
		color: #fff;
		float: right;
	}
	.cart .button.shop .svg {
		padding-right: 10px;
		vertical-align: top;
		margin-top: 4px;
	}
	.cart .button.proceed .svg {
		padding-left: 10px;
		vertical-align: top;
		margin-top: 4px;
	}

/*
 * Checkout
 */
	#content.checkout {
		margin: auto;
		max-width: 1100px;
		padding-top: 55px;
		width: 100%;
		box-sizing: border-box;
		padding: 55px 50px 0;
	}
	#checkout-switch {
		width: 630px;
		margin: auto;
	}
	#checkout-switch .step {
		display: inline-block;
		text-align: center;
		width: 150px;
	}
	#checkout-switch .step.active:hover .number {
		background-color: #dd362d;
	}
	#checkout-switch .step.active {
		cursor: pointer;
	}
	#checkout-switch .step > span {
		display: block;
	}
	#checkout-switch .step .number {
		display: inline-block;
		background-color: #cbcbcb;
		margin-bottom: 20px;
		font-size: 16px;
		height: 35px;
		padding: 8px;
		color: #fff;
		width: 35px;

		-webkit-border-radius: 500px;
		-moz-border-radius: 500px;
		border-radius: 500px;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#checkout-switch .step.active .number {
		background-color: #222;
	}
	.checkout-block {
		position: relative;
		float: left;
		padding-bottom: 50px;
		width: 1000px;
	}
	.checkout-block.connect .title {
		font-size: 14px;
	}
	.my-account .title,
	.sign-up .title,
	.sign-in .title,
	.checkout .title,
	.order .title,
	.cart .title {
		border-bottom: 1px solid #cbcbcb;
		text-transform: uppercase;
		overflow: hidden;
		margin-bottom: 50px;
		padding: 10px 0;
		font-size: 22px;
	}
	.checkout-block .new-cust {
		float: right;
	}
	#checkout-form {
		overflow: hidden;
		margin-top: 35px;
	}
	.checkout-block .login-box {
		display: inline-block;
	}
	.checkout-block .join-box {
		float: right;
		width: 280px;
	}

	.login-box {
		width: 280px;
	}
	.login-box label,
	.checkout-block label {
		text-transform: uppercase;
		display: block;
		margin-bottom: 10px;
	}
	.login-box em {
		margin-left: 20px;
		font-size: 16px;
	}
	.login-box em a {
		text-decoration: underline;
	}
	.login-box input,
	.checkout-block input,
	.checkout-block select {
		background-color: #e9e9e9;
		margin-bottom: 30px;
		width: 100%;

		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.store input.error {
		border: 1px solid #dd362d;
	}
	.checkout-block.shipping input,
	.checkout-block.shipping select,
	.checkout-block.billing input,
	.checkout-block.billing select {
		width: 385px;
	}
	.checkout-block.billing input.expiration {
		width: 90px;
	}
	.checkout-block.shipping button,
	.checkout-block.billing button {
		position: absolute;
		bottom: 80px;
		right: 0;
	}
	.checkout-block.shipping button .svg {
		vertical-align: top;
		padding-left: 10px;
		margin-top: 3px;
	}
	.confirm .billing-summary span,
	.confirm .shipping-summary span {
		margin-bottom: 10px;
		min-height: 15px;
		display: block;
	}
	.checkout-block.confirm {
		font-size: 18px;
	}
	.store span.error {
		display: block;
		color: #dd362d;
	}
	.checkout-block.confirm span.error {
		font-size: 16px;
		width: 70%;
	}
	.checkout-block.confirm .buttons span.error {
		text-align: right;
		margin-bottom: 15px;
		width: 100%;
	}
	.store span.first,
	.store span.last,
	.store span.city,
	.store span.state,
	.store span.zip {
		display: inline-block;
	}
	.checkout-block.confirm .shipping-summary,
	.checkout-block.confirm .billing-summary,
	.checkout-block.confirm .cc-summary,
	.checkout-block .shipping-method,
	.checkout-block.confirm .title > span {
		display: inline-block;
		vertical-align: top;
		width: 495px;
	}
	.checkout-block.billing .shipping-method {
		margin-bottom: 25px;
	}
	.shipping-method.loading {
		background-image: url('../images/animation-loader.gif');
		background-position: center center;
		background-repeat: no-repeat;
		background-size: 18px;
	}
	.shipping-method .methods {
		display: block;
	}
	.shipping-method.loading > span,
	.shipping-method.loading > div {
		opacity: 0;
	}
	.checkout-block .shipping-select {
		margin-bottom: 30px;
	}
	.confirm-block {
		margin-bottom: 50px;
	}
	.confirm-block span {
		display: inline-block;
	}

	.checkbox {
		box-sizing: border-box;
		display: inline-block;
		cursor: pointer;
		background-color: #323232;
		border-radius: 4px;
		padding: 7px;
		height: 34px;
		width: 34px;
	}
	.checkbox.active .svg {
		opacity: 1;
	}
	.checkbox .svg {
		vertical-align: top;
		margin-top: 2px;
		opacity: 0;
	}

	.check-row span {
		display: inline-block;
		vertical-align: top;
		margin-left: 10px;
		margin-top: 2px;
		font-size: 22px;
	}
	.checkout-block .check-row {
		margin-bottom: 20px;
	}
	.join-box {
		padding-top: 28px;
	}
	.checkout-block.confirm .totals {
		border-top: 1px solid #cbcbcb;
 	}

	#view-cart-header {
		position: absolute;
		top: 28px;
		left: 45px;
	}

 	.cc-summary span {
 		margin-bottom: 10px;
 	}
	.cc-summary span.brand,
	.cc-summary span.exp,
	.cc-summary span.number {
		display: block;
	}
	.store a.button,
	.store input.button,
	.store input.black,
	.store button.black,
	.store button.red {
		font-family: 'TradeGothic-CondEighteen', sans-serif;
		text-transform: uppercase;
		cursor: pointer;
		border: none;
		width: auto;
		background: #323232;
		padding: 7px 20px;
		font-size: 18px;
		color: #fff;
	}
	.store a.button {
		letter-spacing: -1px;
		border-radius: 4px;
	}
	.store input.black:hover,
	.store button.black:hover,
	.store .button.black:hover {
		background-color: #dd362d;
	}
	.store button.red,
	.store .button.red {
		background-color: #dd362d;
	}
	.store button.red:hover,
	.store .button.red:hover {
		background-color: #323232;
	}
	#submit-order {
		position: relative;
		float: right;
	}

	.totals .total .number {
		color: #dd362d;
	}

	#content.sign-up,
	#content.sign-in,
	#content.my-account {
		margin: 50px auto;
		width: 800px;
	}
	#content.sign-up button.continue {
		display: block;
		margin-top: 20px;
	}
	form#sign-up input,
	.my-account input,
	.my-account select {
		box-sizing: border-box;
		margin-bottom: 40px;
		max-width: 380px;
		width: 100%;
	}
	form#sign-up label,
	.my-account label {
		text-transform: uppercase;
		display: block;
		margin-bottom: 5px;
	}
	form#sign-up input[type="submit"],
	.my-account input[type="submit"] {
		text-transform: uppercase;
		cursor: pointer;
		display: block;
		width: auto;
		color: #fff;
	}
	.checkout-block.thanks {
		text-align: center;
	}
	.checkout-block.thanks .title {
		border-bottom: none;
		text-align: center;
		margin-bottom: 0;
		font-size: 38px;
	}

	#content.order .title {
		position: relative;
		display: block;
	}
	.order .title span,
	.order .summary-block > div {
		display: block;
		float: left;
		min-height: 18px;
		width: 33.3%;
	}
	.summary-block {
		overflow: hidden;
		margin-bottom: 55px;
	}
	.summary-block span {
		display: block;
		margin-bottom: 5px;
	}
	.summary-block strong {
		display: block;
		margin-bottom: 15px;
	}
	.order td.quantity {
		background-image: none;
		color: #323232;
	}

/*
 * Animations
 */
	.store button,
	.store .button,
	.store input.red,
	.store input.black,
	.post-block.product,
	.product-grid .product,
	.store .store-slideshow .meta h3,
	.store .store-slideshow .meta .entry,
	#checkout-switch .step.active .number,
	.sidecart-wrap,
	.sidecart-overlay {
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}


/*
 * New wp-shopify styling
 */
    body.sidecart-opened {
        overflow: hidden;
    }
    .toggle-sidecart {
        cursor: pointer;
    }
    .sidecart-wrap {
        position: fixed;
        top: 25px;
        right: 0;
        bottom: 0;
        width: 500px;
        background-color: #ffffff;
        z-index: 300;
        border-left: solid 1px #ccc;
        padding: 20px;

        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .sidecart-wrap.active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .sidecart .empty-warning {
        position: absolute;
        left: 0;
        right: 0;
        margin: 25px 0;
    }
    .sidecart tbody {
        position: absolute;
        overflow-x: hidden;
        overflow-y: auto;
        bottom: 130px;
        top: 10px;
        left: 20px;
        right: 20px;
        width: 100%;
        padding-right: 30px;
        box-sizing: border-box;
    }
    .sidecart .item img {
        max-width: 170px;
        height: auto;
    }
    .sidecart-overlay {
        visibility: hidden;
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        background-color: rgba(255, 255, 255, 0.8);
        opacity: 0;
        z-index: 290;
    }
    .sidecart-wrap.active ~ .sidecart-overlay {
        visibility: visible;
        opacity: 1;
    }
    .totals {
        padding: 50px 0;
        overflow: hidden;
    }
    .totals table {
        float: right;
    }
    .totals .text-right {
        padding-right: 25px;
    }
    .subtotal {
        text-transform: uppercase;
		padding-bottom: 11px;
		font-size: 18px;
	}
	.option form {
    	display: inline;
	}
	.product-options input[type="radio"] {
    	display: none;
	}
	.product-options label {
        text-transform: uppercase;
        display: inline-block;
        cursor: pointer;
        font-size: 12px;
        padding: 0 8px;
	}
	.product-options label.unavailable {
    	color: #999999;
	}
	.product-options label:not(.unavailable):hover,
	.product-options input:checked + label {
    	color: #dd362d;
	}
	#add-to-cart .unavailable,
	.product-unavailable .available {
    	display: none;
	}
	.product-unavailable #add-to-cart .unavailable {
        display: inline-block;
	}
