/* Lora Font */
@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-Regular.eot');
    src: url('fonts/Lora-Regular.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-Regular.woff2') format('woff2'),
        url('fonts/Lora-Regular.woff') format('woff'),
        url('fonts/Lora-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-Italic.eot');
    src: url('fonts/Lora-Italic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-Italic.woff2') format('woff2'),
        url('fonts/Lora-Italic.woff') format('woff'),
        url('fonts/Lora-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-Medium.eot');
    src: url('fonts/Lora-Medium.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-Medium.woff2') format('woff2'),
        url('fonts/Lora-Medium.woff') format('woff'),
        url('fonts/Lora-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-MediumItalic.eot');
    src: url('fonts/Lora-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-MediumItalic.woff2') format('woff2'),
        url('fonts/Lora-MediumItalic.woff') format('woff'),
        url('fonts/Lora-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-SemiBold.eot');
    src: url('fonts/Lora-SemiBold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-SemiBold.woff2') format('woff2'),
        url('fonts/Lora-SemiBold.woff') format('woff'),
        url('fonts/Lora-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-SemiBoldItalic.eot');
    src: url('fonts/Lora-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-SemiBoldItalic.woff2') format('woff2'),
        url('fonts/Lora-SemiBoldItalic.woff') format('woff'),
        url('fonts/Lora-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-Bold.eot');
    src: url('fonts/Lora-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-Bold.woff2') format('woff2'),
        url('fonts/Lora-Bold.woff') format('woff'),
        url('fonts/Lora-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Lora';
    src: url('fonts/Lora-BoldItalic.eot');
    src: url('fonts/Lora-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('fonts/Lora-BoldItalic.woff2') format('woff2'),
        url('fonts/Lora-BoldItalic.woff') format('woff'),
        url('fonts/Lora-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Icons */
@font-face {
    font-family: 'icons';
    src: url('fonts/icons.eot?95206402');
    src: url('fonts/icons.eot?95206402#iefix') format('embedded-opentype'),
         url('fonts/icons.woff2?95206402') format('woff2'),
         url('fonts/icons.woff?95206402') format('woff'),
         url('fonts/icons.ttf?95206402') format('truetype'),
         url('fonts/icons.svg?95206402#icons') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
  /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
  /*
  @media screen and (-webkit-min-device-pixel-ratio:0) {
    @font-face {
      font-family: 'icons';
      src: url('fonts/icons.svg?95206402#icons') format('svg');
    }
  }
  */
  [class^="icon-"]:before, [class*=" icon-"]:before {
    font-family: "icons";
    font-style: normal;
    font-weight: normal;
    /*speak: never;*/
  
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .2em;
    text-align: center;
    /* opacity: .8; */
  
    /* For safety - reset parent styles, that can break glyph codes*/
    font-variant: normal;
    text-transform: none;
  
    /* fix buttons height, for twitter bootstrap */
    line-height: 1em;
  
    /* Animation center compensation - margins should be symmetric */
    /* remove if not needed */
    margin-left: .2em;
  
    /* you can be more comfortable with increased icons size */
    /* font-size: 120%; */
  
    /* Font smoothing. That was taken from TWBS */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  
    /* Uncomment for 3D effect */
    /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
  }
  
  .icon-home:before { content: '\e800'; } /* '' */
  .icon-cart:before { content: '\e801'; } /* '' */
  .icon-horse:before { content: '\e802'; } /* '' */
  .icon-list:before { content: '\e803'; } /* '' */
  .icon-filter:before { content: '\e804'; } /* '' */
  .icon-options:before { content: '\e805'; } /* '' */
  .icon-address:before { content: '\e806'; } /* '' */
  .icon-email:before { content: '\e807'; } /* '' */
  .icon-phone:before { content: '\e808'; } /* '' */
  .icon-instagram:before { content: '\e809'; } /* '' */
  .icon-menu:before { content: '\e810'; } /* '' */
  

