
/*
Theme Name: Moose Tracks

WooCommerce styles override
*/
body .woocommerce {
	color: #000;
}

a.reset_variations {
	color: #0069ab;
	font-size: 14px;
	padding-left: 10px;
}

.item-description a, a.woocommerce-privacy-policy-link:hover {
	color: #000;
}

.item-description a {
	color: #0069ab;
	font-weight: bold;
}

.item-description a:hover, a.woocommerce-privacy-policy-link {
	color: #0069ae;
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: left;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before, table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

.cart-subtotal td, .woocommerce-shipping-totals td, .tax-total td, .order-total td {
	padding-left: 30px;
}

.woocommerce-checkout-review-order-table .cart-subtotal td, .woocommerce-checkout-review-order-table .woocommerce-shipping-totals td, .woocommerce-checkout-review-order-table .tax-total td, .woocommerce-checkout-review-order-table .order-total td {
	padding: 0;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field, .select2-container--default .select2-selection--single {
	border: 1px solid #00abf0;
	border-radius: 10px;
	padding: 3px;
	height: 45px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 45px;
	position: absolute;
	top: 0px;
	right: 1px;
	width: 20px;
}

div.wc-stripe-elements-field, div.wc-stripe-iban-element-field {
	border: 1px solid #00abf0;
	border-radius: 10px;
	padding: 12px 0 0 12px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected], .select2-container--default .select2-results__option--highlighted[data-selected] {
	color: #000;
}

.select2-container--default .select2-results__option[aria-selected=true], .select2-container--default .select2-results__option[data-selected=true] {
	background-color: #00abf0;
	color: #000;
}

.select2-results__option {
	color: #000;
}

ul.wc_payment_methods.payment_methods.methods, ul.woocommerce-shipping-methods, ul.woocommerce-thankyou-order-details.order_details {
	list-style-type: none;
}

span.required {
	color: #00abf0 !important;
}

.breadcrumb.breadcrumbs.woo-breadcrumbs {
	display: none;
}

span.price del span.amount bdi {
	color: gray;
	padding: 0;
	background-color: transparent;
}

span.price ins[aria-hidden="true"] {
	border-radius: 50px;
	background-color: #ffb900;
	padding: 5px 20px;
}

span.price ins[aria-hidden="true"] bdi {
	padding: 0;
}

span.price bdi {
	background-color: #ffb900;
	padding: 5px 20px;
	border-radius: 50px;
}

.product-right .price {
	margin-bottom: 50px;
}

.product-right .price bdi {
	background-color: #ffb900;
	border-radius: 25px;
	padding: 10px 30px;
}

.product-right .price del[aria-hidden="true"] bdi {
	background-color: transparent;
	color: gray;
	padding-inline: 0;
}

@media screen and (min-width: 48em) {
	table.shop_table_responsive thead {
		display: table-header-group;
	}
	
	table.shop_table_responsive tbody th {
		display: table-cell;
	}
	
	/*
	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
		padding-right: 20px;
	}
*/
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	
	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
.wapl-label .label-red {
	background-color: #f26140;
}

.wapl-label .label-orange {
	background-color: #f39721;
	color: #fff;
}

.wapl-label .label-yellow {
	background-color: #ffb900;
	color: #fff;
}

.wapl-label .label-green, .wapl-label .label-blue, .wapl-label .label-gray {
	background-color: #00abf0;
}

.archive-content.products {
	justify-content: center;
}

ul.products {
	margin: 0 auto;
	padding: 0;
	display: grid;
	grid-template-columns: repeat(4, 200px);
	grid-column-gap: 40px;
	text-align: center;
	color: #000;
	grid-row-gap: 30px;
	justify-content: center;
	height: fit-content;
	float: right;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 2em;
	border-radius: 20px;
	width: 200px;
}

ul.products li.product img {
	display: block;
	margin: 0 auto;
	border-radius: 20px;
	/*	border: 6px solid #f26140;*/
	width: 250px;
	height: auto;
	/*	border-right: 3px solid #0069ab;*/
	border-bottom: 3px solid #0069ab;
}

.archive-loop .product img, .related.products .product img {
	transition: all .25s, border-bottom .2s;
	outline: 2px solid transparent;
	box-shadow: 0px 0px 0px 0px #808080;
}

.archive-loop .product:hover img, .related.products .product:hover img {
	outline: 2px solid #0069ab;
	box-shadow: 6px 6px 12px 0px rgba(128, 128, 128, .3);
	border-bottom: 8px solid #0069ab;
}

.archive-loop .product, .related.products .product {
	transition: all .3s;
}

.archive-loop .product:hover, .related.products .product:hover {
	margin-top: -10px;
}

ul.products li.product .button {
	display: block;
}

h2.woocommerce-loop-product__title {
	height: 65px;
	margin-top: 22px;
	padding: 0 30px;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	line-clamp: 3;
	-webkit-box-orient: vertical;
	color: black;
}

.related.products h2.woocommerce-loop-product__title {
	height: 80px;
}

.woocommerce-ordering {
	width: 250px;
	float: left;
	margin: 0 -25px;
}

.products .archive-loop {
	display: flex;
	flex-direction: column;
}

.woocommerce-result-count {
	display: none;
}

.woocommerce-pagination .page-numbers {
	list-style-type: none;
	display: none;
}

.woocommerce-pagination .page-numbers li {
	padding: 5px;
}

.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
	float: right;
	width: 48%;
}

.woocommerce .cart-collaterals .cart_totals {
	overflow: hidden;
}

.woocommerce-shipping-destination {
	max-width: 200px;
}

#add_payment_method .cart-collaterals .cart_totals table, .woocommerce-cart .cart-collaterals .cart_totals table, .woocommerce-checkout .cart-collaterals .cart_totals table {
	border-collapse: separate;
	margin: 0 0 6px;
	padding: 0;
}

.woocommerce table.shop_table {
	margin: 0 -1px 24px 0;
	text-align: left;
	width: 100%;
	border-collapse: separate;
	border-radius: 5px;
}

#add_payment_method .wc-proceed-to-checkout, .woocommerce-cart .wc-proceed-to-checkout, .woocommerce-checkout .wc-proceed-to-checkout {
	padding: 1em 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	background-color: #00abf0;
	padding: 10px 20px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fffcf6;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	width: 175px;
	margin: 15px auto;
	text-align: center;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-checkout .wc-proceed-to-checkout a.checkout-button:hover {
	background-color: #000;
	transition: .5s;
}

.form-row.notes {
	display: none;
}

@media screen and (min-width: 48em) {
	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
		text-align: center;
		background-color: transparent;
		height: auto;
	}
	
	ul.products li.product .star-rating {
		display: none;
	}
	
	ul.products li.product.first {
		clear: both;
	}
	
	ul.products li.product.last {
		margin-right: 0;
	}
	
	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}
	
	ul.products.columns-2 li.product {
		width: 48.1%;
	}
	
	ul.products.columns-3 li.product {
		width: 250px;
		background-color: transparent;
	}
	
	ul.products.columns-4 li.product {
		width: auto;
		text-align: center;
	}
	
	ul.products.columns-5 li.product {
		width: 16.96%;
	}
	
	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.breadcrumb-container {
	background-image: url("https://moosetracks.com/nitropack_static/gYDLJAAovhtanIrSMndNLQdwVzmJIdDf/assets/images/optimized/rev-3468726/moosetracks.com/wp-content/uploads/2022/05/cream-border-short.png");
	background-position: top;
	background-size: contain;
	background-repeat: repeat-x;
	background-color: #00abf0;
	height: 250px;
	text-transform: uppercase;
	color: #fffcf6;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
}

