/*
Theme Name: Dan

WooCommerce styles override
*/

.woocommerce img {
	vertical-align: bottom;
}

.woocommerce del {
	display: inline-block;
	opacity: .5;
}

.woocommerce ins {
	display: inline-block;
	text-decoration: none;
}

/**
 * Clearings
 */
.woocommerce::after,
.woocommerce-tabs #reviews li.comment::after,
.woocommerce-tabs #reviews li.review::after,
.woocommerce .cart-collaterals::after,
.woocommerce-pagination::after,
.product_list_widget li::after {
	content: "";
    clear: both;
    display: block;
}

/**
 * Breadcrumb
 */
.woocommerce-breadcrumb {
	margin-bottom: 20px;
}

.woocommerce-breadcrumb ol {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-breadcrumb li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 13px;
	font-size: .8125rem;
}

.woocommerce-breadcrumb li:last-child {
	display: none;
}

.woocommerce-breadcrumb li:not(:last-child)::after {
	margin-left: 5px;
	margin-right: 5px;
	content: '/';
	opacity: .3;
}

.woocommerce-breadcrumb a {
	display: block;
	color: inherit;
	font-size: 13px;
	text-decoration: none;
}

.woocommerce-breadcrumb a:hover,
.woocommerce-breadcrumb a:focus {
	opacity: .8;
}

@media screen and (min-width: 768px) {
	.woocommerce-breadcrumb li:last-child {
		display: inline-block;
		opacity: .6;
	}
}

/**
 * Pagenation
 */
.woocommerce-pagination {
    margin-top: 30px;
	text-align: center;
}

.woocommerce-pagination ul.page-numbers {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce .woocommerce-pagination ul.page-numbers li,
.woocommerce-page .woocommerce-pagination ul.page-numbers li {
	display: inline-block;
}

.woocommerce-pagination .next.page-numbers,
.woocommerce-pagination .prev.page-numbers,
.woocommerce-pagination a.page-numbers,
.woocommerce-pagination span.page-numbers {
	padding: 6px 12px;
	border-radius: 3px;
	color: inherit;
	text-decoration: none;
}

.woocommerce-pagination ul.page-numbers:hover,
.woocommerce-pagination ul.page-numbers:focus {
	background-image: none;
}

/**
 * Shop tables
 */
table.shop_table th,
table.shop_table td,
table.shop_table_responsive th,
table.shop_table_responsive td,
table.group_table th,
table.group_table td {
	border: 0;
}

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[data-title]::before {
	content: attr(data-title) ": ";
	float: right;
}

table.shop_table_responsive tr td.product-remove a {
	font-size: 1.125em;
	text-align: right;
}

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;
}

@media screen and (min-width: 768px) {
	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: right;
	}
	table.shop_table_responsive tr td {
		display: table-cell;
	}
	table.shop_table_responsive tr td:before {
		display: none;
	}
}

/**
 * Products
 */
.woocommerce-result-count {
	float: right;
	margin-top: 0;
}

.woocommerce-ordering {
	float: left;
	margin-bottom: 20px;
}

ul.products {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}

ul.products li.product {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	width: 48.1%;
	margin-left: 3.8%;
	margin-bottom: 2.5em;
}

ul.products li.product:nth-child(2n) {
	margin-left: 0;
}

ul.products li.product .woocommerce-LoopProduct-link {
	display: block;
	color: inherit;
	text-decoration: none;
}

ul.products li.product .woocommerce-LoopProduct-link:hover,
ul.products li.product .woocommerce-LoopProduct-link:focus {
	opacity: .8;
}

ul.products li.product .woocommerce-loop-product__title {
	margin: 10px 0;
	padding-bottom: 0;
	border-bottom: 0;
	font-size: 1rem;
}

ul.products li.product img {
	display: block;
	vertical-align: bottom;
}

ul.products li.product .button,
ul.products li.product .added_to_cart {
	display: block;
	margin: 10px 5px 0;
	text-align: center;
}

ul.products li.product .button:hover,
ul.products li.product .button:focus {
	color: inherit;
}

ul.products li.product .button.loading {
	opacity: .5
}

ul.products li.product .added_to_cart,
.widget a.button.checkout {
	background-color: #424242;
	color: #fff;
}

@media screen and (min-width: 768px) {
	ul.products li.product {
		width: 30.7966666667%;
	}
	
	ul.products li.product:nth-child(2n) {
		margin-left: 3.8%;
	}

	ul.products li.product.last {
		margin-left: 0;
	}

	.columns-1 ul.products li.product {
		width: 100%;
	}
	.columns-2 ul.products li.product {
		width: 48.1%;
	}
	.columns-3 ul.products li.product {
		width: 30.7966666667%;
	}
	.columns-4 ul.products li.product {
		width: 22.15%;
	}
	.columns-5 ul.products li.product {
		width: 16.96%;
	}
	.columns-6 ul.products li.product {
		width: 13.4933333333%;
	}
}

