.bol-order-list {
	color: var(--bol-text-color);
	font-family: "Montserrat", Arial, sans-serif;
	padding-bottom: 120px;
}

.bol-order-list,
.bol-order-list p,
.bol-order-list li,
.bol-order-list a,
.bol-order-list button,
.bol-order-list input,
.bol-order-list select,
.bol-order-list table,
.bol-order-list th,
.bol-order-list td,
.bol-order-list h1,
.bol-order-list h2,
.bol-order-list h3,
.bol-order-list h4 {
	font-family: "Montserrat", Arial, sans-serif;
}

.bol-section {
	background: #fff;
	padding: 0 0 32px;
	margin-bottom: 48px;
}

.bol-page-title,
.bol-section-title {
	color: var(--bol-heading-color);
	font-family: inherit;
	font-weight: 400;
}

.bol-section-title {
	font-size: 40px;
	color: #000;
	padding-bottom: 0;
}

.bol-page-title {
	font-size: 52px;
	margin-bottom: 12px;
}

.bol-page-header {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	gap: 24px;
	margin-bottom: 24px;
}

.bol-page-header-copy {
	flex: 1 1 auto;
}

.bol-page-filter {
	flex: 0 0 auto;
}

.bol-page-description,
.bol-subtotal {
	color: var(--bol-muted-text-color);
	font-size: 15px;
	margin: 0;
}

.bol-section-header {
	display: flex;
	justify-content: flex-start;
	align-items: flex-end;
	margin-bottom: 24px;
}

.bol-floating-bar {
	position: fixed;
	left: 50%;
	bottom: 24px;
	transform: translateX(-50%);
	z-index: 9999;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 18px;
	width: min(calc(100vw - 32px), 920px);
	padding: 16px 18px;
	background: rgba(247, 245, 242, 0.96);
	border: 1px solid var(--bol-line-color);
	box-shadow: 0 18px 45px rgba(0, 0, 0, 0.12);
	backdrop-filter: blur(8px);
}

.bol-cart-actions {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
}

