/*
Theme Name: wamiki2021
*/
/** wamiki defaults **/
/** element backgrounds **/
/** regular text colors **/
/** headline colors **/
/** link colors **/
/* header links **/
/** footer links **/
/** notices links **/
/** topics headline links **/
/** input area **/
/** buttons **/
/** checkboxes **/
/** border defaults **/
/** header colors **/
/** highlightext content areas **/
/** WooCommerce styles override */
/* Box sizing
--------------------------------------------- */
/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/**
 * Shop account
 */
.woocommerce-MyAccount {
	display: flex;
	flex-wrap: wrap;
}

.woocommerce-MyAccount .woocommerce-MyAccount-navigation {
	padding: 2rem;
	margin: 0 auto;
}

.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul {
	border-right: 1px solid #F2F2F2;
	margin: 1.5em 0 0 0;
	padding: 0;
}

.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li {
	list-style: none;
	border-bottom: 1px solid #F2F2F2;
}

.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li a {
	text-align: left;
	padding: 0.75rem;
	text-decoration: none;
	font-weight: bold;
	display: block;
}

.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: none;
}

.woocommerce-MyAccount .woocommerce-MyAccount-navigation ul li.active a {
	border-right: 3px solid #00AFCB;
}

.woocommerce-MyAccount .woocommerce-MyAccount-content {
	padding: 2rem;
	text-align: left;
}

@media screen and (min-width: 768px) {
	.woocommerce-MyAccount {
		/** two column layout **/
	}
	.woocommerce-MyAccount .woocommerce-MyAccount-navigation {
		flex: 1 auto;
	}
	.woocommerce-MyAccount .woocommerce-MyAccount-content {
		flex: 5 0px;
	}
}

/**
 * Shop cart
 */
/**
 * Header cart
 */
#site-header-cart {
	width: 40px;
	height: 40px;
	position: relative;
	margin: 0 0 0px 10px;
	/** desktop **/
}

@media screen and (min-width: 768px) {
	#site-header-cart {
		margin: -6px 0 0 0;
		height: 30px;
		width: 30px;
	}
	#site-header-cart .cart-contents .count {
		margin: -4px 0px 0 -22px;
	}
}

#site-header-cart .cart-contents.filled::before {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 21.5C10.5523 21.5 11 21.0523 11 20.5C11 19.9477 10.5523 19.5 10 19.5C9.44772 19.5 9 19.9477 9 20.5C9 21.0523 9.44772 21.5 10 21.5Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 21.5C18.5523 21.5 19 21.0523 19 20.5C19 19.9477 18.5523 19.5 18 19.5C17.4477 19.5 17 19.9477 17 20.5C17 21.0523 17.4477 21.5 18 21.5Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 2.5H5.5L8.2 14.9C8.2935 15.3586 8.54485 15.7698 8.91028 16.0621C9.27572 16.3545 9.73211 16.5094 10.2 16.5H17.9C18.3679 16.5094 18.8243 16.3545 19.1897 16.0621C19.5552 15.7698 19.8065 15.3586 19.9 14.9L21.5 6.5H7.1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#site-header-cart .cart-contents.filled::before {
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 21.5C10.5523 21.5 11 21.0523 11 20.5C11 19.9477 10.5523 19.5 10 19.5C9.44772 19.5 9 19.9477 9 20.5C9 21.0523 9.44772 21.5 10 21.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 21.5C18.5523 21.5 19 21.0523 19 20.5C19 19.9477 18.5523 19.5 18 19.5C17.4477 19.5 17 19.9477 17 20.5C17 21.0523 17.4477 21.5 18 21.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 2.5H5.5L8.2 14.9C8.2935 15.3586 8.54485 15.7698 8.91028 16.0621C9.27572 16.3545 9.73211 16.5094 10.2 16.5H17.9C18.3679 16.5094 18.8243 16.3545 19.1897 16.0621C19.5552 15.7698 19.8065 15.3586 19.9 14.9L21.5 6.5H7.1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		background-size: contain;
		background-repeat: no-repeat;
	}
}

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

#site-header-cart .cart-contents::before {
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	top: 0;
	bottom: 0;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='transparent' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 21.5C10.5523 21.5 11 21.0523 11 20.5C11 19.9477 10.5523 19.5 10 19.5C9.44772 19.5 9 19.9477 9 20.5C9 21.0523 9.44772 21.5 10 21.5Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 21.5C18.5523 21.5 19 21.0523 19 20.5C19 19.9477 18.5523 19.5 18 19.5C17.4477 19.5 17 19.9477 17 20.5C17 21.0523 17.4477 21.5 18 21.5Z' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 2.5H5.5L8.2 14.9C8.2935 15.3586 8.54485 15.7698 8.91028 16.0621C9.27572 16.3545 9.73211 16.5094 10.2 16.5H17.9C18.3679 16.5094 18.8243 16.3545 19.1897 16.0621C19.5552 15.7698 19.8065 15.3586 19.9 14.9L21.5 6.5H7.1' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
	#site-header-cart .cart-contents::before {
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='transparent' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 21.5C10.5523 21.5 11 21.0523 11 20.5C11 19.9477 10.5523 19.5 10 19.5C9.44772 19.5 9 19.9477 9 20.5C9 21.0523 9.44772 21.5 10 21.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 21.5C18.5523 21.5 19 21.0523 19 20.5C19 19.9477 18.5523 19.5 18 19.5C17.4477 19.5 17 19.9477 17 20.5C17 21.0523 17.4477 21.5 18 21.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 2.5H5.5L8.2 14.9C8.2935 15.3586 8.54485 15.7698 8.91028 16.0621C9.27572 16.3545 9.73211 16.5094 10.2 16.5H17.9C18.3679 16.5094 18.8243 16.3545 19.1897 16.0621C19.5552 15.7698 19.8065 15.3586 19.9 14.9L21.5 6.5H7.1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
		background-size: contain;
		background-repeat: no-repeat;
	}
}

#site-header-cart .cart-contents .amount {
	display: none;
}

