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

.woocommerce-account div.woocommerce {
    min-height: 340px;
}

@-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-error,
.woocommerce-info,
.woocommerce-message {
    max-width: 1170px;
	padding: 20px 125px 20px 20px;
	margin: 1em auto;
	background-color: var(--inz-light);
	border-radius: 1rem;
	font-size: 1em;
	line-height: 1.2;
	list-style: none!important;
    position: relative;
	word-wrap: break-word;
}

.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-error a,
.woocommerce-info a,
.woocommerce-message a {
	text-decoration: underline;
}

.woocommerce-error  li a.button,
.woocommerce-info li a.button,
.woocommerce-message li a.button {
	max-width: 110px;
	margin: 0;
	padding: 7px 10px 5px;
	background-color: #fff;
	border-radius: 30px;
	color: #000;
	font-size: 11px;
	font-weight: 600;
    line-height: 1;
    text-align: center;
    text-transform: uppercase;
	position: absolute;
	right: 10px;
	top: 11px;
	text-decoration: none;
}

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

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

.woocommerce-error {
	color: #b81c23;
}

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

.woocommerce-demo-store {
    padding-top: 40px;
}

.woocommerce-store-notice {
    height: 40px;
    padding: 10px 10px 12px;
    margin: 0;
    background: var(--inz-secondary);
	color: var(--white);
    line-height: 1.2;
    text-align: center;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 99;
}

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

.woocommerce-store-notice strong {
    font-weight: 700;
}

.woocommerce-store-notice code {
	font-weight: 700;
	text-decoration: underline;
	color: inherit;
    font-size: inherit;
	font-family: inherit;
}

.woocommerce-store-notice a {
	display: none;
}

@media (max-width: 575px) {
    .woocommerce-demo-store {
        padding-top: 35px;
    }
	.woocommerce-store-notice {
        height: 35px;
        padding: 9px 10px;
        font-size: 12px;
        font-weight: 400;
 }
}

/* 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);
}

/* SEARCH FORM */

.woocommerce-product-search {
	max-width: 400px;
	margin: -2rem 0 3rem auto;
	display: flex;
	align-items: center;
	gap: 0.6rem;
}

.woocommerce-product-search [type=search] {
	margin: 0;
	border-radius: 30px;
}

.woocommerce-product-search button {
	width: 36px;
	min-width: 36px;
	height: 36px;
	background: url(../../images/ic-search.png) center no-repeat var(--inz-secondary);
	border-radius: 30px;
	display: block;
	text-indent: -99999px;
}

/* PRICE */

.price {
    color: var(--inz-primary);
    display: block;
	font-size: 2em;
    font-weight: 700;
}

.price del {
	color: #a5a5a5;
	font-size: 12px;
	line-height: 1;
}

.price ins {
    text-decoration: none;
}

.tax-rate {
	margin-top: -5px;
	color: #727272;
	display: block;
	font-size: 12px;
	font-weight: 400;
}

/* SINGLE */

.product-info {
	margin-bottom: 100px;
}

.product-info__images,
.product-info__summary {
	width: 100%;
	margin-bottom: 1rem;
	text-align: left;
}

.woocommerce-product-gallery__image,
.woocommerce-product-gallery__image img,
.wooswipe__thumbs-nav img {
	border-radius: 1rem;
}

.product_title {
    font-size: 2.4em;
    font-weight: 300;
}

.product-info__details {
	margin: 2rem 0 3rem;
}

.product-info__attr {
	padding: 0;
	font-size: 12px;
	list-style: none;
}

.product-info span.onsale {
	position: absolute;
	right: 1rem;
	top: 1rem;
	z-index: 2;
}

span.onsale {
	width: auto;
	height: auto;
	padding: 5px 10px;
	background-color: var(--inz-tertiary);
	border-radius: 30px;
	color: var(--inz-secondary);
	font-size: 11px;
	line-height: 1;
	font-weight: 700;
	text-align: center;
}

