@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: 20px 165px 20px 20px;
    margin: 1em auto;
    background-color: var(--inz-light);
	line-height: 1.2;
    list-style: none!important;
	position: relative;
    word-wrap: break-word;
}

.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: 5px 10px;
	font-size: 1em;
	background-color: var(--inz-primary);
	color: var(--white);
	position: absolute;
	right: 10px;
	top: 15px;
	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: var(--inz-dark);
	color: var(--white);
    font-size: 13px;
    line-height: 1.1;
    text-align: center;
}

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

.woocommerce-store-notice a {
	color: var(--inz-light);
	font-size: 11px;
	text-decoration: underline;
}

@media (min-width: 768px) {
	.woocommerce-store-notice a {
		position: absolute;
		right: 1rem;
		top: 10px;
	}
}

/* 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__images {
	padding: 1rem;
	background-color: var(--wp--preset--color--white);
	border-left: 4px solid var(--inz-primary);
}

.product-info__infos {
	padding: 1rem;
	background-color: var(--wp--preset--color--white);
}

.product-info {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	gap: 1rem 0;
}

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

.product-info__title {
	margin: 0 0 0.5rem;
	font-size: 1.7rem;
	font-weight: 700;
}

.product-info__sku {
	margin: 0 0 1.5rem;
	color: var(--inz-gray);
	display: block;
	font-size: 0.8rem;
}

.product-info .entry__share {
	margin-top: 2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
}

.product-info .entry__share a {
	margin: 0;
}

.product-info .entry__share span {
	width: 100%;
}

.product-info .price {
    margin: 1.2rem 0;
    display: block;
    font-weight: 700;
}

.product-info .price del {
    display: block;
    font-size: 16px;
}

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

.product-info__actions {
	padding: 1.5rem;
	background: var(--inz-light);
}

.product-info__actions h2 {
	font-size: 1.2rem;
	font-weight: 700;
}

.product-info__list {
	padding: 0;
	list-style: none;
}

.product-info__list li {
	padding: 0.4rem 0;
	border-bottom: 1px solid rgba(0,0,0,0.1);
}

.product-info__list li:last-child {
	border: none;
}

span.onsale {
	width: 50px;
	height: auto;
	padding: 5px;
	background-color: var(--inz-primary);
	color: var(--white);
	font-size: 12px;
	line-height: 1.2;
	font-weight: 700;
	text-align: center;
	border-radius: 0 30px 30px 30px;
}

.price del {
	color: #a9a9a9;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	display: block;
}

.price em {
    font-style: normal;
}

.pswp__bg {
    background-color: rgb(0 0 0 / 80%);
}

.woocommerce img.pswp__img, 
.woocommerce-page img.pswp__img {
    box-shadow: 0 0 30px rgb(0 0 0 / 30%);
}

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

	.product-info__images {
		width: 38%;
	}

	.product-info__summary {
		width: 62%;
	}
}

@media screen and (min-width: 992px) {
	.product-info__summary {
		display: flex;
		gap: 0;
	}

	.product-info__infos {
		width: 61%;
	}

	.product-info__actions {
		width: 39%;
	}
}

/* QUANTITY FORM */

.quantity__inner:not(.hidden) {
    width: 90px;
    border: 1px solid var(--inz-gray);
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}

.quantity span.btn {
	width: 25px;
	height: 34px;
	padding: 0;
	cursor: pointer;
	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__inner:not(.hidden) {
	width: 100%;
	margin: 0 0 0.5rem;
}

.product-info .quantity input,
.product-info .quantity span.btn {
    height: 45px;
    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;
    }

    .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;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: underline;
	visibility: hidden;
}

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

.woocommerce .product form.cart .variations select {
	display: none !important;
}

.woocommerce .product table.variations {
    width: 100%;
    margin-bottom: 1rem;
    background-color: transparent;
	position: relative;
}

.woocommerce .product table.variations tr {
	display: flex;
	flex-direction: column;
}

.woocommerce .product table.variations td {
	padding: 0.5rem 0 0;
}

.swatch-container { 
	display: flex;
	flex-wrap: wrap; 
	gap: 0.5rem;
	margin-bottom: 1rem;
}

.swatch-item {
	padding: 0.3rem 0.8rem;
	border: 1px solid var(--wp--preset--color--white);
	cursor: pointer;
	font-size: 0.76rem;
	transition: all 0.3s ease;
}

.swatch-item:hover { 
	border-color: var(--inz-primary);
}

.swatch-item.selected {
	background-color: var(--inz-gray);
	color: var(--wp--preset--color--white);
}

.swatch-item.disabled { 
	opacity: 0.5; 
	cursor: not-allowed;
	text-decoration: line-through;
}

/* TABS */

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