#site-header-cart .cart-contents .count {
	position: absolute;
	background: #fdfcfc;
	color: #0f0f0f;
	font-size: 11px;
	border-radius: 50%;
	width: 16px;
	padding-top: 16px;
	margin: -16px 0px 0 0px;
	height: 0;
	box-shadow: -1px 1px 7px;
}

#site-header-cart .cart-contents .count .count-inner {
	position: absolute;
	margin: -15px 0px 0 -15px;
	width: 15px;
	height: 15px;
	font-size: 9px;
	text-align: center;
}

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

#site-header-cart .woocommerce-mini-cart__buttons {
	margin: 3rem 0 2rem 0;
}

.widget_shopping_cart {
	display: none;
}

/** desktop **/
@media screen and (min-width: 768px) {
	/**
	 * Header cart
	 */
	#site-header-cart {
		display: inline-block;
	}
	#site-header-cart .widget_shopping_cart {
		font-weight: normal;
		display: block;
		position: absolute;
		top: 40px;
		left: 150px;
		max-height: calc( 100vh - 130px);
		overflow-y: scroll;
		min-width: 450px;
		z-index: 9999;
		transform: translateX(-100%);
		box-shadow: -2px 1px 3px 3px rgba(0, 0, 0, 0.2);
		background: #fff;
		color: #0f0f0f;
		visibility: hidden;
		opacity: 0;
		transition: visibility 0.5s, opacity 0.5s cubic-bezier(0.58, 0.01, 0.48, 0.96);
	}
	#site-header-cart .widget_shopping_cart a, #site-header-cart .widget_shopping_cart a:hover {
		color: #0f0f0f;
	}
	#site-header-cart .widget_shopping_cart .widgettitle {
		text-align: center;
		font-size: 1rem;
		margin: 3rem 0 2rem 0;
	}
	#site-header-cart .widget_shopping_cart .woocommerce-mini-cart__buttons {
		text-align: center;
	}
	#site-header-cart:hover .widget_shopping_cart, #site-header-cart:focus .widget_shopping_cart {
		visibility: visible;
		opacity: 1;
	}
	#site-header-cart :hover, #site-header-cart :focus {
		border: none;
	}
	#site-header-cart .button:hover, #site-header-cart .button:focus {
		color: #00AFCB;
		background: #fdfcfc;
		border: 4px solid #00AFCB;
		padding: 7px 30px;
	}
	#site-header-cart .widget_shopping_cart_content {
		margin: 0 2rem;
	}
	#site-header-cart .widget_shopping_cart_content p.total {
		text-transform: none;
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item {
		position: relative;
		text-align: left;
		width: 100%;
		padding: 1.3rem 0;
		border-bottom: 1px solid black;
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item a {
		position: relative;
		margin: 0px 10% 0 15%;
		font-weight: 200;
		font-size: .8rem;
		padding-left: 10px;
		padding-bottom: 26px;
		text-transform: initial;
		color: #0f0f0f;
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item a img {
		position: absolute;
		width: 20%;
		left: 0px;
		transform: translate(-100%, -10px);
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .remove.remove_from_cart_button::after {
		background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='transparent' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'%3E%3C/polyline%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'%3E%3C/path%3E%3Cline x1='10' y1='11' x2='10' y2='17'%3E%3C/line%3E%3Cline x1='14' y1='11' x2='14' y2='17'%3E%3C/line%3E%3C/svg%3E%0A");
		background-size: contain;
		background-repeat: no-repeat;
		width: 20px;
		height: 20px;
		content: "";
		position: absolute;
		top: -5px;
		left: 5px;
		visibility: visible;
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .remove.remove_from_cart_button {
		position: absolute;
		visibility: hidden;
		margin: 0 11px 0 0;
		right: 0;
		z-index: 100;
		font-size: 1.2rem;
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .quantity {
		position: absolute;
		right: 0;
		bottom: 10%;
		margin-right: 1%;
		display: flex;
		align-items: center;
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .quantity .number-input {
		margin: 0.1rem auto;
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .quantity .number-input button {
		width: 2rem;
		height: auto;
		margin: 0;
		padding: 0 0.4rem;
		font-weight: bold;
		min-height: unset;
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .quantity .number-input input[type=number] {
		text-align: center;
		font-size: 1rem;
		font-weight: normal;
		height: auto;
	}
	#site-header-cart .widget_shopping_cart_content .woocommerce-mini-cart-item.mini_cart_item .quantity .wki_blocked {
		margin: 0 !important;
	}
}

/**

    Cart Page

*/
.woocommerce-cart {
	/** cart-collaterals / procceed to checkout **/
	/** checkout navigation **/
	/** navigation buttons */
	/** available payment gateways section **/
}

@media screen and (min-width: 768px) {
	.woocommerce-cart section.cart {
		background-color: #F2F2F2;
		padding: 2rem;
	}
	.woocommerce-cart section.cart .onethird.first {
		margin-top: 2rem;
	}
	.woocommerce-cart section.cart.col2-set.onethird {
		display: block;
	}
	.woocommerce-cart section.cart.col2-set.onethird:after {
		content: "";
		display: table;
		clear: both;
	}
	.woocommerce-cart section.cart.col2-set.onethird div:nth-child(-n+2) {
		margin-top: 0;
	}
	.woocommerce-cart section.cart.col2-set.onethird > .col-1 {
		width: calc(62.72% - 2rem);
		margin-right: 2rem;
		float: left;
	}
	.woocommerce-cart section.cart.col2-set.onethird > .col-2 {
		width: 37.28%;
		margin-left: 0;
		float: right;
	}
	.woocommerce-cart section.cart.col2-set.onethird > .col-1,
	.woocommerce-cart section.cart.col2-set.onethird > .col-2 {
		margin-bottom: 2rem;
	}
	.woocommerce-cart section.cart.col2-set.onethird > [class~='col-1']:last-of-type,
	.woocommerce-cart section.cart.col2-set.onethird > [class~='col-2']:last-of-type {
		margin-bottom: 0;
	}
}

.woocommerce-cart ul {
	margin: 0;
	padding: 0;
}

.woocommerce-cart ul li {
	margin: 0;
	padding: 0;
}

.woocommerce-cart table.shop_table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	background: none !important;
}

.woocommerce-cart table.shop_table tr:before {
	content: '';
	display: table-row;
	height: 2rem;
}

.woocommerce-cart table.shop_table tr.cart_item, .woocommerce-cart table.shop_table tr.order_item {
	border-bottom: 1px solid #292929;
}

.woocommerce-cart table.shop_table tr.cart_item:before, .woocommerce-cart table.shop_table tr.order_item:before {
	height: 9rem;
}

.woocommerce-cart table.shop_table tr td.actions {
	text-align: right;
	padding: 1rem 0;
}

.woocommerce-cart table.shop_table ul {
	text-align: right;
	margin: 0;
}

.woocommerce-cart table.shop_table ul li {
	list-style: none;
	margin: 0;
}

.woocommerce-cart table.shop_table #shipping_method {
	margin: 0;
	padding: 0;
}

.woocommerce-cart table.shop_table .product-total, .woocommerce-cart table.shop_table .cart-subtotal td, .woocommerce-cart table.shop_table tfoot td {
	text-align: right;
}

.woocommerce-cart .cart-box {
	padding: 2rem;
	background-color: white;
	text-align: left;
}

.woocommerce-cart .woocommerce-cart-form .number-input input[type=number] {
	font-size: 1rem;
}

.woocommerce-cart .star-rating {
	display: none;
}

.woocommerce-cart .actions .coupon {
	display: flex;
	margin: 0 0 1rem 0;
	gap: 1rem;
	align-items: center;
}

.woocommerce-cart .actions label, .woocommerce-cart .actions input[type="text"], .woocommerce-cart .actions button {
	padding: 0;
	margin: 0;
}

.woocommerce-cart .actions input[type="text"], .woocommerce-cart .actions button {
	height: 45px;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

.woocommerce-cart .cart-collaterals .wc-proceed-to-checkout .button {
	width: auto;
	width: fit-content;
	margin-bottom: 1rem;
}

.woocommerce-cart .checkout-navigation {
	margin: 1rem  0 2rem 0;
}

.woocommerce-cart .checkout-navigation ul li {
	display: inline;
	list-style: none;
	padding: 0 1rem;
	position: relative;
}

.woocommerce-cart .checkout-navigation ul .nav-cart a, .woocommerce-cart .checkout-navigation ul .nav-customer-details a, .woocommerce-cart .checkout-navigation ul .nav-order-payment a {
	text-decoration: none;
}

.woocommerce-cart .checkout-navigation ul .nav-cart:after, .woocommerce-cart .checkout-navigation ul .nav-customer-details:after, .woocommerce-cart .checkout-navigation ul .nav-order-payment:after {
	content: ">";
	position: absolute;
	right: 0;
	transform: translate(50%, 0);
}

.woocommerce-cart .checkout-navigation ul li.active {
	font-weight: bold;
}

.woocommerce-cart .back-to-shop-button {
	display: block;
	width: 20%;
	width: fit-content;
	margin: 4rem 0;
}

.woocommerce-cart .available-payment-gateways ul li {
	display: inline;
	list-style: none;
	margin-right: 2rem;
}

.woocommerce-cart .available-payment-gateways ul li img {
	width: auto;
	height: 100%;
	max-height: 50px;
}

.woocommerce-cart .available-payment-gateways ul li:last-child {
	margin-right: 0;
}

/**
 * Shop tables
 */
table.shop_table thead, .tinvwl-table-manage-list thead {
	display: none;
}

table.shop_table tbody th, .tinvwl-table-manage-list tbody th {
	display: none;
}

table.shop_table tr.order-total, .tinvwl-table-manage-list tr.order-total {
	border-top: 1px solid #292929;
}

table.shop_table tr td, .tinvwl-table-manage-list tr td {
	display: block;
	text-align: center;
	clear: both;
}

table.shop_table tr td.product-remove, .tinvwl-table-manage-list tr td.product-remove {
	visibility: hidden;
}

table.shop_table tr td.product-remove a, table.shop_table tr td.product-remove button, .tinvwl-table-manage-list tr td.product-remove a, .tinvwl-table-manage-list tr td.product-remove button {
	position: relative;
}

table.shop_table tr td.product-remove a:before, table.shop_table tr td.product-remove i:before, .tinvwl-table-manage-list tr td.product-remove a:before, .tinvwl-table-manage-list tr td.product-remove i:before {
	display: block;
	content: " " !important;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='transparent' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='3 6 5 6 21 6'%3E%3C/polyline%3E%3Cpath d='M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2'%3E%3C/path%3E%3Cline x1='10' y1='11' x2='10' y2='17'%3E%3C/line%3E%3Cline x1='14' y1='11' x2='14' y2='17'%3E%3C/line%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
	width: 24px;
	height: 24px;
	visibility: visible;
	position: absolute;
	bottom: 0;
	left: 0;
}

table.shop_table tr td.actions::before, table.shop_table tr td.download-actions::before, .tinvwl-table-manage-list tr td.actions::before, .tinvwl-table-manage-list tr td.download-actions::before {
	display: none;
}

table.shop_table tr td.download-actions .button, .tinvwl-table-manage-list tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {
	table.shop_table thead, .tinvwl-table-manage-list thead {
		display: table-header-group;
	}
	table.shop_table tbody th, .tinvwl-table-manage-list tbody th {
		display: table-cell;
	}
	table.shop_table tr th,
	table.shop_table tr td, .tinvwl-table-manage-list tr th,
	.tinvwl-table-manage-list tr td {
		text-align: left;
	}
	table.shop_table tr td, .tinvwl-table-manage-list tr td {
		display: table-cell;
		text-align: left;
	}
	table.shop_table tr td.product-remove, .tinvwl-table-manage-list tr td.product-remove {
		width: 3%;
	}
	table.shop_table tr td.product-thumbnail, .tinvwl-table-manage-list tr td.product-thumbnail {
		width: 8%;
	}
	table.shop_table tr td.product-name, .tinvwl-table-manage-list tr td.product-name {
		padding: 0 2rem;
		font-size: 0.9rem;
	}
	table.shop_table tr td.product-name a, .tinvwl-table-manage-list tr td.product-name a {
		text-decoration: none;
	}
	table.shop_table tr td.product-quantity, .tinvwl-table-manage-list tr td.product-quantity {
		width: 10%;
		text-align: center;
	}
	table.shop_table tr td.product-quantity .number-input, .tinvwl-table-manage-list tr td.product-quantity .number-input {
		margin: 0 auto;
		font-size: 1rem;
	}
	table.shop_table tr td:last-child, .tinvwl-table-manage-list tr td:last-child {
		text-align: right;
	}
	table.shop_table tr td::before, .tinvwl-table-manage-list tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products li.product .details {
	margin-top: 1rem;
}

ul.products li.product a.button {
	width: auto;
	outline: 0;
}

ul.products li.product img {
	display: block;
	margin: 0 auto;
}

ul.products li.product .button {
	display: block;
	background: none;
	border: none;
	color: #0f0f0f;
}

ul.products a, ul.products a:hover {
	text-decoration: none;
}

ul.products h1, ul.products h2, ul.products h3, ul.products h4, ul.products h5, ul.products h6 {
	font-size: 1rem;
	letter-spacing: 0;
	font-weight: normal;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

/**
		Product archive GRID VIEW
*/
ul.products.grid {
	display: grid;
	justify-content: stretch;
	justify-items: stretch;
	grid-gap: 0.8rem;
	margin: 0 0 0.8rem 0;
	grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
	padding: 0;
}

ul.products.grid li.product {
	list-style: none;
	margin: 0;
	padding: 2rem;
	position: relative;
	background: #F2F2F2;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}

ul.products.grid li.product .woocommerce-LoopProduct-link {
	display: none;
}

ul.products.grid :nth-child(n) {
	grid-column-start: span 3;
	grid-row-start: span 1;
	width: 100%;
}

ul.products.grid :nth-child(5n+5) {
	grid-column-start: span 6;
	grid-row-start: span 1;
}

@media screen and (min-width: 980px) {
	ul.products.grid :nth-child(n) {
		grid-column-start: span 2;
		grid-row-start: span 1;
		width: 100%;
	}
	ul.products.grid :nth-child(8n+4), ul.products.grid :nth-child(8n+5) {
		grid-column-start: span 3;
		grid-row-start: span 1;
	}
	ul.products.grid li:nth-child(1) {
		animation-delay: 0.3s;
	}
	ul.products.grid li:nth-child(2) {
		animation-delay: 0.2s;
	}
	ul.products.grid li:nth-child(3) {
		animation-delay: 0.1s;
	}
	ul.products.grid li:nth-child(4) {
		animation-delay: 0.5s;
	}
	ul.products.grid li:nth-child(5) {
		animation-delay: 0.4s;
	}
}

@media screen and (max-width: 768px) {
	ul.products :nth-child(n) {
		grid-column-start: span 6;
		grid-row-start: span 1;
		width: 100%;
	}
}

nav.woocommerce-pagination ul > li {
	display: inline;
}

nav.woocommerce-pagination ul {
	list-style: none;
	display: block;
}

.product .add_to_cart_button.product_type_simple {
	position: relative;
	margin-left: 25px;
	margin-top: 2rem;
}

.product .add_to_cart_button.product_type_simple::before, .product .add_to_cart_button.product_type_simple .cart_button {
	content: "";
	display: block;
	position: absolute;
	margin-top: -5px;
	left: 0;
	stroke: #0f0f0f;
	width: 28px;
	height: 28px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='transparent' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 21.5C10.5523 21.5 11 21.0523 11 20.5C11 19.9477 10.5523 19.5 10 19.5C9.44772 19.5 9 19.9477 9 20.5C9 21.0523 9.44772 21.5 10 21.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 21.5C18.5523 21.5 19 21.0523 19 20.5C19 19.9477 18.5523 19.5 18 19.5C17.4477 19.5 17 19.9477 17 20.5C17 21.0523 17.4477 21.5 18 21.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 2.5H5.5L8.2 14.9C8.2935 15.3586 8.54485 15.7698 8.91028 16.0621C9.27572 16.3545 9.73211 16.5094 10.2 16.5H17.9C18.3679 16.5094 18.8243 16.3545 19.1897 16.0621C19.5552 15.7698 19.8065 15.3586 19.9 14.9L21.5 6.5H7.1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
}

.product .add_to_cart_button.product_type_simple.added::before, .product .add_to_cart_button.product_type_simple.added .cart_button {
	filter: invert(60%) sepia(77%) saturate(4846%) hue-rotate(156deg) brightness(100%) contrast(101%);
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='black' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 21.5C10.5523 21.5 11 21.0523 11 20.5C11 19.9477 10.5523 19.5 10 19.5C9.44772 19.5 9 19.9477 9 20.5C9 21.0523 9.44772 21.5 10 21.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M18 21.5C18.5523 21.5 19 21.0523 19 20.5C19 19.9477 18.5523 19.5 18 19.5C17.4477 19.5 17 19.9477 17 20.5C17 21.0523 17.4477 21.5 18 21.5Z' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M2.5 2.5H5.5L8.2 14.9C8.2935 15.3586 8.54485 15.7698 8.91028 16.0621C9.27572 16.3545 9.73211 16.5094 10.2 16.5H17.9C18.3679 16.5094 18.8243 16.3545 19.1897 16.0621C19.5552 15.7698 19.8065 15.3586 19.9 14.9L21.5 6.5H7.1' stroke='black' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	background-size: contain;
	background-repeat: no-repeat;
}

.product .added_to_cart {
	display: none;
}

/**
 * Single product
 */
.single-product .woocommerce-breadcrumb {
	position: absolute;
	top: 0;
	left: 3.5rem;
	z-index: 3;
	background: #ffffff;
	padding: 0.5rem;
}

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

.single-product div.product .product-gallery-entry-summary-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.single-product div.product .product-gallery-entry-summary-wrapper .onsale {
	position: absolute;
	z-index: 10;
	left: 5rem;
	top: 6rem;
	transform: rotate(-20deg);
	font-size: 1.5rem;
	color: #00AFCB;
}

.single-product div.product .woocommerce-product-gallery__image a img {
	max-height: 750px;
	width: auto !important;
	height: auto !important;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
	padding: 3rem;
	flex-basis: 100%;
	background: #F2F2F2;
}

@media screen and (min-width: 980px) {
	.single-product div.product .woocommerce-product-gallery {
		flex-basis: 70%;
	}
}

.single-product div.product .woocommerce-product-gallery ul.flex-direction-nav {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	z-index: 100;
	width: 100%;
	left: 0;
	margin: 0;
	padding: 0px;
	list-style: none;
}

.single-product div.product .woocommerce-product-gallery li.flex-nav-prev {
	float: left;
}

.single-product div.product .woocommerce-product-gallery li.flex-nav-next {
	float: right;
}

.single-product div.product .woocommerce-product-gallery a.flex-next {
	visibility: hidden;
}

.single-product div.product .woocommerce-product-gallery a.flex-prev {
	visibility: hidden;
}

.single-product div.product .woocommerce-product-gallery a.flex-next:before, .single-product div.product .woocommerce-product-gallery a.flex-prev::after {
	content: "";
	height: 300px;
	width: 4rem;
	right: 0;
	transform: translate(0, -50%);
	position: absolute;
	top: 0;
}

.single-product div.product .woocommerce-product-gallery a.flex-next::after, .single-product div.product .woocommerce-product-gallery a.flex-prev::before {
	color: #292929;
	content: "";
	position: absolute;
	width: 17px;
	height: 17px;
	border-color: #000;
	top: 2px;
	border-bottom: 3px solid;
	border-left: 3px solid;
	visibility: visible;
}

.single-product div.product .woocommerce-product-gallery a.flex-next::after {
	transform: rotate(225deg);
	right: 2rem;
}

.single-product div.product .woocommerce-product-gallery a.flex-prev::before {
	transform: rotate(45deg);
	left: 2rem;
}

.single-product div.product .woocommerce-product-gallery ul.flex-direction-nav li a {
	color: #ccc;
}

.single-product div.product .woocommerce-product-gallery ul.flex-direction-nav li a:hover {
	text-decoration: none;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 3rem;
	right: 0;
	bottom: 3rem;
	left: 0;
	display: block;
	z-index: 99;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger img {
	display: none !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-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;
}

.single-product div.product .entry-summary {
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-basis: 100%;
	padding: 3rem;
}

@media screen and (min-width: 980px) {
	.single-product div.product .entry-summary {
		flex-basis: 30%;
	}
}

.single-product div.product .entry-summary .entry-title {
	font-weight: normal;
	font-size: 1.3rem;
	text-transform: uppercase;
}

.single-product div.product .entry-summary p.price {
	font-size: 2rem;
	margin: 2rem 0 0 0;
	padding: 0;
}

.single-product div.product .entry-summary .wc-gzd-additional-info {
	font-size: 0.8rem;
	padding: 0;
	margin: 0;
}

.single-product div.product .entry-summary .legal-price-info {
	margin-bottom: 3rem;
}

.single-product div.product .entry-summary .variations {
	text-align: left;
	position: relative;
}

.single-product div.product .entry-summary .variations .reset_variations {
	display: none !important;
	position: relative;
}

.single-product div.product .entry-summary .variations .reset_variations::after {
	content: "x";
	visibility: visible;
	position: absolute;
	top: 7px;
	left: 10px;
	color: #000000;
	font-weight: bold;
}

.single-product div.product .wc-tabs-wrapper {
	background: #E5E5E5;
	text-align: left;
	padding: 2rem 6rem 1rem 6rem;
	min-height: 500px;
}

.single-product div.product .woocommerce-tabs ul.tabs li {
	text-transform: uppercase;
	display: inline-block;
	margin: 2rem 3rem 2rem 0;
}

.single-product div.product .woocommerce-tabs ul.tabs li a, .single-product div.product .woocommerce-tabs ul.tabs li a:hover {
	text-decoration: none;
	color: black;
	outline: 0;
}

.single-product div.product .woocommerce-tabs ul.tabs li.active a {
	border-bottom: 1px solid #C63952;
	padding: 0;
}

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

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

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

/**
 * Checkout
 */
.woocommerce-checkout, .woocommerce-order-received {
	/** general page layout overwritings */
}

.woocommerce-checkout #masthead, .woocommerce-order-received #masthead {
	position: fixed;
}

.woocommerce-checkout #wrapper, .woocommerce-order-received #wrapper {
	margin-top: 60px;
	min-height: calc( 100vh - 60px);
	height: 100%;
	padding: 0;
}

.woocommerce-checkout #wrapper .main-content, .woocommerce-checkout #wrapper article,
.woocommerce-checkout #wrapper .entry-content,
.woocommerce-checkout #wrapper section.checkout,
.woocommerce-checkout #wrapper form.checkout.woocommerce-checkout,
.woocommerce-checkout #wrapper form.checkout.woocommerce-checkout .col2-set, .woocommerce-order-received #wrapper .main-content, .woocommerce-order-received #wrapper article,
.woocommerce-order-received #wrapper .entry-content,
.woocommerce-order-received #wrapper section.checkout,
.woocommerce-order-received #wrapper form.checkout.woocommerce-checkout,
.woocommerce-order-received #wrapper form.checkout.woocommerce-checkout .col2-set {
	min-height: 100%;
}

.woocommerce-checkout #wrapper .woocommerce, .woocommerce-order-received #wrapper .woocommerce {
	min-height: 100%;
	height: 100%;
}

.woocommerce-checkout #wrapper .login_title, .woocommerce-checkout #wrapper .express-checkout-title, .woocommerce-order-received #wrapper .login_title, .woocommerce-order-received #wrapper .express-checkout-title {
	margin: 0;
}

.woocommerce-checkout .ship-to-selection-section, .woocommerce-order-received .ship-to-selection-section {
	text-align: left;
}

.woocommerce-checkout .ship-to-selection-section label, .woocommerce-order-received .ship-to-selection-section label {
	display: inline-block;
}

.woocommerce-checkout .createaccount-note, .woocommerce-order-received .createaccount-note {
	font-size: 0.75rem;
}

@media screen and (min-width: 768px) {
	section.checkout {
		background-color: #F2F2F2;
		padding: 2rem;
	}
	section.checkout div.col2-set, section.checkout section.col2-set, section.checkout form.col2-set {
		display: flex;
		flex-wrap: wrap;
	}
	section.checkout div.col2-set > .col-1, section.checkout section.col2-set > .col-1, section.checkout form.col2-set > .col-1 {
		flex: 0 calc( 50% - 0.5rem);
		margin-right: 0.5rem;
	}
	section.checkout div.col2-set > .col-2, section.checkout section.col2-set > .col-2, section.checkout form.col2-set > .col-2 {
		flex: 0 calc( 50% - 0.5rem);
		margin-left: 0.5rem;
	}
	section.checkout .onethird.first {
		margin-top: 2rem;
	}
	section.checkout div.col2-set.onethird, section.checkout section.col2-set.onethird {
		display: block;
	}
	section.checkout div.col2-set.onethird:after, section.checkout section.col2-set.onethird:after {
		content: "";
		display: table;
		clear: both;
	}
	section.checkout div.col2-set.onethird div:nth-child(-n+2), section.checkout section.col2-set.onethird div:nth-child(-n+2) {
		margin-top: 0;
	}
	section.checkout div.col2-set.onethird > .col-1, section.checkout section.col2-set.onethird > .col-1 {
		width: calc(62.72% - 2rem);
		margin-right: 2rem;
		float: left;
	}
	section.checkout div.col2-set.onethird > .col-2, section.checkout section.col2-set.onethird > .col-2 {
		width: 37.28%;
		margin-left: 0;
		float: right;
	}
	section.checkout div.col2-set.onethird > .col-1,
	section.checkout div.col2-set.onethird > .col-2, section.checkout section.col2-set.onethird > .col-1,
	section.checkout section.col2-set.onethird > .col-2 {
		margin-bottom: 2rem;
	}
}

.checkout {
	/** thankyou page */
}

.checkout .checkout-box {
	padding: 2rem;
	background-color: white;
	text-align: left;
}

.checkout p {
	margin: 0.2rem 0;
}

.checkout .before-checkout-form {
	border-bottom: 1px solid #b4b4b4;
}

.checkout .before-checkout-form .woocommerce-form-login.show {
	padding-bottom: 2rem;
}

.checkout .checkout-navigation {
	margin-top: 0.5rem;
}

.checkout .checkout-navigation ul li {
	display: inline;
	list-style: none;
	padding: 0 1rem;
	position: relative;
}

.checkout .checkout-navigation ul .nav-cart a, .checkout .checkout-navigation ul .nav-customer-details a, .checkout .checkout-navigation ul .nav-order-payment a {
	text-decoration: none;
}

.checkout .checkout-navigation ul .nav-cart:after, .checkout .checkout-navigation ul .nav-customer-details:after, .checkout .checkout-navigation ul .nav-order-payment:after {
	content: ">";
	position: absolute;
	right: 0;
	transform: translate(50%, 0);
}

.checkout .checkout-navigation ul li.active {
	font-weight: bold;
}

.checkout .woocommerce-thankyou-order-received {
	margin: 3rem 0;
}

.checkout ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.checkout ul li {
	padding: 0;
	margin: 0;
}

.checkout p.form-row {
	float: left;
	width: 100%;
	position: relative;
	margin: 0.5rem 0;
}

.checkout p.form-row:after {
	content: "";
	clear: both;
	display: table;
}

.checkout p.form-row.col-2, .checkout p.form-row.col-1 {
	width: calc( 50% - 0.5rem);
}

.checkout p.form-row.col-1 {
	margin-right: 1rem;
}

.checkout p.form-row label {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0.5rem 0 0 0.8rem;
	font-size: 0.85rem;
	font-weight: normal;
	color: #292929;
	width: auto;
	text-align: left;
	z-index: 1;
}

.checkout p.form-row label[for="billing_country"],
.checkout p.form-row label[for="shipping_country"] {
	display: block;
}

.checkout p.form-row label.checkbox {
	position: initial;
	margin: 0;
	font-size: 1rem;
}

.checkout p.form-row input[type="text"],
.checkout p.form-row input[type="email"],
.checkout p.form-row input[type="url"],
.checkout p.form-row input[type="password"],
.checkout p.form-row input[type="search"],
.checkout p.form-row input[type="number"],
.checkout p.form-row input[type="tel"],
.checkout p.form-row input[type="range"],
.checkout p.form-row input[type="date"],
.checkout p.form-row input[type="month"],
.checkout p.form-row input[type="week"],
.checkout p.form-row input[type="time"],
.checkout p.form-row input[type="datetime"],
.checkout p.form-row input[type="datetime-local"],
.checkout p.form-row input[type="color"],
.checkout p.form-row textarea {
	padding: 2.3em 0 0.75em 0.75em;
}

.checkout p.form-row input, .checkout p.form-row textarea {
	background: #fdfcfc;
}

.checkout p.form-row .select2-container .select2-selection__rendered {
	padding: 20px 11px 0 11px;
}

.checkout p.form-row .select2-container--default .select2-selection--single {
	min-height: 3em;
	border-radius: 0;
	border: 1px solid #b4b4b4;
}

.checkout .button {
	margin: 2rem 0;
	width: fit-content;
}

.checkout .continue-order-button {
	clear: both;
	display: block;
}

.checkout .woocommerce-checkout-payment {
	padding: 0.5rem 1rem;
	text-align: left;
}

.checkout .woocommerce-checkout-payment ul {
	display: flex;
	font-size: 0.7rem;
	position: relative;
}

.checkout .woocommerce-checkout-payment ul li {
	flex: 0 calc( 25% - 2rem);
	border: 2px solid #575757;
	border-radius: 10px;
	padding: 1rem;
	text-align: center;
	margin: 1rem;
}

.checkout .woocommerce-checkout-payment ul li.active {
	border: 2px solid #00AFCB;
}

.checkout .woocommerce-checkout-payment ul li input[type="checkbox"], .checkout .woocommerce-checkout-payment ul li input[type="radio"] {
	display: none;
}

.checkout .woocommerce-checkout-payment ul li label {
	display: block;
}

.checkout .woocommerce-checkout-payment ul li label img {
	width: auto;
	height: 50px;
}

.checkout .woocommerce-checkout-payment ul li .payment_box {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	transform: translate(0, 100%);
}

.checkout .woocommerce-additional-fields #order_comments {
	min-height: 200px;
	transition: height 0.5s ease;
}

.checkout .woocommerce-additional-fields #order_comments.active {
	min-height: 350px;
}

.checkout table.shop_table {
	border-collapse: collapse;
	border-spacing: 0;
	text-align: left;
	background: none !important;
}

.checkout table.shop_table tr:before {
	content: '';
	display: table-row;
	height: 2rem;
}

.checkout table.shop_table tr.cart_item, .checkout table.shop_table tr.order_item {
	border-bottom: 1px solid #292929;
}

.checkout table.shop_table tr.cart_item:before, .checkout table.shop_table tr.order_item:before {
	height: 8rem;
}

.checkout table.shop_table tr.cart_item td.product-name .wc-gzd-product-name-left, .checkout table.shop_table tr.order_item td.product-name .wc-gzd-product-name-left {
	max-width: 10%;
}

.checkout table.shop_table tr.cart_item td.product-name .wc-gzd-product-name-right, .checkout table.shop_table tr.order_item td.product-name .wc-gzd-product-name-right {
	max-width: 70%;
}

.checkout table.shop_table tr.cart_item td.product-name .wc-gzd-product-name-right p, .checkout table.shop_table tr.order_item td.product-name .wc-gzd-product-name-right p {
	display: inline;
}

.checkout table.shop_table tr.cart_item td.product-name .wc-gzd-product-name-right .wc-gzd-cart-info, .checkout table.shop_table tr.order_item td.product-name .wc-gzd-product-name-right .wc-gzd-cart-info {
	font-size: 0.7rem;
	display: block;
}

.checkout table.shop_table tr.cart_item td.product-name .delivery-time-info, .checkout table.shop_table tr.order_item td.product-name .delivery-time-info {
	text-align: right;
}

.checkout table.shop_table tr td.actions {
	text-align: right;
	padding: 1rem 0;
}

.checkout table.shop_table ul {
	text-align: right;
	margin: 0;
}

.checkout table.shop_table ul li {
	list-style: none;
	margin: 0;
}

.checkout table.shop_table #shipping_method {
	margin: 0;
	padding: 0;
}

.checkout table.shop_table .product-total, .checkout table.shop_table .cart-subtotal td, .checkout table.shop_table tfoot td {
	text-align: right;
}

.checkout .payment-method-icon {
	max-width: 50px;
	height: auto;
}

.checkout .order-details-title-wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.checkout .order-received li.payment-method {
	display: flex;
	justify-content: flex-start;
	align-items: center;
}

.checkout .order-received li.payment-method p {
	margin-left: 2rem;
}

.checkout #checkout-review-shipping-address ul, .checkout #checkout-review-billing-address ul {
	padding: 0;
	margin: 0;
}