.product-info .price {
	margin: 2rem 0 0;
}

.product-info .price del {
	display: block;
}

div.product form.cart {
	display: flex;
	align-items: center;
}

.generate-pdf {
    padding: 0;
    margin-top: 2rem;
    background-color: transparent;
    border-bottom: 1px solid;
    display: block;
    font-size: 12px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
}

.generate-pdf:hover {
    color: var(--inz-secondary);
}

.generate-pdf .fa {
    margin-left: 5px;
}

.generate-pdf.generating-pdf .fa {
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}

.generate-pdf.generating-pdf .fa:before {
    content: "\f1ce";
}

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

.pswp__bg {
	opacity: 0.6 !important;
}

@media screen and (min-width: 768px) {
	.product-info__images {
		width: 55%;
	}

	.product-info__summary {
		width: 45%;
	}

    .product-info {
        display: flex;
        gap: 0 6rem;
    }
}

@media (min-width: 992px) {
   	.single_add_to_cart_button.button {
        max-width: 230px;
    }
}

/* INFOS LIST */

.product-infos-list {
    padding: 0;
    margin: 4px 0 0;
    color: #7c7c7c;
    font-size: 11px;
    list-style: none;
}

/* QUANTITY FORM */

.quantity:not(.hidden) {
    width: 85px;
    background: var(--white);
    border: 1px solid #c1c1c1;
    border-radius: 30px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.quantity span.btn {
	width: 25px;
	height: 35px;
	padding: 0;
	color: #7c7c7c;
	text-align: center;
	line-height: 30px;
	vertical-align: baseline;
}

.quantity input {
	width: 35px;
	height: 35px;
	padding: 3px;
	margin: 0;
	color: #525252;
    background-color: transparent;
	-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;
}

/* 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 .variations select {
	width: auto;
	padding-right: 20px;
	margin-left: -5px;
}

.woocommerce .product form.cart .reset_variations {
	visibility: hidden;
	font-size: .83em;
	display: none;
}

.woocommerce .product form.cart .variations label {
    margin-bottom: 15px;
    line-height: 1.2;
}

.woocommerce .product form.cart .variations label em {
    font-weight: 400;
}

.woocommerce .product table.variations {
    width: 100%;
}

.woocommerce .product table.variations label {
	margin-right: 10px;
}

/* TABS */

.woocommerce .woocommerce-tabs {
    padding: 1.6rem;
    margin: 0 0 100px;
    background-color: #f7f7f7;
    border-radius: 1rem;
}

.woocommerce .woocommerce-tabs ul.tabs {
	margin: 0 0 30px;
	padding: 0;
}

.woocommerce .woocommerce-tabs ul.tabs li {
    padding: 10px 0;
    display: block;
    font-size: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
}

.woocommerce .woocommerce-tabs ul.tabs li a {
	padding-right: 30px;
	background: url(../../images/chevron-down.png) right no-repeat;
}

.woocommerce .woocommerce-tabs ul.tabs li.active a {
	background: url(../../images/chevron-up.png) right no-repeat;
}

.woocommerce .woocommerce-tabs ul.tabs li a:hover,
.woocommerce .woocommerce-tabs ul.tabs li.active a {
    color: var(--fa-secondary);
}

.woocommerce .woocommerce-tabs ul.tabs li:last-child {
	padding-right: 0;
}

.woocommerce .panel.entry-content ul {
	padding: 0 0 0 30px;
}

@media (min-width: 340px) and (max-width: 575px) {
    .woocommerce .woocommerce-tabs ul.tabs li {
        display: inline-block;
        font-size: 13px;
    }
    .woocommerce .woocommerce-tabs ul.tabs li a {
        padding-right: 18px;
        margin-right: 7px;
        background-size: 14px !important;
    }
}

@media (min-width: 576px) {
    .woocommerce .woocommerce-tabs ul.tabs li {
        display: inline-block;
        padding: 0 30px 0 0;
    }
}

/* ADDED TO CART POPUP */

.xoo-cp-opac {
    background-color: var(--inz-secondary);
    opacity: 0.6;
}

.xoo-cp-modal .xoo-cp-container {
	padding: 2rem;
	border: none;
}

span.xoo-cp-close {
    display: none;
}

.xoo-cp-atcn .xoo-cp-icon-check {
	margin-bottom: 1rem;
    display: block;
}

.xoo-cp-atcn.xoo-cp-success {
    padding: 0;
    margin-bottom: 35px;
    background: transparent;
    font-size: 1.5em;
    font-weight: 700;
    text-align: center;
}

.xoo-cp-btns {
	max-width: 430px;
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
}

.xoo-cp-btns a.xcp-btn {
	width: 100%;
    padding: 0.6rem 1rem;
    margin: 5px;
	background-color: var(--inz-primary);
	border-radius: 30px;
    font-weight: 700;
    order: 1;
}

.xoo-cp-btns a.xoo-cp-close {
	background-color: transparent;
	color: #989797;
	border-color: #989797;
	order: 0;
}

.xoo-cp-notice-box {
    bottom: 50% !important;
}

.xoo-cp-notice-box > div {
    width: 90%;
    max-width: 500px;
    padding: 30px 15px !important;
    text-align: center;
    display: block;
}

.xoo-cp-notice ul.woocommerce-error {
    padding: 0;
    background-color: transparent;
    color: var(--white);
}

.xoo-cp-container ul.woocommerce-error {
	margin: 0 auto 2rem;
}

@media (max-width: 575px) {
	.xoo-cp-btns {
		flex-direction: column;
	}
}

/* ARCHIVE - PAGINATION */

.shop-toolbar {
	margin-bottom: 50px;
	clear: both;
	display: flex;
	align-items: center;
	gap: 1rem;
	overflow: hidden;
}

.shop-toolbar .woocommerce-result-count {
	flex: 1;
	margin: 0;
}

.shop-toolbar__view a {
	width: 26px;
	height: 26px;
	margin: 0 0.8rem;
	background: url(../../images/view-list.png) center no-repeat;
	background-size: 100%;
	display: inline-block;
}

.shop-toolbar__view a.view-grid {
	background: url(../../images/view-grid.png) center no-repeat;
	background-size: 100%;
}

.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 .woocommerce-ordering select {
    padding: 0.6rem 1rem;
    margin: 0;
    border-radius: 30px;
    font-size: 12px;
}

@media (max-width: 575px) {
    .woocommerce .woocommerce-result-count {
		width: 100%;
        display: block;
        margin-bottom: 10px;
        text-align: center;
        flex: 100%;
    }

    .woocommerce .woocommerce-ordering select {
        text-align: center;
    }

	.shop-toolbar {
		flex-wrap: wrap;
	}
}

/* BUTTONS */

.woocommerce button.button,
.woocommerce a.button {
	width: auto;
	padding: 0.6rem 0.8rem;
	background-color: #4f6e69;
	border-radius: 30px;
	color: var(--white);
	cursor: pointer;
	display: inline-block;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	text-transform: uppercase;
}

.woocommerce-form-login button[type='submit'],
.woocommerce-form-register button[type='submit'],
.woocommerce .single_add_to_cart_button.button,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button,
.woocommerce button[name=woocommerce_checkout_place_order].button {
	width: 100%;
	display: block;
	padding: 1rem 0.8rem;
	background-color: var(--inz-primary);
	color: var(--white);
	font-size: 1.4em;
	line-height: 1;
}

.woocommerce-form-login button[type='submit']:hover,
.woocommerce-form-register button[type='submit']:hover,
.woocommerce .single_add_to_cart_button.button:hover,
.woocommerce-cart .wc-proceed-to-checkout .checkout-button:hover,
.woocommerce button[name=woocommerce_checkout_place_order].button:hover {
    background-color: var(--inz-secondary);
}

.woocommerce .single_add_to_cart_button.button {
	margin-left: 1rem;
}

.woocommerce a.button.empty-cart,
.woocommerce button[name=update_cart].button {
    font-size: 12px;
    margin-top: 10px;
}

.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.added:after,
.woocommerce a.button.added:after,
.woocommerce button.button.added:after,
.woocommerce input.button.added:after {
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-left: .53em;
	vertical-align: bottom;
	display: none;
}

.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: .4;
}

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

