.cart > #shopping-cart-table > thead > tr > th {
	color: #000;
	font-size: 18px;
	font-weight: 900;
	font-family: 'rift-soft';
}
.product-item-name > a, .product.name a > a {
	text-transform: uppercase;
	font-family: 'urwdin-bold';
    font-size: 16px;
}
.more-details-wrapper .field-tooltip .field-tooltip-action::before {
	content: '';
}
.more-details-wrapper .field-tooltip .field-tooltip-action:hover {
	text-decoration: underline;
}
.more-details-wrapper .more-details {
	cursor: pointer;
	position: relative;
	right: 0;
	top: 1px;
}

.checkout-cart-index .item-info .product-item-details .actions-secondary {
	font-size: 0;
    display: inline-flex;
}

.checkout-cart-index .item-info .product-item-details .actions-secondary .action.towishlist:before,
.checkout-cart-index .item-info .product-item-details .actions-secondary .action.tocompare:before {
	font-family: 'luma-icons';
	font-size: 16px;
	color: #757575;
}

.checkout-cart-index .item-info .product-item-details .actions-secondary .action.towishlist:before {
	content: '\e600';
}

.checkout-cart-index .item-info .product-item-details .actions-secondary .action.tocompare:before {
	content: '\e61e';
}
