/*
Theme Name: Mikes_Organic_Delivery

WooCommerce styles override
*/



/**
 * Cart Count
 * 
 */
 
#cart-count {
  position: absolute;
  top: 0;
  right: -5px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #fff;
  background: rgba(38, 93, 119, .8);
}




/**
 * My Account Pages
 * 
 */

#customer_login {
	width: 100%;	
}
@media only screen and (min-width: 37.5em){
	#customer_login {
		display: flex;
		align-items: flex-start;
		flex-wrap: nowrap;
		justify-content: space-between;	
	}
	#customer_login .u-column1 {
		width: 50%;
		padding-right: 20px;
	}
	#customer_login .u-column2 {
		width: 50%;
		padding-left: 20px;
	}
}

.woocommerce-MyAccount-navigation,
.woocommerce-MyAccount-content {
	margin: 20px 0;
	padding: 20px;
	background-color: #fff;
	border-radius: 4px; border-radius: var(--border_radius);
}

.woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation li {
	padding: 0.25em 0;
	color: #384f5f; color: var(--dark_gray);
}

.woocommerce-MyAccount-navigation li.is-active {
	font-family: 'proximanova-semibold', sans-serif; font-family: var(--font_semibold);
}

.woocommerce-MyAccount-content .woocommerce-message,
.woocommerce-MyAccount-content .woocommerce-info {
	margin-top: 0;	
}

@media only screen and (min-width: 37.5em) {
	
	/* 600 */
	.entry-content > .woocommerce {
		display: flex;
		align-items: flex-start;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	.woocommerce-MyAccount-navigation {
		width: 270px;
	}
	.woocommerce-MyAccount-content {
		width: calc(100% - 290px);
	}
	
	.wc-proceed-to-checkout a {
		width: 100%;
		text-align: center;	
	}
	
}





 
/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}
table.shop_table_responsive tbody th {
	display: none;
}
table.shop_table_responsive tr {
	display: block;
	border-top: 1px solid #d8d8d8;
	border-top: 1px solid var(--light_gray);
}
table.shop_table_responsive tbody tr:first-child {
	margin-top: 0;
	border-top: 0;
}
table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
	padding: 20px;
	max-width: 420px;
	margin: 0 auto;
}
/* don't want the padding on left/right in the shop totals */
.cart_totals table.shop_table_responsive tr td {
	padding-left: 0;
	padding-right: 0;
}
.shipping form,
.shipping form > p {
	margin: 0;	
}
.shipping td > p {
	margin-top: 0;	
}
table.shop_table_responsive tr td.group-name {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove {
	text-align: left;
}

table.shop_table_responsive tr td[data-title]:before {
	content: attr(data-title) ": ";
	float: left;
	font-family: 'proximanova-bold', sans-serif;
	color: #384f5f; color: var(--dark_gray);
	margin-right: 1em;
}
/* these don't have data-ttle attributes */
table.shop_table_responsive tr td.product-remove:before,
table.shop_table_responsive tr td.product-thumbnail: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;
}

/*
@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;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
	
	
	
	table.shop_table_responsive.cart thead {
		display:none;
	}
	
}
*/

@media screen and (min-width: 50em) {
	/* 800 */
	td.group-name {
		border-bottom: 1px solid #d8d8d8;
		border-bottom: 1px solid var(--light_gray);	
	}
	table.shop_table_responsive.cart tr {
		display: table-row;
	}
	table.shop_table_responsive.cart td {
		display: table-cell;
		text-align: left;
	}
	table.shop_table_responsive.cart tr td[data-title]::before {
		display: none;
	}
	td.group-name {
		border-top: 1px solid #d8d8d8;
		border-top: 1px solid var(--light_gray);
		border-bottom: 0;
	}
	.shop_table tbody tr:first-child td.group-name {
		border-top: 0;	
	}
	.cart .product-thumbnail img {
		max-width: 80px;
	}
	
	.cart td.product-name {
		text-align: left;
		width: 100%;
		max-width: 360px;
		padding-left: 0;
		padding-right: 0;
	}
	
	.cart .product-remove .remove {
		margin: 0;	
	}
	.cart td.product-quantity {
		padding-left: 0;
		padding-right: 0;	
	}
	.cart_item .quantity {
		width: 60px;	
	}
	table.shop_table_responsive.cart  td.product-subtotal {
		text-align: right;
	}
}


@media screen and (min-width: 64em) {
	/* 1024 */
	
	.cart td.product-name,
	.cart td.product-quantity {
		padding-left: 20px;
		padding-right: 20px;
	}
	
}



