.woocommerce-multistep-checkout-steps{
	width:100%;
	display:flex;
	margin: 20px 0 30px 0;
}
.steps-count-6 .steps-item{	
	width: calc( 100% / 6 );
}
.steps-count-5 .steps-item{	
	width: calc( 100% / 5 );
}
.steps-count-4 .steps-item{	
	width: calc( 100% / 4 );
}
.steps-count-3 .steps-item{	
	width: calc( 100% / 3 );
}
.steps-count-2 .steps-item{	
	width: calc( 100% / 2 );
}
.steps-item{
	justify-content: center;
}
.steps-item.active-step .steps-item-number,
.steps-item:hover .steps-item-number,
.steps-item.passed-step .steps-item-number{
	border:solid 1px #FEB700;
	background-color: #FEB700;
	color: white;
}
.steps-item.passed-step .steps-item-number{
	text-indent: -10000px;
}

.steps-item.active-step .steps-item-number {
	font-size: 0;
	-webkit-box-shadow: 0px 0px 10px 0px rgb(66 65 65 / 44%);
	-moz-box-shadow: 0px 0px 10px 0px rgb(66 65 65 / 44%);
	box-shadow: 0px 0px 10px 0px rgb(66 65 65 / 44%);
}

.steps-item.active-step .steps-item-number::before {
	width: 20px;
	height: 20px;
	border: 2px solid white;
	border-radius: 50%;
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;

}
.steps-item.passed-step .steps-item-number::before {
	width: 20px;
	height: 20px;
	content: '';
	display: block;
	position: absolute;
	top: 9px;
	left: 9px;
	background-image: url( '../img/check-solid.svg' ) ;
	background-position: center center;
	background-repeat: no-repeat;
	background-size:14px;
}


.steps-item.active-step .steps-item-label,
.steps-item:hover .steps-item-label{
	color:black;
	font-weight:bold;
}
.steps-item-inner{
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	position:relative;
}
.steps-item-inner:before{
	content:'';
	width:35%;
	height:1px;
	background:#FFF2D9;
	position:absolute;
	left:0;
	top:20px;
}
.steps-item-inner:after{
	content:'';
	width:35%;
	height:1px;
	background:#FFF2D9;
	position:absolute;
	right:0;
	top:20px;
}
.steps-item-first .steps-item-inner:before,
.steps-item-last .steps-item-inner:after{
	display:none;
}

.steps-item-number{
	width:40px;
	height:40px;
	border: solid 1px #FFEAB9;
	border-radius: 40px;
	justify-content: center;
	text-align: center;
	line-height: 40px;
	background: #FFEAB9;
	position: relative;
	z-index: 2;
/*	-webkit-box-shadow: 0px 0px 0px 10px #ffffff; 
	box-shadow: 0px 0px 0px 10px #ffffff;*/
}
.steps-item-label{
	width:100%;
	text-align:center;
	margin-top: 10px;
	font-size: 16px;
}

/* Cart */
.multistep-checkout-cart{
	display:flex;
	width:100%;
	flex-direction: column;
}
.multistep-checkout-cart-left{
	width:100%;
}
.multistep-checkout-cart-right{
	width:100%;
}

/* Checkout */
.multistep-checkout-form{
	display:flex;
	width:100%;
}
.multistep-checkout-form .woocommerce-checkout .woocommerce-checkout-inner{
	flex: 2;
}
.multistep-checkout-order-review{
	flex: 1;	
}
.checkout-order-review-inner{
	padding: 20px;
	border: solid #ededed 3px;
}
.multistep-checkout-form .col2-set{
	display: flex;
    align-items: stretch;
    flex-direction: column;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
}
.multistep-checkout-form .col2-set .col-1,
.multistep-checkout-form .col2-set .col-2{
	flex: 1 0 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 100%;
    box-sizing: border-box;
}


#multistep-shipping{
	display:block;
}
#multistep-shipping #shipping_method{
	margin-bottom:30px;
	margin-right:30px;
	margin-top: 30px;
