.hide-on-checkout {
	display: none !important;
}

main#content {
	width: 1560px;
	max-width: calc(100% - 30px);
	margin-bottom: 248px;
}

h1.entry-title {
	font-weight: 300;
	font-size: 48px;
	margin-top: 40px;
	margin-bottom: 33px;
	width: 100%;
	max-width: 100% !important;
}

.checkout-container {
	width: 1295px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#billing_request_eu_vat_field {
	display: block !important;
	order: 1;
}

#billing_company_field,
#billing_eu_vat_field,
#billing_it_codice_fiscale_field,
#billing_it_sid_pec_field,
#billing_business_consumer_selector_field {
	order: 1;
}

.woocommerce-order-received .woocommerce table.shop_table td.product-name a {
	flex: 0 0 70%;
}

.woocommerce-order-received .woocommerce table.shop_table td.product-name .product-quantity {
	flex: 0 0 30%;
	text-align: right;
	margin-left: 0 !important;
	font-weight: 400;
}

.woocommerce-order-received .woocommerce table.shop_table td.product-name .product-quantity span {
	font-weight: 400;
}

.woocommerce-order-received .woocommerce table.shop_table td .amount {
	font-weight: 400;
}

.woocommerce-order-received .wc-item-meta {
	display: none;
}

/* body:not(.invoice-requested) #billing_it_codice_fiscale_field {
	display: none !important;
}

body:not(.invoice-requested) #billing_business_consumer_selector_field {
	display: none;
} */

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

.coupon-block .inputs {
	display: flex;
	align-items: center;
	margin-top: 15px;
	column-gap: 8px;
}

.coupon-block .inputs input {
	background-color: #fff;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	color: var(--1);
	text-transform: uppercase;
	padding: 0 21px;
	height: 40px;
	font-size: 14px;
	outline: none !important;
}

.coupon-block .inputs input::placeholder {
	color: #808080;
}

.coupon-block .inputs .apply {
	height: 40px;
	border: 1px solid #d8d8d8;
	border-radius: 6px;
	color: #808080;
	text-transform: uppercase;
	background: #fff;
	line-height: 40px;
	padding: 0 24px;
	cursor: pointer;
	font-weight: 600;
}

span.coupon-name {
	font-size: 16px;
	text-transform: uppercase;
	color: var(--2);
	font-weight: 600;
}

span.remove-coupon {
	position: relative;
	width: 11px;
	height: 11px;
	margin-left: 10px;
	cursor: pointer;
}

span.remove-coupon:before {
	content: '';
	width: 100%;
	height: 2px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	background-color: var(--2);
	transform: rotate(45deg);
	top: 5px;
}

span.remove-coupon:after {
	content: '';
	width: 100%;
	height: 2px;
	border-radius: 5px;
	position: absolute;
	left: 0;
	background-color: var(--2);
	transform: rotate(-45deg);
	top: 5px;
}

.coupon-applied {
	display: flex;
	align-items: center;
	margin-top: 10px;
}

.checkout-container .woocommerce-message {
	flex: 0 0 100%;
}

form.woocommerce-checkout {
	max-width: 100%;
	width: 1295px;
	margin-left: auto;
	margin-right: auto;
}

.checkout-container {
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.checkout-container > form.woocommerce-checkout {
	flex: 0 0 60%;
	padding-right: 40px;
}

.checkout-container .or-block {
	flex: 0 0 40%;
	background-color: #f5f5f5;
	border-radius: 16px;
	padding: 30px;
}

#customer_details {
	margin-bottom: 22px;
}

#customer_details.disabled .col-1,
#customer_details.disabled .col-2,
#customer_details.disabled .button-step {
	display: none;
}

#customer_details.disabled .edit-step {
	display: block !important;
}

#customer_details.disabled h3 {
	opacity: .4;
}

.checkout-container form #customer_details,
.checkout-container form #customer_details .col-1,
.checkout-container form #customer_details .col-2{
	width: 100%;
	float: none;
}

.checkout-container form #customer_details,
.checkout-container form #payment {
	border: 1px solid #d9d9d9;
	border-radius: 16px;
	padding: 30px;
	background: #fff;
}

.checkout-container form #payment.disabled .payment-content {
	display: none;
}

.checkout-container form #payment.disabled h3 {
	opacity: .4;
}

.checkout-container form #customer_details .step-title {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.checkout-container .step-title h3 {
	margin-top: 0;
	font-family: var(--ff1);
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0;
}

