#content-wrapper #wpbest {margin-top: 2rem;}
#content-wrapper #wpbest p.h6 {font-weight: 600;}
#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 #f0f0f0;}
#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-left-block img {max-width: 48px; height: auto; margin-top: 4px}
#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; padding-right: 12px; font-weight: 600;font-size: 14px;}
#content-wrapper #wpbest .wpbest-center-block {flex-grow: 10; text-align: left;}
#content-wrapper #wpbest .wpbest-center-block h2.product-title {text-align: left; margin-top: 0; margin-bottom: 0;}
#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: normal;}
#content-wrapper #wpbest .discount-percentage.discount-product {background: #cd2026; color: #ffffff; padding: 1px 4px;}
    
#content-wrapper #wpbest li.product-item:nth-child(1)::before {
background: #d6b338;
color: #fff;

}
#content-wrapper #wpbest li.product-item:nth-child(2)::before {
  background: #ababab;
  color: #fff;
}
#content-wrapper #wpbest li.product-item:nth-child(3)::before {
  background: #c09033;
  color: #fff;
}


#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: #8f8f8f;
    color: #fff;
}



@media (max-width: 600px) {
    #content-wrapper #wpbest .wpbest-left-block img { padding-right: 6px;}
    #content-wrapper #wpbest .discount-percentage.discount-product {margin-bottom: 2px; margin-top: 2px; display: block;}
    #wpbest .product-price-and-shipping .reduction, #content-wrapper #wpbest .wpbest-center-block h2.product-title a {font-size: 13px;}
}
