.woocommerce-multistep-checkout-steps{
	width: 100%;
    display: flex;
    margin: 0px;
    padding: 25px 0px 25px 0px;
    justify-content: center;
    border-bottom: 1px solid #EAEBEB;
}
.woocommerce-cart .woocommerce-multistep-checkout-steps,
.woocommerce-order-received .woocommerce-multistep-checkout-steps{
	padding-top:1px;
}
.woocommerce-multistep-checkout-steps a {
    text-decoration: none!important;
}
.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;
}
div#step-1 {
    width: 20%;
}

div#step-2 {
    width: 22%;
}

div#step-3 {
    width: 20%;
}

div#step-4 {
    width: 20%;
}

.steps-item.passed-step .steps-item-number{
	background-color: #E6F1F5;
	color: #00536C;
	font-weight: 700;
	text-indent: 0px;
	border:none;
}
.steps-item:hover .steps-item-number{
	background-color: #E6F1F5;
	color: #6BB0C4;
	font-weight: 700;
	text-indent: 0px;
	border:none;
}
.steps-item.passed-step:hover .steps-item-number{
	background-color: #E6F1F5;
	color: #00536C!important;
	font-weight: 700;
	text-indent: 0px;
	border:none;
}

.steps-item:hover .steps-item-number .steps-item-label{
	color:#848C8C;
}
.steps-item.passed-step:hover .steps-item-number .steps-item-label{
	color:#00536C!important;
}
.steps-item.active-step .steps-item-number{
	border:none;
	background-color: #2B8EAB;
	color: white;
}

.steps-item.passed-step .steps-item-label {
    color: #00536C;
}
.steps-item.active-step .steps-item-number {
	font-size: 20px;
	font-weight: 700;
	box-shadow: none;
	/*-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 {
	display: none;
	/*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 {
	display: none;
	/*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{
	color:#848C8C;
	font-weight:700;
}
.steps-item-inner{
	display:flex;
	flex-wrap: nowrap;
	justify-content: left;
	position:relative;

}
.steps-item-inner:before{
	content: '';
    width: 100%;
    height: 100%;
    background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/08/Arrow-1.svg);
    background-repeat: no-repeat;
    background-color: transparent;
    position: absolute;
    left: calc(100% - 70px);
    top: 17px;
}
.steps-item-inner:after{
	display: none;
	/*content:'';
	width:35%;
	height:1px;
	background:#EAEBEB;
	position:absolute;
	right:0;
	top:20px;*/
}
.steps-item-first .steps-item-inner:before{
	display: unset!important;
}
.steps-item-last .steps-item-inner:before{
	display:none;
}
.steps-item-number{
	width:48px;
	height:48px;
	border: none;
	border-radius: 100px;
	justify-content: center;
	text-align: center;
	line-height: 48px;
	background: #E6F1F5;
	position: relative;
	z-index: 0;
	font-size: 20px;
	font-weight: 700;
	color: #6BB0C4;
	/*	-webkit-box-shadow: 0px 0px 0px 10px #ffffff; 
	box-shadow: 0px 0px 0px 10px #ffffff;*/
}
/*.steps-item.inactive-step:hover .steps-item-number{
	background: #E6F1F5;
    position: relative;
    z-index: 0;
    font-size: 20px;
    font-weight: 700;
    color: #6BB0C4;
	text-indent: 0px;
	border:none;
}
.inactive-step:hover .steps-item-label{
	color:#848C8C;
	font-weight:700;
}*/

.steps-item-label{
	width:auto;
	text-align:left;
	margin-top: 11px;
	margin-left: 20px;
	font-size: 16px;
	font-weight: 700;
    color: #848C8C;

}
/* Cart */

.cart-xpedition-container {

    background-color: #FFCB6B;

    border-radius: 8px;

    padding: 20px;
}

.cart-xpedition-container p {
    position: relative;   
	margin: 0;
	padding-left: 44px;
	font-family: 'Nunito';
	font-size: 14px;
	color: #2B3838;
	line-height: 20.37px;
}

.cart-xpedition-container p:before {
    content: '';
    background-image: url(../img/info-circle.svg);
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: -2px;
}

.cart-xpedition-container p a {
    font-size: 14px!important;
    color: #2B3838!important;
    text-decoration: underline 1px;
}

.cart-xpedition-container p a:hover {
    font-weight: 400;
    color: #00536C;
}

.multistep-checkout-cart{
	display:flex;
	width:100%;
	flex-direction: column;
	padding-top: 30px;
}

.multistep-checkout-cart-left{
	width:100%;
}

.multistep-checkout-cart-right{
	width:100%;
    display: grid;
    grid-template-columns: 2fr 1fr;
}
/* Checkout */
.multistep-checkout-form{
	display:flex;
	width:100%;
}
.multistep-checkout-form .woocommerce-checkout{
	display:flex;
	flex-direction: column;
	width:100%;	
}
.multistep-checkout-form .woocommerce-checkout .woocommerce-checkout-inner-wrap{
	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:none;
}
#multistep-shipping .woocommerce-shipping-methods-legend{
	margin-bottom:10px;
	display:grid;
	gap:10px;
	grid-template-columns: 60% 20% 20%;
    margin-right: 40px;
    font-size: 14px;
    font-weight: 700;
	font-family:'Nunito';
    color: #2b3838;
}
.legend-2{
	padding-left:5px;
}
.legend-3{
	padding-right:25px;
	text-align:right;
}
#multistep-shipping #shipping_method{
	margin-bottom:30px;
	margin-right:30px;
	margin-top: 0px;
}

#multistep-shipping #shipping_method li{
	padding: 20px;
    border: solid 1px #EAEBEB;
    border-radius: 8px;
    margin: 10px 10px 10px 0px;
	position: relative;
}

@media (min-width: 480px) {
	#multistep-shipping #shipping_method li:hover,
	#multistep-shipping #shipping_method li:active {
    	background-color: #F2F8FA;
    	border-color: #6BB0C4;
	}
}
#multistep-shipping #shipping_method li label img {
	max-width: 100%;
    width: auto;
}
.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_container .woocommerce-terms-and-conditions-wrapper p.form-row {
    padding-left: 0px!important;
    position: unset;
}

#place_order_container .woocommerce-terms-and-conditions-wrapper,
#place_order_container .form-row.wpify-woo-heureka-optout,
#place_order_container #heureka-verify-checkbox_field,
#place_order_container .form-row {
    padding-left: 30px!important;
    position: relative;
}

#place_order_container .woocommerce-terms-and-conditions-wrapper input#terms,
#place_order_container .form-row.wpify-woo-heureka-optout input,
#place_order_container #heureka-verify-checkbox_field input,
#place_order_container .form-row input {
    position: absolute;
    left: 3px;
    top: 10px;
}

#place_order_container{
	display:none;
}
.place-order #place_order{

	width:fit-content;
	margin-bottom:30px;	

}

#place_order_container a {
    color: #00536C!important;
    text-decoration: underline!important;
}

#multistep-payment{

	display:none;

}

#multistep-navigation{

	width:100%;

}

#multistep-navigation a.prev,
#customer_details a.checkout-back-step-information.steps-data {

	background: transparent;

    display: inline-block;

	position: relative;

    font-weight: 400;

    font-size: 14px;

    line-height: 22px;

    color: #2B3838;

    padding: 0 0 0 30px;

    border: none;

    text-decoration: underline;

	text-align: left;

}

#multistep-navigation a.prev:before,
#customer_details a.checkout-back-step-information.steps-data:before {
    content: '';
    background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/08/chevron-left.svg);   
	position: absolute;    
	width: 16px;
	height: 16px;
	left: 0;
	top: 2px;
}

#multistep-navigation a.prev:hover{
	background-color: transparent;
	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;

}


.multistep-checkout-order-review a#shipping-step {
	width: 100%;
    display: flex;
	gap: 10px;
    align-items: center;
    justify-content: center;
    margin: 10px 0px 30px 0px;
    padding: 20px 40px;
    background-color: #FFE92F;
    border-radius: 100px;
    color: #1E2727!important;
    font-size: 14px!important;
    text-decoration: none!important;
    text-align: center;
    font-weight: 700!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px!important;
}

.multistep-checkout-order-review a#shipping-step:hover {
    background-color: #FFEF6D;
}

/* Order review */
.order-review-items{
	width:100%;
}
.review-item{
	width:100%;
	display:grid;
	grid-template-columns: 1fr 3fr;
	padding: 10px 0px;
	border-bottom: solid 3px #ededed;
}
.review-item-thumb{

	width: 100%;

    max-width: 64px;

    height: auto;

    margin: 0 auto;

}

.review-item-name{

	font-family: 'Nunito';

    align-self: center;

    font-size: 16px;

    color: #2B3838;

}

.review-item-name span {

    color: #848C8C;

    font-family: 'Nunito';

    font-size: 16px;

	padding-right: 5px;

}

.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;
	grid-template-rows: auto auto;
	padding-bottom: 10px;
	padding-top: 10px;
	border-bottom: solid 3px #ededed;
}
.review-order-shipping #table-tcp{
	grid-column: 1 / span 2;
}
#table-tcp{
	display:grid;
}
#table-tcp th,
#table-tcp td{
	width:100%;
}
#table-tcp th{
	text-align: left;
}

.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: 0px;

	padding-top: 0px;

}

.review-order-total-label{

	text-align: left;

	font-weight:400;

	color: #000000;

}

.review-order-total-value{

	text-align: right;

}

.review-order-total.review-order-total-with-vat .review-order-total-value {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2B3838;
}

.review-order-total-value span {

    font-size: 24px;

}

.review-order-total-label-no-vat {

    font-size: 14px;

    color: #4F5A5A;

}

.review-order-total-value-no-vat {

    text-align: right!important;

    font-size: 14px;

    color: #4F5A5A;

}

.review-order-total-value-no-vat span {

    font-weight: 400!important;

}

.review-order-total.review-order-total-without-vat .review-order-total-label, 
.review-order-total.review-order-total-without-vat .review-order-total-value span {

	font-size: 14px!important;

    color: #4F5A5A!important;

	font-weight: 400;

}

