.ordering-process tr.cart-table-header {
	display: none;
}

.ordering-process ol.cart-header li.active a,
.ordering-process ol.cart-header li.active strong {
	background: transparent !important;
}

.cart-table tr td,
.cart-table tr td.cart-p-image {
	background: transparent;
}

ol.cart-header li.active a,
ol.cart-header li.completed a,
ol.cart-header li.active strong,
ol.cart-header li.completed strong {
	background: transparent !important;
}

ol.cart-header li.active a:before,
ol.cart-header li.active strong:before,
ol.cart-header li.completed a:before,
ol.cart-header li.completed strong:before {
	color: white;
}


.ordering-processol.cart-header li a:hover {
	font-weight: bold;
	background: transparent;
}

.ordering-process .cart-table tr td {
	border: unset !important;
}

.ordering-process .cart-table tr.removeable {
	background: #363530;
	padding: 10px;
	margin-bottom: 20px !important;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.remove-item:before {
	color: white;
}

.cart-table tr td.p-name a,
.availability-amount,
.cart-table .p-price .price-final,
.cart-table .unit-value,
.cart-table .p-total .price-final {
	color: white;
}

.ordering-process .cart-table {
	border-bottom-width: 0px;
}

@media(min-width: 992px) {
	.ordering-process td.cart-p-image {
		flex-basis: 140px;
	}

	.ordering-process td.p-name {
		flex-basis: calc(100% - 795px);
	}

	.ordering-process td.p-availability.p-cell {
		flex-basis: 150px;
	}

	.ordering-process td.p-quantity.p-cell {
		flex-basis: 155px;
	}

	.ordering-process td.p-price.p-cell {
		flex-basis: 170px;
	}

	.ordering-process td.p-total {
		flex-basis: 170px;
	}
}

@media (max-width: 767px) {
	body .overall-wrapper {
		background-image: unset !important;
	}
}

.ordering-process .overall-wrapper {
	background-image: unset !important;
}

.checkout-box,
.order-summary-inner {
	background: #363530;
	border: unset;
}

@media (max-width: 767px) {

	.checkout-box,
	.order-summary-inner {
		padding: 15px;
	}
}

#checkoutSidebar .toggle-contacts {
	display: none;
}

.ordering-process .cart-content .checkout-box .box.box-sm {
	height: auto;
	margin-top: 11px;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	visibility: visible;
}

.discount-coupon .btn.btn-arrow-right.btn-text:before {
	content: "";
}

.order-button-text {
	font-weight: 600;
	font-size: 24px;
}

.discount-coupon .input-group .btn {
	line-height: 32px;
	background: #e85219;
	border-color: #e85219;
	font-weight: normal;
}

.discount-coupon .input-group .btn:hover {
	background: #cb3800;
	border-color: #cb3800;
}

.toggle-coupon-input .discount-coupon {
	display: block !important;
}

.toggle-coupon-input .toggle-coupon-input-button {
	text-decoration: none;
	cursor: default;
}

.toggle-coupon-input .toggle-coupon-input-button:after {
	display: none;
}

.cart-table .main-link {
	font-size: 18px;
}

.cart-table .price-additional,
.cart-table .price-final,
.cart-table .price-save,
.cart-table .unit-value {
	font-size: 18px;
}

.price-wrapper .price,
.price-wrapper .price-label {
	font-size: 18px;
}

.next-step-back {
	font-size: 16px;
}

.ordering-process .co-box h4 {
	font-size: 20px;
}

.ordering-process input[type=checkbox]+label,
.ordering-process input[type=radio]+label {
	font-size: 18px;
}

.radio-wrapper input[type=radio]+label .sublabel {
	font-size: 16px;
}

.inactive .not-possible-info {
	font-size: 16px;
}

.order-summary-inner {
	font-size: 18px;
}

.order-summary-item,
.recapitulation-single {
	padding: 12px 0px !important;
}

.smart-labels-active .smart-label-wrapper label {
	font-size: 18px;
}

.smart-labels-active .smart-label-wrapper.focused label,
.smart-labels-active .smart-label-wrapper.populated label {
	font-size: 14px;
	line-height: 14px;
}

.smart-labels-active .smart-label-wrapper input {
	padding-top: 26px;
}

.foxentry-input-msg-inner {
	font-size: 16px !important;
}

