.woocommerce-checkout .woocommerce-shipping-fields.row {
	display: none;
}

#masthead {
	margin-bottom: 40px;
}

/* Gen */
.woocommerce-checkout .site-main {
	margin: 60px auto;
	max-width: 1420px !important;
	padding-right: 20px !important;
	padding-left: 20px !important;
}

:focus,
:focus-visible {
	outline-offset: 0px !important;
	outline: none !important;
}

/* Errors */

.payment_methods .woocommerce-info:before {
	position: relative;
	top: 0;
	left: 0;
	color: var(--1)
}

#billing_request_eu_vat_field {
	display: none !important;
}

.order-again {
	display: none !important;
}

.woocommerce-NoticeGroup {
	width: 100%;
}

.woocommerce-form-coupon-toggle + .woocommerce-error,
.woocommerce-NoticeGroup .woocommerce-error {
	padding: 20px;
	background-color: #f5f5f5;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.5;
}

.woocommerce-form-coupon-toggle + .woocommerce-error:before,
.woocommerce-NoticeGroup .woocommerce-error:before {
	display: none;
}

.info-card-item {
	display: block;
	margin-top: 5px;
	font-weight: 600;
	font-size: 12px;
}

/* #billing_address_1_field, #billing_address_2_field, #billing_postcode_field, #billing_city_field, #billing_state_field {
	display: none !important;
} */

/* Title */
.woocommerce-checkout .site-main .page-header {
	margin: 0;
	padding: 0;
	border: none;
}

.woocommerce-checkout .site-main h1 {
	font-family: inherit;
	font-size: 42px;
	font-weight: bold;
	line-height: 1.2;
	letter-spacing: normal;
	color: #111;
	margin: 0 0 30px;
	padding: 0 !important;
}

/* Coupon */
.woocommerce-form-coupon-toggle .woocommerce-info::before,
.woocommerce-form-coupon-toggle .woocommerce-info::after {
	display: none;
}

.cart-discount {
	display: none !important;
}

.woocommerce-form-coupon-toggle .woocommerce-info {
	background-color: #fff;
	border: none;
	border-radius: 15px;
	text-align: left;
	color: var(--text);
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	display: table;
	padding: 0;
}

.woocommerce-form-coupon-toggle .woocommerce-info a,
.woocommerce-form-coupon-toggle .woocommerce-info a:hover {
	color: var(--text);
	font-weight: 600;
	line-height: 1.5;
}

.woocommerce form.checkout_coupon {
	border: 2px solid #f5f5f5;
	padding: 20px;
	margin: 0;
	text-align: left;
	border-radius: 15px;
}

.woocommerce form.checkout_coupon p {
	color: var(--text);
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
}

.woocommerce form.checkout_coupon > p {
	margin-bottom: 15px;
}

.woocommerce form.checkout_coupon .form-row {
	margin: 0;
	padding: 0;
}

.woocommerce form.checkout_coupon input {
	min-height: 40px;
	max-height: 40px;
	border-radius: 30px;
	padding: 8px 20px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5 !important;
	color: var(--text);
	border: 1px solid var(--text);
}

.woocommerce form.checkout_coupon input::placeholder {
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5 !important;
}

.woocommerce form.checkout_coupon button,
.woocommerce form.checkout_coupon button:hover {
	padding: 6px 12px !important;
	font-size: 14px !important;
	text-transform: none;
	background-color: var(--2) !important;
	box-shadow: none !important;
	font-weight: bold;
	line-height: 29px;
	letter-spacing: 0px;
	word-spacing: 0em;
	color: #FFFFFF;
	border-style: none;
	border-radius: 50px 50px 50px 50px;
}

/* Checkout */
.checkout.woocommerce-checkout {
	margin-top: 40px;
	margin-bottom: 40px;
	margin-right: 0;
	margin-left: 0;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.checkout.woocommerce-checkout .col-md-6 {
	margin-right: 0;
	width: 50%;
	float: unset;
	padding: 40px;
	background-color: #f5f5f5;
	border-radius: 15px;
}

.checkout.woocommerce-checkout .col-md-6 + .col-md-6 {
	margin-right: 0;
	margin-left: 40px;
	width: calc(50% - 40px);
}

.checkout.woocommerce-checkout #customer_details .woocommerce-billing-fields,
.checkout.woocommerce-checkout #customer_details .tangerine-participant-data-fields {
	margin-bottom: 40px;	
}

/* Label */
.checkout.woocommerce-checkout label,
.checkout.woocommerce-checkout label span.optional {
	color: var(--text);
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
}