.woocommerce-invalid-required-field input{
	margin-bottom: 0px;
	border:solid 1px red!important;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents {
    border: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr {
	background-color: #fff;
	font-weight: 700;
	text-align: left;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th {
	font-family: 'Nunito';
	font-weight: 700 !important;
	text-align: left;
	font-size: 14px;
    line-height: 15.4px;
	color: #2B3838;
	border: none;
	padding: 30px 0px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th.product-price,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th.product-subtotal {
	text-align: right!important;
	padding-left:5px;
	padding-right:5px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td {
    background-color: transparent;
	border-top: 1px solid #EAEBEB;
	border-left: none;
    border-right: none;	
    border-bottom: none;
	padding: 20px 0px 20px 0px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td a {
	line-height: 19.2px;
	color: #2B3838;
	text-decoration: none;
	text-transform: none;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td a:hover {
	color: #00536C;
	font-weight: 400;
	text-decoration: underline 1px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-thumbnail {
	border-left: 1px solid #EAEBEB;
	padding-left: 20px;
	padding-right: 20px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-thumbnail img {
    display: flex;
	max-width: 64px;
	width: 100%; 
	height: auto;
	margin: 0px auto;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-name dl.variation {
    font-family: 'Nunito';
    font-size: 14px;
    line-height: 16.8px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-availability {
	font-family: 'Nunito';
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-availability .quantity-text.instock,
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-availability .quantity-text.onbackorder {
	font-size: 14px!important;
    font-weight: 700!important;
	white-space:nowrap;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-availability .quantity-subtext.instock {
    font-size: 13px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-quantity {
	width: 170px;
	text-align: left!important;
	font-family: 'Nunito';
	font-size: 16px;
	padding-right:5px;
}

.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-unit {
    font-family: 'Nunito';
    color: #848C8C;
    font-size: 16px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-availability{
	padding-right:10px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-availability p {
	margin: 0px;
	font-family: 'Nunito';	
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-price {
    font-family: 'Nunito';
    text-align: right;
    color: #848C8C;
    font-size: 16px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-subtotal {
	font-weight: 700;
    text-align: right;
    font-size: 18px;
	color: #2B3838;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-remove {
	border-right: 1px solid #EAEBEB;
	padding-right: 20px;
	padding-left: 20px;
}
.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.actions {
	padding: 0!important;
}

.woocommerce a.remove {
    width: 32px;
    height: 32px;
	margin: 0px auto;
	color: #000!important;
	background-color: #F5F5F5;
    font-size: 16px;
	font-weight: 400;
    line-height: 32px!important;
}
.woocommerce a.remove:hover {
    color: #000!important;
	background-color: #F5F5F5;
    text-decoration: none!important;
}
.shipping-free-label{
	margin-left: 40px;
    margin-top: -20px;
    font-size: 12px;
}

.woocommerce-cart-form__contents .free-gift-item {
	background-color:#FFF6E6!important;
}
.woocommerce-cart-form__contents .free-gift-item td.product-price {
    text-transform: uppercase;
}
.woocommerce-cart-form__contents .free-gift-item td.product-remove {
	position: relative;
}
.woocommerce-cart-form__contents .free-gift-item td.product-remove a.gift-cart-button {
	position: absolute;
    height: fit-content;
    width: fit-content;
    white-space: nowrap;
    right: 20px;
    top: 0px;
    bottom: 0px;
    margin: auto;
    border: 1px solid #00536C;
    border-radius: 100px;
    padding: 12px 20px;
    font-size: 11px;
    text-transform: uppercase!important;
    color: #00536C!important;
    font-weight: 700;
    letter-spacing: 1px;
}
.woocommerce-cart-form__contents .free-gift-item td.product-remove a.gift-cart-button:hover {
	background-color: #00779A;
	border-color: #00779A;
	font-weight: 700!important;
	text-decoration: none!important;
	color: #fff!important;
}
@media only screen and (max-width: 1024px) {
	#customer_details .woocommerce-info {
		margin-right: 0px!important;
	}
	.multistep-checkout-order-review a#information-step,
	.woocommerce #place_order {
		margin: 30px auto!important;
	}
}
@media only screen and (max-width: 768px) {
    .woocommerce-cart-form__contents .free-gift-item {
        border-color: #ffda96!important;
    }
	.woocommerce-cart-form__contents .free-gift-item td.product-price {
		bottom: 50px!important;
	}
	.woocommerce-cart-form__contents .free-gift-item td.product-remove a.gift-cart-button {
		top: 92px!important;
		right: 10px;
		bottom: unset!important;
		margin: unset!important;
	}
	.woocommerce-cart-form__contents .free-gift-item td.product-availability {
		bottom: 40px!important;
	}
	.woocommerce-cart-form__contents .free-gift-item td.product-quantity span {
		text-align: left!important;
	}
}
@media only screen and (min-width: 769px) {
    .woocommerce-cart-form__contents .free-gift-item td {
        border-color: #ffda96!important;
        border-bottom: 1px solid #ffda96!important;
    }
}
@media only screen and (max-width: 624px) {
	.woocommerce-cart-form__contents .free-gift-item td.product-remove a.gift-cart-button {
		top: 115px!important;
	}
	#multistep-shipping .woocommerce-shipping-methods-legend{
		display:none;
	}
}
@media only screen and (max-width: 428px) {
	.woocommerce-cart-form__contents .free-gift-item td.product-remove a.gift-cart-button {
		top: 140px!important;
	}
}
@media only screen and (max-width: 415px) and (min-width: 414px) {
	.woocommerce-cart-form__contents .free-gift-item td.product-remove a.gift-cart-button {
		top: 122px!important;
	}
}

form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item.free-gift-item.cart_item td.product-name h2,
tr.woocommerce-cart-form__cart-item.free-gift-item td.product-name h2,
.order-detail-items h2.fre-gift-item-title {
	position: relative;
	margin: 0px;
	padding-left: 20px;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 700;
    color: #FFA500;
    text-transform: uppercase;
	line-height: normal;
}

form.woocommerce-cart-form tr.woocommerce-cart-form__cart-item.free-gift-item.cart_item td.product-name h2:before,
tr.woocommerce-cart-form__cart-item.free-gift-item td.product-name h2:before,
.order-detail-items h2.fre-gift-item-title:before {
    content: '';
    background-image: url(../img/gift.svg);
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0px;
    top: 1px;
}


/* 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: 0px;     
	  
	  font-family: 'Nunito';

}



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: 0px 30px;

	box-shadow: none;

    border-left: 1px solid #EAEBEB;

    border-bottom: 1px solid #EAEBEB;

}


.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: none;

    font-family: 'Nunito';

}



.multistep-checkout-order-review .checkout-order-review-inner .order-review-subtotal, 
.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: 10px 0px!important;

	font-family: 'Nunito';

	color: #2B3838;

	border-bottom: 1px solid #EAEBEB;

}

.multistep-checkout-order-review .checkout-order-review-inner .review-order-payment {


    margin-bottom: 30px;

}

.multistep-checkout-order-review .checkout-order-review-inner .amount, 
.multistep-checkout-order-review .checkout-order-review-inner .review-order-payment-value {

	color: #2B3838;

	font-weight: 700;

}

.woocommerce-privacy-policy-text {

	display: none;

}



.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;
	color: #000;
}

.checkout-order-review-inner h4 {
	font-size: 20px!important;
    line-height: 22px!important;
    padding-top: 30px;
    margin-top: 0px;
    margin-bottom: 30px;
    font-weight: 700;
}

.order-review-subtotal-without-vat {
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.order-review-subtotal-label{
	text-align: left;
	font-size: 16px;
	font-weight: 400!important;
}
.order-review-subtotal-value {
	font-size: 24px;
	color: #2B3838;
	text-align: right;	
}

.multistep-checkout-form .multistep-checkout-order-review .order-review-subtotal-value {
    font-size: 16px!important;
}

.order-review-subtotal-value-without-vat,
.order-review-total-value-without-vat {
	text-align: right;
	font-size: 14px;
    color: #4F5A5A;
}

.order-review-subtotal-label-without-vat,
.order-review-total-label-without-vat {
    font-size: 14px;
    color: #4F5A5A;
}
.order-review-total{
	font-weight: 700;
	width:100%;
	display:grid;
	grid-template-columns: 1fr 1fr;
	padding-bottom: 0px;
	padding-top: 10px;	
	font-size: 16px;
	color: #000;
}
.order-review-total-value{
	display:grid;
	justify-content:end;
}
.order-review-total-without-vat{
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.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: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center!important;
	position: relative;
	min-height: 80px;
	margin: 0px;
	justify-content: unset;
    align-items: unset;
	column-gap: 10px;
	padding: 40px;
    border: 1px solid #EAEBEB;
}
.shipping-image {
	position: absolute;
	width: 32px;  
	height: 32px;
	padding: 0px;
    left: 50px;
    top: 50px;
}
.shipping-text {
	width: 100%;
	padding: 10px 30px 20px 10px;
}
.shipping-text p {
    padding-left: 40px;
    font-family: 'Nunito';
    color: #2B3838;
    font-size: 16px;
    line-height: 25.6px;
}
.shipping-text-gradient {
	width: 100%;
	height: 5px;
	margin-top: 5px;
	background-color: #EAEBEB;
	position: relative;
	border-radius: 2.5px ;
}
.shipping-text-gradient span {
	position: absolute;
	left: 0;
	top: 0;
	background-color: #00779A;
	height: 5px;
	border-radius: 2.5px ;
}
.order-review {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
    padding: 40px;
    border: 1px solid #EAEBEB;
    border-left: none;
	font-family: 'Nunito';
}

.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:block;
}

.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: flex;
	flex-direction: column;
	margin-bottom: 50px;
	gap: 0px;
}

.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;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px!important;
    padding: 0px!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 h3 {
    margin-top: 0px;
    padding-top: 30px;
    color: #2B3838!important;
    font-size: 24px!important;
    font-weight: 700!important;
}
.woocommerce-billing-fields-address-form {
	margin-top: 15px;
}
.woocommerce-billing-fields-address-form p {
	margin: 0;
}
.woocommerce-billing-fields__field-wrapper label {  
	width: 20%;
}
.woocommerce-page.woocommerce-checkout label {
	font-weight: 400;
	color: #4F5A5A;
    font-family: 'Nunito';
}
.woocommerce-page.woocommerce-checkout .woocommerce-billing-fields__field-wrapper span.woocommerce-input-wrapper {
    width: 80%;
}
.woocommerce-page.woocommerce-checkout label abbr {
	color: #C60A2C!important;
	font-weight: 400!important;
	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;
}
.shipping_address label {
    width: 20%;
}
.shipping_address span.woocommerce-input-wrapper {
    width: 80%;
}
.woocommerce form .form-row.woocommerce-invalid input{
	border-color:#a00!important;
}
.woocommerce-shipping-fields__field-wrapper .woocommerce-input-wrapper input {
    max-width: 440px;
    border-color: #A8ADAD!important;
    border-radius: 100px!important;
    font-family: 'Nunito';
    color: #2B3838;
}
.woocommerce-billing-fields span.select2 {
	max-width: 440px!important;
}
.woocommerce-billing-fields input.input-text {
	max-width: 440px!important;
	border-color: #A8ADAD!important;   
	border-radius: 100px!important;
	font-family: 'Nunito';
	color: #2B3838;
	padding-left: 1em!important;
	padding-right: 1em!important;
}
.woocommerce-billing-fields .country_select,
.woocommerce-shipping-fields .country_select,
.woocommerce-shipping-fields #shipping_country_field span.select2{
	max-width: 440px!important;
}
.woocommerce form .iti.iti--allow-dropdown input[type=tel] {
    padding-left: 52px!important;
}
.select2-container .select2-selection--single .select2-selection__rendered{
	padding-left: 1em!important;
	padding-right: 1em!important;
}
.woocommerce-billing-fields__field-wrapper p {
    display: flex;
    margin-bottom: 20px!important;
    padding: 0px!important;
    align-items: center;
}
.woocommerce .select2-selection, .woocommerce .country_to_state.country_select  {
	border-radius: 50px !important;
	border-color: #c7c7c7 !important;
}
.woocommerce-shipping-fileds--color {
	background-color: #F8F8F8;
	padding: 5px;
}
div#customer_details p {
    padding: 0px;
}
div#customer_details p.form-row{
	position:relative;
}
div#customer_details p.form-row:has(p.checkout-inline-error-message){
	padding-bottom:20px!important;
}
#add_payment_method .checkout .checkout-inline-error-message, 
.woocommerce-cart .checkout .checkout-inline-error-message, 
.woocommerce-checkout .checkout .checkout-inline-error-message{
	position:absolute;
	bottom: -8px;
    padding-left: 20% !important;
	margin-bottom:0!important;
	width:100%;
	box-sizing: border-box;
}
.woocommerce-checkout .checkout #terms_description.checkout-inline-error-message{
	position:relative;
	font-size:13px;
	padding-left:0!important;
	bottom:0;
}
@media only screen and (max-width: 768px) {
	#add_payment_method .checkout .checkout-inline-error-message, 
	.woocommerce-cart .checkout .checkout-inline-error-message, 
	.woocommerce-checkout .checkout .checkout-inline-error-message{
		padding-left:0px!important;	
	}
}
div#customer_details p#billing_company_buy_on_field {
    margin-bottom: 10px!important;
}
#customer_details input[type="checkbox"] {
    width: 22px;
    height: 22px;
	margin: 0px 4px 0px 0px!important;
    border: 1px solid #A8ADAD;
    display: inline-flex;
    align-items: center;
	top: 5px;
}
input#ship-to-different-address-checkbox {
    position: relative;

}
#billing_company_buy_on_field label,
#ship-to-different-address span,
#customer_details p.form-row.form-row-wide.input-checkbox span.woocommerce-input-wrapper label.checkbox,
.create-account label span {
    font-size: 14px;
    font-weight: 700;
    color: #4F5A5A;
}
#billing_company_number_field, #billing_vat_number_field, #billing_company_field {
    float: unset;
    display: flex;
	flex-wrap: wrap;
}
#order_comments_field {
    display: flex;
	flex-wrap: wrap;
}
#order_comments_field label {
	width: 20%;
    display: flex;
    flex-direction: column;
}
#order_comments_field span {
    width: 80%;
    max-width: 440px;
}
textarea#order_comments {
    border-color: #A8ADAD;
	border-radius: 12px;
	font-family: 'Nunito';
}
textarea#order_comments::placeholder {
	font-family: 'Nunito';
}
#shipping_country_field span,
#billing_country_field span {
    font-family: 'Nunito';
}
#multistep-navigation,
.checkout-back-information {
	display: flex;
	justify-content: space-between;
    align-items: center;
    align-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
	margin-bottom: 40px;	
}
@media only screen and (max-width: 1024px) {
	#multistep-navigation,
	.checkout-back-information{
		margin-bottom: 0px;
	}
}
.woocommerce-checkout .checkout-back-information{
	text-decoration:underline;
}
.woocommerce-checkout .checkout-back-information:hover{
	text-decoration:none;
}

.woocommerce-checkout .wc_payment_method {
	position: relative;
}
input#billing_postcode,
input#billing_company_number,
input#billing_vat_number,
input#shipping_postcode {
    max-width: 218px!important;
}
/*
.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;

    display: inline-flex!important;
    
	flex-wrap: nowrap;

}



.woocommerce-checkout .wc_payment_method label::before {

	content: '';

    top: 50%;

    left: 0;

    width: 22px;

    height: 22px;

    position: absolute;

    transition: all 0.3s ease;

    background-color: white;

    border-radius: 50%;

    border: 1px solid #A8ADAD;

    margin-top: -12px;

}



.woocommerce-checkout .wc_payment_method input[type=radio].input-radio:checked + label:before {

	border: 6.5px solid #00779A;;

}



.woocommerce-checkout #payment .payment_methods label {

	line-height: 33px !important;

	display: inline-flex!important;
    
	flex-wrap: nowrap;

    align-items: center;

	justify-content: space-between;
    
	width: 100%;

}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods img { 
	margin-left: 0px!important;
}
.woocommerce-order-pay .wc_payment_methods.payment_methods.methods .payment_method_tooltip img,
.woocommerce-checkout .wc_payment_methods.payment_methods.methods .payment_method_tooltip img{
	width: 16px !important;
    height: 16px !important;
    margin-top: 2px;
    margin-left: 5px;
}
.woocommerce-checkout .payment_method_label_image img {
    width: 120px!important;
	max-width:100%!important;
    height: 50px!important;	
}

.woocommerce-checkout .payment_method_label_container {

    display: flex;

    flex-wrap: wrap;

    width: 60%;

    padding-left: 20px;

}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods li:hover,
.woocommerce-checkout .wc_payment_methods.payment_methods.methods li:active {
    background-color: #F2F8FA;
    border-color: #6BB0C4;
}
.woocommerce-checkout .payment_method_label_text_span {
	font-size: 16px;

    font-family: 'Nunito';

    font-weight: 700;

    color: #2B3838;

    line-height: normal;

}

.woocommerce-checkout .payment_method_price {

    width: 20%;

    text-align: right;

}

.woocommerce-checkout .payment_method_price_text {

	font-size: 16px;

    color: #2B3838;

    font-weight: 700;

    font-family: 'Nunito';

}

.woocommerce-checkout .payment_method_price_text.free_price {

	color: #08B060;

	text-transform: uppercase;

}
.woocommerce-order-pay span.payment_method_tooltip, 
.woocommerce-checkout span.payment_method_tooltip {
    position: relative;
    display: inline-block;
}
.woocommerce-order-pay span.payment_method_tooltip_text,
.woocommerce-checkout span.payment_method_tooltip_text {
    visibility: hidden;
    width: 500px;
    background-color: #6BB0C4;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: 100%;
    left: 50%;
    margin-left: -60px;
	margin-top: -8px;
	font-family: 'Nunito';
    font-size: 13px;
    font-weight: 500;
	line-height: normal;
}
.woocommerce-order-pay span.payment_method_tooltip:hover span.payment_method_tooltip_text,
.woocommerce .woocommerce-checkout span.payment_method_tooltip:hover span.payment_method_tooltip_text {
	visibility: visible;
}
.woocommerce .woocommerce-shipping-methods li input {
	display: none;
}
.woocommerce .woocommerce-shipping-methods li input + label {
	cursor: pointer;
	padding-left: 40px;
	position: relative;
	display: inline-flex!important;
    flex-wrap: nowrap;
}
.woocommerce .woocommerce-shipping-methods li label::before {
	content: '';
	top: 50%;
	left: 0;
	width: 22px;
	height: 22px;
	position: absolute;
	transition: all 0.3s ease;
	background-color: white;
	border-radius: 50%;
	border: 1px solid #A8ADAD;
	margin-top:-12px;
}
.woocommerce .woocommerce-shipping-methods li input:checked + label:before {
	border: 6.5px solid #00779A;
}
.woocommerce .woocommerce-shipping-methods li label {
	line-height: 33px !important;
}
.woocommerce .woocommerce-shipping-methods .shipping_method_label_container {
	display: flex;
    flex-wrap: wrap;
    width: 100%;
	height: 100%;
	padding-left: 0px;
	justify-content: center;
}
.woocommerce .woocommerce-shipping-methods .shipping_method_label_container {
    font-size: 16px;
    font-family: 'Nunito';
    font-weight: 700;
    color: #2B3838;
    line-height: normal;
}
.shipping_method_label_container {
    display: flex;          /* Enable flexbox layout */
    flex-direction: column;  /* Stack elements vertically */
}
.shipping_method_label_inner{
	display:flex;
	align-items: center;
}

.shipping_method_label_container > a {   /* Target the anchor tags directly */
    margin-top: auto; /* Push button to bottom if needed*/
}

.woocommerce .woocommerce-shipping-methods .shipping_method_text {
	display: block;
	width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #4F5A5A;
}
a.button.zas-pop-kont.zas-tlac,
button#tcp-open-popup-widget {
	width: 100%;
    display: block;
    background: none;
    padding: 0px;
    font-size: 13px;
    color: #00536C;
    line-height: normal;
    text-decoration: underline;
    font-weight: 400;
	text-align: left;
}

a.button.zas-pop-kont.zas-tlac:hover,
button#tcp-open-popup-widget:hover {
    padding: 0px!important;
    font-size: 13px;
    line-height: normal;
    font-weight: 700;
	text-decoration: underline;
	outline: none!important;
	transition: unset!important;
}

#tcp-content {
	width: 100%;
}

span.shipping_method_text a {

    color: #00536C;

    font-size: 13px;

    text-decoration: underline;

}

span.shipping_method_text a:hover {

    color: #00536C;

    font-size: 13px;

    text-decoration: underline;

}

.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip {
	position: relative;
	display: inline-block;
}
.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip img {
    width: 16px!important;
    height: 16px!important;
	margin-top: 2px;
	margin-left: 5px;
}
.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip .shipping_method_tooltip_text {
	visibility: hidden;
    width: 500px;
    background-color: #6BB0C4;
    color: #fff;
    padding: 10px;
    border-radius: 6px;
    position: absolute;
    z-index: 1;
    top: calc(100% + 10px);
    left: 50%;
    margin-left: -60px;
	margin-top: -8px;
    font-size: 13px;
	font-family: 'Nunito';
    font-weight: 500;
}
.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip .shipping_method_tooltip_text  a,
.woocommerce-order-pay span.payment_method_tooltip_text a, .woocommerce-checkout span.payment_method_tooltip_text a{
	text-decoration: underline;
	font-size: 13px;
	color:#FFE404;
	line-height:17.6px;
}
.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip .shipping_method_tooltip_text  a:hover{
	text-decoration: none;
}
.woocommerce .woocommerce-shipping-methods span.shipping_method_tooltip:hover span.shipping_method_tooltip_text {
    visibility: visible;
}

.woocommerce .woocommerce-shipping-methods .shipping_method_time {
    width: 100%;
    text-align: left;
	font-size: 14px!important;
	font-weight: 700!important;
	font-family: 'Nunito'!important;
}

.woocommerce .woocommerce-shipping-methods .shipping_method_time.green {
	font-size: 14px!important;
	color: #08B060!important;
	font-weight: 700!important;
	font-family: 'Nunito'!important;
}

.woocommerce .woocommerce-shipping-methods .shipping_method_time.orange {
	font-size: 14px!important;
	color: orange!important; 
	font-weight: 700!important;
	font-family: 'Nunito'!important;
}

.woocommerce .woocommerce-shipping-methods .shipping_method_price {
    width: 100%;
    text-align: right;
}

.woocommerce ul#shipping_method .amount {
	font-size: 16px; 
	line-height:24px;
	color: #2B3838;
	font-weight: 700;
	font-family: 'Nunito';
}

.woocommerce-page.woocommerce-checkout #payment .payment_methods .payment_box {

    background: transparent;

    margin: 0px;

    padding: 0px;

}

.woocommerce-checkout #payment div.payment_box::before {

	display: none;

}

.woocommerce-checkout .wc_payment_methods.payment_methods.methods li {
	border: 1px solid #ededed;
    border-radius: 8px;
	margin: 10px 0px !important;
	min-height: 47px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	flex-wrap: wrap;
	align-content: stretch;
	padding: 20px!important;
}

.wc_payment_methods.payment_methods.methods {
	border: 0 !important;
    padding: 0px!important;
    margin-bottom: 30px!important;
    margin-right: 30px!important;
    margin-top: 30px!important;
}

#multistep-shipping h3 {
	padding-top: 30px;
	font-size: 24px;
	color: #2B3838;
}
#multistep-shipping h4 {

	font-size: 14px;

	font-weight: normal;

}



.woocommerce-checkout #payment {

	padding: 0px!important;

	background-color: #fff;

}



.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 {

    width: 100%;

    display: grid;

    margin: 10px 0px 30px 0px;

    padding: 20px 40px;

    background-color: #FFE92F;

    border-radius: 100px;

    font-family: 'NUNITO';

    color: #1E2727!important;

    font-size: 14px!important;

    text-decoration: none!important;

    text-align: center;

    font-weight: 700!important;

    text-transform: uppercase;

    letter-spacing: 1px;

    line-height: 14px!important;

}

.woocommerce #place_order:focus {

	outline: none!important;

}

.woocommerce #place_order:hover {

	background-color: #FFEF6D;

}


.woocommerce-terms-and-conditions-checkbox-text {

	font-weight: 400!important;

    font-size: 15px;
	
    color: #505050;

}

.woocommerce-terms-and-conditions-checkbox-text a {

    font-size: 15px!important;

    color: #505050!important;

}


.woocommerce-terms-and-conditions-checkbox-text a:hover {

    font-size: 15px!important;

}

#zbozi-verify-checkbox_field,
.wpify-woo-heureka-optout {

    font-size: 15px!important;

}

#heureka-verify-checkbox_field {

    font-size: 15px;
	
}

.wpify-woo-heureka-optout input {

    width: 22px!important;

    height: 22px!important;
	
}

#customer_details .woocommerce-info {

    margin-right: 60px;

}


.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-notice.woocommerce-notice--success.woocommerce-thankyou-order-received {

    background-color: #E6F1F5!important;

    color: #00536C!important;

    border-radius: 8px;

    border: none;

    font-family: 'Nunito';

	padding: 1em 2em 1em 3.5em!important;

	position: relative;

}

.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::before {

	content: '';

    background-image: url(../img/i.svg);

	background-size: 24px;

    width: 24px;

    height: 24px;

    position: absolute;

	background-color: unset;

	border-radius: 0px;

	background-repeat: no-repeat;

	left: 24px;

    top: 15px;

}

.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed {

	background-color: #E6F1F5!important;

    color: #00536C!important;

    border-radius: 8px;

    border: none;

    font-family: 'Nunito';

	padding: 1em 2em!important;

}

.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions {

	display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;

}

.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a {

	background-color: #fff!important;
    border: 1px solid #00536C!important;
    border-radius: 100px!important;
    padding: 12px 20px!important;
    text-transform: uppercase!important;
    color: #00536C!important;
    font-size: 1rem!important;
    font-weight: 700!important;
    letter-spacing: 1px!important;
    line-height: 1!important;

}

.woocommerce-notice.woocommerce-notice--error.woocommerce-thankyou-order-failed-actions a:hover {

	background-color: #00779A!important;
	border-color: #00779A!important;
	color: #fff!important;

}

.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received::after {

	display: none;

}



.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;

}

