/** settings */
body {
  font-family: "Poppins", sans-serif; }

.hidden-title {
  font-size: 0;
  width: 1px;
  height: 1px;
  display: inline-block;
  overflow: hidden;
  position: absolute !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px); }

/** tools */
/**
 * https://github.com/pierreburel/sass-rem
 */
/**
 * Font Weight
 */
@-webkit-keyframes switcher {
  from {
    left: 0; }
  to {
    left: 100%; } }

@-webkit-keyframes pulse {
  0% {
    -webkit-filter: opacity(1);
    filter: opacity(1); }
  50% {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5); }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1); } }

@keyframes pulse {
  0% {
    -webkit-filter: opacity(1);
    filter: opacity(1); }
  50% {
    -webkit-filter: opacity(0.5);
    filter: opacity(0.5); }
  100% {
    -webkit-filter: opacity(1);
    filter: opacity(1); } }

@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

@keyframes Gradient {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

.e-content {
  padding-top: 165px; }
  .e-content .e-empty {
    text-align: center; }
    .e-content .e-empty p {
      color: #707070;
      font-size: 14px;
      text-transform: uppercase;
      font-weight: 600;
      letter-spacing: 1px; }
      .e-content .e-empty p strong {
        display: block;
        font-size: 27px;
        color: #9D600F;
        margin-bottom: 10px;
        font-weight: 600;
        font-family: "Vesper Libre", serif; }
    .e-content .e-empty span {
      font-size: 12px;
      color: #707070; }
  .e-content .x-shelf__center {
    padding: 50px 6%; }
  .e-content .x-shelf ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto; }
    .e-content .x-shelf ul li {
      width: 24% !important;
      margin-right: 2%;
      margin-bottom: 2%; }
