

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-cross:before {
  content: "\e601";
  font-size: 2em;
}

.close-x {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  font-size: 23px;
}
.overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(18,19,20,0.6);
}
.slideover-content {
  display: none;
}

.slide-over {
  position: fixed;
  top: 0;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  z-index: 10000;
  width: 100%;
  right: -100%;
}
.slide-over.left {
  right: auto;
  left: -100%;
}
.slide-over .slideover-content {
  display: block;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 2em 1em 0;
}


/* Medium */
@media only screen and (min-width: 40.063em) {
  .slide-over {
    width: 90%;
    right: -90%;
    border-left: 1px solid gray;
  }
  .slide-over.left {
    right: auto;
    left: -90%;
    border-left: none;
    border-right: 1px solid gray;
  }
  .slide-over .slideover-content {
    padding: 2em;
  }
}

/* Large Up */
@media only screen and (min-width: 64.063em) {
  .slide-over {
    width: 90%;
    right: -90%;
  }
  .slide-over.left {
    right: auto;
    left: -90%;
  }
  .close-x {
    top: 12px;
    right: 20px;
  }
  .slide-over .slideover-content {
    padding: 2em 4em 1em;
  }
}