.breadcrumb-container.nitro-lazy {
	background-image: none !important;
}

.shop-page #primary .breadcrumb-container {
	display: none;
}

nav.woocommerce-breadcrumb {
	width: 1000px;
	margin: 0 auto;
	position: relative;
	top: 150px;
	left: 0;
	text-transform: uppercase;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	padding: 25px 0;
}

body.archive-product #page #primary .woocommerce-breadcrumb {
	display: none;
}

.product-template-default .site .widget-area {
	display: none;
}

.product-template-default .site .site-main {
	background-color: #00abf0;
}

.single-product div.product {
	position: relative;
	display: flex;
}

.product_meta {
	display: none;
}

form.variations_form {
	align-items: left !important;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative;
}

.product-blue {
	background-color: #00abf0;
}

.product {
	width: 1000px;
	margin: 0 auto;
	height: 370px;
}

.product-right {
	width: 500px;
	float: right;
	text-align: left;
	margin-bottom: 100px;
}

.product-right .awdr_discount_bar {
	padding: 15px 25px;
	color: #0269ae !important;
	background-color: #ffb901 !important;
	font-weight: bold;
	border-radius: 10px;
	margin-bottom: 25px;
}

.woocommerce-product-gallery {
	max-width: 450px;
	float: left;
	display: flex;
	margin-right: 50px;
	flex-direction: column;
	align-items: center;
	position: absolute;
}

.woocommerce-variation-price:before {
	content: "Price";
	font-weight: bold;
	margin: 0 40px 0 0;
}

.woocommerce-product-gallery__trigger {
	position: relative;
	top: 40px;
	left: 200px;
	z-index: 5;
}

