/* ====================================================
	Container for VAS PRODUCT
	==================================================== */
	.laursen-custom-vas-box {
		text-align: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-align-items: center;
		align-items: center;
		-webkit-justify-content: space-around;
		justify-content: space-around;
		font-family: "PT Sans", sans-serif;
	}

	.laursen-vas-img			{order: 1;flex-grow: 1;max-width:90px;margin-right: 30px;}
	.laursen-vas-img img 		{width: 90px;height: 90px;border-radius: 10px;}
	.laursen-vas-title 			{order: 2;flex-grow: 2;color:#1a1a1a; }
	.laursen-vas-title-product	{font-size: 2.0rem;font-family: "HelveticaNeueLT-Black", sans-serif;}
	.laursen-vas-title-category	{font-size: 1.2rem;line-height: 1.5rem;}
	.laursen-vas-title-discount	{font-size: 1.2rem;line-height: 1.2rem;color:#f37423;}
	.laursen-vas-title span 	{display: block;text-align: left;}
	.laursen-vas-text 			{order: 3;flex-grow: 3;text-align: left;font-weight: bold;}
	.laursen-vas-text span 		{display: block; padding:0;margin:0;}
	.laursen-vas-price 			{order: 4;flex-grow: 1;
								display: -webkit-box;display: -webkit-flex;display: -ms-flexbox;display: flex;
								-webkit-flex-direction: column;flex-direction: column;
								-webkit-align-items: center;align-items:center;
								-webkit-justify-content: center;justify-content: center;}
	.laursen-vas-price span 	{display: block;text-align: right;}
	.laursen-vas-price-amount 	{font-size: 2.5rem;color:#333;font-family: "HelveticaNeueLT-Black", sans-serif;line-height:1.6rem;}
	.laursen-vas-price-unit 	{font-size: 1.0rem;color:#333;font-family: "PT Sans", sans-serif;margin-bottom: 5px;}

@media screen and (max-width: 858px) {
	.laursen-custom-vas-box 	{padding-bottom:20px;}
	.laursen-vas-img			{order: 1;flex-grow: 1;max-width:60px;margin-right: 10px;}
	.laursen-vas-img img 		{width: 60px;height: 60px;}
	.laursen-vas-title 			{order: 2;flex-grow: 2;color:#1a1a1a;}
	.laursen-vas-title-product	{font-size: 1.5rem;}
	.laursen-vas-title-category	{font-size: 0.9rem;line-height: 0.9rem;}
	.laursen-vas-title-discount	{font-size: 0.9rem;line-height: 0.9rem;}
	.laursen-vas-text 			{order: 4;flex-grow: 4;width:100%;text-align: left;padding: 10px 0 0 70px;font-weight: bold;}
	.laursen-vas-price 			{order: 3;flex-grow: 1;}
}
