<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner-rotator {
	overflow: hidden;
}

.preserve-whitespace {
	white-space: pre-line;
}

#logo a,
#navigation a,
#navigation li:hover ul {
	display: block;
}

#bannerRotator li,
#bannerRotator ul,
#breadcrumbs ul,
#navigation li,
#navigation ul {
	padding: 0;
	margin: 0;
}

#navigation a,
.category a:hover,
.product a:hover {
	text-decoration: none;
}

#calculate-delivery,
#product .values label,
.addon.checkbox-extra,
label.tab {
	cursor: pointer;
}

#bannerRotator ul,
#breadcrumbs ul,
#checkout-progress,
#navigation ul,
.menu ul {
	list-style-type: none;
}

* {
	-webkit-overflow-scrolling: touch;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

img[style*='float: left;']{
	margin-right: 15px;
}

img[style*='float: right;']{
	margin-left: 15px;
}

body {
	overflow-x: hidden;
}

html body .input-group-addon {
	background-color: #FFF;
}

html body .btn-default {
	background: #DDD;
	background: linear-gradient(to bottom,#EEE,#D6D6D6);
	border-color: #D6D6D6 #D6D6D6 #B6B6B6;
	box-shadow: none;
}

#navigation li li a:hover::after,#navigation li li a:hover::before {
	position: absolute;
	content: '';
	border-bottom: 1px solid #EEE;
	right: 0;
}

.super {
	font-size: .7em;
	vertical-align: top;
}

#logo a {
	width: 100%;
	height: 100%;
}

#website-controls {
	font-size: .9em;
	line-height: 32px;
}

#search {
	position: relative;
	float: right;
	clear: both;
	width: 100%;
	max-width: 260px;
}

#search input[type=text] {
	width: 100%;
	height: 32px;
	padding: 0 1em;
	font-size: .9em;
	outline: 0;
	color: #000;
	background: #FCFCFC;
	border: none;
	border-radius: 3px;
	box-shadow: 0 1px 3px rgba(0,0,0,.25) inset;
	-webkit-appearance: none;
}

#search [type=submit] {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0 1em;
	color: #BBB;
	outline: 0;
	background: 0 0;
	border: none;
}

#search [type=submit]:hover {
	color: #777;
}

#navigation {
	min-height: 50px;
	line-height: 50px;
}

#navigation ul {
	float: left;
	width: 100%;
}

#navigation li {
	position: relative;
	float: left;
}

#navigation ul ul {
	display: none;
	position: absolute;
	z-index: 100000001;
	top: 100%;
	left: 0;
	width: 220px;
	font-size: .9em;
	line-height: 44px;
	background: #FFF;
	box-shadow: 0 2px 1px rgba(0,0,0,.2);
}

#breadcrumbs {
	font-size: .8em;
}

#category .product .price.strikethrough,
#product .price.strikethrough,
#shopping-cart .product .price.strikethrough {
	font-size: .8em;
	display: inline-block;
}

#navigation li:last-child ul {
	left: auto;
	right: 0;
}

#navigation li li {
	width: 100%;
	padding: 0;
}

#navigation a {
	float: left;
	width: 100%;
	padding: 0 15px;
	color: #222;
}

#navigation a:hover {
	color: #000;
}

#navigation li li a:hover {
	background: #F9F9F9;
}

#navigation li li a:hover::before {
	top: 0;
	left: 0;
}

#navigation li li a:hover::after {
	bottom: 0;
	left: 0;
}

#breadcrumbs {
	line-height: 45px;
}

#breadcrumbs li {
	float: left;
}

#breadcrumbs li::after {
	padding: 0 .5em;
	content: '\BB';
}

#breadcrumbs li:last-child::after,
.checkout #breadcrumbs,
.homepage #breadcrumbs {
	display: none;
}


