.cart.table-wrapper .actions-toolbar > .action-preview {

	position: absolute;
	right: 55px;
	top: 0;
	display: inline-block;
	text-decoration: none;

}

.cart.table-wrapper .action-preview::before {

	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    content: '\e615';
    font-family: 'icons-blank-theme';
    vertical-align: middle;
    display: inline-block;
    font-weight: normal;
    overflow: hidden;
    speak: none;
    text-align: center;
}

/*
.cart.table-wrapper .action-preview > span {

	border: 0;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;

}*/
.checkout-cart-index .action-preview {background-image: none;
    background-image: none;
    background: #10a753;
    border: 1px solid #098942;
    color: #fff;
    cursor: pointer;
        
    font-weight: 500;
    margin: 5px 0 0;
    padding: 4px 10px;
    font-size: 1.2rem;
    line-height: 1.6rem;
    box-sizing: border-box;
    vertical-align: middle;
    border-radius: 5px;
}

.cart img.product-image-photo {
	max-height: 165px;
	object-fit: contain;
}

