.box-item {
	width: 100%;
	position: relative;
	transition: all .2s ease-in-out;
	box-shadow: 0px 0px 5px #dad9d9;
}

.box-item:hover {
	transform: scale(1.03);
}

.box-item .box-tools {
	position: absolute;
	top: 6px;
	right: 8px;
	z-index: 4;
}

.box {
	position: relative;
	display: block;
	margin: 0;
	background-color: #fff;
	border-radius: 3px;
	border-width: 0;
	width: 100%;
	padding: 0;
	color: #222;
	text-decoration: none;
	overflow: hidden;
	/* -webkit-box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .13); */
	/* box-shadow: 0 1px 5px -1px rgba(0, 0, 0, .13); */
	text-align: center;
}

.box-heading {
	border-radius: 3px 3px 0 0;
	padding: 22px 20px 15px;
}

.thumbnail-wrapper {
	display: block;
	width: 100%;
	height: 150px;
	position: relative;
	padding: 5px;
	margin: 0;
	line-height: 1.42857;
	background-color: #fff;
	border: 1px solid transparent;
	border-radius: 3px;
	color: #222;
}

.thumbnail-wrapper.ratio-4by3:before {
	padding-bottom: 75%;
}

.box-heading .thumbnail {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.box .bloc-produs {
	font-size: 14px;
	line-height: 20px;
	height: 60px;
	max-height: 60px;
	font-weight: 600;
	overflow: hidden;
	color: var(--tertiary-color);
}

.box-continut {
	padding: 0 15px 10px;
}

.box .star-rating-container {
	min-height: 20px;
	display: block;
	text-decoration: none !important;
}

price,
.box .pret-vechi,
.box .product-stock-status,
.box .product-subtotal-price,
.box .product-this-deal,
.box .product-vendor {
	line-height: 20px;
	white-space: nowrap;
	height: 20px;
	margin-bottom: 0;
	text-decoration: none;
	font-size: 13px;
}

.box .pret-vechi {
	font-size: 15px;
	font-weight: 400;
	color: #bdbdbd;
}

.box .pret-vechi .product-this-deal {
	font-size: inherit;
	margin-left: 5px;
	display: inline;
}

.box .pret-nou {
	font-size: 20px;
	line-height: 22px;
	color: var(--price-color);
	font-weight: 500;
}

.product-badge .product-badge-label {
	text-overflow: ellipsis;
	overflow: hidden;
}

.star-rating .star-rating-inner {
	white-space: nowrap;
	position: absolute;
	line-height: inherit;
	height: inherit;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
}

.box .star-rating-container {
	min-height: 35px;
	display: block;
	text-decoration: none !important;
}

.box .star-rating-container .rating-widget,
.box .star-rating-container .rating-widget .single-rating {
	font-size: .7rem;
}

.star-rating {
	display: inline-block;
	position: relative;
	white-space: nowrap;
	vertical-align: top;
	height: 32px;
	line-height: 32px;
	font-size: 26px;
	font-family: eMAGv2;
	color: #ccc;
	letter-spacing: 2px;
}

.star-rating-text {
	display: inline-block;
	vertical-align: top;
	line-height: 32px;
	padding-left: 5px;
}

.box-tools .favorite i {
	color: #cccbcb;
	width: 25px;
	height: 25px;
	font-size: 1.2rem;
}

.box-tools .favorite button.favorit i {
	color: red;
}
