/*Sale Discount Flash*/
#searchResultContainer .search-result img {
  width: 50px;
}
#searchResultContainer .search-result.active {
  background-color: #e2e2e2;
}

body.erp-redirect .redirect-message-holder {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: #fff;
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.5);
}

.imbaa-erp-customs-notice {
  margin: 0 0 25px 0;
}
.imbaa-erp-customs-notice p {
  font-size: 10px;
}

.woocommerce .product_is_price_list_exclusive .stock.out-of-stock {
  display: none !important;
}

/*# sourceMappingURL=global.css.map */