.checkout-container form #customer_details .step-title .edit-step {
	font-weight: 600;
	text-decoration: underline;
	font-size: 16px;
	cursor: pointer;
	display: none;
}

.woocommerce form .form-row label {
	display: none;
}

input[type=date], 
input[type=email], 
input[type=number], 
input[type=password], 
input[type=search], 
input[type=tel], 
input[type=text], 
input[type=url], 
select, 
textarea {
	height: 60px;
	border: 1px solid rgba(119, 119, 119, .5);
	font-size: 16px;
	color: var(--1);
	padding-left: 18px;
	padding-right: 18px;
}


input[type=date]::placeholder, 
input[type=email]::placeholder, 
input[type=number]::placeholder, 
input[type=password]::placeholder, 
input[type=search]::placeholder, 
input[type=tel]::placeholder, 
input[type=text]::placeholder, 
input[type=url]::placeholder, 
select::placeholder, 
textarea::placeholder {
	opacity: 1;
	color: var(--1);
}

.woocommerce-input-wrapper select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url(/wp-content/themes/tds/medias/icons/arrow-down.svg);
	background-position: right 18px center;
	background-repeat: no-repeat;
	background-size: 26px;
}

.select2-container--default .select2-selection--single {
	height: 60px;
	display: flex;
	align-items: center;
	padding-left: 18px;
	padding-right: 18px;
	border: 1px solid rgba(119, 119, 119, .5);
	font-size: 16px;
	justify-content: space-between;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	position: relative;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border: none;
	margin: 0;
	width: 26px;
	height: 24px;
	background: url(/wp-content/themes/tds/medias/icons/arrow-down.svg);
	left: 0;
	top: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	padding: 0;
	color: var(--1);
}

.select2-search--dropdown {
	padding: 0;
}

.select2-search--dropdown input {
	border-width: 0 0 1px !important;
	border-radius: 0 !important;
	box-shadow: none !important;
	outline: none !important;
	padding: 0 18px !important;
}

.select2-results__option {
	height: 60px;
	line-height: 60px;
	padding: 0 18px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: var(--2);
	font-size: 16px;
}

.woocommerce form .form-row .select2-container {
	min-width: 100%;
}

.woocommerce-form-login-toggle {
	display: none !important;
}

.account-login {
	margin-top: 22px;
	display: flex;
	align-items: center;
}

.login-btn {
	text-decoration: underline;
	font-weight: 500;
	text-transform: uppercase;
	margin-left: 10px;
	font-size: 14px;
}

.account-login span {
	font-size: 16px;
}

.section-title {
	display: block;
	margin-top: 30px;
	margin-bottom: 10px
}

.woocommerce-shipping-fields {
	margin-top: 10px;
}

.woocommerce-billing-fields__field-wrapper,
.woocommerce-shipping-fields__field-wrapper {
	display: flex;
	flex-wrap: wrap;
	column-gap: 40px;
	row-gap: 22px;
}

.woocommerce-billing-fields__field-wrapper .form-row,
.woocommerce-shipping-fields__field-wrapper .form-row {
	flex: 0 0 100%;
	padding: 0 !important;
	margin: 0 !important;
	z-index: 1 !important;
}

.woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field,
.woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field,
.woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field,
.woocommerce-billing-fields__field-wrapper .form-row#billing_city_field,
.woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
.woocommerce-billing-fields__field-wrapper .form-row#billing_email_field,
.woocommerce-shipping-fields__field-wrapper .form-row#shipping_first_name_field,
.woocommerce-shipping-fields__field-wrapper .form-row#shipping_last_name_field,
.woocommerce-shipping-fields__field-wrapper .form-row#shipping_postcode_field,
.woocommerce-shipping-fields__field-wrapper .form-row#shipping_city_field,
.woocommerce-shipping-fields__field-wrapper .form-row#shipping_phone_field,
.woocommerce-shipping-fields__field-wrapper .form-row#shipping_email_field{
	flex: 0 0 calc(50% - 20px);
}

.woocommerce form .form-row label.checkbox, 
.woocommerce-page form .form-row label.checkbox {
	display: flex;
	align-items: center;
	font-size: 16px;
}

.woocommerce form .form-row .input-checkbox {
	margin: 0 11px 0 0;
}


.woocommerce-account-fields {
	margin-bottom: 10px;
}

.invoice-requested .woocommerce-account-fields {
	margin-top: 20px;
}

.woocommerce-account-fields p {
	margin: 0 !important;
	padding: 0!important;
}