/* TABLES */

.woocommerce table.shop_table {
	width: 100%;
	margin-bottom: 30px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
}

.woocommerce table.my_account_orders .button {
	padding: 3px 5px;
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 0;
}

.woocommerce table.shop_table thead {
	border-bottom: 1px solid #ebebeb;
}

.woocommerce table.shop_table thead th {
	padding: 1.5rem 1rem;
}

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

.woocommerce table.shop_table th {
	text-transform: uppercase;
}

.woocommerce table.shop_table th {
	padding: 15px;
	font-weight: 600;
}

.woocommerce table.shop_table th.product-quantity {
	width: 20%;
}

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

.woocommerce table.shop_table td.product-subtotal del {
    font-size: 12px;
    opacity: 0.6;
}

.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: 49%;
	clear: inherit !important;
}

.woocommerce form .form-row-first,
.woocommerce form .row-first {
	float: left;
}

.woocommerce form .form-row-last,
.woocommerce form .row-last {
	float: right;
}

.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 table.shop_table_responsive tr td, 
    .woocommerce-page table.shop_table_responsive tr td {
        text-align: left !important;
        padding: 10px;
        line-height: 1.2;
    }

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

    .woocommerce table.shop_table_responsive tr td.product-subtotal {
    	text-align: right !important;
    	position: absolute;
    	right: 10px;
    	top: 60px;
    }

    .woocommerce table.shop_table_responsive tr td.product-subtotal:before {
        padding: 0;
    	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 {
    	font-size: 12px;
    }

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

/* FORMS */

.woocommerce-page .woocommerce-form-login {
    max-width: 500px;
    margin: 0;
}

.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;
}

