@charset "UTF-8";
.woocommerce .woocommerce-breadcrumb:after,
.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-message:after {
	clear: both;
}

@-webkit-keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
	}
}

@-moz-keyframes spin {
	100% {
		-moz-transform: rotate(360deg);
	}
}

@keyframes spin {
	100% {
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-ms-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@font-face {
	font-family: 'WooCommerce';
	src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot);
	src: url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.eot?#iefix) format("embedded-opentype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.woff) format("woff"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.ttf) format("truetype"), url(/wp-content/plugins/woocommerce/assets/fonts/WooCommerce.svg#WooCommerce) format("svg");
	font-weight: 400;
	font-style: normal;
}

.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
	padding: 1rem 8rem 1rem 1rem;
	margin: 0 auto 1rem;
	background-color: #f0f0f0;
	border-radius: 0.5rem;
	line-height: 1.2;
	list-style: none!important;
	outline: none;
	position: relative;
	word-wrap: break-word;
}

.woocommerce-account .woocommerce .woocommerce-error {
	text-align: center;
}

.woocommerce .woocommerce-info.wc-no-matching-variations {
	padding: 0.5rem;
	font-size: 0.8rem;
}

.woocommerce .woocommerce-error {
	color: #bb0404;
}

.woocommerce .woocommerce-error:after,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:after,
.woocommerce .woocommerce-info:before,
.woocommerce .woocommerce-message:after,
.woocommerce .woocommerce-message:before {
	content: " ";
	display: table;
}

.woocommerce-form-login-toggle .woocommerce-info,
.woocommerce-form-coupon-toggle .woocommerce-info {
	padding: 20px;
	font-size: 1em;
}

.woocommerce .woocommerce-error a,
.woocommerce .woocommerce-info a,
.woocommerce .woocommerce-message a {
	text-decoration: underline;
}

.woocommerce .woocommerce-error .button,
.woocommerce .woocommerce-info .button,
.woocommerce .woocommerce-message .button {
	max-width: 200px;
	margin: 0;
	padding: 0.5rem 0.8rem 0.3rem;
	font-size: 0.8rem;
	background-color: var(--wp--preset--color--primary);
	color: var(--wp--preset--color--white);
	position: absolute;
	right: 1rem;
	top: 0.8rem;
	text-decoration: none;
}

.woocommerce .woocommerce-error li,
.woocommerce .woocommerce-info li,
.woocommerce .woocommerce-message li {
	list-style: none!important;
	padding-left: 0!important;
	margin-left: 0!important;
}

.woocommerce .woocommerce-message .restore-item {
	display: none;
}

.woocommerce .woocommerce-error {
	color: #b81c23;
}

.woocommerce small.note {
	display: block;
	font-size: .857em;
	margin-top: 10px;
}

.woocommerce-store-notice {
    padding: 0.8rem 1rem;
    margin: 0;
    background-color: var(--wp--preset--color--primary);
    color: var(--wp--preset--color--white);
    font: 500 0.84rem var(--wp--preset--font-family--secondary);
    line-height: 1.1;
    text-align: center;
}

.woocommerce-store-notice__dismiss-link,
.page-template-page-links .woocommerce-store-notice {
    display: none !important;
}

.woocommerce-cart div.woocommerce,
.woocommerce-checkout div.woocommerce {
    min-height: calc(100vh - 600px);
}

/* BLOCKUI */

.woocommerce .blockUI.blockOverlay {
	position: relative;
}
.woocommerce .blockUI.blockOverlay::before {
	height: 1em;
	width: 1em;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -0.5em;
	margin-top: -0.5em;
	content: "";
	-webkit-animation: spin 1s ease-in-out infinite;
	animation: spin 1s ease-in-out infinite;
	background: url(../../images/loader.svg) center center;
	background-size: cover;
	line-height: 1;
	text-align: center;
	font-size: 2em;
	color: rgba(0, 0, 0, 0.75);
}

/* SINGLE */

.product-info {
	margin-bottom: 4rem;
	display: flex;
	flex-direction: column;
	gap: 2rem 0.5rem;
}

.product-info span.onsale {
	position: absolute;
	right: -6px;
	top: 15px;
	z-index: 9;
}

.product-info__summary {
	max-width: 576px;
	font-size: 0.92rem;
	line-height: 1.6;
}

.product-info__title {
	margin: 0 0 0.6rem;
	color: var(--wp--preset--color--tertiary);
	font: 600 2rem/1.2 var(--wp--preset--font-family--secondary);
}

.product-info__sku {
	margin: 0 0 2rem;
	color: #979797;
	display: block;
	font-size: 0.8rem;
}

.product-info .price {
    margin: 1.5rem 0;
    font-size: 1.1rem;
}

.product-info .price del {
    font-size: 14px;
    opacity: 0.6;
}

