body.woocommerce-checkout {
	background-color: var(--white);
}

body.woocommerce-checkout .woocommerce {
	max-width: 1640px;
	margin: 0 auto !important;
	padding-top: 38px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout {
	margin: 0 !important;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
	max-width: 1640px;
	width: 100% !important;
}


/**/
.woocommerce-checkout .woocommerce-info {
	background-color: #efefef;
	padding: 12px 24px;
	margin-right: 0;
	border: none;
	border-radius: 0;
	font-size: 14px;
	font-weight: 500;
}

.woocommerce-checkout .woocommerce-info a {
	font-size: 14px;
	font-weight: 600;
	text-decoration: underline;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 2px solid #dfdfdf;
	padding: 40px;
	margin: 0;
	border-radius: 0;
}

.woocommerce form.checkout_coupon input {
	padding: 14px 28px;
	border-radius: 32px;
	background-color: #efefef;
	border: none;
}

.woocommerce form.checkout_coupon button {
	padding: 24px 40px 24px 36px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #005fab;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border-radius: 0 !important;
}

.woocommerce form.checkout_coupon p {
	font-size: 20px !important;
	margin-bottom: 10px;
}

/**/
.details-and-payment,
#order_review_heading {
	color: var(--black);
	letter-spacing: 0.4px;
	border-bottom: none;
	line-height: 1.25;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout h3 {
	font-size: 24px;
	font-weight: 500;
	margin: 0 0 20px 0;
}

.woocommerce-billing-fields > h3:first-child {
	display: none;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout h4 {
	font-size: 24px;
	font-weight: 500;
	margin: 30px 0 20px 0;
}

/**/
body.woocommerce-checkout .woocommerce .woocommerce-checkout input,
body.woocommerce-checkout .woocommerce .woocommerce-checkout select {
	padding: 12px 24px;
	border-radius: 32px;
	background-color: #efefef;
	border: none;
	min-height: 40px;
	font-size: 16px;
	font-weight: 400;
	text-align: left;
	color: var(--black);
}

/**/
body.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row[id*='tangerine_participant_gender'] .woocommerce-input-wrapper {
	display: flex;
	margin-top: 10px;
	align-items: center;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout .tangerine-participant-data-group-participant-form .woocommerce-input-wrapper > input.input-radio  {
	width: auto !important;
	min-height: unset;
	margin: 0 8px 0 0 !important;
	padding: 0 !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout .tangerine-participant-data-group-participant-form .woocommerce-input-wrapper > label.radio {
	width: auto !important;
	min-height: unset;
	margin: 0 16px 0 0 !important;
	padding: 0 !important;
}

/**/
#add_payment_method #payment, .woocommerce-cart #payment, .woocommerce-checkout #payment {
	background: var(--white);
	border-radius: 0;
}

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

/**/
.woocommerce form .form-row.place-order {
	margin-top: 30px;
}

.woocommerce form .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox {
	display: inline-flex;
	align-items: baseline;
}

.woocommerce form .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox span {
	font-size: 14px;
}

.woocommerce form .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox input {
	min-width: 14px;
	min-height: 14px;
	margin-right: 10px;
}

.woocommerce form .form-row.place-order .woocommerce-terms-and-conditions-wrapper .woocommerce-form__label-for-checkbox a {
	color: var(--titleBlu) !important;
	text-decoration: underline;
	font-size: 14px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	float: unset;
	padding: 14px 28px;
	box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
	background-color: #005fab;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	color: #fff;
	border-radius: 0 !important;
}

/**/
.woocommerce-error::before,
.woocommerce-info::before,
.woocommerce-message::before {
	display: none;
}

/**/
.content-timer {
	text-align: center;
	box-shadow: none;
	border: 1px solid #dfdfdf;
	padding: 20px;
}

.title-timer {
	padding: 20px 0 0 0;
	background: var(--white);
	text-transform: inherit;
	border-radius: 0;
}

#order_review .shop_table .cart_item,
#order_review .shop_table .cart_item td {
	border: none;
	background-color: transparent;
}

#order_review .shop_table .cart_item td.product-thumbnail,
#order_review .shop_table .cart_item td.product-thumbnail div {
	border-radius: 32px;
}

.checkout.woocommerce-checkout .orders-table {
	margin: 0;
	border: none;
}

#order_review .shop_table .order-total {
	color: var(--black);
	border-bottom: none;
}

