.product-item-container {
	width: calc( 50% - 2cm );
	display: inline-block;
	margin-bottom: 1cm;
	margin-right: 1cm;
	max-height: 50%;
}

.pi-product-img {
	height: 7cm;
	position: relative;
	overflow: hidden;

}

.pi-product-title a {
	color: black;
}

.sales-order-print .print-head {
  text-align: center;
}

.sales-order-print .order-details-content .col-sm-4 {
  width: 32%;
  float: left;
}

.sales-order-print .order-details-content {
  margin-bottom: 40px;
}

.sales-order-print .data-table {
  width: 100%;
  margin-top: 20px;
}

.sales-order-print .data-table thead tr.first > th:first-child {
  width: 30%;
}

.sales-order-print .data-table thead > th {
  text-align: center !important;
}

.sales-order-print .data-table tbody {
  text-align: center;
}


.sales-order-print .data-table .a-right {
  text-align: right;
}

.sales-order-print .buttons-set {
  display: none;
}

.sales-order-print .order-table-container {
    padding-top: 40px;
}

.sales-order-print .order-total-container {
    margin-top: 20px;
}

.sales-order-print .order-total-container .cart-total-ht,
.sales-order-print .order-total-container .cart-grand-total,
.sales-order-print .order-total-container {
    text-align: right;
    width: 100%;
}