/* @font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon78ed.html?orkqwr');
  src: url('fonts/icomoon78ed.html?orkqwr#iefix') format('embedded-opentype'),
    url('fonts/icomoon78ed-2.html?orkqwr') format('truetype'),
    url('fonts/icomoon78ed-3.html?orkqwr') format('woff'),
    url('fonts/icomoon78ed-4.html?orkqwr#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
} */
@font-face {
  font-family: 'icomoon';
  src: url('/assets/mellis-icons/fonts/icomoon.eot');
  src: url('/assets/mellis-icons/fonts/icomoon.eot?#iefix') format('embedded-opentype'),
       url('/assets/mellis-icons/fonts/icomoon.woff') format('woff'),
       url('/assets/mellis-icons/fonts/icomoon.ttf') format('truetype'),
       url('/assets/mellis-icons/fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/* Sticky header default */
.main-header {
    position: relative;
    width: 100%;
    z-index: 999;
    transition: all 0.4s ease;
}

/* When header becomes sticky */
.main-header.sticky {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    animation: slideDown 0.4s ease forwards;
}

/* Slide animation */
@keyframes slideDown {
    from {
        transform: translateY(-100%);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* Preloader covers whole screen */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff; /* white background */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}

[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  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-magnifying-glass:before {
  content: "\e900";
}

.icon-shopping-cart:before {
  content: "\e901";
}

.icon-special:before {
  content: "\e902";
}

.icon-gift:before {
  content: "\e903";
}

.icon-massage:before {
  content: "\e904";
}

.icon-facial-mask:before {
  content: "\e905";
}

.icon-lotus:before {
  content: "\e906";
}

.icon-right-arrow:before {
  content: "\e907";
}

.icon-left-arrow:before {
  content: "\e908";
}

.icon-up-arrow:before {
  content: "\e909";
}

.icon-down-arrow:before {
  content: "\e90a";
}

.icon-massage-1:before {
  content: "\e90b";
}

.icon-lotus-1:before {
  content: "\e90c";
}

.icon-customer-service:before {
  content: "\e90d";
}

.icon-herbal:before {
  content: "\e90e";
}

.icon-telephone:before {
  content: "\e90f";
}

.icon-time:before {
  content: "\e910";
}

.icon-spa-candles:before {
  content: "\e911";
}

.icon-alarm-clock:before {
  content: "\e912";
}

.icon-meditation:before {
  content: "\e913";
}

.icon-spa:before {
  content: "\e914";
}

.icon-facial-massage:before {
  content: "\e915";
}

.icon-hand-cream:before {
  content: "\e916";
}

.icon-stones:before {
  content: "\e917";
}

.icon-aroma:before {
  content: "\e918";
}

.icon-telephone-call:before {
  content: "\e919";
}

.icon-herbs:before {
  content: "\e91a";
}

.icon-flower:before {
  content: "\e91b";
}

.icon-spa-1:before {
  content: "\e91c";
}