/**
 * Cart Page 
 */
 
/* 10-10-19 - The stupid smart coupons plugin adds an element with inline styles, trowing off the layout */
.wc_coupon_message_wrap {
	padding: 0 !important;	
}
.woocommerce-cart-form,
.cart-collaterals {
	margin: 20px 0;
}

.woocommerce-cart-form table {
	margin: 0;
	background-color: #fff;
	border-radius: 4px; border-radius: var(--border_radius);

}

.product-remove .remove {
	float: right;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
	font-size: 1.5em;
	color: #fff;
	background-color: #ff8872; background-color: var(coral);
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px; border-radius: var(--border_radius);
}

/* need to override default link styles added at the end */
.cart .product-remove .remove {
	color: #fff;
	text-decoration: none;	
}


table.shop_table_responsive tr td.product-thumbnail {
	text-align: center;	
}


button.update-cart {
	padding: 0;
	background-color: transparent;
	color: #929da1; color: var(--text_gray);	
}



.woocommerce-cart-form .cart-actions {
	margin: 20px 0;
	background-color: #fff;
	padding: 20px;
	border-radius: 4px; border-radius: var(--border_radius);
}

.coupon label {
	display: block;	
}
.coupon input {
	margin-top: 10px;
}


.cart_totals {
	padding: 20px;
	background-color: #fff;
	border-radius: 4px; border-radius: var(--border_radius);
}
.cart_totals h2 {
	margin: 0;	
}
.cart_totals ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.cart_totals li {
	margin-bottom: 10px;	
}


.wc-proceed-to-checkout {
	text-align: right;	
}
.wc-proceed-to-checkout .button + .button {
	margin: 10px 0 0;
	opacity: 0.75;
}

@media only screen and (min-width: 37.5em) {
	
	.woocommerce-cart-form {
		width: calc(100% - 290px);
	}	
	.cart-collaterals {
		width: 270px;	
	}
		
}








/**
 * Product Archives 
 */

.products-per-page {
	 margin: 0;
	 padding: 20px;	
}


.woocommerce-ordering {
	margin: 0;
	padding: 20px;
	text-align: right;
}

.woocommerce-ordering select {
	width: auto;
}




.woocommerce-loop-product__title {
	font-size: 1em;	
}


.woocommerce-pagination {
	padding: 20px;
	text-align: center;	
	font-family: 'proximanova-bold', sans-serif;	
	text-transform: uppercase;
	line-height: 40px;
}

.woocommerce-pagination ul {
	list-style: none;
	padding: 0;
}
.woocommerce-pagination li {
	display: inline-block;	
}
.woocommerce-pagination ul .page-numbers {
	display: inline-block;
	min-width: 40px;
	border: 1px solid #d8d8d8; border: 1px solid var(--light_gray);
	border-radius: 4px; border-radius: var(--border_radius);
	background-color: #fff;
	color: #384f5f; color: var(--dark_gray);
	margin: 0.5em 0.25em;	
}
.woocommerce-pagination ul .page-numbers.current {
	color: #b78500; color: var(--gold);
}
.woocommerce-pagination ul .page-numbers.prev,
.woocommerce-pagination ul .page-numbers.next {
	border: 0;
	display: inline;
	background-color: transparent;	
}
.woocommerce-pagination ul .page-numbers.prev {
	margin-left: 0;	
}
.woocommerce-pagination ul .page-numbers.next {
	margin-right: 0;	
}
.woocommerce-pagination ul .page-numbers.dots {
	min-width: 20px;
	border: 0;
	background-color: transparent;
}





@media screen and (min-width: 64em) {
	
	
	.product-archive-primary-wrapper {
		max-width: 1240px;
		margin: 0 auto;	
	}
	
	.primary-wrapper-inner {
		float: right;
		width: 77.5%;
	}
	
	.shop-sidebar {
		max-width: 1240px;
		margin: 0 auto;	
	}
	
	.shop-sidebar-inner {
		float: left;
		width: 22.5%;	
	}
	
	
	
	
}
















/**
 * Product sliders (flexslider)
 *
 */



ul.products {
	list-style: none;
	margin: 0;
	padding: 0;	
}

/* 4-3-20 Now showing out of stock products in the product catalog */
.product.outofstock .loop-product-image::before {
	content: 'Out of stock';
	position: absolute;
	z-index: 5;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,0.5);
	color: white;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
}



ul.products li.product .woocommerce-loop-product__title {
	font-size: 1rem;
}

