.cabina-cart-page {
	width: 100% !important;
	max-width: 1060px !important;
	margin: 0 auto;
	padding: 0 15px;
	color: #050505;
	font-family: inherit;
	box-sizing: border-box;
}

.cabina-cart-page h1 {
	margin: 0 0 22px;
	font-size: 30px;
	font-weight: 800;
	line-height: 1.1;
}

.cabina-cart-form {
	margin: 0;
}

.cabina-cart-table {
	width: 100%;
	border: 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 12px;
}

.cabina-cart-table th {
	padding: 7px 8px;
	background: #eeeeee;
	border: 0;
	color: #000;
	font-size: 11px;
	font-weight: 800;
	text-align: left !important;
	vertical-align: middle;
}

.cabina-cart-table td {
	padding: 18px 8px;
	border: 0;
	border-bottom: 1px solid #111;
	vertical-align: top;
	text-align: left !important;
}

.cabina-cart-col-sn {
	width: 44px;
	text-align: center;
}

.cabina-cart-col-image {
	width: 96px;
}

.cabina-cart-col-article {
	width: 112px;
}

.cabina-cart-col-qty {
	width: 78px;
}

.cabina-cart-col-price,
.cabina-cart-col-total {
	width: 104px;
}

.cabina-cart-col-actions {
	width: 54px;
}

.cabina-cart-sn {
	text-align: center;
}

.cabina-cart-image img {
	width: 82px;
	height: 68px;
	object-fit: contain;
	display: block;
}

.cabina-cart-article {
	font-size: 11px;
	font-weight: 800;
	line-height: 1.3;
	word-break: break-word;
}

.cabina-cart-title {
	margin: 0 0 6px;
	font-size: 13px;
	font-weight: 800;
	line-height: 1.25;
	text-align: left !important;
}

.cabina-cart-title a {
	color: inherit;
	text-decoration: none;
}

.cabina-cart-detail-rows {
	display: grid;
	row-gap: 5px;
	margin: 0 0 12px;
	max-width: 430px;
	font-size: 12px;
	line-height: 1.35;
	text-align: left !important;
}

.cabina-cart-detail-row {
	display: grid;
	grid-template-columns: 88px minmax(0, 1fr);
	column-gap: 10px;
	align-items: center;
}

.cabina-cart-detail-label {
	margin: 0;
	font-style: italic;
	font-weight: 500;
}

.cabina-cart-detail-value {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	min-width: 0;
	color: #333;
}

.cabina-cart-swatch {
	width: 22px;
	height: 28px;
	flex: 0 0 22px;
	display: inline-block;
	border: 1px solid #d8d8d8;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.cabina-cart-swatch-empty {
	background: #f1f1f1;
}

.cabina-cart-note {
	display: grid;
	grid-template-columns: 64px minmax(0, 300px);
	align-items: start;
	gap: 8px;
	margin-top: 12px;
	font-size: 12px;
}

.cabina-cart-note label {
	margin: 7px 0 0;
	font-style: italic;
	font-weight: 500;
}

.cabina-cart-note textarea {
	width: 100%;
	min-height: 34px;
	padding: 7px 8px;
	border: 1px solid transparent;
	background: transparent;
	color: #333;
	font-size: 12px;
	font-style: italic;
	line-height: 1.35;
	resize: vertical;
}

.cabina-cart-note textarea::placeholder {
	color: #b7b7b7;
}

.cabina-cart-note textarea:focus {
	border-color: #cfcfcf;
	background: #fff;
	outline: 0;
}

.cabina-cart-quantity .quantity {
	display: inline-flex;
	align-items: center;
	width: auto;
	margin: 0;
	background: #f5f5f5;
	white-space: nowrap;
}

.cabina-cart-quantity .quantity .minus,
.cabina-cart-quantity .quantity .plus {
	width: 28px;
	height: 28px;
	padding: 0;
	border: 1px solid #eeeeee;
	background: #f5f5f5;
	color: #111;
	font-size: 16px;
	font-weight: 800;
	line-height: 26px;
	text-align: center;
}

.cabina-cart-quantity input.qty {
	width: 40px;
	height: 28px;
	padding: 0;
	border: 0;
	background: #f5f5f5;
	color: #111;
	font-size: 12px;
	text-align: center;
}

.cabina-cart-price,
.cabina-cart-total {
	white-space: nowrap;
	font-size: 12px;
}

