:root {
	--primary-color: #324937;
	--primary-color-rgb: 156, 190, 156;
	--primary-font: 'Nunito Sans', sans-serif;
	--secondary-font: 'Marcellus', sans-serif;
}

.wmc-cart-wrapper {
	width: 270px;
	position: fixed;
	z-index: 99999;
}

.wmc-cart {
	position: absolute;
	cursor: pointer;
}

.wmc-count {
	position: absolute;
	right: 0;
	height: 15px;
	width: 15px;
	border-radius: 100px;
	background-color: #ffa500;
	color: #FFF;
	font-weight: bold;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	font-size: 12px;
	top: 0;
	box-shadow: 1px 0px 5px 0px rgb(0 0 0 / 29%);
}

.wmc-cart-wrapper.shortcode-wrapper .wmc-cart img {
	width: 28px;
	max-width: fit-content;
	filter: invert(25%) sepia(9%) saturate(1373%) hue-rotate(81deg) brightness(93%) contrast(91%);
}

.wmc-content {
	display: none;
	height: 430px;
	position: relative;
	background-color: #fff;
	overflow: hidden;
	top: 50px;
	width: 270px;
	right: 10px;
	border: 1px solid #ccc;
	text-align: center;
	z-index: 999;
	border-radius: 30px;
}

.wmc-cart-wrapper:hover .wmc-content {
	display: block;
}

.wmc-content h3 {
	font-size: 17px !important;
	height: 40px;
	margin: 0 !important;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: var(--primary-color);
	color: #fff;
	border-top-right-radius: 30px;
	border-top-left-radius: 30px;
}


.wmc-content.wmc-empty h3 {
	border-radius: 30px;
}

.wmc-subtotal {
	height: 40px;
}

.wmc-bottom-buttons {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	margin-top: 0px;
}

.wmc-content .wmc-bottom-buttons a {
    display: inline-block;
    vertical-align: middle;
    font-size: 0.6666em;
    font-weight: 700;
    color: #fff;
    background: var(--primary-color);
    padding: 15px 30px;
    border: 2px solid var(--primary-color);
    border-radius: 50px;
    letter-spacing: 1px;
    text-decoration: none;
    justify-content: center;
	width: calc(100% - 20px);
}

.wmc-content .wmc-products {
height: 290px;
    overflow-y: auto;
    list-style-type: none;
    margin: 0 !important;
    padding: 10px;
    background: #fff;
}

.wmc-products li {
	padding: 5px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	border-bottom: 1px solid #ccc;
}

.wmc-products li:last-child {
	border-bottom: none;
}

.wmc-remove {
	width: 15%;
}

.wmc-remove svg {
	width: 18px;
}

.wmc-remove svg path {
    fill: #324937;
}

.wmc-image {
	width: 30%;
	margin-right: 10px;
	border-radius: 100%;
	overflow: hidden;
}

.wmc-product-title {
	color: #333 !important;
	text-decoration: none !important;
}

.wmc-image img {
	max-width: 100%;
	height: auto;
}

.wmc-details {
	width: 60%;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.wmc-details h4 {
	font-size: 18px;
	font-weight: 700;
}

.wmc-details .wmc-product-title {
	justify-content: left;
}

.wmc-details .wmc-product-title h4 {
	margin: 0;
}

.wmc-quantity {
	display: block;
	line-height: 1;
	font-size: 12px;
	color: #777;
	width: 100%;
	font-weight: bold;
}

.wmc-price {
	font-size: 16px;
	font-weight: bold;
	color: var(--primary-color)
}

.wmc-content h5 {
	font-size: 16px;
	font-weight: 500;
	margin: 0 !important;
	display: flex;
	height: 100%;
	justify-content: space-between;
	align-items: center;
	padding: 10px 32px;
	color: #333;
}

.wmc-empty {
	height: auto;
}

.wmc-cart-wrapper.shortcode-wrapper {
	position: initial !important;
	display: flex;
	/* top: 50% !important;
	transform: translate(-50%, -50%);
	right: calc(50% - 1170px / 2) !important;
	bottom: unset !important;
	left: unset !important;
	width: auto !important;
	z-index: 99999; */
}

.woocommerce-Price-amount {
	font-weight: bold;
	color: var(--primary-color)
}

.shortcode-wrapper .wmc-cart {
	position: relative !important;
}

.shortcode-wrapper .wmc-content {
	position: absolute !important;
	bottom: unset !important;
	top: 50px !important;
	right: -35px;
	z-index: 99999;
	overflow: visible !important;
	border: 0;
	box-shadow: 0px 0px 3px 0px rgb(0 0 0 / 20%);
	background: #e9f3ee;
}

.wmc-content:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 99%;
	right: 0;
	width: 100%;
	height: 25px;
	background-color: transparent;
}

.wmc-content:before {
	content: '';
	width: 0px;
	height: 0px;
	border-style: solid;
	border-width: 0 12px 13px 12px;
	border-color: transparent transparent var(--primary-color) transparent;
	transform: rotate(0deg);
	display: block;
	position: absolute;
	bottom: 99%;
	right: 40px;
}

@media screen and (max-width: 1024px) {	
	.shortcode-wrapper .wmc-content {
	top: 80px !important;
	right: -0;
	}

	.wmc-content:before {
		right: 15px;
	}

	.wmc-content .wmc-products {
		display: block !important;
	}
}

.va-menuFix .shortcode-wrapper .wmc-content {
	top: 60px !important;
}

.va-menuFix .wmc-content:after {
	height: 45px; 
}

.shortcode-wrapper ul {
	position: relative !important;
	top: unset !important;
	left: unset !important;
	float: none !important;
}

.shortcode-wrapper li {
	max-width: 100% !important;
}

.shortcode-wrapper ul li a {
	max-width: 100% !important;
	padding: 0 !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	text-indent: unset !important;
}

.shortcode-wrapper li {
	display: inline-flex !important;
}

.shortcode-wrapper .wmc-bottom-buttons a {
	display: flex !important;
	justify-content: space-between;
    align-items: center;
}