/*
Theme Name: luxed

WooCommerce styles override
*/

/**
 * Widgets
 */
.wc-block-components-price-slider__controls .wc-block-components-price-slider__amount {
	max-width: none;
}

.wc-block-components-price-slider__range-input-progress {
	--range-color: currentColor;
}

.wc-block-stock-filter .wc-block-stock-filter-list li input {
	margin-right: 5px;
}

body.rtl .wc-block-stock-filter .wc-block-stock-filter-list li input {
	margin-right: 0;
	margin-left: 5px;
}

.theme-twentytwenty .wc-block-grid.has-2-columns .wc-block-grid__product,
.wc-block-grid.has-2-columns .wc-block-grid__product {
	margin-bottom: var(--container-h-padding);
}

/**
 * Shop tables
 */
table.shop_table_responsive thead {
	display: none;
}

table.shop_table_responsive tbody th {
	display: none;
}

table.shop_table_responsive tr td {
	display: block;
	text-align: right;
	clear: both;
}

table.shop_table_responsive tr td::before {
	content: attr(data-title) ": ";
	float: left;
}

table.shop_table_responsive tr td.product-remove a {
	text-align: left;
}

table.shop_table_responsive tr td.product-remove::before {
	display: none;
}

table.shop_table_responsive tr td.actions::before,
table.shop_table_responsive tr td.download-actions::before {
	display: none;
}

table.shop_table_responsive tr td.download-actions .button {
	display: block;
	text-align: center;
}

@media screen and (min-width: 48em) {

	table.shop_table_responsive thead {
		display: table-header-group;
	}

	table.shop_table_responsive tbody th {
		display: table-cell;
	}

	table.shop_table_responsive tr th,
	table.shop_table_responsive tr td {
		text-align: left;
	}

	table.shop_table_responsive tr td {
		display: table-cell;
	}

	table.shop_table_responsive tr td::before {
		display: none;
	}
}

/**
 * Products
 */
ul.products {
	margin: 0;
	padding: 0;
}

ul.products li.product {
	list-style: none;
	position: relative;
	margin-bottom: 4em;
	overflow: hidden;

	transition: all .15s ease;
}

ul.products.list li.product {
	border: 1px solid var(--base-color-alt);
	transition: border-color .3s ease;
}

ul.products.list li.product:hover {
	border: 1px solid var(--base-color);
}

ul.products li.product:not(.product-category)>a {
	display: inherit;
	background-color: var(--base-color-alt);
}

.woocommerce-loop-category__title {
	font-size: 120%;
}

.woocommerce-loop-category__title mark {
	background: transparent;
}

ul.products li.product>.product-meta {
	position: relative;
	padding: var(--container-h-padding) 0 0;
}

ul.products li.product>.product-meta .price {
	border-bottom: 2px solid currentColor;
}

ul.products.list li.product>.product-meta {
	padding: var(--container-h-padding) 0;
}

ul.products.layout-one li.product>.product-meta>.price-hover>a {
	display: inline-flex;
    align-items: center;	
}

ul.products:not(.list) li.product>.product-meta>.price-hover {
	position: absolute;
	width: 100%;
	/*bottom: calc(var(--container-h-padding) - 1px);*/
	bottom: 0;
	padding-top: 5px;
	background: var(--body-background-color, #fff);
	opacity: 0;
	transition: all .15s ease;
}

ul.products:not(.list).layout-one li.product>.product-meta>.price-hover {
	display: flex;
    align-items: center;
    justify-content: center;
	height: 100%;
}

ul.products:not(.list).layout-two li.product>.product-meta>.price-hover {
	position: relative;
	bottom: auto;
	opacity: 1;
}

ul.products:not(.list) li.product>.product-meta>.price-hover>a.woo-button {
	display: inline-flex;
	font-size: 80%;
}

ul.products.list li.product>.product-meta .price {
	font-size: 150%;
}

ul.products:not(.layout-two) li.product>.product-meta>.price-hover>a.woo-button:first-of-type {
	padding-right: 10px;
}

ul.products li.product>.product-meta>.price-hover>a>i {
	padding-right: 5px;
}

ul.products li.product:hover>.product-meta>.price-hover,
ul.products li.product.hover>.product-meta>.price-hover,
ul.products li.product:focus>.product-meta>.price-hover,
ul.products li.product:active>.product-meta>.price-hover {
	opacity: 1;	
}

/* layout-two specific */
ul.products.layout-two:not(.list) .product>.product-meta {
	text-align: center;
}

ul.products.layout-two:not(.list) .product>.product-meta .price {
	border-bottom: none;
}

ul.products.layout-two:not(.list) .quantity .qty-plus,
ul.products.layout-two:not(.list) .quantity .qty-minus,
ul.products.layout-two:not(.list) .price-hover .ocwqv_ocqkvwbtn,
ul.products.layout-two.list .quantity {
	display: none !important;
}

ul.products.layout-two:not(.list) .price-hover {
    display: flex;
    justify-content: space-between;	
	margin-top: var(--container-h-padding);
}

ul.products.layout-two:not(.list) .price-hover .add_to_cart_button,
ul.products.layout-two:not(.list) .price-hover .product_type_variable,
ul.products.layout-two:not(.list) .price-hover .product_type_grouped {
	flex-grow: 1;
	text-align: center;
}

ul.products.layout-two:not(.list) .quantity input[type=number][class*="qty"] {
    width: 100px;
}

ul.products.layout-two:not(.list) .price-hover .add_to_cart_button,
ul.products.layout-two:not(.list) .price-hover .product_type_variable,
ul.products.layout-two:not(.list) .price-hover .product_type_grouped,
a.luxed-button.single_add_case_to_cart_button {
	display: flex;
	align-items: center;
	justify-content: center;
}

a.luxed-button.single_add_case_to_cart_button {
	margin-left: var(--container-h-padding);
}

.added_to_cart.wc-forward:not(.woo-button) {
	display: none;
}

.luxed-added-cart-details-body {
    overflow: hidden; 
    position: relative;
}

.luxed-added-cart-details-body:after {
    position: absolute;
    content: "";
    width: 100%; height: 100%; left: 0; top: 0;
	background-color: rgba(0,0,0,0.4);
	z-index: 52;
}

#luxed-added-cart-details-wrapper {
	display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.4);
    cursor: url(assets/images/x.png) 16 16,default;
    align-items: center;
}

#luxed-added-cart-details {
	display: flex;
	flex-wrap: wrap;	
	align-items: center;

    border: none;
    border-radius: 0;
    padding: 20px 20px 30px 20px;

	/*background-color: #fefefe;*/
	background-color: var(--body-background-color, #fefefe);
    margin: auto;
    width: 50%;
	max-width: 760px;
    position: relative;	

    cursor: default;	
}

#luxed-added-cart-details>section {
	width: 100%;
	margin-top: calc(var(--container-v-padding) / 2);
}

#luxed-added-cart-details>section>h2 {
	font-size: 1.4em;
	line-height: 1em;
}

#luxed-added-cart-details li.luxed-post.product a:not(.woocommerce-LoopProduct-link),
#luxed-added-cart-details li.luxed-post.product .price-hover {
	display: none;	
}

#luxed-added-cart-details li.luxed-post.product .product-meta {
	padding-bottom: 0;
}

#luxed-added-cart-details li.luxed-post.product .product-meta h2 {
	font-size: 1em;
	line-height: 1em;
}

