/*
Custom WooCommerce Updates
*/

.woocommerce ul.products li.product .onsale {
    left: -0.5em    !important;
    margin: 0       !important;
    right: auto     !important;
    top: -0.5em     !important;
}

.woocommerce ul.products li.product .hot {
    left: auto;
    margin: 0.5em 0.5em 0 0;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    text-align: center;
    border-radius: 50px;
    background: #fff;
    padding: 3px 5px;
}

.woocommerce span.hot {
    /*left: -0.5em;
    line-height: 6.236;
    margin: 0;
    min-height: 3.236em;
    min-width: 3.236em;
    padding: 0.202em;
    top: -0.5em;*/    
    position: absolute;

}

body.archive ul.products li.product ._woo_retailer {
    bottom: 50px;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
}

body.archive ul.products li.product ._woo_csd {
    bottom: 50px;
    font-size: 1.4em;
    font-weight: 700;
    line-height: 1.2;
    position: absolute;
} 