.woocommerce form .form-row.place-order label a,
.woocommerce form .form-row.place-order label strong {
    color: #000 !important;
    font-weight: 700;
}

.woocommerce form .form-row.place-order label {
    margin: 10px auto;
	padding-left: 25px;
	display: block;
    font-size: 13px;
    line-height: 1.3;
	text-align: left;
	position: relative;
}

.woocommerce form .form-row.place-order input {
	margin: 0;
	position: absolute;
    left: 0;
    top: 1px;
}

/* CHECKOUT */

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

form.woocommerce-checkout h2 {
	color: var(--inz-primary);
	font-size: 1.6em;
}

form.woocommerce-checkout .woocommerce-additional-fields {
   display: none;
   margin-bottom: 1rem;
}

form.woocommerce-checkout .woocommerce-additional-fields h3 {
    display: none;
}

.checkout-infos p {
	margin-bottom: 0;
	padding-left: 25px;
	position: relative;
}

.checkout-infos .fa {
	color: var(--inz-primary);
	position: absolute;
	left: 0;
	top: 4px;
}

.woocommerce button.btn-add-notes {
	padding: 0.7rem 1.4rem;
	margin-top: 1rem;
	background-color: var(--inz-primary);
	font-weight: 400;
	text-transform: none;
}

.woocommerce button.btn-add-notes:hover {
	background-color: var(--inz-secondary);
}

@media (min-width: 1200px) {
	.woocommerce button.button.btn-add-notes {
		margin-top: -2rem;
		position: absolute;
		right: 0;
	}
}

/* CHECKOUT - REVIEW ORDER */

.woocommerce-checkout-review-order-table {
    display: grid;
}

.woocommerce-checkout-review-order-table tbody {
    display: block;
    height: 224px;
    padding: 10px 0 20px;
    overflow-y: auto;
    background-color: var(--inz-light);
}

