/**
 * EM ProductLabels
 *
 * @license commercial software
 * @copyright (c) 2014 Codespot Software JSC - EMThemes.com. (http://www.emthemes.com)
 */

.products-grid .item, .products-list .item { position:relative }
.product-img-box { position:relative; }
.product-view .box-up-sell .products-grid td div.td { position:relative; }
.mini-products-list .product { position:relative; }
.crosssell .item { position:relative }

.productlabels_icons { position:absolute; bottom:-2px; left:0; right:0; z-index: 4; text-align:center;}
.product-img-box .productlabels_icons { z-index:10; }
.productlabels_icons .label { width:67px; height:67px; padding:0; display:block; margin-bottom:3px;
-moz-transition: all 400ms ease-in-out 0s;
-webkit-transition: all 400ms ease-in-out 0s;
-o-transition: all 400ms ease-in-out 0s;
transition: all 400ms ease-in-out 0s;}
.productlabels_icons .label > span{ padding:24px 3px; display:block; text-align:center; white-space: normal; text-transform:uppercase;}
.productlabels_icons .label { padding:0; display:inline-block;}
.productlabels_icons .nobg { background:none; width:auto; height:auto; }

.sidebar .products-list .productlabels_icons,.em-right .products-list .productlabels_icons{top:0; text-align:left;}
.sidebar .productlabels_icons .label,.em-right .productlabels_icons .label {width:42px; height:42px;}
.sidebar .productlabels_icons .label > span,.em-right .productlabels_icons .label > span{padding:14px 3px;font-size: 80%;}