.product-info .price ins {
    text-decoration: none
}

.product-info .stock.out-of-stock {
	padding: 0.3rem 0.6rem 0.2rem;
    background-color: var(--wp--preset--color--light);
    border-radius: 0.2rem;
    display: table;
    font-size: 0.8rem;
}

.product-info .yith-wcwl-add-to-wishlist {
	margin: 1.2rem 0 2rem;
}

.product-info .yith-wcwl-add-to-wishlist .yith-wcwl-add-button {
	align-items: flex-start;
}

.yith-wcwl-add-button .add_to_wishlist svg.yith-wcwl-icon-svg, 
.yith-wcwl-add-button .add_to_wishlist img {
	margin: 0;
}

.product-info .woocommerce-variation-price {
    margin-bottom: 1rem
}

.product-info .thwvsf-wrapper-ul .thwvsf-item-span.item-span-text {
	padding: 0 0.5rem;
}

span.onsale {
	width: 50px;
	height: auto;
	padding: 5px;
	background-color: var(--wp--preset--color--secondary);
	border-radius: var(--inz-radius);
	color: var(--wp--preset--color--tertiary);
	font-size: 0.84rem;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
}

.price {
	font-weight: 600;
}

.price em {
	font-size: 0.8rem;
	font-style: normal;
}

.amount {
	font-family: var(--wp--preset--font-family--secondary);
}

.woocommerce-product-gallery {
	position: sticky;
	top: 0.5rem;
}

.woocommerce-product-gallery img {
	border-radius: 0.5rem;
	border: 1px solid rgba(0,0,0,0.05);
}

.woocommerce-product-gallery__image a {
	display: block;
}

.woocommerce-product-gallery__trigger {
	display: none;
}

table.variations tbody > tr {
	margin: 1rem 0;
	display: flex;
	flex-direction: column;
}

table.variations tr th.label label {
	margin: 0;
	font-weight: 700 !important;
}

@media screen and (min-width: 768px) {
	.product-info {
		flex-direction: row;
	}

	.product-info__images {
		width: 44%;
	}

	.product-info__summary {
		width: 56%;
		padding: 0 3rem;			
	}
}

/* PRODUCT SHIPPING CALC */

.woocommerce .product-info #shipping-calc {
    padding: 1rem;
	background-color: #f7f7f7;
    border-radius: 0.5rem;
	float: none;
}

.woocommerce .product-info #shipping-calc > p {
    padding: 0;
    margin: 0 0 0.5rem;
    border: none;
    font-weight: 700;
}

.woocommerce .product-info #shipping-calc #delivery_truck {
	display: none;
}

.woocommerce .product-info #shipping-calc #wscp-postcode.text {
    width: calc(100% - 110px);
	max-width: 200px;
    padding: 0.5rem 0.8rem;
    margin: 0;
    background-color: var(--wp--preset--color--light);
    border: none;
    border-radius: var(--inz-radius);
    box-shadow: none;
    float: none;
}
.woocommerce .product-info #shipping-calc #wscp-button {
    width: 100px;
    margin: 0;
    border: none;
    border-radius: var(--inz-radius);
}

.woocommerce .product-info #shipping-calc #wscp-button + a {
	clear: both;
	display: block;
	font-size: 11px;
	opacity: 0.6;
	position: relative;
	top: 6px;
	text-align: left;
}

.woocommerce .product-info #shipping-calc #wscp-response {
	float: none;
}

/* QUANTITY FORM */

.quantity__inner:not(.hidden) {
	width: 90px;
	border: 1px solid #f0f0f0;
	border-radius: 0.3rem;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.quantity span.btn {
	width: 25px;
	height: 34px;
	padding: 0;
	font-size: 20px;
	line-height: 28px;
	text-align: center;
	vertical-align: baseline;
	border-radius: 0;
	position: relative;
}

.quantity input {
	width: 35px;
	height: 34px;
	padding: 3px;
	margin: 0;
	color: #525252;
	background-color: transparent;
	font-size: 13px;
	-webkit-appearance: textfield;
	-moz-appearance: textfield;
	appearance: textfield;
	text-align: center;
	border: none;
	box-shadow: none;
}

.quantity input::-webkit-inner-spin-button,
.quantity input::-webkit-outer-spin-button {
	-webkit-appearance: none;
}

.product-info .quantity {
	width: 100px;
	margin-right: 0.5rem;
	display: inline-block;
}

.product-info .quantity__inner:not(.hidden) {
	width: 100%;
}

.product-info .quantity input,
.product-info .quantity span.btn {
	height: 42px;
	line-height: 2;
}

.inactive .quantity {
	pointer-events: none;
}

.inactive .quantity input,
.inactive .quantity span.btn {
	opacity: 0.5;
}

@media (max-width: 575px) {
	.product-info .quantity {
		width: 100%;
		display: block;
		margin-bottom: 0.5rem;
	}

	.product-info .quantity__inner {
		width: 100%;
	}
}

/* SINGLE - FORM CART */

.woocommerce .product form.cart:after,
.woocommerce .product p.cart:after,
.woocommerce nav.woocommerce-pagination ul {
	clear: both;
}

.woocommerce .product form.cart:after,
.woocommerce .product form.cart:before,
.woocommerce .product p.cart:after,
.woocommerce .product p.cart:before {
	display: table;
	content: " ";
}

.woocommerce .product form.cart .reset_variations {
	font-size: 0.7rem;
	line-height: 1;
	position: absolute;
	right: 0;
	top: 1rem;
	text-decoration: underline;
	visibility: hidden;
}

.woocommerce .product form.cart .variations label {
	margin-bottom: 0;
}

.woocommerce .product form.cart .variations select {
	margin: 0 0 0.8rem;
}

.woocommerce .product form.cart .variations .select2-selection--single {
	margin-bottom: 0.8rem;
	font-size: 0.76rem;
}

.woocommerce form.cart .variations .select2-selection--single,
.woocommerce form.cart .variations .select2-selection--single .select2-selection__rendered,
.woocommerce form.cart .variations .select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 36px;
	line-height: 34px;
}

