/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Feb 17 2023 | 13:29:39 */
/* Remove li "dots"  */
.elementor-menu-cart__container .elementor-menu-cart__main ul li
{
	text-decoration: none;
	list-style: none;
}

/* product names */
.elementor-menu-cart__container .elementor-menu-cart__main ul li h3 a
{
	color: #000;
}

/* display title on the right - "display products in full width" */
.elementor-menu-cart__container .elementor-menu-cart__main .owp-grid-wrap
{
	display: flex;
	align-items: center;
}

/* remove btn - "X" */
.elementor-menu-cart__container .elementor-menu-cart__main .remove.remove_from_cart_button
{
	color:  #000;
	font-size: 20px;
	display: flex;
}

/* totals margin */
.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart__total.total
{
	margin-top: 10%;
	margin-bottom: 5%;
	text-align: center;
}

/* buttons */
.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart__buttons.buttons
{
	display: flex;
    flex-direction: column;
    gap: 10px;
}

.elementor-menu-cart__container .elementor-menu-cart__main .woocommerce-mini-cart__buttons.buttons a
{
	width: 95%;
	border-radius: 30px;
}

/* product page side cart bug fixes  */
.widget_shopping_cart_content .woocommerce-mini-cart.cart_list.product_list_widget .owp-grid.thumbnail 
{
	position: static;
}