#luxed-added-cart-details li.luxed-post.product {
	margin-bottom: 0;
}

#luxed-added-cart-details>div:nth-child(2) {
	padding-left: var(--container-h-padding);
}

#luxed-added-cart-details h5 {
	margin-bottom: 0 !important;
	font-weight: 500;	
	color: #008000;	
}

#luxed-added-cart-details>div img {
	width: 96px;
}

#luxed-added-cart-details>div svg {
	width: 16px;
	height: 16px;
}

#luxed-added-cart-details .view-cart-continue-browsing {
	display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-left: auto;
}

#luxed-added-cart-details .luxed-close-lightbox {
	position: absolute;
    right: -42px;
    top: 0;
    height: 32px;
    width: 32px;
    line-height: 32px;
    cursor: pointer;	
    z-index: 9999999;
}

@media (max-width: 768px) {
	#luxed-added-cart-details {
		width: 85%;
		justify-content: center;
	}
	
	#luxed-added-cart-details>* {
		margin-top: var(--container-h-padding);
	}

	#luxed-added-cart-details .view-cart-continue-browsing {
		margin-left: 0;		
	}	

	#luxed-added-cart-details>section {
		display: none;
	}

	#luxed-added-cart-details>div:nth-child(2) {
		padding-left: 0;
	}

    #luxed-added-cart-details .luxed-close-lightbox {
		right: -9px;
		top: -30px;
		height: 25px;
		line-height: 20px;
		width: 25px;
		background-color: #fff;
		border-radius: 50%;
		border: 3px solid #000;
    }

	#luxed-added-cart-details .luxed-close-lightbox img {
		filter: invert(1);
	}		
}
/* layout-two specific end */

.woocommerce-loop-product__link .price {
	font-weight: 500;
	color: var(--base-color-accent-alt);
}

/* Add to Cart & Select Options SVG icons */

ul.products .price-hover .add_to_cart_button svg,
ul.products .price-hover .product_type_variable svg,
ul.products .price-hover .product_type_grouped svg {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

ul.products.layout-one .price-hover .add_to_cart_button svg,
ul.products.layout-one .price-hover .product_type_variable svg,
ul.products.layout-one .price-hover svg#read-more,
ul.products.layout-one .price-hover svg#group-products {
	width: 16px;
	height: 16px;
	margin-right: 5px;
	vertical-align: text-bottom;
}

ul.products .price-hover svg * {
	stroke: currentColor !important;
	fill: currentColor !important;
}

ul.products.layout-two.list .price-hover .add_to_cart_button svg,
ul.products.layout-two.list .price-hover .product_type_variable svg,
ul.products.layout-two.list .price-hover .product_type_grouped svg {
	vertical-align: sub;
}

/* Add to Cart & Select Options SVG icons end*/

ul.products li.product .woocommerce-loop-product__title {
	margin-bottom: 5px;

	font-size: inherit;
	font-weight: inherit;
}

ul.products li.product img {
	display: block;
	width: 100%;
}

.woo-shuffle-gallery {
	position: relative;
}

.woo-shuffle-gallery>img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: 0.6s all ease-in-out;
}

.woo-shuffle-gallery>img:first-child {
	position: relative;
	opacity: 1;
}

.woo-shuffle-gallery:hover>img:first-of-type {
	opacity: 0;
}

.woo-shuffle-gallery:hover>img:last-of-type {
	opacity: 1;
}

ul.products li.product .button {
	display: block;
}

.result-count-order-by:empty {
	display: none !important;
}

.result-count-order-by {
	clear: both;	
	display: flex;	
	justify-content: flex-end;
	align-items: stretch;
	border-bottom: 1px solid var(--base-color-alt);
	padding-top: var(--container-v-padding);	
	padding-bottom: var(--container-v-padding);
	margin-top: calc(var(--container-v-padding) * -1);

	margin-block-end: var(--container-v-padding);
	z-index: 1;

}

.result-count-order-by>p {
	margin-bottom: 0;
	flex: auto;
}

/* hide quick view link for external products */
.product-type-external .ocwqv_ocqkvwbtn {
	display: none !important;
}

@media (max-width: 768px) {
	.result-count-order-by {
		flex-wrap: wrap;
		justify-content: space-between;
		margin-top: var(--container-v-padding);
		padding-top: 0;
	}

	.gridlist-toggle a:not(#filter) {
		display: none;
	}

	ul.products:not(.list) li.product>.product-meta>.price-hover {
		position: relative;
		bottom: auto;
		margin-top: .5em;
		opacity: 1;
	}

	.result-count-order-by>p {
		margin-bottom: 10px;
	}
}

@media screen and (min-width: 48em) {

	ul.products li.product {
		width: 30.79667%;
		float: left;
		margin-right: 3.8%;
	}

	ul.products li.product.first {
		clear: both;
	}

	ul.products li.product.last {
		margin-right: 0;
	}

	ul.products.columns-1 li.product {
		float: none;
		width: 100%;
	}

	ul.products.columns-2 li.product {
		width: 48.1%;
	}

	ul.products.columns-3 li.product {
		width: 30.79667%;
	}

	ul.products.columns-4 li.product {
		width: 22.15%;
	}

	ul.products.columns-5 li.product {
		width: 16.96%;
	}

	ul.products.columns-6 li.product {
		width: 13.49333%;
	}
}

/**
 * Single product
 */
.single-product div.product {
	position: relative;
	overflow: hidden;
}

.single-product div.product .woocommerce-product-gallery {
	position: relative;
	float: left;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger {
	position: absolute;
	top: 1em;
	right: 1em;
	display: block;
	color: transparent !important;	
	z-index: 1;
}

.single-product div.product .woocommerce-product-gallery .woocommerce-product-gallery__trigger::before {
    content: "";
	position: absolute;
    top: 50%;
    left: 50%;	
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url('assets/images/zoom-out-fixed.svg') no-repeat center center;
    background-size: contain;
	transform: translate(-50%, -50%);
}

.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: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: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:nth-child(5n) {
	margin-right: 0;
}

.single-product div.product .woocommerce-product-gallery.woocommerce-product-gallery--columns-5 .flex-control-thumbs li:nth-child(5n+1) {
	clear: both;
}

.stock:empty::before {
	display: none;
}

.stock.in-stock {
	color: #0f834d;
}

.stock.out-of-stock {
	color: #e2401c;
}

body.woocommerce-page #primary figure {
	margin: 0;
}

.woocommerce div.product div.images.woocommerce-product-gallery {
	position: relative;
}

.woocommerce div.product div.images {
	margin-bottom: 2em;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	float: left;
	width: 58%;
}

.woocommerce div.product div.summary {
	margin-bottom: 2em;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	float: right;
	width: 38%;
	clear: none;
}

.woocommerce div.product form.cart,
.woocommerce div.product .woocommerce-variation-add-to-cart {
	clear: both;
	margin-top: var(--container-h-padding);
	margin-bottom: var(--container-h-padding);
}

.woocommerce div.product .woocommerce-variation-add-to-cart {
	margin-top: 0;
}

/* variaons table */
.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th,
#ocwqv_qview_popup .variations td,
#ocwqv_qview_popup .variations th {
	padding-top: 0;
	padding-right: 0;
	padding-left: 0;
	line-height: 1em;
	border: none;
	background-color: transparent !important;
}

