/*------------------------------------------------------------------
[Header Cart Overlay]
-------------------------------------------------------------------*/
#wpex-cart-overlay {

	.wpex-inner {
		background: #fff;
		padding: 20px;
		width: 400px;
	}

	.widgettitle {
		display: none !important
	}
	
	li {

		&:first-child {
			border-top: 0
		}

		&.empty {
			padding: 0;
			color: #000;
			font-weight: 600;
			border: none;
			text-align: center;
		}
	}


	.woocommerce-mini-cart__empty-message {
		text-align: center;
		margin: 0;
		font-size: pem( 15 );
	}

	.widget_shopping_cart_content .buttons {
		padding-bottom: 0;
	}

}

