.sazime-cesko-wrap {
	max-width: 680px;
}

.w-sazime-cesko {
	margin: 0 0 1em;
	font-size: 16px;
	line-height: 20px;
	box-sizing: border-box;
}
.w-sazime-cesko * {
	box-sizing: border-box;
}
.w-sazime-cesko__title {
	margin: 0 0 5px;
}
.w-sazime-cesko__wrap {
	margin: 0 0 0.3em;
	border: 1px solid #c8c8c8;
	background: #ffffff;
}
.w-sazime-cesko__row {
	position: relative;
	padding: 15px 20px;
}
.w-sazime-cesko__input {
	display: flex;
	align-items: center;
	gap: 5px;
	margin: 0 0 10px;
}
.w-sazime-cesko__input label,
div.woocommerce .w-sazime-cesko__input label,
div.woocommerce-page .w-sazime-cesko__input label {
	position: relative;
	display: block;
	width: 28px;
	height: 28px;
	margin: 0;
	border: 1px solid #cfcfcf;
	background: #ffffff;
}
.w-sazime-cesko__input input {
	display: none;
}
.w-sazime-cesko__input label::after {
	content: '';
	position: absolute;
	top: 40%;
	left: 50%;
	width: 5px;
	height: 15px;
	border: #ffffff;
	border-right: 2px solid #000000;
	border-bottom: 2px solid #000000;
	background: #ffffff;
	opacity: 0;
	transform: translate(-50%, -50%) rotateZ(45deg) scale(1);
}
.w-sazime-cesko__input input:checked + label::after {
	opacity: 1;
}

select.w-sazime-cesko__select,
div.woocommerce select.w-sazime-cesko__select {
	width: 50px;
	max-width: 50px;
	min-height: 30px;
	padding: 0 24px 0 8px;
	border: 1px solid #cfcfcf;
	border-radius: 0;
	background-color: #ffffff;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
	background-position: right 0.15rem center;
	background-repeat: no-repeat;
	background-size: 21px;
	font-size: 14px;
	font-weight: 500;
	line-height: 16px;
	box-sizing: border-box;
	appearance: none;
}
.w-sazime-cesko__product,
.form-table td .w-sazime-cesko__product {
	margin: 0 0 2px;
	padding: 0;
	line-height: 1em;
}
.w-sazime-cesko__product span {
	display: block;
	color: #49745a;
	font-weight: 700;
	font-size: 20px;
	line-height: 1.1em;
}
.w-sazime-cesko__product span strong {
	color: #e96227;
}
.w-sazime-cesko__tooltip {
	position: absolute;
	top: 20px;
	right: 20px;
	display: block;
	width: 18px;
	height: 18px;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	appearance: none;
}
.w-sazime-cesko__tooltip img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.w-sazime-cesko__tooltip img:hover {
	filter: brightness(0%);
}
button.w-sazime-cesko__tooltip:hover {
	background-color: transparent;
}

.w-sazime-cesko__desc,
.form-table td .w-sazime-cesko__desc {
	margin: 0;
	color: #49745a;
	font-size: 12px;
	line-height: 14px;
}

.w-sazime-cesko__img {
	display: none;
}
.w-sazime-cesko__ft {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	height: 34px;
	padding: 7px 10px;
	background: #49745a;
	color: #ffffff;
}

.w-sazime-cesko__ft span,
div.woocommerce .w-sazime-cesko__ft span {
	font-size: 15px;
	font-weight: 700;
	line-height: 18px;
}
.w-sazime-cesko__ft img,
div.woocommerce .w-sazime-cesko__ft img {
	display: block;
	max-width: 100%;
	height: auto;
}
.w-sazime-cesko__terms {
	display: flex;
	justify-content: flex-end;
}
/* TOOLTIP */
.w-sazime-cesko-terms {
	position: relative;
}
.w-sazime-cesko-terms__link {
	font-size: 12px;
	line-height: 16px;
	text-decoration: underline;
	cursor: help;
}
.w-sazime-cesko-terms__bubble {
	position: absolute;
	bottom: 100%;
	left: 50%;
	z-index: 1000;
	display: none;
	width: 280px;
	margin: 5px 0 0;
	padding: 10px 15px;
	background: #333333;
	color: #ffffff;
	font-size: 14px;
	line-height: 22px;
	word-wrap: break-word;
	text-align: center;
	transform: translateX(-50%);
}

.w-sazime-cesko-terms:hover .w-sazime-cesko-terms__bubble {
	display: block;
}

/* MQ */
@media (min-width: 600px) {
	.w-sazime-cesko {
		max-width: max-content;
	}
	.w-sazime-cesko__row {
		display: flex;
		gap: 15px;
		align-items: center;
		padding: 5px 20px;
	}
	.w-sazime-cesko__input {
		margin: 0;
	}
	.w-sazime-cesko__product,
	.form-table td .w-sazime-cesko__product {
		position: relative;
		padding: 0 20px 0 0;
	}
	.w-sazime-cesko__product span {
		max-width: 230px;
	}
	.w-sazime-cesko__tooltip {
		top: 4px;
		right: 0;
	}
	.w-sazime-cesko__img {
		display: block;
		flex: 1 0 100px;
		min-width: 100px;
		margin: -10px 0;
	}
	.w-sazime-cesko__img img,
	div.woocommerce .w-sazime-cesko__img img {
		display: block;
		max-width: 100%;
		height: auto;
	}
}
@media (min-width:768px) {
	div.woocommerce .cart-collaterals {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 20px;
	}
	div.woocommerce .cart-collaterals:before,
	div.woocommerce .cart-collaterals:after {
		content: '';
		display: none;
	}

	div.woocommerce .cart-collaterals .cross-sells,
	div.woocommerce .cart-collaterals .cart_totals {
		width: 100%;
		float: none;
	}

	div.woocommerce .cart-collaterals .cart_totals {
		grid-column-start: 2;
		grid-row-start: 1;
		grid-row-end: 3;
	}

	.cart-collaterals .w-sazime-cesko {
		margin: 0;
	}
}