.woocommerce div.product form.cart .variations td label,
#ocwqv_qview_popup .variations td label {
	font-weight: 500;
}

.reset_variations {
	display: inline-block;
	position: relative;
	margin-left: 10px;
}

.reset_variations:before {
	content: 'x';
	display: inline-block;
	margin-right: 5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	text-align: center;
	color: var(--button-color);
	background: var(--button-background);
	transition: background-color 0.2s, color 0.2s;
	vertical-align: text-bottom;
}

@media screen and (max-width: 678px) {
	.reset_variations {
		text-indent: -9999px;
	}

	.reset_variations:before {
		float: left;
		text-indent: 0;
	}
}

.reset_variations:hover:before {
	background: var(--base-color-accent-alt);
}

/* quickview window */
.ocwqv_qview_modal-content {
	border: none;
	border-radius: 0;
	padding: 20px 20px 15px 20px;
	background-color: var(--body-background-color, #fefefe);
}

.ocwqv_qview_image img {
	display: block;
}

.ocwqv_qview_btn_div {
	clear: both;
	padding-top: var(--container-h-padding);
	font-size: 1.2em;	
}

/* price */
div.product .summary p.price,
.woocommerce-variation-price,
#ocwqv_qview_popup p.price,
#ocwqv_qview_popup .woocommerce-variation-price {
	display: block;
	font-size: 170%;
	line-height: 1em;
}

.woocommerce-variation-price,
#ocwqv_qview_popup .woocommerce-variation-price {
	margin-bottom: var(--container-h-padding);
}

/* qty */
input.qty::-webkit-outer-spin-button,
input.qty::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input.qty[type=number] {
	-moz-appearance: textfield;
	appearance: textfield;
}

div.quantity:not(.hidden),
div.woocommerce-variation-add-to-cart {
	display: flex;
	align-items: stretch;

	float: left;
	margin-right: var(--container-h-padding);
}

.woocommerce .quantity input[type=number][class*="qty"] {
	width: 60px;
	text-align: center;
	border-width: 1px;
}

.woocommerce .quantity input[class*="qty"] {
	float: left;
}

.woocommerce .quantity input.qty-minus[type=button],
.woocommerce .quantity input.qty-plus[type=button] {
	min-width: 55px;
	margin-left: 5px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: 900;
	background: var(--button-background);
	color: var(--button-color);
	font-size: 20px;
	padding: calc(var(--container-h-padding) - 5px) var(--container-h-padding) calc(var(--container-h-padding) - 4px);
}

/* add to cart button */
body.single-product .woocommerce-variation-add-to-cart,
body.single-product form.cart:not(.variations_form):not(.grouped_form),
.ocwqv_qview_summaary form:not(.grouped_form) {
	display: flex;
	align-items: stretch;
}

.ocwqv_qview_summaary .variations_form.cart {
	flex-direction: column;
}

body.single-product .woocommerce-variation-add-to-cart .single_add_to_cart_button.button,
body.single-product form.cart:not(.variations_form):not(.grouped_form) .single_add_to_cart_button.button,
.ocwqv_qview_summaary form:not(.grouped_form) .single_add_to_cart_button.button {
	white-space: nowrap;
}

/* gallery */
.woocommerce-product-gallery__image img {
	display: block;
	width: 100%;
}

.woocommerce-product-gallery__trigger {
	display: block;
	height: 2em;
	width: 2em;
	background: #fff;
	border-radius: 50%;
	line-height: 2em;
	text-align: center;
}

.woocommerce-product-gallery__trigger>img {
	filter: brightness(0.4);
}

/* product flex thumbs */
.flex-control-thumbs img {
	border: 2px solid transparent !important;
	border-radius: 4px;
}

.flex-control-thumbs img.flex-active {
	border-color: var(--base-color) !important;
}

/* product meta */
.summary .product_meta {
	margin-top: var(--container-h-padding);
}

.product_meta>span {
	display: block;
	clear: both;
	font-weight: 500;
}

.product_meta>span>span {
	font-weight: normal;
}

@media screen and (min-width: 679px) {
	.single-product div.product .woocommerce-product-gallery .flex-viewport {
		float: left;
		width: calc(100% - calc(100px + var(--container-h-padding))) !important;
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs {
		float: left;
		width: calc(100px + var(--container-h-padding));
	}

	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
		clear: none !important;
	}
}

@media screen and (max-width: 678px) {
	.single-product div.product .woocommerce-product-gallery .flex-control-thumbs li {
		width: 25%;
	}

	.woocommerce #content div.product div.images,
	.woocommerce div.product div.images,
	.woocommerce-page #content div.product div.images,
	.woocommerce-page div.product div.images,

	.woocommerce #content div.product div.summary,
	.woocommerce div.product div.summary,
	.woocommerce-page #content div.product div.summary,
	.woocommerce-page div.product div.summary {
		float: none;
		width: 100%;
	}

	table.variations select,
	table.variations input,
	table.variations textarea {
		width: 75%;
	}
}

/**
 * Cart & Checkout
 */
table.shop_table_responsive tr td.product-remove {
	text-align: center;
}

table.shop_table_responsive tr td.actions {
	background-color: transparent !important;
}

table.shop_table_responsive tr td.actions>div {
	float: left;
}

table.shop_table_responsive tr td.actions>div>label {
	font-weight: 500;
}

table.shop_table_responsive tr td.actions>button {
	float: right;
}

.product-remove>a {
	display: inline-block;
	width: 24px;
	height: 24px;
	text-align: center !important;
	line-height: 19px;
	font-size: 24px;
	border-radius: 50%;
}

.product-remove>a:hover,
.product-remove>a:active,
.product-remove>a:focus {
	background-color: #FF0004 !important;
	color: #fff !important;
}

.product-thumbnail>a>img {
	display: block;
	max-width: 150px;
	height: auto;
}

.shop_table.cart td.actions .coupon {
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 1fr;
	width: 100%;
}

@media screen and (max-width: 679px) {

	.shop_table.cart td.actions {
		display: inline-block;
	}

	.shop_table.cart td.actions .coupon {
		margin-bottom: var(--container-h-padding);
	}

	.shop_table.cart td.actions .coupon>* {
		width: 100%;
	}

	.shop_table.cart tr:not(:last-of-type) {
		display: inline-block;
		margin-bottom: var(--container-h-padding);
	}

	table.shop_table_responsive tr td {
		display: inline-block;
		width: 100%;
	}

	.shop_table.cart td.actions .coupon {
		text-align: left;
	}

	table.shop_table_responsive tr td.actions>button {
		float: none;
		width: 100%;
	}

	.shop_table_responsive.cart td.product-quantity div.quantity {
		float: right;
		margin-right: 0;
	}

	table.shop_table_responsive tr td.product-thumbnail::before {
		display: none;
	}

	.shop_table.cart .product-thumbnail>a>img {
		max-width: 100%;
		width: 100%;
	}

	.product-remove>a {
		background-color: #FF0004 !important;
		color: #fff !important;

	}

	.shop_table #shipping_method {
		list-style: none;
		padding: 0;
	}

	.wc-proceed-to-checkout>a.button {
		display: block;
		width: 100%;
		text-align: center;
	}

}

