#nm-widget-panel .woocommerce-mini-cart__buttons a.wc-forward:not(.checkout) {
  display: none;
}
.CDEK-widget__popup-mask {
  z-index: 9999;
}
#billing_last_name_field {
  float: unset;
  width: auto;
}
.search.search-results.header-transparency .nm-header-placeholder {
  display: block;
}

.woocommerce-loop-product__title {
  -webkit-line-clamp: 2;
  max-height: 2.8em;
  overflow: hidden;
}

#customer_details .woocommerce-additional-fields h3 {
  font-size: 0;
}

.suggestions-wrapper .suggestions-promo a {
  display: none;
}

#shipping_method label[for*=cdek]:after {
  content: "";
  display: table;
  clear: both;
}