.thankyou-container .order-detail-totals-container .order-detail-total-item.back-to-shop a {
    width: 100%;
    display: grid;
    margin: 10px 0px 30px 0px;
    padding: 20px 40px;
    background-color: #FFE92F;
    border-radius: 100px;
    color: #1E2727!important;
    font-size: 14px!important;
    text-decoration: none!important;
    text-align: center;
    font-weight: 700!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 23px!important;
}

.thankyou-container .order-detail-totals-container .order-detail-total-item.back-to-shop a:hover {
    background-color: #FFEF6D;
}

table.shop_table.order_details.tcp_detail {
    margin-top: 20px;
	color: #2B3838!important;
	border: none!important;
	font-size: 1rem!important;
	font-family: 'Nunito';
}

table.shop_table.order_details.tcp_detail tbody {
    border: none!important;
}

table.shop_table.order_details.tcp_detail tbody tr {
    border: none!important;
}

table.shop_table.order_details.tcp_detail tbody tr th {
	padding: 15px 0px!important;
	border: none!important;
	border-bottom: 1px solid #ededed!important;
    background-color: #fff!important;
}

table.shop_table.order_details.tcp_detail tbody tr td {
	padding: 15px 0px!important;
    border: none!important;
	border-bottom: 1px solid #ededed!important;
    background-color: #fff!important;
    text-align: right;
}