.woocommerce-variation-price {
	margin: 0 0 20px 0;
}

.woocommerce-variation-add-to-cart .quantity:before {
	content: "Quantity";
	display: inline-block;
	font-weight: bold;
	margin-right: 5px;
}

.related h2:first-child {
	display: none;
}

.product .price {
	line-height: 1.1;
	font-family: p22-mackinac-pro, serif;
	font-weight: 700;
	font-size: 34px;
}

.woocommerce-loop-product__link .price {
	font-size: 18px;
	color: black;
}

p.price ins[aria-hidden="true"] {
	border-radius: 25px;
	padding: 10px 30px;
}

.products.columns-3 {
	grid-template-columns: repeat(3, 250px);
}

.moose-text a {
	color: #000;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 25px 0;
}

.stock {
	display: none;
}

table.variations {
	margin: 25px 0;
}

table.variations label {
	font-weight: 600;
	font-family: "p22-mackinac-pro";
}

a.add_to_cart_button {
	background-color: #0069ab;
	padding: 10px 20px;
	border-radius: 20px;
	text-transform: uppercase;
	color: #fffcf6;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
	width: 100%;
	margin: 25px auto;
	text-align: center;
	transition: background-color .88s, outline .5s;
	outline: 4px solid transparent;
}

a.add_to_cart_button:hover {
	background-color: #00abef;
	transition: all .5s;
	outline: 2px solid #00abef;
}

button.single_add_to_cart_button {
	color: #fffcf6;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #0069ab;
	text-align: center;
	border-radius: 35px;
	padding: 5px 30px;
	font-weight: 600;
	line-height: 35px;
	letter-spacing: 2px;
	position: absolute;
	top: auto;
	left: auto;
	margin: 25px 0;
	overflow: hidden;
	transition: ease all 1s;
	z-index: 2;
}

.cart button.single_add_to_cart_button {
	margin: 0;
}

button.single_add_to_cart_button:hover {
	transition: ease all .5s;
	background-color: #000;
}

.archive-loop .product:hover a.button.product_type_simple.add_to_cart_button, .archive-loop .product:hover a.button.product_type_variable.add_to_cart_button, .related.products .product:hover a.button.product_type_simple.add_to_cart_button, .related.products .product:hover a.button.product_type_variable.add_to_cart_button {
	opacity: 1;
	transition: ease all .4s;
}

.archive-loop a.button.product_type_simple.add_to_cart_button, .archive-loop a.button.product_type_variable.add_to_cart_button, .related.products a.button.product_type_simple.add_to_cart_button, .related.products a.button.product_type_variable.add_to_cart_button {
	opacity: 0;
	transition: ease-out all .3s .2s;
}

.woocommerce .quantity .qty {
	color: #000;
	background-color: transparent;
}

.posted_in {
	display: none;
}

.entry-summary form {
	height: 300px;
}

.single_variation_wrap {
	position: relative;
	top: -7px;
}

.woocommerce-variation-price:empty {
	display: none;
}

.woocommerce-variation-add-to-cart {
	width: 300px;
	align-items: start;
}

nav.woocommerce-breadcrumb .last {
	color: #000;
}

.woocommerce-tabs.wc-tabs-wrapper {
	width: 1000px;
	margin: 215px auto 100px auto;
}

#tab-description {
	margin-left: 350px;
}

#tab-description ul {
	margin: 0 30px;
}

#tab-description a {
	color: #000;
}

a.added_to_cart.wc-forward {
	position: relative;
	top: -15px;
}

section.related {
	text-align: center;
	background-color: #fffcf6;
	padding: 100px 20% 200px;
	display: inline-flex;
	width: 100%;
	justify-content: center;
}

.item-description ul {
	padding-left: 25px;
}

.related .products {
	height: auto;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.woocommerce-product-gallery__image {
	border-radius: 20px;
	max-height: 450px;
}

.single-product #page #primary .woocommerce-breadcrumb {
	top: 50px;
}

.single-product #page #primary {
	background-image: url("https://moosetracks.com/nitropack_static/gYDLJAAovhtanIrSMndNLQdwVzmJIdDf/assets/images/optimized/rev-3468726/moosetracks.com/wp-content/uploads/2022/05/cream-border-short.png");
	background-position: top;
	background-size: contain;
	background-repeat: repeat-x;
	background-color: #00abf0;
	padding-top: 150px;
}

.single-product #page #primary.nitro-lazy {
	background-image: none !important;
}

