.cart_discount_block.hide{
	display : none !important;
}

@media (max-width : 767px){
	tr.cart_item{
		display   : flex;
		flex-wrap : wrap;
	}

	.product-thumbnail{
		width               : 30%;
		border-right-width  : 0 !important;
		border-bottom-width : 1px !important;
	}

	.product-name{
		width               : 70%;
		border-left-width   : 0 !important;
		border-bottom-width : 1px !important;
	}

	.product-price-cart{
		width : 20%;
	}

	.product-subtotal{
		width             : 21%;
		border-left-width : 0 !important;
	}

	.product-quantity{
		width              : 40%;
		border-left-width  : 0 !important;
		border-right-width : 0 !important;
	}

	.product-remove{
		width             : 19%;
		border-left-width : 0 !important;
	}

	.product-price-cart,
	.product-subtotal{
		border-right-width : 0 !important;
	}

	.product-price-cart,
	.product-subtotal,
	.product-remove{
		display         : flex;
		align-items     : center;
		justify-content : flex-end;
	}
}

@media (max-width : 395px){
	tr.cart_item{
		position : relative;
	}

	.product-thumbnail{
		width : 28%;
	}

	.product-name{
		width         : 72%;
		padding-right : 30px !important;
	}

	.product-price-cart{
		width : 27%;
	}


	.product-subtotal{
		width             : 28%;
		border-right-width : 1px !important;
	}

	.product-quantity{
		width : 45%;
	}

	.product-remove{
		position : absolute;
		top      : 0;
		right    : 0;
		padding  : 0 !important;
	}

	.product-remove .cart_item-delete{
		padding : 6px !important;

	}
}