.woocommerce-cart-form__cart-item.cart_item .product-name a {
	text-decoration: none;
	font-size: 20px;
}

.cart_item dl.variation dd p {
	font-size: 14px;
	color: #222;
}

.cart_item dl.variation {
	margin-top: 10px;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove a {
	text-decoration: none;
}

.woocommerce-cart-form__cart-item.cart_item .attrs p {
	font-size: 20px;
	font-weight: 400;
}

.woocommerce-cart-form__cart-item.cart_item .product-name a,
.woocommerce-cart-form__cart-item.cart_item .product-name {
	font-size: 18px;
	font-weight: bold;
}

.woocommerce-cart-form__cart-item.cart_item .product-remove {
	text-align: right;
	text-transform: capitalize;
	
}

.woocommerce-cart-form__cart-item.cart_item .product-remove a {
	color: #d80000;
	text-decoration: underline;
}

.checkout.woocommerce-checkout .orders-table .order-total .col {
	padding: 0 0px 0 20px;
}

.content-timer {
	position: fixed;
	right: 20px;
	bottom: -1px;
	background-color: var(--titleBlu);
	color: #fff;
	padding: 30px;
	border-radius: 30px 30px 0 0;
	z-index: 1;
}

#timer {
	padding: 0;
	height: auto;
	line-height: 1;
	background: none !important;
}

.title-timer {
	padding: 0;
	background: none;
	font-weight: bold;
	margin-top: 10px;
}

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

body.woocommerce-checkout .woocommerce .woocommerce-checkout h3,
body.woocommerce-checkout .woocommerce .woocommerce-checkout .tangerine-participant-data-group-participant-form h4 {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0;
}

.tangerine-participant-data-group > h4 {
	font-size: 16px !important;
	margin-bottom: 0 !important;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout .tangerine-participant-data-group-participant-container .tangerine-participant-data-group-participant-form {
	margin-top: 40px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout .tangerine-participant-data-group-participant-container .tangerine-participant-data-group-participant-form:not(:first-child) {
	border-top: 1px solid #eaeaea;
	padding-top: 40px
}

.details-and-payment {
	padding-bottom: 10px;
}

.woocommerce-checkout form .col2-set label,
 .woocommerce-checkout .tangerine-participant-data-fields .tangerine-participant-data-group label {
	font-weight: 600 !important;
	font-size: 14px;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout h4,
form.checkout .box h2 {
	font-size: 24px;
	font-weight: bold;
}

.woocommerce-billing-fields__field-wrapper {
	margin-top: 30px;
}

form.checkout .box {
	background-color: var(--white);
	border-radius: 32px;
	box-shadow: 0 24px 56px 0 rgb(0 0 0 / 16%);
	padding: 40px;
	margin-top: 60px;
}

form.checkout .col-md-6:last-child .box:last-child {
	margin-top: 40px;
}

.checkout h2:before {
	display: none;
}

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

#add_payment_method #payment ul.payment_methods li label, 
.woocommerce-cart #payment ul.payment_methods li label, 
.woocommerce-checkout #payment ul.payment_methods li label {
	font-weight: 600;
}

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

#add_payment_method #payment div.payment_box, .woocommerce-cart #payment div.payment_box, .woocommerce-checkout #payment div.payment_box {
	background: none;
	padding: 0;
	font-size: 16px;
	margin: 0;
}

#add_payment_method #payment div.payment_box p:last-child, .woocommerce-cart #payment div.payment_box p:last-child, .woocommerce-checkout #payment div.payment_box p:last-child {
	font-size: 16px;
}

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