.checkout #checkout-review-shipping-address ul li, .checkout #checkout-review-billing-address ul li {
	text-align: left;
	margin: 0;
	padding: 0;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	flex-basis: max-content;
	justify-content: flex-start;
	align-items: flex-start;
	gap: 0 5px;
}

.checkout #checkout-review-shipping-address ul li h5, .checkout #checkout-review-billing-address ul li h5 {
	flex-basis: 30%;
	margin: 0.2rem 0;
	padding: 0;
}

.checkout #checkout-review-shipping-address ul li .order-review-billing-street-1, .checkout #checkout-review-shipping-address ul li .order-review-shipping-street-1, .checkout #checkout-review-billing-address ul li .order-review-billing-street-1, .checkout #checkout-review-billing-address ul li .order-review-shipping-street-1 {
	flex-grow: 1;
}

.checkout #checkout-review-shipping-address ul li .order-review-billing-street-2, .checkout #checkout-review-shipping-address ul li .order-review-shipping-street-2, .checkout #checkout-review-billing-address ul li .order-review-billing-street-2, .checkout #checkout-review-billing-address ul li .order-review-shipping-street-2 {
	margin-left: calc( 30% + 5px);
	flex-basis: 100%;
}

.checkout #checkout-review-shipping-address ul li .order-review-billing-zip, .checkout #checkout-review-shipping-address ul li .order-review-shipping-zip, .checkout #checkout-review-billing-address ul li .order-review-billing-zip, .checkout #checkout-review-billing-address ul li .order-review-shipping-zip {
	margin-left: calc( 30% + 5px);
}