/**
 * Single Product
 */

.single-product div.product {
	content: "";
	display: table;
	table-layout: fixed;
	position: relative;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	margin-bottom: 30px;
}

.single-product div.product .woocommerce-product-gallery img {
    display: block;
    width: 100%;
    height: auto;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	left: 1em;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__wrapper {
	margin: 0;
	padding: 0;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__image a {
	display: block;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	margin: 0;
	padding: 0;
	list-style: none;
}

.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
	-webkit-box-flex: 0;
	-ms-flex: none;
	flex: none;
	cursor: pointer;
}

.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: 50%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-3 .flex-control-thumbs li {
	width: 33.3333333333%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-4 .flex-control-thumbs li {
	width: 25%;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li {
	width: 20%;
}

.single-product div.product .product_title {
	margin-top: 0;
}

.single-product div.product table.variations {
	table-layout: fixed;
	margin: 0;
}

.single-product div.product table.variations td,
.single-product div.product table.variations th {
	display: list-item;
    padding: 0;
    list-style: none;
    background-color: transparent;
	border: 0;
}

.single-product div.product table.variations label {
	margin-bottom: 5px;
}

.single-product div.product table.variations .value {
	margin-bottom: 20px;
}

.single-product div.product table.variations select {
	max-width: 70%;
	vertical-align: middle;
}

.single-product div.product .product_meta {
	margin-top: 20px;
}

.single-product div.product .product_meta > span {
	display: block;
}

.single-product form.cart .quantity {
	display: inline-block;
	margin-left: 10px;
}

.single-product form.cart .quantity input {
	width: 5em;
}

.single-product td.woocommerce-grouped-product-list-item__label label {
	font-size: 1em;
}

a.reset_variations {
	display: inline-block;
	margin-right: 10px;
}

a.reset_variations::before {
	content: "\f021";
	display: inline-block;
	margin-left: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
}

.stock:empty:before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

@media screen and (min-width: 768px) {
	.single-product div.product .woocommerce-product-gallery {
		float: right;
		width: 46%;
	}

	.single-product .summary {
		float: left;
		width: 46%;
		clear: none;
	}
}

/**
 * Cart
 */
.woocommerce-cart-form img {
	display: block;
	max-width: 46px;
    height: auto;
}

.woocommerce-cart-form .quantity input {
	width: 4em;
}

.woocommerce-cart-form .actions {
	text-align: left;
}

.woocommerce-cart-form .actions .coupon label {
	display: none;
}

.woocommerce-cart-form .button {
	margin-top: 20px;
}

.wc-proceed-to-checkout {
	text-align: left;
}

.woocommerce-shipping-calculator > p:first-child a::before {
	content: "\f0d1";
	display: inline-block;
	margin-left: 5px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
}

@media screen and (min-width: 768px) {
	.woocommerce-cart-form .actions .coupon {
		display: flex;
		align-items: center;
	}
	
	.woocommerce-cart-form .actions .input-text {
		margin-left: 10px;
	}

	.woocommerce .cart-collaterals .cart_totals {
		float: left;
		width: 64%;
	}
}


/**
 * Checkout
 */
form.checkout_coupon p.form-row-last {
	text-align: left;
}

.select2-container--default .select2-selection--single {
	border-color: #e0e0e0;
}

#ship-to-different-address {
	padding-right: 0;
    border-right: 0;
}

#ship-to-different-address label {
	color: inherit;
	font-size: inherit;
}

.wc_payment_methods.payment_methods.methods {
	padding: 0;
	list-style: none;
}

.wc_payment_methods.payment_methods.methods li p {
	margin-top: 0;
}

.wc_payment_methods.payment_methods.methods li label,
.place-order .woocommerce-form__label-for-checkbox {
	display: inline-block;
	font-size: 1em;
}

.wc_payment_method>label:first-of-type img {
    margin-right: 10px;
    max-height: 24px;
    max-width: 200px;
}

.woocommerce-terms-and-conditions {
	padding: 15px;
	background-color: rgba(66, 66, 66, .05);
	border: solid 1px #eee;
	border-radius: 3px;
}

.place-order button#place_order {
	display: block;
	margin-right: auto;
	font-size: 1em;
}

ul.woocommerce-thankyou-order-details {
	margin: 20px 0;
	padding: 10px 15px;
	list-style: none;
	background: rgba(33, 33, 33, .05);
}

ul.woocommerce-thankyou-order-details li {
	padding: 10px;
}

ul.woocommerce-thankyou-order-details li strong {
	display: block;
    font-size: 1em;
}