@media (min-width:1000px) {
	.cart-collaterals {
		gap: 20px 40px;
	}
}

@media (min-width: 1200px) {
	.w-sazime-cesko__row {
		padding: 0 20px;
	}
	.w-sazime-cesko__product span {
		font-size: 24px;
	}
	.w-sazime-cesko__img {
		margin: 0 0 0 auto;
	}
}

/* MODAL */
.m-sazime-cesko {
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1001;
	display: none;
	width: 100%;
	height: 100%;
}
.m-sazime-cesko img {
	max-width: 100%;
	height: auto;
}

.m-sazime-cesko__overlay {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.4);
}
.m-sazime-cesko__inner {
	/*
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100vw;
	max-width: 550px;
	max-height: min-content;
	margin: auto;
	*/
	position: relative;
	width: 100%;
	max-width: 550px;
	height: auto;
	border-radius: 30px;
	background: #ffffff;
	/* overflow: scroll; */
	overflow: hidden;
}
.m-sazime-cesko__close {
	position: absolute;
	top: 16px;
	right: 16px;
	z-index: 999;
	display: block;
	width: 32px;
	height: 32px;
	margin: 0;
	padding: 0;
	border: 0;
	border-radius: 50%;
	background: #c8c8c8;
	appearance: none;
	cursor: pointer;
}
.m-sazime-cesko__close::before,
.m-sazime-cesko__close::after {
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	display: block;
	width: 4px;
	height: 24px;
	margin: 4px 0 0 -2px;
	background: #ffffff;
	transform: rotate(45deg);
}
.m-sazime-cesko__close::before {
	transform: rotate(-45deg);
}

.m-sazime-cesko__hd {
	position: relative;
	border-radius: 30px 30px 0 0;
	overflow: hidden;
}
.m-sazime-cesko__bg {
	overflow: hidden;
	position: relative;
}
.m-sazime-cesko__bg:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 80%;
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #02180b 100%);
}
.m-sazime-cesko__bg img {
	display: block;
	max-width: 100%;
	height: auto;
}
.m-sazime-cesko__title {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 2;
	padding: 20px;
	color: #ffffff;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.3em;
	text-align: center;
}

.m-sazime-cesko__bd {
	position: relative;
	padding: 20px;
	text-align: center;
}
.m-sazime-cesko__text {
	margin: 0 0 20px;
	color: #17512e;
	font-size: 16px;
	line-height: 1.3em;
}
.m-sazime-cesko__text a {
	color: #17512e;
	text-decoration: underline;
}
.m-sazime-cesko__text a:hover {
	color: #e96227;
}
.m-sazime-cesko__btn {
	margin: 0 0 25px;
}
.m-sazime-cesko__button {
	overflow: hidden;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	padding: 0;
	border-radius: 27px;
	border: 0;
	background: #49745a;
	color: #ffffff;
	font-size: 18px;
	font-weight: 700;
	appearance: none;
	cursor: pointer;
}
.m-sazime-cesko__button span,
.m-sazime-cesko__button strong {
	padding: 14px 15px;
}
.m-sazime-cesko__button span {
	padding-left: 25px;
}
.m-sazime-cesko__button strong {
	padding-right: 25px;
	background: #e96227;
}
.m-sazime-cesko__logo {
	display: inline-block;
	max-width: 180px;
}
.m-sazime-cesko__logo img {
	display: block;
	max-width: 100%;
	height: auto;
}
.m-sazime-cesko__modal {
	overflow-x: hidden;
	overflow-y: auto;
	position: relative;
	height: 100%;
}

.m-sazime-cesko.is-active {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
}

@media (min-width: 768px) {
	/*
	.m-sazime-cesko__inner {
		width: max-content;
		overflow: visible;
	}
	*/
	.m-sazime-cesko__title,
	.form-table td .m-sazime-cesko__title {
		padding: 0 55px 36px;
		font-size: 32px;
	}

	.m-sazime-cesko__bd {
		padding: 25px 40px;
	}
	.m-sazime-cesko__text {
		margin-bottom: 25px;
		font-size: 20px;
	}
	.m-sazime-cesko__btn {
		margin-bottom: 35px;
	}
	.m-sazime-cesko__button {
		font-size: 22px;
	}
	.m-sazime-cesko__button span,
	.m-sazime-cesko__button strong {
		padding: 14px 20px;
	}
	.m-sazime-cesko__button span {
		padding-left: 30px;
	}
	.m-sazime-cesko__button strong {
		padding-right: 30px;
	}
	.m-sazime-cesko__logo {
		max-width: 225px;
	}
}