@media screen and (min-width: 678px) {
	.shop_table.cart td.actions .coupon {
		/*grid-template-columns: 1fr 3fr 2fr;*/
		grid-template-columns: 1fr 3fr 1fr;
		width: auto;
	}

	.shop_table.cart td.actions .coupon label {
		line-height: 3em;
	}

	.shop_table.cart td.actions .coupon .button {
		width: 40%;
	}

	.col2-set .form-row-first {
		float: left;
		margin-right: 3.8%;
	}

	.col2-set .form-row-last {
		float: right;
		margin-right: 0;
	}

	.col2-set .form-row-first,
	.col2-set .form-row-last {
		width: 48.1%;
	}
}

/**
 * Checkout Page
 */
body.woocommerce-checkout #customer_details {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-rows: 1fr;
}

body.woocommerce-checkout #customer_details>.col-1 {
	padding-right: calc(var(--container-v-padding) / 2);
}

body.woocommerce-checkout #customer_details>.col-2 {
	padding-left: calc(var(--container-v-padding) / 2);
}

body.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p {
	width: 100%;
	clear: both;
}

body.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p>label {
	font-weight: 500;
}

body.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p>span>input,
body.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p>span>select,
body.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p>span>textarea,
body.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p>label {
	display: block;
	width: 100%;
	clear: both;
}

body.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p,
body.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p .selection body.woocommerce-checkout #customer_details .woocommerce-billing-fields__field-wrapper>p .select2 {
	position: relative;
}

h3#order_review_heading {
	margin: var(--container-v-padding) 0;
}

.woocommerce-terms-and-conditions-wrapper {
	margin-bottom: var(--container-h-padding);
}

#shipping_method.woocommerce-shipping-methods,
.wc_payment_methods.payment_methods.methods {
	list-style: none;
	padding-left: 0;
	;
}

.wc_payment_methods.payment_methods.methods .payment_box {
	position: relative;
	padding: 0.75rem 1.25rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
	color: #818182;
	background-color: #fefefe;
	border-color: #fdfdfe;
}

body:not(.woocommerce-cart) #shipping_method.woocommerce-shipping-methods {
	margin-bottom: 0;
}


/* Two column checkout page */
body.woocommerce-checkout #customer_details {
	grid-template-columns: 1fr;
}

body.woocommerce-checkout .checkout.woocommerce-checkout .woocommerce-additional-fields {
	margin: var(--container-v-padding) 0 0 0;
}
/* Two column checkout page end */

@media screen and (min-width: 1025px) {
	/* Two column checkout page */
	body.woocommerce-checkout .checkout.woocommerce-checkout {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		align-items: flex-start;
	}

	body.woocommerce-checkout .checkout.woocommerce-checkout>div {
		width: 48%;
	}

	body.woocommerce-checkout #customer_details>.col-1 {
		padding-right: 0;
	}

	body.woocommerce-checkout h3#order_review_heading {
		margin: 0 0 20px 0;
	}
	/* Two column checkout page end */

	body.woocommerce-checkout .woocommerce-columns.woocommerce-columns--2 {
		display: flex;
		flex-flow: wrap;
	}

	body.woocommerce-checkout .woocommerce-columns.woocommerce-columns--2>div {
		flex: 0 0 50%;
		padding-right: var(--elementor-h-padding);
	}
}

@media screen and (max-width: 1024px) {
	/* Two column checkout page */
	body.woocommerce-checkout #customer_details>.col-1 {
		padding-right: 0;
	}
	/* Two column checkout page end */
}

/**
 * General WooCommerce components
 */

/**
 * Header cart
 */
.site-header-cart {
	position: relative;
	margin: 0;
	padding: 0;
}

.site-header-cart .cart-contents {
	text-decoration: none;
}

.site-header-cart .widget_shopping_cart {
	display: none;
}

.site-header-cart .product_list_widget {
	margin: 0;
	padding: 0;
}

.luxed-menu-mobile-extras .shop-basket,
.luxed-menu-mobile-extras .cart-contents,

.luxed-menu-item-extras .shop-basket,
.luxed-menu-item-extras .cart-contents {
	position: relative;
}

.luxed-menu-mobile-extras .basket-count,
.luxed-menu-item-extras .basket-count,
a.shop-basket .basket-count {
	position: absolute;
	display: inline-block;
	top: -10px;
	left: -35px;

	width: 18px;
	height: 18px;
	background: var(--button-background);
	color: var(--button-color);
	line-height: 18px;
	font-size: 60%;
	text-align: center;
	border-radius: 50%;

	box-shadow: 0px 0px 1px 1px rgba(0,0,0,0.2);
}

.luxed-menu-mobile-extras #luxed-shopping-bag-svg,
.luxed-menu-item-extras #luxed-shopping-bag-svg,
a.shop-basket #luxed-shopping-bag-svg {
	float: left;
    top: -2px;
    position: relative;
	width: 1.5em;
	height: 1.5em;
}

.luxed-menu-mobile-extras #luxed-shopping-bag-svg rect,
.luxed-menu-mobile-extras #luxed-shopping-bag-svg path,

.luxed-menu-item-extras #luxed-shopping-bag-svg rect,
.luxed-menu-item-extras #luxed-shopping-bag-svg path,

a.shop-basket #luxed-shopping-bag-svg rect,
a.shop-basket #luxed-shopping-bag-svg path {
	stroke: currentColor;
}

.luxed-menu-mobile-extras .amount,
.luxed-menu-item-extras .amount,
a.shop-basket .amount {
	padding-left: 5px;
}

.luxed-menu-item-extras .mega-menu.woocommerce-cart-mega-menu {
	min-width: 300px !important;
    max-width: 300px !important;
	padding: 10px;
}

/**
 * Order List Widget
 */
#woocommerce-cart-wrapper {
	z-index: 51;
}

.woocommerce ul.cart_list li,
.woocommerce ul.product_list_widget li {
	margin: var(--container-h-padding) 0;

	list-style: none;
	clear: both;

	box-shadow: 1px 1px 5px 0px rgba(0, 0, 0, .05);
	border-radius: 5px;
	overflow: hidden;
}

.woocommerce ul.cart_list li:first-child,
.woocommerce ul.product_list_widget li:first-child {
	margin-top: 0;
}

.woocommerce ul.cart_list li:last-child,
.woocommerce ul.product_list_widget li:last-child {
	margin-bottom: 5px;
	/*as long as shadow*/
}

.woocommerce ul.cart_list li a,
.woocommerce ul.product_list_widget li a {
    display: block !important;
    max-width: 100%;
    white-space: normal;
    word-break: break-word;
}

.woocommerce ul.product_list_widget {
	display: block;
	max-width: 100%;
	max-height: 280px;
	overflow: hidden;
	margin: 0;
	padding-left: 0;
}

.luxed-side-panel-woocommerce-cart ul.product_list_widget,
.luxed-side-panel-woocommerce-cart .widget_shopping_cart_content {
	max-height: calc(100vh - 216px);
	height: calc(100vh - 216px);
}

body.admin-bar .luxed-side-panel-woocommerce-cart ul.product_list_widget,
body.admin-bar .luxed-side-panel-woocommerce-cart .widget_shopping_cart_content {
	max-height: calc(100vh - 248px);
	height: calc(100vh - 248px);
}

.luxed-side-panel-woocommerce-cart ul.cart_list li,
.luxed-side-panel-woocommerce-cart ul.product_list_widget li {
	border-radius: 0;
}

.woocommerce ul.product_list_widget li:first-child {
	padding-top: 0 !important;
}