.woocommerce-terms-and-conditions-checkbox-text ~ .required {
	display: none;
}

div.payment_box p.form-row > label {
	font-size: 14px;
}

#yith-stripe-card-number.StripeElement, #yith-stripe-card-expiry.StripeElement, #yith-stripe-card-cvc.StripeElement {
	padding: 8px 20px;
	border-radius: 50px;
	border-color: #eaeaea;
}

#add_payment_method #payment div.payment_box .form-row, .woocommerce-cart #payment div.payment_box .form-row, .woocommerce-checkout #payment div.payment_box .form-row {
	margin-bottom: 10px;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
	flex: 0 0 160px;
	margin-right: 20px;
}

#order_review .shop_table .cart_item td.product-info-container {
	flex: 0 0 calc(100% - 180px);
}

.woocommerce-form-coupon-toggle {
	display: flex;
	justify-content: center;
	align-items: center;
}

.woocommerce-form-coupon-toggle .woocommerce-info { 
	border-radius: 30px;
	background-color: var(--titleBlu);
	color: #fff;
	font-weight: 600;
}

.woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
	color: #fff;
}

.woocommerce form.checkout_coupon {
	display: table;
	margin: 0 auto;
	max-width: 600px;
	border: 2px dashed var(--titleBlu);
	border-radius: 30px;
}

.woocommerce form.checkout_coupon p {
	text-align: center;
	font-weight: 600;
	width: 100%;
	font-size: 18px !important;
}

.woocommerce form.checkout_coupon input {
	text-align: center;
}

.woocommerce form.checkout_coupon button {
	padding: 16px 24px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	max-width: 100%;
	width: auto;
}

.woocommerce-order-received .woocommerce-thankyou-order-received {
	text-align: center;
	font-weight: bold;
	color: var(--titleBlu);
	font-size: 32px;
	margin-bottom: 20px;
	
}

.woocommerce-thankyou-order-received {
	margin-top: 40px;
}

.woocommerce-order-received .woocommerce ul.order_details {
	text-align: center;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 80px;
}

.woocommerce-order-received .woocommerce ul.order_details li strong,
.woocommerce-order-received .woocommerce ul.order_details li strong * {
	font-size: 16px;
	text-transform: none;
	line-height: 1.5;
	font-weight: bold
}

.woocommerce-order-received h2.order-details-header {
	text-align: center;
	font-weight: 600;
	color: #fff;
	background: var(--titleBlu);
	border-radius: 30px;
	display: table;
	margin-left: auto;
	margin-right: auto;
	z-index: 2;
	margin-bottom: -20px;
	position: relative;
	padding: 8px 16px;
	font-size: 16px;
}

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

.woocommerce-order-received .woocommerce-order table {
	max-width: 700px;
	margin: 0 auto;
}


.woocommerce-order-received .woocommerce-order table.order_details {
	border: none;
	padding: 20px 30px 10px;
	box-shadow: 0 24px 56px 0 rgb(0 0 0 / 16%);
	border-radius: 30px;
	margin-bottom: 80px;
}


.woocommerce-order-received .woocommerce-order table th {
	border: none;
	background: none !important;
	padding: 20px 0;
}

.woocommerce-order-received .woocommerce-order table tbody tr:first-child td  {
	border: none;
}


.woocommerce-order-received .woocommerce-order table td {
	border-width: 1px 0 0 0;
	background: none;
	padding: 20px 0;
}

.woocommerce-order-received .shop_table .woocommerce-Price-amount {
	padding-right: 0;
}

.woocommerce-order-received .woocommerce-order table tr td:last-child,
.woocommerce-order-received .woocommerce-order table tr td:last-child *{
	text-align: right;
	font-weight: 600;
}

.woocommerce-order-received .woocommerce-order table tr td:first-child,
.woocommerce-order-received .woocommerce-order table tr td:first-child * {
	font-size: 14px;
	font-weight: 600;
}

.woocommerce-order-received .woocommerce-order table ~ h2[style="margin-top: 20px;"] {
	display: none;
}