table.shop_table.order_details.tcp_detail tbody tr:first-child th {
	font-size: 1.875rem;
}

table.shop_table.order_details.tcp_detail tbody tr:last-child th,
table.shop_table.order_details.tcp_detail tbody tr:last-child td {
	border-bottom: none!important;
}

form#order_review table.shop_table {
	color: #2B3838;
	font-family: 'Nunito';
    border: none!important;
}

form#order_review table.shop_table tr td:last-child {
    text-align: right;
}

form#order_review table.shop_table thead tr th {
	padding: 10px 0px!important;
    border: none!important;
    text-align: left;
}

form#order_review table.shop_table thead tr th:first-child {
	padding-left: 20px!important;
}

form#order_review table.shop_table thead tr th:last-child {
	padding-right: 20px!important;
}

form#order_review table.shop_table thead tr th.product-quantity {
    text-align: right!important;
}

form#order_review table.shop_table thead tr th:last-child {
    text-align: right;
}

form#order_review table.shop_table tbody,
form#order_review table.shop_table tfoot {
	font-size: 1rem;
}

form#order_review table.shop_table tbody tr td {
    padding: 20px 0px;
    background-color: unset;
    border: none;
    border-bottom: 1px solid #ededed;
}

form#order_review table.shop_table tbody tr td.product-quantity {
    text-align: right;
}

form#order_review table.shop_table tbody tr:first-child td {
    border-top: 1px solid #ededed;
}

form#order_review table.shop_table tbody tr td:first-child {
	padding-left: 20px;
    border-left: 1px solid #ededed;
}

form#order_review table.shop_table tbody tr td:last-child {
	padding-right: 20px;
    border-right: 1px solid #ededed;
}

form#order_review table.shop_table tbody tr:last-child td {
    border-bottom: 1px solid #ededed!important;
}

form#order_review table.shop_table tfoot tr th {
	padding: 10px 0px 10px 20px!important;
	border: none!important;
}

form#order_review table.shop_table tfoot tr td {
    padding: 10px 20px 10px 0px!important;
    border: none!important;
}

form#order_review table.shop_table tfoot small.includes_tax {
    display: flex;
    justify-content: flex-end;
	gap: 5px;
}

form#order_review button#place_order {
	float: unset!important;
	width: fit-content!important;
    margin: 20px auto!important;
}

form#order_review  .wc_payment_methods.payment_methods.methods {
	margin-right: 0px!important;
}

form#order_review  div#payment .form-row {
	padding: 0px!important;
}

/* Cart navigation */
.go-to-checkout-button {
	width:100%;
	display: grid;
	margin-top:20px;
}

.go-to-checkout-button a{
	display:flex;
	gap:10px;
	align-items: center;
	justify-content: center;
	width:100%;
	padding:20px 40px;
	background-color:#FFE92F;
	border-radius: 100px;
	color:#1E2727!important;
	font-size: 14px!important;
	text-decoration:none!important;
	text-align:center;
	font-weight:700!important;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 14px!important;
}
.go-to-checkout-button a:hover{
	background-color: #FFEF6D;
	color:#1E2727!important;
	opacity: 1;
}
.back-to-shop-button a {
    font-family: 'Nunito';
    color: #2B3838;
    text-decoration: underline 1px!important;
	font-size: 14px!important;
}

.back-to-shop-button {

	width:auto;

	display:unset;

}


.back-to-shop-button a {

	width:100%;

	padding:5px 10px;

	color:#f4b940;

	text-decoration:none;

	text-align:center;

	font-weight:600;

}

.back-to-shop-button a:hover {

	text-decoration: underline;

}



/* Cross sell */

.multistep-checkout-form .cart-collaterals{

	width:100%;

}

.multistep-checkout-cart .cart-collaterals .cross-sells>h2{

	font-family: 'Nunito'!important;

    font-size: 30px!important;

    font-weight: 700!important;

    text-transform: none!important;

    font-style: normal!important;

    text-decoration: none!important;

    line-height: 33px!important;

    letter-spacing: 0px!important;

    color: #2B3838!important;

    padding: 24px 0px 24px 15px!important;

    margin-top: 30px;

    margin-bottom: 20px;

	background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/07/Ellipse-331.png);

    background-repeat: no-repeat;

    background-position: left;

    background-size: 56px;

}

.multistep-checkout-form .cross-sells .products{

	grid-template-columns: 1fr!important;

}

.multistep-checkout-cart .cross-sells ul.products li.product {
    position: relative;
    margin: 0!important;
    text-align: center!important;
    padding: 12px 12px 150px 12px!important;
    border-bottom: 1px solid #EAEBEB;
}

.multistep-checkout-cart .cross-sells li.product a {
    position: unset;
}

.multistep-checkout-cart .cross-sells ul.products li.product a img {
    width: 285px;
    height: 285px;
}

.multistep-checkout-cart .cross-sells ul.products li.product .price {
    display: block;
    position: absolute;
    right: calc(50% - 150px);
    left: calc(50% - 150px);
    bottom: 88px;
    color: #2B3838!important;
    font-family: 'Nunito'!important;
    font-size: 20px!important;
    font-weight: 700!important;
    text-transform: none!important;
    font-style: normal!important;
    text-decoration: none;
    line-height: 24px!important;
    letter-spacing: 0px!important;
    word-spacing: 0em!important;
    padding-bottom: 10px;
    margin: 0px;
}

.multistep-checkout-cart .cross-sells ul.products li.product .button {
    display: inline-block;
    bottom: 30px;
    position: absolute;
    left: calc(50% - 115px);
    right: calc(50% - 115px);
    color: #1E2727!important;
    background-color: #FFE404!important;
    font-family: 'Nunito'!important;
    font-size: 14px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    font-style: unset!important;
    text-decoration: none!important;
    line-height: 14px!important;
    letter-spacing: 1px!important;
    padding: 16px 40px!important;
    margin-top: 0px!important;
    border-radius: 100px!important;
}

.multistep-checkout-cart .cross-sells ul.products li.product .button:hover {
    background-color: #FFEF6D!important;
}

.multistep-checkout-cart .cross-sells .stock-status {
    position: absolute;
    left: calc(50% - 150px);
    right: calc(50% - 150px);
    bottom: 125px;
    padding-bottom: 5px;
    font-family: 'Nunito';
    font-size: 16px;
    font-weight: 700;
    line-height: 16.8px;
}

.multistep-checkout-cart .cross-sells .stock-status.onbackorder {
    color: #FFA500;
}

.multistep-checkout-cart .cross-sells .stock-status.instock {
    color: #08B060;
}

.multistep-checkout-cart .cross-sells .stock-status.outofstock {
    color: #DC1B4A;
}

.multistep-checkout-cart .cross-sells .loop-badge-free-shipping {
    position: absolute;
    top: 18px!important;
    left: 25px!important;    
    background-color: #18A863;
    padding: 4px 8px 4px 28px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 16.8px;
    text-transform: uppercase;
    text-decoration: underline;
}

