.product-item-photo {
	height: 100%;
	display: ;
}
figure a {
	display: flex;
}
._keyfocus :focus, input:not([disabled]):focus, textarea:not([disabled]):focus, select:not([disabled]):focus {
	outline: 2px solid #969696 !important;
	border-radius: .1rem;
	outline-offset: .1rem;
	box-shadow: 0 0 0 2px #fff;
}
tr.totals-tax{
display:none;
}
@media screen and (max-width: 769px) {
	.product-item-name > a, .product.name a > a {
		-webkit-line-clamp: 3;
		line-clamp: 3;
		height: unset;
	}
	.product.name.product-item-name {
		height: unset;
	}
}