.woocommerce-additional-fields {
	display: none;
}

h3#ship-to-different-address {
	margin: 0;
	display: block;
	float: none !important;
}

h3#ship-to-different-address label {
	display: flex;
	align-items: center;
} 

h3#ship-to-different-address span {
	font-size: 16px;
	font-weight: 400;
	margin-left: 11px;
}

.shipping_address {
	margin-top: 22px;
}

.button-step {
	display: flex;
	justify-content: flex-end;
	margin-top: 40px;
}

.button-step .next-step {
	background-color: var(--2);
	border-radius: 6px;
	line-height: 40px;
	padding: 0 20px;
	text-transform: uppercase;
	color: #fff;
	font-weight: 600;
	cursor: pointer;
}

.button-step .next-step:hover,
.woocommerce #payment #place_order:hover,
.woocommerce-page #payment #place_order:hover {
	background-color: var(--hover);
	border-color: var(--hover);
}

#add_payment_method #payment div.payment_box, 
.woocommerce-cart #payment div.payment_box, 
.woocommerce-checkout #payment div.payment_box {
	display: none !important;
}

.woocommerce-checkout #payment ul.payment_methods {
	padding: 0;
	border: none;
}

.woocommerce-checkout #payment ul.payment_methods li {
	margin-bottom: 20px;
	display: flex;
	align-items: center;
}

#payment .section-title {
	margin-bottom: 20px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	width: 270px;
	max-width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.form-row.place-order {
	padding: 0 !important;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	width: 100%;
	margin-top: 100px !important;
}

.form-row.place-order .form-row {
	padding: 0 !important;
	margin: 0 !important;
}

.form-row.place-order:before,
.form-row.place-order:after {
	display: none !important;
}

.woocommerce #payment #place_order, 
.woocommerce-page #payment #place_order {
	padding: 0 20px;
	float: none;
	line-height: 40px;
	height: 40px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	border-radius: 6px;
	background-color: var(--2)
}

.checkout-container .or-block h3 {
	font-weight: 300;
	font-size: 36px;
	margin: 0 0 20px;
}

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

.or-block .shop_table thead {
	display: none;
}

.or-block table.shop_table tr {
	display: flex;
	justify-content: space-between;
}

.or-block table.shop_table td {
	background: none;
	border: none;
	padding: 10px 0
}

.or-block table.shop_table td.product-name,
.or-block table.shop_table td.product-name .product-quantity {
	font-size: 16px;
	font-weight: 500;
}

.or-block table.shop_table td.product-total {
	font-size: 16px;
}

.or-block table.shop_table tfoot {
	border-top: 1px solid #d8d8d8;
	padding-top: 18px;
	display: block;
}

.toggle-review {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	cursor: pointer;
	padding-bottom: 18px;
}

.toggle-review img {
	width: 14px;
}

.toggle-review.active {
	padding-bottom: 0;
}

.toggle-review.active img {
	transform: rotate(180deg);
}

.or-block #order_review:not(.show-products) table.shop_table tbody {
	display: none;
}

.woocommerce table.shop_table tfoot tr {
	padding-bottom: 18px;
}

.woocommerce table.shop_table tfoot th,
.woocommerce table.shop_table tfoot td,
.woocommerce table.shop_table tfoot td * {
	border: none;
	padding: 0;
	font-size: 16px;
	font-weight: 400;
}

.woocommerce table.shop_table tfoot td {
	text-align: right;
}

.woocommerce table.shop_table tfoot tr.order-total {
	padding-top: 18px;
	border-top: 1px solid #d8d8d8;
}

.woocommerce table.shop_table tfoot tr.order-total th {
	font-size: 20px;
	font-weight: 600;
}

.woocommerce table.shop_table tfoot tr.order-total td {
	font-size: 20px;
	font-weight: 600;
}

.woocommerce table.shop_table tfoot tr.order-total td strong * {
	font-weight: 600;
	font-size: 20px;
}

.woocommerce ul#shipping_method li {
	margin-bottom: 0;
}

#pwgc-redeem-form {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

#pwgc-redeem-form label {
	display: block;
	font-size: 16px;
	margin-top: 5px;
	flex: 0 0 100%;
	margin-bottom: 15px;
}

#pwgc-redeem-form input[type="text"] {
	flex: 0 0 calc(67% - 8px);
	margin-right: 8px;
	background-color: #fff;
	border: 1px solid #d8d8d8;
	height: 40px;
	line-height: 40px;
	border-radius: 6px;
	padding: 0 21px;
	text-transform: uppercase;
	font-size: 14px;
}