/*	border-top:solid 3px #ededed;*/
}
#multistep-shipping #shipping_method li{
	padding:10px 10px;
	border-bottom:solid 1px #ededed;
	margin:0;
	cursor:pointer;
}
#multistep-shipping #shipping_method li:hover{
	background:#ededed;
}
.woocommerce-checkout-payment .payment_methods .payment_box{
	box-shadow:none;
}
.woocommerce-checkout-payment{
	width:100%;
	padding-right:30px;
}
.wc_payment_methods.payment_methods.methods{
	border-top:solid 3px #ededed;
}
.wc_payment_methods.payment_methods.methods li{
	width:100%;
	padding:10px;
	margin:0;
	border-bottom:solid 3px #ededed;
}
.wc_payment_methods.payment_methods.methods li input,
.wc_payment_methods.payment_methods.methods li label{
	cursor:pointer;
}
.woocommerce-terms-and-conditions-wrapper{
	border-top:none!important;
}
.place-order #place_order{
	width:fit-content;
	margin-bottom:30px;
}

#multistep-payment{
	display:none;
}
#multistep-navigation{
	width:100%;
}
#multistep-navigation a.prev{
	background: transparent;
    display: inline-block;
    font-weight: 700;
    line-height: 46px;
    color: #FBB500;
    padding: 0 20px;
	border: 2px solid #FBB500;
}
#multistep-navigation a.prev:hover{
	background-color: #FFEAB9;
	color: black;
}
#multistep-navigation a.next{
	background: #FBB500;
	border: 2px solid #FBB500;
    font-weight: 700;
    line-height: 46px;
    color: #fff;
    padding: 0 20px
}

#multistep-navigation a.next:hover {
	color: black;
	border: 2px solid #FBB500;
	background-color: #FFEAB9;
}

#multistep-navigation a#cart-step{
	display:inline-block;
}
#multistep-navigation a#information-step{
	display:inline-block;
}
#multistep-navigation a#shipping-step{
	display:inline-block;
}
#multistep-navigation a#payment-step{
	display:none;
}

/* Order review */
.order-review-items{
	width:100%;
}
.review-item{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 2fr 1fr;
	padding-bottom: 10px;
	border-bottom: solid 3px #ededed;
}
.review-item-thumb{
	width: 50px;
}
.review-item-name{
	align-self: center;
}
.review-item-price{
	align-self: center;
	justify-self: end;
}
.review-item-price-without-vat{
	width:100%;
}
.review-item-price-with-vat{
	width:100%;
	text-align: right;
}
.review-order-discount{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 3px #ededed;
}
.review-order-discount-label{
	text-align: left;
}
.review-order-discount-value{
	text-align: right;
}
.review-order-fee{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 3px #ededed;
}
.review-order-fee-label{
	text-align: left;
}
.review-order-fee-value{
	text-align: right;
}
.review-order-shipping{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 3px #ededed;
}
.review-order-shipping-label{
	text-align: left;
}
.review-order-shipping-value{
	text-align: right;
}
.review-order-payment{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 3px #ededed;
}
.review-order-payment-label{
	text-align: left;
}
.review-order-payment-value{
	text-align: right;
}
.review-order-total{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 10px;
	padding-top: 10px;
}
.review-order-total-label{
	text-align: left;
	font-weight:bold;
}
.review-order-total-value{
	text-align: right;
}

@media only screen and (max-width: 1000px) {
	.multistep-checkout-form .woocommerce-checkout .woocommerce-checkout-inner{
		width:50%;
	}
	.multistep-checkout-order-review{
		width:50%;
	}
}
@media only screen and (max-width: 768px) {
	.multistep-checkout-form{
		flex-wrap:wrap;
	}
	.multistep-checkout-form .woocommerce-checkout .woocommerce-checkout-inner{
		width:100%;
		order:2;
	}
	.multistep-checkout-order-review{
		width:100%;
		order:1;
		margin-bottom:30px;
	}
}

