/*
 ************************************************************
 * WOOCOMMERCE
 ************************************************************
 * ----------------------------------------------------------
 * GLOBAL
 * ----------------------------------------------------------
 * 
 * ELEMENT
 */

#top .woocommerce
{
	font-size: 16px;
}

#top.woocommerce h2
{
	margin-bottom: var(--size-m);
}

#top.woocommerce .price,
#top.woocommerce .price span
{
	line-height: 32px;
	font-weight: 500;
	font-size: 20px;
}

#top .woocommerce form,
#top .woocommerce select
{
	width: 100%;
}

#top .woocommerce address,
#top .woocommerce address p
{
	margin: 0;
	line-height: 24px;
}

#top .woocommerce a.button
{
	margin: 0;
}

#top .woocommerce .button
{
	float: none;
	display: block;
}

@media only screen and (max-width: 640px)
{
	.responsive #top .woocommerce .button
	{
		width: 100%;
	}
}

/*
 * ----------------------------------------------------------
 * TABLE
 * ----------------------------------------------------------
 * 
 * CELLS
 */

#top .shop_attributes th
{
	vertical-align: top;
}

#top .shop_table thead,
#top .shop_table:not(.woocommerce-orders-table, .woocommerce-table--order-details) th
{
	display: none !important;
}

#top .shop_table,
#top .shop_table tr
{
	background-color: transparent;
}

#top .shop_table
{
	margin: 0;
}

#top .shop_table th,
#top .shop_table td
{
	vertical-align: middle;
	padding: var(--size-s);
	font-size: 16px;
}

#top .shop_table td:not(:first-child)
{
	text-align: right;
}

#top .shop_table td.product-name,
#top .shop_table td.product-total,
#top .shop_table td.product-subtotal > span
{
	font-weight: 600;
	font-size: 18px;
	color: var(--color-cvi-1);
}

#top .shop_table td.product-name
{
	text-align: left;
}

#top .shop_table td.product-total
{
	text-align: right;
}

#top .shop_table tfoot tr:not(:last-child) td
{
	line-height: 0;
	font-size: 0;
}

#top .shop_table tfoot td > span,
#top .shop_table tfoot td > small,
#top .shop_table tfoot tr:last-child td
{
	line-height: 18px;
	font-weight: 300;
	font-size: 16px;
}

#top .shop_table tfoot td small
{
	font-size: 14px;
}

/* 
 * CART ITEM
 */

@media only screen and (max-width: 989px)
{
	.responsive #top .shop_table tr.cart_item
	{
		background-color: var(--color-lightgray-1);
	}

	.responsive #top .shop_table tr.cart_item td
	{
		padding: var(--size-xs);
	}

	.responsive #top .shop_table tr.cart_item .product-remove
	{
		padding: 0;
	}

	.responsive #top .shop_table tr.cart_item .product-remove a
	{
		position: absolute;
		top: var(--size-s);
		right: var(--size-s);
	}

	.responsive #top .shop_table tr.cart_item .product-name
	{
		padding: var(--size-l) var(--size-s);
		padding-bottom: 0;
	}

	.responsive #top .shop_table tr.cart_item .product-total,
	.responsive #top .shop_table tr.cart_item .product-subtotal
	{
		display: flex;
		padding-bottom: var(--size-l);
	}

	.responsive #top .shop_table tr.cart_item .product-total > span,
	.responsive #top .shop_table tr.cart_item .product-subtotal > span
	{
		margin: 0 auto;
	}
}

/* 
 * ORDER TOTAL
 */

#top .shop_table .order-total td
{
	text-align: center;
	border: none;
	background-color: var(--color-cvi-2);
	color: var(--color-white);
}

#top .shop_table .order-total strong
{
	line-height: normal;
	font-weight: 500;
	font-size: 40px;
	color: var(--color-white) !important;
}

#top .shop_table .order-total small
{
	font-weight: 400;
	font-size: 14px;
	display: block;
	opacity: .6;
	clear: both;
}

/* 
 * VARIATION
 */

#top .shop_table .variation
{
	display: flex;
	flex-direction: row;
	grid-gap: var(--size-xs);
}

@media only screen and (max-width: 989px)
{
	.responsive #top .shop_table .variation
	{
		justify-content: center;
	}
}

#top .shop_table .variation dt
{
	display: none;
}

#top .shop_table .variation dt,
#top .shop_table .variation dd
{
	margin: 0;
	line-height: 1.6;
	font-weight: 300;
	font-size: 14px;
	color: var(--color-cvi-1-dark);
}

/*
 * ----------------------------------------------------------
 * WOOCOMMERCE-NOTICES
 * ----------------------------------------------------------
 * 
 * FORM-ROW
 */

#top .woocommerce-info
{
	border: none;
}

@media only screen and (max-width: 640px)
{
	.responsive #top .woocommerce-error li,
	.responsive #top div.woocommerce-message
	{
		font-size: 14px;
	}
}

/* 
 * ERROR
 */