.bol-action-button,
.bol-add-to-cart {
	background: var(--bol-button-bg);
	color: var(--bol-button-text);
	text-transform: uppercase;
	letter-spacing: .14em;
	font-size: 12px;
	padding: 16px 24px;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.bol-action-button-secondary {
	min-width: 210px;
	text-align: center;
}

.bol-search-wrap {
	margin-bottom: 18px;
}

.bol-search {
	width: 100%;
	max-width: 360px;
	padding: 12px 14px;
	border: 1px solid var(--bol-line-color);
	background: #fff;
}

.bol-search-global {
	min-width: 260px;
}

.bol-table {
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
}

.bol-table thead th {
	color: var(--bol-table-header-color);
	text-align: left;
	font-weight: 700;
	padding: 14px 12px;
	border-bottom: 1px solid var(--bol-line-color);
	white-space: nowrap;
	cursor: default;
}

.bol-table thead th[data-sortable="1"] {
	cursor: pointer;
}

.bol-table thead th[data-sortable="1"]::after {
	content: "  ↕";
	font-size: 12px;
	color: var(--bol-muted-text-color);
}

.bol-row td {
	padding: 12px;
	border-bottom: 1px solid rgba(0, 0, 0, .06);
	vertical-align: middle;
}

.bol-col-quantity,
.bol-col-order {
	box-sizing: border-box;
	text-align: center;
	white-space: nowrap;
}

.bol-col-quantity {
	width: 152px;
	min-width: 152px;
	padding-right: 8px;
}

.bol-col-nr,
.bol-col-image {
	width: 75px;
	min-width: 75px;
}

.bol-table thead th[data-column="nr"],
.bol-table thead th[data-column="image"] {
	width: 75px;
}

.bol-col-title {
	width: 310px;
	min-width: 310px;
}

.bol-table thead th[data-column="title"] {
	width: 310px;
}

.bol-col-volume,
.bol-col-alcohol,
.bol-col-price {
	width: 90px;
	min-width: 90px;
}

.bol-col-price {
	width: 110px;
	min-width: 110px;
}

.bol-table thead th[data-column="volume"],
.bol-table thead th[data-column="alcohol"],
.bol-table thead th[data-column="price"] {
	width: 90px;
}

.bol-table thead th[data-column="price"] {
	width: 110px;
}

.bol-table thead th[data-column="quantity"] {
	width: 152px;
}

.bol-col-order {
	width: 228px;
	min-width: 228px;
	vertical-align: top;
	position: relative;
	padding-left: 8px;
}

.bol-table thead th[data-column="order"] {
	width: 228px;
}

.bol-image-link img {
	width: var(--bol-image-width);
	height: auto;
	display: block;
}

.bol-trigger {
	background: none;
	border: 0;
	padding: 0;
	margin: 0;
	font: inherit;
	color: inherit;
	text-align: left;
	cursor: pointer;
}

.bol-trigger-link {
	text-decoration: none;
}

.bol-product-link {
	color: var(--bol-accent-color);
	text-decoration: none;
	font-size: 18px;
}

.bol-qty {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: var(--bol-qty-bg);
	color: var(--bol-qty-text);
}

.bol-qty-input {
	width: 42px;
	height: 40px;
	border: 0;
	background: transparent;
	text-align: center;
	color: inherit;
	appearance: textfield;
	-moz-appearance: textfield;
}

.bol-qty-input::-webkit-outer-spin-button,
.bol-qty-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.bol-qty-button {
	width: 40px;
	height: 40px;
	border: 0;
	background: transparent;
	color: inherit;
	font-size: 24px;
	cursor: pointer;
}

.bol-add-to-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	line-height: 1;
	box-sizing: border-box;
	text-transform: none;
	letter-spacing: 0;
	font-size: 14px;
	padding: 0 18px;
	white-space: nowrap;
}

.bol-price-unit {
	display: inline-block;
	margin-left: 6px;
	font-size: 12px;
	line-height: 1.2;
	color: var(--bol-muted-text-color);
	white-space: nowrap;
}

.bol-order-control {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
}

.bol-col-order .added_to_cart,
.bol-col-order .wc-forward,
.bol-col-order a.added_to_cart,
.bol-col-order a.wc-forward {
	display: none !important;
}

.bol-col-order .bol-add-to-cart,
.bol-table .bol-col-order .bol-add-to-cart,
.woocommerce .bol-table .bol-col-order .bol-add-to-cart,
.woocommerce-page .bol-table .bol-col-order .bol-add-to-cart {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 172px;
	height: 40px !important;
	min-height: 40px !important;
	line-height: 40px !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	border-width: 0 !important;
	box-sizing: border-box;
}

.bol-add-to-cart.is-added {
	animation: bol-cart-flash 0.55s ease;
}

@keyframes bol-cart-flash {
	0% {
		background: var(--bol-button-bg);
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
	35% {
		background: var(--bol-accent-color);
		box-shadow: 0 0 0 3px rgba(183, 157, 106, 0.2);
	}
	100% {
		background: var(--bol-button-bg);
		box-shadow: 0 0 0 rgba(0, 0, 0, 0);
	}
}

.bol-row.is-hidden {
	display: none;
}

.bol-modal[hidden] {
	display: none;
}

.bol-modal {
	position: fixed;
	inset: 0;
	z-index: 10000;
}

.bol-modal-backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.55);
}

.bol-modal-dialog {
	position: relative;
	width: min(1100px, calc(100vw - 32px));
	max-height: min(calc(100vh - 190px), 820px);
	margin: 195px auto 0;
	background: #fff;
	box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
	overflow: auto;
}

.bol-modal-close {
	position: absolute;
	top: 10px;
	right: 14px;
	z-index: 2;
	border: 0;
	background: transparent;
	font-size: 32px;
	line-height: 1;
	cursor: pointer;
}