@media only screen and (max-width: 768px) {
	p#billing_address_1_field, 
	p#billing_address_2_field, 
	p#billing_postcode_field, 
	p#billing_city_field, 
	p#billing_phone_field, 
	p#billing_email_field, 
	p#shipping_address_1_field, 
	p#shipping_address_2_field, 
	p#shipping_postcode_field, 
	p#shipping_city_field{
		width:100%!important;
		clear:inherit!important;
	}
	body p#billing_address_2_field, 
	body p#shipping_address_2_field{		
		margin-top:0;
	}
	.steps-item-inner::before,
	.steps-item-inner::after{
		display:none;
	}
	.woocommerce-multistep-checkout-steps{
		flex-wrap:no-wrap;
	}
	.steps-item-label{
		font-size:12px;
		height:16px;
	}
	.steps-item{
		width:fit-content!important;
		padding-left:5px;
		padding-right:5px;
	}
	.woocommerce-cart-form .product-thumbnail{
		flex-grow: inherit!important;
	}
	.woocommerce-cart-form .product-thumbnail img{
		width:60px!important;
	}
	.woocommerce-cart-form tbody td.product-name{
		flex-grow: inherit!important;
		width:calc( 100% - 100px )!important;
	}
	.woocommerce-cart-form .product-quantity .quantity{
		margin-right:0!important;
	}
	.multistep-checkout-form .cross-sells .products li.product{
		flex-wrap:wrap;
	}
	.woocommerce-checkout .multistep-checkout-form{
		padding-left:20px;
		padding-right:20px;
		flex-direction:column-reverse;
		padding-bottom:50px;
	}
	.woocommerce-billing-fields-nacionale-form, .woocommerce-billing-fields-address-form, .woocommerce-shipping-fields__field-wrapper{
		grid-template-columns: 1fr!important;
		margin-bottom:30px!important;
	}
	#multistep-navigation{
		position: absolute!important;
    	bottom: 0!important;
    	left: 20px!important;
    	margin-top: 0!important;
    	width: calc( 100% - 40px )!important;
	}
	.multistep-checkout-form .checkout.woocommerce-checkout .woocommerce_checkout_place_order{
		position: absolute!important;
    	bottom: 24px!important;
    	left: 20px!important;
    	margin-top: 0!important;
    	width: calc( 100% - 40px )!important;
	}
	.checkout-back-shipping{
		position: absolute!important;
    	bottom: -10px!important;
    	left: 20px!important;
    	margin-top: 0!important;
    	width: calc( 100% - 40px )!important;
	}
	.woocommerce-order-received .woocommerce-order{
		padding-left:20px;
		padding-right:20px;
	}
	.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
		padding-left:5px;
		padding-right:5px;
	}
}
.woocommerce-invalid-required-field input{
	border:solid 1px red!important;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
	background-color: #F8F8F8;
	font-weight: normal;
	text-align: left;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
	font-weight: normal !important;
}

.shipping-free-label{
	margin-left: 40px;
    margin-top: -20px;
    font-size: 12px;
}


/* NEW */
.multistep-checkout-form {
      gap: 35px;
}

.woocommerce-cart-form thead {
      border: 0;
      line-height: 2.7;
}

.woocommerce-cart-form thead th {
      padding-left: 10px;
      padding-right: 10px;
}

.woocommerce form.cart .quantity, form.woocommerce-cart-form .quantity {
      width: 100px !important;
      margin-left: auto;
      margin-right: auto;
}

.woocommerce form.cart .quantity input, .woocommerce form.woocommerce-cart-form .quantity input {
      line-height: 32px;
	border-radius: 0;
}

form.cart .quantity .minus, 
form.woocommerce-cart-form .quantity .minus {
      border-top-left-radius: 50%;
      border-bottom-left-radius: 50%;
      width: 30px
}


form.cart .quantity .plus, 
form.woocommerce-cart-form .quantity .plus {
      border-top-right-radius: 50%;
      border-bottom-right-radius: 50%;
      width: 30px
}

.woocommerce table th.product-quantity, .woocommerce table td.product-quantity {
      text-align: center;
      margin-left: auto;
      margin-right: auto;
}


table.shop_table span.woocommerce-Price-amount.amount {
      display: block;
      margin-top: -10px;       
}

table.shop_table td.product-subtotal {
      font-weight: 700;
}

.multistep-checkout-order-review, .multistep-checkout-form__right {
      flex: 1;
}

.multistep-checkout-form__left {
      flex: 2;
}

.multistep-checkout-form__right .order-review, .multistep-checkout-order-review .checkout-order-review-inner {
	background-color: white;
	padding: 20px;
	-webkit-box-shadow: 0px 0px 25px -2px rgba(110,110,110,0.2);
	-moz-box-shadow: 0px 0px 25px -2px rgba(110,110,110,0.2);
	box-shadow: 0px 0px 25px -2px rgba(110,110,110,0.2);
	border: 0;
}

