.woocommerce-cart .cart-collaterals .cart_totals {
	display: none;
}

/* Строка «Итого + Обновить корзину» */
.mav-cart-actions-row {
	display: flex;
	align-items: center;
	gap: 16px;
	width: 100%;
}

.mav-cart-inline-total {
	display: flex;
	align-items: baseline;
	gap: 8px;
	font-size: 18px;
	font-weight: 600;
	color: var(--mav-text);
	flex: 1 1 auto;
}

.mav-cart-inline-total__value .amount {
	color: var(--mav-price);
	font-size: 20px;
}

.mav-cart-actions-row button[name="update_cart"] {
	margin-left: auto;
	flex-shrink: 0;
}

@media (max-width: 600px) {
	.mav-cart-actions-row {
		flex-wrap: wrap;
	}

	.mav-cart-actions-row button[name="update_cart"] {
		margin-left: 0;
		width: 100%;
	}
}

.woocommerce-cart .mav-cart-checkout {
	margin-top: 24px;
	padding: 20px;
	border: 1px solid var(--mav-border);
	border-radius: 8px;
	background: #fff;
}

.woocommerce-cart .mav-cart-checkout h2 {
	margin: 0 0 16px;
	font-size: 26px;
	line-height: 1.25;
	color: var(--mav-heading);
}

.woocommerce-cart .mav-cart-checkout__form .form-row {
	margin-bottom: 14px;
}

.woocommerce-cart .mav-cart-checkout__form label {
	display: inline-block;
	margin-bottom: 6px;
	font-weight: 600;
	color: var(--mav-text);
}

.woocommerce-cart .mav-cart-checkout__form input[type="text"],
.woocommerce-cart .mav-cart-checkout__form input[type="tel"],
.woocommerce-cart .mav-cart-checkout__form input[type="email"] {
	width: 100%;
	padding: 10px 12px;
	border: 1px solid #d2d2d2;
	border-radius: 4px;
}

.woocommerce-cart .mav-cart-checkout__form .button.alt {
	background: var(--mav-btn-primary);
	border-color: var(--mav-btn-primary);
	color: #fff;
}

.woocommerce-cart .mav-cart-checkout__form .button.alt:hover {
	background: var(--mav-btn-primary-hover);
	border-color: var(--mav-btn-primary-hover);
}

@media (max-width: 767px) {
	.woocommerce-cart .woocommerce-cart-form table.cart td.actions {
		align-items: stretch;
	}

	.woocommerce-cart .woocommerce-cart-form table.cart td.actions .mav-cart-inline-total,
	.woocommerce-cart .woocommerce-cart-form table.cart td.actions button[name="update_cart"] {
		width: 100%;
		margin-left: 0;
	}
}

/* Блок ОС на странице «Заказ получен» */
.mav-thankyou-feedback {
	margin-top: 2.5em;
	padding: 1.5em 0 0;
	border-top: 1px solid var(--mav-border);
}

.mav-thankyou-feedback__title {
	margin: 0 0 1rem;
	font-size: 1.375rem;
	line-height: 1.3;
	color: var(--mav-heading);
}

.mav-thankyou-feedback__contacts {
	list-style: none;
	margin: 0 0 1.25rem;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.25rem;
}

.mav-thankyou-feedback__contacts li {
	margin: 0;
	color: var(--mav-text);
}

.mav-thankyou-feedback__contacts a {
	color: var(--mav-link);
	text-decoration: none;
}

.mav-thankyou-feedback__contacts a:hover {
	color: var(--mav-link-hover);
}

.mav-thankyou-feedback .mav-field {
	margin-bottom: 0.875rem;
}

.mav-thankyou-feedback .mav-field label {
	display: block;
	margin-bottom: 0.35rem;
	font-weight: 600;
	color: var(--mav-text);
}

.mav-thankyou-feedback .mav-field input,
.mav-thankyou-feedback .mav-field textarea {
	width: 100%;
	max-width: 32rem;
	padding: 0.65rem 0.85rem;
	border: 1px solid var(--mav-border);
	border-radius: 0;
	background: var(--mav-surface);
	color: var(--mav-text);
}

.mav-thankyou-feedback .mav-field textarea {
	min-height: 6rem;
	resize: vertical;
}

.mav-thankyou-feedback button[type="submit"],
.mav-thankyou-feedback input[type="submit"] {
	border-radius: 0;
	background: var(--mav-btn-primary);
	border-color: var(--mav-btn-primary);
	color: #fff;
}

.mav-thankyou-feedback button[type="submit"]:hover,
.mav-thankyou-feedback input[type="submit"]:hover {
	background: var(--mav-btn-primary-hover);
	border-color: var(--mav-btn-primary-hover);
}