#pwgc-redeem-form input[type="text"]::placeholder {
	color: #808080;
}

#pwgc-redeem-form input[type="submit"] {
	flex: 0 0 33%;
	margin: 0 !important;
	height: 40px;
	border: 1px solid #d8d8d8;
	background: #fff;
	border-radius: 6px;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 600;
	color: #808080;
}

.woocommerce-order-received h1 {
	text-align: center;
}

.woocommerce-order-received .woocommerce-order ul.order_details {
	padding: 0;
	margin-top: 40px;
	margin-bottom: 40px;
	text-align: center;
	justify-content: center;
	display: flex;
}

.woocommerce-order-received .block-cta {
	text-align: center;
}

.woocommerce-order-received .block-cta a.btn {
	background: var(--1);
	color: var(--white);
	border-radius: 30px;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	padding: 10px 30px;
	transition: .5s;
	background-size: 200% auto;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	display: table;
	margin: 20px auto;
}

.woocommerce-order-received .continue-shopping {
	background-color: var(--white);
	color: var(--text);
	border-radius: 30px;
	font-size: 14px;
	text-transform: uppercase;
	border: none;
	padding: 10px 30px;
	transition: .5s;
	background-size: 200% auto;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	display: table;
	margin: 20px auto;
}

.woocommerce-order-received ul.order_details li:last-of-type {
	margin-right: 0;
	padding-right: 0;
}


.woocommerce-order-received .woocommerce-order  {
	font-weight: 600;
	color: var(--text);
}

.woocommerce-order-received .woocommerce-order h2 {
	color: var(--2);
	font-weight: 600;
	font-size: 18px;
	margin-top: 0;
	font-family: var(--ff1)
}

.woocommerce-order-received .order_details thead {
	display: none;
}

.woocommerce-order-received .woocommerce-order-details {
	padding: 30px;
	background-color: var(--white);
	margin-top: 40px;
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 5px;
}

.woocommerce-order-received .woocommerce table.shop_table {
	border: none;
}

.woocommerce-order-received .woocommerce table.shop_table tr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: var(--text);
} 

.woocommerce-order-received .woocommerce table.shop_table td {
	background-color: var(--white);
	border: none;
	padding: 0;
}

.woocommerce-order-received .woocommerce table.shop_table td {
	display: flex;
	align-items: center;
}

.woocommerce-order-received .woocommerce table.shop_table td .product-image {
	margin-right: 15px;
}

.woocommerce-order-received .woocommerce table.shop_table td.product-name *{
	color: var(--text);
	text-decoration: none;
	font-weight: 600;
	font-family: var(--ff1);
	text-transform: uppercase;
}

.woocommerce-order-received .woocommerce table.shop_table td.product-name .product-quantity {
	margin-left: 10px;
}