.multistep-checkout-order-review .checkout-order-review-inner > div, .multistep-checkout-order-review .checkout-order-review-inner .review-item {
	border: 0;
}

.multistep-checkout-order-review .checkout-order-review-inner .review-item {
	border-bottom: 1px solid #ededed;
}

.multistep-checkout-order-review .checkout-order-review-inner .review-order-total {
	border-top: 1px solid #ededed;
}

.multistep-checkout-order-review .checkout-order-review-inner .order-review-subtotal {
	padding-top: 10px;

}

.multistep-checkout-order-review .checkout-order-review-inner .amount, .multistep-checkout-order-review .checkout-order-review-inner .review-order-payment-value {
	color: #FF0000
}

.multistep-checkout-order-review .checkout-order-review-inner .review-order-shipping, .multistep-checkout-order-review .checkout-order-review-inner .review-order-fee, .multistep-checkout-order-review .checkout-order-review-inner .review-order-payment {
	padding: 0;
}

.multistep-checkout-order-review .checkout-order-review-inner .review-order-payment {
	padding-bottom: 10px;
}

.order-review-subtotal {
	font-weight: 700;
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 0px;
	padding-top: 0px;	
	font-size: 16px;
}

.checkout-order-review-inner h4 {
	font-size: 14px;
	padding: 0;
	margin-bottom: 25px;
}

.order-review-subtotal-label{
	text-align: left;
}


.order-review-subtotal-value {
	color: #FF0000;
	text-align: right;	
}


.multistep-checkout-form__right .review-order-discount{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 0px;
	padding-top: 0px;
	font-size: 13px;
	border-bottom: 0;
}
.multistep-checkout-form__right .review-order-discount-label{
	text-align: left;
}
.multistep-checkout-form__right .review-order-discount-value{
	text-align: right;
	color: #ff0000;
}



.multistep-checkout-form__right .order-review-total {
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 0px;
	padding-top: 10px;
	font-weight: 700;
	font-size: 16px;
}

.multistep-checkout-form__right .order-review-total-value {
	text-align: right;
	color: #ff0000;
}

.shipping {
	width: 100%;
	background-color: #EFFFE6;
	display: grid;
	grid-template-columns: 1fr 4fr;
	min-height: 80px;
	margin-top: 15px;
	margin-bottom: 15px;
	justify-content: center;
    	align-items: center;
	column-gap: 10px;
}

.shipping-image {
	padding: 10px;
}

.shipping-text {
	padding: 10px 30px 20px 10px;
}

.shipping-text-gradient {
	width: 100%;
	height: 5px;
	margin-top: 5px;
	background-color: rgb(202, 202, 202);
	position: relative;
	border-radius: 2.5px ;

}

.shipping-text-gradient span {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #FF0000;
	height: 5px;
	border-radius: 2.5px ;
}

.nextstep a {
	display: block;
	width: 100%;
	text-align: center;
	color: white;
	background-color: #ffb700;
	font-size: 16px;
	line-height: 2.5;
	font-weight: 700;
}

.nextstep a:hover {
	background-color: #FFEAB9;
	color: black;
}


.woocommerce-checkout.woocommerce-page  #customer_details {
	width: 100% !important;
	margin: 0 0 25px 0 !important;
	display:none;
}


.cart-title {
	display: flex;
	gap: 15px;
	margin-bottom: 25px;
}

.cart-title a {
	display: inline-block;
	background-color: #FBB500;
	color: white;
	padding: 0 25px;
	line-height: 30.8px ;
	border-radius: 3px;
}

.cart-title a:hover {
	color: black;
}

.woocommerce-billing-fields-nacionale-form, .woocommerce-billing-fields-address-form,
.woocommerce-shipping-fields__field-wrapper {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(2, 1fr);
	grid-column-gap: 20px;
	grid-row-gap: 10px;
	margin-bottom: 50px;
}