ul.products li.product img {
	display: block;
}

/*
ul.products li.product .button {
	display: block;
}
*/


/* product info sections (Description, Ingredients, About Producer) */
.mod-product-info {
	border-top: 1px solid #d8d8d8;
	border-top: 1px solid var(--light_gray);
	padding: 1em 0;
}
.mod-product-info h3,
.mod-product-info h4 {
	font-size: 1.25em;
	margin: 0;
}






/* ajax add-to-cart forms */
.loop-product-image {
	position: relative;
	display: inline-block; /* never want this wider than the image */
}
.loop-product-image img {
	display: block;	
}
.show-atc-form {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 36px;
	width: 36px;
	padding: 0;	
}
.show-atc-form span {
	line-height: inherit;	
}
.atc-form {
	position: absolute;
	bottom: 10px;
	right: 10px;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	opacity: 0;
	transform: scale(0);
	transform-origin: bottom right;
	transition: transform 0.25s ease-out;
	text-align: center;
	padding: 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.active .atc-form {
	bottom: 0;
	right: 0;
	opacity: 1;
	transform: scale(1);
}

.ajax-add-to-cart-form .atc-form .stock {
	color: #fff;
	margin: 0;
}
.atc-form form {
	margin: 0;
}

/* gift certificates are the only variable products? */
.atc-form .variations {
	margin: 0;
	display: block;	
}
.atc-form .variations tbody,
.atc-form .variations tr {
	display: block;
}
.atc-form .variations td.label {
	display: none;
}
.atc-form .variations td.value {
	display: block;
}
.atc-form .variations select {
	display: inline-block;
}
.atc-form .variations .reset_variations {
	display: none !important;
}
.atc-form .woocommerce-variation.single_variation {
	color: #fff;	
}

.atc-form .quantity {
	margin: 10px 0;	
}
.atc-form .quantity input {
	width: 90px;
	text-align: center;	
}
.atc-form .single_add_to_cart_button {
	width: auto;
	margin: 0;
}
.atc-form .added_to_cart {
	display: none;	
}

/* 4-9-20 Want to use the forward-to-cart link now */
.atc-form form,
.atc-form .woocommerce-variation-add-to-cart {
	display: flex;
	flex-direction: column;	
}
.atc-form .single_add_to_cart_button {
	margin: 0 auto;	
}
.atc-form .added_to_cart {
	display: inline;
	color: white;
	margin: 6px auto 0; 	
}


/* show icons in the add to cart buttons */
@keyframes infinite-spinning {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.single_add_to_cart_button:after {
	font-family: 'mikesorganic' !important;
  	speak: none;
  	font-style: normal;
  	font-weight: normal;
  	font-variant: normal;
  	text-transform: none;
  	line-height: 1;
  	-webkit-font-smoothing: antialiased;
  	-moz-osx-font-smoothing: grayscale;
	display: inline-block;
	margin-left: 1em;
	position: relative;
	transform: rotate(0);	
}
.single_add_to_cart_button.loading:after {
	content: "\f021";
	animation: infinite-spinning 1s infinite;
}
.single_add_to_cart_button.added:after {
	content: "\f00c";
}



.shop-sidebar-inner {
	padding: 0 20px;	
}


/**
 * Product Filter Widgets
 * 
 */
.product-categories {
	list-style: none;
	margin: 0;
	padding: 0;
	font-family: var(--font_bold);
	color: #384f5f; color: var(--dark_gray);
}

.product-categories > li {
	padding: 0.25em 0;	
}

/* some kind of indication for active categories */
.current-cat-parent > a::before,
.current-cat > a::before {
	font-family: 'mikesorganic' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	
	content: "\f00c";
	margin-right: 0.25em;
}

.cat-parent {
	position: relative;	
}
.caticon {
	float: right;
	padding: 0;
	width: 1.5em;
	height: 1.5em;	
}


.product-categories .children {
	list-style: none;
	margin: 0;
	padding-left: 20px;
	font-family: var(--font_normal);
	color: #929da1;
	color: #929da1; color: var(--text_gray);
	
	visibility: hidden;
	position: absolute;
	width: 100%;
	left: -9999px;
	/*
	opacity: 0;
	transform: scale(0);
	transform-origin: top right;
	transition: opacity 0.5s ease-out,transform 0.25s ease-in-out;
	*/
}

/*.product-categories .current-cat-parent .children,*/
.product-categories .children.active {
	visibility: visible;
	position: static;
	/*
	opacity: 1;
	transform: scale(1);
	*/
}





.widget_layered_nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}



/* remove the border-radius if in a post grid */
.grid-post-product .wp-post-image {
	border-radius: 0;	
}
/* make sure there's some spacing after the price */
.grid-post-product .price {
	display: inline-block;
	padding-bottom: 1em;	
}





/**
 * Single product
 */
/**
 * Single Product
 */
 
nav.woocommerce-breadcrumb {
  max-width: 1064px;
  margin: 0 auto;
  padding: 40px 20px 20px 20px;
}
nav.woocommerce-breadcrumb a {
  color: #ff8872;
}
 
.site-main > .product {
	padding: 0 20px;	
}
.product .single-product-form {
	padding-top: 20px;
	padding-bottom: 1em;
}
.woocommerce-product-gallery__image img {
	display: block;	
}
.summary .product_title {
	font-size: 1.25em;
	margin: 1rem 0;	
}
.summary .price {
	border-top: 1px solid #d8d8d8;
	border-top: 1px solid var(--light_gray);
	border-bottom: 1px solid #d8d8d8;
	border-bottom: 1px solid var(--light_gray);
	padding: 20px 0;
	font-size: 1.25em;
	font-family: 'proximanova-semibold', sans-serif;
	color: #384f5f; color: var(--dark_gray);
	text-align: right;
}

.summary .quantity:before {
	content: attr(class);
	display: block;
	font-family: 'proximanova-bold', sans-serif;
	color: #384f5f; color: var(--dark_gray);
	text-transform: capitalize;
}
.summary .quantity input {
	width: 100%;
	text-align: center;
	color: inherit;
}
.single_add_to_cart_button {
	width: 100%;
	margin: 1rem 0;
}







/* wc product galleries */
.single-product div.product .woocommerce-product-gallery {
	position: relative;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	z-index: 3;
}
/* figure element */
.woocommerce-product-gallery__wrapper {
	margin: 0 0 1em;	
}

.single-product div.product .woocommerce-product-gallery .flex-viewport {
	margin-bottom: 1em;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	content: "";
	display: table;
	table-layout: fixed;
	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;
}

.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.7966666667%;
}