.bol-modal-content {
	padding: 36px;
	font-family: "Montserrat", Arial, sans-serif;
	color: var(--bol-text-color);
}

.bol-modal-content,
.bol-modal-content p,
.bol-modal-content li,
.bol-modal-content button,
.bol-modal-content h1,
.bol-modal-content h2,
.bol-modal-content h3,
.bol-modal-content h4 {
	font-family: "Montserrat", Arial, sans-serif;
}

.bol-quick-view {
	display: grid;
	grid-template-columns: minmax(220px, 320px) minmax(320px, 1fr);
	gap: 42px;
	align-items: start;
}

.bol-quick-view-media img {
	width: 100%;
	height: auto;
	display: block;
}

.bol-quick-view-title {
	margin: 0 0 18px;
	font-size: 30px;
	line-height: 1.2;
	letter-spacing: 0;
	text-transform: none;
	color: var(--bol-heading-color);
	font-weight: 500;
}

.bol-quick-view-summary {
	margin-bottom: 18px;
	color: var(--bol-text-color);
	font-size: 16px;
	line-height: 1.7em;
}

.bol-quick-view-analytics {
	margin-bottom: 24px;
	color: var(--bol-text-color);
	font-size: 16px;
	line-height: 1.7em;
}

.bol-quick-view-analytics table {
	width: 100% !important;
	max-width: 100% !important;
	border-collapse: collapse !important;
	border-spacing: 0 !important;
	table-layout: fixed !important;
	background: transparent !important;
	margin: 10px 0 0 !important;
}

.bol-quick-view-analytics th,
.bol-quick-view-analytics td {
	padding: 14px 18px !important;
	border-top: 1px solid rgba(0, 0, 0, .08) !important;
	border-bottom: 0 !important;
	vertical-align: middle !important;
	white-space: nowrap;
	background: transparent !important;
}

.bol-quick-view-analytics tr:first-child th,
.bol-quick-view-analytics tr:first-child td {
	border-top: 1px solid rgba(0, 0, 0, .08) !important;
}

.bol-quick-view-analytics th:first-child,
.bol-quick-view-analytics td:first-child {
	width: 52% !important;
	padding-left: 24px !important;
	font-weight: 600;
}

.bol-quick-view-analytics th:last-child,
.bol-quick-view-analytics td:last-child {
	width: 48% !important;
	padding-right: 24px !important;
	text-align: right !important;
}

.bol-quick-view-analytics table[style],
.bol-quick-view-analytics tr[style],
.bol-quick-view-analytics th[style],
.bol-quick-view-analytics td[style] {
	width: 100% !important;
	max-width: none !important;
}

.bol-quick-view-analytics tr[style],
.bol-quick-view-analytics th[style],
.bol-quick-view-analytics td[style] {
	width: auto !important;
}

.bol-quick-view-price {
	margin-bottom: 22px;
	color: #8d1d3d;
	font-size: 40px;
	line-height: 1.1;
	font-weight: 400;
}

.bol-quick-view-price .woocommerce-Price-amount {
	color: inherit;
}

.bol-quick-view-price-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 8px 14px;
	margin: -8px 0 24px;
	color: var(--bol-muted-text-color);
	font-size: 14px;
	line-height: 1.5;
}

.bol-quick-view-unit-price .bol-price-unit {
	margin-left: 0;
	font-size: inherit;
	line-height: inherit;
}

.bol-quick-view-meta {
	margin-bottom: 28px;
	color: var(--bol-muted-text-color);
	font-size: 14px;
	line-height: 1.6;
	text-transform: none;
	letter-spacing: 0;
}

.bol-quick-view-meta p {
	margin: 0 0 8px;
}

.bol-quick-view-accordion {
	border-top: 1px solid var(--bol-line-color);
}

