.product.media {
    position: relative;
}

.entrepids-productlabel-wrapper {
    position: absolute !important;
    z-index: 2;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
    font-family: 'Oswald', sans-serif;
    text-transform:uppercase;
    max-width: 70px;
}

.entrepids-productlabel {
    font-size: 16px;
    line-height: 1em;
    display: table-cell !important;
    vertical-align: middle !important;
    transition: all 150ms ease-in-out;
    -moz-transition: all 150ms ease-in-out;
    -webkit-transition: all 150ms ease-in-out;
    -o-transition: all 150ms ease-in-out;
}

.entrepids-productlabel-wrapper.topright {
    top: 10px;
    right: 3px;
}
.entrepids-productlabel-wrapper.bottomright {
    bottom: 10px;
    right: 3px;
}
.entrepids-productlabel-wrapper.bottomleft {
    bottom: 10px;
}
.entrepids-productlabel-wrapper.product img{
    width: 100px;
}
.entrepids-productlabel-wrapper.category img{
    width: 70px;
}
.products-list .product.photo.product-item-photo {
  position: relative;
}
.products-grid .product.photo.product-item-photo {
  float: left !important;
  position: relative;
  width: 100%;
}
.owl-carousel .product-item .product-item-info .product-item-photo {
    position: relative;
    width: 100%;
    height: auto;
    display: table;
}
.entrepids-productlabel.label-product {
    width: 66px;
    border: #FFF 2px solid;
    border-radius: 50%;
    box-shadow: 2px 2px 2px #CCC;
    text-align: center;
    height: 60px;
    padding: 10px 5px;
}

.entrepids-productlabel.label-product {
    width: 80px;
    height: 74px;
}

.entrepids-productlabel-wrapper.topright {
    top: 13px !important;
    right: 3px;
}

.entrepids-productlabel-wrapper.topleft {
    top: 13px;
    left: 0;
}
.entrepids-productlabel-wrapper.topleft::nth-child(2n) {
    top: 33px;
}
.entrepids-productlabel-wrapper.topleft::nth-child(3n) {
    top: 53px;
}
.entrepids-productlabel-wrapper.topleft::nth-child(4n) {
    top: 68px;
}


.entrepids-productlabel.label-product.automatic {
    font-size: 25px;
}

img.categoryLabelImage {
    width: 60px;
}
img.productLabelImage {
    width: 100px;
}


@media screen and (max-width: 768px) {
    .entrepids-productlabel {
        font-size: 12px;
    }
    .entrepids-productlabel.label-product {
        width: 50px;
        height: 38px;
        padding: 12px 5px;
    }
    .entrepids-productlabel-wrapper.topright {
        top: 10px;
        right: 10px;
    }
    .entrepids-productlabel.label-product {
        width: 70px;
        height: 58px;
        line-height: 16px;
    }
}

