.productcarousel {
     position: relative;
}


.productcarousel .product-meta {
}
.productcarousel .box-product .product-inner {
    overflow:  hidden;

}
.productcarousel .product-inner .image {
    margin-top: 10px;

    margin-right: 5px;
}
.productcarousel .product-label-special {
    background: none repeat scroll 0 0 #F44043;
	border-radius: 25px;
	color: #FFFFFF;
	font-size: 12px;
	font-weight: 700;
	height: 46px;
	left: 4%;
	line-height: 45px;
	padding: 0;
	position: absolute;
	text-align: center;
	text-shadow: none;
	top: 6px;
	width: 46px;
	z-index: 10;
}

.productcarousel .group-action .cart:before {
    border-left: 1px solid #e9e9e9;
    content: "";
    width: 1px;
    height:  100%;
    position:  absolute;
    overflow: hidden;
    top:  0;
    left: 0;
}