.woocommerce-cart .page-content {
	width: 1360px;
	margin: 200px auto 180px;
	max-width: calc(100% - 40px);
}

.woocommerce-cart .page-content > .woocommerce {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
}

.woocommerce-cart .page-content > .woocommerce .woocommerce-notices-wrapper {
	flex: 0 0 100%;
}

.woocommerce-notices-wrapper a {
	color: inherit !important;
}

.coupon-msg {
	margin-top: 10px;
	font-size: .9rem;
}

.coupon-msg.success {
	color: #236d21;
}

.coupon-msg.error {
	color: #c00000;
}

.cart-content {
	flex: 0 0 calc(60% - 43px);
}

.woocommerce-cart h1 {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin: 0 0 24px;
	flex: 0 0 100%;
}

.itlp-checkout-timer {
	background-color: var(--1);
	border-radius: 16px 16px 0 0;
	padding: 17px 32px;
	font-size: 14px;
	color: var(--2);
}

.itlp-checkout-timer span:nth-child(2) {
	font-size: 18px;
	font-weight: 600;
	margin: 0 8px;;
}

.woocommerce-cart-form {
	background-color: var(--2);
	border: 1px solid #464646;
	border-width: 0px 1px 1px;
	border-radius: 0 0 16px 16px;
}

.woocommerce table.shop_table {
	border: none;
	margin: 0;
	border-radius: 0;
}

.woocommerce table.shop_table tr {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	column-gap: 32px;
	padding: 48px 32px;
	border-bottom: 1px solid var(--b);
}

.woocommerce table.shop_table td {
	display: flex;
	padding: 0;
	flex-wrap: wrap;
}

.woocommerce-cart table.cart .product-thumbnail {
	flex: 0 0 80px;
}

.woocommerce-cart table.cart .product-thumbnail img {
	width: 100%;
}

.woocommerce table.shop_table td.product-name {
	flex: 0 0 calc(100% - 80px - 32px);
}

.name-row {
	display: flex;
	justify-content: space-between;
	flex: 0 0 100%;
	align-items: center;
	margin-bottom: 8px;
}

.name-row .title-col {
	padding-right: 16px;
}

.name-row .title-col,
.name-row .title-col a {
	font-size: 20px;
	color: #fff;
	font-weight: 600;
	text-decoration: none;
}

.name-row .price-col {
	text-align: right;
	color: var(--1);
	font-size: 18px;
}

.tax-row {
	margin-bottom: 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex: 0 0 100%;
}

.tax-row .label-col {
	font-size: 14px;
	color: #8e8e8e;
}

.tax-row .price-col span {
	color: #8e8e8e;
	font-size: 14px;
}

.meta-row {
	flex: 0 0 100%;
}

.qty-row {
	flex: 0 0 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 30px;
	border-bottom: 1px solid #464646;
	margin-bottom: 16px;
	margin-top: 16px;
}

.custom-quantity {
	display: flex;
	align-items: center;
	column-gap: 8px;
}

.qty-row .custom-quantity button {
	background: none;
	box-shadow: none;
	border: none;
	padding: 0;
	outline: none;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
}

.qty-row .custom-quantity button.disabled circle {
	fill: #8e8e8e !important;
}

.custom-quantity button svg {
	width: 100%;
}

.custom-quantity input {
	width: 35px;
	height: 22px;
	background: none;
	box-shadow: none;
	border: none;
	text-align: center;
	color: #c7c7c7;
	font-weight: 600;
	font-size: 18px;
	padding: 0;
}

.woocommerce a.remove,
.woocommerce a.remove:hover {
	width: 16px;
	height: 18px;
	color: #fff;
	background: none !important;
	border-radius: 0px;
	display: flex;
	align-items: center;
}

.product-subtotal {
	display: flex;
	justify-content: space-between;
	flex: 0 0 100%;
}

.product-subtotal span {
	font-size: 14px;
	color: #fff;
}

.woocommerce table.shop_table tfoot {
	display: block;
	padding: 48px 0;
}

.woocommerce table.shop_table tfoot tr {
	border: none;
	padding-top: 0;
	padding-bottom: 0;
	justify-content: space-between;
	margin-bottom: 8px;
}

.woocommerce table.shop_table tfoot tr td,
.woocommerce table.shop_table tfoot tr th {
	font-size: 14px;
	font-weight: 400;
	color: #8e8e8e;
	padding: 0;
}

.woocommerce table.shop_table tfoot tr td:last-child {
	text-align: right;
	justify-content: flex-end;
}

a.woocommerce-remove-coupon {
	display: none;
}

.cart-discount * {
	color: #fff !important;
}

.woocommerce table.shop_table tfoot tr.total td {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
}

