#content-wrapper #wpbest {
    /* background-color: #fff;
    padding: 15px 20px;
    box-shadow: 1px 1px 2px 0 rgba(0,0,0,0.13);
    border: 1px solid #e0e0e0; border-radius: 4px;
*/ }

#content-wrapper #wpbest li.product-item:last-child {
    border-bottom: 0;
}
#content-wrapper #wpbest li.product-item .wpbest-prices {display: flex;flex-flow: column;}
#content-wrapper #wpbest li.product-item .product-detail {font-size: 12px; padding-top: 5px;}
#content-wrapper #wpbest p.h6 {font-weight: 600; font-size: 1.1rem; }
#content-wrapper #wpbest ol {padding: 0; counter-reset: bestcount;}
#content-wrapper #wpbest li.product-item {display: flex; align-items: center; padding: 0.4rem 0; border-bottom: 1px solid #e0e0e0;}
/* #content-wrapper #wpbest li.product-item:last-child {border-bottom: 0;} */
#content-wrapper #wpbest .wpbest-left-block {padding-left: 12px; flex-grow: 0; flex-basis: 70px;}

#content-wrapper #wpbest .wpbest-stock { flex-grow: 1; flex-basis: 70px; text-align: left; }
#content-wrapper #wpbest .wpbest-left-block img {max-width: 45px; height: auto; margin: 3px 0; border: 1px solid #e0e0e0;}
#content-wrapper #wpbest .wpbest-right-block {padding-left: 12px; flex-grow: 2;}
#content-wrapper #wpbest .wpbest-right-block .product-price-and-shipping {text-align: right; font-weight: 600;font-size: 14px;
    align-items: center;
    display: flex;}
#content-wrapper #wpbest .wpbest-center-block {flex-grow: 10; text-align: left; width: calc(100% - 400px);}
#content-wrapper #wpbest .wpbest-center-block h2.product-title {text-align: left; margin-top: 0; margin-bottom: 0; min-height: auto;}
#content-wrapper #wpbest .wpbest-center-block h2.product-title a {font-weight: 600; font-size: 14px;}
#content-wrapper #wpbest #product-availability {font-size: 13px; margin-top: 0; font-weight: 600;}
#content-wrapper #wpbest .discount-percentage.discount-product {background: #cd2026;
    background: #cd2026;
    color: #ffffff;
    text-align: center;
    border-radius: 99%;
    width: 30px;
    height: 30px;
    display: block;
    line-height: 26px;
    font-size: 11px;
    margin-right: 15px;
    margin-left: 15px;
    padding: 2px;
}
    

#content-wrapper #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: #f2f0ef;
    color: #000;
}