.woocommerce-order-received .woocommerce table.shop_table tbody tr {
	
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #eaeaea;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot {
	margin-top: 10px;
	display: block;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr th {
	border: none;
	padding: 0;
	font-weight: 400;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr {
	padding: 5px 0px;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td {
	text-align: right;
	justify-content: flex-end;
	font-weight: 400;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot td > span{
	display: block;
	width: 100%;
}

.shipped_via {
	display: none;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child {
	padding: 20px 0 0;
	border-top: 1px solid #eaeaea;
	margin-top: 20px;
}

.woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child td > span.amount,
.woocommerce-order-received .woocommerce table.shop_table tfoot tr:last-child td > span.amount span{
	font-size: 20px;
	font-weight: 600;
}

.woocommerce-order-received .woocommerce-customer-details {
	display: none;
	opacity: 0;
	visibility: hidden;
}

.woocommerce-thankyou-order-received {
	text-align: center;
}

.woocommerce ul.order_details li {
	font-weight: 400;
}

.fixed-icons {
	display: none !important;
}

.woocommerce-order-received .woocommerce-order > .woocommerce-order-details__title {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 30px;
}


.woocommerce-order-received .woocommerce-order > .shop_table.order_details{
	max-width: 600px;
	margin: 0 auto;
	padding: 30px;
}

.woocommerce-order-received .woocommerce-order > .shop_table.order_details th,
.woocommerce-order-received .woocommerce-order > .shop_table.order_details td {
	border: none;
	background: none;
	font-weight: 400;
	padding: 0;
}

.woocommerce-thankyou-order-details li.order {
	display: none;
}

.woocommerce-order-received .woocommerce table.shop_table td.product-name {
	flex: 0 0 80%;
	justify-content: space-between;
}

.woocommerce-order-received .includes_tax {
	display: none;
}

.woocommerce-order-received .order_details tfoot .totalstr:last-child th:after {
	content: '(Iva inclusa)';
	margin-left: 5px;
}

html[lang="en-US" ].woocommerce-order-received .order_details tfoot .totalstr:last-child th:after {
	content: '(VAT included)';
	margin-left: 5px;
}

.woocommerce-order-received p.order-again a {
	background-color: var(--2);
	border-radius: 6px;
	font-weight: 600;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	height: 40px;
	line-height: 40px;
	padding: 0 25px;
}

.woocommerce-order-received p.order-again a:hover {
	background-color: var(--hover);
	color: #fff;
}

.cart_item .ywdpd_subtotal_row p {
	display: none;
}

@media screen and (max-width: 767px) {
	
	main#content {
		margin-bottom: 40px;
	}
	
	h1.entry-title {
		font-size: 26px;
		margin-top: 18px;
		margin-bottom: 8px;
	}
	
	.checkout-container > form.woocommerce-checkout {
		flex: 0 0 100%;
		padding-right: 0px;
	}
	
	.checkout-container form #customer_details,
	.checkout-container form #payment {
		padding: 20px 15px;
	}
	
	.woocommerce-billing-fields__field-wrapper .form-row#billing_first_name_field,
	.woocommerce-billing-fields__field-wrapper .form-row#billing_last_name_field,
	.woocommerce-billing-fields__field-wrapper .form-row#billing_postcode_field,
	.woocommerce-billing-fields__field-wrapper .form-row#billing_city_field,
	.woocommerce-billing-fields__field-wrapper .form-row#billing_phone_field,
	.woocommerce-billing-fields__field-wrapper .form-row#billing_email_field,
	.woocommerce-shipping-fields__field-wrapper .form-row#shipping_first_name_field,
	.woocommerce-shipping-fields__field-wrapper .form-row#shipping_last_name_field,
	.woocommerce-shipping-fields__field-wrapper .form-row#shipping_postcode_field,
	.woocommerce-shipping-fields__field-wrapper .form-row#shipping_city_field,
	.woocommerce-shipping-fields__field-wrapper .form-row#shipping_phone_field,
	.woocommerce-shipping-fields__field-wrapper .form-row#shipping_email_field {
		flex: 0 0 100%;
	}
	
	.woocommerce form .form-row.place-order {
		display: flex;
		flex-wrap: wrap;
		margin-top: 38px !important;
	}
	
	.woocommerce form .form-row.place-order .woocommerce-terms-and-conditions-wrapper {
		margin-bottom: 20px;
	}
	
	.woocommerce form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text,
	.woocommerce-page form .form-row label.checkbox .woocommerce-terms-and-conditions-checkbox-text {
		line-height: 1.25;
	}
	
	.checkout-container .or-block {
		flex: 0 0 100%;
		padding: 20px;
		margin-top: 22px;
	}
	
	.checkout-container .or-block h3 {
		font-size: 26px;
	}
	
	.woocommerce-order-received .woocommerce-order ul.order_details {
		flex-wrap: wrap;
	}
	
	.woocommerce ul.order_details li {
		flex: 0 0 100%;
		border: none;
		text-align: center;
		padding: 0;
		margin: 0 0 20px;
	}
	
	.woocommerce-order-received .woocommerce table.shop_table tbody tr ul.wc-item-meta {
		display: none;
	}
	
	.woocommerce-order-received .woocommerce table.shop_table tbody tr small {
		text-transform: none !important;
		padding: 0 20px;
		line-height: 1;
		font-weight: 400 !important;
	}
	
	.cart_item .product-name {
		flex: 0 0 80%;
		justify-content: space-between;
		display: flex;
		padding-right: 10px !important;
	}
	
	.cart_item .product-name .product-quantity {
		padding-left: 5px;
	}
}

.woocommerce-cart #main .heading .back, .woocommerce-cart #main .heading .author, .woocommerce-cart .sidebar, .woocommerce-checkout .sidebar, .woocommerce-checkout #main .heading .back, .woocommerce-checkout #main .heading .author, .woocommerce-page .sidebar, .woocommerce-page #main .heading .back, .woocommerce-page #main .heading .author {
	display: none !important;
}