.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-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: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}


.upsells,
.related {
	border-top: 1px solid var(--tan);
	
}

/* No slider, just make these sections scrollable? */
/*
.upsells .products,
.related .products {
	white-space: nowrap;
	overflow: auto;
	margin-left: -10px;
	margin-right: -20px;
}
.upsells .products > li,
.related .products > li {
	display: inline-block;
	vertical-align: top;
	width: 210px;
	white-space: normal;
	padding: 0 10px;
}
*/

/* this seems a little better */
.cross-sells {
	max-width: 100%;	
}
.upsells .products,
.related .products,
.cross-sells .products {
	display: flex;
  	flex-wrap: nowrap;
  	overflow: auto;
	margin: 0 -10px;
	-webkit-overflow-scrolling: touch;
}

.upsells .products > li,
.related .products > li,
.cross-sells .products > li {
	flex: 0 0 auto;
	padding: 0 10px;
	max-width: 25%;
	min-width: 210px;
}

/* test this though */
.upsells .products::-webkit-scrollbar,
.related .products::-webkit-scrollbar,
.cross-sells .products::-webkit-scrollbar {
    display: none;
}



/* wait for the flexslider to initialize before showing more than the first slide */
/*
.upsells .products > li {
	display: none;
}
.upsells .products > li:first-child {
	display: block;
}
.upsells .wc-flex-viewport .products > li {
	display: block;	
}

.related .products > li {
	display: none;
}
.related .products > li:first-child {
	display: block;
}
.related .wc-flex-viewport .products > li {
	display: block;	
}
*/



@media screen and (min-width: 37.5em) {
	/* 600px */

	.product .single-product-form {
		max-width: 570px;
		margin: 0 auto;	
	}
	

	.summary .product_title {
		font-size: 1.75em;
		line-height: 1.25;
		max-width: 420px;
	}
	.summary .price {
		font-size: 1.75em;
	}





}



@media screen and (min-width: 50em) {
	/* 800px */
	
	/* product images and summary now side-by-side */
	.product .single-product-form {
		max-width: 1024px;
		display: flex;
	}
	.product .woocommerce-product-gallery {
		width: 70%;
		padding-right: 20px;	
	}
	.product .summary {
		width: 30%;
		padding: 1em 20px;
	}
	
	.upsells,
	.related,
	.mod-product-infos {
		max-width: 1200px;
		margin: 0 auto;
		padding: 2rem 0;
	}
	
	.mod-product-info {
		display: flex;
		padding: 2rem 0;	
	}
	.mod-product-info-title {
		width: 33%;
		padding-left: 8.3333%;
	}
	.mod-product-info-content {
		width: 77%;
		padding-right: 8.3333%;
	}
	
	
}













