.product-item-amount{
	display: none;
}
.labels_block .product-item-compare-container {
	background-color: white;
    height: 26px;
    width: 26px;
    line-height: 26px;
    right: auto;
    top: auto;
    position: relative;
    display: inline-block;
    color: white;
    text-align: center;
    margin-bottom: 5px;
    padding-top: 3px;
    cursor: pointer;
}

.ucenka{
    position: absolute;
    left: 15px;
    bottom: 15px;
    background: #ff931e;
    padding-right: 5px;
    padding-left: 5px;
    border-radius: 8px;
    font-size: 13px;
    color: white;
    letter-spacing: -1px;
}