#top .woocommerce-error
{
	padding: var(--size-l);
	outline: none !important;
}

#top .woocommerce-error li
{
	margin-left: 0;
}

/* 
 * MESSAGE
 */

#top div.woocommerce-message
{
	display: flex;
	justify-content: space-between;
	padding: var(--size-l);
	border-radius: 0;
	background-color: var(--color-lightgray-1);
	border: none;
	color: var(--color-cvi-1-dark);
	outline: none !important;
}

#top div.woocommerce-message a.button
{
	order: 1;
	position: relative;
	top: 0;
	right: 0;
	float: none;
	width: auto !important;
	margin: 0;
	padding-top: var(--size-s);
	padding-bottom: var(--size-s);
	background-color: transparent;
	border-color: var(--color-cvi-1);
	color: var(--color-cvi-1);
}

#top div.woocommerce-message a.button:hover
{
	background-color: var(--color-cvi-2);
	border-color: var(--color-cvi-2);
	color: var(--color-white);
}

@media only screen and (max-width: 640px)
{
	.responsive #top div.woocommerce-message
	{
		flex-direction: column;
	}
	.responsive #top div.woocommerce-message a.button
	{
		margin-top: var(--size-l);
	}
}

/*
 * ----------------------------------------------------------
 * FORM
 * ----------------------------------------------------------
 * 
 * ROW
 */

#top .woocommerce .form-row
{
	padding: 0;
	margin-bottom: var(--size-s);
}

#top .woocommerce .form-row-first,
#top .woocommerce .form-row-last
{
	width: calc(50% - var(--size-xs));
}

@media only screen and (max-width: 640px)
{
	.responsive #top .woocommerce .form-row
	{
		width: 100%;
	}
}

/* 
 * ELEMENT
 */

#top .woocommerce .form-row textarea,
#top .woocommerce .form-row input.input-text
{
	font-family: var(--font-body);
	font-weight: 300;
	font-size: 16px;
	padding: 12px;
	background: none;
}

#top .woocommerce .form-row label
{
	margin-bottom: 8px;
	font-size: 14px;
}

#top .woocommerce .form-row .woocommerce-invalid-required-field input
{
	border-color: var(--color-error) !important;
}

#top .woocommerce .form-row .select2-container--default .select2-selection--single
{
	height: 46px;
	background-color: var(--color-white);
	border: 1px solid var(--color-lightgray-2);
	border-radius: 0;
}

#top .woocommerce .form-row .select2-container--default .select2-selection--single .select2-selection__rendered
{
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	line-height: 46px;
	color: var(--color-cvi-1-dark);
}

/* 
 * PASSWORD
 */

#top .woocommerce form .password-input
{
	position: relative;
	display: block;
}

#top .woocommerce form .show-password-input
{
	position: absolute;
	right: 12px;
	top: 50%;
	width: var(--size-m);
	height: var(--size-m);
	padding: 0;
	transform: translateY(-50%);
	background: none;
	border: none;
	cursor: pointer;
}

#top .woocommerce form .show-password-input::after
{
	content: "👁";
	font-size: 18px;
}

#top .woocommerce form .show-password-input.display-password::after
{
	content: "👁";
}

/*
 ************************************************************
 * WOOCOMMERCE-PRODUCTS
 ************************************************************
 * ----------------------------------------------------------
 * GLOBAL
 * ----------------------------------------------------------
 * 
 * COLS
 */

#top .products.columns-2
{
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	grid-gap: var(--size-xl);
}

@media only screen and (max-width: 1079px)
{
	.responsive #top .products.columns-2
	{
		grid-template-columns: repeat(1, minmax(0, 1fr));
		grid-gap: var(--size-l);
	}
}

/*
 * BLOCKS
 */

#top .products .thumbnail_container
{
	width: 240px;
}

#top .products .inner_product_header
{
	width: calc(100% - 260px);
	padding: 0;
	text-align: left;
}

/*
 * ----------------------------------------------------------
 * PRODUCT
 * ----------------------------------------------------------
 * 
 * WRAP
 */

#top .products .product
{
	width: 100% !important;
	margin: 0 !important;
	background-color: var(--color-lightgray-1);
}

#top .products .product .inner_product
{
	transition: all 0.3s ease;
}

#top .products .product:hover .inner_product
{
	padding: 10px;
	margin: -10px;
	box-shadow: 0 8px 16px rgba(0,0,0,0.1);
}

/*
 * TITLE
 */

#top .products .product h2
{
	font-family: var(--font-body);
	font-weight: 600 !important;
	font-size: 22px;
	text-transform: none !important;
	padding: 0;
	width: 70%;
}

/*
 * PRICE
 */

#top .products .product span.price
{
	display: block;
	margin-top: 10px;
}

#top.home .products .product span.price
{
	display: none;
}

/*
 * CONTENT
 */

#top .products .product a
{
	display: flex;
	align-items: center;
	padding: var(--size-m);
}

