/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 19 2024 | 10:25:47 */
.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;
}