.woocommerce-product-gallery__image--placeholder img {
	border-radius: 20px;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 2em;
	right: 1em;
	display: block;
	z-index: 99;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	position: absolute;
	top: .5em;
	right: .5em;
	font-size: 2em;
	z-index: 9;
	width: 36px;
	height: 36px;
	background: #000;
	text-indent: -9999px;
	border-radius: 100%;
	box-sizing: content-box;
	color: #000;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger::before {
	content: "";
	display: block;
	width: 10px;
	height: 10px;
	border: 2px solid #fffcf6;
	border-radius: 100%;
	position: absolute;
	top: 9px;
	left: 9px;
	box-sizing: content-box;
}

.woocommerce-page div.product div.images {
	float: left;
	min-width: 400px;
}

.flex-viewport {
	width: 450px;
	height: 450px !important;
	border-radius: 20px;
	overflow: hidden;
	z-index: 4;
}

.flex-control-nav {
	list-style-type: none;
	display: grid;
	width: 450px;
	margin-top: 10px;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 10px;
}

.flex-control-nav img {
	border-radius: 20px;
	width: 100%;
}

.flex-viewport a img {
	height: 450px;
	width: auto;
	margin: 0 auto;
}

.flex-active-slide {
	width: auto !important;
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
	width: 300px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	list-style: none;
	cursor: pointer;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img {
	opacity: .5;
	border-radius: 20px;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li img.flex-active {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li:hover img {
	opacity: 1;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li {
	width: 48.1%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-2 .flex-control-thumbs li:nth-child(2n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 30.79667%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li:nth-child(3n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 22.15%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
	clear: both;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	margin-right: 15px;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 16.96%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #fffcf6;
}

.stock.out-of-stock {
	color: #fffcf6;
}

.value select {
	color: black;
	font-family: p22-mackinac-pro, serif;
	font-weight: 700;
	border: 3px solid #fffcf6;
	border-radius: 30px;
	padding: 10px 30px;
	font-size: 16px;
	text-align: center;
	background: transparent;
}

table.shop_table_responsive tr td.product-subtotal {
	text-align: right;
}

/* Single Product Page Tweaks 2025 */
.product-cream {
	margin-top: 50px;
}

.product-cream > * {
	color: black;
}

.product input[type="number"] {
	color: black;
}

.product .entry-summary form {
	height: auto;
	padding-bottom: 40px;
}

.product .summary.entry-summary {
	position: relative;
	display: flex;
	flex-direction: column;
}

.product h1.product_title.entry-title {
	order: 1;
}

.product .price {
	order: 2;
}

.product .entry-summary form {
	order: 3;
}

.product div#wc-stripe-payment-request-wrapper {
	order: 4;
}

.product .item-description {
	order: 5;
	padding: 10px 0 0;
}

.product button.single_add_to_cart_button {
	width: 100%;
}

.quantity {
	margin: 0 0 10px;
}

.quantity::before {
	content: "Quantity:";
	color: black;
	font-family: p22-mackinac-pro, serif;
	font-weight: 600;
}

.product input[type="number"] {
	border: 0px solid black;
	padding: 0;
}

.product-right input[type="number"] {
	width: 100px;
}

.related ul.products {
	position: relative;
}

.related ul.products::before {
	content: "Related Products";
	position: absolute;
	top: -90px;
	font-family: "p22-mackinac-pro";
	font-weight: 600;
	font-size: 32px;
	/*    border-bottom: 2px solid #00abef;*/
	width: 100%;
	text-align: left;
	padding: 0 0 13px;
}

/*Reordering Product Single Page elements */

/**
 * Checkout
 */
.post-11 .entry-content {
	padding-bottom: 150px !important;
}

@media screen and (min-width: 768px) {
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	
	.col2-set .form-row-first, .col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

.coupon {
	margin: 50px 15px;
	float: right;
	width: 270px;
	display: contents;
}

.actions .button {
	background-color: #00abf0;
	padding: 10px 20px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fffcf6;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	letter-spacing: 1px;
	font-size: 14px;
	width: 175px;
	margin: 15px auto;
	text-align: center;
}

.actions .button:hover {
	background-color: #000;
	transition: .5s;
}

td.actions {
	text-align: right;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
	margin: 0 auto;
}

.star-rating::before {
	content: "SSSSS";
	opacity: .25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "SSSSS";
	top: 0;
	position: absolute;
	left: 0;
	color: #fffcf6;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-weight: 400;
}

p.stars a::before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 1em;
	height: 1em;
	line-height: 1;
	font-family: star;
	content: "S";
	color: #404040;
	text-indent: 0;
	opacity: .25;
}

p.stars a:hover ~ a::before {
	content: "S";
	color: #404040;
	opacity: .25;
}

p.stars:hover a::before {
	content: "S";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "S";
	color: #4169e1;
	opacity: 1;
}

p.stars.selected a.active ~ a::before {
	content: "S";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active)::before {
	content: "S";
	color: #4169e1;
	opacity: 1;
}

/**
 * Tabs
 */
.woocommerce-tabs ul.tabs {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: block;
	margin: 0;
	position: relative;
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: none;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
	margin-top: 150px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

.u-columns {
	text-align: left;
	display: flex;
}

.u-column1, .u-column2 {
	width: 500px;
}

.woocommerce .u-columns form {
	width: auto;
}

.empty .woocommerce {
	flex-direction: column;
	text-align: center;
	justify-content: center;
}

.empty .woocommerce a {
	color: #0069ae;
}

p.cart-empty {
	font-size: 20px;
}

.woocommerce-product-gallery___trigger {
	display: none;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

.orderby {
	color: #000;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 300;
	font-size: 14px;
	height: auto;
	width: 300px;
	line-height: 1.5;
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 5px solid #00abf0;
	padding: 10px 15px;
	border-radius: 30px;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.orderby:after {
	right: 20px;
}

td.actions {
	padding-top: 30px;
}

/**
 * Notices
 */
.woocommerce-notices-wrapper {
	background-color: #00abf0;
	margin-top: 40px;
}

.woocommerce-notices-wrapper:empty {
	margin-top: 10px;
}

.woocommerce-message, .woocommerce-info, .woocommerce-error, .woocommerce-noreviews, p.no-comments {
	color: #fffcf6;
	background-color: #00abf0;
	width: 1000px;
	margin: 0px auto;
	clear: both;
	padding: 20px 10px;
	text-align: center;
}

.woocommerce-message a {
	font-family: neue-haas-unica, sans-serif;
	font-weight: 400;
	color: #000;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 14px;
	margin: 25px 0;
}

.woocommerce-message a.button.wc-forward {
	padding: 6px 20px;
	border-radius: 25px;
	display: inline-block;
	margin: 0px 0 0px 5px;
	background-color: #fffcf6;
	outline: 2px solid #0069ab;
	font-weight: 600;
	color: #0069ab;
}

.woocommerce-info, .woocommerce-noreviews, p.no-comments {
	background-color: #fffcf6;
	display: none;
}

.woocommerce-error {
	background-color: #0069ae;
	border-radius: 10px;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3d9cd2;
	z-index: 9999;
}

@media screen and (min-width: 48em) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, .2);
	}
	
	.site-header-cart:hover .widget_shopping_cart, .site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/*Cart Page*/
.product-name a {
	color: #000;
}

.product-name a:hover {
	color: #00abf0;
}

.woocommerce form {
	width: 1000px;
	margin: 0 auto;
}

.actions {
	text-align: right;
	display: inline-block;
}

/* Cart Page Updates 2025 */
.post-10 .content .woocommerce {
	flex-direction: row;
	justify-content: space-between;
	position: relative;
	gap: 60px;
}

h2#cart-heading {
	text-align: left;
}

.post-10 .woocommerce form {
	width: 45%;
	margin: 0;
}

.post-10 .cart-collaterals {
	width: 45%;
	text-align: left;
	position: relative;
}

.post-10 .woocommerce .cart-collaterals .cart_totals {
	float: revert;
	width: 100%;
	position: sticky;
	top: 40px;
}

.post-10 .cart-collaterals tr.woocommerce-shipping-totals.shipping, .post-10 tr.tax-total small {
	display: none;
}

.post-10 a.checkout-button.button {
	background-color: #f26140;
	width: 100%;
	display: block;
	text-align: center;
	color: #fff;
	padding: 10px;
	margin-top: 20px;
	border-radius: 25px;
}

.post-10 a.checkout-button.button:hover {
	color: #fff;
	background-color: #0069ab;
}

.post-10 tr.cart-subtotal td, .post-10 tr.tax-total td, .post-10 tr.order-total td {
	text-align: right !important;
}

.post-10 tr.cart-subtotal, .post-10 tr.tax-total {
	font-size: 16px;
}

.post-10 tr.cart-subtotal th, .post-10 tr.tax-total th {
	font-weight: 200;
}

.post-10 tr.balance-note {
	font-size: 12px;
}

.post-10 tr.break-line {
	height: 15px;
}

.post-10 tr.order-total th, .post-10 tr.order-total td {
	border-top: 2px solid rgba(128, 128, 128, .21);
	padding-top: 8px;
}

.post-10 tr.order-total {
	vertical-align: bottom;
}

.post-10 .woocommerce-notices-wrapper {
	position: absolute;
	top: -140px;
	border-radius: 25px;
	width: 100%;
	margin-top: 0;
}

.post-10 .woocommerce-message {
	color: #fffcf6;
	background-color: #0069ab;
	width: 100%;
	margin: 0px auto;
	clear: both;
	padding: 20px 10px;
	border-radius: 50px;
}

.product-update-container input[type="submit"], .product-update-container button, .product-update-container input[type="button"], .product-update-container input[type="reset"] {
	background-color: transparent;
	color: #000;
	text-transform: none;
	font-weight: 200;
	font-size: 14px;
	padding: 0;
	font-style: italic;
}

.product-update-container .product-remove {
	display: inline-block;
}

.product-update-container a.remove {
	color: #f26140;
	font-style: italic;
	font-size: 14px;
}

.product-remove a:hover, .product-update-container button:hover {
	text-decoration: underline;
	text-decoration-color: #00abef;
	text-underline-offset: 1px;
}

.product-update-container .product-remove span.staff-mark {
	padding-left: 5px;
	color: black;
}

form.woocommerce-cart-form .coupon {
	display: flex;
	margin: 0;
	width: 100%;
	padding: 20px;
	background-color: rgba(128, 128, 128, .21);
	flex-wrap: wrap;
}

form.woocommerce-cart-form input[type="text"]#coupon_code {
	width: 69%;
	margin-right: 0;
	height: 36px;
	border-radius: 0;
	padding: 3px 3px 8px 20px;
}

form.woocommerce-cart-form input[type="text"]#coupon_code::placeholder {
	font-size: 16px;
}

form.woocommerce-cart-form .actions.coupon-apply-container .button {
	width: 30%;
	padding: 0;
	margin: 0;
	border-radius: 0;
}

tr.cart-subtotal bdi, .tax-total td {
	font-weight: 600;
}

table.shop_table.woocommerce-cart-form__contents {
	border: 1px solid rgba(128, 128, 128, .27);
	padding: 30px;
}

tr.woocommerce-cart-form__cart-item.cart_item {
	margin: 0 0 20px;
	display: inline-block;
}

tr.woocommerce-cart-form__cart-item.cart_item {
	display: flex !important;
	justify-content: space-between;
	padding-bottom: 13px;
	border-bottom: 1px solid rgba(128, 128, 128, .27);
}

td.product-thumbnail-container {
	width: 47%;
}

td.product-details-container {
	width: 50%;
}

td.product-thumbnail-container::before, td.product-details-container::before, .cart_totals .break-line td::before, tr.balance-note td::before {
	display: none;
}

td[data-title="Estimated Balance"] {
	font-weight: 600;
}

td.product-details-container .product-name {
	margin: 0 0 12px;
	line-height: 1.25;
	padding-right: 0;
}

td.product-details-container .product-name a {
	font-size: 19px;
}

.product-price p, .product-subtotal p {
	display: inline-block;
	margin: 5px 0;
}

.product-price, .product-subtotal {
	font-size: 14px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
}

td.product-details-container .quantity::before {
	display: none;
}

td.product-details-container .product-quantity p {
	margin: 0 12px 0 0;
	display: inline-block;
}

td.product-details-container .quantity {
	display: inline-block;
}

.woocommerce td.product-details-container .quantity input[type="number"] {
	padding: 3px 0 4px 12px;
	border: 2px solid rgba(128, 128, 128, .21);
	border-radius: 25px;
	font-size: 14px;
}

.product-update-container {
	text-align: right;
}

td.product-details-container .product-quantity {
	font-size: 14px;
}

td.actions.coupon-apply-container {
	padding-top: 0;
}

input#woocommerce-cart-nonce {
	position: absolute;
}

/* Checkout Page Updates 2025 */
.woocommerce form .form-row .required {
	text-decoration: none;
}

.post-11 .full-section .content-block .content {
	padding: 20px 20% 100px;
}

p#wc-stripe-payment-request-button-separator {
	margin: 24px 0 !important;
}

form.checkout.woocommerce-checkout {
	text-align: left;
	width: 75%;
	margin: 0;
}

.woocommerce-billing-fields__field-wrapper label {
	font-size: 14px;
}

.woocommerce-billing-fields {}

.woocommerce-billing-fields h3 {
	font-size: 23px;
	font-weight: 800;
	font-family: "p22-mackinac-pro";
	color: #0069ab !important;
	text-transform: capitalize;
	margin: 0;
}

.woocommerce-billing-fields input, .woocommerce-billing-fields select {
	padding: 3px 12px 10px 12px;
}

.woocommerce-billing-fields input::placeholder {
	font-size: 14px;
}

span.select2-selection__placeholder {
	font-size: 14px;
}

p#billing_company_field {
	margin-top: 0;
	width: 70%;
}