.checkout .woocommerce-billing-fields__field-wrapper:after, .checkout .woocommerce-shipping-fields__field-wrapper:after, .checkout .woocommerce-additional-fields__field-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.checkout #ship-to-different-address-checkbox:before {
	display: none;
}

.woocommerce-form-login {
	overflow: hidden;
	max-height: 1000px;
}

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

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

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

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: #000000;
}

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: #000000;
	text-indent: 0;
	opacity: 0.25;
}

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

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

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

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

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: #000000;
	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: #e5e5e5;
}

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

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

.woocommerce-password-strength.good {
	color: #00AFCB;
}

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

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

.required {
	color: #f00;
}

/**
 * Notices
 */
.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments,
.woocommerce-error {
	display: block;
	text-align: center;
	padding: 2rem 0;
	align-items: center;
	margin: 2rem 0 2rem 0;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	background-color: #e5e5e5;
	clear: both;
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	background-color: #00AFCB;
}

.woocommerce-error {
	background-color: #661301;
}

/**
  * image gallery
  */
.pswp__bg {
	background: #fdfcfc;
}

.pswp__button, .pswp__button--arrow--left:before,
.pswp__button--arrow--right:before,
.woocommerce-product-gallery__trigger:before {
	background: url("assets/img/photoswipe-default-skin-dark.png") 0 0 no-repeat;
	background-size: 264px 88px;
}