.woocommerce table.shop_table tfoot tr.total td span {
	color: var(--1);
	font-weight: 600;
	font-size: 18px;
}

.woocommerce table.shop_table tfoot tr.buttons td {
	display: flex;
	justify-content: flex-end;
	flex: 0 0 100%;
	margin-top: 38px;
	column-gap: 16px;
}

.woocommerce table.shop_table tfoot tr.buttons a,
.woocommerce table.shop_table tfoot tr.buttons a:hover {
	height: 52px;
	border-radius: 8px;
	padding: 0 32px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 16px;
	font-weight: 500;
	color: var(--2);
	background-color: var(--1);
	border: 2px solid var(--1);
}

.woocommerce table.shop_table tfoot tr.buttons a.clear-cart-button,
.woocommerce table.shop_table tfoot tr.buttons a.clear-cart-button:hover {
	background: none;
	border-color: #fff;
	color: #fff;
}

.footer-cart-block {
	margin-top: 40px;
	display: flex;
	justify-content: flex-start;
}

.footer-cart-block .block {
	display: flex;
	align-items: center;
}

.footer-cart-block .block.shipping {
	border-right: 1px solid var(--b);
	padding-right: 32px;
	margin-right: 32px;
}

.footer-cart-block .block span {
	margin-right: 32px;
	color: #c7c7c7;
	font-weight: 500;
	font-size: 16px;
	display: block;
}

.footer-cart-block .block.shipping img {
	flex: 0 0 60px;
	width: 60px;
}

.footer-cart-block .block.payments img {
	height: 48px;
	max-width: 48px;
	margin-left: 32px;
}

.footer-cart-block .block.payments img:first-of-type {
	margin-left: 0;
}

.cart-collaterals {
	flex: 0 0 40%;
	background-color: var(--2);
	border-radius: 16px;
	border: 1px solid #464646;
	padding: 32px 24px;
	box-sizing: border-box;
}

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

#custom-coupon-wrapper {
	margin-bottom: 32px;
	padding-bottom: 32px;
	border-bottom: 1px solid #464646;
}

#custom-coupon-wrapper label {
	display: block;
	margin: 0 0 24px;
	font-size: 18px;
	font-weight: 600;
}

#custom-coupon-wrapper .input-wrap {
	display: flex;
	width: 100%;
	align-items: center;
	position: relative;
	overflow: hidden;
	border-radius: 16px;
}

#custom-coupon-wrapper .input-wrap input {
	width: 100%;
	flex: 0 0 100%;
	height: 54px;
	border: 1px solid var(--b);
	background-color: #464646;
	border-radius: 16px;
	padding: 0 170px 0 24px;
	font-size: 18px;
	outline: none !important;
	box-shadow: none !important;
	color: #fff;
}

#custom-coupon-wrapper .input-wrap button {
	position: absolute;
	right: 0;
	height: 100%;
	padding: 0 32px;
	background-color: var(--1);
	border-radius: 16px;
	display: flex;
	align-items: center;
	column-gap: 16px;
	font-size: 18px;
	font-weight: 600;
	color: var(--2);
}

#custom-coupon-wrapper .input-wrap button img {
	width: 16px;
}

.checkbox-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.checkbox-wrap .checkbox-col {
	display: flex;
	align-items: center;
	column-gap: 8px;
	font-size: 14px;
}

.checkbox-wrap .price-col span {
	font-size: 14px;
}

.gift-wrap-content,
.personalizzazione-content{
	margin-top: 8px;
	display: flex;
	column-gap: 16px;
	flex: 0 0 80%;
	align-items: flex-start;
	font-size: 14px;
	color: #c7c7c7;
}

.gift-wrap-content img {
	flex: 0 0 56px;
	min-width: 56px;
	min-height: 56px;
	object-fit: contain;
	background-color: #fff;
	border-radius: 8px;
	padding: 4px;
}

.personalizzazione-content {
	align-items: center;
	flex-wrap: wrap;
}

.personalizzazione-wrap-block {
	margin-top: 24px;
}

.edit-personalizzazione {
	cursor: pointer;
}

.edit-personalizzazione svg {
	width: 16px;
	height: 16px;
}

.personalizzazione-content .input-wrap input {
	flex: 0 0 68%;
	margin-top: 8px !important;
	padding: 0 12px;
	border-radius: 4px;
	border: 1px solid #dbdbdb;
	box-sizing: border-box;
	outline: none;
	box-shadow: none;
	font-size: 14px;
	height: 44px;
}

.gift-wrap-content[data-open="false"],
.personalizzazione-content[data-open="false"]{
	display: none;
}

.personalizzazione-content .input-wrap {
	flex: 0 0 100%;
	align-items: center;
	box-sizing: border-box;
	display: none;
}

