/**
 * POPUP CSS
 */

#autoproductcart_popup .header_title { font-size: 1.2em; font-weight: bold; }
#autoproductcart_popup .header_hr { margin-bottom: 10px; }

/* Overlay */
#lineven_autoproductcart_overlay {
  position: fixed;
  height: 100%;
  width: 100%;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.6)!important;
}
.fancybox-wrap {
  z-index: 10000!important;
}