.woocommerce .product table.variations {
	width: 100%;
	margin-bottom: 1.5rem;
	position: relative;
}

/* PRODUCT TABS - NAV */

.tabs-product-nav.tabs-block {
	margin-top: 2rem;
}

.tabs-product-nav.tabs-block .nav-tabs {
	justify-content: flex-start;
}

.tabs-product-nav.tabs-block .nav-tabs .nav-link,
.tabs-product-faq.acc-block div.accordion-item .accordion-button {
	font-size: 0.9rem;
}

/* PRODUCT TABS - TECH */

.tabs-product-detail table {
	width: 100%;
	border-collapse: collapse;
}

.tabs-product-detail tr {
	line-height: 1;
}

.tabs-product-detail td {
	padding: 0.4rem;
	border-bottom: 1px solid #f0f0f0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;
}

.tabs-product-detail__title {
	width: 35%;
	font-weight: 700;
}

/* PRODICT TABS - REVIEWS */

.woocommerce .woocommerce-tabs {
	margin: 5rem 0;
}

.woocommerce .woocommerce-tabs ul.tabs {
	margin: 0;
	padding: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 0.5rem;
	list-style: none;
}

.woocommerce .woocommerce-tabs ul.tabs li a {
	padding: 0.3rem 0.8rem;
	border-radius: var(--inz-radius);
	display: block;
}

.woocommerce .woocommerce-tabs ul.tabs li a:hover,
.woocommerce .woocommerce-tabs ul.tabs li.active a {
	color: var(--wp--preset--color--tertiary);
	font-size: 1.2rem;
	font-weight: 700;
}

.woocommerce .panel.entry-content ul,
.woocommerce .panel.entry-content ol {
	padding: 0 0 0 20px;
	margin-bottom: 40px;
}

@media (max-width: 575px) {
	.woocommerce .woocommerce-tabs ul.tabs li {
		padding-right: 2px;
		font-size: 12px;
	}

	.woocommerce .woocommerce-tabs ul.tabs li a {
		padding: 2px 5px;
	}
}

/* REVIEWS */

#reviews {
	width: 100%;
	max-width: 980px;
	margin: 2rem auto;
	text-align: left;
}

#reviews h3 {
    font-size: 1.2rem;
}

#reviews #comments .add_review:after,
#reviews #comments .add_review:before,
#reviews #comments ol.commentlist li .comment-text:after,
#reviews #comments ol.commentlist li .comment-text:before,
#reviews #comments ol.commentlist:after,
#reviews #comments ol.commentlist:before {
	content: " ";
	display: table;
}

#reviews h2 small {
	float: right;
	color: #777;
	font-size: 15px;
	margin: 10px 0 0;
}

#reviews h2 small a {
	text-decoration: none;
	color: #777;
}

.woocommerce #review_form #respond:after,
#reviews #comments ol.commentlist li .comment-text:after,
#reviews #comments ol.commentlist:after,
.woocommerce .woocommerce-product-rating:after,
.woocommerce td.product-name dl.variation:after {
	clear: both;
}

#reviews #comments ol.commentlist {
	margin: 0 auto;
	padding: 0;
	list-style: none;
}

#reviews #comments ol.commentlist li {
	width: 100%;
	padding: 1rem 0;
	margin: 0 0 1rem;
	border-bottom: 1px solid #f0f0f0;
}

#reviews #comments ol.commentlist li .comment-text p {
	margin: 10px 0;
	line-height: 1.5;
}

#reviews #comments ol.commentlist li .comment-text p.meta {
	font-size: .83em;
	text-transform: uppercase;
}

