/*------------------------------------*
  >>> SHOP STYLES
*------------------------------------*/

/*------------------------------------*
  >>> PRODUCTS
*------------------------------------*/

.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering {
	margin: 0 0 30px;
}

.woocommerce>.products {
	clear: both;
	position: relative;
}

.woocommerce div.products ul:before,
.woocommerce div.products ul:after,
.woocommerce ul.products:before,
.woocommerce ul.products:after {
	content: none;
}

.woocommerce div.products ul,
.woocommerce ul.products {
	margin: 0;
	padding: 0;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.woocommerce ul.products li.product a,
.woocommerce-page ul.products li.product a {
	align-items: center;
	color: var(--nexira-heading-color);
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	text-align: center;
	width: 100%;
}

.woocommerce ul.products li.product a>*,
.woocommerce-page ul.products li.product a>* {
	width: 100%;
}

.woocommerce ul.products li.product a b {
	font-weight: normal;
}

.woocommerce ul.products li.product a:not(:last-child),
.woocommerce-page ul.products li.product a:not(:last-child),
.woocommerce ul.products li.product a>*:not(:last-child),
.woocommerce-page ul.products li.product>*:not(:last-child),
.woocommerce ul.products li.product a .star-rating:not(:last-child),
.woocommerce-page ul.products li.product a .star-rating:not(:last-child),
.woocommerce ul.products li.product a.button:not(:last-child),
.woocommerce-page ul.products li.product a.button:not(:last-child) {
	margin: 0 0 20px;
}

.woocommerce ul.products li.product a:hover,
.woocommerce-page ul.products li.product a:hover {
	color: var(--nexira-primary-color);
}

/* Product Price */

.woocommerce div.product .product_title,
.woocommerce div.product .product_title {
	display: inline-block;
	font-size: var(--nexira-h3-font-size);
	line-height: 1.2;
	width: 100%;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce div.product p.price,
.woocommerce div.product span.price {
	align-items: inherit;
	display: flex;
	flex-wrap: wrap;
	font-size: var(--nexira-body-font-size);
	gap: 10px;
	justify-content: inherit;
	margin: 0;
	width: 100%;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price {
	justify-content: flex-start;
}

.woocommerce ul.products li.product .price del,
.woocommerce-page ul.products li.product .price del,
.woocommerce div.product p.price del,
.woocommerce div.product span.price del {
	opacity: 0.5;
}

.woocommerce ul.products li.product .price ins,
.woocommerce-page ul.products li.product .price ins,
.woocommerce div.product p.price ins,
.woocommerce div.product span.price ins {
	font-weight: normal;
	text-decoration: none;
}

.woocommerce ul.products li.product .price,
.woocommerce-page ul.products li.product .price,
.woocommerce ul.products li.product .price .amount,
.woocommerce-page ul.products li.product .price .amount,
.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product p.price .amount,
.woocommerce div.product span.price .amount {
	color: var(--nexira-heading-color);
}

.woocommerce ul.products li.product .woocommerce-loop-category__title,
.woocommerce ul.products li.product .woocommerce-loop-product__title,
.woocommerce ul.products li.product h3 {
	display: inline-flex;
	font-size: clamp(1.25rem, 1.2rem + 0.25vw, 1.5rem);
	font-weight: 700;
	justify-content: inherit;
	line-height: 1.2;
	padding: 0;
	text-align: inherit;
    text-transform: uppercase;
}

.woocommerce ul.products li.product a .star-rating,
.woocommerce-page ul.products li.product a .star-rating {
	align-items: inherit;
	display: inline-flex;
	font-size: var(--nexira-body-font-size);
	justify-content: inherit;
	margin: 0;
	width: 5.2em;
}

.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce ul.products li.product a.button~a,
.woocommerce-page ul.products li.product a.button~a {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0;
	min-height: 50px;
	min-width: 150px;
	width: auto;
}

.woocommerce ul.products li.product a.add_to_cart_button.loading {
	font-size: 0;
	opacity: 1;
}

.woocommerce ul.products li.product a.add_to_cart_button.added,
.woocommerce ul.products li.product .product-thumb .yith-wcwl-add-button.hide a {
	display: none;
}

.woocommerce ul.products li.product a.button:after,
.woocommerce-page ul.products li.product a.button:after,
.woocommerce ul.products li.product a:after,
.woocommerce-page ul.products li.product a:after,
.woocommerce .blockUI.blockOverlay:before,
.blockUI.blockOverlay:before,
.woocommerce .loader:before,
div.pp_woocommerce .pp_loaderIcon:before {
	animation: cart_loader 1s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
	background: none;
	background: transparent;
	border-bottom-color: currentColor;
	border-left-color: transparent;
	border-radius: 100%;
	border-right-color: transparent;
	border-style: solid;
	border-top-color: currentColor;
	border-width: 2px;
	bottom: 0;
	content: "";
	height: 20px;
	left: 0;
	margin: 0 10px 0 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	visibility: hidden;
	width: 20px;
}

.woocommerce .blockUI.blockOverlay:before,
.blockUI.blockOverlay:before,
.woocommerce .loader:before,
div.pp_woocommerce .pp_loaderIcon:before {
	color: var(--nexira-primary-color);
}

.woocommerce ul.products li.product a.button.loading:after,
.woocommerce-page ul.products li.product a.button.loading:after,
.woocommerce ul.products li.product a.loading:after,
.woocommerce-page ul.products li.product a.loading:after,
.woocommerce .blockUI.blockOverlay:before,
.blockUI.blockOverlay:before,
.woocommerce .loader:before,
div.pp_woocommerce .pp_loaderIcon:before {
	visibility: visible;
}

@keyframes cart_loader {
	0% {
		transform: rotate(0);
	}

	50% {
		transform: rotate(180deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.woocommerce a.added_to_cart,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled],
.woocommerce #respond input#submit.alt,
.woocommerce a.button.alt,
.woocommerce button.button.alt,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce input.button,
.woocommerce button.button,
.woocommerce a.button,
.woocommerce ul.products li.product a.button,
.woocommerce-page ul.products li.product a.button,
.woocommerce ul.products li.product a.button~a,
.woocommerce-page ul.products li.product a.button~a,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button,
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button,

/* Disabled Button */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled],
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled],
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled] {
	background: var(--nexira-primary-color);
	border: 1px solid var(--nexira-primary-color);
	border-radius: 12px;
	color: var(--nexira-secondary-color);
	font-size: calc(var(--nexira-body-font-size) - 2px);
    font-weight: 600;
    line-height: 1;
	margin-bottom: 0;
	padding: 19px 32px;
}

.woocommerce a.added_to_cart:hover,
.woocommerce a.added_to_cart:focus,
.woocommerce input.button:disabled:hover,
.woocommerce input.button:disabled:focus,
.woocommerce input.button:disabled[disabled]:hover,
.woocommerce input.button:disabled[disabled]:focus,
.woocommerce #respond input#submit.alt:hover,
.woocommerce #respond input#submit.alt:focus,
.woocommerce a.button.alt:hover,
.woocommerce a.button.alt:focus,
.woocommerce button.button.alt:hover,
.woocommerce button.button.alt:focus,
.woocommerce input.button.alt:hover,
.woocommerce input.button.alt:focus,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit:focus,
.woocommerce input.button:hover,
.woocommerce input.button:focus,
.woocommerce button.button:hover,
.woocommerce button.button:focus,
.woocommerce a.button:hover,
.woocommerce a.button:focus,
.woocommerce ul.products li.product a.button:hover,
.woocommerce ul.products li.product a.button:focus,
.woocommerce-page ul.products li.product a.button:hover,
.woocommerce-page ul.products li.product a.button:focus,
.woocommerce ul.products li.product a.button~a:hover,
.woocommerce ul.products li.product a.button~a:focus,
.woocommerce-page ul.products li.product a.button~a:hover,
.woocommerce-page ul.products li.product a.button~a:focus,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button:hover,
.yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button:focus,
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button:hover,
.woocommerce .yith-quick-view .yith-quick-view-content.woocommerce div.summary .single_add_to_cart_button:focus,

/* Disabled Button */
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) #respond input#submit:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) a.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) button.button:disabled[disabled]:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button.disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled:hover,
.woocommerce:where(body:not(.woocommerce-block-theme-has-button-styles)) input.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce #respond input#submit:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce a.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce button.button:disabled[disabled]:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button.disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled:hover,
:where(body:not(.woocommerce-block-theme-has-button-styles)) .woocommerce input.button:disabled[disabled]:hover {
	background: var(--nexira-secondary-color);
	color: var(--nexira-primary-color);
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	left: 15px;
	margin: 0;
	max-width: 60%;
	position: absolute;
	right: auto;
	top: 15px;
	width: auto;
	z-index: 1;
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items span {
	border-radius: 0;
	bottom: auto;
	font-size: calc(var(--nexira-body-font-size) - 4px);
	font-weight: 600;
	height: 25px;
	left: 0;
	letter-spacing: 0.1em;
    line-height: 25px;
	margin: auto;
	min-height: auto;
	min-width: auto;
    padding: 0 6px;
	position: relative;
	right: auto;
	text-align: center;
	text-transform: uppercase;
	top: 0;
	width: auto;
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items .onsale {
	background-color: #0ba90b;
	color: var(--nexira-light-color);
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items .featured {
	background-color: #ffc69c;
	color: var(--nexira-dark-color)
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items .outofztock {
	background-color: #df0000;
	color: var(--nexira-light-color);
}

.woocommerce ul.products li.product .fzt-product-thumb .fzt-product-label-items span:not(:last-child) {
	margin: 0 0 3px;
}

.woocommerce .cross-sells>h2,
.woocommerce .up-sells>h2,
.woocommerce .related>h2,
.woocommerce.related>h2 {
	font-size: var(--nexira-h3-font-size);
	margin: 0 0 20px;
	width: 100%;
}

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
	margin: 0;
}

.woocommerce #content div.product div.summary>*:not(:last-child),
.woocommerce div.product div.summary>*:not(:last-child),
.woocommerce-page #content div.product div.summary>*:not(:last-child),
.woocommerce-page div.product div.summary>*:not(:last-child) {
	margin: 0 0 20px;
}

.woocommerce #content div.product div.summary .product_meta,
.woocommerce div.product div.summary .product_meta,
.woocommerce-page #content div.product div.summary .product_meta,
.woocommerce-page div.product div.summary .product_meta {
	align-items: inherit;
	border-top: 1px solid var(--nexira-border-light-color);
	display: flex;
	flex-direction: column;
	justify-content: inherit;
	margin: 15px 0 0;
	padding: 20px 0 0;
	width: 100%;
}

.woocommerce #content div.product div.summary .product_meta>span,
.woocommerce div.product div.summary .product_meta>span,
.woocommerce-page #content div.product div.summary .product_meta>span,
.woocommerce-page div.product div.summary .product_meta>span {
	color: var(--nexira-heading-color);
	font-size: calc(var(--nexira-body-font-size) - 2px);
	font-weight: 600;
	text-transform: uppercase;
}

.woocommerce #content div.product div.summary .product_meta>span>span,
.woocommerce div.product div.summary .product_meta>span>span,
.woocommerce-page #content div.product div.summary .product_meta>span>span,
.woocommerce-page div.product div.summary .product_meta>span>span,
.woocommerce #content div.product div.summary .product_meta>span>a,
.woocommerce div.product div.summary .product_meta>span>a,
.woocommerce-page #content div.product div.summary .product_meta>span>a,
.woocommerce-page div.product div.summary .product_meta>span>a {
	color: var(--nexira-body-text-color);
	display: inline-block;
	font-size: calc(var(--nexira-body-font-size) - 2px);
    font-weight: 600;
	line-height: 1.5em;
	position: relative;
}

.woocommerce #content div.product div.summary .product_meta>span>span,
.woocommerce div.product div.summary .product_meta>span>span,
.woocommerce-page #content div.product div.summary .product_meta>span>span,
.woocommerce-page div.product div.summary .product_meta>span>span {
	font-size: calc(var(--nexira-body-font-size) - 2px);
	text-transform: uppercase;
}

.woocommerce #content div.product div.summary .product_meta>span>a:hover,
.woocommerce div.product div.summary .product_meta>span>a:hover,
.woocommerce-page #content div.product div.summary .product_meta>span>a:hover,
.woocommerce-page div.product div.summary .product_meta>span>a:hover {
	color: var(--nexira-primary-color);
}

.woocommerce #content div.product div.summary .product_meta>*:not(:last-child),
.woocommerce div.product div.summary .product_meta>*:not(:last-child),
.woocommerce-page #content div.product div.summary .product_meta>*:not(:last-child),
.woocommerce-page div.product div.summary .product_meta>*:not(:last-child) {
	margin: 0 0 10px;
}

.woocommerce #content div.product div.summary .product_meta>span>a:not(:last-child),
.woocommerce div.product div.summary .product_meta>span>a:not(:last-child),
.woocommerce-page #content div.product div.summary .product_meta>span>a:not(:last-child),
.woocommerce-page div.product div.summary .product_meta>span>a:not(:last-child) {
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

.woocommerce #content div.product div.summary .product_meta>span>a:not(:last-child):before,
.woocommerce div.product div.summary .product_meta>span>a:not(:last-child):before,
.woocommerce-page #content div.product div.summary .product_meta>span>a:not(:last-child):before,
.woocommerce-page div.product div.summary .product_meta>span>a:not(:last-child):before {
	content: ",";
	position: absolute;
	right: 0;
	top: auto;
}

/* Product Ratings */

.woocommerce .product .woocommerce-product-rating,
.woocommerce-page .product .woocommerce-product-rating {
	align-items: center;
	display: flex;
	font-size: var(--nexira-body-font-size);
	justify-content: flex-start;
	line-height: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.woocommerce .product .star-rating,
.woocommerce-page .product .star-rating {
	font-size: var(--nexira-body-font-size);
	margin: 0;
}

.woocommerce .product .star-rating:not(:last-child),
.woocommerce-page .product .star-rating:not(:last-child) {
	margin-right: 5px;
}

.woocommerce .product .star-rating:before,
.woocommerce-page .product .star-rating:before,
.woocommerce .product .star-rating span:before,
.woocommerce-page .product .star-rating span:before {
	color: #ffbe2f;
}

.woocommerce .product .star-rating span {
	height: 100%;
	left: 0;
	overflow: hidden;
	padding: 0;
	position: absolute;
	text-indent: -9999px;
	top: 0;
	white-space: nowrap;
}

.woocommerce .product .star-rating span:before,
.woocommerce-page .product .star-rating span:before {
	text-indent: 0;
}

.woocommerce .product .summary .woocommerce-review-link,
.woocommerce-page .product .summary .woocommerce-review-link {
	color: var(--nexira-body-text-color);
	font-size: var(--nexira-body-font-size);
	margin: 0;
}

.woocommerce .product .summary .woocommerce-review-link:hover,
.woocommerce-page .product .summary .woocommerce-review-link:hover {
	color: var(--nexira-secondary-color);
}

/* Review Comment */

.woocommerce #reviews #comments ol.commentlist li {
	margin: 0;
}

.woocommerce #reviews #comments .commentlist li:not(:last-child) {
	margin: 0 0 20px;
}

.woocommerce #reviews #comments .commentlist li .comment_container {
	border-bottom: 1px solid var(--nexira-border-light-color);
	display: inline-block;
	float: none;
	margin: 0 0 25px;
	padding-bottom: 25px;
	padding-left: 80px;
	position: relative;
	width: 100%;
}

.woocommerce #reviews #comments .commentlist li .comment_container img.avatar {
	background: transparent;
	height: 50px;
	padding: 2px;
	width: 50px;
}

.woocommerce #reviews #comments .commentlist li.comment-author-admin .comment_container img.avatar {
	border: 1px solid var(--nexira-border-light-color);
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text {
	border: none;
	border-radius: inherit;
	margin: 0;
	padding: 0;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text>*:not(:last-child) {
	margin: 0 0 10px;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text .star-rating {
	display: inline-block;
	float: none;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text p {
	margin: 0;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text p.meta {
	font-size: calc(var(--nexira-body-font-size) - 2px);
	line-height: normal;
}

.woocommerce #reviews #comments .commentlist li .comment_container .comment-text p.meta .woocommerce-review__author {
	color: var(--nexira-heading-color);
	display: inline-block;
	font-family: var(--nexira-h5-font-family);
	font-size: calc(var(--nexira-body-font-size) + 2px);
	font-weight: 700;
	line-height: 1;
	margin: auto;
	text-transform: uppercase;
}

.woocommerce #reviews .woocommerce-verification-required {
	display: none;
}

/* Variation Product */

.woocommerce div.product form.cart .variations {
	border-bottom: 1px solid var(--nexira-border-light-color);
	display: inline-flex;
	margin: 0 0 25px 0;
	overflow: auto;
	padding: 5px 0 25px 0;
	position: relative;
}

.woocommerce div.product form.cart .variations tr:not(:last-child) {
	margin: 0 0 20px;
}

.woocommerce div.product form.cart .variations tr {
	align-items: center;
	display: flex;
	gap: 20px;
}

.woocommerce div.product form.cart .variations_form>*:not(:last-child) {
	margin: 0 0 20px;
}

.woocommerce div.product form.cart .variations td,
.woocommerce div.product form.cart .variations th {
	background: none;
	color: var(--nexira-heading-color);
	line-height: normal;
	padding: 0;
	text-align: left;
	text-transform: none;
}

.woocommerce div.product form.cart .variations label {
	font-weight: normal;
}

.woocommerce div.product form.cart .reset_variations {
	font-size: 0;
	height: 25px;
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
}

.woocommerce div.product form.cart .reset_variations:before {
	content: "\f00d";
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: 20px;
	font-weight: 700;
	left: 50%;
	position: relative;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.woocommerce div.product .woocommerce-variation.single_variation {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce div.product .woocommerce-variation.single_variation>* {
	display: inline-flex;
	position: relative;
	width: 100%;
}

.woocommerce div.product .single_variation_wrap>*:not(:last-child) {
	margin: 0 0 20px;
}

.woocommerce div.product .woocommerce-variation.single_variation>*:not(:first-child) {
	margin: 20px 0 0;
}

.woocommerce div.product .woocommerce-variation.single_variation>*:empty {
	display: none;
}

.woocommerce div.product form.cart .woocommerce-variation-description p {
	margin: 0;
}

.woocommerce div.product .variations_button {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
}

.woocommerce div.product form.cart div.quantity {
	margin: 0;
}

.woocommerce div.product .quantity .qty,
.woocommerce-cart .quantity .qty {
    -webkit-border-radius: 8px;
			border-radius: 8px;
	height: 54px;
	padding: 15px 5px 15px 15px;
	text-align: left;
	width: 70px;
}

.woocommerce div.product form.cart div.quantity~button {
	margin: 0 0 0 10px;
}

.woocommerce div.product form.cart .button.disabled {
	background: var(--nexira-primary-color);
	color: var(--nexira-light-color);
	opacity: 0.5;
}

.pswp__caption__center {
	text-align: center;
}

.woocommerce div.product.product-type-grouped form.cart .group_table {
	border: 1px solid var(--nexira-border-light-color);
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	padding: 20px;
}

.woocommerce div.product.product-type-grouped form.cart .group_table tbody {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 100%;
}

.woocommerce div.product.product-type-grouped form.cart .group_table tr {
	align-items: center;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
}

.woocommerce div.product.product-type-grouped form.cart .group_table tr:not(:last-child) {
	margin: 0 0 20px 0;
}

.woocommerce div.product.product-type-grouped form.cart .group_table td {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
	line-height: 20px;
	max-width: 100%;
	padding: 0;
	text-align: left;
	vertical-align: middle;
	width: 100%;
}

.woocommerce ul.cart_list li ins,
.woocommerce ul.product_list_widget li ins,
.woocommerce div.product.product-type-grouped form.cart .group_table td ins {
	text-decoration: none;
}

.woocommerce div.product.product-type-grouped form.cart .group_table td a {
	color: var(--nexira-body-text-color);
}

.woocommerce div.product.product-type-grouped form.cart .group_table td a:hover {
	color: var(--nexira-primary-color);
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__price {
	max-width: 150px;
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__image {
	max-width: 150px;
}

.woocommerce div.product.product-type-grouped form.cart .group_table td.woocommerce-grouped-product-list-item__quantity {
	margin: auto;
	max-width: max-content;
}

.woocommerce div.product.product-type-grouped form.cart .group_table td:not(:last-child) {
	padding: 0 15px 0 0;
}

/* Nexira Product Listing */

/* Product Grid View */

.woocommerce .blockUI,
.woocommerce .blockUI.blockOverlay,
.woocommerce .blockUI.blockMsg {
	display: none !important;
	opacity: 0 !important;
	visibility: hidden !important;
}

.woocommerce ul.products[class*=columns-]>li.product {
	width: 100%;
}

.woocommerce ul.products li.product .fzt-product-thumb {
	align-items: center;
	-webkit-border-radius: 12px;
			border-radius: 12px;	
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.woocommerce ul.products li.product .fzt-product-thumb>a,
.woocommerce ul.products li.product .fzt-product-thumb img {
	margin: 0;
}

.woocommerce ul.products li.product .fzt-product-thumb img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: var(--transition);
			transition: var(--transition);
}

.woocommerce ul.products li.product:hover .fzt-product-thumb a img {
	-webkit-transform: scale(1);
			transform: scale(1);
}

.woocommerce ul.products li.product .fzt-product-thumb img:last-of-type {
	left: 0;
	object-fit: cover;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: var(--transition);
			transition: var(--transition);
}

.woocommerce ul.products li.product .fzt-product-thumb img:first-child {
	opacity: 1;
	position: relative;
}

.woocommerce ul.products li.product:hover .fzt-product-thumb img:last-of-type {
	opacity: 1;
}

.woocommerce ul.products li.product .fzt-product-thumb:before {
	background: rgba(var(--nexira-teritary-color-rgb), 0.8);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: var(--transition);
			transition: var(--transition);
	z-index: 1;
}

.woocommerce ul.products li.product:hover .fzt-product-thumb:before {
	opacity: 1;
}

.woocommerce ul.products li.product .fzt-product-action-items {
	align-items: center;
	display: flex;
	flex-direction: column;
	opacity: 0;
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transform: translatex(15px);
			transform: translatex(15px);
	-webkit-transition: var(--transition);
			transition: var(--transition);
	visibility: hidden;
	z-index: 1;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] {
	align-items: center;
	background-color: var(--nexira-teritary-color);
	border: 1px solid;
	border-color: var(--nexira-primary-color);
	-webkit-border-radius: 6px;
			border-radius: 6px;
	color: var(--nexira-primary-color);
	display: flex;
	font-size: 0;
	height: 45px;
	justify-content: center;
	overflow: hidden;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 45px;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper]:not(:last-child) {
	margin: 0 0 5px;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] div,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] .yith-wcwl-add-to-wishlist {
	margin: 0;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a {
	background: transparent;
	border: none;
	color: var(--nexira-primary-color);
	font-size: 0;
	font-weight: 400;
	margin: 0;
	min-height: auto;
	min-width: auto;
	padding: 0;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a b {
	font-weight: inherit;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a i,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a span,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a svg {
	display: none;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a:before {
	color: inherit;
	font-family: 'fzt-icon';
	font-size: calc(var(--nexira-body-font-size) + 2px);
	margin: 0;
	position: relative;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a.loading:before {
	opacity: 0.2;
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a:before {
	content: "\e927";
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.product_type_variable:before,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.product_type_grouped:before {
	content: "\e901";
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.product_read_more:before,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.product_type_external:before {
	content: "\e92c";
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-wishlist-button a:before {
	content: "\e929";
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-quick-view-button a:before {
	content: "\e92a";
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-compare-button a:before {
	content: "\e903";
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a.added_to_cart:before {
	content: "\e926";
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper] a.yith-wcwl-add-to-wishlist-button--added:before {
	content: "\e928";
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper]:hover {
	background: var(--nexira-primary-color);
}

.woocommerce ul.products li.product .fzt-product-action-items div[class*=fzt-button-wrapper]:hover a {
	color: var(--nexira-secondary-color);
}

.woocommerce ul.products li.product:hover .fzt-product-action-items {
	opacity: 1;
	-webkit-transform: translatex(0);
			transform: translatex(0);
	visibility: visible;
}

.woocommerce ul.products li.product .fzt-product-content {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 30px;
	position: relative;
	width: 100%;
}

.woocommerce ul.products li.product .fzt-product-content .star-rating {
	margin-bottom: 15px;
	order: -1;
}

.woocommerce ul.products li.product .fzt-product-content .woocommerce-loop-product__title {
	width: 100%;
}

.woocommerce ul.products li.product .fzt-product-content>*:not(:last-child) {
	margin: 0 0 15px;
}

/* Product List View */

.woocommerce.fzt-product-list-item ul.products li.product {
	display: flex;
	flex-direction: row;
	width: 100%;
}

.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product {
	flex-direction: row-reverse;
}

.woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
	flex: 0 0 20rem;
}

.woocommerce.fzt-product-list-item ul.products li.product .fzt-product-content {
	-webkit-box-flex: 1;
	display: inline-flex;
	flex: 1;
	padding: 0;
	width: 100%;
}

.woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content {
	align-items: flex-start;
	justify-content: flex-start;
}

.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content {
	align-items: flex-end;
	justify-content: flex-end;
}

.woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content:not(:only-child) {
	margin: 0 0 0 30px;
}

.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content:not(:only-child) {
	margin: 0 30px 0 0;
}

.woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content .woocommerce-loop-product__title a {
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content .woocommerce-loop-product__title a {
	align-items: flex-end;
	justify-content: flex-end;
	text-align: right;
}

/* Product - Type 2 */

.woocommerce.type-2 ul.products li.product .fzt-product-thumb {
	-webkit-border-radius: 0;
			border-radius: 0;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content {
	background: var(--nexira-body-background-color);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	z-index: 1;
}

.woocommerce.type-2 ul.products li.product:hover .fzt-product-content {
	-webkit-transform: translateY(-50px);
	transform: translateY(-50px);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items {
	bottom: 0;
	flex-direction: row;
	justify-content: center;
	left: 0;
	right: 0;
	top: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:not(:last-child) {
	margin: 0 10px 0 0;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] {
	border-radius: inherit;
	height: auto;
	padding: 14px 20px;
	width: auto;
}

.woocommerce.type-2 ul.products li.product.product-type-external .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a:before {
	font-size: 0;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] a {
	font-size: calc(var(--nexira-body-font-size) - 2px);
    font-weight: 600;
    line-height: 1;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] {
	background: var(--nexira-primary-color);
	border-color: var(--nexira-primary-color);
	-webkit-border-radius: 6px;
	border-radius: 6px;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] a {
	color: var(--nexira-secondary-color);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:hover a {
	color: var(--nexira-primary-color);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:not(.fzt-cart-button) {
	opacity: 0;
	visibility: hidden;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-quick-view-button {
	-webkit-transform: translateX(-200%);
	transform: translateX(-200%);
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-wishlist-button {
	-webkit-transform: translateX(200%);
	transform: translateX(200%);
}

.woocommerce.type-2 ul.products li.product:hover .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:not(.fzt-cart-button) {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
	visibility: visible;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:hover {
	background-color: var(--nexira-secondary-color);
	border-color: var(--nexira-primary-color);
}

.woocommerce.type-2 ul.products li.product:hover .fzt-product-content .fzt-product-action-items {
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
}

/* Product - Type 3 */

.woocommerce.type-3 ul.products li.product {
	display: grid;
	justify-content: inherit;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb {
	align-self: flex-start;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb,
.woocommerce.type-3 ul.products li.product .fzt-product-content {
	grid-area: 1/1;
	overflow: hidden;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb:before {
	background: -webkit-linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(var(--nexira-teritary-color-rgb), 0.8) 100%);
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(var(--nexira-teritary-color-rgb), 0.8) 100%);
	height: 35%;
	opacity: 1;
	top: auto;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb .fzt-product-overlay {
	background: var(--nexira-teritary-color);
	bottom: -50%;
	content: "";
	height: 100%;
	left: 0;
	margin: auto;
	opacity: 0;
	position: absolute;
	transform: translateY(50%);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 25%;
	z-index: 1;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb .fzt-product-overlay.lay-2 {
	left: 25%;
	transform: translateY(40%);
	transition: 0.5s ease-in-out;
	-ms-transition: 0.5s ease-in-out;
	-moz-transition: 0.5s ease-in-out;
	-o-transition: 0.5s ease-in-out;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb .fzt-product-overlay.lay-3 {
	left: 50%;
	transform: translateY(20%);
	transition: 0.7s ease-in-out;
	-ms-transition: 0.7s ease-in-out;
	-moz-transition: 0.7s ease-in-out;
	-o-transition: 0.7s ease-in-out;
}

.woocommerce.type-3 ul.products li.product .fzt-product-thumb .fzt-product-overlay.lay-4 {
	left: 75%;
	transform: translateY(30%);
	transition: 0.9s ease-in-out;
	-ms-transition: 0.9s ease-in-out;
	-moz-transition: 0.9s ease-in-out;
	-o-transition: 0.9s ease-in-out;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content {
	align-items: flex-start;
	align-self: end;
	justify-content: flex-start;
	z-index: 1;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content a {
	align-items: flex-start;
	justify-content: flex-start;
	text-align: left;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content>* {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .price {
	-webkit-transform: translateY(0);
	transform: translateY(0);
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items {
	bottom: 0;
	flex-direction: row;
	justify-content: flex-start;
	left: 0;
	margin-top: -60px;
	opacity: 0;
	position: relative;
	right: 0;
	top: auto;
	-webkit-transform: translateY(20px);
	transform: translateY(20px);
	visibility: hidden;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .woocommerce-loop-product__title+.fzt-product-action-items {
	margin-top: -30px;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:not(:last-child) {
	margin: 0 10px 0 0;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] {
	border-radius: inherit;
	height: auto;
	padding: 14px 20px;
	width: auto;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div:not([class*=fzt-cart-button]) {
	display: none;
}

.woocommerce.type-3 ul.products li.product.product-type-external .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper].fzt-cart-button a:before {
	font-size: 0;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-cart-button] a {
	font-size: calc(var(--nexira-body-font-size) - 2px);
	font-weight: 600;
    line-height: 1;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] {
	background: var(--nexira-primary-color);
	border-color: var(--nexira-primary-color);
	-webkit-border-radius: 6px;
    border-radius: 6px;
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] a {
	color: var(--nexira-secondary-color);
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:hover {
	background-color: var(--nexira-secondary-color);
	border-color: var(--nexira-primary-color);
}

.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper]:hover a {
	color: var(--nexira-primary-color);
}

.woocommerce.type-3 ul.products li.product:hover .fzt-product-content>* {
	-webkit-transform: translateY(-30px);
	transform: translateY(-30px);
}

.woocommerce.type-3 ul.products li.product:hover .fzt-product-content .price {
	opacity: 0;
	visibility: hidden;
}

.woocommerce.type-3 ul.products li.product:hover .fzt-product-content .fzt-product-action-items {
	opacity: 1;
	-webkit-transform: translateY(0);
	transform: translateY(0);
	visibility: visible;
}

.woocommerce.type-3 ul.products li.product:hover .fzt-product-thumb .fzt-product-overlay {
	bottom: 0;
	opacity: 0.75;
	-webkit-transform: translateY(0%);
	transform: translateY(0%);
}

.woocommerce.type-3.fzt-products-container.swiper {
	position: relative;
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination {
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination>a[class*="arrow"] {
	font-size: 0;
	height: 100px;
	line-height: 100px;
	margin: 0;
	opacity: 0;
	position: absolute;
	text-align: center;
	visibility: hidden;
	width: 50px;
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination>a[class*="arrow"]:before {
	color: var(--nexira-light-color);
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination>a[class*="arrow"] {
	background-color: var(--nexira-primary-color);
	color: var(--nexira-light-color);
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination>a[class$="arrow-prev"] {
	left: 0;
	margin-left: -40px;
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination>a[class$="arrow-next"] {
	margin-right: -40px;
	right: 0;
}

.woocommerce.type-3:hover .fzt-carousel-arrow-pagination>a[class*="arrow"] {
	opacity: 1;
	visibility: visible;
}

.woocommerce.type-3:hover .fzt-carousel-arrow-pagination>a[class$="arrow-prev"] {
	margin-left: 0;
}

.woocommerce.type-3:hover .fzt-carousel-arrow-pagination>a[class$="arrow-next"] {
	margin-right: 0;
}

.woocommerce.type-3 .fzt-carousel-arrow-pagination>a[class*="arrow"]:hover {
	background: var(--nexira-secondary-color);
	border-color: var(--nexira-secondary-color);
}

/* Product - Type 4 */

.woocommerce.type-4 ul.products li.product .fzt-product-thumb {
	overflow: hidden;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom {
	align-items: center;
	bottom: 0;
	display: flex;
	flex-direction: row;
	justify-content: center;
	left: 0;
	margin: 5px;
	opacity: 0;
	right: 0;
	top: auto;
	-webkit-transform: translateY(15px);
	transform: translateY(15px);
	-webkit-transition: var(--transition);
	transition: var(--transition);
	visibility: hidden;
	z-index: 1;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] {
	height: auto;
	line-height: normal;
	padding: 14px 20px;
	width: 100%;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper]:not(:last-child) {
	margin: 0 5px 0 0;
}

.woocommerce.type-4 ul.products li.product.product-type-external .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 150px;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a {
	font-size: calc(var(--nexira-body-font-size) - 2px);
    font-weight: 600;
    line-height: 1;
	text-transform: uppercase;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a:before {
	content: none;
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a span {
	display: block;
	line-height: 1;
}

.woocommerce.type-2 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] a.loading b,
.woocommerce.type-3 ul.products li.product .fzt-product-content .fzt-product-action-items div[class*=fzt-button-wrapper] a.loading b,
.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a.loading span {
	opacity: 0;
	transform: scale(0);
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] {
	background: var(--nexira-primary-color);
	border-color: var(--nexira-primary-color);
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a {
	color: var(--nexira-secondary-color);
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper]:hover {
	background-color: var(--nexira-secondary-color);
}

.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper]:hover a {
    color: var(--nexira-primary-color);
}

.woocommerce.type-4 ul.products li.product .fzt-product-content {
	align-items: flex-start;
	border-bottom: 2px solid var(--nexira-border-light-color);
	margin: 30px 0 0;
	padding: 0 0 30px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.woocommerce.type-4 ul.products li.product .fzt-product-content .woocommerce-loop-product__title a {
	align-items: flex-start;
	justify-content: flex-start;
	padding-right: 55px;
	text-align: left;
}

.woocommerce.type-4 ul.products li.product .fzt-product-content .price {
	justify-content: start;
	margin: 0;
	width: 100%;
}

.woocommerce.type-4 ul.products li.product .fzt-product-content .fzt-product-action-items {
	display: flex;
	opacity: 1;
	position: absolute;
	right: 0;
	top: 0;
	transform: none;
	visibility: visible;
	width: auto;
}

.woocommerce.type-4 ul.products li.product:hover .fzt-product-thumb .fzt-product-action-items.bottom {
	opacity: 1;
	-webkit-transform: translatex(0);
	transform: translatex(0);
	visibility: visible;
}

.woocommerce.type-4 ul.products li.product:hover .fzt-product-content {
	border-color: var(--nexira-primary-color);
}

/* Product - Type-5 ( Widget ) */

.woocommerce.type-5 ul.products li.product {
	align-items: center;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	line-height: 1;
	margin: 0;
	padding: 0;
	width: 100%;
}

.woocommerce.type-5 ul.products li.product .fzt-product-thumb {
	-webkit-border-radius: 8px;
    		border-radius: 8px;
	flex: 0 0 5rem;
	max-width: 5rem;
}

.woocommerce.type-5 ul.products li.product .fzt-product-thumb .fzt-product-label-items {
	display: none;
}

.woocommerce.type-5 ul.products li.product .fzt-product-content {
	align-items: flex-start;
	flex: 1;
	justify-content: flex-start;
	max-width: calc(100% - 5rem);
	padding: 0;
}

.woocommerce.type-5 ul.products li.product .fzt-product-content .woocommerce-loop-product__title {
	font-size: var(--nexira-h6-font-size);
	margin: 0 0 10px;
}

.woocommerce.type-5 ul.products li.product .fzt-product-content .woocommerce-loop-product__title a {
	display: inline-block;
	max-width: 100%;
	text-align: inherit;
}

.woocommerce.type-5 ul.products li.product .fzt-product-content:not(:only-child) {
	margin: 0;
	padding: 0 0 0 15px;
}

.woocommerce.type-5 ul.products li.product .fzt-product-thumb:before {
	content: none;
}

.woocommerce.type-5 ul.products li.product .fzt-product-action-items {
	display: none;
	visibility: hidden;
}

/* Product Category Item- Styles */

/* Type - 1 */

.fzt-product-categories-container.type1 .fzt-product-category-item {
	align-items: center;
	border: 1px solid rgba(var(--nexira-primary-color-rgb),0.2);
	display: flex;
	justify-content: flex-start;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-image {
	background: rgba(var(--nexira-primary-color-rgb),0.05);
	flex: 0 0 5rem;
	margin: 5px;
	max-width: 5rem;
	padding: 15px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-image img {
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content {
	flex: 1;
	max-width: calc(100% - 5rem);
	padding: 15px 35px 15px 10px;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content:only-child {
	padding: 15px;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content>*:not(:last-child) {
	margin: 0 0 10px;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content h3 {
	display: inline-flex;
	font-size: var(--nexira-h5-font-size);
	justify-content: inherit;
	line-height: 1.2;
	padding: 0;
	text-align: inherit;
	width: 100%;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content h3 a {
	align-items: inherit;
	color: var(--nexira-body-text-color);
	display: flex;
	flex-direction: column;
	justify-content: inherit;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
	align-items: center;
	background: rgba(var(--nexira-primary-color-rgb),0.05);
	display: inline-flex;
	font-size: 0;
	height: 30px;
	justify-content: center;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 30px;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items>span {
	display: inline-block;
	font-size: calc(var(--nexira-body-font-size) - 2px);
	position: relative;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
	align-items: center;
	border-bottom: 1px solid rgba(var(--nexira-teritary-color-rgb), 0.8);
	color: var(--nexira-body-text-color);
	display: inline-flex;
	font-size: calc(var(--nexira-body-font-size) - 2px);
	gap: 10px;
	line-height: 1.2;
	position: relative;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:before {
	background-color: currentColor;
	bottom: -1px;
	content: "";
	height: 1px;
	left: 0;
	margin: auto;
	position: absolute;
	width: 0;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:after {
	background-color: currentColor;
	bottom: -1px;
	content: "";
	height: 1px;
	margin: auto;
	position: absolute;
	right: 0;
	-webkit-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
	transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
	width: 0;
}

.fzt-product-categories-container.type1 .fzt-product-category-item:hover {
	border-color: var(--nexira-primary-color);
}

.fzt-product-categories-container.type1 .fzt-product-category-item:hover .fzt-product-category-image {
	background-color: var(--nexira-primary-color);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-image img {
	-webkit-filter: grayscale(100%) invert(100%);
	filter: grayscale(100%) invert(100%);
}

.fzt-product-categories-container.type1 .fzt-product-category-item:hover .fzt-product-category-image img {
	-webkit-filter: none;
	filter: none;
}

.fzt-product-categories-container.type1 .fzt-product-category-item:hover .fzt-product-category-content .fzt-product-category-total-items {
	background-color: var(--nexira-primary-color);
	color: var(--nexira-secondary-color);
	right: 5px;
	top: 5px;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:hover {
	color: var(--nexira-primary-color);
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:hover:before {
	-webkit-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
	transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
	width: 100%;
}

.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:hover:after {
	background: transparent;
	width: 100%;
}

/* Type - 2 */

.fzt-product-categories-container.type2 .fzt-product-category-item {
	align-items: center;
	display: grid;
	justify-content: inherit;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-image,
.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content {
	grid-area: 1/1;
	overflow: hidden;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content {
	align-self: end;
	z-index: 1;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-image {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-image:before {
	background: -webkit-linear-gradient(to bottom, transparent, var(--nexira-dark-color) 100%);
	background: linear-gradient(to bottom, transparent, var(--nexira-dark-color) 100%);
	bottom: 0;
	content: "";
	height: 100%;
	left: 0;
	opacity: 0.6;
	position: absolute;
	right: 0;
	top: auto;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	z-index: 1;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content {
	align-self: end;
	display: flex;
	flex-direction: column;
	padding: 20px;
	width: 100%;
	z-index: 1;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content h3 {
	display: inline-flex;
	font-size: var(--nexira-h4-font-size);
	justify-content: inherit;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: inherit;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content h3 a {
	align-items: inherit;
	color: var(--nexira-light-color);
	display: flex;
	flex-direction: column;
	justify-content: inherit;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
	color: var(--nexira-light-color);
	line-height: 0;
	opacity: 0;
	position: relative;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	visibility: hidden;
	width: 100%;
}

.fzt-product-categories-container.type2 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
	display: none;
}

.fzt-product-categories-container.type2 .fzt-product-category-item:hover .fzt-product-category-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.fzt-product-categories-container.type2 .fzt-product-category-item:hover .fzt-product-category-image:before {
	opacity: 1;
}

.fzt-product-categories-container.type2 .fzt-product-category-item:hover .fzt-product-category-content h3 {
	line-height: normal;
}

.fzt-product-categories-container.type2 .fzt-product-category-item:hover .fzt-product-category-content .fzt-product-category-total-items {
	line-height: 1.2;
	opacity: 0.8;
	visibility: visible;
}

/* Type - 3 */

.fzt-product-categories-container.type3 .swiper-wrapper {
	height: 100% !important;
}

.fzt-product-categories-container.type3 .fzt-product-category-item {
	border: 1px solid var(--nexira-border-light-color);
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	padding: 10px;
	position: relative;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-image {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content {
	align-items: center;
	display: grid;
	grid-template-columns: 50% 50%;
	padding: 0 10px;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content:not(:first-child) {
	margin: 20px 0 5px 0;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content h3 {
	border-bottom: 1px solid var(--nexira-border-light-color);
	font-size: var(--nexira-h4-font-size);
	font-weight: 600;
	grid-column: 1 / span 2;
	line-height: 1.2;
	margin: 0 0 15px;
	padding: 0 0 15px;
	text-align: inherit;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content h3 a {
	align-items: inherit;
	color: var(--nexira-heading-color);
	display: flex;
	font-weight: inherit;
	justify-content: inherit;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
	align-items: center;
	display: flex;
	font-size: var(--nexira-body-font-size);
	gap: 5px;
	justify-content: flex-start;
	line-height: 1.2;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
	align-items: center;
	color: var(--nexira-body-text-color);
	display: flex;
	font-size: var(--nexira-body-font-size);
	justify-content: flex-end;
	line-height: 1.2;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type3 .fzt-product-category-item:hover {
	background: rgba(var(--nexira-primary-color-rgb), 0.05);
	border-color: var(--nexira-primary-color);
}

.fzt-product-categories-container.type3 .fzt-product-category-item:hover .fzt-product-category-content h3 {
	border-color: var(--nexira-primary-color);
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content h3 a:hover {
	color: var(--nexira-primary-color);
}

.fzt-product-categories-container.type3 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button:hover {
	color: var(--nexira-primary-color);
}

/* Type - 4 */

.fzt-product-categories-container.type4 .fzt-product-category-item {
	align-items: center;
	display: flex;
	justify-content: flex-start;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-image {
	flex: 0 0 4rem;
	margin: 0 20px 0 0;
	max-width: 4rem;
	padding: 0;
	position: relative;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-image img {
	-webkit-filter: grayscale(100%) invert(100%);
			filter: grayscale(100%) invert(100%);
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content {
	flex: 1;
	max-width: calc(100% - 4rem);
	position: relative;
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content>*:not(:last-child) {
	margin: 0 0 10px;
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content h3 {
	display: inline-flex;
	font-size: var(--nexira-h5-font-size);
	justify-content: inherit;
	line-height: 1.2;
	padding: 0;
	text-align: inherit;
	width: 100%;
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
	align-items: center;
	display: flex;
	font-size: var(--nexira-body-font-size);
	gap: 5px;
	justify-content: flex-start;
	line-height: 1.2;
	margin: 0;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type4 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
	display: none;
}

/* Type - 5 */

.fzt-products-container[class*=-initialized].type5 .swiper-wrapper,
.fzt-product-categories-container[class*=-initialized].type5 .swiper-wrapper {
	padding: 0 0 10px;
}

.fzt-product-categories-container.type5 .fzt-product-category-item {
	align-items: center;
	display: flex;
	justify-content: inherit;
	line-height: 1;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-image {
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
	margin: 0;
	overflow: hidden;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-image:before {
	background: var(--nexira-dark-color);
	bottom: 0;
	content: "";
	left: 0;
	opacity: 0.8;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	z-index: 1;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-image img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content {
	align-items: center;
	align-self: stretch;
	bottom: 0px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	left: 0;
	margin: auto;
	padding: 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 100%;
	z-index: 1;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content h3 {
	display: inline-flex;
	font-size: var(--nexira-h4-font-size);
	justify-content: inherit;
	line-height: 1.2;
	margin: 0;
	padding: 0;
	text-align: inherit;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 100%;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content h3 a {
	align-items: inherit;
	color: var(--nexira-light-color);
	display: flex;
	flex-direction: column;
	justify-content: inherit;
	position: relative;
	width: 100%;
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-total-items {
	background: var(--nexira-primary-color);
	bottom: -10px;
	color: var(--nexira-dark-color);
	font-size: calc(var(--nexira-body-font-size) - 4px);
	font-weight: 600;
	letter-spacing: 0.1em;
	line-height: 1;
	padding: 8px 20px;
	position: absolute;
	text-transform: uppercase;
	top: auto;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.fzt-product-categories-container.type5 .fzt-product-category-item .fzt-product-category-content .fzt-product-category-button {
	display: none;
}

.fzt-product-categories-container.type5 .fzt-product-category-item:hover .fzt-product-category-image img {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.fzt-product-categories-container.type5 .fzt-product-category-item:hover .fzt-product-category-image:before {
	opacity: 0.9;
}

/* Wishlist Page - Styles */

.woocommerce .wishlist-title {
	align-items: flex-end;
	display: flex;
	flex-direction: row;
	gap: 15px;
	justify-content: space-between;
}

.woocommerce .wishlist-title .show-title-form {
	align-items: center;
	display: inline-flex;
	justify-content: center;
	opacity: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	visibility: hidden;
	width: 15%;
}

.woocommerce .wishlist-title:hover a.show-title-form {
	opacity: 1;
	visibility: visible;
}

.woocommerce .wishlist-title.wishlist-title-with-form h2 {
	border-bottom: 1px solid transparent;
	margin: 0;
	padding: 0 0 5px;
	width: 100%;
}

.woocommerce .wishlist-title.wishlist-title-with-form:hover h2 {
	background-color: transparent;
	border-color: var(--nexira-primary-color);
}

.woocommerce .wishlist-title.wishlist-title-with-form h2:hover {
	background-color: transparent;
}

.woocommerce .wishlist-title-container .hidden-title-form {
	margin: 0 0 30px;
	width: 100%;
}

.woocommerce .wishlist-title-container .hidden-title-form input[type="text"] {
	padding-bottom: 20px;
	padding-top: 20px;
}

.woocommerce .wishlist-title a.show-title-form
{
	background: var(--nexira-primary-color);
    border: 1px solid var(--nexira-primary-color);
    border-radius: 12px;
    color: var(--nexira-secondary-color);
    display: inline-block;
    font-size: calc(var(--nexira-body-font-size) - 2px);
    font-weight: 600;
    line-height: 1;
    overflow: hidden;
    padding: 19px 32px;
    position: relative;
	text-align: center;
    text-transform: uppercase;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    z-index: 0;
}

.woocommerce .wishlist-title a.show-title-form svg {
	display: none;
}

.woocommerce .wishlist-title a.show-title-form:hover
{
	background: var(--nexira-secondary-color);
    border-color: var(--nexira-primary-color);
    color: var(--nexira-primary-color);
}

.woocommerce .hidden-title-form a.hide-title-form,
.woocommerce .hidden-title-form a.save-title-form,
.wishlist_manage_table tfoot a.create-new-wishlist {
    background: transparent;
    border: none;
    color: rgba(var(--nexira-heading-color-rgb), 0.5);
    font-size: var(--nexira-body-font-size);
    font-weight: 600;
}

.woocommerce .wishlist-title a.show-title-form svg.yith-wcwl-icon-svg,
.woocommerce .hidden-title-form a.hide-title-form svg.yith-wcwl-icon-svg,
.woocommerce .hidden-title-form a.save-title-form svg.yith-wcwl-icon-svg,
.wishlist_manage_table tfoot a.create-new-wishlist svg.yith-wcwl-icon-svg {
    height: 1em;
    width: 1em;
}

.woocommerce .hidden-title-form a.hide-title-form:hover,
.woocommerce .hidden-title-form a.save-title-form:hover,
.wishlist_manage_table tfoot a.create-new-wishlist:hover {
    background: transparent;
    border: none;
    color: var(--nexira-primary-color);
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button>div {
	align-items: center;
	display: flex;
	justify-content: flex-start;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button>div .feedback {
	display: none;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button,
.woocommerce div.product .yith-wcwl-add-to-wishlist-button .yith-wcwl-wishlistexistsbrowse a,
.woocommerce div.product .compare {
	align-items: center;
	background: transparent;
	border: none;
	color: var(--nexira-body-text-color);
	display: flex;
	flex-wrap: wrap;
	font-size: calc(var(--nexira-body-font-size) - 2px);
	font-weight: 600;
	gap: 0;
	line-height: 1;
	padding: 0;
	position: relative;
	text-transform: uppercase;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button svg {
	display: none;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button span {
	display: inline-flex;
	line-height: 1;
	position: relative;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button>div a {
	display: inline-flex;
	line-height: 1;
	position: relative;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button:hover,
.woocommerce div.product .yith-wcwl-add-to-wishlist-button .yith-wcwl-wishlistexistsbrowse a:hover,
.woocommerce div.product .compare:hover {
	color: var(--nexira-primary-color);
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button i {
	display: none;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button:before,
.woocommerce div.product .yith-wcwl-wishlistaddedbrowse a:before,
.woocommerce div.product .yith-wcwl-wishlistexistsbrowse a:before,
.woocommerce div.product .compare:before {
	color: inherit;
	font-family: 'fzt-icon';
	font-size: var(--nexira-body-font-size);
	margin: 0 10px 0 0;
}

.woocommerce div.product .yith-wcwl-add-to-wishlist-button:before {
	content: "\e929";
}

.woocommerce div.product  .yith-wcwl-add-to-wishlist-button--added:before,
.woocommerce div.product .yith-wcwl-wishlistexistsbrowse a:before {
	content: "\e928";
}

.woocommerce div.product .compare:before {
	content: "\e903";
}

table.shop_table .product-remove,
table.wishlist_table.shop_table .product-remove {
    width: 100px;
}

.woocommerce a.remove {
	-webkit-border-radius: 6px;
			border-radius: 6px;
	font-size: var(--nexira-h5-font-size);
	font-weight: normal;
	height: 25px;
	line-height: 22px;
	margin: auto;
	width: 25px;
}

.woocommerce a.remove:hover {
	background-color: red !important;
	color: #fff !important;
}

.woocommerce table.wishlist_table tbody td.product-name .button {
	display: none;
}

.woocommerce table.wishlist_table tbody td.product-add-to-cart a b {
	font-weight: normal;
}

.woocommerce p.wishlist-empty,
.woocommerce table.wishlist_table tbody td.wishlist-empty {
	border: none;
	margin: 0;
	padding: 30px 0;
}

#add_payment_method table.cart img,
.woocommerce-cart table.cart img,
.woocommerce-checkout table.cart img {
	width: 80px;
}

.woocommerce-cart .quantity .qty {
	display: inline-block;
	margin: auto;
}

.yith_wcwl_wishlist_footer .yith-wcwl-share {
	width: 100%;
}

.yith-wcwl-share h4.yith-wcwl-share-title {
	font-size: var(--nexira-h6-font-size);
	margin: 0 0 10px;
}

.yith-wcwl-share li {
	padding: 0;
}

.yith-wcwl-share li a i:before {
	font-family: "FontAwesome";
	font-weight: 100;
}

.yith-wcwl-share ul li {
	position: relative;
}

.yith-wcwl-share li a {
	align-items: center;
	background: var(--nexira-teritary-color) !important;
	border-color: rgba(var(--nexira-heading-color-rgb), 0.2);
    border-style: solid;
    border-width: 1px;
	color: var(--nexira-heading-color);
	display: flex;
	font-size: var(--nexira-body-font-size);
	height: 50px;
    justify-content: center;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-transition: var(--transition);
    		transition: var(--transition);
    width: 50px;
}

.yith-wcwl-share ul {
	margin: 0;
}

.yith-wcwl-share li a:hover {
	background: var(--nexira-primary-color) !important;
    border-color: var(--nexira-primary-color);
    color: var(--nexira-secondary-color);
}

#yith-wcwl-popup-message {
	background: var(--nexira-secondary-color);
	-webkit-box-shadow: 0 10px 10px 0 rgba(var(--nexira-dark-color-rgb), 0.2);
	box-shadow: 0 10px 10px 0 rgba(var(--nexira-dark-color-rgb), 0.2);
	color: var(--nexira-light-color);
	font-weight: normal;
	left: 50%;
	line-height: inherit;
	margin: 0 !important;
	padding: 15px 40px;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul {
	background: transparent;
	border: none;
	display: flex;
	flex-direction: column;
	padding: 0;
	width: 100%;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul:before {
	content: none;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul>li {
	border-top: 3px solid;
	padding-left: 20px !important;
}

.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-info,
.woocommerce-page .woocommerce-message,
.woocommerce-page .woocommerce-error,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul>li {
	color: var(--nexira-body-text-color);
	font-size: var(--nexira-body-font-size);
    line-height: 1;
	padding: 20px;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul>li {
	padding-left: 20px !important;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul>li:not(:last-child) {
	margin: 0 0 10px;
}

.woocommerce .woocommerce-info>*,
.woocommerce .woocommerce-message>*,
.woocommerce .woocommerce-error>*,
.woocommerce-page .woocommerce-info>*,
.woocommerce-page .woocommerce-message>*,
.woocommerce-page .woocommerce-error>* {
	display: inline-block;
	line-height: 1;
}

.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul>li:before {
	content: "\e016";
	font-family: WooCommerce;
}

.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul>li:before {
	font-size: calc(var(--nexira-body-font-size) - 2px);
	line-height: 1;
	margin-right: 10px;
	position: static;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before {
	color: var(--nexira-primary-color);
}

.woocommerce .woocommerce-error,
.woocommerce-page .woocommerce-error,
.woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error>li {
	background: #fff7f7;
	border-color: #d50000;
	color: var(--nexira-dark-color);
}

.woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error>li a {
    color: var(--nexira-dark-color);
    float: none;
}

.woocommerce .woocommerce-error:before,
.woocommerce-page .woocommerce-error:before,
.woocommerce .woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-error>li:before {
	color: #d50000;
}

.woocommerce .woocommerce-info,
.woocommerce-page .woocommerce-info,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-info>li {
	background: rgba(var(--nexira-primary-color-rgb), 0.05);
	border-color: var(--nexira-primary-color);
}

.woocommerce .woocommerce-info:before,
.woocommerce-page .woocommerce-info:before,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-info>li:before {
	color: var(--nexira-primary-color);
}

.woocommerce .woocommerce-message,
.woocommerce-page .woocommerce-message,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-message>li {
	background: rgba(var(--nexira-primary-color-rgb), 0.05);
	border-color: #8fae1b;
}

.woocommerce .woocommerce-message:before,
.woocommerce-page .woocommerce-message:before,
.woocommerce-NoticeGroup.woocommerce-NoticeGroup-checkout ul.woocommerce-message>li:before {
	color: #8fae1b;
}

.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button,
.woocommerce .woocommerce-error .button,
.woocommerce-page .woocommerce-info .button,
.woocommerce-page .woocommerce-message .button,
.woocommerce-page .woocommerce-error .button,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a,
.woocommerce .woocommerce-error a,
.woocommerce-page .woocommerce-info a,
.woocommerce-page .woocommerce-message a,
.woocommerce-page .woocommerce-error a {
	background: transparent;
	border: none;
	color: var(--nexira-body-text-color);
	float: right;
	padding: 0;
}

.woocommerce .woocommerce-info .button:hover,
.woocommerce .woocommerce-message .button:hover,
.woocommerce .woocommerce-error .button:hover,
.woocommerce-page .woocommerce-info .button:hover,
.woocommerce-page .woocommerce-message .button:hover,
.woocommerce-page .woocommerce-error .button:hover,
.woocommerce .woocommerce-info .button:focus,
.woocommerce .woocommerce-message .button:focus,
.woocommerce .woocommerce-error .button:focus,
.woocommerce-page .woocommerce-info .button:focus,
.woocommerce-page .woocommerce-message .button:focus,
.woocommerce-page .woocommerce-error .button:focus,

.woocommerce .woocommerce-info a:hover,
.woocommerce .woocommerce-message a:hover,
.woocommerce .woocommerce-error a:hover,
.woocommerce-page .woocommerce-info a:hover,
.woocommerce-page .woocommerce-message a:hover,
.woocommerce-page .woocommerce-error a:hover,
.woocommerce .woocommerce-info a:focus,
.woocommerce .woocommerce-message a:focus,
.woocommerce .woocommerce-error a:focus,
.woocommerce-page .woocommerce-info a:focus,
.woocommerce-page .woocommerce-message a:focus,
.woocommerce-page .woocommerce-error a:focus {
	background: transparent;
	border: none;
	color: var(--nexira-primary-color);
}

/* Cart Page - Styles */

.woocommerce #content table.cart td.actions .coupon,
.woocommerce table.cart td.actions .coupon,
.woocommerce-page #content table.cart td.actions .coupon,
.woocommerce-page table.cart td.actions .coupon {
	align-items: stretch;
	display: flex;
}

.woocommerce #content table.cart td.actions .coupon .button,
.woocommerce table.cart td.actions .coupon .button,
.woocommerce-page #content table.cart td.actions .coupon .button,
.woocommerce-page table.cart td.actions .coupon .button {
	margin: 0;
	width: auto;
}

.woocommerce-page table.cart td.actions .coupon .coupon-error-notice {
	display: none;
}

.woocommerce #content table.cart td.actions .input-text,
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text {
	-webkit-box-flex: 1;
	display: inline-flex;
	flex: 1;
	margin: 0 5px 0 0;
	position: relative;
	width: 100%;
}

.woocommerce #review_form #respond .comment-reply-title,
.woocommerce-billing-fields h3,
.woocommerce-additional-fields>h3,
.woocommerce-shipping-fields h2,
.woocommerce .cart-collaterals .cart_totals h2,
.woocommerce .cart-collaterals .cross-sells h2,
.woocommerce-account .woocommerce-MyAccount-content form h3,
.woocommerce-order-downloads__title,
.woocommerce-checkout .checkout h3#ship-to-different-address {
	display: inline-block;
	font-size: var(--nexira-h5-font-size);
	font-weight: 700;
	line-height: normal;
	margin: 0 0 10px;
	width: 100%;
}

.woocommerce-checkout .checkout .col-2 h3#ship-to-different-address label {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    line-height: 1;
	margin: 0 0 10px 0;
    position: relative;
}

.woocommerce-checkout .checkout h3#ship-to-different-address label span {
	display: inline-flex;
    padding: 0 0 0 25px;
	position: relative;
    width: 100%;
}

.woocommerce-checkout .checkout h3#ship-to-different-address label .woocommerce-form__input-checkbox ~ span:before,
.woocommerce-checkout .checkout h3#ship-to-different-address label .woocommerce-form__input-checkbox ~ span:after {
    border-radius: 3px;
    content: "";
    left: 0;
    position: absolute;
    top: 3px;
    -webkit-transition: var(--transition);
    transition: var(--transition);
}

.woocommerce-checkout .checkout h3#ship-to-different-address label .woocommerce-form__input-checkbox ~ span:before {
    border: 1px solid var(--nexira-border-dark-color);
    height: 14px;
    width: 14px;
    z-index: 0;
}

.woocommerce-checkout .checkout h3#ship-to-different-address label .woocommerce-form__input-checkbox ~ span:after {
    background: var(--nexira-primary-color);
    display: inline-block;
    height: 14px;
    transform: scale(0);
    width: 14px;
}

.woocommerce-checkout .checkout h3#ship-to-different-address label .woocommerce-form__input-checkbox:checked ~ span:before {
    border-color: var(--nexira-primary-color);
}

.woocommerce-checkout .checkout h3#ship-to-different-address label .woocommerce-form__input-checkbox:checked ~ span:after {
    transform: scale(0.7);
}

#add_payment_method .cart-collaterals .cart_totals table:not(:last-child),
.woocommerce-cart .cart-collaterals .cart_totals table:not(:last-child),
.woocommerce-checkout .cart-collaterals .cart_totals table:not(:last-child) {
	margin: 0 0 15px;
}

#add_payment_method .wc-proceed-to-checkout,
.woocommerce-cart .wc-proceed-to-checkout,
.woocommerce-checkout .wc-proceed-to-checkout {
	float: right;
	padding: 0;
}

#add_payment_method .wc-proceed-to-checkout a.checkout-button,
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button,
.woocommerce-checkout .wc-proceed-to-checkout a.checkout-button {
	display: inline-block;
}

.woocommerce .cart_totals table.shop_table td {
	border-color: var(--nexira-border-light-color);
	padding-left: 25px;
	padding-right: 25px;
	text-align: left;
}

/* Checkout Page - Styles */

.woocommerce form .form-row,
.woocommerce-page form .form-row {
	float: left;
	margin-bottom: 20px;
	padding: 0;
	width: 100%;
}

.woocommerce form.checkout #order_comments {
	height: 220px;
}

.nexira-checkout-coupon-wrapper {
	float: left;
	margin: 0 0 30px;
	position: relative;
	width: 100%;
}

.nexira-checkout-coupon-wrapper .woocommerce-form-coupon-toggle {
	display: inline-block;
	margin: auto;
	position: relative;
	width: 100%;
}

.nexira-checkout-coupon-wrapper .woocommerce-form-coupon-toggle .woocommerce-info {
	margin: 0;
}

.nexira-checkout-coupon-wrapper form.woocommerce-checkout {
	clear: both;
	display: inline-block;
	width: 100%;
}

.nexira-checkout-coupon-wrapper form.checkout_coupon {
	align-items: stretch;
	border: 1px solid var(--nexira-border-light-color);
	border-radius: inherit;
	display: flex;
	flex-wrap: wrap;
	margin: 10px 0 0 0;
	padding: 20px;
	width: 100%;
}

.nexira-checkout-coupon-wrapper form.checkout_coupon>p:not(.form-row) {
	margin: 0 0 20px;
	width: 100%;
}

.nexira-checkout-coupon-wrapper form.checkout_coupon>p {
	margin: 0;
}

.nexira-checkout-coupon-wrapper form.checkout_coupon>p.form-row-first {
	-webkit-box-flex: 1;
	display: inline-flex;
	flex: 1;
	margin: 0 5px 0 0;
	position: relative;
}

.nexira-checkout-coupon-wrapper form.checkout_coupon>p.form-row-last {
	width: auto;
}

.nexira-checkout-coupon-wrapper form.checkout_coupon>p.form-row-last .button {
	margin: 0;
	width: 100%;
}

.nexira-checkout-coupon-wrapper form.checkout_coupon .coupon-error-notice {
    display: none;
}

.nexira-checkout-coupon-wrapper form .form-row-first,
.woocommerce-page form .form-row-first {
	float: left;
}

.nexira-checkout-coupon-wrapper form .form-row-last,
.woocommerce-page form .form-row-last {
	float: right;
}

.woocommerce form .form-row label:not(.checkbox),
.woocommerce-page form .form-row label:not(.checkbox) {
	color: var(--nexira-body-text-color);
    font-family: var(--nexira-body-font-family);
    font-size: clamp(0.75rem, 0.725rem + 0.125vw, 0.875rem);
    font-weight: 600;
    line-height: 1.4;
	margin-bottom: 5px;
	padding-bottom: 5px;
    text-transform: uppercase;
    width: 100%;
}

.woocommerce form .form-row label,
.woocommerce-page form .form-row label {
	line-height: 1;
}

#add_payment_method #payment,
.woocommerce-cart #payment,
.woocommerce-checkout #payment {
	background: transparent;
	border-radius: inherit;
}

#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods,
.woocommerce-terms-and-conditions-wrapper {
	border: none;
	margin: 0 0 20px;
	padding: 0;
}

#add_payment_method #payment ul.payment_methods li,
.woocommerce-cart #payment ul.payment_methods li,
.woocommerce-checkout #payment ul.payment_methods li {
	display: inline-block;
	line-height: normal;
	margin: 0;
	padding: 0;
	position: relative;
	width: 100%;
}

#add_payment_method #payment ul.payment_methods li:not(:last-child),
.woocommerce-cart #payment ul.payment_methods li:not(:last-child),
.woocommerce-checkout #payment ul.payment_methods li:not(:last-child) {
	margin: 0 0 20px;
}

#add_payment_method #payment div.payment_box,
.woocommerce-cart #payment div.payment_box,
.woocommerce-checkout #payment div.payment_box {
	background-color: transparent;
	border-radius: inherit;
	color: var(--nexira-secondary-color);
	font-size: calc(var(--nexira-body-font-size) - 4px);
	margin: 5px 0 0 0;
	padding: 0;
	width: 100%;
}

#add_payment_method #payment div.payment_box:before,
.woocommerce-cart #payment div.payment_box:before,
.woocommerce-checkout #payment div.payment_box:before {
	content: none;
}

#add_payment_method #payment ul.payment_methods li input,
.woocommerce-cart #payment ul.payment_methods li input,
.woocommerce-checkout #payment ul.payment_methods li input,
.woocommerce form .form-row input[type="checkbox"] {
	left: 0;
	margin: 0;
	position: absolute;
	top: 3px;
}

#add_payment_method #payment div.form-row,
.woocommerce-cart #payment div.form-row,
.woocommerce-checkout #payment div.form-row {
	margin: 0;
	padding: 0;
}

.wc_payment_method [type="checkbox"],
.wc_payment_method [type="radio"],
.woocommerce form .form-row input[type="checkbox"] {
	opacity: 0;
}

.wc_payment_method input[type="checkbox"]:checked~label:before,
.wc_payment_method input[type="radio"]:checked~label:before,
.woocommerce form .form-row input[type="checkbox"]~.woocommerce-terms-and-conditions-checkbox-text:before,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:checked~span:before {
	border-color: var(--nexira-primary-color);
}

.wc_payment_method input[type="checkbox"]~label:before,
.wc_payment_method input[type="radio"]~label:before,
.woocommerce form .form-row input[type="checkbox"]~.woocommerce-terms-and-conditions-checkbox-text:before,
.wc_payment_method input[type="checkbox"]~label:after,
.wc_payment_method input[type="radio"]~label:after,
.woocommerce form .form-row input[type="checkbox"]~.woocommerce-terms-and-conditions-checkbox-text:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span:before,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span:after {
	content: "";
	left: 0;
	position: absolute;
	top: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.wc_payment_method input[type="checkbox"]~label:before,
.wc_payment_method input[type="radio"]~label:before,
.woocommerce form .form-row input[type="checkbox"]~.woocommerce-terms-and-conditions-checkbox-text:before,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span:before {
	border: 1px solid var(--nexira-border-light-color);
	height: 14px;
	width: 14px;
	z-index: 0;
}

.wc_payment_method input[type="checkbox"]~label:after,
.wc_payment_method input[type="radio"]~label:after,
.woocommerce form .form-row input[type="checkbox"]~.woocommerce-terms-and-conditions-checkbox-text:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]~span:after {
	background: var(--nexira-primary-color);
	display: inline-block;
	height: 14px;
	transform: scale(0);
	width: 14px;
}

.wc_payment_method input[type="checkbox"]:checked~label:after,
.wc_payment_method input[type="radio"]:checked~label:after,
.woocommerce form .form-row input[type="checkbox"]:checked~.woocommerce-terms-and-conditions-checkbox-text:after,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme input[type="checkbox"]:checked~span:after {
	transform: scale(0.7);
}

.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme:not(.checkbox) {
	display: inline-block;
	margin: 0 0 20px;
	padding: 0;
	position: relative;
}

.wc_payment_method label,
.woocommerce form .form-row input[type="checkbox"]~.woocommerce-terms-and-conditions-checkbox-text,
.woocommerce .woocommerce-form-login .woocommerce-form-login__rememberme span {
	display: inline-block;
	font-family: var(--nexira-body-font-family);
	font-size: var(--nexira-body-font-size);
	font-weight: 400;
	line-height: 1;
	padding-left: 25px;
	position: relative;
}

.woocommerce form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text a,
.woocommerce-page form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text a {
	font-size: var(--nexira-body-font-size);
}

.woocommerce form .form-row.woocommerce-invalid label {
	color: var(--nexira-body-text-color);
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
	float: left;
}

/* Account Page - Styles */

.woocommerce .woocommerce-MyAccount-navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li {
	padding: 0 0 10px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li:last-child {
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-navigation ul li a {
	align-items: center;
	background: rgba(var(--nexira-primary-color-rgb), 0.05);
	color: var(--nexira-heading-color);
	display: flex;
	font-size: calc(var(--nexira-body-font-size) - 2px);
    font-weight: 600;
	margin: 0;
	padding: 10px 25px;
    text-transform: uppercase;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.woocommerce .woocommerce-MyAccount-navigation ul li a:before {
	display: inline-block;
	font-family: "Font Awesome 5 Pro";
	font-size: calc(var(--nexira-body-font-size) + 2px);
	font-style: normal;
	font-weight: 400;
	margin-right: 15px;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--dashboard a:before {
	content: "\f1ea";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--orders a:before {
	content: "\f07a";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--downloads a:before {
	content: "\f019";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-address a:before {
	content: "\f041";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--edit-account a:before {
	content: "\f2c1";
}

.woocommerce .woocommerce-MyAccount-navigation ul li.woocommerce-MyAccount-navigation-link--customer-logout a:before {
	content: "\f08b";
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-form-row>span {
	display: inline-block;
	font-size: calc(var(--nexira-body-font-size) - 3px);
	margin: 10px 0 0 0;
	width: 100%;
}

.woocommerce .woocommerce-MyAccount-content fieldset {
	padding: 0;
}

.woocommerce .woocommerce-MyAccount-content .woocommerce-Address h2,
.woocommerce .woocommerce-MyAccount-content legend {
	color: var(--nexira-heading-color);
    font-family: var(--nexira-h2-font-family);
	font-size: calc(var(--nexira-body-font-size) + 2px);
	font-weight: 700;
	line-height: normal;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
	width: 100%;
}

.woocommerce-account .addresses .title .edit {
	float: none;
}

.woocommerce .woocommerce-MyAccount-navigation ul li.is-active a,
.woocommerce .woocommerce-MyAccount-navigation ul li:hover a,
.woocommerce .woocommerce-MyAccount-navigation ul li:focus a {
	background: var(--nexira-primary-color);
	border-bottom-color: var(--nexira-light-color);
	border-color: transparent;
	color: var(--nexira-secondary-color);
}

.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register {
	border: 1px solid var(--nexira-border-light-color);
	border-radius: inherit;
	float: left;
	margin: 0;
	padding: 20px;
	width: 100%;
}

.woocommerce-LostPassword.lost_password {
	float: left;
	margin: 0;
	position: relative;
	width: 100%;
}

/* Product Gallery */

.woocommerce-product-gallery .flex-viewport {
	border-radius: 12px;
	display: block;
	max-width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	width: 100%;
}

.woocommerce div.product div.images .woocommerce-product-gallery__wrapper>div {
	position: relative;
	width: 100%;
}

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
	display: flex;
	flex-direction: column;
	gap: 0;
}

.woocommerce div.product div.images .flex-control-thumbs {
	align-items: center;
	display: flex;
	justify-content: center;
	margin-top: 15px;
	max-width: 100%;
	padding: 0 50px;
	width: 100%;
}

.woocommerce div.product div.images .flex-control-thumbs li {
	padding: 0;
}

.woocommerce div.product div.images .flex-control-thumbs li:not(:last-child) {
	margin: 0 15px 0 0;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
	border: 2px solid var(--nexira-border-light-color);
	-webkit-border-radius: 8px;
			border-radius: 8px;
	opacity: 1;
	padding: 2px;
	-webkit-transition: var(--transition);
			transition: var(--transition);
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active,
.woocommerce div.product div.images .flex-control-thumbs li img:hover {
	border-color: var(--nexira-primary-color);
}

.woocommerce .product span.onsale,
.woocommerce ul.products li.product span.onsale {
	background: var(--nexira-primary-color);
	-webkit-border-radius: 0;
			border-radius: 0;
	color: var(--nexira-secondary-color);
	font-size: calc(var(--nexira-body-font-size) - 4px);
	font-weight: 600;
	left: 15px;
	letter-spacing: 0.1em;
	line-height: 1;
	margin: auto;
	min-height: unset;
	min-width: unset;
	padding: 5px 10px;
	right: auto;
	text-transform: uppercase;
	top: 15px;
	width: auto;
	z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
	background: var(--nexira-teritary-color);
	border: 2px solid var(--nexira-primary-color);
    border-radius: 8px;
	height: 50px;
	position: absolute;
	right: 15px;
	top: 15px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 50px;
	z-index: 1;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:before {
	border: 2px solid var(--nexira-primary-color);
	height: 14px;
    left: 14px;
    top: 15px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 14px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:after {
	background-color: var(--nexira-primary-color);
	height: 6px;
	left: 30px;
	top: 30px;
	-webkit-transition: var(--transition);
	transition: var(--transition);
	width: 2px;
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover {
    background: var(--nexira-primary-color);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:before {
	border-color: var(--nexira-secondary-color);
}

.woocommerce div.product div.images .woocommerce-product-gallery__trigger:hover:after {
	background-color: var(--nexira-secondary-color);
}

/* Product Tab */

.woocommerce #content div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs,
.woocommerce-page #content div.product .woocommerce-tabs,
.woocommerce-page div.product .woocommerce-tabs {
	display: inline-block;
	margin: 50px 0 0 0;
	position: relative;
	width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs,
.woocommerce div.product .woocommerce-tabs ul.tabs,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
.woocommerce-page div.product .woocommerce-tabs ul.tabs {
	border-color: var(--nexira-border-light-color);
	border-style: solid;
	border-width: 1px 0;
	margin: 0 0 50px;
	overflow: visible;
	padding: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs:before {
	content: none;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li {
	background: none;
	border-radius: 0;
	border-width: 0;
	display: inline-block;
	list-style: none;
	padding: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child),
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
	margin-right: 50px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active {
	z-index: auto;
}

.woocommerce #content div.product .woocommerce-tabs li:first-child,
.woocommerce div.product .woocommerce-tabs li:first-child,
.woocommerce-page #content div.product .woocommerce-tabs li:first-child,
.woocommerce-page div.product .woocommerce-tabs li:first-child {
	margin-left: 0;
	padding-left: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
	background: var(--nexira-primary-color);
	border: none;
	border-radius: 0;
	bottom: -1px;
	box-shadow: none;
	content: '';
	height: 1px;
	margin: auto;
	position: absolute;
	width: 0;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:before {
	left: 0px;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:after {
	right: 0;
	transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
	-moz-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
	-webkit-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover:before,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:before,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:before {
	transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
	-moz-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
	-webkit-transition: width 1s cubic-bezier(0.9, -0.45, 0.30, 1.45);
	width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover:after,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active:after,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active:after {
	background: transparent;
	width: 100%;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
	color: var(--nexira-heading-color);
	font-family: var(--nexira-h2-font-family);
    font-size: var(--nexira-h4-font-size);
    font-weight: 700;
	letter-spacing: 0;
	line-height: 1;
	padding: 25px 0;
	position: relative;
	text-transform: uppercase;
}

.woocommerce #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li:hover a,
.woocommerce #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li.active a,
.woocommerce-page div.product .woocommerce-tabs ul.tabs li.active a {
	color: var(--nexira-primary-color);
}

.woocommerce #content div.product .woocommerce-tabs .panel,
.woocommerce div.product .woocommerce-tabs .panel,
.woocommerce-page #content div.product .woocommerce-tabs .panel,
.woocommerce-page div.product .woocommerce-tabs .panel {
	border-bottom: 1px solid var(--nexira-border-light-color);
	margin: 0 0 50px;
	padding: 0 0 50px;
}

.woocommerce #content div.product .woocommerce-tabs .panel>*,
.woocommerce div.product .woocommerce-tabs .panel>*,
.woocommerce-page #content div.product .woocommerce-tabs .panel>*,
.woocommerce-page div.product .woocommerce-tabs .panel>* {
	margin: 0;
}

.woocommerce #content div.product .woocommerce-tabs .panel>*:not(:last-child),
.woocommerce div.product .woocommerce-tabs .panel>*:not(:last-child),
.woocommerce-page #content div.product .woocommerce-tabs .panel>*:not(:last-child),
.woocommerce-page div.product .woocommerce-tabs .panel>*:not(:last-child) {
	margin: 0 0 20px;
}

.woocommerce #content div.product .woocommerce-tabs .panel h2,
.woocommerce div.product .woocommerce-tabs .panel h2,
.woocommerce-page #content div.product .woocommerce-tabs .panel h2,
.woocommerce-page div.product .woocommerce-tabs .panel h2 {
	font-size: var(--nexira-h5-font-size);
	line-height: normal;
	margin: 0 0 20px;
}

.woocommerce table.shop_attributes th {
	border: 1px solid var(--nexira-border-light-color);
	padding: 10px 20px;
	width: 20%;
}

.woocommerce table.shop_attributes td {
	border: 1px solid var(--nexira-border-light-color);
	font-style: normal;
}

.woocommerce #review_form #respond .comment-form p {
	margin: 0;
}

/* Quick View Popup - Styles */

.yith-wcqv-wrapper .yith-wcqv-head #yith-quick-view-close {
	border: none;
	color: var(--nexira-heading-color);
	font-size: 0;
	opacity: 1;
	right: 15px;
	top: 0;
}

.yith-wcqv-wrapper .yith-wcqv-head #yith-quick-view-close:before {
	content: "\f00d";
	font-family: "Font Awesome 5 Pro";
	font-size: var(--nexira-h6-font-size);
	font-weight: 700;
	position: relative;
	right: 0;
	top: 0;
	-webkit-transition: var(--transition);
	transition: var(--transition);
}

.yith-wcqv-wrapper .yith-wcqv-head #yith-quick-view-close:hover:before {
	color: var(--nexira-secondary-color);
}

.yith-wcqv-wrapper #yith-quick-view-content>div.product>.type-product {
	align-items: center;
	display: flex;
	height: auto;
	justify-content: flex-start;
	margin: 0;
	padding: 0;
	position: relative;
}

.yith-wcqv-wrapper #yith-quick-view-content div.images {
	flex: 0 0 30rem;
	margin: 0 15px 0 0;
	max-width: 30rem;
	width: auto;
}

.yith-wcqv-wrapper #yith-quick-view-content div.entry-summary {
	flex: 1;
	margin: 0 0 0 15px;
	max-width: calc(100% - 30rem);
	padding: 0;
	width: auto;
}

.yith-wcqv-wrapper #yith-quick-view-content>div.product>.type-product>.onsale,
.yith-wcqv-wrapper #yith-quick-view-content>div.product>.type-product>.out-of-stock {
	left: 25px;
	margin: 5px;
	top: 25px;
}

.woocommerce div.product div.summary .summary-content>*:not(:last-child),
.woocommerce div.product div.summary .summary-content>*:not(:last-child),
.woocommerce-page div.product div.summary .summary-content>*:not(:last-child),
.woocommerce-page div.product div.summary .summary-content>*:not(:last-child) {
	margin: 0 0 20px;
}

#yith-quick-view-modal .yith-wcqv-main {
    align-items: center;
	background: var(--nexira-body-background-color);
	-webkit-border-radius: 12px;
    		border-radius: 12px;
	display: flex;
	height: auto;
    justify-content: center;
	padding: 20px;
}

#yith-quick-view-modal #yith-quick-view-content {
	width: 100%;
}

#yith-quick-view-modal.open .yith-wcqv-main { 
	height: auto;
}

/* Responsive */

/* Laptop, 1281px and up */
@media (min-width: 1281px) and (max-width: 1440px) {

	.woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
		flex: 0 0 20rem;
	}

	.yith-wcqv-wrapper #yith-quick-view-content div.images {
		flex: 0 0 15rem;
	}

	.yith-wcqv-wrapper #yith-quick-view-content div.entry-summary {
		max-width: calc(100% - 15rem);
	}

}

/* Tablets - Landscape, 1025px and up */
@media (min-width: 1025px) and (max-width: 1280px) {

	.woocommerce #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce div.product .woocommerce-tabs ul.tabs,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs {
		margin: 0 0 30px;
	}

	.woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
		flex: 0 0 20rem;
	}

	.woocommerce .wishlist-title.wishlist-title-with-form h2 {
		font-size: calc(var(--nexira-h2-font-size) - 5px);
	}

	.woocommerce .wishlist-title .show-title-form {
		width: 25%;
	}

	.yith-wcqv-wrapper #yith-quick-view-content div.images {
		flex: 0 0 15rem;
	}

	.yith-wcqv-wrapper #yith-quick-view-content div.entry-summary {
		max-width: calc(100% - 15rem);
	}

}

/* Tablets - Portrait, 768px and up */
@media (min-width: 768px) and (max-width: 1024px) {

	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		margin: 0;
		width: 100%;
	}

	.woocommerce #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce div.product .woocommerce-tabs ul.tabs,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs {
		margin: 0 0 30px;
	}

	.woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
		flex: 0 0 20rem;
	}

	.woocommerce .wishlist-title.wishlist-title-with-form h2 {
		font-size: calc(var(--nexira-h2-font-size) - 5px);
	}

	.woocommerce .wishlist-title .show-title-form {
		width: 30%;
	}

	.woocommerce .cart-collaterals .cart_totals,
	.woocommerce .cart-collaterals .cross-sells,
	.woocommerce .cart-collaterals .shipping_calculator,
	.woocommerce-page .cart-collaterals .cart_totals,
	.woocommerce-page .cart-collaterals .cross-sells,
	.woocommerce-page .cart-collaterals .shipping_calculator {
		float: none;
		text-align: left;
		width: 100%;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		margin: 30px 0 0;
	}

	.yith-wcqv-wrapper #yith-quick-view-content div.images {
		flex: 0 0 15rem;
	}

	.yith-wcqv-wrapper #yith-quick-view-content div.entry-summary {
		max-width: calc(100% - 15rem);
	}

}

/* Tablets - Portrait, 768px and below */

@media (max-width: 768px) {

	#yith-quick-view-modal .yith-wcqv-wrapper {
		max-width: 100% !important;
	}

	.yith-wcqv-wrapper #yith-quick-view-content div.images {
		flex: 0 0 1rem;
		margin: 0 0 15px;
		max-width: 100%;
	}

	.yith-wcqv-wrapper #yith-quick-view-content div.entry-summary {
		margin: 15px 0 0;
		max-width: 100%;
	}
}

/* Mobile - Landscape, less than 767px */
@media (min-width: 576px) and (max-width: 767px) {

	.woocommerce #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
	.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child),
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
		margin-right: 30px;
	}

	.woocommerce-tabs .panel h2,
	.woocommerce-page #content div.product .woocommerce-tabs .panel h2,
	.woocommerce-page div.product .woocommerce-tabs .panel h2 {
		line-height: 1;
	}

	.woocommerce #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce div.product .woocommerce-tabs ul.tabs,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs {
		margin: 0 0 30px;
	}

	.woocommerce #content div.product .woocommerce-tabs .panel,
	.woocommerce div.product .woocommerce-tabs .panel,
	.woocommerce-page #content div.product .woocommerce-tabs .panel,
	.woocommerce-page div.product .woocommerce-tabs .panel {
		margin: 0 0 30px;
		padding: 0 0 30px;
	}

	.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] {
		padding: 15px 20px;
	}

	.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content h3 {
		font-size: var(--nexira-body-font-size);
	}

	.woocommerce.fzt-product-list-item ul.products li.product {
		flex-direction: column;
	}

	.woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
		flex: 1;
	}

	.woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content:not(:only-child),
	.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content:not(:only-child) {
		margin: 25px 0 0 0;
	}

	.woocommerce .wishlist-title.wishlist-title-with-form h2 {
		font-size: calc(var(--nexira-h2-font-size) - 10px);
	}

	.woocommerce .wishlist-title .show-title-form {
		width: 45%;
	}

	/* Wishlist & Cart Page*/

	.woocommerce table.shop_table th,
	.woocommerce table.shop_table td {
		border-width: 1px 0 0 0;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent;
	}

	.woocommerce table.shop_table.responsive.wishlist_table tr td,
	.woocommerce-page table.shop_table.responsive.wishlist_table tr td {
		text-align: center;
	}

	.woocommerce table.shop_table.responsive.wishlist_table tr td:before,
	.woocommerce-page table.shop_table.responsive.wishlist_table tr td:before {
		content: none;
	}

	.woocommerce table.shop_table_responsive tr td.actions,
	.woocommerce-page table.shop_table_responsive tr td.actions {
		display: block;
	}

	.woocommerce table.shop_table.responsive thead,
	.woocommerce-page table.shop_table.responsive thead {
		display: none;
	}

	.woocommerce table.shop_table.responsive tr,
	.woocommerce-page table.shop_table.responsive tr {
		display: block;
	}

	.woocommerce table.shop_table.responsive tr td,
	.woocommerce-page table.shop_table.responsive tr td {
		display: block;
		text-align: right;
	}

	.woocommerce table.shop_table.responsive tr td.order-actions,
	.woocommerce-page table.shop_table.responsive tr td.order-actions {
		text-align: left;
	}

	.woocommerce table.shop_table.responsive tr td::before,
	.woocommerce-page table.shop_table.responsive tr td::before {
		content: attr(data-title) ": ";
		float: left;
		font-weight: 700
	}

	.woocommerce table.shop_table.responsive tr td.actions:before,
	.woocommerce table.shop_table.responsive tr td.product-remove:before,
	.woocommerce-page table.shop_table.responsive tr td.actions:before,
	.woocommerce-page table.shop_table.responsive tr td.product-remove:before {
		display: none
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		margin: 30px 0 0;
	}
}

/* Mobile - Portrait, less than 575px */
@media (max-width: 575px) {

	.woocommerce .woocommerce-result-count,
	.woocommerce .woocommerce-ordering {
		display: inline-block;
		margin: 0 0 20px;
		text-align: center;
		width: 100%;
	}

	.woocommerce #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
	.woocommerce div.product .woocommerce-tabs ul.tabs li:not(:last-child),
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li:not(:last-child),
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li:not(:last-child) {
		margin-right: 20px;
	}

	.woocommerce #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs li a,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs li a {
		font-size: calc(var(--nexira-h6-font-size) - 4px);
	}

	.woocommerce-tabs .panel h2,
	.woocommerce-page #content div.product .woocommerce-tabs .panel h2,
	.woocommerce-page div.product .woocommerce-tabs .panel h2 {
		line-height: 1;
	}

	.woocommerce #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce div.product .woocommerce-tabs ul.tabs,
	.woocommerce-page #content div.product .woocommerce-tabs ul.tabs,
	.woocommerce-page div.product .woocommerce-tabs ul.tabs {
		margin: 0 0 30px;
	}

	.woocommerce #content div.product .woocommerce-tabs .panel,
	.woocommerce div.product .woocommerce-tabs .panel,
	.woocommerce-page #content div.product .woocommerce-tabs .panel,
	.woocommerce-page div.product .woocommerce-tabs .panel {
		margin: 0 0 30px;
		padding: 0 0 30px;
	}

	.woocommerce.type-4 ul.products li.product .fzt-product-thumb .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] a {
		font-size: 0;
	}

	.woocommerce.type-4 ul.products li.product .fzt-product-action-items.bottom div[class*=fzt-button-wrapper].fzt-quick-view-button a:before {
		content: "\e92a";
	}

	.woocommerce.type-4 ul.products li.product .fzt-product-action-items.bottom div[class*=fzt-button-wrapper].fzt-wishlist-button a:before {
		content: "\e929";
	}

	.woocommerce.type-4 ul.products li.product .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] .yith-wcwl-wishlistaddedbrowse a:before,
	.woocommerce.type-4 ul.products li.product .fzt-product-action-items.bottom div[class*=fzt-button-wrapper] .yith-wcwl-wishlistexistsbrowse a:before {
		content: "\e928";
	}

	.fzt-product-categories-container.type1 .fzt-product-category-item .fzt-product-category-content h3 {
		font-size: var(--nexira-body-font-size);
	}

	.woocommerce.fzt-product-list-item ul.products li.product,
	.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product {
		flex-direction: column;
	}

	.woocommerce.fzt-product-list-item ul.products li.product .fzt-product-thumb {
		flex: 1;
	}

	.woocommerce.fzt-product-list-item[class*=-left-thumb] ul.products li.product .fzt-product-content:not(:only-child),
	.woocommerce.fzt-product-list-item[class*=-right-thumb] ul.products li.product .fzt-product-content:not(:only-child) {
		margin: 25px 0 0 0;
	}

	.woocommerce .wishlist-title.wishlist-title-with-form h2 {
		font-size: calc(var(--nexira-h2-font-size) - 10px);
	}

	.woocommerce .wishlist-title .show-title-form {
		font-size: 0;
		padding: 20px;
		width: auto;
	}

	.woocommerce .wishlist-title .show-title-form i {
		font-size: 15px;
		margin: 0;
	}

	.woocommerce .woocommerce-info .button,
	.woocommerce .woocommerce-message .button,
	.woocommerce .woocommerce-error .button,
	.woocommerce-page .woocommerce-info .button,
	.woocommerce-page .woocommerce-message .button,
	.woocommerce-page .woocommerce-error .button,
	.woocommerce .woocommerce-info a,
	.woocommerce .woocommerce-message a,
	.woocommerce .woocommerce-error a,
	.woocommerce-page .woocommerce-info a,
	.woocommerce-page .woocommerce-message a,
	.woocommerce-page .woocommerce-error a {
		float: left;
		margin: 15px 0 0;
		width: 100%;
	}

	.nexira-checkout-coupon-wrapper form.checkout_coupon>p.form-row-first {
		flex: auto;
		margin: 0 0 10px 0;
	}

	.nexira-checkout-coupon-wrapper form.checkout_coupon>p.form-row-last .button {
		font-size: calc(var(--nexira-body-font-size) - 2px);
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		margin: 30px 0 0;
	}

	/* Wishlist & Cart Page*/

	.woocommerce table.shop_table th,
	.woocommerce table.shop_table td {
		border-width: 1px 0 0 0;
	}

	.woocommerce table.shop_table_responsive tr:nth-child(2n) td,
	.woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
		background: transparent;
	}

	.woocommerce table.shop_table.responsive.wishlist_table tr td,
	.woocommerce-page table.shop_table.responsive.wishlist_table tr td {
		text-align: center;
	}

	.woocommerce table.shop_table.responsive.wishlist_table tr td:before,
	.woocommerce-page table.shop_table.responsive.wishlist_table tr td:before {
		content: none;
	}

	.woocommerce table.shop_table_responsive tr td.actions,
	.woocommerce-page table.shop_table_responsive tr td.actions {
		display: block;
	}

	.woocommerce table.shop_table.responsive thead,
	.woocommerce-page table.shop_table.responsive thead {
		display: none;
	}

	.woocommerce table.shop_table.responsive tr,
	.woocommerce-page table.shop_table.responsive tr {
		display: block;
	}

	.woocommerce table.shop_table.responsive tr td,
	.woocommerce-page table.shop_table.responsive tr td {
		display: block;
		text-align: right;
	}

	.woocommerce table.shop_table.responsive tr td.order-actions,
	.woocommerce-page table.shop_table.responsive tr td.order-actions {
		text-align: left;
	}

	.woocommerce table.shop_table.responsive tr td:before,
	.woocommerce-page table.shop_table.responsive tr td:before {
		content: attr(data-title) ": ";
		float: left;
		font-weight: 700;
	}

	.woocommerce table.shop_table.responsive tr td.actions:before,
	.woocommerce table.shop_table.responsive tr td.product-remove:before,
	.woocommerce-page table.shop_table.responsive tr td.actions:before,
	.woocommerce-page table.shop_table.responsive tr td.product-remove:before {
		display: none;
	}

	.woocommerce-account .woocommerce-MyAccount-content {
		margin: 30px 0 0;
	}

}