.woocommerce ul.product_list_widget li img {
	width: 64px;
	margin-right: 20px;
}

.woocommerce ul.product_list_widget li span.img-wrap {
	display: block;
	float: left;
}

.woocommerce ul.product_list_widget li a:hover>span.product-name {
	text-decoration: underline;
}

.woocommerce ul.product_list_widget li a span {
	max-width: 70%;
}

.woocommerce ul.product_list_widget li span.quantity {
	opacity: .6;
}

.woocommerce ul.product_list_widget li span.quantity>.times:before {
	display: inline-block;
	content: "X";
	padding: 0 5px;
}

.woocommerce ul.product_list_widget li a.remove {
	position: absolute;
	right: -25px;	
	color: currentColor !important;
	background-color: transparent !important;
	padding-top: 0;
	z-index: 999;
}

.woocommerce ul.product_list_widget li a.remove:hover {
	opacity: .5;
}

.woocommerce ul.product_list_widget li .variation {
	display: flex;
	margin: 0 0 5px 0;
}

.woocommerce ul.product_list_widget li .variation dd {
	margin: 0 0 0 5px;
}

.woocommerce-mini-cart__buttons.buttons {
	display: flex;
	justify-content: space-between;
}

.woocommerce-mini-cart__buttons.buttons>.button {
	width: 49%;
}

.woocommerce-mini-cart__buttons.buttons>.button:first-of-type,
.woocommerce-mini-cart__buttons.buttons>.button:last-of-type {
	padding: calc(var(--container-h-padding) / 2) var(--container-h-padding);
	text-align: center;
	text-transform: uppercase;
}

.woocommerce-mini-cart__total {
	padding-top: var(--container-h-padding);
}

.widget_shopping_cart_content>p:last-of-type {
	margin-bottom: 0;
}

.widget_shopping_cart_content .slimScrollBar {
	right: auto !important;
	left: 0 !important;
}

.widget_shopping_cart_content:empty::before {
	content: attr(data-empty_cart_text);
	display: block;
	font-weight: 700;
}

/**
 * Star rating
 */
.star-rating {
	overflow: hidden;
	position: relative;
	height: 1.618em;
	line-height: 1.618;
	width: 5.3em;
	font-family: star;
	font-weight: 400;
}

.products.layout-one.grid .star-rating {
	margin: 0 auto;
}

.star-rating::before {
	content: "\53\53\53\53\53";
	opacity: 0.25;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

.star-rating span {
	overflow: hidden;
	float: left;
	top: 0;
	left: 0;
	position: absolute;
	padding-top: 1.5em;
}

.star-rating span::before {
	content: "\53\53\53\53\53";
	top: 0;
	position: absolute;
	left: 0;
	color: var(--base-color-accent-alt);
}

p.stars a {
	position: relative;
	height: 1em;
	width: 1em;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
	margin-right: 1px;
	font-size: 1.5rem;
	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: var(--base-color-accent-alt);
	text-indent: 0;
	opacity: 0.25;
}

p.stars a:hover~a::before {
	content: "\53";
	color: var(--base-color-accent-alt);
	opacity: 0.25;
}

p.stars:hover a::before {
	content: "\53";
	color: var(--base-color-accent-alt);
	opacity: 1;
}

p.stars.selected a.active::before {
	content: "\53";
	color: var(--base-color-accent-alt);
	opacity: 1;
}

p.stars.selected a.active~a::before {
	content: "\53";
	color: var(--base-color-accent-alt);
	opacity: 0.25;
}

p.stars.selected a:not(.active)::before {
	content: "\53";
	color: var(--base-color-accent-alt);
	opacity: 1;
}

.summary .woocommerce-product-rating {
	margin-bottom: var(--container-h-padding);
}

/**
 * Tabs
 */
.woocommerce-tabs.wc-tabs-wrapper {
	display: block;
	clear: both;
}

.woocommerce-tabs ul.tabs {
	display: flex;
	width: 100%;
	margin: 0;
	padding: 0;
	flex-wrap: wrap;
	justify-content: center;
	align-items: flex-start;

	list-style: none;
	text-align: left;
}

.woocommerce-tabs ul.tabs li {
	display: inline-block;
	margin: 0 var(--inner-padding);
	position: relative;
}

.woocommerce-tabs ul.tabs li.active {
	border-bottom: 1px solid var(--base-color);
}

.woocommerce-tabs ul.tabs li a {
	padding: 1em 0;
	display: block;
}

.woocommerce-tabs .panel h2:first-of-type {
	margin-bottom: 1em;
}

/**
 * Password strength meter
 */
.woocommerce-password-strength {
	text-align: right;
}

.woocommerce-password-strength.strong {
	color: #0f834d;
}

.woocommerce-password-strength.short {
	color: #e2401c;
}

.woocommerce-password-strength.bad {
	color: #e2401c;
}

.woocommerce-password-strength.good {
	color: #3d9cd2;
}

/**
 * Forms
 */
.form-row.woocommerce-validated input.input-text {
	box-shadow: inset 2px 0 0 #0f834d;
}

.form-row.woocommerce-invalid input.input-text {
	box-shadow: inset 2px 0 0 #e2401c;
}

.required {
	color: #f00;
}

.woocommerce-ordering select,
.shipping-calculator-form select,
.shipping-calculator-form input[type="text"],
.woocommerce-cart-form__contents .coupon input[type="text"] {
	border-width: var(--woocommerce-form-border-width);
	padding: 9px;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.select2-dropdown {
	border-width: var(--woocommerce-form-border-width);
}

.shipping-calculator-form input[type="text"] {
	/*change address*/
	width: 100%;
}

p.return-to-shop,
.wc-proceed-to-checkout {
	display: flex;
}

.wc-block-components-form .wc-block-components-text-input input[type=email],
.wc-block-components-form .wc-block-components-text-input input[type=number],
.wc-block-components-form .wc-block-components-text-input input[type=tel],
.wc-block-components-form .wc-block-components-text-input input[type=text],
.wc-block-components-form .wc-block-components-text-input input[type=url],
.wc-block-components-text-input input[type=email],
.wc-block-components-text-input input[type=number],
.wc-block-components-text-input input[type=tel],
.wc-block-components-text-input input[type=text],
.wc-block-components-text-input input[type=url],
.wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-form .wc-block-components-combobox .wc-block-components-combobox-control input.components-combobox-control__input,
.wc-block-components-notice-banner {
	border-radius: var(--woocommerce-form-border-radius) !important;
}

.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: initial !important;
    font-weight: initial !important;
}

/**
* Cart Page : Change Address
*/
.shipping-calculator-button {
	display: inline-block;
	margin-bottom: var(--container-h-padding);
}

/**
 * Notices
 */
#tab-reviews #reviews #comments {
	margin-bottom: var(--container-h-padding);
}

.woocommerce-notices-wrapper:after {
    content: '';
    display: inline-block;
    clear: both;
}

.woocommerce-message,
.woocommerce-info,
.woocommerce-error,
.woocommerce-noreviews,
p.no-comments {
	display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    align-items: center;

	color: #155724;
	background-color: #d4edda;
	border-color: #c3e6cb;
	clear: both;

	position: relative;
	padding: 0.75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.25rem;
}