#reviews #comments ol.commentlist ul.children {
	list-style: none;
	margin: 20px 0 0 50px;
}

#reviews #comments ol.commentlist li img.avatar,
#reviews #comments ol.commentlist ul.children .star-rating,
#reviews .comment-form-cookies-consent,
a.woocommerce-review-link {
	display: none;
}

#reviews #comments ol.commentlist #respond {
	border: 1px solid #e4e1e3;
	border-radius: 4px;
	padding: 1em 1em 0;
	margin: 20px 0 0 50px;
}

#reviews #comments .commentlist>li:before {
	content: "";
}

.woocommerce .star-rating {
	max-width: 90px;
	overflow: hidden;
	height: 1em;
	line-height: 1;
	font-size: 1em;
	font-family: 'inzicon';
}

.woocommerce .star-rating:before,
.woocommerce .star-rating span:before,
.woocommerce p.stars a:before,
.woocommerce p.stars.selected a.active:before,
.woocommerce p.stars:hover a:before,
.woocommerce p.stars.selected a:not(.active):before {
	color: var(--wp--preset--color--secondary);
}

.woocommerce .star-rating:before {
	content: "\e914\e914\e914\e914\e914";
	float: left;
	top: 0;
	left: 0;
	position: absolute;
}

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

.woocommerce .star-rating span:before {
	content: "\e915\e915\e915\e915\e915";
	top: 0;
	position: absolute;
	left: 0;
}

.woocommerce .products .star-rating {
	display: block;
	margin: 0 0 .5em;
	float: none;
}

.woocommerce #review_form form .comment-form-rating {
	margin: 2rem 0;
}

.woocommerce #review_form form .comment-notes {
	display: none;
}

.woocommerce #review_form form .form-submit {
	clear: both;
}

.woocommerce #review_form form p.stars {
	width: 180px;
}

.woocommerce #review_form form input[type="submit"] {
	float: none;
}

.woocommerce #review_form #respond:after,
.woocommerce #review_form #respond:before {
	content: " ";
	display: table;
}

.woocommerce p.stars a:before,
.woocommerce p.stars a:hover~a:before {
	content: "\e914";
}

.woocommerce p.stars a {
	position: relative;
	height: 25px;
	width: 25px;
	margin-right: 5px;
	text-indent: -999em;
	display: inline-block;
	text-decoration: none;
}

.woocommerce p.stars a:before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	line-height: 1;
	text-indent: 0;
	font-size: 25px;
	font-family: 'inzicon';
}

.woocommerce table.shop_attributes td,
.woocommerce table.shop_attributes th {
	line-height: 1.5;
	border-bottom: 1px dotted rgba(0, 0, 0, .1);
	border-top: 0;
	margin: 0;
}

.woocommerce p.stars.selected a.active~a:before {
	content: "\e914";
}

.woocommerce p.stars.selected a:before {
	content: "\e915";
}

.woocommerce-verification-required {
	text-align: center;
}

@media (min-width: 576px) {
    .comment-form-author,
    .comment-form-email {
        width: 49%;
        float: left;
    }

    .comment-form-author {
        margin-right: 2%;
    }
}

/* ARCHIVE - PAGINATION */

.woocommerce nav.woocommerce-pagination ul {
	padding: 0;
	width: 100%;
	text-align: center;
}

.woocommerce nav.woocommerce-pagination ul li {
	width: 35px;
	padding: 0;
	margin: 0 3px;
	overflow: hidden;
}

.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce nav.woocommerce-pagination ul li span {
	width: 33px;
	margin: 0;
	font-size: 1em;
	line-height: 32px;
	font-weight: 600;
	display: block;
	border: none;
}

.woocommerce nav.woocommerce-pagination .current {
	color: var(--wp--preset--color--tertiary);
}

/* ARCHIVE - TOOLBAR */

.term-description {
	padding-bottom: 1rem;
	margin-bottom: 2rem;
	border-bottom: 1px solid #f0f0f0;
}

.shop-toolbar {
	padding: 0.5rem 0.5rem 0.5rem 1rem;
	margin: 0 0 2rem auto;
	border: 2px solid #f9f8f3;
	border-radius: var(--inz-radius);
	display: flex;
	align-items: center;
	gap: 1rem 0.5rem;
	justify-content: space-between;
	overflow: hidden;
}

.woocommerce .woocommerce-result-count {
	width: 100%;
	margin: 0;
	font-size: 0.84rem;
	line-height: 1.1;
}

.woocommerce-page .woocommerce-ordering {
	min-width: 150px;
}

.woocommerce .woocommerce-ordering select {
	margin: 0;
}

@media (max-width: 767px) {
	.shop-toolbar {
		flex-wrap: wrap;
	}
}

/* BUTTONS */

