/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 21 2026 | 09:50:38 */
.elementor-menu-cart__product-name dt,.elementor-menu-cart__product-name p{
	color : #ffffff;
}
/*div.wp-block-woocommerce-cart.alignwide
@container (max-width: 699px) {
    .wc-block-components-sidebar-layout {
        flex-direction: column;
        margin-left: 5vw;
        min-width: 90vw;
    }
}

.elementor-menu-cart__main {
	min-width: 25vw;
}


@media (max-width: 699px) {
	.elementor-menu-cart__main {
		min-width: 100vw;
	}
}
@container (max-width: 699px) {

    .wc-block-components-sidebar-layout {
        flex-direction: column;
        margin-left: 5vw !important;
        min-width: 90vw;
    }

    .wc-block-components-sidebar-layout .wc-block-components-main,.wc-block-components-sidebar-layout .wc-block-components-sidebar {
        padding: 0;
        width: 100%
    }
	.editor-styles-wrapper table.wc-block-cart-items,table.wc-block-cart-items {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
	}
}*/