/* E Pro Effects global */
.epre-sticky-wrapper.epre-sticky--fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  box-shadow: 0 8px 20px rgba(0,0,0,0.08);
  background: inherit;
}