#category.has-category .product.col-sm-2:nth-child(6n+7) + .product,
#category.has-category .category.col-sm-2:nth-child(6n+7) + .category,
#category.has-category .product.col-sm-3:nth-child(4n+5) + .product,
#category.has-category .category.col-sm-3:nth-child(4n+5) + .category,
#category.has-category .product.col-sm-4:nth-child(3n+4) + .product,
#category.has-category .category.col-sm-4:nth-child(3n+4) + .category,
#category.has-category .product.col-sm-6:nth-child(even),
#category.has-category .category.col-sm-6:nth-child(even) {
	clear: left;
}

#category:not(.has-category) .product.col-sm-2:nth-child(6n+7),
#category:not(.has-category) .category.col-sm-2:nth-child(6n+7),
#category:not(.has-category) .product.col-sm-3:nth-child(4n+5),
#category:not(.has-category) .category.col-sm-3:nth-child(4n+5),
#category:not(.has-category) .product.col-sm-4:nth-child(3n+4),
#category:not(.has-category) .category.col-sm-4:nth-child(3n+4),
#category:not(.has-category) .product.col-sm-6:nth-child(odd),
#category:not(.has-category) .category.col-sm-6:nth-child(odd) {
	clear: left;
}

.category,
.product {
	text-align: center;
}

.category .image-container,
.product .image-container {
	position: relative;
}

.category .image,
.product .image {
	display: block;
	position: absolute!important;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.category img,
.product img {
	max-width: 100%;
}

.col-sm-2.category,
.col-sm-2.product {
	padding-top: 20px;
	padding-bottom: 50px;
}

.col-sm-3.category,
.col-sm-3.product,
.col-sm-4.category,
.col-sm-4.product {
	padding-bottom: 70px;
	padding-top: 20px;
}

.col-sm-2.category .image-container,
.col-sm-2.product .image-container {
	height: 120px;
}

.col-sm-2.category img,
.col-sm-2.product img {
	max-height: 120px!important;
}

.col-sm-3.category .image-container,
.col-sm-3.product .image-container {
	height: 220px;
}

.col-sm-3.category img,
.col-sm-3.product img {
	max-height: 220px!important;
}

.col-sm-4.category .image-container,
.col-sm-4.product .image-container {
	height: 320px;
}

.col-sm-4.category img,
.col-sm-4.product img {
	max-height: 320px!important;
}

.col-sm-6.category,
.col-sm-6.product {
	padding-top: 20px;
	padding-bottom: 120px;
}

.col-sm-6.category .image-container,
.col-sm-6.product .image-container {
	height: 420px;
}

.col-sm-6.category img,
.col-sm-6.product img {
	max-height: 420px!important;
}

@media (min-width:480px) and (max-width:767px) {
	.col-sm-4.category .image-container,
	.col-sm-4.product .image-container {
		height: 220px;
	}

	.col-sm-4.category img,
	.col-sm-4.product img {
		max-height: 220px!important;
	}
}

@media (min-width:768px) {
	.col-sm-3.category .image-container,
	.col-sm-3.product .image-container {
		height: 180px;
	}

	.col-sm-3.category img,
	.col-sm-3.product img {
		max-height: 180px!important;
	}

	.col-sm-4.category .image-container,
	.col-sm-4.product .image-container {
		height: 220px;
	}

	.col-sm-4.category img,
	.col-sm-4.product img {
		max-height: 220px!important;
	}

	.col-sm-6.category,
	.col-sm-6.product {
		padding-top: 20px;
		padding-bottom: 120px;
	}

	.col-sm-6.category .image-container,
	.col-sm-6.product .image-container {
		height: 420px;
	}

	.col-sm-6.category img,
	.col-sm-6.product img {
		max-height: 420px!important;
	}
}

@media (min-width:992px) {
	.col-sm-3.category .image-container,
	.col-sm-3.product .image-container {
		height: 220px;
	}

	.col-sm-3.category img,
	.col-sm-3.product img {
		max-height: 220px!important;
	}

	.col-sm-4.category .image-container,
	.col-sm-4.product .image-container {
		height: 320px;
	}

	.col-sm-4.category img,
	.col-sm-4.product img {
		max-height: 320px!important;
	}

	.col-sm-6.category .image-container,
	.col-sm-6.product .image-container {
		height: 520px;
	}

	.col-sm-6.category img,
	.col-sm-6.product img {
		max-height: 520px!important;
	}
}

#category .product .name {
	clear: both;
}