body.rtl .woocommerce-message,
body.rtl .woocommerce-info,
body.rtl .woocommerce-error,
body.rtl .woocommerce-noreviews,
body.rtl p.no-comments {
	text-align: right;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
.woocommerce-message a.button,
.woocommerce-info a.button,
.woocommerce-error a.button,
.woocommerce-noreviews a.button,
p.no-comments {
	color: #155724;
	border: none !important;
}

ul.woocommerce-message,
ul.woocommerce-info,
ul.woocommerce-error,
ul.woocommerce-noreviews {
	padding: var(--container-h-padding) calc(var(--container-h-padding) * 2);
}

.woocommerce-info,
.woocommerce-noreviews,
p.no-comments {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

@media screen and (max-width: 1024px) {
	.woocommerce-message,
	.woocommerce-info,
	.woocommerce-error,
	.woocommerce-noreviews {
		display: flex;
		align-items: center;
		flex-direction: column;
	}
}

.woocommerce-info a,
.woocommerce-noreviews a,
p.no-comments a {
	color: #0c5460 !important;
}

.woocommerce-error {
	color: #856404;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.woocommerce-error a {
	color: #856404 !important;
}

.demo_store {
	position: fixed;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	padding: 1em;
	color: #004085;
	background-color: #cce5ff;
	border-color: #b8daff;
	z-index: 9999;
}

.demo_store a {
	color: #004085;
}

.woocommerce-message a,
.woocommerce-info a,
.woocommerce-error a,
.woocommerce-noreviews a,
p.no-comments a {
	padding: 0 !important;
	float: right;
	background-color: rgba(0, 0, 0, 0) !important;
	font-size: inherit !important;
	letter-spacing: inherit !important;
	border-bottom: 1px solid currentColor;
}

body.rtl .woocommerce-message a,
body.rtl .woocommerce-info a,
body.rtl .woocommerce-error a,
body.rtl .woocommerce-noreviews a,
body.rtl p.no-comments a {
	float: left;
}

@media screen and (min-width: 48em) {

	/**
	 * Header cart
	 */
	.site-header-cart .widget_shopping_cart {
		position: absolute;
		top: 100%;
		width: 100%;
		z-index: 999999;
		left: -999em;
		display: block;
		box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	}

	.site-header-cart:hover .widget_shopping_cart,
	.site-header-cart.focus .widget_shopping_cart {
		left: 0;
		display: block;
	}
}

/**
 * Comments & Reviews
 */
.commentlist {
	margin: 0;
	padding: 0;
}

.commentlist .comment_container {
	clear: both;
	margin-bottom: var(--inner-padding);
	padding: var(--inner-padding);
	border: 1px solid var(--base-color-alt);
	transition: border-color .3s ease;
}

.commentlist .comment_container:hover {
	border-color: var(--base-color);
}

.commentlist .comment_container .avatar {
	display: inline-block;
	margin-right: 20px;
	border-radius: 50%;
}

.commentlist .comment_container .description {
	display: inline-block;
	width: 100%;
	margin-top: 20px;
	padding-top: 20px;
	border-top: 1px solid var(--base-color-alt);
}

/* comment form */
#review_form_wrapper p.form-submit {
	margin-bottom: 0;
}

#review_form_wrapper .comment-form {
	display: flex;
	flex-wrap: wrap;
	flex: 0 0 49%;
	justify-content: space-between;
}

#review_form_wrapper .comment-form p {
	width: 49%;
}

#review_form_wrapper .comment-form p.stars {
	width: 100%;
}

#review_form_wrapper .comment-form .comment-notes,
#review_form_wrapper .comment-form .comment-form-comment,
#review_form_wrapper .comment-form .comment-form-cookies-consent,
#review_form_wrapper .comment-form .form-submit {
	width: 100%;
}

#review_form_wrapper .comment-form p:not(.comment-form-cookies-consent)>label {
	display: block;
}

#review_form_wrapper .comment-form p>input:not([type="submit"]):not([type="checkbox"]) {
	width: 100%;
}

#review_form_wrapper .required {
	color: red;
}

#review_form_wrapper .comment-form p:not(.comment-form-cookies-consent) {
	position: relative;
}

#review_form_wrapper .comment-form p:not(.comment-form-cookies-consent)>label,
#review_form_wrapper .comment-form p:not(.comment-form-cookies-consent)>label+.required {
	display: none;
}

#review_form_wrapper .submit {
	text-transform: uppercase;
}

@media (max-width: 768px) {
	#review_form_wrapper .comment-form p {
		width: 100%;
	}
}

/**
 * Pagination
 */
.woocommerce-pagination {
	display: block;
	clear: both;
}

/**
* Related Products
*/
body.single-product .related.products {
	margin-top: var(--container-v-padding);
}

/**
 * Sale Badge
 */
body.single-product.woocommerce-page .summary .onsale {
	display: inline-block;
	margin-bottom: var(--container-h-padding);
	padding-top: calc(var(--container-h-padding) / 2);
	padding-right: var(--container-h-padding);
	padding-bottom: calc(var(--container-h-padding) / 2);
	padding-left: var(--container-h-padding);

	border: 1px solid var(--base-color);
	border-radius: 5px;
}

body:not(.single-product).woocommerce-page .onsale,
body.single-product .related .onsale,
body.single-product .upsells .onsale {
	width: 50px;
	height: 42px;
	position: absolute;
	background-color: var(--button-background);
	left: 0;
	color: var(--button-color);
	font-size: 80%;
	text-align: center;
	z-index: 50;
}

body:not(.single-product).woocommerce-page .onsale span,
body.single-product .related .onsale span,
body.single-product .upsells .onsale span {
	width: 100%;
	position: relative;
	top: 15px;
	transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
}

body:not(.single-product).woocommerce-page .onsale:after,
body.single-product .related .onsale:after,
body.single-product .upsells .onsale:after {
	content: "";
	position: absolute;
	right: 0;
	width: 0;
	height: 0;
	bottom: -15px;
	left: 0;
	border-left: 25px solid var(--button-background);
	border-right: 25px solid var(--button-background);
	border-bottom: 15px solid transparent;
}


/**
 * WooCommerce widgets
 */

/**
 * WooCommerce Price Filter
 */
.widget_price_filter .price_slider {
	margin-bottom: 1.5em;
}

.widget_price_filter .price_slider_amount {
	text-align: right;
	line-height: 2.4;
}

.widget_price_filter .price_slider_amount .button {
	float: left;
}

.widget_price_filter .ui-slider {
	position: relative;
	text-align: left;
}

.widget_price_filter .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1em;
	height: 1em;
	cursor: ew-resize;
	outline: none;
	background: #4169e1;
	box-sizing: border-box;
	margin-top: -0.25em;
	opacity: 1;
}

.widget_price_filter .ui-slider .ui-slider-handle:last-child {
	margin-left: -1em;
}

.widget_price_filter .ui-slider .ui-slider-handle:hover,
.widget_price_filter .ui-slider .ui-slider-handle.ui-state-active {
	box-shadow: 0 0 0 0.25em rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	background: #4169e1;
}

.widget_price_filter .price_slider_wrapper .ui-widget-content {
	background: rgba(0, 0, 0, 0.1);
}

.widget_price_filter .ui-slider-horizontal {
	height: 0.5em;
}

.widget_price_filter .ui-slider-horizontal .ui-slider-range {
	height: 100%;
}

/**
 * Grid / List Toggle
 */
ul.products.grid .woocommerce-product-details__short-description {
	display: none;
}