.multistep-checkout-cart .cross-sells .loop-badge-free-shipping:before {
    content: '';
    background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/08/shipment-icon.svg);
    background-repeat: no-repeat;
    position: absolute;
    top: 6.5px;
    left: 8px;
    width: 16px;
    height: 16px;
}

.multistep-checkout-cart .cross-sells .loop-badge-custom-production {
    position: absolute;
    top: 46px!important;
    left: 25px!important;
    background-color: #2B8EAB;
    padding: 4px 8px;
    font-size: 14px;
    color: #fff;
    font-weight: 700;
    line-height: 16.8px;
}

.multistep-checkout-cart .cross-sells .loop-badge-variations {
    position: absolute;
    top: 275px;
    left: 0;
    right: 0;
	margin: auto;
    padding: 8px 12px;
    background-color: #fff;
    border: 1px solid #00536C;
    border-radius: 100px;
    color: #00536C;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 11px;
}

.multistep-checkout-cart .cross-sells .loop-badge-variations:hover {
    background-color: #00536C;
    color: #fff;
}

.multistep-checkout-cart .cross-sells .splide__arrow.splide__arrow--prev, 
.multistep-checkout-cart .cross-sells .splide__arrow.splide__arrow--next {
    height: 56px;
    width: 56px;
    background-color: #fff;
    opacity: 1;
    border: none;
    border-radius: 100px;
    box-shadow: 0 0 20px 0 #00000225;
}

.multistep-checkout-cart .cross-sells .splide__arrow svg {
    width: 24px;
    height: 40px;
}

.multistep-checkout-cart .cross-sells .splide__arrow:hover,
.multistep-checkout-cart .cross-sells .splide__arrow:focus {
    background-color: #fff;
    outline: none;
}

.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;
	border: none!important;
	font-family: 'Nunito';
}
.qib-container {
	display: inline-flex!important;
    padding: 5px;
    border: 1px solid #EAEBEB;
    border-radius: 100px;
}
.qib-button {
	width: 40px!important;
    height: 40px!important;
	background-color: #E6F1F5!important;
	border-radius: 100%!important;
	border: none!important;
    font-size: 20px!important;
    font-weight: 700!important;
    color: #2B3838!important;
}
.qib-button:hover {
    color: #fff!important;
    background-color: #00779A!important;

}

.multistep-checkout-cart .qib-container input[type=number],
.multistep-checkout-cart form.woocommerce-cart-form .quantity {
	width: 60px!important;
}
.shipping_address{
	padding-top:14px;
}
/* Note */
/* Cart coupon toggle */
#note-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;
}
#note-target.open{
	height:250px;
	position: relative;
}
#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;
	position: relative;
}
.cart-coupon-container {
    margin: 28px 0px 20px 0px;

}
.cart-coupon-toggle {
    display: flex;
    align-items: center;
    gap: 8px;
	margin-bottom: 10px;
}
.cart-coupon-toggle span {
    font-family: 'Nunito';
    font-size: 14px;
    font-weight: 700;
}
.cart-coupon-toggle input.cart-coupon {
    width: 22px;
    height: 22px;
}
#cart-coupon-target input {
    width: 40%;
	height: 48px;
    border: 1px solid #A8ADAD;
    border-radius: 100px;
}
#cart-coupon-target input:focus-visible {
    outline: none;
}
#cart-coupon-target input::placeholder {
    font-family: 'Nunito';
    color: #4F5A5A;
    font-size: 14px;
}
#cart-coupon-target button {
	height: 48px;
    left: -110px;
	top: -1.5px;
    background-color: #2B3838;
    color: #fff;
	border: 1px solid #2B3838;
    border-radius: 100px;
    padding: 13px 25px;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Nunito';
}



/* Cross sell */

.woocommerce .cart-collaterals .cross-sells,

.woocommerce-page .cart-collaterals .cross-sells{

	width:100%;

	margin: 40px 0px;

}

h2.cross-sells {
	background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/08/Ellipse-311-1.png);
    background-repeat: no-repeat;
    background-size: 56px 56px;
    background-position-x: -18px;
    font-size: 30px!important;
    line-height: 60px!important;
}
.woocommerce .products ul::after, .woocommerce .products ul::before, .woocommerce ul.products::after, .woocommerce ul.products::before{
	display:none;
}
.splide__pagination {
    display: none;
}

.thankyou-header{
	width:100%;
	position: relative;
	margin: 40px 0px;
	text-align: center;
	font-family: 'Nunito';
	border-bottom: 1px solid #EAEBEB;
}

.thankyou-container{
	width: 100%;
    display: grid;
    grid-template-columns: 49% 41%;
    gap: 10%;
	margin-bottom: 40px;
}

.thankyou-header h1 {
    font-size: 40px;
    color: #1E2727!important;
	margin: 0px;
    padding: 0px 0px 40px 0px;
}

.thankyou-header h1:before {
    content: '';
    background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/08/check-circle-fill.svg);
    position: absolute;
    width: 48px;
    height: 48px;
    top: 0;
    left: calc(50% - 24px);
}

.thankyou-header p {
    color: #4F5A5A!important;
    font-size: 16px!important;
    line-height: 25.6px;
    width: 50%;
    margin: 0 auto;
	padding-bottom: 30px;
}

.thankyou-header .order-recapitulation-payment-text a {
    color: #00536C!important;
    font-weight: 400!important;
    text-decoration: underline;
}

.thankyou-container h3 {
    position: relative;
    padding-left: 40px;
	margin: 0px 0px 30px;
	color: #1E2727!important;
}

.thankyou-container h3:before {
    content: '';
    background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/08/Line-1.svg);
    position: absolute;
    width: 20px;
    height: 8px;
    background-repeat: no-repeat;
    top: 12px;
    left: 0px;
}

.thankyou-container h3.woocommerce-order-details__title{
	padding-left:0;
}
@media only screen and (max-width: 768px){
	.thankyou-container h3.woocommerce-order-details__title{
		padding-left:10px;
	}
}

.thankyou-container .order-detail-item {
    display: grid;
    grid-template-columns: 65px calc(100% - 225px) 140px;
	gap:10px;
    padding: 20px 0px 20px 20px;
    align-items: center;
    justify-content: space-between;
	font-family: 'Nunito';
	color: #2B3838;
	border-bottom: 1px solid #EAEBEB;
	box-sizing: border-box;
}

.thankyou-container .order-detail-item-thumb {
    width: 100%;
	max-width: 64px;
    height: auto;
}
@media only screen and (max-width: 768px) {
	.thankyou-container .order-detail-item-thumb {
		display:none;
	}
	.shop_table.order_details.zasilkovna_detail tr{

	}
	.shop_table.order_details.zasilkovna_detail tr td{

	}
}

.thankyou-container .order-detail-item-thumb img {
    width: 100%;
	max-width: 64px;
    height: auto;
}

.thankyou-container .order-detail-item-name {
    width: 100%;
	padding-left: 20px;
}
.thankyou-container .order-detail-item-right{
	margin-left:auto;
	display:grid;
	grid-template-columns: 50px 80px;
	gap:10px;
}

.thankyou-container .order-detail-item-quantity {
	width: 100%;
    color: #848C8C;
	display: flex;
	justify-content: end;
}

.thankyou-container .order-detail-item-price {
    font-weight: 700;
	display: flex;
	justify-content: end;
}

.thankyou-container .order-products-total,
.thankyou-container .order-detail-shipping {
    display: grid;
	grid-template-columns: 1fr 1fr;
    font-family: 'Nunito';
    color: #2B3838;
	padding: 15px 0px;
    border-bottom: 1px solid #EAEBEB;
}

.thankyou-container .order-detail-products-total-price {
    text-align: right;
	font-weight: 700;
}

.thankyou-container .order-detail-shipping-price {
	text-align: right;
	font-weight: 700;
}

.thankyou-container .order-detail-totals-container {
    display: flex;
}

.thankyou-container .order-detail-totals-container .order-print {
    width: 35%;
	padding-top: 40px;
}

.thankyou-container .order-detail-totals-container .order-print a {
	position: relative;
    padding-left: 30px;
    color: #00536C;
    text-decoration: underline 1px;
    font-size: 14px;
}

.thankyou-container .order-detail-totals-container .order-print a:before {
    content: '';
    background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/08/printer.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 0px;
}

.thankyou-container .order-detail-totals-container .order-detail-totals {
    width: 65%;
    border: 1px solid #EAEBEB;
    border-top: none;
	padding: 40px;
}

.thankyou-container .order-detail-totals-container .order-detail-totals .order-detail-total-item {
    display: flex;
    justify-content: space-between;
	font-family: 'Nunito';
	color: #2B3838;
}

.thankyou-container .order-detail-totals-container .order-detail-totals .order-total-price {
    font-size: 24px;
    color: #2B3838;
    font-weight: 700;
}

.thankyou-container .order-detail-totals-container .order-detail-totals .order-detail-total-item.no-vat .order-total-label, 
.thankyou-container .order-detail-totals-container .order-detail-totals .order-detail-total-item.no-vat .order-total-price {
    font-size: 14px;
    color: #4F5A5A;
    font-weight: 400;
}

.thankyou-container-right p {
	margin-bottom: 30px;
    font-family: 'Nunito';
    font-size: 16px;
    line-height: 25.6px;
    color: #4F5A5A;
}

.thankyou-container-right .thankyou-map {
    margin-bottom: 30px;
}

.thankyou-container-right .thankyou-images {
    display: flex;
    justify-content: space-between;
}

/* RESPONSIVE CART*/

@media only screen and (max-width: 1200px) {
	
	.steps-item-inner::before {
		display: unset;
    	left: calc(100% - 5px);
    	background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/08/Arrow-3.svg);
		top: 15px;
	}

	.steps-item-label{

		height:unset;

		text-align: center;

    	margin-top: 11px;

    	margin-left: 0px;

	}

	.steps-item{

		width:calc( 100% / 4 )!important;

		padding-left:5px;

		padding-right:5px;

	}

	.steps-item-inner {
		display: flex;
		justify-content: center;
		position: relative;
		flex-direction: column;
		align-items: center;
	}
}

@media only screen and (min-width: 769px) and (max-width: 1024px) {
	
	.multistep-checkout-cart {
		padding: 30px 20px;
	}

	.shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents thead tr th.product-quantity {
		padding-left: 10px!important;
	}

	.multistep-checkout-cart-right {
		display: flex;
		flex-direction: column;
		padding: 0px 0px 50px 0px;
		position: relative;
	}

	.shipping {
		padding: 0px!important;
		border: none!important;
		position: unset!important;
	}

	.shipping-image {
		top: 0px!important;
		left: 0px!important;
	}

	.shipping-text {
		padding: 0px 0px 20px 0px!important;
	}

	.shipping-text p {
		line-height: 19.2px;
	}

	.back-to-shop-button {
		position: absolute;
		bottom: 0px;
		left: calc(50% - 70px);
	}
	
	.order-review {
		border: 1px solid #EAEBEB!important;
		padding: 20px!important;
	}

	.woocommerce .cart-collaterals .cross-sells, .woocommerce-page .cart-collaterals .cross-sells {
		margin: 0px!important;
	}

	.multistep-checkout-cart .cross-sells ul.products li.product {
		width: calc(50%)!important;
	}

	.woocommerce-cart-form__contents .free-gift-item td.product-remove a.gift-cart-button {
		padding: 12px!important;
		line-height: 1!important;
		position: absolute;
    	right: 5px;
	}
}