.personalizzazione-content.open .input-wrap {
	display: flex;
}

.personalizzazione-content .input-wrap button {
	height: 44px;
	padding: 0 32px;
	margin-top: 8px;
	border: none;
	margin-left: 8px;
	flex: 0 0 20%;
}

.shipping-form > .title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 32px;
	display: block;
}

.shipping-form ul#shipping_method > li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-bottom: 32px;
	border-bottom: 1px solid #464646;
	padding-bottom: 32px;
}

.shipping-form ul#shipping_method > li:last-child {
	border-bottom: 0px;
	margin-bottom: 0;
	padding-bottom: 0;
}

#shipping_method > li label {
	font-size: 16px;
	font-weight: 500;
	margin-left: 16px;
}

#shipping_method > li > img {
	margin-left: auto;
}

#shipping_method > li span.desc,
#shipping_method > li span.desc * {
	margin: 24px 0;
	font-size: 14px;
	line-height: 2;
	color: #fff;
}

#shipping_method div.radio {
	width: 24px;
	height: 24px;
	border-radius: 50px;
	border: 1px solid var(--b);
	background-color: #464646;
	position: relative;
}

#shipping_method div.radio:after {
	content: '';
	width: 16px;
	height: 16px;
	border-radius: 50px;
	background-color: var(--1);
	position: absolute;
	top: 4px;
	left: 4px;
	opacity: 0;
	transition: .4s;
}

#shipping_method input:checked ~ div.radio:after {
	opacity: 1;
}

#shipping_method .radio-wrap {
	position: relative;
	width: 25px;
	height: 25px;
}

#shipping_method .radio-wrap input {
	position: absolute;
	left: 0;
	width: 25px;
	height: 25px;
	margin: 0 !important;
	z-index: 3;
	opacity: 0;
}

#shipping_method > li ul {
	padding-left: 0;
}

.shipping-form ul#shipping_method > li ul li:not(:last-child) {
	margin-bottom: 12px;
}

.shipping-form ul#shipping_method > li ul li {
	display: flex;
	align-items: center;
	column-gap: 8px;
	font-size: 12px;
}

.woocommerce table.shop_table tfoot tr .includes_tax {
	margin-left: 10px;
}

.woocommerce table.shop_table tfoot tr .includes_tax,
.woocommerce table.shop_table tfoot tr .includes_tax * {
	font-size: 14px !important;
	font-weight: 400 !important;
	color: #8e8e8e !important;
}

.product-subtotal span.amount {
	margin-left: auto;
	margin-right: 10px;
}

.cart-empty.woocommerce-info {
	border: none;
	border-radius: 50px;
	color: #fff;
	background-color: #464646;
	font-weight: 600;
	font-size: 18px;
	padding: 18px 36px;
	display: inline-flex;
	align-items: center;
}

.cart-empty.woocommerce-info::before {
	color: var(--1);
	position: relative;
	top: 0;
	left: 0;
	margin-right: 16px;
}

.return-to-shop a.button,
.return-to-shop a.button:hover {
	background-color: var(--1);
	font-weight: 600;
	font-size: 16px;
	border-radius: 8px;
	padding: 16px 32px;
	box-shadow: 0px 8px 16px 0px #1C1C1C;
	color: var(--2);
}

/* Overlay aggiornamento carrello */
.blockUI.blockOverlay {
	opacity: 0.1 !important;
	border-radius: 0 0 16px 16px !important;
}

.cart-collaterals .blockUI.blockOverlay {
	border-radius: 16px !important;
	width: calc(100% + 48px) !important;
	height: calc(100% + 64px) !important;
	top: -32px !important;
	left: -24px !important;
}

.mobile-buttons {
	display: none;
}

@media screen and (max-width: 768px) {
	/* Overlay aggiornamento carrello */
	.cart-collaterals .blockUI.blockOverlay {
		height: calc(100% + 96px) !important;
	}
}