#top .products .product p
{
	margin-top: var(--size-m);
	font-size: 16px;
	color: var(--color-cvi-1-dark);
}

@media only screen and (max-width: 767px)
{
	.responsive #top .products .product a
	{
		flex-direction: column;
		padding-bottom: var(--size-xl);
	}
	.responsive #top .products .product a > div
	{
		width: 100%;
		text-align: center;
	}
	.responsive #top .products .product a h2
	{
		margin: 0 auto;
	}
}

@media only screen and (min-width: 768px)
{
	.responsive #top .products .product a
	{
		grid-gap: var(--size-m);
	}
}

/*
 * RELATED
 */

#top.woocommerce-page .related.products > h2,
#top.woocommerce-page .upsells.products > h2
{
	margin-bottom: 0;
	text-align: center;
	font-size: revert;
}

#top.woocommerce-page .related.products .products,
#top.woocommerce-page .upsells.products .products
{
	margin-top: 50px;
}

/*
 ************************************************************
 * WOOCOMMERCE-SINGLE
 ************************************************************
 * ----------------------------------------------------------
 * GLOBAL
 * ----------------------------------------------------------
 * 
 * FLEX
 */

#top.single-product .variations_form,
#top.single-product .variations_form > div,
#top.single-product .single_variation_wrap,
#top.single-product .woocommerce-variation-add-to-cart,
#top.single-product .template-shop div.product div.summary
{
	display: flex;
	flex-direction: column;
	grid-gap: var(--size-m);
	padding-bottom: 0px;
}

#top.single-product .template-shop
{
	padding-top: 0;
}

#top.single-product .single_variation_wrap,
#top.single-product .variations_form > table
{
	margin: 0;
}

#top.single-product .variations_form > table tr:not(:last-child) select
{
	margin-bottom: var(--size-xs);
}

/* 
 * IMAGE
 */

@media only screen and (max-width: 1079px)
{
	.responsive #top.single-product .single-product-main-image
	{
		width: 100%;
		margin: 0 var(--size-l) 0 0;
	}
}

/* 
 * SUMMARY
 */

#top.single-product .template-shop div.product div.summary > *
{
	margin: 0;
}

#top.single-product .template-shop div.product div.summary .product_title
{
	font-size: 32px;
	text-transform: none;
}

@media only screen and (max-width: 1079px)
{
	.responsive #top.single-product .template-shop div.product div.summary .product_title
	{
		font-size: 27px;
	}
}

/* 
 * VARIATIONS
 */

#top.single-product .variations_form
{
	padding: 0;
	border: none;
	border-radius: 0;
	background-color: transparent;
}

#top.single-product .variations_form .price,
#top.single-product .variations_form .price span
{
	font-size: 36px;
}

#top.single-product .variations_form td.value
{
	padding: 0;
}

#top.single-product .variations_form .button
{
	max-width: 240px;
}

@media only screen and (max-width: 640px)
{
	.responsive #top.single-product .variations_form .button
	{
		max-width: 100%;
	}
}

/* 
 * TABS
 */

#top.single-product div.product .woocommerce-tabs
{
	padding-top: var(--size-xl);
	margin-bottom: 0;
}

#top.single-product div.product .woocommerce-tabs table,
#top.single-product div.product .woocommerce-tabs table tr
{
	background: none;
}

#top.single-product div.product .woocommerce-tabs table
{
	margin: 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: var(--color-lightgray-2);
}