/**
 * Checkout
 */

/* always show the coupon form (need to override .slideToggle() and .slideUp() inline styles) */
/*
.checkout_coupon {
	display: block !important;
	height: 100% !important;
	margin: 0 !important;
	padding: 1px 0 !important;
	position: static !important;
}
*/
/* this is now the container of the form elements used for styling because of all those damn importants :( */
.checkout-coupon {
	margin: 1em 0;
	padding: 20px;
	background: #fff;
	display: flex;	
}
.checkout-coupon p {
	margin: 0;
}
.checkout-coupon .form-row-first {
	flex-grow: 1;
}
.checkout-coupon button {
	white-space: nowrap;
	margin-left: 4px;
}









/**
 * Checkout
 */


body.woocommerce-checkout .entry-content > .woocommerce {
	display: block;
	width: 100%;
	padding-bottom: 1em;
	position: relative;
	
	min-width: 100%;
}

@media screen and (min-width: 768px) {
	.woocommerce-form-login .form-row-first,
	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}
	.woocommerce-form-login .form-row-last,
	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}
	.woocommerce-form-login .form-row-first,
	.col2-set .form-row-first,
	.woocommerce-form-login .form-row-last,
	.col2-set .form-row-last {
		width: 48.1%;
	}
	
	/* 4-15-19 added 3rd party recaptcha plugin */
	.anr_captcha_field {
		clear: both;	
	}
}

body.woocommerce-checkout form.woocommerce-form-login,
body.woocommerce-checkout form.checkout_coupon,
body.woocommerce-checkout #customer_details {
	background-color: white;
	padding: 20px;
	display: block !important;
	border-radius: 4px;
	width: 100%;
	position: relative;
}

body.woocommerce-checkout form.woocommerce-form-login p:first-of-type,
body.woocommerce-checkout form.checkout_coupon p:first-of-type {
	margin-top: 0;
}

body.woocommerce-checkout form.woocommerce-form-login p:last-of-type,
body.woocommerce-checkout form.checkout_coupon p:last-of-type {
	margin-bottom: 0;
}

body.woocommerce-checkout form.woocommerce-form-login strong,
body.woocommerce-checkout form.checkout_coupon p.coupon-toggle {
	color: #384f5f; color: var(--dark_gray);
	font-weight: bold;
}

body.woocommerce-checkout form.woocommerce-form-login input[type="submit"],
body.woocommerce-checkout form.woocommerce-form-login button[type="submit"] {
	margin-right: 20px;
}

p#order_comments_field {
	margin-bottom: 0;
}

#customer_details .woocommerce-billing-fields>h3 {
	margin: 0;
}

#billing_country_field strong,
#shipping_country_field strong {
	display: block;
	color: #384f5f; color: var(--dark_gray);
	margin-top: 5px;
}

#order_review_heading_wrap {
	background-color: white;
	border-radius: 4px 4px 0 0;
	padding: 20px 20px 15px 20px;
	margin-top: 1em;
	position: relative;
}

#order_review_heading_wrap h3 {
	margin: 0;
	line-height: 1;
}

#order_review_heading_wrap a {
	position: absolute;
	top: 20px;
	right: 20px;
	line-height: 18px;
}

/* 3-20-20 Not sure why this is being put here */
#order_review_heading_wrap .tribe-checkout-backlinks {
	display: none;
}	

#order_review .woocommerce-checkout-review-order-table {
	margin-top: 0;
}

#order_review .woocommerce-checkout-review-order-table,
#order_review .woocommerce-checkout-review-order-table tbody,
#order_review .woocommerce-checkout-review-order-table tfoot {
	display: block;
}

#order_review .woocommerce-checkout-review-order-table thead {
	display: none;
}

#order_review .woocommerce-checkout-review-order-table tbody {
	padding-bottom: 20px;
	background-color: white;
	border-radius: 0 0 4px 4px;
}

#order_review .woocommerce-checkout-review-order-table tr {
	display: flex;
	padding: 0 20px;
}

#order_review .woocommerce-checkout-review-order-table tbody td:first-child {
	width: calc(100% - 80px);
}

