.woocommerce table.shop_table.woocommerce-checkout-review-order-table,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table {
	table-layout: fixed;
	width: 100%;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table .product-name,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tfoot th {
	width: 68%;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	width: 32%;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table td,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table th,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table td {
	box-sizing: border-box;
	vertical-align: top;
	line-height: 1.35;
	overflow-wrap: break-word;
	word-break: normal;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
	padding-right: 24px;
}

.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table .product-total,
.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tfoot td {
	text-align: left;
	white-space: normal;
}

.woocommerce table.shop_table tr.hoefling-island-freight-notice td,
.woocommerce-page table.shop_table tr.hoefling-island-freight-notice td {
	padding-top: 10px;
	padding-bottom: 18px;
	width: 100%;
}

.woocommerce table.shop_table tr.hoefling-island-freight-notice small,
.woocommerce-page table.shop_table tr.hoefling-island-freight-notice small {
	display: block;
	max-width: 100%;
	font-size: 0.86em;
	line-height: 1.6;
	letter-spacing: 0;
	text-transform: none;
	white-space: normal;
}

@media (max-width: 520px) {
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-name,
	.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table .product-name,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot th,
	.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tfoot th {
		width: 62%;
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table .product-total,
	.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table .product-total,
	.woocommerce table.shop_table.woocommerce-checkout-review-order-table tfoot td,
	.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table tfoot td {
		width: 38%;
	}

	.woocommerce table.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name,
	.woocommerce-page table.shop_table.woocommerce-checkout-review-order-table .cart_item .product-name {
		padding-right: 12px;
	}
}
