.woocommerce-product-search button {display: none;}

ul.products li.product {
    min-height: 425px !important;
}

span.instock {top: 0px !important;background-color: rgba(71,153,53,0.5) !important;}

.advert-img {height:auto !important;}

span.outofstock {top: 0px !important;background-color: rgba(255, 165, 0,0.5) !important;}

.before-header-widget-inner {width: auto;max-width: 85.999em !important;}

.adverts-list .advert-img > img {
    object-fit: contain !important;
    width: auto !important;
    height: 190px !important;}


li.cat-item.cat-item-259 {
display: none !important;
}

#billing_ic_field span.optional, #billing_company_field span.optional, #billing_dic_field span.optional {display:none;}

h4#billing_upozorneni_ares_field {font-size: 1em; color: red;font-weight: bold;}

li.product.type-product {
padding: 10px;
border-radius: 5px;
border: 1px solid green;
box-shadow: 5px 5px rgba(136,136,136,0.5);
}

.stock.available-on-backorder::before {

    content: "";

}

.available-on-backorder::before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  line-height: inherit;
  vertical-align: baseline;
  margin-right: .5407911001em;
}

.stock.available-on-backorder {
color: orange;
}