.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-first, 
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-row-first,
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-last, 
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-row-last,
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-wide,
.woocommerce .woocommerce-shipping-fields__field-wrapper .form-row-wide,
.woocommerce .woocommerce-billing-fields-adsress-form .form-row-first, 
.woocommerce .woocommerce-billing-fields-address-form .form-row-last, 
.woocommerce .woocommerce-billing-fields-address-form .form-row-wide {
	float: none;
	width: 100%;
	display: flex;
	justify-content: space-between;
    	align-items: center;
	margin: 0 !important;	
}

.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-first .woocommerce-input-wrapper, 
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-last .woocommerce-input-wrapper, 
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-wide .woocommerce-input-wrapper,
.woocommerce .woocommerce-billing-fields-address-form .form-row-first .woocommerce-input-wrapper, 
.woocommerce .woocommerce-billing-fields-address-form .form-row-last .woocommerce-input-wrapper, 
.woocommerce .woocommerce-billing-fields-address-form .form-row-wide .woocommerce-input-wrapper {
	min-width: calc(100% - 140px);
	display: block;

}

.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-first .woocommerce-input-wrapper input, 
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-last .woocommerce-input-wrapper input, 
.woocommerce .woocommerce-billing-fields-nacionale-form .form-row-wide .woocommerce-input-wrapper input {
	padding: 0 5px;
}

.woocommerce-billing-fields-address-form {
	margin-top: 15px;
}

.woocommerce-billing-fields-address-form p {
	margin: 0;
}

.woocommerce-page.woocommerce-checkout label {
	font-weight: 400;
}

.woocommerce-page.woocommerce-checkout label abbr {
	color: red;
	font-weight: 700;
	text-decoration: none;
}


.company-block {
	display: none;
}

input[type="checkbox"].checkbox-collapse-company:checked ~ .company-block {
	display: table;
}

.woocommerce-billing-fields-address-form--margin {
	margin-bottom: 10px;
}

.checkbox-collapse-company {
	margin-top: 15px;
}

.shipping_address {
	display: none;
	height: 100%;
	width: 100% !important;
}

input[type="checkbox"]#ship-to-different-address-checkbox:checked ~ .shipping_address {
	display: table;
	transition: all 0.25s ease-out;
}

#ship-to-different-address-checkbox {
	margin-bottom: 15px;
}

input.input-text {
	border-color: #c7c7c7;
	border-radius: 4px;
}

.woocommerce .select2-selection, .woocommerce .country_to_state.country_select  {
	border-radius: 4px !important;
	border-color: #c7c7c7 !important;
}

.woocommerce-shipping-fileds--color {
	background-color: #F8F8F8;
	padding: 5px;
}

#multistep-navigation {
	display: flex;
	justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
}

.woocommerce-checkout .wc_payment_method {
	position: relative;
}

/*
.woocommerce-checkout .wc_payment_method input[type=radio].input-radio {
	position: absolute;
	right: 1000%;
}

.woocommerce-checkout .wc_payment_method input[type=radio].input-radio + label {
	float: left;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	cursor: pointer;
	background-color: white;
	border: 2px solid #FBB500;

}
*/
.woocommerce-checkout .wc_payment_method input[type=radio].input-radio {
	display: none;
}

.woocommerce-checkout .wc_payment_method input[type=radio].input-radio + label {
	cursor: pointer;
	padding-left: 40px;
	position: relative;
}

.woocommerce-checkout .wc_payment_method label::before {
	content: '';
	top: 5px;
	left: 0;
	width: 25px;
	height: 25px;
	position: absolute;

	transition: all 0.3s ease;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #ededed;
}

.woocommerce-checkout .wc_payment_method input[type=radio].input-radio:checked + label:before {
	border: 6.5px solid #FBB500;
}

.woocommerce-checkout #payment .payment_methods label {
	line-height: 33px !important;
}


.woocommerce .woocommerce-shipping-methods li input {
	display: none;
}

.woocommerce .woocommerce-shipping-methods li input + label {
	cursor: pointer;
	padding-left: 40px;
	position: relative;
}

.woocommerce .woocommerce-shipping-methods li label::before {
	content: '';
	top: 50%;
	left: 0;
	width: 25px;
	height: 25px;
	position: absolute;
	transition: all 0.3s ease;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #ededed;
	margin-top:-12px;
}

.woocommerce .woocommerce-shipping-methods li input:checked + label:before {
	border: 6.5px solid #FBB500;
}