@media screen and (min-width: 768px) {
	.col2-set {
		display: flex;
		justify-content: space-between;
	}
	
	.col2-set .col-1,
	.col2-set .col-2 {
		flex: none;
		width: 46%;
	}
	
	.col2-set .form-row-first {
		float: right;
		margin-left: 3.8%;
	}
	.col2-set .form-row-last {
		float: left;
		margin-left: 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;
	list-style: none;
	content: "";
	display: table;
	table-layout: fixed;
}

.site-header-cart .cart-contents {
	position: relative;
	display: block;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}

.site-header-cart .cart-contents::after {
	content: "\f291";
	display: inline-block;
	margin-right: 15px;
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	line-height: inherit;
	vertical-align: baseline;
	height: 1em;
	float: left;
}

.site-header-cart .cart-contents .count {
	font-weight: 400;
	opacity: .9;
	font-size: .875em;
}

.woocommerce-active .site-header-cart {
	-ms-grid-column: 2;
	-ms-grid-row: 2;
	-ms-grid-column-align: end;
	-ms-grid-row-align: end;
	grid-column-start: 2;
	grid-row-start: 2;
	justify-self: end;
	align-self: end;
	z-index: 10;
}

@media screen and (min-width: 768px) {
	.woocommerce-active .site-header-cart {
		-ms-grid-column: 4;
		-ms-grid-row: 2;
		grid-column-start: 4;
		grid-row-start: 2;
		width: 200px;
	}

	.site-header-cart .cart-contents span {
		display: inline;
	}

	.site-header-cart .cart-contents .amount {
		margin-left: 5px;
	}
	
	.site-header-cart .widget_shopping_cart .product_list_widget li a.remove {
		position: absolute;
		top: 0;
		right: 0;
		text-decoration: underline;
	}
}

.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;
}

@media screen and (min-width: 768px) {
	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		right: -999em;
		display: block;
		margin: 0;
		padding: 10px;
		background-color: #fafafa;
		border-radius: 3px;
		-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
		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 {
		right: 0;
		display: block;
	}
}

/**
 * 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: right;
	top: 0;
	right: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: right;
	top: 0;
	right: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span:before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	right: 0;
	color: royalblue;
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-left: 1px;
	font-weight: 400;
}

p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	right: 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;
}

/* Sale */

.onsale {
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    padding: .5em 1em;
	background-color: #424242;
	color: #f5f5f5;
	font-size: 13px;
	font-weight: 700;
    text-transform: uppercase;
    line-height: 1;
	z-index: 2;
}

/**
 * Tabs
 */
.woocommerce-tabs {
	margin-top: 30px;
	clear: both;
}

.woocommerce-tabs ul.tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 0 30px;
	padding: 0;
	list-style: none;
	border-bottom: solid 1px #eee;
}

.woocommerce-tabs ul.tabs li {
	margin-bottom: -1px;
}

.woocommerce-tabs ul.tabs li.active a {
	border-color: #eee #eee #fff;
	color: inherit;
}

.woocommerce-tabs ul.tabs li a {
	padding: 10px 15px 8px;
	display: block;
	border: solid 1px transparent;
	border-radius: 3px 3px 0 0;
	text-align: center;
	text-decoration: none;
}

.woocommerce-tabs .panel h2 {
	margin-top: 0
	padding-bottom: 0;
	border-bottom: 0;
}

.woocommerce-tabs .panel #comments {
	padding-top: 0;
}

.woocommerce-tabs #reviews .commentlist {
	padding: 0;
}

.woocommerce-tabs #reviews li.comment,
.woocommerce-tabs #reviews li.review {
	margin-bottom: 40px;
}

.woocommerce-tabs #reviews li.comment .avatar,
.woocommerce-tabs #reviews li.review .avatar {
	float: right;
	margin-left: 20px;
	max-height: 46px;
	width: auto;
}

.woocommerce-tabs #reviews li p.meta {
	margin-top: 5px;
	font-size: 13px;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: left;
}

.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 {
	-webkit-box-shadow: inset -2px 0 0 #0f834d;
	box-shadow: inset -2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	-webkit-box-shadow: inset -2px 0 0 #e2401c;
	box-shadow: inset -2px 0 0 #e2401c;
}

.required {
	color: red;
}

.form-row .woocommerce-form__label-for-checkbox {
	margin-top: 10px;
}

/**
 * Notices
 */
.woocommerce-error,
.woocommerce-info,
.woocommerce-message,
.woocommerce-noreviews,
p.no-comments {
	background-color: #0f834d;
	margin: 0 0 30px;
	padding: 15px;
	border-radius: 3px;
	list-style: none;
	color: #fff;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #3D9CD2;
}