/**/
.checkout.woocommerce-checkout .details-and-payment {
	color: var(--text);
	font-family: inherit;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 10px;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields h4 {
	color: var(--text);
	font-family: inherit;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 10px;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields .tangerine-participant-data-group-participant-form h4 {
	margin: 10px 0;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields p {
	margin: 0;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields label {
	display: flex !important;
	align-items: center;
	justify-content: flex-start;
	margin: 0;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields input {
	margin: 0 5px 0 0 !important;
	position: relative;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields span {
	font-family: inherit;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields h4 + input + .form-row .woocommerce-input-wrapper {
	display: flex;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields h4 + input + .form-row .woocommerce-input-wrapper label {
	margin: 0 20px 0 0;
	font-size: 16px;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields .form-row input,
.checkout.woocommerce-checkout .tangerine-participant-data-fields .form-row select {
	border-radius: 50px;
	border-color: var(--text);
	color: var(--text);
	padding: 10px 15px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1 !important;
	border: none;
}

.checkout.woocommerce-checkout .tangerine-participant-data-fields input::placeholder {
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5 !important;
}

.checkout.woocommerce-checkout h3 {
	color: var(--text);
	font-family: inherit;
	font-size: 24px;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 10px;
	padding: 0;
}

.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper input,
.checkout.woocommerce-checkout .woocommerce-billing-fields__field-wrapper select,
.checkout.woocommerce-checkout .woocommerce-shipping-fields input,
.checkout.woocommerce-checkout .woocommerce-shipping-fields select {
	border-radius: 50px;
	border-color: var(--text);
	color: var(--text);
	padding: 10px 15px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1 !important;
	border: none;
}

/* Shipping */
.checkout.woocommerce-checkout .woocommerce-shipping-fields {
	margin-right: 0;
	margin-left: 0;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields .default-title {
	border: none;
	padding: 0;
	margin: 0;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	margin: 0 0 20px;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address label {
	order: 2;
	margin: 0;
	font-family: inherit;
	font-size: 24px;
	font-weight: 600;
	line-height: 1 !important;
	text-transform: initial;
	color: var(--text);
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields #ship-to-different-address input {
	order: 1;
	margin: 0 10px 0 0;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields .shipping_address {
	margin-bottom: 30px;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields .notes label {
	display: inline-block;
	color: var(--text);
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	line-height: 1.5;
}

.checkout.woocommerce-checkout .woocommerce-shipping-fields .notes textarea {
	border-radius: 15px;
	border-color: var(--text);
	color: var(--text);
	padding: 10px 15px;
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	line-height: 1 !important;
}

/* Col dx */
.checkout.woocommerce-checkout .default-title {
	border: none;
	margin: 0;
}

.checkout.woocommerce-checkout #order_review_heading {
	color: var(--text);
	font-family: inherit;
	font-size: 32px;
	font-weight: bold;
	line-height: 1.5;
	padding: 0;
	margin: 0 0 20px;
	background-color: #f5f5f5;
	text-transform: initial;
}

/**/
.content-timer {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-bottom: 30px;
	box-shadow: none;
	margin-top: -40px;
	margin-left: -40px;
	margin-right: -40px;
	background-color: var(--2);
	border-radius: 16px 16px 0 0;
	padding: 16px 0;
}

.content-timer div {
	width: 100%;
	text-align: center;
	color:#fff;
	font-family: inherit;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.5;
	margin: 0;
	padding: 0;
	background-color: var(--2);
}

.content-timer div#timer {
	font-size: 32px;
	font-weight: 600;
	width: auto;
	padding: 5px 30px;
	border-radius: 15px;
	height: auto;
	padding-top: 0;
	background-color: var(--2) !important;
	border-radius: 10px 10px 0px 0px;
	color: #fff;
}

/**/
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table,
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table tbody tr td,
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table tfoot tr th,
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table tfoot tr td {
	border: none;
	background-color: transparent;
	color: var(--text);
	font-family: inherit;
	font-size: 16px;
	font-weight: 400;
	text-transform: initial;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table tfoot tr th,
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table tfoot tr td {
	padding: 0 !important;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table tfoot {
	display: block;
	margin-top: 30px;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table tfoot tr.cart-subtotal {
	display: none !important;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table tfoot tr.order-total {
	display: flex !important;
	justify-content: space-between;
	background: transparent;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	padding: 20px 0;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table,
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table tbody {
	display: block;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item {
	display: flex;
	margin: 0 0 40px;
	width: 100%;
	border: none !important;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-thumbnail {
	padding: 0px !important;
	max-width: 100px;
	width: 100%;
	height: 100px;
	float: left;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-thumbnail > div {
	height: 100%;
	width: 100%;
	border-radius: 15px;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-info-container {
	padding: 0 0 0 30px;
	width: calc(100% - 100px) !important;
	float: left;
	position: relative;
	display: flex;
	align-items: center;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-info-container .product-name {
	flex: 0 0 80%;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-info-container .product-remove {
	flex: 0 0 20%;
	display: flex;
	justify-content: flex-end;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-info-container .product-remove a,
.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-info-container .product-remove a:hover {
	color: red;
	font-family: inherit;
	font-size: 12px;
	font-weight: 600;
}

.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-info-container .product-name .name {
	font-weight: bold;
	font-size: 18px;
	color: #111;
	text-decoration: none;
}

dl.variation {
	color: var(--text);
}

dl.variation dt {
	font-size: 12px;
	display: block;
	font-weight: 600;
}

dl.variation dd {
	margin-right: 10px;
	font-size: 12px;
	display: block;
	line-height: 1;
}

/* Pagamento */
.woocommerce-checkout #payment {
	background: transparent;
}

.woocommerce-checkout #payment ul.payment_methods {
	border-width: 0 0 1px;
	border-style: solid;
	border-color: #eaeaea;
	padding: 0 0 10px;
	margin: 0 0 20px;
}

.woocommerce-checkout #payment ul.payment_methods li  {
	margin-bottom: 10px;
}

.woocommerce-checkout #payment ul.payment_methods li label {
	font-size: 16px;
}

.woocommerce-checkout #payment div.payment_box {
	padding: 0;
	margin: 5px 0 15px 23px;
	border-radius: 0;
	background-color: transparent;
	font-family: inherit;
	font-size: 14px;
	font-weight: 400;
	color: #111;
}

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

/* Place order */
.woocommerce-checkout-payment .place-order {
	padding: 0 !important;
	margin: 0 !important;
}

.woocommerce-checkout-payment .place-order .woocommerce-terms-and-conditions-wrapper {
	margin-bottom: 30px;
}

.woocommerce-checkout-payment .place-order .form-row {
	padding: 0;
	margin: 0;
}

.woocommerce-checkout-payment .place-order label input {
	position: relative;
	margin: -2px 5px 0 0 !important;
}

.woocommerce-checkout-payment .place-order label span {
	color: var(--text);
	font-family: inherit;
	font-size: 12px;
	font-weight: 400;
}
.woocommerce-checkout-payment .place-order label span a,
.woocommerce-checkout-payment .place-order label span a:hover {
	font-weight: 600;
	color: var(--text);
}

/* Button */
.woocommerce-checkout-payment .place-order button {
	float: unset !important;
	color: #FFFFFF !important;
	background-color: var(--1) !important;
	margin: 0 auto;
	padding: 18px 36px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.04);
	background-color: var(--1);
	font-family: inherit;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: normal;
	max-width: 240px;
	border-radius: 50px;
	display: block;
}

@media screen and (max-width:991px) {
	.checkout.woocommerce-checkout .col-md-6 + .col-md-6 {
		margin-left: 20px;
		width: calc(50% - 20px);
	}
	
	.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-info-container {
		flex-wrap: wrap;
	}
	
	.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-info-container .product-name,
	.checkout.woocommerce-checkout .woocommerce-checkout-review-order .orders-table .woocommerce-cart-form__cart-item .product-info-container .product-remove {
		flex: 0 0 100%;
		justify-content: flex-start;
	}
	
	.content-timer {
		margin-left: -20px;
		margin-right: -20px;
	}
}

@media screen and (max-width:767px) {
	.checkout.woocommerce-checkout .col-md-6,
	.checkout.woocommerce-checkout .col-md-6 + .col-md-6 {
		margin-left: 0;
		width: 100%;
		padding: 20px;
	}

	.checkout.woocommerce-checkout .col-md-6 + .col-md-6 {
		margin-top: 40px;
	}
	
	.woocommerce form.checkout_coupon .form-row {
		float: unset;
	}
	
	.woocommerce form.checkout_coupon .form-row.form-row-first {
		width: 100%;
		margin-bottom: 15px;
	}
	
	.woocommerce-checkout #payment div.payment_box {
		margin: 5px 0 15px 0;
	}
	
	.woocommerce form.checkout_coupon button, 
	.woocommerce form.checkout_coupon button:hover,
	.woocommerce form.checkout_coupon .form-row{
		width: 100%;
	}
}

/* Thank you page */

.woocommerce-order-received .site-main h1 {
	text-align: center;
	width: 100%;
	display: block;
	max-width: 100%;
}

.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 .product-name a {
	color: #111;
	text-decoration: none;
}

.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 .woocommerce-order table tr td .wc-item-meta {
	padding-left: 0;
	font-size: 14px;
}

.woocommerce-order-received .woocommerce-order table tr td .wc-item-meta li * {
	font-size: 12px;
}

.woocommerce-order-received .woocommerce-order table  tr td,
.woocommerce-order-received .woocommerce-order table  tr th{
	font-size: 14px;
}

.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-checkout #payment div.payment_box {
	margin-left: 0;
}

#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 {
	padding: 0 !important;
}

.wc-stripe-elements-field, .wc-stripe-iban-element-field {
	border: none;
	border-radius: 50px;
	padding: 10px 20px !important;
}

@media screen and (max-width: 991px) {
	.woocommerce-order-received .woocommerce-thankyou-order-received {
		line-height: 1.2;
	}
	
	.woocommerce-order-received  .woocommerce ul.order_details li {
		margin-bottom: 20px;
	}
	
	.woocommerce-checkout .site-main {
		margin-top: 20px !important;
		padding-top: 0 !important;
	}
}

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