@media (min-width: 768px) {

	.ordering-process:not(.in-kosik) .top-navigation-bar .top-navigation-menu,
	.ordering-process:not(.in-kosik) #header .header-top-wrapper>.kontaktHlavicka,
	.ordering-process:not(.in-kosik) #header .header-top-wrapper>.navigation-buttons,
	.ordering-process:not(.in-kosik) #header .header-top-wrapper>.search {
		display: none;
	}

	.ordering-process:not(.in-kosik) .top-navigation-bar .top-navigation-tools {
		display: flex;
		justify-content: center;
	}

	.ordering-process:not(.in-kosik) #header .header-top {
		background: rgb(3 148 221 / 30%);
	}

}

@media (max-width: 767px) {
	.ordering-process .overall-wrapper {
		padding-top: 60px !important
	}

	.ordering-process .discount-coupon form {
		flex-wrap: wrap;
	}

	.ordering-process .discount-coupon .input-group .btn {
		display: inline-block;
		width: 100%;
		flex: unset;
	}

	.ordering-process .summary .extra {
		font-size: 18px;
	}

	.ordering-process .payment-logo {
		order: 0;
		flex-basis: calc(100% - 90px);
		width: calc(100% - 90px);
		display: flex;
		margin-bottom: 5px;
	}

	.ordering-process .payment-logo img {
		max-width: 50px;
	}

	.ordering-process .payment-info {
		order: 1;
		flex-basis: calc(100% - 80px);
		width: calc(100% - 80px);
	}

	.ordering-process strong.payment-shipping-price,
	.ordering-process .payment-shipping-price {
		order: 2;
		width: 80px !important;
		flex-basis: 80px !important;
		flex-grow: unset !important;
		flex-shrink: unset !important;
	}

	.ordering-process .shipping-billing-table .radio-wrapper {
		padding-left: 0;
		padding-right: 0px;
	}

}

.ordering-process .shipping-billing-table .inactive-child {
	display: none !important;
}

ol.cart-header li.active a:before,
ol.cart-header li.active strong:before,
ol.cart-header li.completed a:before,
ol.cart-header li.completed strong:before {
	background-color: #0394dd;
	border-color: #0394dd;
}

.in-krok-1 .top-navigation-bar,
.in-krok-2 .top-navigation-bar {
	background: rgb(3 148 221 / 30%);
}


.ordering-process span.quantity .decrease:before {
	border-top-left-radius: 10Px;
	border-bottom-left-radius: 10Px;
}


.ordering-process span.quantity .increase:before {
	border-top-right-radius: 10Px;
	border-bottom-right-radius: 10Px;
}

ol.cart-header li.completed a span:after,
ol.cart-header li.completed strong span:after {
	border-top-color: #0394dd;
}

body.in-krok-1.ordering-process .navigation-buttons,
body.in-krok-2.ordering-process .navigation-buttons {
	display: none !important;
}


@media (min-width: 768px) {

	body.in-krok-1.ordering-process #header .header-top-wrapper .site-name,
	body.in-krok-1.ordering-process #header .header-top-wrapper>div,
	body.in-krok-2.ordering-process #header .header-top-wrapper .site-name,
	body.in-krok-2.ordering-process #header .header-top-wrapper>div {
		flex: 100%;
		margin: auto;
		justify-content: center;
		align-items: center;
		display: flex;
	}
}




.ordering-process .contact-box.no-image a {
	color: white;
}


.ordering-process .contact-box ul li>span.mail:before,
.ordering-process .contact-box ul li>span.tel:before {
	color: white;
}


.ordering-process .checkout-box,
.order-summary-inner,
.order-summary h4,
.order-summary a {
	color: white;
}

.in-kosik table.cart-table tbody tr.removeable,
.in-kosik table.cart-table tbody tr.removeable td {
	background-color: transparent;
	color: #000000 !important;
}

.in-kosik table.cart-table tbody tr td a {
	color: #000000 !important;
}

.in-kosik table.cart-table tbody tr td .p-label,
.in-kosik table.cart-table tbody tr td .price-final,
.in-kosik table.cart-table tbody tr td .availability-amount,
.in-kosik table.cart-table tbody tr td .unit-value {
	color: #000000 !important;
}

:is(.in-krok-1, .in-krok-2) .order-summary>div {
	background-color: transparent;
}

:is(.in-krok-1, .in-krok-2) #checkoutSidebar .order-summary *:not(.unit-value):not(.price-label.price-secondary):not(.price.price-secondary):not(.price-secondary span),
:is(.in-krok-1, .in-krok-2) #checkoutSidebar .order-summary .mail::before,
:is(.in-krok-1, .in-krok-2) #checkoutSidebar .order-summary .tel::before {
	color: black !important;
}