/* STYLE DIFF */
.item-photo-content-bottom h4 {
	color: #802424;
}
.bottom-btn-cart {
		background-image: url(/ui/system/icons/red/cart.svg);
}
.bottom-btn-cart h4 {
	color: #802424;
}
@media (orientation: landscape) {
	.bottom-btn-cart {
		background-image: none;
	}
	.bottom-btn-cart h4 {
		color: #fff;
	}
}