span.optional {
	font-style: italic;
	color: rgba(128, 128, 128, .74);
	margin-left: 2px;
}

.woocommerce-billing-fields p {
	width: 70%;
}

p#billing_country_field {
	font-size: 16px;
}

p#billing_postcode_field {
	width: 30%;
}

h3#order_review_heading {
	border-top: 2px solid rgba(0, 0, 0, .13);
	padding-top: 20px;
	font-size: 23px;
	font-weight: 800;
	font-family: "p22-mackinac-pro";
	color: #0069ab;
	text-transform: capitalize;
}

label.woocommerce-form__label.woocommerce-form__label-for-checkbox.checkbox span {
	font-size: 14px;
	text-transform: capitalize;
	font-weight: 300;
	color: black;
}

div#order_review {
	font-size: 16px;
}

div#order_review .order-total {
	color: #0069ab;
	font-size: 24px;
	border-top: 2px solid black;
	position: relative;
}

div#order_review .order-total::after {
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, .13);
	width: 100%;
	left: 0;
	top: 13px;
	height: 2px;
}

tr.order-total th, tr.order-total td {
	vertical-align: text-bottom;
	padding-top: 40px;
	padding-bottom: 28px;
}

th.product-total, td.product-total, tr.cart-subtotal td, tr.woocommerce-shipping-totals.shipping td, tr.tax-total td, tr.order-total td {
	text-align: right;
}

