/* Impel hinnapäringud. Välimus järgib YITH-i aegset kujundust. */

/* Veebilehel ei osteta, ostukorvi nuppu tootelehel ei näidata. */
.cart button.single_add_to_cart_button,
.cart a.single_add_to_cart_button {
	display: none !important;
}

.impel-hp-nupp [hidden],
.impel-hp [hidden] {
	display: none !important;
}

/* Nupu värvid on võetud YITH-i seadetest, et kujundus jääks samaks. */
.impel-hp-nupp a.impel-hp-lisa.button {
	display: inline-block;
	margin-top: 1rem;
	padding: 1rem 2rem;
	border: 1px solid #0066b4;
	border-radius: 0;
	background-color: #0066b4;
	color: #fff;
	font-size: 1em;
	text-align: center;
	text-decoration: none;
	word-break: break-word;
	cursor: pointer;
}

.impel-hp-nupp a.impel-hp-lisa.button:hover,
.impel-hp-nupp a.impel-hp-lisa.button:focus-visible {
	border-color: #044a80;
	background-color: #044a80;
	color: #fff;
}

.impel-hp-teade {
	margin: 10px 0 0;
	font-size: 15px;
	line-height: 1.4;
}

li.product .impel-hp-teade {
	font-size: 14px;
}

/* Nimekiri */

.impel-hp {
	width: 100%;
}

.impel-hp-teadeplokk {
	margin: 0 0 30px;
	padding: 15px 20px;
	border-left: 4px solid #3fbbd6;
	background: #fff;
	font-size: 16px;
}

.impel-hp-teadeplokk.impel-hp-viga {
	border-left-color: #c62828;
}

.impel-hp-tyhi p {
	margin: 0 0 20px;
}

.impel-hp table.impel-hp-tabel {
	width: 100%;
	margin: 0 0 20px;
	border-collapse: collapse;
}

#impel-hp table.impel-hp-tabel th {
	padding: 0 0 10px;
	text-align: left;
	vertical-align: middle;
	font-family: "Inter", "Roboto", sans-serif;
	font-size: 14px;
	font-weight: 500;
}

#impel-hp table.impel-hp-tabel td {
	padding: 10px 0;
	vertical-align: middle;
	border-top: 1px solid #e5e7eb;
}

.impel-hp-tabel .impel-hp-pilt {
	width: 75px;
}

.impel-hp-tabel .impel-hp-pilt img {
	display: block;
	width: 64px;
	height: 64px;
	object-fit: contain;
	background: #fff;
}

.impel-hp-tabel td.impel-hp-nimi a {
	margin-left: 10px;
}

.impel-hp-tabel .impel-hp-kogus {
	width: 110px;
}

.impel-hp-tabel .impel-hp-kogus input {
	width: 100px;
	margin: 0;
	text-align: center;
}

.impel-hp-tabel .impel-hp-eemalda {
	width: 40px;
	text-align: right;
}

.impel-hp-eemalda-nupp {
	padding: 4px 8px;
	border: 0;
	background: none;
	color: #3fbbd6;
	font-size: 24px;
	line-height: 1;
	cursor: pointer;
}

.impel-hp-eemalda-nupp:hover,
.impel-hp-eemalda-nupp:focus-visible {
	color: #c62828;
}

/* Vorm */

.impel-hp-vorm h3 {
	margin: 30px 0 20px;
}

.impel-hp-vorm .impel-hp-rida {
	margin: 0 0 15px;
	padding: 0;
}

#impel-hp .impel-hp-vorm .impel-hp-rida label {
	display: block;
	font-family: "Inter", "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
}

.impel-hp-vorm .input-text {
	box-sizing: border-box;
	width: 100%;
	margin-top: 5px;
	padding: 8px;
	border: 1px solid #e5e7eb;
	border-radius: 3px;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	resize: vertical;
}

.impel-hp-tabel .impel-hp-kogus .input-text {
	padding: 8px;
	border: 1px solid #e5e7eb;
	border-radius: 3px;
	background: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
}

.impel-hp-vorm textarea.input-text {
	height: 200px;
}

.impel-hp-vorm .required {
	color: #c62828;
	text-decoration: none;
}

.impel-hp-loks {
	position: absolute !important;
	left: -9999px;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.impel-hp-saada {
	display: flex;
	justify-content: flex-end;
	margin: 10px 0 0;
}

.impel-hp .impel-hp-saada-nupp {
	padding: 14px 24px;
	border: 1px solid #3fbbd6;
	border-radius: 3px;
	background-color: #3fbbd6;
	color: #fff;
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	font-weight: 300;
	text-transform: none;
	cursor: pointer;
}

.impel-hp .impel-hp-saada-nupp:disabled {
	opacity: 0.6;
	cursor: wait;
}

@media (max-width: 600px) {
	.impel-hp-tabel .impel-hp-pilt {
		width: 56px;
	}

	.impel-hp-tabel .impel-hp-pilt img {
		width: 48px;
		height: 48px;
	}

	.impel-hp-tabel .impel-hp-kogus {
		width: 80px;
	}

	.impel-hp-tabel .impel-hp-kogus input {
		width: 70px;
	}

	.impel-hp-saada-nupp {
		width: 100%;
	}
}