ul.products.grid hr {
	display: none;
}

@media (min-width: 769px) {
	ul.products.list li.product {
		float: none !important;
		width: 100% !important;
		text-align: left !important;

		display: grid;
		grid-template: 1 1;
		display: grid;
		grid-template-columns: 1fr 2fr;
		grid-template-rows: 1fr;
		grid-column-gap: 20px;
		grid-row-gap: 0px;		
	}

	ul.products.list li.product .woocommerce-loop-product__title,
	ul.products.list li.product .woocommerce-loop-category__title {
		clear: none;
	}

	ul.products.list li.product:after {
		content: "";
		display: block;
		clear: both;
	}

	ul.products.list li.product img {
		/*width: 30.75% !important;*/
		width: 100% !important;
		float: left;
		-webkit-transition: none !important;
		transition: none !important;
		margin-right: 3.8% !important;
	}

	ul.products.list li.product h3,
	ul.products.list li.product .woocommerce-product-details__short-description,
	ul.products.list li.product .price,
	ul.products.list li.product .gridlist-buttonwrap {
		/*width: 65.4%;*/
		width: 100%;
		float: right;
		clear: none;
	}

	ul.products.list li.product .woocommerce-product-details__short-description {
		/*width: auto !important;*/
		padding-right: var(--container-h-padding);
	}
	
	ul.products.list li.product .product-meta .woocommerce-loop-product__link {
		display: inline-block;
		margin-bottom: var(--container-v-padding);
	}	

	ul.products.list li.product .price {
		border: none;
	}

	ul.products.list li.product div[itemprop="description"] {
		display: block;
	}

	ul.products.list li.product .star-rating {
		margin: 0 0 1em;
	}

	ul.products.list li.product .gridlist-buttonwrap {
		margin-bottom: 1.5em;
	}

	ul.products.list li.product hr {
		clear: both;
	}
}

.gridlist-toggle {
	display: flex;
}

.gridlist-toggle a {
	display: flex;
	align-items: center;

	margin-left: calc(var(--container-h-padding) / 2);
	padding: calc(var(--container-h-padding) / 2);
	line-height: 1em;
	border: var(--woocommerce-form-border-width) solid currentColor;
	background-color: var(--body-background-color);
}

.gridlist-toggle a svg rect,
.gridlist-toggle a svg path {
	fill: currentColor;
}

.gridlist-toggle a em {
	padding-left: 5px;
	font-style: normal;
}

.gridlist-toggle a:hover,
.gridlist-toggle a.active {
	background-color: var(--button-background);
	border-color: var(--button-background);
	color: var(--button-color) !important;
	border-color: currentColor;
	/*cursor: default;*/
	color: inherit;
}

/* List view specific rules */
ul.products.list .price-hover .ocwqv_ocqkvwbtn {
	margin-left: var(--container-h-padding);
}

ul.products.list .woocommerce-product-details__short-description,
.ocwqv_qview_summaary .woocommerce-product-details__short-description {
	margin-bottom: var(--container-v-padding);
}

/**
 * My Account
 */

 /* My account navigation */
.page-template-template-fullwidth-php .woocommerce-MyAccount-navigation, .page-template-template-fullwidth-php .woocommerce-MyAccount-content {
	width: 100%;
	float: none;
}

.woocommerce-MyAccount-navigation ul {
	text-align: center;
	margin: 0 0 var(--container-v-padding) 0;
	padding: 0;
}

.woocommerce-MyAccount-navigation ul li {
	display: inline-block;
	border-left: 1px solid currentColor;
	padding: 0 var(--container-h-padding);
	border-bottom: 0;
}

.woocommerce-MyAccount-navigation ul li:first-of-type {
	border-left: none;
}


.woocommerce-MyAccount-navigation ul li.is-active > a {
	border-bottom: 1px solid currentColor;
}

/* forms generic */
.woocommerce #customer_login.u-columns.col2-set {
	display: flex;
}

.woocommerce #customer_login.u-columns.col2-set > div {
	width: 50%;
}

.woocommerce #customer_login.u-columns.col2-set > .col-1 {
	margin-right: var(--container-h-padding);
}

.woocommerce #customer_login.u-columns.col2-set > .col-2 {
	margin-left: var(--container-h-padding);
}

@media screen and (max-width: 478px) {
	.woocommerce-MyAccount-navigation ul li {
		border: none;
	}
	
	.woocommerce #customer_login.u-columns.col2-set > div {
		width: 100%;
	}

	.woocommerce #customer_login.u-columns.col2-set > .col-1,
	.woocommerce #customer_login.u-columns.col2-set > .col-2 {
		margin-left: 0;
		margin-right: 0;
	}
}

form[class^="woocommerce-"] fieldset {
	margin: var(--container-v-padding) 0;
	padding: var(--container-h-padding);
}

form[class^="woocommerce-"] fieldset legend {
	padding: 0 var(--container-h-padding);
	font-weight: 500;
}

form[class^="woocommerce-"] > p,
form[class^="woocommerce-"] fieldset > p {
    display: flex;
    flex-direction: column;
}

form[class^="woocommerce-"] label,
.woocommerce-address-fields__field-wrapper > p {
	font-weight: 500;
}

form[class^="woocommerce-"] p input:not([type="checkbox"]),
.woocommerce-address-fields__field-wrapper > p input:not([type="checkbox"]) {
	width: 100%;
}

form[class^="woocommerce-"] p button {
	width: fit-content;
}

.woocommerce-form.woocommerce-form-login.login .woocommerce-form-login__rememberme,
.woocommerce-form.woocommerce-form-register.register .woocommerce-privacy-policy-text {
	margin-bottom: var(--container-v-padding);
}

.woocommerce-form-row.form-row .username-span,
.woocommerce-form-row.form-row .password-span,
.woocommerce-form-row.form-row .email-span {
	position: relative;
}

.woocommerce-form-row.form-row .username-span input,
.woocommerce-form-row.form-row .password-span input,
.woocommerce-form-row.form-row .email-span input {
	padding-left: 50px;
}

.woocommerce-form-row.form-row .username-span:after,
.woocommerce-form-row.form-row .password-span:after,
.woocommerce-form-row.form-row .email-span:after {
	content: "\f007";
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
    align-items: center;
    justify-content: center;	
	width: 40px;
    height: 100%;	
	font-family: "fontawesome" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-color: var(--button-background);
	color: var(--button-color);
}

.woocommerce-form-row.form-row .password-span:after {
	content: "\f023";
}

.woocommerce-form-row.form-row .email-span:after {
	content: "\f0e0";
}

/* Addresses */
.woocommerce-address-fields__field-wrapper {
	margin-bottom: var(--container-v-padding);
}

.woocommerce-MyAccount-content .edit {
	font-weight: 500;
}