#order_review .woocommerce-checkout-review-order-table tbody td:last-child {
	width: 80px;
}

#order_review .woocommerce-checkout-review-order-table th {
	text-align: left;
	color: #384f5f; color: var(--dark_gray);
}

#order_review .woocommerce-checkout-review-order-table td:not(.product-name) {
	text-align: right;
}

#order_review .woocommerce-checkout-review-order-table tfoot {
	margin-top: 1em;
	padding: 20px 0;
	background-color: white;
	border-radius: 4px;
}

#order_review .woocommerce-checkout-review-order-table tr.order-total th,
#order_review .woocommerce-checkout-review-order-table tr.order-total td {
	padding-top: 15px;
	border-top: 1px solid #D8D8D8;
}

#order_review .woocommerce-checkout-review-order-table tfoot th:first-child,
#order_review .woocommerce-checkout-review-order-table tfoot td:first-child {
	width: 80px;
}

#order_review .woocommerce-checkout-review-order-table tfoot th:last-child,
#order_review .woocommerce-checkout-review-order-table tfoot td:last-child {
	width: calc(100% - 80px);
}

#order_review .woocommerce-checkout-review-order-table tr.order-total td strong {
	font-weight: normal;
}

#order_review .woocommerce-checkout-review-order-table #shipping_method {
	margin: 0;
	padding: 0;
	list-style: none;
}


/* 3-31-20 Added Tip field to checkout */
.mod-checkout-tip-fields {
	padding: 20px;
	background-color: white;
	margin: 1em 0 0 0;
	border-radius: 4px;
}

.mod-checkout-tip-fields h3 {
	margin-top: 0;
}
.mod-checkout-tip-fields p.form-row {
	margin: 0;
}


#radio_choice_field label {
	line-height: 34px;	
}


/* wc_form_field() just dumps these out as input, label */
#radio_choice_field label::after {
	content: "\A";
	white-space: pre;
}

/* Custom choice */
label[for="radio_choice_custom"] input {
	line-height: 24px;
	width: auto;
	padding: 0.25em 0.5em;
}


#payment {
	padding: 20px;
	background-color: white;
	margin: 1em 0 0 0;
	border-radius: 4px;
}

#payment .wc_payment_methods {
	padding: 0;
	margin: 0 0 1em 0;
	list-style: none;
}

#payment .wc_payment_methods li:first-child {
	margin-top: 0;
}

#payment .wc_payment_methods li .payment_method_title {
	display: inline-block;
	width: calc(100% - 50px);
}

#payment .wc_payment_methods li {
	padding: 0;
	margin: .25em 0;
}

.woocommerce input[type="checkbox"],
.woocommerce input[type="radio"] {
	position: relative;
	top: 0;
	left: -1000000px;
	left: -200vw;
	opacity: 0;
	height: 0;
	width: 0;
}

.woocommerce input[type="radio"]+*:before,
.woocommerce input[type="checkbox"]+*:before {
	content: ' ';
	font-size: 0;
	display: inline-block;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	border: 1px solid var(--coral);
	margin-right: 10px;
	vertical-align: baseline;
}

.woocommerce input[type="radio"]:checked+*:before,
.woocommerce input[type="checkbox"]:checked+*:before {
	background-color: #ff8872; background-color: var(coral);
}

body.woocommerce-checkout #place_order {
	display: block;
	width: 100%;
	max-width: 280px;
}

@media (min-width: 32em) {
	body.woocommerce-checkout form.woocommerce-form-login div.clear + .form-row {
		margin-bottom: 0;
	}
	
	body.woocommerce-checkout form.woocommerce-form-login .lost_password {
		position: absolute;
		bottom: 29px;
		right: 20px;
		margin-top: 0;
	}
	
	.checkout_coupon .form-row-first {
		float: left;
		margin: 0 3.8% 0 0;
		width: 61.1%
	}
	.checkout_coupon .form-row-last {
		float: right;
		margin: 0;
		width: 35%;
		text-align: right;
	}
	.checkout_coupon .form-row-last button,
	.checkout_coupon .form-row-last input[type="submit"] {
		width: 100%;
	}
	.checkout_coupon .clear {
		content: " ";
		font-size: 0;
		display: block;
		clear: both;
	}
}

