.product-table .image{
	display: block;
}

@media (max-width: 567px){

	.product-table,
	.product-table tbody,
	.product-table tfoot,
	.product-table tr,
	.product-table td{
		display: block;
	}

	.product-table thead{
		display: none;
	}

	.product-table tr{
		padding: 1em 0;
	}

	.product-table th,
	.product-table td{
		margin: 1em 0;
		padding: 0;
	}

}

@media (min-width: 576px){

	.product-table__image-column{
		width: 60px;
	}

	.product-table .total{
		text-align: right;
	}

}

@media (min-width: 768px){

	.product-table__image-column{
		width: 80px;
	}

}

@media (min-width: 992px){

	.product-table__image-column{
		width: 120px;
	}

}