/* ==========================================================================
   Mini cart sidebar
   ========================================================================== */

.fs-menu-cart .elementor-menu-cart__main {
	width: 520px !important;
	max-width: 94vw !important;
}

.fs-menu-cart .elementor-menu-cart__product-image img {
	border-radius: 20px !important;
}

.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
	display: flex !important;
	flex-direction: row !important;
	gap: 10px !important;
	align-items: center !important;
	justify-content: center !important;
}

.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons > a.elementor-button--view-cart {
	display: none !important;
}

.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons > a.elementor-button--checkout {
	appearance: none !important;
	-webkit-appearance: none !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	width: 100% !important;
	height: 50px !important;
	min-height: 50px !important;
	padding: 18px 45px !important;
	border-radius: 30px !important;
	background: #E30B2E !important;
	background-color: #E30B2E !important;
	background-image: none !important;
	border: 1px solid #E30B2E !important;
	color: #ffffff !important;
	fill: #ffffff !important;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
	text-transform: none !important;
	opacity: 1 !important;
	visibility: visible !important;
}

.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons > a.elementor-button--checkout .elementor-button-text {
	color: #ffffff !important;
	font-size: 15px !important;
	font-weight: 600 !important;
	line-height: 1 !important;
}

.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons > a.elementor-button--checkout:hover,
.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons > a.elementor-button--checkout:focus,
.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons > a.elementor-button--checkout:active,
.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons > a.elementor-button--checkout:visited {
	background: #E30B2E !important;
	background-color: #E30B2E !important;
	background-image: none !important;
	border-color: #E30B2E !important;
	color: #ffffff !important;
	fill: #ffffff !important;
	box-shadow: none !important;
	outline: none !important;
	text-decoration: none !important;
}

@media (max-width: 767px) {
	.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons {
		flex-direction: column !important;
	}

	.fs-menu-cart .widget_shopping_cart_content .elementor-menu-cart__footer-buttons > a.elementor-button--checkout {
		width: 100% !important;
	}
}