.woocommerce button.button,
.woocommerce a.button {
	width: auto;
	padding: 1rem 2rem;
	background-color: var(--wp--preset--color--primary);
	border-radius: 2rem;
	color: var(--wp--preset--color--light);
	cursor: pointer;
	display: inline-block;
	font-size: 1rem;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.woocommerce .single_add_to_cart_button.button {
	max-width: calc(100% - 120px);
	display: inline-block;
	padding: 0.9rem 0.8rem;
}

.woocommerce a.checkout-button.button,
.woocommerce .single_add_to_cart_button.button,
.woocommerce button[name=woocommerce_checkout_place_order] {
	width: 100%;
	font-size: 1.2rem;
}

.woocommerce-shipping-calculator button.button,
.woocommerce-cart-form button.button {
	padding: 0.6rem 0.5rem;
	background-color: var(--wp--preset--color--dark);
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
	filter: brightness(120%);
}

.woocommerce #respond input#submit.loading,
.woocommerce a.button.loading,
.woocommerce button.button.loading,
.woocommerce input.button.loading {
	opacity: .25;
	padding-right: 2.618em;
}

.woocommerce #respond input#submit.loading:after,
.woocommerce a.button.loading:after,
.woocommerce button.button.loading:after,
.woocommerce input.button.loading:after {
	font-family: WooCommerce;
	content: "\e01c";
	vertical-align: top;
	-webkit-font-smoothing: antialiased;
	font-weight: 400;
	position: absolute;
	top: .618em;
	right: 1em;
	-webkit-animation: spin 2s linear infinite;
	-moz-animation: spin 2s linear infinite;
	animation: spin 2s linear infinite;
}

.woocommerce #respond input#submit.disabled,
.woocommerce #respond input#submit:disabled,
.woocommerce #respond input#submit:disabled[disabled],
.woocommerce a.button.disabled,
.woocommerce a.button:disabled,
.woocommerce a.button:disabled[disabled],
.woocommerce button.button.disabled,
.woocommerce button.button:disabled,
.woocommerce button.button:disabled[disabled],
.woocommerce input.button.disabled,
.woocommerce input.button:disabled,
.woocommerce input.button:disabled[disabled] {
	cursor: not-allowed;
	opacity: .5;
}

@media (max-width: 575px) {
	.woocommerce .single_add_to_cart_button.button {
		width: 100%;
		max-width: 100%;
	}
}

/* TABLES */

.woocommerce table.shop_table {
	width: 100%;
	margin-bottom: 1rem;
	border: 1px solid #f0f0f0;
	overflow: hidden;
	table-layout: fixed;
}
	
.woocommerce table.my_account_orders .button {
	padding: 3px 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.woocommerce table.shop_table tbody {
	margin-bottom: 20px;
}

.woocommerce table.shop_table th {
	padding: 1rem;
	font-weight: 700;
}

.woocommerce table.shop_table th.product-remove {
	width: 40px;
}

.woocommerce .woocommerce-order-details tbody tr:nth-child(even),
.woocommerce .woocommerce-cart-form tbody tr:nth-child(even) {
    background-color: #fbfbfb;
}

.woocommerce table.shop_table td {
	padding: 1rem;
	vertical-align: middle;
	line-height: 1.4;
	text-align: left;
}

.woocommerce table.shop_table td.product-remove {
    padding: 5px;
}

.woocommerce table.shop_table td.actions {
	padding: 20px;
}

.woocommerce table td small .amount {
    color: #8f8f8f;
    font-size: initial;
}

.woocommerce form .form-row {
	margin: 0;
	text-align: left;
	display: block;
}

.woocommerce form .form-row-first,
.woocommerce form .form-row-last,
.woocommerce form .row-first,
.woocommerce form .row-last {
	width: 48%;
	clear: inherit !important;
}

.woocommerce form .form-row-first,
.woocommerce form .row-first {
	float: left;
    margin-right: 4%;
}

.woocommerce form .form-row-last,
.woocommerce form .row-last {
	float: right;
    margin-right: 0 !important;
}

.woocommerce form .validate-required input.not-filled,
.woocommerce form .form-row.woocommerce-invalid input,
.woocommerce form .form-row.woocommerce-invalid select {
	border-color: #f18f8f;
}

@media (max-width: 768px) {
    .woocommerce-cart-form table.shop_table td {
        padding-left: 0;
    }
    .woocommerce table.shop_table_responsive tr td, 
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
        line-height: 1.2;
    }

	.woocommerce-page table.shop_table_responsive tr.shipping td::before {
		float: none;
	 }

    .cart_totals table.shop_table_responsive tr td {
        padding: 10px 15px;
    }

    .woocommerce table.shop_table_responsive tr td.product-subtotal {
		color: var(--wp--preset--color--primary);
		font-weight: 600;
		line-height: 1;
		position: absolute;
		right: 10px;
		top: 60px;
		text-align: right !important;
		}

    .woocommerce table.shop_table_responsive tr td.product-subtotal:before {
        padding: 0;
        margin-bottom: 5px;
        display: block;
        float: none;
    }

    .woocommerce table.shop_table_responsive tr td.product-checkbox:before {
        display: none;
    }

    .woocommerce table.shop_table_responsive tr td.product-price {
    	display: none;
    	font-size: 0.84rem;
    	font-weight: 600;
    	position: absolute;
    	right: 0;
    	top: 60px;
    }

    .woocommerce table.shop_table_responsive tr td::before, 
    .woocommerce-page table.shop_table_responsive tr td::before {
    	padding-right: 10px;
    }
}

@media (min-width: 1200px) {
    .woocommerce table.shop_table th.product-name {
        width: 250px;
    }
}

/* FORMS */

.u-columns button[type='submit'] {
	padding: 15px 30px;
}

.woocommerce form .form-row [placeholder]:focus::-webkit-input-placeholder {
	-webkit-transition: opacity .5s .5s ease;
	-moz-transition: opacity .5s .5s ease;
	transition: opacity .5s .5s ease;
	opacity: 0;
}

.woocommerce form .form-row .required {
	border: 0;
	text-decoration: none;
}

.woocommerce form .form-row .input-checkbox {
	display: inline;
	margin: 5px 8px 5px 0;
	text-align: center;
	vertical-align: middle;
	position: relative;
}

/* THANK YOU PAGE */

ul.variation {
	padding: 0;
    margin: 0;
	color: #878787;
	display: flex;
    flex-wrap: wrap;
    gap: 0.2rem 0.6rem;
    font-size: 0.76rem;
    line-height: 1.2;
    list-style: none;
}

.woocommerce-order .intitle {
	color: var(--wp--preset--color--primary);
}

/* CART */

.cart_totals tr.cart-subtotal th,
.cart_totals tr.cart-subtotal td {
	padding: 15px;
}

.cart_totals table.shop_table {
    border: none;
}

.cart_item a.remove {
    width: 25px;
    font-size: 1.2rem;
    line-height: 1;
    display: block;
    text-align: center;
    color: var(--wp--preset--color--tertiary);
}

.cart_item .product-quantity {
    width: 120px;
}

.shop_table .product-thumbnail {
    width: 80px;
}

.shop_table .product-thumbnail img {
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.shop_table .variation {
	margin: 5px auto 0;
	font-size: 11px;
    text-transform: none;
}

.shop_table .variation dd {
	padding-right: 10px;
	font-weight: 500;
	display: inline-block;
}

.shop_table .variation p {
    margin: 0;
}

.cart_item .product-quantity input {
    margin: 0;
}

.cart_item .product-quantity input::-webkit-inner-spin-button {
	opacity: 1;
	cursor: pointer;
	display: block;
	text-align: center;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

/* COUPON FORM */

.woocommerce .coupon input[type="text"] {
	width: calc(100% - 100px) !important;
	margin: 0 auto;
	float: left;
}

.woocommerce .coupon button.button,
.woocommerce .coupon a.button,
.woocommerce .coupon input[type="submit"],
.woocommerce .coupon span.button {
	width: 90px !important;
	font-size: 1em;
}

.woocommerce-form-coupon input {
	margin: 0 !important;
}

.woocommerce .woocommerce-form-coupon .button {
	margin: 0;
	padding: 6px 15px;
}

@media (max-width: 575px) {
    .woocommerce-cart-form .coupon {
    	max-width: 100%;
    }
}

/* CART - REVIEW ORDER */

.woocommerce-order-pay #order_review {
    max-width: 550px;
    margin: 0 auto;
}

.woocommerce-order-pay #order_review td.product-total {
    font-size: 1.1em;
    font-weight: 700;
}

.woocommerce .cart-collaterals {
	margin-bottom: 2rem;
}

.woocommerce .cart-collaterals .cart_totals,
.woocommerce-page .cart-collaterals .cart_totals {
	width: 100%;
	float: none;
	font-size: 0.84rem;
}

.woocommerce-cart .cart-collaterals .cart_totals table th {
	width: 40%;
}

.woocommerce-cart .cart-collaterals .cart_totals table td,
.woocommerce-cart .cart-collaterals .cart_totals table th {
	vertical-align: top;
	border: 1px solid #f0f0f0;
}

.woocommerce-cart .cart-collaterals .cart_totals table select {
	width: 100%;
	font-size: 12px;
}

.woocommerce tr.order-total {
	font-size: 1.04rem;
}

.woocommerce tr.order-total th {
    vertical-align: middle;
}

.shipping-calculator-form {
	display: block!important;
	margin-top: 10px;
}

.woocommerce-shipping-destination {
	font-size: 13px;
}

.woocommerce-shipping-destination,
.woocommerce-shipping-calculator {
	margin: 20px 0 15px;
	text-align: left;
}

.woocommerce-shipping-calculator button.button {
	width: 100%;
}

.added_to_cart,
.woocommerce-form-coupon-toggle,
.woocommerce-shipping-calculator #calc_shipping_country_field,
.woocommerce-shipping-calculator #calc_shipping_state_field,
.woocommerce-shipping-calculator #calc_shipping_city_field,
p#shipping_country_field,
p#billing_country_field {
    display: none !important;
}

