.df-calc--ceramic .df-calc__prices {
	display: flex;
	flex-direction: column;
	gap: 14px;
	width: 100%;
	max-width: 720px;
	margin: 32px auto 0;
}

.df-calc--ceramic .df-calc__prices[hidden] {
	display: none;
}

.df-calc--ceramic .df-calc__choice {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0;
	font-size: 15px;
	line-height: 1.35;
	cursor: pointer;
}

.df-calc--ceramic .df-calc__choice input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.df-calc--ceramic .df-calc__box {
	flex: 0 0 16px;
	width: 16px;
	height: 16px;
	border: 1px solid #000;
	background: #fff;
	border-radius: 0;
}

.df-calc--ceramic .df-calc__choice input:checked + .df-calc__box {
	background: #000 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M9 16.2 4.8 12l-1.4 1.4L9 19 21 7l-1.4-1.4z'/%3E%3C/svg%3E") center / 12px 12px no-repeat;
}

.df-calc--ceramic .df-calc__btn[hidden] {
	display: none;
}

.df-calc--ceramic .df-calc__btn {
	display: flex;
	width: max-content;
	margin: 24px auto 0;
}

.df-calc--ceramic .df-calc__inner > .df-disclaimer {
	display: flex;
	justify-content: center;
	width: 100%;
	max-width: 100%;
	margin: 40px 0 0;
	padding: 0;
	box-sizing: border-box;
}

.df-calc--ceramic .df-disclaimer__text {
	display: block;
	box-sizing: border-box;
	width: 100%;
	max-width: 720px;
	margin: 0;
	padding: 0;
	color: #111111 !important;
	font-family: "ChangAnunitype", sans-serif !important;
	font-size: 12px !important;
	font-weight: 400;
	line-height: 1.45;
	text-align: center !important;
}

@media (max-width: 767px) {
	.df-calc--ceramic .df-disclaimer__text {
		font-size: 14px !important;
	}
}