label[for="payment_method_stripe"] {
	font-size: 23px;
	font-family: "p22-mackinac-pro";
	color: #0069ab;
	font-weight: 800;
	width: 100%;
	display: block;
	padding-top: 20px;
	border-top: 2px solid rgba(0, 0, 0, .13);
}

div#stripe-payment-data fieldset {
	padding: 0;
}

li.wc_payment_method.payment_method_stripe {
	font-size: 14px;
}

.payment_box.payment_method_stripe .form-row.form-row-first {
	display: inline-block;
	margin-right: 10px;
	width: 15%;
	min-width: 125px;
}

.payment_box.payment_method_stripe .form-row.form-row-last {
	display: inline-block;
}

.woocommerce-privacy-policy-text {
	font-style: italic;
	margin-block: 20px 0px;
	padding-top: 10px;
	border-top: 2px solid rgba(0, 0, 0, .13);
}

.form-row.place-order {
	font-size: 16px;
}

button#place_order {
	width: 100%;
	background-color: #f26140;
}

/*Account Page*/
.content .woocommerce {
	display: flex;
	flex-direction: column;
}

nav.woocommerce-MyAccount-navigation, div.woocommerce-MyAccount-content {
	width: 50%;
}

.woocommerce-MyAccount-content {
	text-align: left;
	float: right;
}