.woocommerce .woocommerce-shipping-methods li label {
	line-height: 33px !important;
}








.woocommerce-page.woocommerce-checkout #payment .payment_methods .payment_box {
/*	background-color: #ededed;*/
}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods li {
	border-bottom: 1px solid #ededed;
	margin-bottom: 0px !important;
	margin-top: 0px;
	min-height: 47px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	align-content: stretch;
	padding-left: 0 !important;

}

.wc_payment_methods.payment_methods.methods {
	border-top: 0 !important;
}

#multistep-shipping h3 {
	font-size: 22px;
}

#multistep-shipping h4 {
	font-size: 14px;
	font-weight: normal;
}

.woocommerce-checkout #payment {
	padding-left: 0 !important;
}

.playment {
	margin-top: 30px;
	padding-top: 20px;
}

.woocommerce-shipping-methods {
	margin-top: 30px;
}


.tcp-label-img-select {
	display: none;
}

.woocommerce-shipping-methods li {
	display: flex;
	flex-wrap: wrap;
    	align-items: center;
	width: 100%;
}

.woocommerce-shipping-methods li label {
	display: flex;
	flex-wrap: wrap;
    	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.woocommerce .button.tcp-open-popup-widget {
	background-color: #FBB500;
	border-radius: 15px;
	color: white;
	order: 2;
}

.woocommerce-shipping-methods li label .woocommerce-Price-amount {
	font-weight: bold;

}

.woocommerce-shipping-methods li label .tcp-label-img,
.woocommerce-shipping-methods li label .zasilkovna-label-img {
	order: 3;
}

.woocommerce-shipping-methods li label .woocommerce-Price-amount {
	order: 4;
}

.woocommerce #place_order {
	line-height: initial;
	background-color: #FBB500;
	color: white;
	text-align: center;
	width: 100%;
	margin-top: 15px;
}

.woocommerce-terms-and-conditions-checkbox-text {
	font-weight: bold;
}

.woocommerce .woocommerce-info {
	background-color: #CDEFB3;
	color: black;
}

.woocommerce .woocommerce-info a {
	color: black;
}

.woocommerce-checkout article.wordpress h1 {
	display: none;
}

.thankyou h2.woocommerce-order-details__title{
	display: none;
}

.woocommerce .woocommerce-order-overview.order_details {
	border-style: none;
	border-width: 0;
	display: flex;
	margin: 25px 0;
	padding: 0;
}

.woocommerce .woocommerce-order-overview.order_details li {
	padding-left: 0;
}

.woocommerce .woocommerce-order-overview.order_details li:nth-child(odd) {
	border: 0;
}

.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {
	background-color: #CDEFB3;
	color: #343138;
	display: flex;
	position: relative;
	padding: 25px;
	width: 100%;
	flex-wrap: wrap;
    	justify-content: flex-start;
    	align-items: center;
}
/*
.woocommerce .woocommerce-notice.woocommerce-notice--success
*/

.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {
	position: absolute;
	background-color: #FBB500;
	color: white;
	content: '';
	width: 40px;
	height: 40px;
	border-radius: 50%;
	top: 35px;
}

.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::after {
	position: absolute;
	color: white;
	content: '';
	width: 25px;
	height: 25px;
	top: 43px;
	left: 33px;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml;utf8,<svg fill='white' viewBox='0 0 1920 1920' xmlns='http://www.w3.org/2000/svg' stroke='white'><g id='SVGRepo_bgCarrier' stroke-width='0'></g><g id='SVGRepo_tracerCarrier' stroke-linecap='round' stroke-linejoin='round'></g><g id='SVGRepo_iconCarrier'> <path d='M1743.858 267.012 710.747 1300.124 176.005 765.382 0 941.387l710.747 710.871 1209.24-1209.116z' fill-rule='evenodd'></path> </g></svg>");
}

.woocommerce-checkout article.wordpress .woocommerce-notice__text {
	flex: 6;
	text-align: left;
}

.woocommerce-checkout article.wordpress .woocommerce-notice__link {
	flex: 4;
}

.woocommerce-checkout article.wordpress .woocommerce-notice__text h1 {
	display: block;
	color: #444444;
	margin: 0;
	padding: 0 0 10px 70px;
}