@media screen and (max-width: 767px) {
	.woocommerce-cart .page-content {
		max-width: 100%;
		padding: 120px 15px 40px;
		box-sizing: border-box;
		margin: 0;
	}
	
	.cart-content {
		flex: 0 0 100%;
	}
	
	.itlp-checkout-timer {
		padding-left: 16px;
		padding-right: 16px;
	}
	
	.itlp-checkout-timer span:nth-child(2) {
		font-size: 14px;
	}
	
	.woocommerce table.shop_table_responsive tr td::before,
	.woocommerce-page table.shop_table_responsive tr td::before {
		display: none;
	}
	
	.woocommerce table.shop_table tr {
		padding: 32px 24px;
		position: relative;
	}
	
	.woocommerce #content table.cart .product-thumbnail, 
	.woocommerce table.cart .product-thumbnail, 
	.woocommerce-page #content table.cart .product-thumbnail, 
	.woocommerce-page table.cart .product-thumbnail {
		display: block;
		position: absolute;
		left: 24px;
		top: 32px;
		width: 80px;
	}
	
	.woocommerce table.shop_table td.product-name {
		flex: 0 0 100%;
	}
	
	.name-row {
		margin-bottom: 4px;
	}
	
	.name-row,
	.tax-row{
		padding-left: 96px;
	}
	
	.name-row .title-col, 
	.name-row .title-col a {
		text-align: left;
		font-size: 16px;
	}
	
	.name-row .price-col {
		font-size: 16px;
	}
	
	.tax-row {
		text-align: left;
	}
	
	.tax-row .label-col {
		font-size: 12px;
	}
	
	.meta-row {
		margin-top: 48px;
	}
	
	.personalizzazione-wrap-block {
		margin-top: 8px;
		margin-bottom: 32px;
	}
	
	.gift-wrap-content, .personalizzazione-content {
		flex: 0 0 100%;
		text-align: left;
		margin-top: 16px;
		margin-bottom: 24px;
	}
	
	.personalizzazione-content {
		flex-wrap: wrap;
	}
	
	.personalizzazione-content.open .input-wrap {
		flex-wrap: wrap;
	}
	
	.personalizzazione-content .input-wrap button {
		flex: 0 0 100%;
		margin-left: 0;
	}
	
	.personalizzazione-content .input-wrap,
	.personalizzazione-content .input-wrap input {
		flex: 0 0 100%;
	}
	
	.woocommerce table.shop_table tfoot tr.buttons td {
		justify-content: center;
	}
	
	.woocommerce table.shop_table tfoot tr.buttons .clear-cart-button {
		font-size: 14px;
		height: 40px;
	}
	
	.woocommerce table.shop_table tfoot tr.buttons .checkout-button {
		margin-top: 24px;
		flex: 0 0 100%;
		box-sizing: border-box;
		font-weight: 600;
	}
	
	.footer-cart-block {
		flex-wrap: wrap;
		margin-bottom: 32px;
	}
	
	.footer-cart-block .block.shipping {
		padding-right: 0;
		border-right: 0;
		margin: 0;
		border-bottom: 1px solid var(--b);
		flex: 0 0 100%;
		padding-bottom: 24px;
		margin-bottom: 24px;
		justify-content: space-between;
	}
	
	.footer-cart-block .block,
	.footer-cart-block .block.shipping {
		flex-wrap: wrap;
		justify-content: center;
		flex: 0 0 100%;
	}
	
	.footer-cart-block .block span {
		flex: 0 0 100%;
		text-align: center;
		margin-right: 0;
		margin-bottom: 16px;
	}

	
	.cart-collaterals {
		flex: 0 0 100%;
	}
	
	#custom-coupon-wrapper label,
	.shipping-form > .title{
		font-size: 16px;
	}
	
	#custom-coupon-wrapper .input-wrap input {
		font-size: 16px;
	}
	
	#custom-coupon-wrapper .input-wrap button {
		font-size: 16px;
		padding: 0 16px;
	}
	
	.itlp-checkout-timer span:nth-child(2) {
		margin: 0 0 0 4px;
	}
	
	.itlp-checkout-timer span[data-itlp-countdown-expire-at] {
		margin-right: 4px;
	}
	
	.mobile-buttons {
		display: flex;
		justify-content: center;
		flex: 0 0 100%;
		margin-top: 38px;
		column-gap: 16px;
		flex-wrap: wrap;
	}
	
	.cart-collaterals .mobile-buttons a, 
	.cart-collaterals .mobile-buttons a:hover {
		height: 52px;
		border-radius: 8px;
		padding: 0 32px;
		display: flex;
		align-items: center;
		justify-content: center;
		font-size: 16px;
		font-weight: 500;
		color: var(--2);
		background-color: var(--1);
		border: 2px solid var(--1);
	}
	
	.cart-collaterals .mobile-buttons .clear-cart-button {
			font-size: 14px;
			height: 40px;
		}
	
	.cart-collaterals .mobile-buttons a.clear-cart-button, 
	.cart-collaterals .mobile-buttons a.clear-cart-button:hover {
		background: none;
		border-color: #fff;
		color: #fff;
	}
	
	.cart-collaterals .mobile-buttons .checkout-button {
		margin-top: 24px;
		flex: 0 0 100%;
		box-sizing: border-box;
		font-weight: 600;
		background-color: var(--1) !important;
		color: var(--2) !important;
	}
	
	.cart-elems table.shop_table tr.buttons,
	.footer-cart-block {
		display: none;
	}
	
	.cart-collaterals {
		margin-top: 8px;
	}
}