/*
Theme Name: Moose Tracks

WooCommerce styles override
*/

body .woocommerce{
	color: #000;
}
a.reset_variations {
    color: #ffb901;
    font-size: 14px;
    padding-left: 10px;
}
.item-description a, a.woocommerce-privacy-policy-link:hover{
	color: #000;
}
.item-description a {
    color: #ffb901;
    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: 36px;
}

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

.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;
}

@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;
}

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

h2.woocommerce-loop-product__title{
	height: 40px;
	padding: 0 30px;
	font-size: 18px;
	overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-line-clamp: 2; 
           line-clamp: 2; 
   -webkit-box-orient: vertical;
}

.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: #f26140;
		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: #f26140;
	}

	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('/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;
}

.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: 650px;
	float: right;
	text-align: left;
	margin-bottom: 150px;
}
.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: 300px;
	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: 30px;
	left: 130px;
	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: 24px;
}
.woocommerce-loop-product__link .price{
	font-size: 18px;
}

.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;
}

a.add_to_cart_button{
	background-color: #0069ae;
	padding: 10px 20px;
	border-radius: 50px;
	text-transform: uppercase;
	color: #fffcf6;
	font-family: neue-haas-unica, sans-serif;
	font-weight: 600;
	letter-spacing: 1px;
	font-size: 14px;
	width: 150px;
	margin: 25px auto;
	text-align: center;
}

a.add_to_cart_button:hover{
	background-color: #000;
	transition: all .5s;
}

button.single_add_to_cart_button{
	color: #fffcf6;
	font-size: 12px;
	text-transform: uppercase;
	background-color: #ffb900;
	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;
}

.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-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: 50px 20%;
	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: 300px;
}

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

.single-product #page #primary{
	background-image: url('/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;
}

.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: 300px;
	height: 300px !important;
	border-radius: 20px;
	overflow: hidden;
	z-index: 4;
}

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

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

.flex-viewport a img{
	height: 300px;
	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: 0.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: #fffcf6;
	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;
}

/**
 * Checkout
 */
@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: "\53\53\53\53\53";
	opacity: 0.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: "\53\53\53\53\53";
	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: "\53";
	color: #404040;
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

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

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

p.stars.selected a.active ~ a::before {
	content: "\53";
	color: #404040;
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	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-bottom: 30px;*/
}

.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;
}

.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-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, 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;
}

/*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: -0.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 0.25em rgba(0, 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, 0.1);
}

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

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

/*MEDIA QUERIES*/

@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;
	}
	
	#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;
	}
}

@media only screen and (max-width: 800px){
	
	.products.columns-3 {
    	grid-template-columns: repeat(1, 250px);
	}	
	
	ul.products.columns-3 li.product {
		width: 250px;
		background-color: #f26140;
	}
	
	.related ul.products li.product {
		background-color: #f26140;
	}
	
}

@media only screen and (max-width: 600px){
	
	.archive-content.products{
		width: 100%;
	}
	
	.woocommerce-ordering{
		width: auto;
	}
	
}