/*
Theme Name: Oxota 365
Description: Дочерняя тема Astra для oxota-365.
Author: oxota-365
Template: astra
Version: 1.0.0
Text Domain: oxota-365
*/

.oxota-product-compare {
	margin-top: 18px;
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: center;
}

.oxota-compare-button.is-active {
	opacity: 0.85;
}

.oxota-compare-link {
	font-size: 14px;
	font-weight: 600;
}

.oxota-compare-page {
	padding: 40px 0 56px;
}

.oxota-compare-page__header {
	margin-bottom: 28px;
}

.oxota-compare-page__title {
	margin-bottom: 8px;
}

.oxota-compare-page__subtitle,
.oxota-compare-group__meta {
	color: #666;
}

.oxota-compare-groups {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 24px;
}

.oxota-compare-groups__link {
	display: inline-flex;
	padding: 8px 14px;
	border: 1px solid #d7d7d7;
	border-radius: 999px;
	text-decoration: none;
}

.oxota-compare-group {
	margin-bottom: 36px;
}

.oxota-compare-group__head {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 16px;
	margin-bottom: 18px;
}

.oxota-compare-group__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.oxota-compare-table-wrap {
	overflow-x: auto;
}

.oxota-compare-table {
	width: 100%;
	min-width: 760px;
	border-collapse: collapse;
	background: #fff;
}

.oxota-compare-table th,
.oxota-compare-table td {
	padding: 16px;
	border: 1px solid #e8e8e8;
	vertical-align: top;
	text-align: left;
}

.oxota-compare-table thead th {
	background: #fafafa;
}

.oxota-compare-table tbody th {
	min-width: 180px;
	background: #fcfcfc;
}

.oxota-compare-product {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.oxota-compare-product__thumb img {
	max-width: 140px;
	height: auto;
}

.oxota-compare-product__title {
	font-size: 15px;
	line-height: 1.4;
	text-decoration: none;
}

.oxota-compare-product__remove,
.oxota-compare-group__clear,
.oxota-compare-group__link {
	font-size: 14px;
}

.oxota-compare-empty {
	padding: 24px;
	border: 1px solid #e8e8e8;
	background: #fafafa;
}

.shipping-methods-row td{
	text-align: left !important;
}

@media (max-width: 768px) {
	.oxota-compare-page {
		padding: 24px 0 40px;
	}

	.oxota-compare-group__head {
		flex-direction: column;
	}

	.oxota-compare-table th,
	.oxota-compare-table td {
		padding: 12px;
	}
}