.pswp__button--arrow--right:before {
	background-position: -94px -44px;
}

.pswp__button--arrow--left:before {
	background-position: -138px -44px;
}

.pswp__button--zoom {
	background-position: -88px 0;
}

.pswp__button--share {
	background-position: -44px -44px;
}

.pswp__button--close {
	background-position: 0 -44px;
}

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

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

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

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

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

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

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

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

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

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

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

/**
 * WooCommerce Sidebar
 */
.woocommerce #sidebar {
	grid-column-start: 1;
	grid-row-start: 2;
	text-align: left;
}

@media screen and (max-width: 768px) {
	.woocommerce #sidebar {
		grid-row-start: inherit;
		grid-column-start: inherit;
	}
}

.woocommerce #sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0 0 0 1.5rem;
}

.woocommerce #sidebar .woof_star_font, .woocommerce #sidebar .woof_star_selected select {
	color: #00AFCB;
}

/** specific for plugin WOOF Woocommerce Products Filter **/
.woof_container_inner {
	font-family: inherit !important;
}

.woof_container_inner a {
	outline: 0;
}

.woof_container_inner .woof_star_selected span {
	font-family: inherit !important;
	color: inherit;
}

.woof_container_inner .chosen-container .chosen-search {
	display: none;
}

.woof_container_inner .chosen-container .chosen-results li.highlighted {
	background-image: none;
	background: #00AFCB;
}

