.item-cell {
	position: relative;
}

.item-cell .plus {
	position: absolute;
	right: 15px;
	bottom: 15px;
	width: 33px;
	height: 33px;
	background-image: url("../gfx/plus.png");
	z-index: 100;
	transition: all 500ms
}

.item-cell:hover .plus {
	transform: rotate(90deg)
}


.table-repl tbody tr:nth-child(even) td {
	background-color: #ccc;
}

.table-repl tbody tr:hover td {
	background-color: #fff;
}

@media screen and (max-width: 992px) {
	.product_item .product_right {
		float: none;
		width: 100%;
		height: 300px;
		margin-top: 30px;
		margin-left: 0px;
		padding: 0;
	}
}