.cart-widget-side > .wd-heading {
	display: none !important;
}

.cart-widget-side {
	width: 418px !important;
	max-width: 418px !important;
	background: #ffffff !important;
	box-shadow: -8px 0 30px rgba(0, 0, 0, 0.08) !important;
}

.cart-widget-side .widget.woocommerce.widget_shopping_cart,
.cart-widget-side .widget_shopping_cart_content {
	height: 100%;
	margin: 0 !important;
}

.ra-cart-drawer,
.ra-cart-drawer * {
	box-sizing: border-box;
}

.ra-cart-drawer {
	height: 100%;
	min-height: 100vh;
	background: #ffffff;
	font-family: "Inter", Arial, Helvetica, sans-serif;
	color: #141414;
}

.ra-cart-drawer__inner {
	height: 100%;
	min-height: 100vh;
	padding-top: 32px;
	padding-bottom: 32px;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ra-cart-drawer__top {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ra-cart-drawer__header {
	padding: 0 24px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 13px;
}

.ra-cart-drawer__title {
	flex: 1 1 auto;
	color: #141414;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}

.ra-cart-drawer__close {
	width: 24px;
	height: 24px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 24px;
	text-decoration: none !important;
}

.ra-cart-drawer__divider {
	width: 100%;
	height: 1px;
	background: #eaeaea;
	flex: 0 0 auto;
}

.ra-cart-drawer__items {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ra-cart-item {
	padding: 0 24px;
	display: flex;
	align-items: flex-start;
	gap: 10px;
}

.ra-cart-item__image {
	width: 120px;
	height: 120px;
	flex: 0 0 120px;
	position: relative;
	overflow: hidden;
	border-radius: 1.92px;
	background: #f5f5f5;
}

.ra-cart-item__image a,
.ra-cart-item__image img {
	display: block;
	width: 120px;
	height: 120px;
}

.ra-cart-item__image img {
	object-fit: cover;
	border-radius: 1.31px;
}

.ra-cart-item__content {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: 16px;
}

.ra-cart-item__meta-block {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.ra-cart-item__title,
.ra-cart-item__title a {
	color: #141414 !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
	text-decoration: none !important;
	word-break: break-word;
}

.ra-cart-item__meta {
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ra-cart-item__meta-row {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 4px;
}

.ra-cart-item__meta-label {
	color: #767676;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
}

.ra-cart-item__meta-value {
	color: #141414;
	font-size: 12px;
	font-weight: 400;
	line-height: 1.45;
	word-break: break-word;
}

.ra-cart-item__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
}

.ra-cart-item__price,
.ra-cart-item__price .woocommerce-Price-amount,
.ra-cart-item__price .woocommerce-Price-amount bdi {
	color: #141414 !important;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
}

.ra-cart-item__remove {
	width: 18px;
	height: 18px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 18px;
	text-decoration: none !important;
}

.ra-cart-item__remove:hover svg path {
	stroke: #141414;
}

.ra-cart-drawer__footer {
	margin-top: auto;
	padding: 0 24px;
	display: flex;
	flex-direction: column;
	gap: 8px;
}

.ra-cart-drawer__subtotal {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}

.ra-cart-drawer__subtotal-label {
	color: #767676;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.ra-cart-drawer__subtotal-value,
.ra-cart-drawer__subtotal-value .woocommerce-Price-amount,
.ra-cart-drawer__subtotal-value .woocommerce-Price-amount bdi {
	color: #141414 !important;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4;
}

.ra-cart-drawer__checkout,
.ra-cart-drawer__view-cart {
	width: 100%;
	height: 45px;
	padding: 12px 24px;
	border-radius: 4px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	text-decoration: none !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	transition: all .2s ease;
}

.ra-cart-drawer__checkout {
	background: #0cbbc0;
	color: #141414;
}

.ra-cart-drawer__checkout:hover {
	background: #163642;
	color: #ffffff;
}

.ra-cart-drawer__checkout:hover svg path {
	stroke: #ffffff;
}

.ra-cart-drawer__view-cart {
	background: #ffffff;
	border: 1px solid #eaeaea;
	color: #141414;
}

.ra-cart-drawer__view-cart:hover {
	background: #fafafa;
	color: #141414;
}

.ra-cart-drawer__empty {
	padding: 0 24px;
}

.ra-cart-drawer__empty-text {
	color: #141414;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

@media (max-width: 767px) {
	.cart-widget-side {
		width: 100vw !important;
		max-width: 100vw !important;
		right: 0 !important;
		left: auto !important;
	}

	.ra-cart-drawer__inner {
		min-height: 100dvh;
		padding-top: 24px;
		padding-bottom: 24px;
	}
}
.cart-widget-side .widget.woocommerce.widget_shopping_cart,
.cart-widget-side .widget_shopping_cart_content {
	height: 100% !important;
	max-height: 100% !important;
	overflow: hidden !important;
}

.ra-cart-drawer {
	height: 100% !important;
	min-height: 100vh;
	max-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.ra-cart-drawer__inner {
	height: 100% !important;
	min-height: 0 !important;
	max-height: 100vh;
	display: flex;
	flex-direction: column;
	overflow: hidden;
}

.ra-cart-drawer__top {
	flex: 1 1 auto;
	min-height: 0;
	display: flex;
	flex-direction: column;
	gap: 24px;
	overflow: hidden;
}

.ra-cart-drawer__items {
	flex: 1 1 auto;
	min-height: 0;
	overflow-y: auto;
	overflow-x: hidden;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.ra-cart-drawer__footer {
	flex: 0 0 auto;
	margin-top: 0;
	padding: 0 24px 16px 24px;
	background: #fff;
}

.ra-cart-drawer__header,
.ra-cart-drawer__divider,
.ra-cart-drawer__subtotal,
.ra-cart-drawer__checkout,
.ra-cart-drawer__view-cart {
	flex-shrink: 0;
}
@media (max-width: 767px) {
	.cart-widget-side {
		width: 100vw !important;
		max-width: 100vw !important;
		height: 100dvh !important;
		max-height: 100dvh !important;
	}

	.cart-widget-side .widget_shopping_cart_content,
	.ra-cart-drawer,
	.ra-cart-drawer__inner {
		height: 100dvh !important;
		max-height: 100dvh !important;
	}
}
.cart-widget-side {
	transition: transform .25s ease, opacity .25s ease !important;
}

.cart-widget-side.wd-side-hidden {
	transform: translateX(100%);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.cart-widget-side.wd-opened {
	transform: translateX(0) !important;
	opacity: 1 !important;
	visibility: visible !important;
	pointer-events: auto !important;
}

body.wd-cart-opened .cart-widget-side {
	transform: translateX(0) !important;
}