.woof_container_inner .chosen-container-active.chosen-with-drop .chosen-single {
	background: none;
}

.woof_container_inner .chosen-container .chosen-results-scroll-down span,
.woof_container_inner .chosen-container .chosen-results-scroll-up span,
.woof_container_inner .chosen-container-multi
.chosen-choices .search-choice .search-choice-close,
.woof_container_inner .chosen-container-single .chosen-search input[type=text],
.woof_container_inner .chosen-container-single .chosen-single abbr,
.woof_container_inner .chosen-container-single .chosen-single div b,
.woof_container_inner .chosen-rtl .chosen-search input[type=text] {
	background-size: 70px 60px !important;
	background-repeat: no-repeat !important;
}

.woof_container_inner .chosen-single {
	background: none;
	border: 1px solid #00AFCB;
	border-radius: 0;
	padding: 0.5rem;
	height: auto !important;
}

.woof_container_inner .chosen-single span {
	font-family: 'WalbaumGroteskText';
	color: #0f0f0f;
}

.woof_container_inner h4 {
	position: relative;
}

.woof_container_inner h4 img {
	display: none;
}

.woof_container_inner h4 a.woof_front_toggle {
	position: absolute;
	left: 0;
	right: 0;
	text-align: right;
	transition: transform 0.5s;
}

