.hidden {
	display: none !important;
}

.cart-empty-footer,
.cart-footer {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
}

.cart-block {
	position: relative;
}

.widget_shopping_cart_content {
	height: calc(100% - 60px);
}