.wdvmc-trigger {
	align-items: center;
	background: var(--wdvmc-accent, #2ea3f2);
	border: 0;
	border-radius: 6px;
	box-shadow: none;
	color: #fff;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-weight: 700;
	gap: 8px;
	line-height: 1;
	min-height: 42px;
	padding: 10px 14px;
	text-decoration: none;
	transition: filter 160ms ease, transform 160ms ease;
}

.wdvmc-trigger:hover,
.wdvmc-trigger:focus {
	color: #fff;
	filter: brightness(0.94);
	outline: 0;
	transform: translateY(-1px);
}

.wdvmc-trigger:focus-visible {
	box-shadow: 0 0 0 3px rgba(46, 163, 242, 0.28);
}

.wdvmc-icon {
	display: inline-flex;
	height: 20px;
	width: 20px;
}

.wdvmc-icon svg {
	fill: currentColor;
	height: 100%;
	width: 100%;
}

.wdvmc-count {
	align-items: center;
	background: rgba(255, 255, 255, 0.2);
	border-radius: 999px;
	display: inline-flex;
	font-size: 13px;
	justify-content: center;
	min-height: 22px;
	min-width: 22px;
	padding: 0 7px;
}

.wdvmc-subtotal {
	border-left: 1px solid rgba(255, 255, 255, 0.28);
	margin-left: 2px;
	padding-left: 10px;
	white-space: nowrap;
}

.wdvmc-floating {
	bottom: 24px;
	box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
	position: fixed;
	z-index: 99990;
}

.wdvmc-floating-right,
.wdvmc-floating-right-bottom {
	right: 24px;
}

.wdvmc-floating-left,
.wdvmc-floating-left-bottom {
	left: 24px;
}

.wdvmc-floating-left-top,
.wdvmc-floating-right-top {
	bottom: auto;
	top: 24px;
}

.wdvmc-floating-left-top {
	left: 24px;
}

.wdvmc-floating-right-top {
	right: 24px;
}

.wdvmc-overlay {
	background: rgba(17, 24, 39, 0.52);
	inset: 0;
	opacity: 0;
	position: fixed;
	transition: opacity 180ms ease;
	z-index: 99991;
}

.wdvmc-panel {
	background: #fff;
	color: #222;
	z-index: 99992;
}

.wdvmc-drawer {
	background: #fff;
	box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
	color: #222;
	display: flex;
	flex-direction: column;
	height: 100vh;
	max-width: min(420px, calc(100vw - 28px));
	position: fixed;
	top: 0;
	transition: transform 220ms ease;
	width: 420px;
	z-index: 99992;
}

.wdvmc-popover {
	border: 1px solid #ededed;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.18);
	max-height: min(760px, calc(100vh - 110px));
	opacity: 0;
	overflow: hidden;
	position: fixed;
	right: 24px;
	top: 120px;
	transform: translateY(10px);
	transition: opacity 160ms ease, transform 160ms ease;
	visibility: hidden;
	width: min(430px, calc(100vw - 28px));
}

.wdvmc-popover::before {
	border-bottom: 12px solid #fff;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	content: "";
	position: absolute;
	right: 24px;
	top: -12px;
	z-index: 1;
}

.wdvmc-drawer-right {
	right: 0;
	transform: translateX(105%);
}

.wdvmc-drawer-left {
	left: 0;
	transform: translateX(-105%);
}

.wdvmc-drawer-header {
	align-items: center;
	border-bottom: 1px solid #ededed;
	display: flex;
	justify-content: space-between;
	min-height: 68px;
	padding: 18px 22px;
}

.wdvmc-drawer-header h2 {
	color: #222;
	font-size: 22px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}

.wdvmc-close {
	align-items: center;
	background: transparent;
	border: 0;
	border-radius: 4px;
	color: #222;
	cursor: pointer;
	display: inline-flex;
	font-size: 30px;
	height: 42px;
	justify-content: center;
	line-height: 1;
	padding: 0;
	width: 42px;
}

.wdvmc-close:hover,
.wdvmc-close:focus {
	background: #f4f4f4;
	color: #222;
	outline: 0;
}

.wdvmc-close:focus-visible {
	box-shadow: 0 0 0 3px rgba(46, 163, 242, 0.24);
}

.wdvmc-drawer-content {
	flex: 1;
	overflow-y: auto;
	padding: 18px 22px 24px;
}

.wdvmc-popover .wdvmc-drawer-header {
	display: none;
}

.wdvmc-popover .wdvmc-drawer-content {
	display: flex;
	flex-direction: column;
	max-height: min(760px, calc(100vh - 110px));
	overflow-y: auto;
	padding: 22px 24px 24px;
}

.wdvmc-popover .wdvmc-drawer-content > * {
	order: 2;
}

.wdvmc-drawer-content .woocommerce-mini-cart {
	list-style: none;
	margin: 0;
	order: 1;
	padding: 0;
}

.wdvmc-drawer-content .woocommerce-mini-cart-item {
	border-bottom: 1px solid #eee;
	display: grid;
	gap: 4px 12px;
	grid-template-columns: 64px 1fr;
	min-height: 82px;
	padding: 14px 0;
	position: relative;
}

.wdvmc-drawer-content .woocommerce-mini-cart-item img {
	border-radius: 6px;
	grid-row: 1 / 3;
	height: 64px;
	object-fit: cover;
	width: 64px;
}

.wdvmc-drawer-content .woocommerce-mini-cart-item a:not(.remove) {
	color: #222;
	font-weight: 700;
	line-height: 1.35;
	text-decoration: none;
}

.wdvmc-drawer-content .woocommerce-mini-cart-item .quantity {
	color: #666;
	font-size: 14px;
}

.wdvmc-drawer-content .remove {
	align-items: center;
	background: #f2f2f2;
	border-radius: 999px;
	color: #555 !important;
	display: inline-flex;
	font-size: 18px;
	height: 24px;
	justify-content: center;
	position: absolute;
	right: 0;
	text-decoration: none;
	top: 14px;
	width: 24px;
}

.wdvmc-drawer-content .woocommerce-mini-cart__total {
	align-items: center;
	border-top: 0;
	display: flex;
	font-size: 18px;
	justify-content: space-between;
	margin: 18px 0;
	order: 2;
	padding: 0;
}

.wdvmc-drawer-content .woocommerce-mini-cart__buttons {
	display: grid;
	gap: 10px;
	margin: 0;
	order: 3;
}

.wdvmc-drawer-content .button,
.wdvmc-empty .button {
	align-items: center;
	background: var(--wdvmc-accent, #2ea3f2);
	border: 0 solid transparent;
	border-radius: 6px;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	line-height: 1.2;
	min-height: 44px;
	padding: 12px 18px;
	text-decoration: none;
}

.wdvmc-drawer-content .button.checkout,
.wdvmc-drawer-content .button.wc-forward {
	background: var(--wdvmc-accent, #2ea3f2);
	color: #fff !important;
	font-size: 18px;
	font-weight: 500;
}

.wdvmc-drawer-content .button:not(.checkout) {
	background: var(--wdvmc-accent, #2ea3f2);
}

.wdvmc-popover .woocommerce-mini-cart__total {
	border-bottom: 2px solid #666;
	color: #666;
	font-size: 18px;
	line-height: 1.2;
	margin: 0 0 8px;
	order: 0;
	padding-bottom: 16px;
}

.wdvmc-popover .woocommerce-mini-cart__total strong {
	font-weight: 700;
}

.wdvmc-popover .woocommerce-mini-cart-item,
.wdvmc-popover .mini_cart_item,
.wdvmc-popover ul.cart_list li,
.wdvmc-popover ul.product_list_widget li,
.wdvmc-popover ul.cart_list li.woocommerce-mini-cart-item,
.wdvmc-popover ul.product_list_widget li.woocommerce-mini-cart-item,
.wdvmc-popover ul.cart_list li.mini_cart_item,
.wdvmc-popover ul.product_list_widget li.mini_cart_item {
	display: block !important;
	min-height: 90px;
	padding: 10px 26px 12px 88px !important;
	position: relative !important;
}

.wdvmc-popover .woocommerce-mini-cart-item img,
.wdvmc-popover .mini_cart_item img,
.wdvmc-popover ul.cart_list li img,
.wdvmc-popover ul.product_list_widget li img,
.wdvmc-popover ul.cart_list li.woocommerce-mini-cart-item img,
.wdvmc-popover ul.product_list_widget li.woocommerce-mini-cart-item img,
.wdvmc-popover ul.cart_list li.mini_cart_item img,
.wdvmc-popover ul.product_list_widget li.mini_cart_item img {
	border-radius: 0;
	float: none !important;
	height: 72px !important;
	left: 0 !important;
	margin: 0 !important;
	max-height: 72px !important;
	max-width: 72px !important;
	min-height: 72px;
	min-width: 72px;
	object-fit: contain;
	position: absolute !important;
	top: 10px !important;
	width: 72px !important;
}

.wdvmc-popover.woocommerce ul.cart_list li img,
.wdvmc-popover.woocommerce ul.product_list_widget li img,
.wdvmc-popover .woocommerce ul.cart_list li img,
.wdvmc-popover .woocommerce ul.product_list_widget li img,
.wdvmc-popover ul.cart_list li img,
.wdvmc-popover ul.product_list_widget li img {
	height: 72px !important;
	max-height: 72px !important;
	max-width: 72px !important;
	min-height: 72px;
	min-width: 72px;
	width: 72px !important;
}

.wdvmc-popover .woocommerce-mini-cart-item a:not(.remove),
.wdvmc-popover .mini_cart_item a:not(.remove),
.wdvmc-popover ul.cart_list li a:not(.remove),
.wdvmc-popover ul.product_list_widget li a:not(.remove) {
	color: var(--wdvmc-accent, #e91e73);
	display: block !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.15;
	min-height: 0;
	margin: 0 !important;
	overflow-wrap: anywhere;
	padding: 0 10px 0 0 !important;
	position: static;
	text-transform: uppercase;
}

.wdvmc-popover .woocommerce-mini-cart-item a:not(.remove) img,
.wdvmc-popover .mini_cart_item a:not(.remove) img,
.wdvmc-popover ul.cart_list li a:not(.remove) img,
.wdvmc-popover ul.product_list_widget li a:not(.remove) img {
	display: block;
}

.wdvmc-popover .woocommerce-mini-cart-item .quantity {
	color: #666;
	display: block;
	font-size: 14px;
	line-height: 1.35;
	margin: 4px 0 0;
}

.wdvmc-popover .woocommerce-mini-cart-item dl.variation {
	border: 0 !important;
	border-left: 0 !important;
	color: #666;
	font-size: 14px;
	line-height: 1.25;
	margin: 4px 0 0;
	padding: 0 !important;
}

.wdvmc-popover .woocommerce-mini-cart-item dl.variation dt,
.wdvmc-popover .woocommerce-mini-cart-item dl.variation dd {
	border: 0 !important;
	border-left: 0 !important;
	display: inline;
	float: none;
	margin: 0;
	padding: 0 !important;
}

.wdvmc-popover .woocommerce-mini-cart-item dl.variation dt {
	font-weight: 700;
}

.wdvmc-popover .woocommerce-mini-cart-item dl.variation dd p {
	border: 0 !important;
	display: inline;
	margin: 0;
}

.wdvmc-popover .woocommerce-mini-cart-item dl.variation dd::after {
	content: "";
	display: block;
}

.wdvmc-popover .remove,
.wdvmc-popover a.remove,
.wdvmc-popover .woocommerce a.remove,
.wdvmc-popover ul.cart_list li a.remove,
.wdvmc-popover ul.product_list_widget li a.remove {
	align-items: center;
	background: transparent !important;
	border: 1px solid transparent !important;
	border-radius: 999px !important;
	box-shadow: none !important;
	color: var(--wdvmc-accent, #e91e73) !important;
	display: inline-flex;
	font-size: 16px;
	font-weight: 700;
	height: 20px;
	justify-content: center;
	line-height: 1;
	right: 0;
	text-decoration: none !important;
	top: 10px;
	width: 20px;
}

.wdvmc-popover .remove:hover,
.wdvmc-popover .remove:focus,
.wdvmc-popover a.remove:hover,
.wdvmc-popover a.remove:focus,
.wdvmc-popover .woocommerce a.remove:hover,
.wdvmc-popover .woocommerce a.remove:focus,
.wdvmc-popover ul.cart_list li a.remove:hover,
.wdvmc-popover ul.cart_list li a.remove:focus,
.wdvmc-popover ul.product_list_widget li a.remove:hover,
.wdvmc-popover ul.product_list_widget li a.remove:focus {
	background: var(--wdvmc-accent, #e91e73) !important;
	border-color: var(--wdvmc-accent, #e91e73) !important;
	color: #fff !important;
	outline: 0;
	text-decoration: none !important;
}

.wdvmc-popover .woocommerce-mini-cart__buttons {
	gap: 10px;
	margin-top: 28px;
}

.wdvmc-popover .woocommerce-mini-cart__buttons .button {
	align-items: center;
	background: var(--wdvmc-accent, #2ea3f2) !important;
	border: 0 solid transparent !important;
	border-radius: 0;
	box-sizing: border-box;
	color: #fff !important;
	display: inline-flex;
	font-size: 20px;
	font-weight: 500;
	gap: 0;
	justify-content: center;
	line-height: 1.2;
	min-height: 48px;
	padding: 11px 18px;
	position: relative;
	text-align: center;
	transform: none !important;
	transition: background-color 160ms ease, filter 160ms ease;
	width: 100%;
}

.wdvmc-popover .woocommerce-mini-cart__buttons .button::after {
	content: "\203A";
	display: inline-flex;
	align-items: center;
	font-size: 29px;
	font-weight: 400;
	line-height: 1.1;
	margin-left: 0;
	max-width: 0;
	overflow: hidden;
	opacity: 0;
	position: relative;
	top: -2px;
	transform: translateX(-7px);
	transition: margin-left 180ms ease, max-width 180ms ease, opacity 180ms ease, transform 180ms ease;
	width: 16px;
}

.wdvmc-popover .woocommerce-mini-cart__buttons .button:hover,
.wdvmc-popover .woocommerce-mini-cart__buttons .button:focus,
.wdvmc-popover .woocommerce-mini-cart__buttons .button:active {
	background: var(--wdvmc-accent, #2ea3f2) !important;
	border: 0 solid transparent !important;
	box-shadow: none;
	color: #fff !important;
	filter: brightness(0.94);
	line-height: 1.2;
	margin: 0;
	min-height: 48px;
	outline: 0;
	padding: 11px 18px;
	text-decoration: none;
	transform: none !important;
	width: 100%;
}

.wdvmc-popover .woocommerce-mini-cart__buttons .button:hover::after,
.wdvmc-popover .woocommerce-mini-cart__buttons .button:focus::after {
	margin-left: 9px;
	max-width: 16px;
	opacity: 1;
	transform: translateX(0);
}

.wdvmc-empty {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding: 12px 0;
}

.wdvmc-empty p {
	font-size: 16px;
	margin: 0;
}

body.wdvmc-open {
	overflow: hidden;
}

body.wdvmc-open .wdvmc-overlay {
	opacity: 1;
}

body.wdvmc-open .wdvmc-drawer {
	transform: translateX(0);
}

body.wdvmc-mode-popover .wdvmc-overlay {
	background: transparent;
}

body.wdvmc-mode-popover.wdvmc-open {
	overflow: auto;
}

body.wdvmc-mode-popover.wdvmc-open .wdvmc-popover {
	opacity: 1;
	transform: translateY(0);
	visibility: visible;
}

body.wdvmc-divi-replaced .et-cart-info,
body.wdvmc-divi-replaced .et_pb_menu__cart-button,
body.wdvmc-divi-replaced .wdvmc-divi-cart-trigger {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	line-height: 1;
	position: relative;
	transform: translateY(6px);
}

body.wdvmc-divi-replaced .et-cart-info:hover,
body.wdvmc-divi-replaced .et-cart-info:focus,
body.wdvmc-divi-replaced .et_pb_menu__cart-button:hover,
body.wdvmc-divi-replaced .et_pb_menu__cart-button:focus,
body.wdvmc-divi-replaced .wdvmc-divi-cart-trigger:hover,
body.wdvmc-divi-replaced .wdvmc-divi-cart-trigger:focus {
	text-decoration: none !important;
}

body.wdvmc-divi-replaced a.et_pb_menu__icon {
	margin: -6px 11px 0 !important;
}

body.wdvmc-divi-replaced .et_pb_menu__cart-button::after {
	content: "\e015";
	line-height: 1;
	margin-right: 0 !important;
}

body.wdvmc-divi-replaced a.et_pb_menu__icon__with_count::after,
body.wdvmc-divi-replaced .et_pb_menu__cart-button.et_pb_menu__icon__with_count::after {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.wdvmc-divi-replaced .et-cart-info > span,
body.wdvmc-divi-replaced .et_pb_menu__cart-button > span {
	position: relative;
}

body.wdvmc-divi-replaced .et-cart-info::before,
body.wdvmc-divi-replaced .et-cart-info > span::before,
body.wdvmc-divi-replaced .et_pb_menu__cart-button::before,
body.wdvmc-divi-replaced .et_pb_menu__cart-button > span::before,
body.wdvmc-divi-replaced .wdvmc-divi-cart-trigger::before,
body.wdvmc-divi-replaced .wdvmc-divi-cart-trigger > span::before {
	font-size: 18px !important;
	line-height: 1;
}

body.wdvmc-divi-replaced .wdvmc-divi-count {
	align-items: center;
	background: var(--wdvmc-accent, #e91e73);
	border-radius: 999px;
	color: #fff;
	display: inline-flex;
	font-size: 12px !important;
	font-weight: 700;
	height: 30px;
	justify-content: center;
	line-height: 1;
	min-width: 24px;
	padding: 0 12px;
	position: absolute;
	right: -13px;
	text-align: center;
	text-indent: 0;
	text-transform: none;
	top: -12px;
	z-index: 3;
}

body.wdvmc-divi-replaced .et_pb_menu__cart-button .wdvmc-divi-count {
	right: -12px;
	top: 0;
}

body.et-db.wdvmc-divi-replaced #et-boc .et-l .et_pb_menu__cart-button,
body.wdvmc-divi-replaced #et-boc .et-l .et_pb_menu__cart-button {
	align-items: center;
	cursor: pointer;
	display: inline-flex;
	line-height: 1;
	position: relative;
	transform: translateY(6px);
}

body.et-db.wdvmc-divi-replaced #et-boc .et-l a.et_pb_menu__icon,
body.wdvmc-divi-replaced #et-boc .et-l a.et_pb_menu__icon {
	margin: -10px 11px 0 !important;
}

body.et-db.wdvmc-divi-replaced #et-boc .et-l .et_pb_menu__cart-button::after,
body.wdvmc-divi-replaced #et-boc .et-l .et_pb_menu__cart-button::after {
	content: "\e015";
	line-height: 1;
	margin-right: 0 !important;
}

body.et-db.wdvmc-divi-replaced #et-boc .et-l a.et_pb_menu__icon__with_count::after,
body.wdvmc-divi-replaced #et-boc .et-l a.et_pb_menu__icon__with_count::after,
body.et-db.wdvmc-divi-replaced #et-boc .et-l .et_pb_menu__cart-button.et_pb_menu__icon__with_count::after,
body.wdvmc-divi-replaced #et-boc .et-l .et_pb_menu__cart-button.et_pb_menu__icon__with_count::after {
	margin-left: 0 !important;
	margin-right: 0 !important;
}

body.et-db.wdvmc-divi-replaced #et-boc .et-l .et_pb_menu__cart-button .wdvmc-divi-count,
body.wdvmc-divi-replaced #et-boc .et-l .et_pb_menu__cart-button .wdvmc-divi-count {
	right: -12px;
	top: 0;
}

@media (max-width: 600px) {
	.wdvmc-floating {
		bottom: 16px;
	}

	.wdvmc-floating-right {
		right: 16px;
	}

	.wdvmc-floating-left {
		left: 16px;
	}

	.wdvmc-floating-left-bottom {
		left: 16px;
	}

	.wdvmc-floating-right-bottom {
		right: 16px;
	}

	.wdvmc-floating-left-top,
	.wdvmc-floating-right-top {
		top: 16px;
	}

	.wdvmc-floating-left-top {
		left: 16px;
	}

	.wdvmc-floating-right-top {
		right: 16px;
	}

	.wdvmc-label,
	.wdvmc-subtotal {
		display: none;
	}

	.wdvmc-drawer,
	.wdvmc-popover {
		max-width: 100vw;
		width: 100vw;
	}

	.wdvmc-popover {
		left: 0 !important;
		max-height: calc(100vh - 80px);
		right: 0 !important;
		top: 80px !important;
	}

	.wdvmc-popover::before {
		display: none;
	}
}