@media only screen and (max-width: 768px) {
	.multistep-checkout-cart {
		padding-top: 20px;
	}

	.woocommerce table.shop_table {
		margin: 0px;
	}

	.woocommerce table.shop_table_responsive tr, 
	.woocommerce-page table.shop_table_responsive tr {
		display: flex;
		flex-wrap: wrap;
		position: relative;
		margin: 0px 10px 20px 10px;
		padding: 20px;
		border: 1px solid #EAEBEB;
		border-radius: 8px;
		row-gap: 20px;
	}
	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td {
		text-align: unset!important;
		border-top: none!important;
		background-color: transparent;
	}
	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td:before {
		display: none;
	}
	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-thumbnail {
		display: unset!important;
		padding: 0px!important;
		border: none;
	}

	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-name {
		padding: 0px 0px 20px 20px!important;
	}

	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-availability {
		position: absolute;
		left: 100px;
		bottom: 60px;
	}
	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody TR.free-gift-item td.product-availability:not(:has(> div.quantity-subtext)) {
		margin-bottom:10px;
	}
	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody TR.free-gift-item td.product-availability {
		margin-bottom:-10px;
	}

	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-quantity {
		margin: 0px;
		padding-bottom: 0px!important;
	}

	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-unit {
		padding-bottom: 0px!important;
		padding-top: 35px!important;
	}

	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-price {
		position: absolute;
		right: 20px;
		bottom: 30px;
	}

	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-subtotal {
		position: absolute;
		right: 20px;
		bottom: 0px;
	}

	.woocommerce .shop_table.shop_table_responsive.cart.woocommerce-cart-form__contents tbody td.product-remove {
		position: absolute;
		border: none!important;
		right: 10px;
		top: 10px;
		padding: 0!important;
	}

	.cart-xpedition-container {
		margin: 0px 10px;
	}

	.cart-coupon-container {
		margin: 20px 10px!important;
	}

	#cart-coupon-target input {
		width: 50%!important;
	}

	#cart-coupon-target button {
		left: -45px!important;
	}

	.multistep-checkout-cart-right {
		display: flex;
		flex-direction: column;
		padding: 0px 10px 50px 10px;
		position: relative;
	}

	.shipping {
		padding: 0px!important;
		border: none!important;
		position: unset!important;
	}

	.shipping-image {
		top: 10px!important;
		left: 10px!important;
	}

	.shipping-text {
		padding: 0px 0px 20px 0px!important;
	}

	.shipping-text p {
		line-height: 19.2px;
	}

	.back-to-shop-button {
		position: absolute;
		bottom: 0px;
		left: calc(50% - 70px);
	}
	
	.order-review {
		border: 1px solid #EAEBEB!important;
		padding: 20px!important;
	}

	.cart-collaterals {
		padding: 0px 10px;
	}

	.woocommerce .cart-collaterals .cross-sells {
		margin: 0px!important;
	}

	.multistep-checkout-cart .cart-collaterals .cross-sells>h2 {
		background-position: center!important;
		text-align: center!important;
	}

	.multistep-checkout-cart .cross-sells ul.products li.product {
		width: calc(100%)!important;
	}
}

@media only screen and (max-width: 768px) {

	.steps-item-inner {
		display: flex;
		justify-content: center;
		position: relative;
		flex-direction: column;
		align-items: center;
	}

	.steps-item-inner::after {

		display:none;

	}
	.steps-item-inner::before {
		display: unset;
    	left: calc(100% - 5px);
    	background-image: url(https://svitimprotebe.fun/wp-content/uploads/2023/08/Arrow-3.svg);
		top: 10px;
	}


	.woocommerce-multistep-checkout-steps{
		flex-wrap:nowrap;
		padding: 0 0 20px 0;
		margin: 20px 0 0 0;		

	}

	.steps-item-label{
		font-size:12px;
		height:unset;
		text-align: center;
    	margin-top: 11px;
    	margin-left: 0px;
		line-height: 1.5;
	}
	.steps-item{
		width:calc( 100% / 4 )!important;
		padding-left:5px;
		padding-right:5px;
	}
	.steps-item-number {
		width: 32px;
		height: 32px;
		line-height: 32px;
	}
	.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;
	}
}

@media only screen and (max-width: 370px) {
	#cart-coupon-target.open{
		height:120px;
	}
	#cart-coupon-target input{
		width:100%!important;
		margin-bottom:10px;
	}
	#cart-coupon-target button{
		width:100%;
	}
}

/* RESPONSIVE CHECKOUT */

@media only screen and (min-width: 1025px) {

	.shipping-image-container{
		width:100%;
		display:grid;
	}

}