.woocommerce-checkout-review-order-table thead,
.woocommerce-checkout-review-order-table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.woocommerce-checkout-review-order-table tfoot tr {
    width: 100%;
    display: table;
}

.woocommerce-checkout-review-order-table tfoot tr th {
    width: 50%;
}

.woocommerce-checkout-review-order-table .cart_item {
	width: 100%;
}

.woocommerce-checkout-review-order-table .cart_item .variation dd {
	display: block;
	padding: 0;
	margin: 0;
}

.woocommerce-checkout-review-order-table .cart_item .variation dd p {
	margin: 0;
}

/* CHECKOUT - TABS */

.tabs-block .tab-pane {
    border: none;
}

.tabs-block .nav-tabs {
    border: none;
    justify-content: space-between;
    flex-wrap: nowrap;
	gap: 0 0.4rem;
	margin-bottom: 0.4rem;
}

.tabs-block .nav-tabs li {
    width: 100%;
}

.tabs-block .accordion-button,
.tabs-block .nav-tabs .nav-link {
    color: var(--inz-secondary);
}

.tabs-block .nav-tabs .nav-link {
    width: 100%;
    padding: 0.6rem 0.6rem;
    background-color: var(--inz-light);
    border: none;
    border-radius: 0;
    font-size: 1em;
	font-weight: 700;
    line-height: 1;
    text-align: center;
}

.tabs-block .nav-tabs .nav-link:hover,
.tabs-block .nav-tabs .nav-link.active,
.tabs-block .accordion-button[aria-expanded=true],
.tabs-block .accordion-button[aria-expanded=true]:focus {
    background-color: var(--inz-primary);
    color: var(--white);
    box-shadow: none;
	outline: none;
}

.tabs-block .tab-content>.tab-pane {
    border-radius: 0;
}

.tabs-block .accordion-body {
    padding: 0;
	margin-bottom: 0.4rem;
    border: none;
}

.tabs-block .accordion-button {
    padding: 0.6rem 0.8rem;
    margin-bottom: 0.4rem;
    background-color: var(--inz-light);
    font-weight: 700;
    gap: 1rem 1.6rem;
}

.tabs-block .accordion-button:after {
    background-size: 0.9rem !important;
    opacity: 0.3;
}

.tabs-block .accordion-button[aria-expanded=true]:after {
	filter: grayscale(1) invert(1) brightness(100);
	opacity: 1;
}

@media (max-width: 767px) {
    .tabs-block .tab-content>.tab-pane {
      display: block;
      opacity: 1;
    }
}

/* ORDER DETAILS */

.order-number {
    margin: 10px 0 60px;
	font-size: 1.2em;
}

.woocommerce-order-details table.shop_table.custom-fields {
	display: none;
}

.woocommerce-order-details .product-thumbnail {
	max-width: 50px;
	margin-right: 10px;
	float: left;
	border: 1px solid #f1f1f1;
}

.woocommerce-order-details .product-infos a {
	font-size: 1.1em;
	font-weight: 600;
}

.woocommerce-bacs-bank-details h3 {
	font-size: 14px;
	font-weight: 400;
}

/* CHECKOUT */

.card-box {
	height: 100%;
	padding: 2rem;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.06);
	border-radius: 1rem;
	overflow: hidden;
}

.card-box h2:not(.intitle),
.woocommerce-additional-fields h3 {
	padding-top: 5px;
	margin-bottom: 1em;
	color: var(--inz-primary);
	font-size: 1.2em;
	font-weight: 700;
}

span.title-step,
.card-box h2 span {
	width: 25px;
    height: 25px;
    margin-right: 5px;
    background-color: var(--inz-primary);
    color: var(--white);
    font-size: 13px;
    text-align: center;
    line-height: 25px;
    display: inline-block;
    border-radius: 30px;
    position: relative;
    top: -2px;
}

