/** @format */

@font-face {
    font-family: 'HK Grotesk';
    src: url('../../../assets/fonts/hkgrotesk-light-webfont.woff2') format('woff2'),
         url('../../../assets/fonts/hkgrotesk-light-webfont.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../../../assets/fonts/hkgrotesk-regular-webfont.woff2') format('woff2'),
         url('../../../assets/fonts/hkgrotesk-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../../../assets/fonts/hkgrotesk-medium-webfont.woff2') format('woff2'),
         url('../../../assets/fonts/hkgrotesk-medium-webfont.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'HK Grotesk';
    src: url('../../../assets/fonts/hkgrotesk-semibold-webfont.woff2') format('woff2'),
         url('../../../assets/fonts/hkgrotesk-semibold-webfont.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'hypermart-handwriting';
    src: url('../../../assets/fonts/golden-youth-script.d3f2312-webfont.woff2') format('woff2'),
         url('../../../assets/fonts/golden-youth-script.d3f2312-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

span.handwriting {
    font-family: 'hypermart-handwriting';
}

@font-face {
  font-family: 'hypermart-icon-font';
  src:  url('../../../assets/fonts/icomoon.eot?i3l1p3');
  src:  url('../../../assets/fonts/icomoon.eot?i3l1p3#iefix') format('embedded-opentype'),
    url('../../../assets/fonts/icomoon.ttf?i3l1p3') format('truetype'),
    url('../../../assets/fonts/icomoon.woff?i3l1p3') format('woff'),
    url('../../../assets/fonts/icomoon.svg?i3l1p3#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

[class^="icon-"], [class*=" icon-"] {
  font-family: 'hypermart-icon-font' !important;
  speak: none;
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-settings:before {
  content: "\e901";
}
.icon-shopping-bag:before {
  content: "\e902";
}
.icon-back:before {
  content: "\e903";
}
.icon-next:before {
  content: "\e904";
}
.icon-avatar:before {
  content: "\e905";
}
.icon-heart:before {
  content: "\e906";
}
.icon-magnifying-glass:before {
  content: "\e907";
}
.icon-shopping-cart:before {
  content: "\e908";
}
.icon-down-arrow:before {
  content: "\e900";
}

/* -- Evil Icons -- */
@-webkit-keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spin{100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.icon{position:relative;display:inline-block;width:25px;height:25px;overflow:hidden;fill:currentColor}.icon__cnt{width:100%;height:100%;background:inherit;fill:inherit;pointer-events:none;transform:translateX(0);-ms-transform:translate(.5px,-.3px)}.icon--m{width:50px;height:50px}.icon--l{width:100px;height:100px}.icon--xl{width:150px;height:150px}.icon--xxl{width:200px;height:200px}.icon__spinner{position:absolute;top:0;left:0;width:100%;height:100%}.icon--ei-spinner .icon__spinner,.icon--ei-spinner-2 .icon__spinner{-webkit-animation:spin 1s steps(12)infinite;animation:spin 1s steps(12)infinite}.icon--ei-spinner-3 .icon__spinner{-webkit-animation:spin 1.5s linear infinite;animation:spin 1.5s linear infinite}.icon--ei-sc-facebook{fill:#3b5998}.icon--ei-sc-github{fill:#333}.icon--ei-sc-google-plus{fill:#dd4b39}.icon--ei-sc-instagram{fill:#3f729b}.icon--ei-sc-linkedin{fill:#0976b4}.icon--ei-sc-odnoklassniki{fill:#ed812b}.icon--ei-sc-skype{fill:#00aff0}.icon--ei-sc-soundcloud{fill:#f80}.icon--ei-sc-tumblr{fill:#35465c}.icon--ei-sc-twitter{fill:#55acee}.icon--ei-sc-vimeo{fill:#1ab7ea}.icon--ei-sc-vk{fill:#45668e}.icon--ei-sc-youtube{fill:#e52d27}.icon--ei-sc-pinterest{fill:#bd081c}.icon--ei-sc-telegram{fill:#08c}