.woocommerce-error {
	background-color: #e2401c;
}

.woocommerce-error a,
.woocommerce-info a,
.woocommerce-message a {
	color: inherit;
}

.woocommerce-error a:hover,
.woocommerce-info a:hover,
.woocommerce-message a:hover,
.woocommerce-error a:focus,
.woocommerce-info a:focus,
.woocommerce-message a:focus {
	opacity: .8;
}

.woocommerce-error .button,
.woocommerce-info .button,
.woocommerce-message .button {
	margin-left: 15px;
	padding: 5px 10px;
	background-color: transparent;
	border: solid 1px currentColor;
	line-height: inherit;
}

.demo_store {
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	margin: 0;
	padding: 1em;
	background-color: #3D9CD2;
	z-index: 9999;
}

/**
 * WooCommerce widgets
 */
.widget_shopping_cart .product_list_widget li {
	position: relative;
	padding-right: 2em;
}

.widget_shopping_cart .product_list_widget li a.remove {
	position: absolute;
	top: 0;
	right: 0;
	text-decoration: underline;
}

.product_list_widget li > a {
	display: block;
}

.product_list_widget li img {
	max-width: 2.617924em;
	float: left;
}

.product_list_widget .quantity,
.product_list_widget .amount,
.product_list_widget .reviewer{
	opacity: .9;
	font-size: .875rem;
}

.widget .wc-forward {
	display: block;
	color: inherit;
	text-align: center;
}

.widget .wc-forward + .wc-forward {
	margin-top: 10px;
}

.widget_rating_filter .wc-layered-nav-rating a {
	display: flex;
	align-items: center;
}

.widget_rating_filter .wc-layered-nav-rating .star-rating {
	display: inline-block;
	margin-left: 5px;
    height: 1em;
    line-height: 1;
}

/* Search form widget */
.woocommerce-product-search {
	position: relative;
}

.woocommerce-product-search input[type="search"].search-field {
	width: calc(100% - 4.5rem);
}

.woocommerce-product-search [type="submit"] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    min-width: 4rem;
    min-height: 2rem;
    font-size: 14px;
}

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: left;
	line-height: 2.4em;
}

.widget_price_filter .price_slider_amount .button {
	float: right;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: right;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	width: 1em;
	height: 1em;
	margin-top: -.25em;
	background-color: royalblue;
	border-radius: 1em;
	box-sizing: border-box;
	cursor: ew-resize;
	outline: none;
	opacity: 1;
	z-index: 2;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-right: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover, .widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	-webkit-box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	display: block;
	background-color: royalblue;
	border: 0;
	border-radius: 1em;
	z-index: 1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background-color: rgba(0, 0, 0, 0.1);
	border-radius: 1em;
}

.widget_price_filter .ui-slider-horizontal {
	height: .5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/**
 * MyAccount
 */

.woocommerce-account .woocommerce-MyAccount-navigation {
	margin-bottom: 30px;
}

.woocommerce-account .woocommerce-MyAccount-navigation ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li {
	position: relative;
	border-bottom: solid 1px #eee;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a {
	display: block;
	padding: 10px;
	color: inherit;
	text-decoration: none;
}

.woocommerce-account .woocommerce-MyAccount-navigation li a::before {
    display: inline-block;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    content: "\f15c";
    line-height: 1.6;
    margin-left: 10px;
    width: 1.5em;
    text-align: center;
    opacity: 0.25;
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--dashboard a::before {
	content: "\f3fd";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--orders a::before {
    content: "\f291";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--downloads a::before {
    content: "\f1c6";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-address a::before {
    content: "\f015";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--edit-account a::before {
    content: "\f007";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.woocommerce-MyAccount-navigation-link--customer-logout a::before {
    content: "\f2f5";
}

.woocommerce-account .woocommerce-MyAccount-navigation li.is-active a::before,
.woocommerce-account .woocommerce-MyAccount-navigation li a:hover::before,
.woocommerce-account .woocommerce-MyAccount-navigation li a:focus::before {
	opacity: 1;
}

@media screen and (min-width: 768px) {
	.woocommerce-account .woocommerce-MyAccount-navigation {
		float: right;
		width: 35%;
	}
	
	.woocommerce-account .woocommerce-MyAccount-content {
		float: left;
		width: 60%;
	}
}

/**
 * Custom color
 */

.colors-blue-gray ul.products li.product .added_to_cart,
.widget a.button.checkout,
.colors-blue-gray .onsale {
	background: #37474f;
}

/**
 * Theme Layout
 */

@media screen and (min-width: 768px) {
	.dan-front-page.post-type-archive-product.woocommerce-active #primary {
		-ms-grid-column-span: 1;
    	grid-column-end: 3;
	}
}