@media only screen and (max-width: 1024px) {
	.text-nowrap{
		white-space: nowrap;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {

	.legend-3{
		padding-right:0;
	}

	.woocommerce-checkout .multistep-checkout-form{
		flex-wrap:wrap;
		padding: 0px 20px;
	}
	.multistep-checkout-form .woocommerce-checkout .woocommerce-checkout-inner-wrap {
		flex-direction: column;
	}
	.multistep-checkout-form .woocommerce-checkout .woocommerce-checkout-inner{
		width:100%;
	}
	#multistep-shipping h3 {
		margin: 30px 0px;
    	padding: 0px;
	}
	#multistep-shipping #shipping_method {
		margin: 20px 0px 0px;
	}
	.woocommerce .woocommerce-shipping-methods li input + label {
		display: block!important;
	}
	#multistep-shipping #shipping_method li label img {
		position: absolute;
		right: 0;
		top: 0px;
		max-width:120px;
		padding-right: 0px;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_label_container {
		width: 100%;
		padding: 0!important;
		line-height: 17.6px!important;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_label_container .shipping_method_label_inner>span{
		position:relative;
		padding-right:2px;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip{
		position:absolute;
		right:0;
		top:-2px;
	}

	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip img {
		left: 0px;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip .shipping_method_tooltip_text{
		top:20px;
	}

	.woocommerce .woocommerce-shipping-methods .shipping_method_time {
		display: inline-flex;
		width: 100%;
	}

	.playment {
		margin-top: 20px;
		padding-top: 0px;
	}

	.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
		margin: 0px!important;
	}
	.woocommerce-checkout .wc_payment_methods.payment_methods.methods li {
		margin: 0px 0px 10px 0px!important;
	}
	.payment_box p {
		margin: 0.5em 0px;
	}
	.woocommerce-checkout .payment_method_label_container {
		padding-left: 0px;
	}
	.woocommerce-checkout #payment .payment_methods label {
		display: block!important;
	}
	.payment_method_label_image {
		position: absolute;
		right: 0;
	}
	.payment_method_label_text, 
	.payment_method_label_text_span {
		line-height: 17.6px!important;
	}
	.multistep-checkout-order-review .checkout-order-review-inner .review-item {
		display: grid;
		grid-template-columns: 1fr 10fr;
		gap: 20px;
	}
	.multistep-checkout-form__right .order-review, .multistep-checkout-order-review .checkout-order-review-inner {
		padding: 0px;
		border: none;
	}
	.multistep-checkout-order-review{
		width:100%;
	}
	#multistep-navigation{
		width: fit-content;
		position: absolute!important;
		bottom: -25px!important;
		left: calc(50% - 44px);
		margin-top: 0!important;
	}
	.checkout-back-information {
		width: fit-content;
		position: absolute!important;
		bottom: -25px!important;
		left: calc(50% - 44px)!important;
		margin-top: 0!important;
	}
	.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
		padding-left:5px;
		padding-right:5px;	
	}
	.thankyou-header h1 {
		margin: 0px 20px;
	}
	.thankyou-header p {
		width: unset;
		margin: 0px 20px;
	}
	.thankyou-container {
		display: flex;
		gap: 0px;
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.thankyou-container-left,
	.thankyou-container-right {
		width: 100%;
	}
	.thankyou-container-right .thankyou-address,
	.thankyou-container-left .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {
		margin: 0px 20px 30px;
	}
	.thankyou-container .order-detail-item {
		padding: 20px 0px!important;
	}
	.thankyou-container-right .thankyou-images {
		display: flex;
		gap: 20px;
		margin: 0px 20px;
		justify-content: center;
	}
	.thankyou-container-right .thankyou-images img {
		width: 50%;
	}
	form#order_review {
		padding: 20px;
	}

}
@media only screen and (max-width: 1024px) {
	.woocommerce .woocommerce-shipping-methods .shipping_method_price {
		display: block;
		width: fit-content;
		position: absolute;
		bottom: 0px;
		left: inherit;
		right:0;
	}
}
@media only screen and (min-width: 1025px) {
	.shipping-label-desktop{
		display: grid !important;
    	grid-template-columns: 1fr 2fr 1fr 1fr;
		width:100%;
		align-items: center;
		gap:16px;
	}
	.woocommerce #toret_tcp_balikovna button#tcp-open-popup-widget, .woocommerce a.button.zas-pop-kont.zas-tlac, #toret_tcp_napostu .tcp-open-popup-widget{
		margin-top:10px;
	}
	.shipping_method_label_inner>span{
		white-space: nowrap;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip .shipping_method_tooltip_text{
		white-space: normal;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip{
		position: relative;
    	display: inline-block;
    	width: 20px;
    	height: 20px;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip img{
		width: 16px !important;
    	height: 16px !important;
    	position: absolute;
    	display: block;
    	bottom: -3px;
    	left: 0;
	}
}
@media only screen and (min-width: 769px) and (max-width: 1024px) {
	.shipping-label-desktop{
		display: grid !important;
    	grid-template-columns: 0 2fr 1fr 1fr;
		width:100%;
		align-items: center;
		gap:16px;
		min-height:80px;
	}	
	.woocommerce #toret_tcp_balikovna button#tcp-open-popup-widget, .woocommerce a.button.zas-pop-kont.zas-tlac, #toret_tcp_napostu .tcp-open-popup-widget{
		margin-top:10px;
	}
}
@media only screen and (max-width: 768px) {

	.hide-on-mobile{
		display:none;
	}

	.tcp-popup-header h4{
		padding-right:70px;
	}

	.woocommerce-checkout .multistep-checkout-form{
		flex-wrap:wrap;
		padding: 0px 10px;
	}
	.multistep-checkout-form .woocommerce-checkout .woocommerce-checkout-inner-wrap {
		flex-direction: column-reverse;
	}
	.multistep-checkout-form .woocommerce-checkout .woocommerce-checkout-inner{
		width:100%;
	}
	#multistep-shipping h3 {
		margin: 30px 0px;
    	padding: 0px;
	}
	#multistep-shipping #shipping_method {
		margin: 20px 0px 0px;
	}

	.shipping-label-desktop{
		width:100%;
		display: grid;
    	grid-template-columns: 1fr 1fr;
	}

	.shipping-label-desktop .shipping-image-container {
		display: grid;
		justify-content: end;
		order:2;
	}
	.shipping_method_label_container {
		order:1;
	}
	.item3, .item4 {
		grid-template-columns: 1fr 1fr;
		display: grid;
	}
	.shipping_method_time {
		order:3;
		line-height:24px!important;
		height:24px;
	}
	
	.shipping_method_price {
		order:4;
		width:100%;
		text-align:right;
		height:24px;
	}
	.shipping_method_label_inner{
		padding-bottom:15px;
	}
	.woocommerce #toret_tcp_balikovna button#tcp-open-popup-widget, .woocommerce a.button.zas-pop-kont.zas-tlac, #toret_tcp_napostu .tcp-open-popup-widget{
		margin-bottom:10px;
	}
	.tcp-content-inner:has(p), #zas-content-zasilkovna:has(p){
		padding:0;
	}

	.woocommerce .woocommerce-shipping-methods li input + label {
		display: block!important;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_label_container {
		width: 100%;
		display: flex;
		padding: 0!important;	
		line-height: 17.6px!important;
	}

	#multistep-shipping #shipping_method li label img{
		padding-right:0;
		margin-left:auto;
		max-width: 120px;
		width: auto;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip {
		width: 21px;
    	height: 16px;
		margin-left:6px;
	}
	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip img{
		width: 16px !important;
        height: 16px !important;
        margin-top: -4px;
	}
	.woocommerce-order-pay span.payment_method_tooltip_text,
	.woocommerce-checkout span.payment_method_tooltip_text,
	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip .shipping_method_tooltip_text {
		width: 200px!important;
		position: absolute;
    	top: 100%;
    	left: 50%;
    	transform: translateX(-50%);
		margin-left:0;
  		z-index: 9999;
	}
	.woocommerce-checkout-inner{
		
	}

	.woocommerce .woocommerce-shipping-methods .shipping_method_tooltip img {
		left: 0px;
		top: unset!important;
	}

	.woocommerce .woocommerce-shipping-methods .shipping_method_time {
		display: block;
		width: fit-content;
		white-space: nowrap;
	}

	.woocommerce .woocommerce-shipping-methods .shipping_method_price {
		display: block;
		width: 100%;
		position: relative;
		bottom: 0px;
		left:0;
		text-align:right;
		margin-top:-4px;
	}
	.playment {
		margin-top: 20px;
		padding-top: 0px;
	}
	.woocommerce-checkout .wc_payment_methods.payment_methods.methods {
		margin: 0px!important;
	}
	.woocommerce-checkout .wc_payment_methods.payment_methods.methods li {
		margin: 0px 0px 10px 0px!important;
	}
	.woocommerce-checkout .payment_method_label_container {
		padding-left: 0px;
	}
	.woocommerce-checkout #payment .payment_methods label {
		display: block!important;
	}
	.payment_method_label_image {
		position: absolute;
		right: 0;
	}
	.payment_method_label_text, 
	.payment_method_label_text_span {
		line-height: 17.6px!important;
	}
	.payment_box p {
		margin: 0.5em 0px!important;
	}
	.multistep-checkout-order-review{
		width: 100%;
		margin-bottom: 0px;
		padding-bottom: 30px;
	}

	.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{
		width: 100%!important;
		position: absolute!important;
		bottom: 25px!important;
		left: 0!important;
    	margin-top: 0!important;
		justify-content: center!important;
	}
	#multistep-navigation a.prev{
		padding-left:0!important;
	}

	.multistep-checkout-form__right .order-review, .multistep-checkout-order-review .checkout-order-review-inner {
		border: none;
		padding: 0px;
	}

	.checkout-order-review-inner h4 {
		padding: 0px;
		margin: 20px 0px 30px;
	}

	.review-item {

		display: flex;

		gap: 20px;

	}

	.review-item-thumb {

		margin: 0px;

	}

	.review-item-name {

		line-height: 19.2px;

	}
	
	.multistep-checkout-form .checkout.woocommerce-checkout .woocommerce_checkout_place_order{

		width: fit-content!important;
	
		position: absolute!important;
	
		bottom: 24px!important;
	
		left: 20px!important;
	
		margin-top: 0!important;
	
		width: calc( 100% - 40px )!important;
	
	}
	
	.checkout-back-information{
		width: 100%!important;
		position: absolute!important;
		bottom: 25px!important;
	    left: 0;
		margin-top: 0!important;
		justify-content: center!important;
	}
	.checkout-back-step-information{
		padding-left:0!important;
		text-align:center!important;
	}

	.woocommerce-billing-fields h3 {

		padding: 0px;

		margin: 30px 0px;

	}
	
	.woocommerce-billing-fields__field-wrapper label {

		width: 100%!important;

	}

	.woocommerce-billing-fields__field-wrapper p {

		width:100%!important;

		clear:inherit!important;

		display: block;

	}

	.woocommerce-billing-fields input.input-text {

		width: 100%!important;

	}

	input#billing_postcode,
	input#billing_company_number,
	input#billing_vat_number,
	input#shipping_postcode {

		width: 50%!important;

	}

	body p#billing_address_2_field, 

	body p#shipping_address_2_field{		

		margin-top:0;

	}

	.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 {
		flex-wrap: wrap;
	}

	.shipping_address label {

		width: 100%;
		
	}

	.shipping_address span.woocommerce-input-wrapper {

		width: 100%;

	}

	#billing_company_number_field span, #billing_vat_number_field span {
		width: 100%!important;
	}

	#order_comments_field label {

		width: 100%;

		flex-direction: row;

	}
	
	#order_comments_field span {

		width: 100%;

	}
		
	.woocommerce-order-received .woocommerce-order{
	
		padding-left:0px;
	
		padding-right:0px;
	
	}
	
	.woocommerce .woocommerce-notice.woocommerce-notice--success.woocommerce-thankyou-order-received{
	
		padding-left:5px;
	
		padding-right:5px;
	
	}

	.thankyou-header h1 {

		margin: 0px 10px;

	}

	.thankyou-header p {

		width: unset;

		margin: 0px 10px;

	}

	.thankyou-container {

		display: flex;

		gap: 0px;

		flex-wrap: wrap;

		margin-bottom: 0px;

	}

	.thankyou-container-left,
	.thankyou-container-right {

		width: 100%;

	}

	.thankyou-container-right .thankyou-address,
	.thankyou-container-left .woocommerce-table.woocommerce-table--order-details.shop_table.order_details {

		margin: 0px 10px 30px;

	}

	table.shop_table.order_details.tcp_detail {

		padding: 0px 10px!important;

	}

	.thankyou-container .order-detail-item {
		padding: 20px 0px!important;
		position: relative;
		display:flex;
	}

	.thankyou-container .order-detail-item .order-detail-item-quantity {
		
	}

	.thankyou-container-right .thankyou-images {
		display: flex;
		flex-direction: column;
		gap: 20px;
		margin: 0px 10px;
	}
	.thankyou-container .order-detail-item .order-detail-item-name {
		width: 100%;
		padding-left:0;
	}

	.thankyou-container .order-detail-totals-container {
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}

	.thankyou-container .order-detail-totals-container .order-print {
		width: 100%;
		padding-top: 20px;
	}

	.thankyou-container .order-detail-totals-container .order-detail-totals {
		width: 100%;
	}

	form#order_review {
		padding: 10px;
	}

	.woocommerce-order-pay #order_review{
		display: grid;
	}
	.woocommerce-order-pay #order_review .shop_table{
		display: block;
    	width: 100%;
    	max-width: 100%;
	}
	.woocommerce-order-pay #order_review .shop_table thead{
		display:none;
	}
	.woocommerce-order-pay #order_review .shop_table tbody{
		display: block;
    	width: 100%;
    	max-width: 100%;
	}
	.woocommerce-order-pay #order_review .shop_table tbody tr{
		display: block;
    	width: 100%;
    	max-width: 100%;
	}
	.woocommerce-order-pay #order_review .shop_table tbody tr td.product-name{
		display: block;
    	width: 100%;
    	max-width: 100%;
		padding-left:0;
		border:none!important;
		font-weight: 700;
	}
	.woocommerce-order-pay #order_review .shop_table tbody tr td.product-name .wc-item-meta{
		border:none!important;
		padding-left:0;
		margin-top: 10px;
        font-weight: 400;
	}
	.woocommerce-order-pay #order_review .shop_table tbody tr td.product-quantity{
		width: 49%;
    	text-align: left;
    	display: inline-block;
		border-top:none!important;
		border-left:none!important;
		border-right:none!important;
		padding-top:0;
	}
	.woocommerce-order-pay #order_review .shop_table tbody tr td.product-subtotal{
		width: 49%;
    	text-align: right;
    	display: inline-block;
		border-top:none!important;
		border-left:none!important;
		border-right:none!important;
		padding-top:0;
		padding-right:0;
	}
	.woocommerce-order-pay #order_review .shop_table tfoot{
		display: block;
    	width: 100%;
    	max-width: 100%;
	}
	.woocommerce-order-pay #order_review .shop_table tfoot tr{
		display: block;
    	width: 100%;
    	max-width: 100%;
	}
	.woocommerce-order-pay #order_review .shop_table tfoot tr th{
		display: inline-block;
    	width: 49%;
    	max-width: 49%;
		padding-left:0!important;
	}
	.woocommerce-order-pay #order_review .shop_table tfoot tr td{
		display: inline-block;
    	width: 49%;
    	max-width: 49%;
		padding-right:0!important;
	}

}

.woocommerce-order-details .shop_table.order_details.zasilkovna_detail{
	border:none;
	margin-top:20px;
}
.woocommerce-order-details table.shop_table.order_details.zasilkovna_detail th,
.woocommerce-order-details table.shop_table.order_details.zasilkovna_detail td{
	border-left:none;
	border-right:none;
	border-top:none;
	background:none;
}
.woocommerce-order-details table.shop_table.order_details.zasilkovna_detail .button{
	width: 100%;
    display: grid;
    margin: 10px 0px 30px 0px;
    padding: 20px 40px;
    background-color: #FFE92F;
    border-radius: 100px;
    color: #1E2727!important;
    font-size: 14px!important;
    text-decoration: none!important;
    text-align: center;
    font-weight: 700!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 14px!important;
}
.woocommerce-order-details table.shop_table.order_details.zasilkovna_detail .button:hover{
	background-color: #FFEF6D;
}

.tcp-popup-content form{
	height:100%;
	display:flex;
	flex-direction: column;
}

#svitim-cat-overlay{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:#ffffff;
	opacity:0.6;
	z-index:10;	
}
#svitim-cat-overlay.loaded{
	display:none;
}
.woocommerce #toret_tcp_balikovna button#tcp-open-popup-widget,
.woocommerce a.button.zas-pop-kont.zas-tlac,
#toret_tcp_napostu .tcp-open-popup-widget
{
	display:none;
	border:solid 1px #00536C;
	width:fit-content;
	padding:4px 6px;
	text-decoration:none;
	border-radius:20px;
	clear:both;
	text-align:center;
	font-weight: 400!important;
}
.woocommerce #toret_tcp_balikovna button#tcp-open-popup-widget:hover,
.woocommerce a.button.zas-pop-kont.zas-tlac:hover,
#toret_tcp_napostu .tcp-open-popup-widget:hover
{
	border:solid 1px #00536C;
	background-color: #00536C;
	color:#ffffff;
	width:fit-content;
	padding:4px 6px!important;
	text-decoration:none;
}
.tcp-popup-footer{
	position: absolute;
    top: 0;
    width: 100%;
}