.woocommerce-MyAccount-content a {
	color: #0069ae;
}

.woocommerce-MyAccount-content a:hover {
	color: #000;
	transition: .5s;
}

.woocommerce-MyAccount-navigation {
	float: left;
}

.woocommerce-MyAccount-navigation ul {
	text-align: left;
	list-style-type: none;
	margin: 0 30%;
}

.woocommerce-MyAccount-navigation a {
	color: #000;
	line-height: 1.2;
	font-family: p22-mackinac-pro, serif;
	font-weight: 700;
	font-size: 20px;
}

.woocommerce-MyAccount-navigation a:hover {
	color: #0069ae;
	transition: .5s;
}

/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 .25em rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, .1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

.label-wrap {
	height: 0;
	position: absolute;
	top: -3px;
}

span.woocommerce-advanced-product-label.product-label {
	border-radius: 8px;
	border-top-left-radius: 37px 45px;
	border-bottom-left-radius: 0 16px;
}

p.cr-customer-consent {
	display: none;
}

/* Moving reCAPTCHA lower to above the Place Order Button - May need to undo on live site with reCAPTCHA v3 active */
#order_review .g-recaptcha {
	position: absolute;
	bottom: 75px;
}

div#order_review {
	position: relative;
}

#payment button#place_order {
	margin-top: 120px;
}

.woocommerce table.shop_table {
	margin: 0;
}