.woocommerce-order-received .woocommerce-order > address {
	border: 1px solid #eaeaea;
	border-width: 1px 0;
	margin-bottom: 0px;
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
	padding: 10px 0px;
	font-weight: 500;
	font-size: 14px;
}

.woocommerce-order-received .woocommerce-order table.order_details ~ div > h2 {
	font-weight: 600;
	max-width: 700px;
	margin: 0 auto 10px;
}

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

.woocommerce-order-received .woocommerce-order table.customer_details tr th,
.woocommerce-order-received .woocommerce-order table.customer_details tr td {
	padding: 10px 0px;
	border: none;
	font-weight: 500;
	font-size: 14px;
}

.woocommerce-order-received .woocommerce-order table.customer_details tr {
	display: block;
	border-bottom: 1px solid #eaeaea;
}

.woocommerce-order-received .woocommerce-order table.customer_details tr:last-child {
	border-bottom: 0;
}

.woocommerce-order-received .woocommerce-order table.customer_details tr td {
	padding-left: 5px;
}

.woocommerce-order-received .woocommerce-order > address br {
	display: block;
	height: 1px;
	width: 100%;
	position: relative;
	background-color: #eaeaea;
	content: '';
	margin: 10px 0px;
}

.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
	text-indent: -306px;
	color: transparent;
}

.woocommerce-page #payment #place_order:after {
	content: 'Procedi con carta di credito';
	color: #fff;
	padding-left: 28px;
}

.woocommerce-checkout .tangerine-participant-data-fields .tangerine-participant-data-group label abbr, .woocommerce-checkout .tangerine-participant-data-fields .tangerine-participant-data-group label .optional, .woocommerce-checkout .woocommerce-billing-fields label abbr {
	display: inline;
}

body.woocommerce-checkout .woocommerce .woocommerce-checkout input[type="checkbox"]{
	padding: 0 !important;
}

tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail div {
	height: auto;
	padding-bottom: 100%;
}

.woocommerce-order-received .order_item ul.wc-item-meta {
	padding-left: 0;
	margin-top: 10px;
}

.woocommerce-order-received .order_item ul.wc-item-meta li strong {
	display: block !important;
	float: none !important;
}

.woocommerce-order-received .order_item ul.wc-item-meta li p {
	display: block;
	font-weight: 400;
}

.woocommerce-order-received .woocommerce-order table tbody tr:first-child td {
	vertical-align: bottom;
}

.woocommerce-order-received .woocommerce-order .shop_table.customer_details ~ address br {
	display: inline-block;
	width: 1px;
	margin: 0 2px;
	height: 4px;
	background-color: #111;
	transform: rotate(10deg) translateY(2px);
}

.sim-image {
	background-color: var(--darkPurple);
	border-radius: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding-bottom: 100%;
	position: relative;
}

.sim-image img {
	position: absolute;
	width: 70px !important;
	height: 70px !important;
	border-radius: 0;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
}

#order_review .shop_table .cart_item:not(:last-child) {
	margin-bottom: 20px !important;
}

#sim_card_terms_other_field input,
#sim_card_terms_truphone_field input {
	min-height: 0;
}

#sim_card_terms_other_field label,
#sim_card_terms_truphone_field label {
	font-size: 14px;
}

#sim_card_terms_other_field label a,
#sim_card_terms_truphone_field a{
	text-decoration: underline;
	color: var(--titleBlu) !important;
	font-size: 14px;
	margin: 0 3px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name > div {
	display: block !important;
}

.woocommerce-cart-form__cart-item.cart_item .product-name ul {
	padding-left: 0;
	margin-top: 15px;
}

.woocommerce-cart-form__cart-item.cart_item .product-name ul *,
.woocommerce-cart-form__cart-item.cart_item .product-name .variation * {
	font-size: 16px;
}

.trenitalia-travellers-title_forward,
.trenitalia-travellers-title_return {
	margin-top: 15px;
}

@media(max-width:1704px) {
	body.woocommerce-checkout .woocommerce {
		padding: 0 32px;
	}
}