.woocommerce .woocommerce-tabs ul.tabs {
    margin: 0 0 40px;
    padding: 0;
    border-bottom: 1px solid var(--inz-primary);
}

.woocommerce .woocommerce-tabs ul.tabs li {
    padding-right: 0.5rem;
    display: inline-block;
    font-size: 1.2em;
    font-weight: 700;
    text-transform: uppercase;
}

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

.woocommerce .woocommerce-tabs ul.tabs li a {
	padding: 0.2rem 0.8rem;
}

.woocommerce .woocommerce-tabs ul.tabs li a:hover, 
.woocommerce .woocommerce-tabs ul.tabs li.active a {
    background: var(--inz-primary);
}

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

.tabs-product-detail {
    margin: 10px 0;
    width: 100%;
    border-collapse: collapse;
}

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

.tabs-product-detail tr:nth-child(odd) {
    background-color: #fbfbfb;
}

.tabs-product-detail td {
    padding: 8px 10px;
    font-size: 1em;
    border-bottom: 1px solid #ededed;
}

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

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

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

/* ARCHIVE - TOOLBAR */

.term-description {
	max-width: 60rem;
	margin-bottom: 4rem;
}

.shop-toolbar {
	margin: 0 0 2rem 0;
	display: flex;
	gap: 0.5rem;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	overflow: hidden;
}

.woocommerce .woocommerce-result-count {
	margin: 0 0 1rem;
	float: none;
	line-height: 1.1;
}

.woocommerce-page .woocommerce-ordering {
	min-width: 12.5rem;
	display: flex;
	gap: 0.5rem;
	float: none;
}

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

@media (max-width: 767px) {
	.woocommerce .woocommerce-result-count {
		width: 100%;
	}
}

/* BUTTONS */

.woocommerce button.button,
.woocommerce a.button {
	width: auto;
	padding: 1rem;
	background-color: var(--inz-primary);
	color: var(--white);
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 1;
	text-align: center;
}

.woocommerce button.button:hover,
.woocommerce a.button:hover {
	background-color: var(--inz-dark);
	color: var(--inz-primary);
}

.product-info button.button.see-price {
    margin-top: 25px;
    background-color: var(--inz-secondary);
}

.woocommerce .checkout-button.button,
.woocommerce button[name=woocommerce_checkout_place_order].button,
.woocommerce-page #payment #place_order {
	width: 100%;
	display: block;
	padding: 1.3rem 1rem;
	font-size: 1.2rem;
}

.woocommerce .single_add_to_cart_button.button {
	width: 100%;
	display: inline-block;
	font-size: 1rem;
}

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

.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 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 (min-width: 576px) {
	.woocommerce .single_add_to_cart_button.button {
		width: calc(100% - 100px);
		max-width: 278px;
	}

	.product-info .quantity {
		max-width: 100px;
		display: inline-block;
	}
}

/* MINI CART */

.minicart-toggle {
	padding: 0.4rem 0.6rem;
	background-color: var(--inz-dark);
	color: var(--wp--preset--color--white);
	display: none;
	align-items: center;
	gap: 0.5rem;
	font-weight: 600;
	position: fixed;
	right: 0;
	top: clamp(6rem, 10vw, 7rem);
	z-index: 99;
}

.minicart-toggle.active {
	display: flex;
}

.minicart__count {
	width: 25px;
	height: 25px;
	background-color: var(--inz-primary);
	border-radius: 50%;
	display: block;
	font-size: 0.8rem;
	line-height: 2;
	text-align: center;
	position: absolute;
	left: 1.5rem;
	top: 1.5rem;
}

.minicart-sidebar {
    width: 0;
    max-width: 400px;
    padding: 1.5rem 0 3.5rem;
    background-color: var(--white);
    position: fixed;
    right: 0;
    bottom: 0;
    top: 0;
    transform: translateX(100%);
    transition: transform 0.3s;
    box-shadow: 2px 2px 10px rgb(0 0 0 / 15%);
    z-index: 99;
    visibility: hidden;
}

.minicart-sidebar.active {
	width: 100%;
    transform: translateX(0);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    visibility: visible;
}

.minicart-sidebar .mini-cart__list {
    max-height: calc(100vh - 260px);
    padding: 0;
    margin: 0;
    overflow-y: auto;
    font-weight: 400;
    box-shadow: 0px 10px 30px -30px rgb(0 0 0 / 40%);
}

.minicart-sidebar h2.intitle {
    margin-bottom: 40px;
    font-size: 1.5rem;
    position: relative;
}

.minicart-sidebar h2.intitle {
    padding: 0 25px;
}

.minicart-sidebar .close-icon {
    position: absolute;
    right: 1.5rem;
    top: -2px;
}