.card-box .edit {
	width: auto;
	padding: 4px 7px;
	display: inline-block;
	margin-bottom: 15px;
	background-color: var(--inz-primary);
	color: #fff;
	font-size: 12px;
	line-height: 1;
	border-radius: 3px;
}

.card-box ul {
	padding: 0;
}

.card-box ul li {
	list-style: none;
}

.card-box ul li .fa {
	width: 20px;
	margin-right: 5px;
}

.card-box label.checkbox {
	cursor: pointer;
}

/* CART */

table.cart tbody tr.cart_item:nth-child(even) {
	background-color: #f9f9f9;
}

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

.cart_item a.remove {
    font-size: 22px;
    line-height: 1;
    display: block;
    text-align: center;
    color: var(--inz-primary);
}

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

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

.shop_table .product-thumbnail img {
    width: auto;
    max-height: 65px;
    margin-right: 10px;
}

.shop_table .product-name a {
    font-weight: 600;
}

.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-cart-form .coupon {
	max-width: 300px;
	display: flex;
	gap: 0.6rem;
}

.woocommerce-cart-form .coupon label {
	display: none;
}

.woocommerce .coupon input[type="text"] {
	width: calc(100% - 100px) !important;
	height: 35px;
	padding: 10px;
	margin: 0;
	border-radius: 30px;
}

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

.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%;
    }
}

/* REVIEW ORDER */

.woocommerce .cart-collaterals {
	margin-bottom: 20px;
}

.woocommerce .cart-collaterals h2 {
    color: var(--inz-primary);
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
}

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

.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-left: 0;
	border-right: 0;
}

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

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

.woocommerce tr.order-total td {
    color: var(--inz-primary);
    font-size: 1.6em;
}

.shipping-calculator-form {
	display: block!important;
}

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

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

.woocommerce .woocommerce-shipping-calculator button.button {
	width: 150px;
	margin-top: 3px;
	padding: 8px 10px;
	letter-spacing: 0;
}

input#calc_shipping_postcode {
	max-width: 150px;
	margin: 0;
}


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

.shipping_address {
	clear: both;
}

#shipping_method {
	padding: 0;
	margin: -5px 0 0;
	list-style: none;
	line-height: 1;
}

#shipping_method li {
	padding: 11px 0 0;
	position: relative;
	text-align: left;
}

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

.cart-shipping #shipping_method li p {
	display: block;
}

#shipping_method li input {
	margin: 0 5px 0 0;
	position: relative;
	top: 2px;
}

@media (min-width: 576px) {
	.woocommerce .cart-collaterals {
		max-width: 350px;
		margin: 80px 0 0 auto;
	}
}

@media (max-width: 768px) {
    .woocommerce-page table.shop_table_responsive tr.shipping td::before {
       float: none;
    }
}

/* PAYMENT */

.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;
}

#add_payment_method #payment,
.woocommerce-checkout #payment {
	background: transparent;
}

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

ul.payment_methods > li:not(:last-child) {
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid var(--inz-gray);
}

ul.payment_methods > li > label {
    font-size: 18px;
    font-weight: 400;
}

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

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

/* HIDDEN FIELDS */

#billing_country_field,
#shipping_country_field,
#calc_shipping_country_field,
#calc_shipping_state_field,
#calc_shipping_city_field,
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells {
	display: none!important;
}

/* PRICE SLIDER */

.woocommerce .price_slider {
	margin-bottom: 1em
}

.woocommerce .price_slider_amount {
	line-height: 2.4;
	font-size: .8751em;
	margin-bottom: 60px;
}

.woocommerce .price_slider_amount .price_label {
	display: block;
	text-align: center;
}

.woocommerce .price_slider_amount button {
	padding: 5px 10px;
	font-size: 12px;
	float: none;
	position: absolute;
	bottom: -30px;
	left: 0;
	right: 0;
}

.woocommerce .ui-slider {
	position: relative;
	text-align: left;
	margin-left: .5em;
	margin-right: .5em
}