#category .product .price,
#product .price,
#shopping-cart .product .price {
	display: block;
	position: relative;
	color: #444;
	font-size: .8em;
}

#shopping-cart .product .price,
#shopping-cart .product .sale-price {
	float: right;
}

#shopping-cart .product .strikethrough {
	float: left;
}

#category .product .price .dollars,
#category .product .sale-price .dollars,
#product .price .dollars,
#product .sale-price .dollars,
#shopping-cart .product .price .dollars,
#shopping-cart .product .sale-price .dollars {
	font-size: 1.6em;
}

#category .product .price.strikethrough::after,
#product .price.strikethrough::after,
#shopping-cart .product .price.strikethrough::after {
	position: absolute;
	top: 40%;
	left: 0;
	right: 0;
	content: '';
	opacity: .6;
	border-top: 2px solid #D11;
}

#category .product .price::before,
#category .product .sale-price::before,
#product .price::before,
#product .sale-price::before,
#shopping-cart .product .price::before,
#shopping-cart .product .sale-price::before {
	content: '$';
	vertical-align: super;
}

#category .product .price .cents,
#product .price .cents,
#shopping-cart .product .price .cents {
	vertical-align: super;
}

#category .product .price .decimal,
#category .product .sale-price .decimal,
#product .price .decimal,
#product .sale-price .decimal,
#shopping-cart .product .price .decimal,
#shopping-cart .product .sale-price .decimal {
	vertical-align: super;
	opacity: 0;
	width: 0;
	margin: 0 -.1em;
}

#category .product .sale-price,
#product .sale-price,
#shopping-cart .product .sale-price {
	display: block;
	position: relative;
	color: #D11;
}

#category .product .sale-price .cents,
#product .sale-price .cents,
#shopping-cart .product .sale-price .cents {
	vertical-align: super;
}

.button {
	display: block;
	padding: .3em 1em;
	color: #FFF;
	font-size: .8em;
	background: #444;
	border: none;
	border-radius: 3px;
}

.button::after {
	content: ' \203A';
	color: #999;
	font-weight: 700;
}

.button:hover {
	background: #222;
}

.button:hover::after {
	color: #FFF;
}

#category .product .button {
	width: 5em;
	margin: auto;
}

#product {
	padding-top: 40px;
}

#product #details {
	margin-top: 5em;
}

#product .sku {
	color: #555;
}

#product .product-name {
	margin: 0;
	color: #333;
	font-size: 1.8em;
	border-bottom: 1px solid #EEE;
}

#product .prices {
	font-size: 1.7em;
	padding-bottom: 10px;
}

#product .prices .price {
	color: #000;
}

#product #image img {
	background: #FFF;
}

#product #image .alt-image {
	margin-bottom: 5px;
}

#product #image .alt-image img {
	cursor: pointer;
	border: 1px solid #DDD;
}

#product #image .alt-image img:hover {
	border-color: #BBB;
}

#alt-images {
	padding-top: 90px;
}

#product .button {
	font-size: 1.3em;
}

#product .option {
	padding-top: 1em;
	padding-bottom: 1em;
	color: #000;
	background: #F9F9F9;
	border-top: 1px solid #E6E6E6;
	border-bottom: 1px solid #F3F3F3;
}

#product .values select {
	margin: 15px auto;
}

#product .values label {
	display: block;
	margin: 0;
	color: #595959;
	font-weight: 400;
	transition: .3s;
	-webkit-transition: .3s;
	border-left: 1px solid #F6F6F6;
}

#product .values label:first-child {
	border-left: none;
}

#product .values label:hover {
	color: #000;
	text-shadow: 0 0 2px #EEE;
}

#product .values .value {
	min-height: 5em;
	padding-top: 20px;
	padding-bottom: 20px;
}

#product .values .icon {
	float: left;
	width: 2em;
	height: 3em;
	padding-top: 5px;
}

#product .values .value-name {
	line-height: 1em;
}