.mini-cart-fragment {
    height: 100vh;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}

ul.mini-cart__list {
	padding-left: 0;
	margin: 0;
}

.mini-cart__list-item {
    padding: 1rem 1.6rem;
    overflow: hidden;
    line-height: 1.1;
    display: flex;
    align-items: center;
}

.mini-cart__list-item:not(:last-child) {
	border-bottom: 1px solid #efefef;
}

.mini-cart__list-item .remove {
	width: 15px;
	font-size: 18px;
	position: relative;
	left: -10px;
}

.mini-cart__list-item::before,
.mini-cart__list-item::after {
    display: none !important;
}

.mini-cart__thumb {
    width: 60px;
}

.mini-cart__infos {
    width: calc(100% - 75px);
    padding-left: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mini-cart__title {
    margin-bottom: 0.2rem;
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
}

.mini-cart__qty {
    color: var(--inz-primary);
}

.mini-cart__actions {
    padding: 30px 25px 0;
}

.mini-cart__price {
    color: #6f6f6f;
    font-size: 0.8rem;
    margin: 0;
}

.catalog-button {
	padding: 0.5rem;
    margin-bottom: 1rem;
    display: block;
    font-size: 1rem;
    font-weight: 600;
    text-align: center;
    text-decoration: underline;
}

.woocommerce-mini-cart__empty-message {
	text-align: center;
}

/* TABLES */

.woocommerce table.shop_table {
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
	border: 1px solid var(--inz-light);
	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 thead {
	color: var(--inz-secondary);
}

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

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

.woocommerce table.shop_table th.product-quantity {
	width: 125px;
}

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

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

    .woocommerce table.shop_table_responsive tr td.product-subtotal {
    	text-align: right !important;
    	font-weight: 600;
    	position: absolute;
    	right: 15px;
    	top: 61px;
    }

    .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 {
    	font-size: 12px;
    }

    .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 */

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

/* CHECKOUT */

.woocommerce-checkout div.woocommerce {
    min-height: 250px;
}

form.woocommerce-checkout .woocommerce-additional-fields {
    padding-top: 15px;
}

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

/* CHECKOUT - SECTIONS */

.checkout-content {
	max-width: 500px;
}

.checkout-review,
.checkout-coupon {
	padding: 1rem;
	margin-bottom: 1rem;
	background-color: var(--wp--preset--color--white);
	border-left: 3px solid var(--inz-primary);
}

.checkout-coupon-field {
    margin-bottom: 0;
    padding-left: 10px;
    padding-right: 100px;
}

.checkout-coupon-button {
    width: 85px;
    padding: 6px 5px;
    background-color: var(--inz-primary);
    color: var(--inz-light);
    cursor: pointer;
    display: block;
    font-size: 14px;
    text-align: center;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}

.checkout-coupon-button:hover {
	background-color: var(--inz-dark);
    color: var(--inz-primary);
}

.checkout-coupon-text {
    margin-top: 1rem;
    font-size: 0.72rem;
}

.checkout-coupon-text > span {
    display: block;
}

.checkout-coupon-text strong {
    text-transform: uppercase;
}

.woocommerce-remove-coupon {
	display: table;
	font-size: 12px;
    text-decoration: underline;
}

.checkout-review .mini-cart__list {
	min-height: 180px;
	padding-right: 10px;
}

.checkout-review .mini-cart__list-item {
	padding-left: 0;
	padding-right: 0;
}

/* CHECKOUT - REVIEW ORDER */

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

.woocommerce-checkout-review-order-table tbody {
    max-height: 350px;
    display: block;
    padding: 10px 0 20px;
    overflow-y: auto;
}

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

/* ORDER DETAILS */

.order-number {
    margin: 10px 0;
}

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

/* COUPON FORM */

.woocommerce-cart-form .coupon {
	max-width: 300px;
	margin: 10px 0;
}

.woocommerce .coupon input[type="text"] {
	width: calc(100% - 100px) !important;
	height: 35px;
	padding: 10px;
	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;
	margin: 0 0 0 10px;
	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%;
    }
}

/* REVIEW ORDER */

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

.woocommerce tr.order-total td {
    font-size: 1.4rem !important;
}

.added_to_cart,
.woocommerce-form-coupon-toggle {
    display: none !important;
}

/* TERMS AND CONDITIONS */

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

.woocommerce-terms-and-conditions-wrapper label {
    display: block !important;
    margin: 0.5rem 0 2rem;
}

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

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

@media (max-width: 768px) {
    .woocommerce table.shop_table_responsive tr:nth-child(2n) td, 
    .woocommerce-page table.shop_table_responsive tr:nth-child(2n) td {
    	background-color: transparent;
    }
}

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