.woof_container_inner h4 a.woof_front_toggle::before {
	/** to provide an area to click, since we hide the img / font */
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	height: 30px;
}

.woof_container_inner h4 .woof_front_toggle_opened::after, .woof_container_inner h4 .woof_front_toggle_closed::after {
	color: #0f0f0f;
	content: "";
	position: absolute;
	width: 15px;
	height: 15px;
	top: 2px;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
	right: 10px;
}

.woof_container_inner h4 .woof_front_toggle_opened::after, .woof_container_inner h4 .woof_front_toggle_closed::after {
	transform: rotate(135deg);
	top: 10px;
}

.woof_container_inner h4 .woof_front_toggle_closed::after {
	top: 0;
	transform: rotate(315deg);
}

/**
 * WooCommerce Navigation (Categories)
 */
#term-navigation.shop-navigation {
	text-transform: uppercase;
	padding: 1rem;
	position: static;
	top: unset;
	grid-column-start: 2;
	grid-row-start: 1;
}

@media screen and (max-width: 768px) {
	#term-navigation.shop-navigation {
		grid-row-start: inherit;
		grid-column-start: inherit;
	}
}

#term-navigation.shop-navigation a {
	outline: 0;
	color: #0f0f0f;
	font-weight: normal;
}

#term-navigation.shop-navigation a:hover {
	color: #00AFCB;
}

#term-navigation.shop-navigation ul.topic-menu {
	margin: 3rem 0;
	text-align: left;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
	#term-navigation.shop-navigation ul.topic-menu {
		justify-content: space-between;
	}
}

#term-navigation.shop-navigation ul.topic-menu li {
	padding: 0.6rem 1rem;
}

#term-navigation.shop-navigation ul.topic-menu li.active a {
	font-weight: bold;
}

nav.woocommerce-breadcrumb {
	text-align: right;
	margin: 0 0 0.5rem 0;
	color: #0f0f0f;
	letter-spacing: 1px;
}

nav.woocommerce-breadcrumb a {
	color: #0f0f0f;
	text-decoration: none;
}

nav.woocommerce-breadcrumb a:hover {
	color: #00AFCB;
}

@media screen and (max-width: 768px) {
	nav.woocommerce-breadcrumb {
		display: none;
	}
}

/*# sourceMappingURL=woocommerce.css.map */