#left-column #wpbest ol {padding: 0; counter-reset: bestcount;}
#left-column #wpbest li.product-item {display: flex; align-items: center; padding: 10px 15px; margin-bottom: 0;}
#left-column #wpbest .wpbest-left-block {padding-left: 12px;}
#left-column #wpbest .wpbest-left-block a {    min-width: 48px;}
#left-column #wpbest .wpbest-left-block img {max-width: 48px; height: auto; margin-top: 4px}
#left-column #wpbest .wpbest-right-block .product-title a {font-weight: 600; font-size: 13px; text-transform: none;}
#left-column #wpbest .wpbest-right-block .product-price-and-shipping {font-size: 13px; font-weight: 400}
#left-column #wpbest .wpbest-right-block .product-title {margin-top: 0; padding-top: 0; padding-bottom: 0; margin-bottom: 4px;}
#left-column #wpbest .wpbest-right-block {padding-left: 12px;}


#left-column #wpbest li.product-item:before {
    counter-increment: bestcount;
    content: counter(bestcount);
    flex: 0 0 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    background-color: #1C4E86;
    color: #fff;
}