@media (min-width: 48em) {
	body.woocommerce-checkout form.woocommerce-form-login,
	body.woocommerce-checkout form.checkout_coupon,
	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout #payment {
		padding: 30px;
	}
	
	body.woocommerce-checkout form.woocommerce-form-login .lost_password {
		bottom: 39px;
		right: 30px;
	}
	
	.checkout_coupon .form-row-first {
		width: 71.1%
	}
	
	.checkout_coupon .form-row-last {
		width: 25%;
	}
	
	#order_review_heading_wrap {
		padding: 30px 30px 15px 30px;
	}
	
	#order_review_heading_wrap a {
		top: 30px;
		right: 30px;
	}
	
	#order_review .woocommerce-checkout-review-order-table tr {
		padding: 0 30px;
	}
	
	#order_review .woocommerce-checkout-review-order-table tbody {
		padding-bottom: 30px;
	}
	
	#order_review .woocommerce-checkout-review-order-table tfoot {
		padding: 30px 0;
	}
}

@media (min-width: 64em) {
	body.woocommerce-checkout form.woocommerce-form-login,
	body.woocommerce-checkout form.checkout_coupon,
	body.woocommerce-checkout #customer_details,
	body.woocommerce-checkout #payment {
		padding: 40px;
		margin-bottom: 1.5em;
	}
	
	body.woocommerce-checkout form.woocommerce-form-login .lost_password {
		bottom: 49px;
		right: 40px;
	}
	
	#order_review_heading_wrap {
		padding: 40px 40px 15px 40px;
	}
	
	#order_review_heading_wrap a {
		top: 40px;
		right: 40px;
	}
	
	#order_review .woocommerce-checkout-review-order-table tfoot {
		margin-top: 1.5em;
	}
	
	#order_review .woocommerce-checkout-review-order-table {
		margin-bottom: 1.5em;
	}
	
	#order_review .woocommerce-checkout-review-order-table tr {
		padding: 0 40px;
	}
	
	#order_review .woocommerce-checkout-review-order-table tbody {
		padding-bottom: 40px;
	}
	
	#order_review .woocommerce-checkout-review-order-table tfoot {
		padding: 40px 0;
	}
	
	body.woocommerce-checkout .entry-content > .woocommerce > form {
		width: 66.666666666%;
	}
	
	#order_review_heading_wrap {
		position: absolute;
		top: 0;
		right: 0;
		width: 30%;
		margin-top: 0;
	}
	
	#order_review {
		position: absolute;
		top: 73px;
		right: 0;
		width: 30%;
	}
	
	.woocommerce-checkout .woocommerce > .woocommerce-notices-wrapper, /* 6-9-20 Added custom notice abou tminimum spend */
	.woocommerce-checkout .woocommerce > .woocommerce-error,
	.woocommerce-checkout .woocommerce > .woocommerce-info,
	.woocommerce-checkout .woocommerce > .woocommerce-message {
		width: 66.6666%;
		min-width: auto;
		margin: 1.5em 0;
	}
	
}





/**
 * General WooCommerce components
 */
/**
 * Header cart
 */
 
/* header cart widget */
.header-cart ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* link to cart that has total and item count */
.cart-contents {
	text-decoration: none;
	display: inline-block;
	margin: 10px 0 20px;
}
.cart-contents:before {
	content: attr(title);
	display: block;
	font-size: 1.25em;
	color: #384f5f; color: var(--dark_gray);	
}
.cart-contents .count:before {
	content: ' - ';	
}


.header-cart .widget_shopping_cart {
	margin: 0 -20px;	
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #d8d8d8;
	border-bottom: 1px solid var(--light_gray);
}

.mini_cart_item {
	font-size: 0.875em;
	line-height: 1.25;
	padding: 20px;
	border-top: 1px solid #d8d8d8;
	border-top: 1px solid var(--light_gray);	
}

.mini_cart_item:after {
	content: '';
	display: block;
	clear: both;	
}
.mini_cart_item .remove {
	float: right;
	margin-left: 1rem;
	margin-bottom: 0.5rem;
	font-size: 1.5em;
	color: #fff;
	background-color: #ff8872; background-color: var(coral);
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	border-radius: 4px; border-radius: var(--border_radius);
}

.mini_cart_item img {
	float: left;
	width: 90px;
	margin-right: 1em;
}
.mini_cart_item .quantity {
	display: block;
	margin-top: 0.25em;
	font-family: 'proximanova-semibold', sans-serif;
}


.widget_shopping_cart_content > p {
	padding: 0 20px;
}


/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	font-size: 1em;
	width: 5.3em;
	font-family: 'star';
	font-weight: 400;
}

.star-rating:before {
	content: "\53\53\53\53\53";
	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: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: royalblue;
}

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: .25;
}