.woocommerce-checkout article.wordpress .woocommerce-notice__text p {
	padding-left: 70px;
	color: #444444;
}

.woocommerce-checkout article.wordpress .woocommerce-notice__link a {
	display: inline-block;
	margin-left: auto;
	margin-right: auto;
	line-height: 46px;
	color: white;
	background-color: #FBB500;
	font-weight: 700;
	padding-left: 35px;
	padding-right: 35px;
	font-size: 19px;
	border: 2px solid #FBB500;	
}


.woocommerce-checkout article.wordpress .woocommerce-notice__link a:hover {
	color: black;
	border: 2px solid #FBB500;
	background-color: #FFEAB9;
}

.thankyou table.shop_table span.woocommerce-Price-amount.amount {
	display: initial;
}

/* Cart navigation */
.go-to-checkout-button{
	width:100%;
	display: grid;
	margin-bottom:5px;
}
.go-to-checkout-button a{
	width:100%;
	padding:10px 10px;
	background-color:#f4b940;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-weight:600;
}
.go-to-checkout-button a:hover{
	opacity:0.7;
	color:#ffffff;
}

.back-to-shop-button,
.checkout-back-shipping{
	width:100%;
	display:grid;
}
.back-to-shop-button a,
.checkout-back-shipping a{
	width:100%;
	padding:5px 10px;
	color:#f4b940;
	text-decoration:none;
	text-align:center;
	font-weight:600;
}
.back-to-shop-button a:hover,
.checkout-back-shipping a:hover{
	text-decoration: underline;
}

/* Cross sell */
.multistep-checkout-form .cart-collaterals{
	width:100%;
}
.multistep-checkout-form .cart-collaterals .cross-sells>h2{
	font-size: 24px;
    margin-top: 30px;
    margin-bottom: 20px;
}
.multistep-checkout-form .cross-sells .products{
	grid-template-columns: 1fr!important;
}
.multistep-checkout-form .cross-sells .products li.product{
	display:flex;
	align-items: center;
}
.multistep-checkout-form .cross-sells .products li.product .cross-sell-left{
	display:flex;
	align-items: center;
	gap:10px;
}
.multistep-checkout-form .cross-sells .products li.product .cross-sell-right{
	display:flex;
	align-items: center;
	gap:30px;
	margin-left:auto;
}
.multistep-checkout-form .cross-sells .products li.product .cross-sell-right .price{
	color:#ff0000!important;
	text-decoration:none;
	font-weight: 700!important;
    font-size: 16px!important;
}
.multistep-checkout-form .cross-sells .products li.product .cross-sell-right .button{
	border-radius:50px;
	background-color:#f4b940;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-weight:600;
}
.multistep-checkout-form .cross-sells .products img{
	width:100px;
}
.multistep-checkout-form .cross-sells .products h2{
	font-size: 15px!important;
	font-weight: 700;
}
.multistep-checkout-form .cross-sells .products h2 a{
	text-decoration: none;;
}
.multistep-checkout-form .cross-sells .products .you_save_text_woocommerce{
	display:none;
}

.multistep-checkout-form .woocommerce-NoticeGroup{
	margin-bottom:20px;
}

.multistep-checkout-form .checkout.woocommerce-checkout .woocommerce_checkout_place_order{
	padding:10px 10px;
	background-color:#f4b940;
	color:#ffffff;
	text-decoration:none;
	text-align:center;
	font-weight:600;
	line-height:30px;
	margin-bottom:10px;
	margin-top:10px;
}

.woocommerce .button{
	line-height:20px;
}

/* Input qty field */
.qib-container input[type=number] {
	width:100px!important;
}

/* Cart coupon toggle */
#cart-coupon-target{
	height:0px;
	overflow: hidden;
	-webkit-transition: all 0.5s ease-out;
  	-moz-transition: all 0.5s ease-out;
  	-o-transition: all 0.5s ease-out;
  	transition: all 0.5s ease-out;	
}
#cart-coupon-target.open{
	height:50px;
}

/* Cross sell */
.woocommerce .cart-collaterals .cross-sells,
.woocommerce-page .cart-collaterals .cross-sells{
	width:100%;
}

.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
	display:none;
}