#content-wrapper #wpbest {margin-top: 1rem; margin-bottom: 2rem;}
#content-wrapper #wpbest p.h6 {font-weight: bold; font-size: 18px; padding-bottom: 0; text-transform: uppercase;}
#content-wrapper #wpbest ol {margin-bottom: 0; padding: 0; counter-reset: bestcount; }

#content-wrapper #wpbest li.product-item {display: flex; align-items: center; padding: 7px 0rem; background: #fff; border-bottom: 1px solid #e0e0e0;}
#content-wrapper #wpbest li.product-item:last-child {border-bottom: 0;}

#content-wrapper #wpbest.wbsc-table li.product-item, #content-wrapper #wpbest.wbsc-border li.product-item { border-bottom: 1px solid #E1E9F4;}
#content-wrapper #wpbest.wbsc-table li.product-item:last-child {border-bottom: 0;}
#content-wrapper #wpbest.wbsc-table ol {border: 1px solid #E1E9F4}

#wpbest .wpbest-center-block .product-description {
    font-size: 13px;
}

#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-right: 8px}
#content-wrapper #wpbest .wpbest-right-block {padding-left: 12px; flex-grow: 2; min-width: 160px; text-align: right; padding-right: 15px;}
#content-wrapper #wpbest .wpbest-right-block .product-price-and-shipping {text-align: right;  font-weight: 600;  display: flex; flex-flow: column; font-size: 17px;}
#content-wrapper #wpbest .wpbest-center-block {flex-grow: 10; text-align: left; display: flex; flex-flow: column wrap;}
#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-size: 15px;}
#content-wrapper #wpbest .wpbest-center-block h2.product-title a:hover {color: #000;}
#content-wrapper #wpbest .product-available {margin-left: 6px; padding-top: 5px; display: block;}
#content-wrapper #wpbest #product-availability {margin-top: 0; }
#content-wrapper #wpbest .product-available > span {font-size: 15px; font-weight: 600; line-height: 25px; }
#content-wrapper #wpbest .product-available i {font-size: 12px; vertical-align: -1px;}
#content-wrapper #wpbest .product-description p {margin-bottom: 0; line-height: 18px;}
#content-wrapper #wpbest .product-available, #content-wrapper #wpbest .product-available + span {
    color: #0AB43F;
    font-size: 14px;
    font-weight: 400;
  }
  #content-wrapper #wpbest .product-unavailable {
    color: #FF8900;
    font-size: 15px;
  }
  #content-wrapper #wpbest .product-last-items {
    color: #E6002C;
    font-size: 15px;
  }
  #content-wrapper #wpbest .discount-amount.discount-product, #content-wrapper #wpbest .discount-percentage.discount-product {background: #cd2026; color: #ffffff; padding: 1px 4px; display: none;}

.wpbest-right-block .regular-price {color: #999; font-weight: 400; text-decoration: line-through; padding-bottom: 4px; padding-top: 0;}


#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: #E1E9F4;
}

#content-wrapper #wpbest li.product-item:nth-child(1)::before {
background: #CAB037;
color: #fff;
}
#content-wrapper #wpbest li.product-item:nth-child(2)::before {
  background: #B4B4B4;
  color: #fff;
}
#content-wrapper #wpbest li.product-item:nth-child(3)::before {
  background: #AC8A56;
  color: #fff;
}

@media (max-width: 576px) {
    #content-wrapper #wpbest .wpbest-right-block {min-width: auto}
}



@media  (max-width: 450px) {
#content-wrapper #wpbest li.product-item {display: grid; grid-template-columns: 1fr 2fr 9fr 5fr; column-gap: 8px;}
#content-wrapper #wpbest li.product-item:before {grid-row: 1/1;}
#content-wrapper #wpbest .wpbest-left-block {padding-left:0px; grid-row: 1/2;}
#content-wrapper #wpbest .wpbest-center-block {grid-row: 1/3;}
#content-wrapper #wpbest .wpbest-right-block {grid-row: 1/3; padding-right: 0; padding-left: 0;}
#content-wrapper #wpbest .wpbest-center-block h2.product-title a {font-size: 13px}
#content-wrapper #wpbest .product-available, #content-wrapper #wpbest .product-available + span {font-size: 12px}
#content-wrapper #wpbest .wpbest-right-block .product-price-and-shipping {font-size: 14px}
#wpbest .wpbest-center-block .product-description {display: none;}
#content-wrapper #wpbest .product-available, #content-wrapper #wpbest .product-available + span {margin-left: 0;}

}

@media (max-width: 329px) {
    #content-wrapper #wpbest li.product-item {display: grid; grid-template-columns: 5fr 3fr;}
    #content-wrapper #wpbest .wpbest-center-block {grid-row: 2/3;}
    #content-wrapper #wpbest .wpbest-right-block {grid-row: 2/3;}
    #content-wrapper #wpbest .wpbest-left-block {text-align: right;}
    #content-wrapper #wpbest .wpbest-left-block img { margin-top: 0; margin-right: 0;}
}