#top.single-product div.product .woocommerce-tabs table tr
{
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

#top.single-product div.product .woocommerce-tabs table th,
#top.single-product div.product .woocommerce-tabs table td
{
	padding: var(--size-s) 0;
	font-style: normal;
	font-size: 16px;
	color: var(--color-cvi-1);
}

#top.single-product div.product .woocommerce-tabs .panel
{
	padding: 0;
	border: none;
	background: none;
}

/* 
 * HIDE
 */

#top.single-product .product_meta,
#top.single-product .variations_form .label,
#top.single-product .variations_form .reset_variations,
#top.single-product .woocommerce-tabs h2,
#top.single-product .woocommerce-tabs ul.tabs,
#top.single-product .single-product-main-image .sidebar
{
	display: none !important;
}

/*
 ************************************************************
 * WOOCOMMERCE-CART
 ************************************************************
 * ----------------------------------------------------------
 * GLOBAL
 * ----------------------------------------------------------
 * 
 * TABLE
 */

#top.woocommerce-cart h2,
#top.woocommerce-cart .shop_table .cart-subtotal,
#top.woocommerce-cart .shop_table .product-thumbnail
{
	display: none !important;
}

#top.woocommerce-cart .shop_table .product-remove
{
	position: relative;
	width: 48px;
}

@media only screen and (max-width: 767px)
{
	.responsive #top.woocommerce-cart .shop_table .product-quantity
	{
		display: block;
	}
}

@media only screen and (max-width: 989px)
{
	.responsive #top.woocommerce-cart .shop_table,
	.responsive #top.woocommerce-cart .shop_table tr,
	.responsive #top.woocommerce-cart .shop_table tbody
	{
		display: flex;
		flex-direction: column;
		border-radius: 0;
		border: none;
	}

	.responsive #top.woocommerce-cart .shop_table tbody
	{
		grid-gap: var(--size-m);
	}

	.responsive #top.woocommerce-cart .shop_table th,
	.responsive #top.woocommerce-cart .shop_table td
	{
		width: 100%;
		padding: var(--size-l) var(--size-s);
		text-align: center;
		font-size: 18px;
		border: none;
	}

	.responsive #top.woocommerce-cart .shop_table th a
	{
		font-size: 24px;
	}
}

/* 
 * ACTIONS
 */

#top.woocommerce-cart .shop_table .actions
{
	text-align: left;
}

#top.woocommerce-cart .shop_table .actions .button[name="update_cart"]
{
	float: none;
	margin: 0;
	padding-top: 12px;
	padding-bottom: 12px;
}

@media only screen and (max-width: 989px)
{
	.responsive #top.woocommerce-page .shop_table .actions
	{
		padding: 0;
	}
}

/*
 * ----------------------------------------------------------
 * COLLATERALS
 * ----------------------------------------------------------
 * 
 * WRAP
 */

#top.woocommerce-cart .woocommerce
{
	display: flex;
	flex-flow: row wrap;
	grid-gap: var(--size-xl);
}

#top.woocommerce-cart .woocommerce-notices-wrapper
{
	display: none;
	width: 100% !important;
}

#top.woocommerce-cart .return-to-shop,
#top.woocommerce-cart .wc-empty-cart-message,
#top.woocommerce-cart .wc-empty-cart-message .woocommerce-info
{
	margin: 0;
}

#top.woocommerce-cart .wc-empty-cart-message
{
	width: 100%;
}

@media only screen and (max-width: 640px)
{
	.responsive #top.woocommerce-cart .return-to-shop
	{
		width: 100%;
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top.woocommerce-cart .woocommerce-cart-form
	{
		width: calc(70% - 20px);
	}
	.responsive #top.woocommerce-cart .cart-collaterals
	{
		width: calc(30% - 20px);
	}
}

/* 
 * TABLE
 */

#top.woocommerce-cart .cart-collaterals .shop_table
{
	border: none;
}

/* 
 * TOTALS
 */

#top.woocommerce-cart .cart-collaterals .cart_totals,
#top.woocommerce-cart .cart-collaterals .cart_totals table
{
	margin: 0;
}

#top.woocommerce-cart .cart-collaterals .cart_totals
{
	width: 100%;
}

/* 
 * BUTTON
 */

#top.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout
{
	margin-top: var(--size-m);
}

#top.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .button
{
	width: 100%;
}

/*
 ************************************************************
 * WOOCOMMERCE-CHECKOUT
 ************************************************************
 * ----------------------------------------------------------
 * GLOBAL
 * ----------------------------------------------------------
 * 
 * ELEMENTS
 */

#top.woocommerce-checkout .cart_dropdown,
#top.woocommerce-checkout .checkout-inline-error-message,
#top.woocommerce-checkout #customer_details .form-row label,
#top.woocommerce-checkout #order_review .shop_table thead,
#top.woocommerce-checkout #order_review .shop_table tfoot th,
#top.woocommerce-checkout #order_review .shop_table .cart-subtotal
{
	display: none !important;
}

#top.woocommerce-checkout #customer_details label span
{
	font-size: 15px;
	font-weight: 600;
	color: var(--color-cvi-1-dark);
}

#top.woocommerce-checkout #customer_details .input-checkbox
{
	margin: -4px 8px 0 0;
}

#top.woocommerce-checkout #customer_details .create-account label
{
	display: block !important;
}

#top.woocommerce-checkout .form-row
{
	padding: 0;
}

#top.woocommerce-checkout .checkout h3
{
	margin-bottom: var(--size-s);
}

#top.woocommerce-checkout .checkout h3:not(#ship-to-different-address)
{
	display: none;
	margin-bottom: var(--size-l) !important;
}

/*
 * COLS
 */

#top.woocommerce-checkout .checkout
{
	display: flex;
	flex-flow: row wrap;
	grid-gap: var(--size-xl);
}

#top.woocommerce-checkout .col-1,
#top.woocommerce-checkout .col-2,
#top.woocommerce-checkout .woocommerce-NoticeGroup-checkout
{
	width: 100% !important;
}

@media only screen and (max-width: 989px)
{
	.responsive #top.woocommerce-checkout .checkout
	{
		flex-direction: column;
		grid-gap: 0;
	}
}

@media only screen and (max-width: 767px)
{
	.responsive #top.woocommerce-checkout .col-1,
	.responsive #top.woocommerce-checkout .col-2
	{
		width: 100%;
		margin-bottom: var(--size-m);
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top.woocommerce-checkout .checkout > div
	{
		width: calc(50% - 20px);
	}
}

/* 
 * FORM
 */

#top.woocommerce-checkout .woocommerce-form
{
	display: flex;
	flex-direction: column;
	grid-gap: var(--size-m);
	border-radius: 0;
	border: none;
}

#top.woocommerce-checkout .woocommerce-form p,
#top.woocommerce-checkout .woocommerce-form .form-row
{
	margin: 0;
	padding: 0;
}

#top.woocommerce-checkout .woocommerce-form .clear
{
	display: none;
}

#top.woocommerce-checkout .woocommerce-form .button
{
	margin-top: var(--size-m);
}

#top.woocommerce-checkout .woocommerce-form .lost_password
{
	top: 0;
	left: 0;
}

/*
 * ----------------------------------------------------------
 * CUSTOMER DETAILS
 * ----------------------------------------------------------
 * 
 * COLS
 */

#top.woocommerce-checkout #customer_details
{
	display: flex;
	flex-direction: column;
	padding-bottom: 0;
}

/*
 * ----------------------------------------------------------
 * ORDER REVIEW
 * ----------------------------------------------------------
 * 
 * TABLE
 */

#top.woocommerce-checkout .shop_table,
#top.woocommerce-checkout .shop_table th,
#top.woocommerce-checkout .shop_table td,
#top.woocommerce-checkout .shop_table td small
{
	border: none;
}

#top.woocommerce-checkout .shop_table td,
#top.woocommerce-checkout .shop_table tbody,
#top.woocommerce-checkout .shop_table tfoot
{
	display: flex;
	flex-direction: column;
	grid-gap: var(--size-s);
}

#top.woocommerce-checkout .shop_table tr
{
	display: flex;
	justify-content: space-between;
	background-color: var(--color-lightgray-1);
}

#top.woocommerce-checkout .shop_table td
{
	grid-gap: 0;
}

#top.woocommerce-checkout .shop_table .product-name
{
	color: var(--color-cvi-2);
}

#top.woocommerce-checkout .shop_table .product-total
{
	color: var(--color-cvi-1);
}

#top.woocommerce-checkout .shop_table tfoot
{
	margin-top: var(--size-s);
}

#top.woocommerce-checkout .shop_table tfoot tr
{
	background: none;
}

#top.woocommerce-checkout .shop_table tfoot td
{
	width: 100%;
}

#top.woocommerce-checkout .shop_table .shipping td
{
	padding: var(--size-s) 0;
}

#top.woocommerce-checkout .shop_table .cart_item td
{
	padding: var(--size-m);
}

#top.woocommerce-checkout .shop_table .cart_item td strong
{
	font-weight: 400;
	font-size: 15px;
	color: var(--color-cvi-1);
}

@media only screen and (max-width: 989px)
{
	.responsive #top.woocommerce-checkout .shop_table .cart_item td
	{
		padding: var(--size-m);
	}
}

@media only screen and (max-width: 639px)
{
	.responsive #top.woocommerce-checkout .shop_table,
	.responsive #top.woocommerce-checkout .shop_table tr,
	.responsive #top.woocommerce-checkout .shop_table tbody
	{
		display: flex;
		flex-direction: column;
		border-radius: 0;
		border: none;
	}

	.responsive #top.woocommerce-checkout .shop_table tbody
	{
		grid-gap: var(--size-m);
	}

	.responsive #top.woocommerce-checkout .shop_table th,
	.responsive #top.woocommerce-checkout .shop_table td
	{
		width: 100%;
		padding: var(--size-l) var(--size-s);
		text-align: center;
		border: none;
	}

	.responsive #top.woocommerce-checkout .shop_table th a
	{
		font-size: 24px;
	}

	.responsive #top.woocommerce-checkout .shop_table td.product-name
	{
		padding-top: var(--size-l);
		padding-bottom: 0;
	}

	.responsive #top.woocommerce-checkout .shop_table td.product-total
	{
		padding-top: 0;
		padding-bottom: var(--size-l);
	}
}

/*
 * ----------------------------------------------------------
 * PAYMENT
 * ----------------------------------------------------------
 * 
 * GLOBAL
 */

#top.woocommerce-checkout #payment,
#top.woocommerce-checkout #payment #place_order,
#top.woocommerce-checkout #payment .place-order
{
	margin-top: var(--size-l);
}

#top.woocommerce-checkout #payment
{
	border-radius: 0;
	border: none;
	background: none;
}

#top.woocommerce-checkout #payment .place-order
{
	margin-bottom: 0;
	padding: 0 !important;
}

#top.woocommerce-checkout #payment label
{
	font-weight: 600;
}

#top.woocommerce-checkout #payment p
{
	line-height: 1.6;
	font-weight: 300;
}

/* 
 * METHODS
 */

#top.woocommerce-checkout #payment ul.payment_methods
{
	padding: 0 !important;
	border-top-width: 1px;
	border-top-style: solid;
}

#top.woocommerce-checkout #payment ul.payment_methods li
{
	background: none;
}

/* 
 * TERMS
 */

#top.woocommerce-checkout #payment .woocommerce-privacy-policy-text p
{
	font-size: 15px;
}

/* 
 * BUTTON
 */

#top.woocommerce-checkout #payment #place_order
{
	width: 100%;
	padding: var(--size-m) var(--size-xl);
	line-height: 18px;
	font-size: 18px;
}

/*
 ************************************************************
 * WOOCOMMERCE-ACCOUNT
 ************************************************************
 * ----------------------------------------------------------
 * GLOBAL
 * ----------------------------------------------------------
 * 
 * COLS
 */

#top.woocommerce-account .col2-set
{
	display: flex;
	flex-direction: row;
	grid-gap: var(--size-xl);
}

#top.woocommerce-account .col2-set > div
{
	width: 100%;
	margin: 0;
	padding: 0;
	border: none;
}

@media only screen and (max-width: 989px)
{
	.responsive #top.woocommerce-account .col2-set
	{
		flex-direction: column;
		grid-gap: var(--size-m);
	}

	.responsive #top.woocommerce-account .col2-set > div
	{
		width: 100%;
	}
}

/*
 * ----------------------------------------------------------
 * LOGIN & REGISTER
 * ----------------------------------------------------------
 * 
 * COLS
 */

#top.woocommerce-account #customer_login > div
{
	padding: var(--size-m);
}

#top.woocommerce-account #customer_login > div
{
	background-color: var(--color-lightgray-1);
}

/* 
 * FORM
 */

#top.woocommerce-account .woocommerce-form
{
	display: flex;
	flex-direction: column;
	grid-gap: var(--size-m);
	margin: 0;
	padding: 0;
	border-radius: 0;
	border: none;
	background: none;
}

#top.woocommerce-account .woocommerce-form p,
#top.woocommerce-account .woocommerce-form .form-row
{
	margin: 0;
	padding: 0;
}

#top.woocommerce-account .woocommerce-form .button
{
	margin-top: var(--size-m);
}

#top.woocommerce-account .woocommerce-form .lost_password
{
	top: 0;
	left: 0;
}

/*
 * ----------------------------------------------------------
 * LOST PASSWORD
 * ----------------------------------------------------------
 * 
 * COLS
 */

#top.woocommerce-lost-password form
{
	max-width: 640px;
	margin: 0 auto;
	padding: var(--size-m);
	background-color: var(--color-lightgray-1);
}

/*
 * ----------------------------------------------------------
 * NAV
 * ----------------------------------------------------------
 * 
 * ICON
 */

#top.woocommerce-account .woocommerce-MyAccount-navigation-link a::before
{
	font-family: "Font Awesome 7 Free";
	font-weight: 400;
	margin-right: 10px;
}

#top.woocommerce-account .woocommerce-MyAccount-navigation-link--dashboard a::before
{
	content:"\f015";
}

#top.woocommerce-account .woocommerce-MyAccount-navigation-link--orders a::before
{
	content:"\f15c";
}

#top.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-address a::before
{
	content:"\f2bb";
}

#top.woocommerce-account .woocommerce-MyAccount-navigation-link--edit-account a::before
{
	content:"\f2bd";
}

#top.woocommerce-account .woocommerce-MyAccount-navigation-link--customer-logout a::before
{
	font-weight: 600;
    content:"\f08b";
}

@media only screen and (max-width: 639px)
{
	.responsive #top.woocommerce-account .woocommerce-MyAccount-navigation-link a::before
	{
		float: right;
		margin-right: 0;
	}
}

/* 
 * LINK
 */

@media only screen and (max-width: 639px)
{
	.responsive #top.woocommerce-account .woocommerce-MyAccount-navigation-link a
	{
		text-align: left;
	}
}

@media only screen and (min-width: 640px)
{
	.responsive #top.woocommerce-account .woocommerce
	{
		display: flex;
		flex-direction: column;
	}

	.responsive #top.woocommerce-account .woocommerce-MyAccount-navigation
	{
		margin: 0;
	}

	.responsive #top.woocommerce-account .woocommerce-MyAccount-navigation ul
	{
		display: flex;
	}
	.responsive #top.woocommerce-account .woocommerce-MyAccount-navigation-link
	{
		width: 20%;
	}
	.responsive #top.woocommerce-account .woocommerce-MyAccount-navigation-link a
	{
		min-width: auto;
		border: none;
		font-size: 16px;
	}
}

/* 
 * COLOR
 */

#top.woocommerce-account .main_color .woocommerce-MyAccount-navigation-link a
{
	color: var(--color-cvi-2);
}

#top.woocommerce-account .main_color .woocommerce-MyAccount-navigation-link a::before
{
	color: var(--color-cvi-1);
}

#top.woocommerce-account .main_color .woocommerce-MyAccount-navigation-link.is-active
{
	background-color: transparent !important;
}

#top.woocommerce-account .main_color .woocommerce-MyAccount-navigation-link.is-active:hover
{
	background-color: var(--color-lightgray-1) !important;
}

#top.woocommerce-account .main_color .woocommerce-MyAccount-navigation-link.is-active a
{
	color: var(--color-cvi-1);
}

/*
 * ----------------------------------------------------------
 * CONTENT
 * ----------------------------------------------------------
 * 
 * GLOBAL
 */

#top.woocommerce-account .woocommerce-MyAccount-content fieldset,
#top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
#top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
#top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details,
#top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details,
#top.woocommerce-edit-address .woocommerce-MyAccount-content .col2-set > div,
#top.woocommerce-view-order .woocommerce-MyAccount-content > p
{
	width: 100%;
	margin: 0;
	padding: var(--size-m);
	background-color: var(--color-white);
}

@media only screen and (min-width: 990px)
{
	.responsive #top.woocommerce-account .woocommerce-MyAccount-content fieldset,
	.responsive #top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
	.responsive #top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-message,
	.responsive #top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details,
	.responsive #top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-customer-details,
	.responsive #top.woocommerce-edit-address .woocommerce-MyAccount-content .col2-set > div,
	.responsive #top.woocommerce-view-order .woocommerce-MyAccount-content > p
	{
		max-width: 640px;
		margin: 0 auto;
	}
}

/* 
 * ELEMENT
 */

#top.woocommerce-account .woocommerce-MyAccount-content h2
{
	font-family: var(--font-body);
	font-size: 22px;
	text-transform: none;
	margin-bottom: var(--size-m);
}

#top.woocommerce-account #wrap_all .woocommerce-MyAccount-content h2
{
	font-weight: 500;
	text-transform: none;
}

/* 
 * WRAP
 */

#top.woocommerce-account .woocommerce-MyAccount-content,
#top.woocommerce-account .woocommerce-MyAccount-content form
{
	display: flex;
	flex-direction: column;
}

#top.woocommerce-account .woocommerce-MyAccount-content
{
	margin-top: 0;
	padding: var(--size-xl);
	background-color: var(--color-lightgray-1);
}

@media only screen and (max-width: 768px)
{
	.responsive #top.woocommerce-account .woocommerce-MyAccount-content
	{
		padding: var(--size-m);
	}
}

/* 
 * FORM
 */

#top.woocommerce-account .woocommerce-MyAccount-content form
{
	grid-gap: var(--size-m);
}

#top.woocommerce-account .woocommerce-MyAccount-content form fieldset:not(.password-change) label
{
	display: none !important;
}

#top.woocommerce-account .woocommerce-MyAccount-content form fieldset.update-details
{
	padding: 0;
	background: none;
}

/* 
 * ADDRESSES
 */

#top.woocommerce-edit-address .woocommerce-MyAccount-content .addresses
{
	flex-direction: column;
	align-items: center;
	grid-gap: var(--size-m);
}

#top.woocommerce-edit-address .woocommerce-MyAccount-content .addresses > div
{
	padding: var(--size-m);
}

/* 
 * DETAILS
 */

@media only screen and (max-width: 989px)
{
	.responsive #top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details
	{
		margin-bottom: var(--size-m);
	}
}

@media only screen and (min-width: 990px)
{
	.responsive #top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-order-details
	{
		margin-bottom: var(--size-m);
	}
}

/* 
 * NOTICES
 */

#top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error,
#top.woocommerce-account .woocommerce-MyAccount-content div.woocommerce-message
{
	margin-bottom: var(--size-m) !important;
	border-left-width: 4px;
	border-left-style: solid;
}

#top.woocommerce-account .woocommerce-MyAccount-content .woocommerce-error
{
	border-color: var(--color-error);
}

#top.woocommerce-account .woocommerce-MyAccount-content div.woocommerce-message
{
	border-color: var(--color-success);
}

/*
 * DASHBOARD
 */

#top.woocommerce-dashboard .woocommerce-MyAccount-content
{
	justify-content: center;
	align-items: center;
	text-align: center;
	min-height: 320px;
}

#top.woocommerce-dashboard .woocommerce-MyAccount-content p
{
	margin-top: var(--size-m);
}

#top.woocommerce-dashboard .woocommerce-MyAccount-content h3
{
	margin-bottom: 0;
}

/*
 * EDIT-ACCOUNT
 */

#top.woocommerce-edit-address .addresses .title
{
	margin-bottom: var(--size-m);
}

#top.woocommerce-edit-address .addresses .title .edit
{
	float: none;
}

/*
 * ----------------------------------------------------------
 * WOOCOMMERCE-ORDERS
 * ----------------------------------------------------------
 * 
 * TABLE
 */

@media only screen and (max-width: 539px)
{
	.responsive #top.woocommerce-orders .shop_table,
	.responsive #top.woocommerce-orders .shop_table tbody,
	.responsive #top.woocommerce-orders .shop_table tbody tr
	{
		display: flex;
		flex-direction: column;
		border-radius: 0;
		border: none;
	}

	.responsive #top.woocommerce-orders .shop_table tbody
	{
		grid-gap: var(--size-m);
	}

	.responsive #top.woocommerce-orders .shop_table tbody tr
	{
		background-color: var(--color-lightgray-1);
	}

	.responsive #top.woocommerce-orders .shop_table th,
	.responsive #top.woocommerce-orders .shop_table td
	{
		width: 100%;
		padding: var(--size-l) var(--size-s);
		text-align: center;
		font-size: 18px;
		border: none;
	}

	.responsive #top.woocommerce-orders .shop_table th
	{
		padding-bottom: var(--size-m);
	}

	.responsive #top.woocommerce-orders .shop_table td
	{
		padding-top: 0;
		padding-bottom: 0;
		font-size: 16px;
	}
}

/* 
 * CELLS
 */

#top.woocommerce-orders .shop_table .woocommerce-orders-table__cell-order-number a
{
	font-weight: 600;
	font-size: 18px;
}

@media only screen and (max-width: 539px)
{
	.responsive #top.woocommerce-orders .shop_table .woocommerce-orders-table__cell-order-number a
	{
		font-size: 22px;
	}
}

#top.woocommerce-orders .shop_table .woocommerce-orders-table__cell-order-total
{
	font-size: 0 !important;
}

#top.woocommerce-orders .shop_table .woocommerce-orders-table__cell-order-total span
{
	font-size: 16px !important;
}

#top.woocommerce-orders .shop_table .woocommerce-orders-table__cell-order-actions a.button
{
	max-width: 160px;
	margin: 0 auto;
}

/*
 * ACTIONS
 */

@media only screen and (max-width: 539px)
{
	.responsive #top.woocommerce-orders .shop_table .woocommerce-orders-table__cell-order-actions
	{
		padding: var(--size-s);
		padding-bottom: var(--size-l);
	}
}

@media only screen and (min-width: 540px)
{
	.responsive #top.woocommerce-orders .shop_table .woocommerce-orders-table__cell-order-actions
	{
		display: none !important;
	}
}

/* 
 * CONTENT
 */

@media only screen and (max-width: 539px)
{
	.responsive #top.woocommerce-orders .woocommerce-MyAccount-content
	{
		padding: 0;
		background-color: transparent !important;
	}
}

/*
 * ----------------------------------------------------------
 * WOOCOMMERCE-ORDER-VIEW
 * ----------------------------------------------------------
 * 
 * DETAILS
 */

#top.woocommerce-view-order #main .shop_table.order_details
{
	border: none;
	padding: 0;
}

#top.woocommerce-view-order #main .order_details
{
	margin: 0;
}

#top.woocommerce-view-order .shop_table .includes_tax
{
	display: none;
}

#top.woocommerce-view-order .shop_table tfoot th,
#top.woocommerce-view-order .shop_table tfoot td
{
	padding: var(--size-xs) 0;
	border: none;
}

#top.woocommerce-view-order .shop_table tfoot tr:first-child th,
#top.woocommerce-view-order .shop_table tfoot tr:first-child td
{
	padding-top: var(--size-m);
}

@media only screen and (max-width: 539px)
{
	.responsive #top.woocommerce-view-order .shop_table,
	.responsive #top.woocommerce-view-order .shop_table tr,
	.responsive #top.woocommerce-view-order .shop_table tbody,
	.responsive #top.woocommerce-view-order .shop_table tfoot
	{
		display: flex;
		flex-direction: column;
		grid-gap: var(--size-m);
		border-radius: 0;
		border: none;
	}

	.responsive #top.woocommerce-view-order .shop_table th
	{
		padding-bottom: var(--size-m);
		font-size: 16px;
	}

	.responsive #top.woocommerce-view-order .shop_table td
	{
		padding-top: 0;
		padding-bottom: 0;
		font-size: 16px;
	}

	.responsive #top.woocommerce-view-order .shop_table tbody tr
	{
		grid-gap: 0;
		padding: var(--size-m) 0;
		border: 1px solid var(--color-lightgray-2);
	}

	.responsive #top.woocommerce-view-order .shop_table tbody th,
	.responsive #top.woocommerce-view-order .shop_table tbody td
	{
		width: 100%;
		text-align: center;
		border: none;
	}

	.responsive #top.woocommerce-view-order .shop_table tfoot tr
	{
		grid-gap: 0;
	}

	.responsive #top.woocommerce-view-order .shop_table tfoot th,
	.responsive #top.woocommerce-view-order .shop_table tfoot td
	{
		text-align: left;
		padding: 0 !important;
	}
}

@media only screen and (min-width: 540px)
{
	.responsive #top.woocommerce-view-order .shop_table tbody
	{
		margin-bottom: var(--size-m);
	}

	.responsive #top.woocommerce-view-order .shop_table tbody .product-total
	{
		width: 160px;
	}
	.responsive #top.woocommerce-view-order .shop_table tfoot td > span
	{
		float: right;
		margin-left: var(--size-xs);
	}
}