#calc_shipping_postcode_field {
    width: 100%;
    float: none;
    margin: 0;
}

input#calc_shipping_postcode {
	margin: 0 0 0.5rem;
}

.woocommerce-cart .cart-collaterals .shipping_calculator .button {
	width: 100%;
	float: none;
	display: block;
}

.cart-shipping .shipping_address {
	clear: both;
}

.woocommerce-shipping-methods {
	padding: 0;
	margin: 10px 0 0;
	list-style: none;
}

.woocommerce-shipping-methods li {
    padding: 0 0 0 20px;
    margin-bottom: 10px;
    font-size: 0.8rem;
    position: relative;
}

.woocommerce-shipping-methods li:only-child {
    padding-left: 0;
}

.woocommerce-shipping-methods li p {
	margin: 0 0 6px;
	display: inline-block;
	padding-left: 5px;
	color: #767a7b;
}

.woocommerce-shipping-methods li p {
	display: block;
}

.woocommerce-shipping-methods li input {
	margin: 0;
	position: absolute;
	left: 0;
	top: 2px;
}

/* CHECKOUT */

.woocommerce-checkout {
	--fluidcheckout--color--lighter-grey: #f8fbf8;
}

.wc-checkout-flow-container h2 {
	color: var(--wp--preset--color--primary);
}