.woocommerce .ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 17px;
	height: 17px;
	background-color: var(--inz-primary);
	border: 3px solid var(--white);
	border-radius: 1em;
	cursor: ew-resize;
	outline: 0;
	top: -7px;
	margin-left: -.5em;
	box-shadow: 0 0 4px 1px rgba(0, 0, 0, .2)
}

.woocommerce .ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	border-radius: 1em;
	background-color: var(--gray-dark)
}

.woocommerce .price_slider_wrapper .ui-widget-content {
	background-color: var(--inz-secondary);
	margin-top: 30px
}

.woocommerce .ui-slider-horizontal {
	height: 2px
}

.woocommerce .ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%
}

.woocommerce .ui-slider-horizontal .ui-slider-range-min {
	left: -1px
}

.woocommerce .ui-slider-horizontal .ui-slider-range-max {
	right: -1px
}

.wc-block-price-filter__controls input {
    border: none;
    font-size: .8751em;
    text-align: center;
}

/* REVIEWS */

#reviews {
	width: 100%;
	max-width: 800px;
	margin: 60px 0 0;
	text-align: left;
}

#reviews h3 {
    font-size: 14px;
    font-weight: 700;
}

#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: 20px;
	margin: 0 0 20px;
	background-color: #f1f1f1;
	border-radius: 3px;
}

#reviews #comments ol.commentlist li .meta {
	color: #777;
	font-size: .75em;
}

#reviews #comments ol.commentlist li .comment-text {
	font-size: 14px;
}

#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 {
	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: FontAwesome;
}

.woocommerce .star-rating:before {
	content: "\f006\f006\f006\f006\f006";
	color: var(--inz-primary);
	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: "\f005\f005\f005\f005\f005";
	color: var(--inz-primary);
	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: 30px 0;
}

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

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

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

.woocommerce #review_form form textarea {
	height: 100px;
	padding: 15px;
	margin: 0 auto;
}

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

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

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

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

.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: 'FontAwesome';
	color: var(--inz-primary);
}

.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:before,
.woocommerce p.stars:hover a:before {
	content: "\f005";
	color: var(--inz-primary);
}

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

.woocommerce p.stars.selected a:not(.active):before {
	content: "\f005";
	color: var(--inz-primary);
}

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

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

/* MY ACCOUNT - NOTES */

.commentlist {
    margin: 30px 0;
}

.commentlist li:marker {
    font-weight: 700;
}

.comment_container {
    padding: 20px;
    box-shadow: 10px 10px 20px rgb(0 0 0 / 5%);
    border-radius: 5px;
}

.comment_container .meta {
    font-size: 12px;
    font-weight: 600;
}

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

/* WOOCOMMERCE PAGES */

.woocommerce-address-fields,
.woocommerce-EditAccountForm {
	max-width: 620px;
}

.woocommerce-EditAccountForm em {
	font-size: 12px;
	font-style: normal;
}

.woocommerce-MyAccount-navigation-link--user-switching-switch-back {
    display: none;
}

@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;
		margin-right: 30px;
		float: none !important;
	}
	.woocommerce-MyAccount-content {
		width: 100% !important;
		float: none !important;
	}
}


/* 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 header.title h3 {
	margin: 20px 0 5px;
	font-size: 1em;
}

.woocommerce-billing-fields h3,
.woocommerce-shipping-fields h3,
.woocommerce-checkout-review-order h3 {
	margin: 10px 0;
	font-size: 1em;
}

h2.wc-bacs-bank-details-heading {
	font-size: 1.3em;
	font-weight: 700;
}

.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-thumbnail {
        margin: 0;
        display: block;
        text-align: left !important;
    }

    .woocommerce-page table.cart .product-thumbnail img {
    	max-height: 40px;
    }

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

    .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 td.product-price {
    	margin-top: -15px;
    }

    .cart #shipping_method {
	    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;
	}
}