.cabina-cart-actions {
	display: flex;
	gap: 12px;
	align-items: center;
	justify-content: flex-start;
}

.cabina-cart-remove,
.cabina-cart-edit {
	width: 20px;
	height: 20px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	background: transparent;
	font-size: 17px;
	line-height: 1;
	text-decoration: none;
	box-shadow: none !important;
}

.cabina-cart-remove:hover,
.cabina-cart-edit:hover {
	background: transparent;
	text-decoration: none;
}

.cabina-cart-remove {
	color: #ff5b62;
}

.cabina-cart-edit {
	color: #111;
	font-size: 14px;
}

.cabina-cart-footer {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 390px;
	gap: 36px;
	align-items: start;
	margin-top: 20px;
}

.cabina-cart-tools {
	display: flex;
	gap: 10px;
	align-items: center;
	flex-wrap: wrap;
}

.cabina-cart-tools .coupon {
	display: flex;
	gap: 8px;
	align-items: center;
}

.cabina-cart-tools input.input-text {
	height: 36px;
	min-width: 180px;
	border: 1px solid #d8d8d8;
}

.cabina-update-cart {
	height: 36px;
	padding: 0 18px;
	border: 1px solid #111;
	background: #fff;
	color: #111;
	font-weight: 700;
}

.cabina-cart-summary {
	font-size: 12px;
	line-height: 1.55;
}

.cabina-summary-line {
	display: grid;
	grid-template-columns: 1fr auto;
	align-items: baseline;
	gap: 24px;
	margin-bottom: 18px;
	font-weight: 800;
}

.cabina-total-due {
	padding-top: 20px;
	border-top: 1px solid #e5e5e5;
	font-size: 22px;
	font-weight: 800;
}

.cabina-cart-copy {
	margin: 18px 0;
	color: #111;
}

.cabina-terms {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	margin: 18px 0;
	font-size: 12px;
}

.cabina-terms input {
	width: 14px;
	height: 14px;
	margin: 0;
}

.cabina-terms a {
	color: #c60000;
	text-decoration: underline;
}

.cabina-checkout-button,
.cabina-quotation-button {
	width: 100%;
	height: 42px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 10px;
	border: 1px solid #111;
	font-size: 12px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.cabina-checkout-button {
	background: #6b6b6b;
	color: #fff;
}

.cabina-checkout-button.is-disabled {
	cursor: not-allowed;
	opacity: 0.55;
}

.cabina-quotation-button {
	background: #fff;
	color: #111;
}

.cabina-quotation-fields {
	margin-top: 12px;
	padding: 12px;
	border: 1px solid #f3c34a;
	background: #fffaf0;
}

.cabina-quotation-fields[hidden] {
	display: none;
}

.cabina-quotation-fields p {
	margin: 0 0 8px;
	color: #f3a400;
	font-size: 11px;
	font-style: italic;
	font-weight: 700;
	line-height: 1.35;
}

.cabina-quotation-fields input {
	width: 100%;
	height: 36px;
	margin-top: 8px;
	padding: 0 10px;
	border: 1px solid #d9d9d9;
	background: #fff;
}

@media (max-width: 991px) {
	.cabina-cart-table,
	.cabina-cart-table thead,
	.cabina-cart-table tbody,
	.cabina-cart-table th,
	.cabina-cart-table td,
	.cabina-cart-table tr {
		display: block;
		width: 100%;
	}

	.cabina-cart-table thead {
		display: none;
	}

	.cabina-cart-table tr {
		border-bottom: 1px solid #111;
		padding: 14px 0;
	}

	.cabina-cart-table td {
		border-bottom: 0;
		padding: 7px 0;
	}

	.cabina-cart-table td::before {
		content: attr(data-title);
		display: block;
		margin-bottom: 4px;
		color: #666;
		font-size: 10px;
		font-weight: 800;
		text-transform: uppercase;
	}

	.cabina-cart-sn {
		text-align: left;
	}

	.cabina-cart-footer {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 575px) {
	.cabina-cart-page h1 {
		font-size: 25px;
	}

	.cabina-cart-note {
		grid-template-columns: 1fr;
	}

	.cabina-cart-tools,
	.cabina-cart-tools .coupon {
		align-items: stretch;
		flex-direction: column;
	}

	.cabina-cart-tools input.input-text,
	.cabina-update-cart {
		width: 100%;
	}

	.cabina-total-due {
		font-size: 18px;
	}
}
