.nnwm-alert{
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 8px;
  background: #fafafa;
}

.nnwm-empty-menu {
  text-align: center;
  font-weight: 600;
}

/* Active menu badge used on product cards/single product by the plugin. */
.nnwm-badge {
  position: absolute;
  top: 10px;
  right: 56% !important;
  z-index: 5;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  line-height: 1;
}

.nnwm-badge-active{
  background: #19a15f;
  color: #fff;
}

.nnwm-single-badge-wrap{
  margin-bottom: 12px;
}

.woocommerce ul.products li.product{
  position: relative;
}

.nnwm-active-menu-theme-loop {
  width: 100%;
  clear: both;
}

.nnwm-active-menu-theme-loop ul.products,
.nnwm-active-menu-theme-loop .products {
  margin-bottom: 0;
}