.bol-accordion-toggle {
	width: 100%;
	padding: 16px 0;
	border: 0;
	border-bottom: 1px solid var(--bol-line-color);
	background: transparent;
	text-align: left;
	font: inherit;
	font-size: 16px;
	font-weight: 500;
	color: var(--bol-heading-color);
	cursor: pointer;
}

.bol-accordion-toggle span {
	display: inline-block;
	width: 22px;
}

.bol-accordion-panel {
	padding: 18px 0 22px;
	border-bottom: 1px solid var(--bol-line-color);
}

.bol-detail-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bol-detail-list li {
	margin-bottom: 8px;
	color: var(--bol-text-color);
	line-height: 1.6;
}

@media (max-width: 980px) {
	.bol-page-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.bol-page-filter,
	.bol-search-global {
		width: 100%;
		max-width: 100%;
	}

	.bol-section-header {
		flex-direction: column;
		align-items: flex-start;
	}

	.bol-floating-bar {
		bottom: 16px;
		padding: 14px;
	}

	.bol-table-wrap {
		overflow: visible;
	}

	.bol-page-title {
		font-size: 40px;
	}

	.bol-modal-dialog {
		width: calc(100vw - 16px);
		max-height: calc(100vh - 120px);
		margin-top: 120px;
	}

	.bol-modal-content {
		padding: 24px 18px 28px;
	}

	.bol-quick-view {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	.bol-quick-view-title {
		font-size: 26px;
	}

	.bol-table,
	.bol-table tbody,
	.bol-table tr,
	.bol-table td {
		display: block;
	}

	.bol-table thead {
		display: none;
	}

	.bol-table {
		min-width: 0;
		border-top: 1px solid rgba(0, 0, 0, .06);
	}

	.bol-row {
		position: relative;
		padding: 18px 24px 28px;
		border-bottom: 1px solid rgba(0, 0, 0, .08);
		background: #fff;
	}

	.bol-row td {
		border: 0;
		padding: 0;
		margin: 0 0 10px;
		text-align: left;
		white-space: normal;
		width: auto;
		min-width: 0;
	}

	.bol-col-image {
		margin-bottom: 14px;
	}

	.bol-col-image .bol-image-link img {
		width: 54px;
	}

	.bol-col-title {
		margin-bottom: 12px;
	}

	.bol-col-title .bol-product-link {
		display: inline-block;
		font-size: 20px;
		line-height: 1.3;
		font-weight: 500;
	}

	.bol-col-image::before,
	.bol-col-title::before,
	.bol-col-quantity::before,
	.bol-col-order::before {
		display: none;
	}

	.bol-col-nr::before,
	.bol-col-taste::before,
	.bol-col-vintage::before,
	.bol-col-volume::before,
	.bol-col-alcohol::before,
	.bol-col-price::before {
		content: attr(data-label) " ";
		display: inline;
		color: inherit;
		font-weight: 400;
	}

	.bol-col-nr,
	.bol-col-image,
	.bol-col-title,
	.bol-col-taste,
	.bol-col-vintage,
	.bol-col-volume,
	.bol-col-alcohol,
	.bol-col-price {
		width: auto;
		min-width: 0;
		font-size: 16px;
		line-height: 1.45;
	}

	.bol-col-quantity,
	.bol-col-order {
		width: auto;
		min-width: 0;
		padding: 0;
		text-align: left;
	}

	.bol-col-quantity {
		margin-top: 12px;
		margin-bottom: 18px;
	}

	.bol-col-order .bol-add-to-cart,
	.bol-table .bol-col-order .bol-add-to-cart,
	.woocommerce .bol-table .bol-col-order .bol-add-to-cart,
	.woocommerce-page .bol-table .bol-col-order .bol-add-to-cart {
		width: auto;
		min-width: 0;
		font-size: 14px;
		padding: 0 16px !important;
	}

	.bol-order-control,
	.bol-qty {
		justify-content: flex-start;
	}
}