@media(max-width:991px) {
	.woocommerce-checkout .woocommerce-info {
		margin-right: 0;
		margin-left: 0;
		margin-top: 0;
	}
	
	.woocommerce form.checkout_coupon {
		padding: 20px;
		margin-bottom: 20px;
	}
	
	
	form.checkout .col-md-6 {
		padding: 0;
		width: 100%;
	}
	
	form.checkout .box {
		padding: 30px;
	}
	
	tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail {
		flex: 0 0 100px;
	}
	
	tr.woocommerce-cart-form__cart-item.cart_item td.product-thumbnail div {
		height: 100px;
	}
	
	#order_review .shop_table .cart_item td.product-info-container {
		flex: 0 0 calc(100% - 180px);
		padding: 0;
	}
	
	#order_review tfoot {
		margin-top: 30px;
	}
	
	#order_review .shop_table .cart_item {
		margin-bottom: 40px !important;
	}
	
	.content-timer {
		z-index: 3;
		padding: 20px;
	}
	
	#timer {
		font-size: 32px;
		font-weight: 600;
	}
	
	form.checkout .box {
		margin-top: 40px;
	}
	
	form.checkout .col-md-6:first-child .box {
		margin-top: 0;
	}
	
	.woocommerce-order-received .woocommerce-thankyou-order-received {
		line-height: 1.2;
	}
	
	.woocommerce-order-received  .woocommerce ul.order_details li {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	
	.woocommerce-order-received .woocommerce ul.order_details,
	.woocommerce-order-received .woocommerce-order table.order_details {
		margin-bottom: 40px;
	}
	
	.woocommerce-order-received .woocommerce ul.order_details li {
		border: none;
		flex: 0 0 100%;
		padding: 0;
		margin: 0 0 20px 0;
	}
	
	.woocommerce-order-received .woocommerce-thankyou-order-received {
		font-size: 24px;
	}

	.screen-reader-text {
		display: none !important;
	}
	
	.woocommerce-checkout #payment ul.payment_methods li label .required {
		display: none !important;
	}
	
	.checkbox input.woocommerce-form__input[type="checkbox"] {
		padding: 0 !important;
	}
	
	.woocommerce #payment #place_order, .woocommerce-page #payment #place_order {
		white-space: inherit;
	}
	
	#order_review .shop_table .cart_item td.product-thumbnail, 
	#order_review .shop_table .cart_item td.product-thumbnail div,
	#order_review .shop_table .cart_item td.product-info-container {
		flex: 0 0 100%;
	}
	
	#order_review .shop_table .cart_item td.product-info-container {
		margin-top: 20px;
	}
	
	body.woocommerce-checkout .woocommerce .woocommerce-checkout .form-row[id*='tangerine_participant_birth_day'] .woocommerce-input-wrapper input {
		min-width: calc(100% - 12px);
		display: flex;
		align-items: center;
		justify-content: flex-start;
		height: 46px;
	}
	
	#billing_request_eu_vat_field label.checkbox {
		display: flex;
		white-space: nowrap;
		align-items: center;
	}
	
	#billing_request_eu_vat_field input {
		flex: 0 0 13px;
		min-width: 13px;
		height: 13px;
	}
	
	.sim-image img {
		position: absolute;
		width: 100px !important;
		height: 100px !important;
	}
}

@media screen and (min-width: 1025px) {
	.form-row[id*='tangerine_participant_firstname'],
	.form-row[id*='tangerine_participant_lastname'],
	.form-row[id*='tangerine_participant_birth_day'],
	.form-row[id*='tangerine_participant_nation'],
	.form-row#billing_company_field,
	.form-row#billing_eu_vat_field,
	#billing_address_1_field,
	#billing_address_2_field{
		width: calc(50% - 2px);
		display: inline-block;
	}
	
	.form-row#billing_postcode_field,
	.form-row#billing_city_field,
	.form-row#billing_state_field {
		width: calc(33% - 2px);
		display: inline-block;
	}
}