.wc-checkout-flow-container h3 {
	margin-bottom: 1rem;
	font-size: 1rem;
	font-weight: 600;
}

.wc-checkout-flow-container button[type=submit] {
	width: 100%;
}

.passwordless-login {
	margin: 3rem 0;
}

.woocommerce-checkout .fc-login-form__inner {
	border-radius: var(--inz-radius);
}

.woocommerce-checkout .button--flyout-close {
	right: 0;
	top: 0;
}

.woocommerce-checkout .fc-checkout-step[data-step-complete] {
	border-color: #5eca55;
}

.woocommerce-checkout .fc-checkout-step[data-step-complete] .fc-step__substep:not(.is-editing) {
	background-color: #f8fbf8;
}

.woocommerce-checkout div.woocommerce .fc-wrapper #order_review table.woocommerce-checkout-review-order-table .product-name>img {
    padding: 0;
    border: none;
    border-radius: var(--inz-radius);
}

.woocommerce-checkout .fc-wrapper .fc-step__substep-edit,
.woocommerce-checkout .fc-checkout-order-review__head .fc-checkout-order-review__header-link {
	font-size: 0.74rem;
	font-weight: 500;
}

.woocommerce-checkout-review-order-table tr.order-total {
	color: var(--wp--preset--color--primary);
}

@media (max-width: 767px) {
	.woocommerce-checkout div.woocommerce .fc-wrapper .fc-checkout-order-review .fc-checkout-order-review__inner {
		padding: 3rem 0 0;
	}
}

/* PAYMENT */

.woocommerce-checkout-payment {
	margin-top: 2rem;
}

.woocommerce #payment .form-row select,
.woocommerce-page #payment .form-row select {
    width: 100%;
}

.wc_payment_method input,
.wc_payment_method select {
	font-size: 15px !important;
}

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

ul.payment_methods > li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

ul.payment_methods > li > label {
    font-weight: 600;
}

ul.payment_methods > li input {
    margin-right: 5px;
    position: relative;
    top: 1px;
}

ul.payment_methods > li p {
	font-size: 14px;
}

.woocommerce-terms-and-conditions-wrapper a {
    color: #000 !important;
    font-weight: 700;
}

.woocommerce-terms-and-conditions-wrapper label {
    display: block !important;
    margin: 20px 0 25px;
}

.woocommerce-privacy-policy-text p {
    margin: 0;
    font-size: 0.76rem;
    text-align: left;
    line-height: 1.3;
}

/* PASSWORD */

.woocommerce-password-strength {
	text-align: center;
	font-weight: 600;
	padding: 3px .5em;
	font-size: 1em;
}

.woocommerce-password-strength.strong {
	background-color: #c1e1b9;
	border-color: #83c373;
}

.woocommerce-password-strength.short {
	background-color: #f1adad;
	border-color: #e35b5b;
}

.woocommerce-password-strength.bad {
	background-color: #fbc5a9;
	border-color: #f78b53;
}