.woocommerce-Address-title .edit::before {
	content: "\f044";
	padding-right: 5px;
	font-family: "fontawesome" !important;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Orders */
.woocommerce-orders-table__cell.woocommerce-orders-table__cell-order-actions {
	display: flex;
	justify-content: center;
    flex-direction: column;
    text-align: center;	
}

/**
 * Likes
 */
.luxed-woo-quick-view-button.ocwqv_ocqkvwbtn,
.luxed-woo-like {
	position: absolute;
	top: 1em;
	right: 1em;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #fff;
	z-index: 50;
}

.luxed-woo-quick-view-button.ocwqv_ocqkvwbtn {
	top: 2em;
}

.woocommerce-product-gallery__trigger,
.woocommerce-product-gallery .luxed-woo-like {
    width: 36px;
    height: 36px;
}

.luxed-woo-quick-view-button.ocwqv_ocqkvwbtn,
.woocommerce-product-gallery .luxed-woo-like {
	top: 4em;
}

.woocommerce-product-gallery .luxed-woo-quick-view-button.ocwqv_ocqkvwbtn,
.luxed-woo-quick-view-button.ocwqv_ocqkvwbtn i {
	display: none;
}

.luxed-woo-quick-view-button.ocwqv_ocqkvwbtn svg,
.luxed-woo-like svg {
	width: 24px;
	height: 24px;
	position: absolute;
    top: calc(50% - 11px);
    left: calc(50% - 12px);	
	line-height: 24px;
	text-align: center;
	font-size: 1.1em;
}

.luxed-woo-quick-view-button.ocwqv_ocqkvwbtn svg path,
.luxed-woo-like svg path {
	transition: all .2s ease;
}

.luxed-woo-like svg path {
	fill: #fff;
}

.luxed-woo-quick-view-button.ocwqv_ocqkvwbtn:hover svg path,
.luxed-woo-quick-view-button.ocwqv_ocqkvwbtn:active svg path {
	fill: rgba(0, 0, 0, .6);
}

.luxed-woo-like:hover svg path,
.luxed-woo-like:active svg path,
.luxed-woo-like:focus svg path,
.luxed-woo-like.liked svg path {
	fill: #d10000;
	stroke: #d10000;
}

/**
 * Demo Store
 */
.demo_store {
	top: 50%;
	right: auto;
	bottom: auto;
	left: 50%;
	padding: 1.5em;
	transform: translate(-50%, -50%);
	border-radius: 10px;
	border: 1px solid currentColor;
}

.demo_store>a {
	margin-left: 10px;
	padding: 9px 16px;
	border: 1px solid currentColor;
}

/**
 * Layout Two QTY Up Down Field
 */
 .qty-plus.button.like-text-field,
 .qty-minus.button.like-text-field {
	display: none !important;
 }

 .numberstyle-qty {
	display: flex;
	position: relative;	
    align-items: center;	
	overflow: hidden;
	height: fit-content;
	/*background-color: var(--body-background-color);*/
	background-color: var(--button-color);
	box-shadow: 0 3px 6px rgba(116, 116, 116, 0.25);
}

body.single-product .numberstyle-qty {
	height: auto;
}

.woocommerce .quantity input[type="number"][class*="qty"],
ul.products.layout-two:not(.list) .quantity .numberstyle-qty input[type=number][class*="qty"] {
	width: 60px;
	background-color: var(--button-color);
	color: var(--button-background);
}

.numberstyle-qty input,
.numberstyle-qty .qty-btn {
	position: relative;
	display: block;
	float: left;
	padding: 0;
	margin: 0;
	border: 0px;
	text-align: center;
	outline: 0;
	box-shadow: 0px;
}

.numberstyle-qty .qty-btn {
	display: flex;
	align-items: center;
	justify-content: center;

	width: 40px;
	min-height: 40px;
	cursor: pointer;
	z-index: 2;
	-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
	transition: all 250ms ease;
}

.numberstyle-qty .qty-btn svg {
	width: 18px;
	height: 18px;
	fill: var(--button-background);
}

.numberstyle-qty .qty-btn svg g path {
	stroke: var(--button-background);
}

.numberstyle-qty .qty-btn.disabled {
	cursor: default;
	color: rgba(116, 116, 116, 0.5);
}

.numberstyle-qty input {
	width: 50px;
	border-left: 0;
	border-right: 0;
	z-index: 1;
}

.numberstyle-qty input:focus {
	outline: 0;
	box-shadow: 0px;
}

.numberstyle-qty input[type=number]::-webkit-inner-spin-button,
.numberstyle-qty input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.numberstyle-qty input[type=number] {
	-moz-appearance: textfield;
}

/**
 * CSS Tooltip
 */
.Tooltips {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 5;
}

.Tooltips:hover p {
	visibility: visible;
	opacity: 1;
}

.Tooltips:hover p.OnTop {
	transform: translate(-50%, -100%);
}

.Tooltips:hover p.OnBottom {
	transform: translate(-50%, 100%);
}

.Tooltips:hover p.OnLeft {
	transform: translate(-100%, -50%);
}

.Tooltips:hover p.OnRight {
	transform: translate(100%, -50%);
}

.Tooltips p {
	min-width: 80px;
	opacity: 0;
	display: inline-block;
	visibility: hidden;
	position: absolute;
	text-align: left;
	width: max-content;
	background: var(--button-background);
	color: var(--button-color);
	font-size: .8em;
	padding: 10px;
	border-radius: 3px;
	white-space: normal;
	box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.2);
	transition: all 0.2s ease-out;
}

.Tooltips p.OnTop {
	top: -45px;
	left: 50%;
	transform: translate(-50%, -150%);
}

.Tooltips p.OnTop:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-top: 8px solid var(--button-background);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	bottom: -8px;
	margin-left: -8px;
	left: 50%;
}

.Tooltips p.OnBottom {
	bottom: -15px;
	left: 50%;
	transform: translate(-50%, 150%);
}

.Tooltips p.OnBottom:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-bottom: 8px solid var(--button-background);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	top: -8px;
	margin-left: -8px;
	left: 50%;
}

.Tooltips p.OnLeft {
	left: -15px;
    top: 50%;
    transform: translate(-150%, -50%);	
}

.Tooltips p.OnLeft:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-left: 8px solid var(--button-background);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	margin-top: -8px;
	right: -8px;
}

.Tooltips p.OnRight {
	right: -15px;
	top: -15px;
	transform: translate(150%, -50%);
}

.Tooltips p.OnRight:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	border-right: 8px solid var(--button-background);
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	top: 50%;
	margin-top: -8px;
	left: -8px;
}

/**
* Category Page
*/
.products li.product-category {
	text-align: center;
}

/**
* New Block Based Pages
*/
/* Cart  Page */
body.theme-luxed .is-large.wc-block-cart .wc-block-cart-items td {
    padding: 16px 16px 16px 0;
}

body.theme-luxed .is-large .wc-block-components-sidebar .wc-block-components-panel,
body.theme-luxed .is-large .wc-block-components-sidebar .wc-block-components-totals-coupon,
body.theme-luxed .is-large .wc-block-components-sidebar .wc-block-components-totals-item {
    padding-left: 0;
    padding-right: 0;
}

body.theme-luxed .is-large.wc-block-cart .wc-block-cart-items td:last-child {
    padding-right: 0;
}

body.theme-luxed .wc-block-cart__submit.wp-block-woocommerce-proceed-to-checkout-block {
	margin-top: var(--container-v-padding);
}

body.theme-luxed .wc-block-components-totals-coupon__form .wc-block-components-totals-coupon__input {
    display: flex;
}

body.theme-luxed .is-large.wc-block-cart .wc-block-cart-items td,
body.theme-luxed .wc-block-components-totals-wrapper {
	border-color: var(--base-color-alt);
}

.luxed-rounded-woo-blocks {
    padding: 20px;
    border-radius: 10px;
	background: var(--e-global-color-secondary);
}