#product .values input {
	display: none;
}

#product .values .unchecked {
	display: block;
}

#product .values .checked {
	display: none;
}

#product .values :checked+.icon .checked {
	display: block;
}

#product .values :checked+.icon .unchecked {
	display: none;
}

#product .add-to-cart {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid #E9E9E9;
}

#product .description {
	padding-top: 20px;
	padding-bottom: 50px;
	color: #888;
}

#product .description .heading {
	margin-bottom: 20px;
	color: #333;
}

#product .similar-items {
	border-top: 1px solid #EEE;
}

#shopping-cart {
	padding-top: 20px;
	padding-bottom: 100px;
}

#shopping-cart img {
	background: #FFF;
}

#shopping-cart .product {
	padding: 20px;
	margin-bottom: 15px;
	border: 1px solid #DDD;
	border-radius: 2px;
}

#shopping-cart .product .update-product {
	margin-top: 30px;
}

#shopping-cart .product .update-product .remove {
	color: #BBB;
}

#shopping-cart .product .update-product .remove .fa {
	line-height: 34px;
}

#shopping-cart .product .update-product .remove:hover {
	color: #D11;
}

#shopping-cart .product .update-product input[type=text] {
	float: left;
	max-width: 60%;
	text-align: right;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#shopping-cart .product .update-product input[type=submit] {
	float: left;
	max-width: 40%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#shopping-cart .discount-code {
	padding: 20px;
	border: 1px solid #DDD;
	border-radius: 2px;
}

#shopping-cart .discount-code input[type=text] {
	float: left;
	max-width: 60%;
	border-right: none;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}

#shopping-cart .discount-code input[type=submit] {
	float: left;
	max-width: 40%;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}

#shopping-cart .totals {
	padding-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #DDD;
	border-radius: 2px;
}

#shopping-cart .totals .heading {
	margin-bottom: 10px;
}

#shopping-cart .total,
.checkout .total {
	position: relative;
	margin-top: 10px;
	padding-top: 10px;
	font-weight: 700;
}

#shopping-cart .totals .btn {
	margin-top: 20px;
}

.order-less-than-minimum {
	margin-top: 10px;
	padding-top: 10px;
	color: #D11;
}

#shopping-cart #cart-add-success-message {
	margin: 2em 0;
	padding: .5em 1em;
	color: #BD5;
	border: 2px solid #DF7;
	transition: 1s;
}

#shopping-cart #cart-add-success-message.fade-out {
	opacity: 0;
	filter: alpha(opacity=0);
}

#shopping-cart #cart-add-success-message.shrink {
	height: 0;
	max-height: 0;
	padding: 0;
	margin: 0;
	border-width: 0;
}

#shopping-cart #cart-add-success-message .message {
	color: #333;
	padding-left: 10px;
	font-size: 1em;
	font-weight: 700;
	line-height: 2em;
	vertical-align: top;
}

#addons-wrapper {
	margin-top: 30px;
}

#addons {
	margin-bottom: 20px;
	border: 1px solid #DDD;
	border-radius: 2px;
}

#add-addons {
	float: right;
}

.addon {
	display: block;
	min-height: 54px;
	padding: 10px 30px;
	font-weight: 400;
	text-align: center;
}

.addon .name {
	padding: .5em 0;
	font-size: .8em;
	line-height: 1em;
}

.addon .image {
	height: 100px;
}

.addon img {
	max-height: 100px;
	margin: auto;
}

.addon input {
	position: absolute;
	left: 5000px;
	visibility: hidden;
}

.addon .price {
	font-size: 1em;
	color: #000;
}

.addon .price::before {
	vertical-align: baseline;
}

#empty-cart .fa,
.btn-paypal-checkout .paypal-logo * {
	vertical-align: middle;
}

.addon .select-extra {
	margin-top: 10px;
}

.addon.checkbox-extra .fa {
	line-height: 34px;
}

.addon.checkbox-extra:hover {
	color: #000;
}

.addon.checkbox-extra input {
	display: none;
}

.addon .unchecked {
	display: block;
}