/*MEDIA QUERIES*/
@media only screen and (max-width: 1400px) {
	.woocommerce form {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1000px) {
	nav.woocommerce-breadcrumb {
		width: 80%;
	}
	
	.products.columns-3 {
		grid-template-columns: repeat(2, 250px);
	}
	
	.related ul.products {
		grid-template-columns: repeat(2, 200px);
	}
	
	.product, .woocommerce-tabs.wc-tabs-wrapper {
		width: auto;
		height: auto;
	}
	
	.woocommerce-product-gallery {
		width: 100%;
		float: none;
		display: flex;
		position: relative;
		margin: 0 auto;
	}
	
	.flex-viewport {
		width: 400px;
		height: 400px !important;
	}
	
	.flex-viewport a img {
		aspect-ratio: auto 400/400;
		min-width: 400px;
		min-height: 400px;
	}
	
	.flex-active-slide {
		overflow: auto !important;
	}
	
	.woocommerce-product-gallery__image {
		max-height: none;
	}
	
	.product-right {
		width: 80%;
		float: none;
		position: relative;
		margin: 0 auto 150px;
		padding: 0;
	}
	
	.woocommerce-product-gallery {
		transform: revert;
		transform-origin: revert;
	}
	
	#tab-description {
		width: 80%;
		margin: 0 auto;
	}
	
	.woocommerce .cart-collaterals .cart_totals, .woocommerce-page .cart-collaterals .cart_totals {
		width: 100%;
	}
	
	.woocommerce form {
		width: auto;
	}
	
	input[type="text"]#coupon_code {
		width: 30%;
		margin-right: 20px;
	}
	
	.woocommerce-cart-form__contents thead {
		display: none;
	}
	
	.cart_item .product-subtotal {
		display: none;
	}
	
	.cart_item .product-name {
		padding-right: 15px;
	}
	
	/*	Checkout Page for Mobile */
	.post-10 .content .woocommerce form, .post-10 .content .woocommerce .cart-collaterals {
		width: 100%;
	}
	
	.post-10 .content .woocommerce {
		flex-direction: column-reverse;
	}
	
	form.checkout.woocommerce-checkout, p#billing_company_field, .woocommerce-billing-fields p {
		width: 90%;
	}
}

@media only screen and (max-width: 900px) {
	form.checkout.woocommerce-checkout, p#billing_company_field, .woocommerce-billing-fields p {
		width: 100%;
	}
	
	.post-11 .full-section .content-block .content {
		padding: 20px 100px 100px;
	}
}

@media only screen and (max-width: 800px) {
	.products.columns-3 {
		grid-template-columns: repeat(1, 350px);
	}
	
	ul.products.columns-3 li.product {
		width: 350px;
		background-color: transparent;
	}
	
	ul.products li.product img {
		width: 350px;
	}
	
	.related ul.products li.product {}
	
	.archive-content.products {
		width: 100%;
	}
	
	.woocommerce-ordering {
		width: revert;
	}
}

@media only screen and (max-width: 767px) {
	/*	Checkout Page for Mobile */
	.post-10 tr.balance-note td {
		padding-left: 30px;
	}
}

@media only screen and (max-width: 600px) {
	.archive-content.products {
		width: 100%;
	}
	
	.woocommerce-ordering {
		width: 100%;
		margin: 0;
	}
	
	section.related {
		padding: 100px 50px 200px;
	}
	
	.post-10 .woocommerce-notices-wrapper {
		top: -120px;
	}
	
	.post-10 .woocommerce-message {
		padding: 10px 10px 14px;
	}
	
	.post-11 .full-section .content-block .content {
		padding: 20px 50px 100px;
	}
}

@media only screen and (max-width: 500px) {
	.products.columns-3 {
		grid-template-columns: repeat(1, 1fr);
		padding: 0 25px;
	}
	
	ul.products li.product img, ul.products.columns-3 li.product {
		width: 100%;
	}
	
	.related ul.products {
		grid-template-columns: repeat(1, 1fr);
	}
	
	.related ul.products li.product {
		width: 100%;
	}
	
	.flex-control-nav {
		width: 80%;
	}
	
	.product-right .price {
		font-size: 24px;
	}
	
	.product-right p.price ins[aria-hidden="true"] {
		padding: 10px 20px;
	}
	
	/*	Checkout Page Mobile */
	#post-10 .content {
		padding: 25px;
	}
	
	.post-10 .cart-subtotal td, .post-10 .woocommerce-shipping-totals td, .post-10 .tax-total td, .post-10 .order-total td, .post-10 tr.balance-note td {
		padding-left: 0px;
	}
	
	.post-10 table.shop_table.woocommerce-cart-form__contents {
		margin-bottom: 100px;
	}
	
	p#billing_postcode_field {
		width: 45%;
	}
	
	table.shop_table.woocommerce-checkout-review-order-table td {
		font-size: 14px;
	}
	
	tr.order-total bdi {
		font-size: 22px;
	}
}

@media only screen and (max-width: 430px) {
	tr.woocommerce-cart-form__cart-item.cart_item > * {
		width: 100%;
	}
	
	tr.woocommerce-cart-form__cart-item.cart_item {
		flex-direction: column;
	}
	
	tr.tax-total td[data-title="Tax"] span {
		display: none;
	}
	
	.post-11 .full-section .content-block .content {
		padding: 20px 25px 100px;
	}
}