.woocommerce-password-strength.good {
	background-color: #ffe399;
	border-color: #ffc733;
}

.woocommerce-password-hint {
	margin: .5em 0 0;
	display: block;
}

.woocommerce form .show-password-input {
	z-index: 2;
}

/* MY ACCOUNT */

.profile-account-content p a,
.profile-account-content a.edit {
	text-decoration: underline;
}

.profile-account-content h2,
.profile-account-content h3,
.profile-account-content legend,
.woocommerce .cart-collaterals h2,
.woocommerce-order-details h2,
#customer_login h2 {
	color: var(--wp--preset--color--primary);
	font: 600 1.2rem var(--wp--preset--font-family--secondary);
}

.profile-account-content form {
	max-width: 560px;
}

.profile-account-content p {
	clear: both;
	display: table;
}

#account_display_name + span {
	display: none;
}

.profile-card-item {
	height: 140px;
	padding: 1.4rem;
	margin-bottom: 1rem;
    border: 1px solid var(--wp--preset--color--gray);
	border-radius: var(--inz-radius);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	line-height: 1;
	text-align: center;
}

.profile-card-item:hover {
	border-color: var(--wp--preset--color--primary);
}

.profile-card-item img {
	width: 48px;
	height: auto;
	margin-bottom: 0.6rem;
}

.profile-card-item:hover img {
	filter: invert(41%) sepia(76%) saturate(443%) hue-rotate(136deg) brightness(88%) contrast(94%);
}

#customer_login h2 {
	margin: 0 auto 2rem;
	text-align: center;
}

#customer_login form {
	max-width: 360px;
	margin: 0 auto 2rem;
}

#customer_login form button {
	width: 100%;
	margin-top: 1rem;
}

.lost_password {
	font-size: 0.84rem;
	margin-top: 1rem;
	text-align: center;
}

@media (max-width: 767px) {
	.woocommerce-MyAccount-navigation li {
		width: 30%;
		margin: 0;
		display: inline-block;
		line-height: 1;
	}
}

@media screen and (min-width: 768px) {
	.woocommerce-MyAccount-navigation {
		width: 100% !important;
		max-width: 300px;
		float: none !important;
	}
}

/* MY ACCOUNT - NOTES */

.woocommerce-OrderUpdates {
    margin: 1rem 0;
	padding: 0.5rem;
}

.woocommerce-OrderUpdates li:marker {
    font-weight: 700;
}

.woocommerce-OrderUpdates .comment_container {
    padding: 1rem;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 5%);
    border-radius: var(--inz-radius);
}

.woocommerce-OrderUpdates .comment_container .meta {
    font-size: 0.84rem;
    font-weight: 600;
}

.woocommerce-OrderUpdates .comment_container p {
    margin-bottom: 5px;
}

/* OTHERS PAGES */

.wc-item-meta {
	padding: 0;
	margin: 0;
}

.wc-item-meta li {
	list-style: none;
	display: block;
}

.wc-item-meta li p {
	display: inline-block;
	margin: 0 0 0 5px;
}

.woocommerce #customer_details .col-1,
.woocommerce-page #customer_details .col-1,
.woocommerce #customer_details .col-2,
.woocommerce-page #customer_details .col-2 {
	width: 100%;
	float: none;
}

@media (max-width: 768px) {
    .woocommerce table.cart tr.cart_item {
        padding: 20px 100px 20px 15px;
        position: relative;
    }

	.woocommerce-page table.cart .product-remove {
		position: absolute;
		left: 60px;
		top: 28px;
	}

    .woocommerce-page table.cart .product-thumbnail {
        width: 45px;
        margin: 0;
        display: block;
        text-align: left !important;
    }

    .woocommerce table.cart .product-quantity {
        width: auto;
        padding: 0;
        position: absolute;
        right: 10px;
        top: 21px;
    }

    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    	background-color: transparent;
    }

    .cart td.product-remove,
    .cart td.product-thumbnail, 
    .cart td.product-name, 
    .cart td.product-price, 
    .cart td.product-quantity {
        display: inline-block;
        border-bottom: 0;
        padding: 0;
    }

    .cart td.product-thumbnail:before, 
    .cart td.product-name:before, 
    .cart td.product-price:before, 
    .cart td.product-quantity:before {
        content: "" !important;
    }
    .cart .woocommerce-shipping-methods {
	    padding: 0 0 0 55px;
    }

    .cart td.product-remove,
    .cart td.product-checkbox {
    	position: absolute;
    	left: 0;
    }
}

@media screen and (max-width: 575px) {
	.woocommerce form .form-row-first,
	.woocommerce form .form-row-last,
	.woocommerce form .row-first,
	.woocommerce form .row-last {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.cart_item .product-thumbnail {
		float: none;
		padding: 0 !important;
	}
}