.addon .checked {
	display: none;
}

.addon :checked+.icon .checked {
	display: block;
}

.addon :checked+.icon .unchecked {
	display: none;
}

#empty-cart {
	padding-top: 50px;
	padding-bottom: 30px;
}

#empty-cart .fa {
	margin-right: .5em;
}

#checkout-account,
#checkout-guest {
	margin-top: 30px;
	margin-bottom: 20px;
}

#checkout-account .toggleable-form {
	position: relative;
	display: none;
}

#checkout-account #sign-in,
.social {
	display: block;
}

#checkout-account .toggleable-form.submitted div {
	opacity: .5;
	filter: alpha(opacity=50);
}

#checkout-account .toggleable-form.submitted::before {
	display: block;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 50px;
	text-align: center;
	font-size: 1.2em;
	font-weight: 700;
	content: 'Sending...';
}

#checkout-progress li::after,
#checkout-progress li::before {
	position: absolute;
	content: '';
	background: #EEE;
}

#checkout-continue {
	margin-top: 20px;
}

#checkout-progress {
	float: left;
	width: 100%;
	padding: 3em 0 0;
	margin: 0;
	color: #BBB;
	text-align: center;
	overflow: hidden;
}

#checkout-progress li {
	position: relative;
	float: right;
	width: 33.333%;
	padding-top: 15px;
}

#checkout-progress li::before {
	z-index: 1;
	left: -50%;
	top: -3px;
	width: 100%;
	height: 6px;
}

#checkout-progress li:first-child::before {
	width: 150%;
}

#checkout-progress li::after {
	z-index: 1000;
	left: 50%;
	top: -1em;
	width: 2em;
	height: 2em;
	margin: 0 0 0 -1em;
	color: #FFF;
	line-height: 2em;
	font-family: FontAwesome;
	text-align: center;
	border-radius: 50%;
}

#checkout-progress li.complete,
#checkout-progress li.current {
	color: #555;
}

#checkout-progress li.complete::after {
	content: '\f00c';
}

#checkout-progress li.current::after,
#checkout-progress li.current::before {
	background: #555;
}

#checkout-progress li.current::after {
	content: '\f041';
	color: #FFF;
}

#checkout-progress li.complete::after,
#checkout-progress li.complete::before {
	color: #FFF;
	text-shadow: 0 0 2px rgba(0,0,0,.2);
	background: #bada55;
}

.promo-code-valid,
.promo-code-invalid,
.promo-code-problem {
	padding: 5px 10px;
	margin: 10px auto;
}

.promo-code-valid {
	color: #8EBB07;
	background: #DEF98C;
}

.promo-code-invalid {
	color: #E52727;
	background: #F4BEBE;
}

.promo-code-problem {
	color: #EB0;
	background: #FF7;
}

.promo-code-valid .message,
.promo-code-invalid .message,
.promo-code-problem .message {
	color: #333;
	padding-left: 3px;
	font-size: 1em;
	font-weight: 700;
	line-height: 2em;
	vertical-align: top;
}

.error {
	position: relative;
	padding: 10px;
	margin-bottom: 10px;
	color: #fff;
	background: #e52727;
	border: 1px solid #c52222;
	box-shadow: 0 1px 1px rgba(0,0,0,.3);
}

.error::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	content: '';
	border-top: 1px solid #ff4848;
}

.icon-credit-card {
	height: 40px;
	max-width: 100%;
	margin-right: 3px;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 3px;
	box-shadow: 0 0 2px rgba(0,0,0,.05);
}

.form-group.required label {
	position: relative;
}

.form-group.required label::after {
	position: absolute;
	top: .5em;
	right: .5em;
	color: #D11;
	content: '*';
	font-size: .8em;
}

.form-group.disabled {
	opacity: .6;
}

#checkout-iframe,
#checkout-overlay {
	right: 0;
	position: fixed;
	height: 100%;
}

.form-group.has-error .control-label {
	color: #333;
}

.form-group.has-error .form-control {
	border-color: #D11;
	border-width: 2px;
	background-color: #FFF6F6;
}