p.stars a:hover ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars:hover a:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active:before {
	content: "\53";
	color: royalblue;
	opacity: 1;
}

p.stars.selected a.active ~ a:before {
	content: "\53";
	color: #404040;
	opacity: .25;
}

p.stars.selected a:not(.active):before {
	content: "\53";
	color: royalblue;
	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: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * 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;
}

/**
 * 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: red;
}

/**
 * Notices
 */
.woocommerce-notices-wrapper {
	width: 100%;	
}
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	margin: 20px auto 0;
	max-width: 1200px;
	min-width: 100%;
	padding: 10px 20px;
	line-height: 1.25;
	border: 5px solid rgba(0,0,0,0.15);
	border-radius: 4px; border-radius: var(--border_radius);
	color: #fff;
	background-color: #0f834d; /* green */
	clear: both;
}

/* notice above billing fields on checkout form */
.woocommerce-NoticeGroup-checkout {
	margin-bottom: 1em;	
}

.single-product .woocommerce-message,
.single-product .woocommerce-info,
.single-product .woocommerce-error {
	min-width: auto;
	margin-left: 20px;
	margin-right: 20px;
}

/* don't show empty messages (they might get filtered to empty string, like on the coupon form at checkout) */
.woocommerce-message:empty,
.woocommerce-info:empty,
.woocommerce-error:empty {
	display: none;	
}

@media only screen and (min-width: 1240px){
	.single-product .woocommerce-message,
	.single-product .woocommerce-info,
	.single-product .woocommerce-error {
		margin-left: auto;
		margin-right: auto;
	}
}
.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3D9CD2; /* ?blue */
}
.woocommerce-error {
	list-style: none;
	background-color: #e2401c; /* red */
}
.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button,
.woocommerce-noreviews .button,
p.no-comments .button {
	float: right;
	padding: 0;
	background: none;
	background-color: transparent;
	margin-left: 1.5em;
}

.woocommerce-error a {
	color: inherit !important;	
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
	
	z-index: 8;
	background-color: #ff8872; background-color: var(coral);
	color: #fff;
}

@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;
	}
	*/
	
}

/**
 * WooCommerce widgets
 */
/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_label {
	padding: 0.5em 0;	
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	/*line-height: 2.4em;*/
}

.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: #c03c24;
	box-sizing: border-box;
	border-radius: 4px; border-radius: var(--border_radius);
	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 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: #e06048;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}



/* active filters widget */
.widget_layered_nav_filters ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

li.chosen a:before {
	font-family: 'mikesorganic' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\f00d";
	display: inline-block;
	margin-right: 4px;
	color: #c03c24;	
}

.woocommerce-remove-coupon {
	color: #c03c24;;
}


/* 2020 Order confirmation page adjustments */

body.woocommerce-checkout.woocommerce-order-received .entry-content > .woocommerce {
    background-color: #FFF;
    border-radius: 4px;
    border-radius: var(--border_radius);
    margin: 2em 0;
    padding: 2em;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order h2 {
    border-bottom: 1px solid #d8d8d8;
    border-bottom: 1px solid var(--light_gray);
    margin: 0 0 1em;
    padding: 0.5em 0;
}

body.woocommerce-checkout.woocommerce-order-received p.woocommerce-thankyou-order-received, body.woocommerce-checkout.woocommerce-order-received .woocommerce-order > ul li, body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details th {
    color: #384F5E;
    color: var(--dark_gray);
    font-family: 'proximanova-semibold',sans-serif;
    list-style: none;
}

body.woocommerce-checkout.woocommerce-order-received p.woocommerce-thankyou-order-received span {
    display: block;
    margin-bottom: 0.5em;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order > ul {
    padding-left: 0;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-order > ul li strong {
    color: #929da1;
    color: var(--text_gray);
    font-family: 'proximanova-regular', sans-serif;
    font-family: var(--font_normal, 'proximanova-regular', sans-serif);
    margin-left: 0.25em;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details {
    text-align: left;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details address {
    font-style: normal;
}

body.woocommerce-checkout.woocommerce-order-received .woocommerce-customer-details address p {
    margin: 0;
}


@media (min-width: 48em) {

    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order {
        display: flex;
        flex-wrap: wrap;
    }

    body.woocommerce-checkout.woocommerce-order-received .woocommerce-order > * {
        width: calc(50% - 3em);
        margin: 1.5em;
    }

    body.woocommerce-checkout.woocommerce-order-received .woocommerce-table--order-details {
        margin-bottom: 0;
    }
    
}




















