/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 14 2025 | 09:41:57 */
.sidebar-cart .elementor-menu-cart__main{
	padding-right: 45px;
}
.sidebar-cart .elementor-menu-cart__product{
	border-bottom: none;
}

.sidebar-cart .elementor-menu-cart__subtotal{
	margin-top: var(--cart-buttons-position-margin, 0);
	display: flex;
    justify-content: space-between;
}

.sidebar-cart .elementor-menu-cart__footer-buttons{
	margin-top:0;
}
.sidebar-cart .elementor-menu-cart__product-price,
.sidebar-cart .elementor-menu-cart__product-price .product-quantity{
	font-size:13px !important;
	font-weight: 400 !important;
}

.sidebar-cart .elementor-menu-cart__products.woocommerce-mini-cart.cart.woocommerce-cart-form__contents{
	background-color: #f0f8ff;
	padding: 10px 25px 0 25px;
	min-width: 335px;
    margin-left: -30px;
}

/* .sidebar-cart .elementor-menu-cart__footer-buttons .elementor-button--view-cart,
.sidebar-cart .elementor-menu-cart__footer-buttons .elementor-button--checkout{
	background: linear-gradient(90deg, #EA6D00 0%, #FFBB00 100%);
} */