.form-group label .sub-label {
	font-weight: 400;
	font-size: .8em;
}

.checkout .heading {
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background: #F3F3F3;
	border-top: 1px solid #DDD;
	border-bottom: 1px solid #EEE;
}

.checkout #content {
	padding-bottom: 40px;
}

.checkout .h4 {
	margin-top: 20px;
}

.checkout label {
	line-height: 1;
}

.tabs {
	float: left;
	width: 100%;
	margin: 0 0 20px;
	color: #888;
	border-bottom: 1px solid #DDD;
}

label.tab {
	position: relative;
	float: left;
	padding: 0 20px;
	margin: 0 0 -1px 10px;
	font-weight: 400;
	line-height: 50px;
	background: #FFF;
	border: 1px solid #DDD;
	border-bottom: none;
	overflow: hidden;
}

.tab:hover {
	color: #555;
}

.tab.active {
	cursor: default;
	color: #222;
	border-color: #BBB;
	box-shadow: 0 -1px 1px rgba(0,0,0,.1);
}

.tab .radio {
	position: absolute;
	top: -100px;
}

.btn.btn-paypal-checkout {
	padding: 0;
	color: #333;
	font-size: .9em;
	line-height: 40px;
	text-shadow: 0 0 1px rgba(0,0,0,.2);
	background: #ffc439;
	background: linear-gradient(to bottom,#ffd699 1px,#ffc439 1px);
	border: 1px solid #eea10e;
	border-top: 1px solid #ffaf00;
	border-bottom: 1px solid #dc911d;
}

.btn.btn-paypal-checkout:active,
.btn.btn-paypal-checkout:hover {
	background: #f8b925;
	background: linear-gradient(to bottom,#ffd699 1px,#f8b925 1px);
}

.btn-paypal-checkout .paypal-logo {
	color: #003087;
	font-size: 1.6em;
	font-weight: 700;
	font-style: italic;
	letter-spacing: -.1em;
	text-shadow: 0 1px 0 #FFF;
}

.btn-paypal-checkout .paypal-logo .paypal-logo-pal {
	color: #199bd7;
}

#delivery_date {
	background-color: #FFF;
}

.has-error #delivery_date {
	background-color: #FFF6F6;
}

#checkout-payment .vpad {
	padding-top: 30px;
	padding-bottom: 30px;
}

#checkout-success {
	max-width: 40em;
	padding: 30px 0 50px;
}

#checkout-success .checkout-success-check {
	color: #BD5;
}

.social,
.social .fa {
	color: #FFF;
}

.social {
	float: left;
	width: 32px!important;
	height: 32px;
	margin: 0 5px 5px 0;
	text-align: center;
	text-shadow: none!important;
	line-height: 32px;
	border-radius: 22px;
	opacity: .7;
	filter: alpha(opacity=70);
}

.menu li,
.menu ul {
	float: left;
	padding: 0;
	margin: 0;
}

.social:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: 0 1px 2px rgba(0,0,0,.3);
}

.social.facebook {
	background: #3b5998;
}

.social.google {
	background: #dd4b39;
}

.social.instagram {
	background: #517fa4;
}

.social.pinterest {
	background: #cb2027;
}

.social.twitter {
	background: #00aced;
}

.social.yelp {
	background: #af0606;
}

.social.youtube {
	background: #b00;
}

.menu,
.menu li,
.menu ul {
	background: inherit;
}

.menu ul {
	min-width: 100%;
}

.menu li {
	position: relative;
	width: 100%;
	z-index: 1;
}

.menu-horizontal li.lv-0 {
	width: auto;
}

.menu-dropdown ul ul {
	display: none;
	position: absolute;
	top: 0;
	left: 100%;
}

.menu-dropdown li:hover ul ul {
	display: none;
}

.menu-dropdown ul li:hover&gt;ul {
	display: block;
}

.menu-horizontal.menu-dropdown ul ul {
	top: 100%;
	left: 0;
}

.menu-horizontal.menu-dropdown ul ul ul {
	top: 0;
	left: 100%;
}