.shipping_method_0_zasilkovnaz-points .shipping_method_tooltip{
	margin-right:50%;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

#svitim-cat-overlay span {
    background-image: url(../img/loader.svg);
    background-position: center center;
	background-size: 50px 50px;
    background-repeat: no-repeat;
	animation: spin 1s linear infinite;
    width: 50px;
    height: 50px;
	position: absolute;
	left:50%;
	top:50%;
	margin-left:-25px;
	margin-top:-25px;
}

.woocommerce-checkout .blockUI.blockOverlay {
    z-index: 9999;
    background: rgba(255, 255, 255, 0.8);
}

.woocommerce-checkout .blockUI.blockOverlay:after {
    content: '';
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    background: url('/wp-content/plugins/woocommerce/assets/images/ajax-loader.gif') no-repeat center center;
}

.tcp-point-popup-buttons{
	position: absolute;
    top: 13px;
    right: 13px;
}

@media only screen and (max-width: 768px) {
	.tcp-point-popup-header{
		padding-right:100px!important;
	}
}
.packeta-widget.after-rate .packeta-widget-button .packetery-widget-button-logo{
	display:none;
}
.packetery-widget-button-wrapper{
	width:100%;
	padding-left:40px;
}
.woocommerce form .packetery-widget-button-wrapper .packeta-widget.form-row{
	padding-left:calc(20% + 8px);
	margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
}
body .packeta-widget div.packeta-widget-button.packetery-widget-button-row button.button.alt,
body .packeta-widget div.packeta-widget-button.packetery-widget-button-row a.button.alt{
	border: solid 1px #00536C;
    width: fit-content;
    padding: 4px 6px;
    text-decoration: none;
    border-radius: 20px;
    clear: both;
    text-align: center;
    font-weight: 400 !important;
	font-size: 13px;
    color: #00536C;
    line-height: normal;
	background-color:transparent;
}

body li.branch-is-selected .packeta-widget div.packeta-widget-button.packetery-widget-button-row button.button.alt,
body li.branch-is-selected .packeta-widget div.packeta-widget-button.packetery-widget-button-row a.button.alt,
body li.branch-is-selected .packeta-widget div.packeta-widget-button.packetery-widget-button-row button.button.alt:hover,
body li.branch-is-selected .packeta-widget div.packeta-widget-button.packetery-widget-button-row a.button.alt:hover{
	color:transparent!important;
}
body li.branch-is-selected .packeta-widget div.packeta-widget-button.packetery-widget-button-row button.button.alt:before,
body li.branch-is-selected .packeta-widget div.packeta-widget-button.packetery-widget-button-row a.button.alt:before{
	content: 'Změnit výdejní místo';
	display:inline-block;
	color: #00536C;
    position: absolute;
	left:50%;
	transform: translate(-50%);
}
body li .packeta-widget div.packeta-widget-button.packetery-widget-button-row button.button.alt:hover,
body li .packeta-widget div.packeta-widget-button.packetery-widget-button-row a.button.alt:hover{
	color:#ffffff!important;
	background-color: #00536C;
}
body li .packeta-widget div.packeta-widget-button.packetery-widget-button-row button.button.alt:hover:before,
body li .packeta-widget div.packeta-widget-button.packetery-widget-button-row a.button.alt:hover:before{
	color:#ffffff;	
}

.packeta-widget-selected-address,
.packeta-widget-info{
	font-size: 13px;
	font-family: 'Nunito';
    font-weight: 700;
    color: #2B3838;
    line-height: normal;
	cursor: pointer;
}
.packeta-widget.after-rate .packetery-widget-button-row{
	width:fit-content;
	margin-top:0px;
	margin-bottom:0px;
}
@media only screen and (max-width: 1024px) {
	.woocommerce form .packetery-widget-button-wrapper .packeta-widget.form-row{
		padding-left:0;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.woocommerce form .packetery-widget-button-wrapper,
	.gls-branch-data,
	.woocommerce form div:has(>#tgls-open-popup-widget){
		padding-left:56px!important;
	}
}
.shipping_method_0_packetery_shipping_methodpacketery_carrier_zpointcz{
	display:none;
}

.packeta-widget-info{
	display:none;
}
.zasilkovna-adresa{
	line-height:20px;
}

.packetery-order-detail{
	background-color:transparent!important;
	margin-top:30px;
	border:1px solid #EAEBEB;
	padding:10px;
}
.packetery-order-detail table,
.packetery-order-detail table th,
.packetery-order-detail table td{
	border:none!important;
	background-color:transparent!important;
}
.packetery-order-detail table a.button{
	margin: 10px 0px 0px 0px;
    padding: 14px 30px;
    background-color: #FFE92F;
    border-radius: 100px;
    color: #1E2727 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 23px !important;
}
.packetery-order-detail table a.button:hover{
	margin: 10px 0px 0px 0px;
    padding: 14px 30px;
    background-color: #FFEF6D;
    border-radius: 100px;
    color: #1E2727 !important;
    font-size: 13px !important;
    text-decoration: none !important;
    text-align: center;
    font-weight: 700 !important;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 23px !important;
}

.tcp-content-inner,
#zas-content-zasilkovna,
.tcp-content-inner p{
	color:#4F5A5A;
	font-weight:400;
}

@media only screen and (max-width: 768px) {
	#multistep-shipping #shipping_method li:hover{
		background-color:transparent!important;
	}
	.woocommerce-checkout .wc_payment_methods.payment_methods.methods li:hover, .woocommerce-checkout .wc_payment_methods.payment_methods.methods li:active{
		background-color:transparent!important;
	}
	#multistep-shipping #shipping_method li.selected,
	#multistep-shipping #payment li.selected{
		background-color: #F2F8FA;
        border-color: #6BB0C4;
	}
	.packetery-widget-button-wrapper{
		margin-top:10px;
	}
	.woocommerce-checkout .wc_payment_methods.payment_methods.methods li:hover,
	.woocommerce-checkout .wc_payment_methods.payment_methods.methods li:active{
		background-color:transparent!important;
	}
	
}

.packeta-overlay{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    z-index: 10;
    opacity: 0.8;
}
.gls-overlay{
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
	background: #ffffff;
    z-index: 10;
    opacity: 0.8;
}
.tgls-checkout_show_selected{
	display:none;
}
.gls-branch-data{
	padding-left: calc(20% + 38px);
    width: 100%;
	margin-top:10px;
}
@media only screen and (max-width: 1023px) {
	.gls-branch-data{
		padding-left:38px;
	}
}
.gls-branch-data p{
	margin-bottom:0px;
	padding: 0 0 5px 0;
}
/* GLS */
.tgls-label-img-select{
	display:none!important;
}

.woocommerce form div:has(>#tgls-open-popup-widget){
	padding-left:calc(20% + 38px);
	margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
	display:flex;
	flex-direction:column-reverse;
}
@media only screen and (max-width: 1023px) {
	.woocommerce form div:has(>#tgls-open-popup-widget){
		padding-left:38px;
	}
}
body #tgls-open-popup-widget{
	border: solid 1px #00536C;
    width: fit-content;
    padding: 4px 6px;
    text-decoration: none;
    border-radius: 20px;
    clear: both;
    text-align: center;
    font-weight: 400 !important;
	font-size: 13px;
    color: #00536C;
    line-height: normal;
	background-color:transparent;
	margin-top:10px;
}

body li.selected #tgls-open-popup-widget,
body li.selected #tgls-open-popup-widget,
body li.selected #tgls-open-popup-widget:hover,
body li.selected #tgls-open-popup-widget:hover{
	color:transparent!important;
}
body li.selected #tgls-open-popup-widget:before{
	content: 'Vybrat výdejní místo';
	display:inline-block;
	color: #00536C;
    position: absolute;
	left:50%;
	transform: translate(-50%);
}
body li.selected:has(.tcp-content-inner) #tgls-open-popup-widget:before{
	content: 'Změnit výdejní místo';
	display:inline-block;
	color: #00536C;
    position: absolute;
	left:50%;
	transform: translate(-50%);
}



body li #tgls-open-popup-widget:hover,
body li.selected #tgls-open-popup-widget:hover{
	color:#ffffff;
	background-color: #00536C;
}
body li #tgls-open-popup-widget:hover:before,
body li.selected #tgls-open-popup-widget:hover:before{
	color:#ffffff!important;	
}

.tgls-checkout_show_selected{
	max-width:250px;
	font-size: 13px;
	font-family: 'Nunito';
    font-weight: 400;
    color: #2B3838;
    line-height: normal;
	cursor: pointer;
	margin-top:-5px;
}
.packeta-widget.after-rate .packetery-widget-button-row{
	width:fit-content;
	margin-top:0px;
	margin-bottom:0px;
}
@media only screen and (max-width: 1024px) {
	.woocommerce form .packetery-widget-button-wrapper .packeta-widget.form-row{
		padding-left:0;
	}
}

.shipping-free {
	color: #08B060!important;
}
#billing_company_buy_on_field{
	width:100%;
}
#billing_company_buy_on_field label{
	height: 28px;
    display: grid;
    line-height: 32px;
    width: fit-content;
}
#billing_company_buy_on_field .context-modal{
	transform:translateY(calc(-50% + 2px));
}

.terms-container{
	display:none;
	margin-top:20px;
}

li:has(#shipping_method_0_toret_gls_private18) .shipping-label-desktop,
li:has(#shipping_method_0_toret_gls_private22) .shipping-label-desktop,
li:has(#shipping_method_0_toret_gls_parcelshop17) .shipping-label-desktop,
li:has(#shipping_method_0_toret_gls_parcelshop21) .shipping-label-desktop{
	row-gap:10px;
}
.tqr-custom-bankdetail p{
	text-align:center;
}
.form-row.form-row-wide.buy_on_firm_info{
	margin-bottom:6px!important;
	display:flex;
	justify-content: end;
	gap:10px;
	max-width: calc( 20% + 440px );
	box-sizing: border-box;
}
.form-row.form-row-wide.buy_on_firm_info span.context-modal{
	display: flex;
    justify-content: end;
    gap: 0px;
    align-items: center;
    line-height: 22px;
}
.form-row.form-row-wide.buy_on_firm_info span{
	color:#00536C!important;
	text-decoration:underline;
}
.form-row.form-row-wide.buy_on_firm_info span:hover{
	text-decoration:none;
}

.woocommerce-terms-and-conditions-checkbox-text a{
	text-decoration:underline!important;
}
.woocommerce-terms-and-conditions-checkbox-text a:hover{
	text-decoration:none!important;
}

.tqr-custom-bankdetails img{
	margin-bottom:20px!important;
}
.tqr-custom-bankdetails p{
	text-align: center;
}

.buy_on_firm_info .context-modal span{
	margin-right: 6px;
    margin-top: 3px;
    color: #2B8EAB;
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    background: transparent;
    border: 1px solid #2B8EAB;
    border-radius: 20px;
    font-size: 12px;
    font-style: italic;
    line-height: 16px;
    font-family: 'Marko One', serif;
    cursor: pointer;
	text-decoration:none!important;
	position:relative;
	z-index:10;
}