#order-summary {
	margin-top: 20px;
	padding-bottom: 20px;
	border: 1px solid #DDD;
	border-radius: 2px;
}

#order-summary .heading {
	margin: 0;
	text-align: center;
	background: 0 0;
	border: none;
}

#order-summary .loading {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 70px 0 0;
	font-size: 1.2em;
	font-weight: 700;
	text-align: center;
	background: rgba(255,255,255,.7);
}

@media (min-width:768px) {
	#addons-wrapper,
	#shopping-cart .product {
		margin-left: 0;
	}

	#order-summary.sticky {
		position: fixed;
		top: 0;
	};
}

@media (max-width:767px) {
	html body {
		padding-top: 50px;
	}

	html body #website-controls {
		position: absolute;
		z-index: 10000001;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		line-height: 50px;
		color: rgba(255,255,255,.9);
		background: #222;
	}

	html body #website-controls a {
		color: rgba(255,255,255,.9);
	}

	html body #website-controls .fa {
		cursor: pointer;
		line-height: 50px;
	}

	html body #website-controls .fa:hover {
		text-shadow: 0 0 3px rgba(255,255,255,.6);
	}

	html body #website-controls #search {
		max-width: 100%;
		margin-top: 5px;
		line-height: 40px;
	}

	html body #website-controls #search input[type=text] {
		height: 40px;
	}

	html body #website-controls #search .fa {
		line-height: 40px;
	}

	html body #navigation {
		position: absolute;
		z-index: 1000000;
		top: 50px;
		left: 0;
		width: 100%;
		margin: 0;
		transform: translate(-100%,0);
		-webkit-transform: translate(-100%,0);
		max-height: 0;
		overflow: hidden;
		transition: transform .2s;
		-webkit-transition: -webkit-transform .2s;
	}

	html body #navigation.active {
		max-height: 100%;
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}

	html body #navigation .container,
	html body #navigation .row,
	html body #navigation [class*=col-] {
		padding: 0;
		margin: 0;
	}

	html body #navigation li {
		position: relative;
		float: left;
		width: 100%;
	}

	html body #navigation .lv-1 {
		border-bottom: 1px solid rgba(0,0,0,.1);
	}

	html body #navigation.secondary {
		overflow: visible;
	}

	html body #navigation.secondary li {
		max-height: 0;
		overflow: hidden;
	}

	html body #navigation.secondary li li,
	html body #navigation.secondary li.active {
		max-height: 100%;
		overflow: visible;
	}

	html body #navigation li::after {
		cursor: pointer;
		position: absolute;
		z-index: 1000;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		content: '';
	}

	html body #navigation li:active {
		background: rgba(0,0,0,.3);
	}

	html body #navigation li li a::after,
	html body #navigation li li a::before,
	html body #navigation li li::after {
		display: none;
	}

	html body #navigation li.active:hover {
		background: 0 0;
	}

	html body #navigation li.active&gt;.lv-1::before {
		float: right;
		color: rgba(0,0,0,.8);
		font-size: 28px;
		font-family: FontAwesome;
		content: '\f057';
	}

	html body #navigation li ul {
		width: 100%;
		transform: translate(100%,0);
		-webkit-transform: translate(100%,0);
		transition: transform .2s;
		-webkit-transition: -webkit-transform .2s;
	}

	html body #navigation.active ul {
		display: block;
	}

	html body #navigation li.active ul {
		transform: translate(0,0);
		-webkit-transform: translate(0,0);
	}

	html body .social {
		width: 44px !important;
		height: 44px;
		line-height: 44px;
	}

	html body #shopping-cart .product {
		padding: 0 0 20px;
		border: none;
		border-bottom: 1px solid #DDD;
	}

	html body #shopping-cart .discount-code {
		padding-top: 0;
		padding-bottom: 30px;
		border: none;
		border-bottom: 1px solid #DDD;
	}

	html body #shopping-cart .totals {
		padding-left: 0;
		padding-right: 0;
		border: none;
	}

	html body #shopping-cart .product .update-product {
		margin-top: 15px;
	}

	html body #shopping-cart .product .update-product input[type=text] {
		max-width: 40%;
	}

	html body #shopping-cart .product .update-product input[type=submit] {
		max-width: 60%;
	}

	html body #shopping-cart .product .discount-code input[type=text] {
		max-width: 30%;
	}

	html body #shopping-cart .product .discount-code input[type=submit] {
		max-width: 70%;
	}

	html body #checkout-progress {
		padding: 1.5em 0 0;
		font-size: .8em;
	}

	html body .form-group.required label::after {
		top: 0;
	}

	.col-sm-3.category,
	.col-sm-3.product,
	.col-sm-4.category,
	.col-sm-4.product {
		float: left;
		width: 50%;
		clear: none !important;
	}

	#category.has-category .col-sm-3.category:nth-child(even),
	#category.has-category .col-sm-3.product:nth-child(even),
	#category.has-category .col-sm-4.category:nth-child(even),
	#category.has-category .col-sm-4.product:nth-child(even) {
		clear: left !important;
	}

	#category:not(.has-category) .col-sm-3.category:nth-child(odd),
	#category:not(.has-category) .col-sm-3.product:nth-child(odd),
	#category:not(.has-category) .col-sm-4.category:nth-child(odd),
	#category:not(.has-category) .col-sm-4.product:nth-child(odd) {
		clear: left !important;
	}
}

html.dark,
html.dark body {
	color: #FFF;
	background-color: #000;
}

html.dark .btn-primary {
	background-color: #060606;
	border-color: #000;
}

html.dark .btn-primary:hover {
	text-shadow: 0 0 2px #000;
	background-color: #111;
	border-color: #090909;
}

html.dark #product .price {
	color: #FFF;
}

html.dark #category .product .price,
html.dark .addon .price,
html.dark .addon.checkbox-extra {
	color: #CCC;
}

html.dark #product .product-name,
html.dark .addon.checkbox-extra:hover {
	color: #FFF;
}

html.dark #product .sku {
	color: #CCC;
}

html.dark #product .values {
	background: #EEE;
}

html.dark #product .description {
	color: #BBB;
}

html.dark #shopping-cart #cart-add-success-message,
html.dark #shopping-cart #cart-add-success-message .message {
	color: #000;
	background: #B9D664;
}

html.dark #addons,
html.dark #shopping-cart .product,
html.dark #shopping-cart .totals {
	background: rgba(255,255,255,.05);
	border: 2px solid rgba(255,255,255,.1);
}

html.dark .checkout .heading {
	background: 0 0;
}

html.dark .form-group.has-error .control-label {
	color: #D11;
}

#card_message_replacement_warning {
	display: none;
	padding: 3px 8px;
	margin-top: 10px;
	color: #EB0;
	font-weight: normal;
	vertical-align: middle;
	background: #FF7;
	border: 1px solid #EE6;
	border-radius: 3px;
}

#card_message_replacement_warning.active {
	display: table;
}

#card_message_replacement_warning .message {
	padding-left: 8px;
	color: #770;
	font-size: 12px;
}

.email-subscription-form {
	max-width: 400px;
}

@media (min-width:768px)
{
	#navigation.centered ul {
		float: none;
		display: table;
		width: auto;
		margin: auto;
	};
}

img {
	-moz-force-broken-image-icon: 1;
}

#to-top {
	cursor: pointer;
	position: fixed;
	z-index: 100;
	right: 15px;
	bottom: 15px;
	width: 60px;
	height: 60px;
	margin-bottom: -200px;
	text-align: center;
	background: #FFF;
	border: 5px solid rgba(0, 0, 0, .3);
	border-radius: 100px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .3), 0 0 10px rgba(0, 0, 0, .1);
	transition: .2s;
}

#to-top.show {
	margin-bottom: 0;
}

#to-top:hover {
	border-color: rgba(0, 0, 0, .5);
}

#to-top .to-top-icon {
	line-height: 40px;
}

#to-top .to-top-caption {
	margin-top: -12px;
	font-size: .7em;
}</pre></body></html>