@charset "UTF-8";
/*------------------------------------*        #UNIT
\*------------------------------------*/
/*------------------------------------*        #VALUE
\*------------------------------------*/
/*------------------------------------*        #BREAKPOINTS
\*------------------------------------*/
/* stylelint-disable declaration-no-important */
/*------------------------------------*        #MIXINS
\*------------------------------------*/
/* Animations mixins */
@font-face {
  font-family: "lnc-icons";
  src: url("../../../../fonts/icons/lnc-icons.eot?91852342");
  src: url("../../../../fonts/icons/lnc-icons.eot?91852342#iefix") format("embedded-opentype"), url("../../../../fonts/icons/lnc-icons.woff2?91852342") format("woff2"), url("../../../../fonts/icons/lnc-icons.woff?91852342") format("woff"), url("../../../../fonts/icons/lnc-icons.ttf?91852342") format("truetype"), url("../../../../fonts/icons/lnc-icons.svg?91852342#lnc-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 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: 'lnc-icons';
    src: url('../font/lnc-icons.svg?91852342#lnc-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon:before {
  font-family: "lnc-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  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-shopping-bag:before {
  content: '\e800';
}

/* '' */
.icon-location:before {
  content: '\e801';
}

/* '' */
.icon-search:before {
  content: '\e802';
}

/* '' */
.icon-down-open-big:before {
  content: '\e803';
}

/* '' */
.icon-arrow-left-thin:before {
  content: '\e804';
}

/* '' */
.icon-arrow-right-thin:before {
  content: '\e805';
}

/* '' */
.icon-up-open-big:before {
  content: '\e806';
}

/* '' */
.icon-star:before {
  content: '\e807';
}

/* '' */
.icon-cancel:before {
  content: '\e808';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e809';
}

/* '' */
.icon-gplus:before {
  content: '\e80a';
}

/* '' */
.icon-paypal-small:before {
  content: '\e80b';
}

/* '' */
.icon-delivery-noir:before {
  content: '\e80c';
}

/* '' */
.icon-youtube:before {
  content: '\e81d';
}

/* '' */
.icon-delivery:before {
  content: '\e81e';
}

/* '' */
.icon-delivery-reassurance:before {
  content: '\e81f';
}

/* '' */
.icon-email:before {
  content: '\e820';
}

/* '' */
.icon-facebook:before {
  content: '\e821';
}

/* '' */
.icon-gift:before {
  content: '\e822';
}

/* '' */
.icon-gift-wrapping:before {
  content: '\e823';
}

/* '' */
.icon-google-plus:before {
  content: '\e824';
}

/* '' */
.icon-my-account:before {
  content: '\e825';
}

/* '' */
.icon-payment:before {
  content: '\e826';
}

/* '' */
.icon-payment-reassurance:before {
  content: '\e827';
}

/* '' */
.icon-paypal:before {
  content: '\e828';
}

/* '' */
.icon-phone:before {
  content: '\e829';
}

/* '' */
.icon-phone-mobile:before {
  content: '\e82a';
}

/* '' */
.icon-pinterest:before {
  content: '\e82b';
}

/* '' */
.icon-samples:before {
  content: '\e82c';
}

/* '' */
.icon-samples-reassurance:before {
  content: '\e82d';
}

/* '' */
.icon-twitter:before {
  content: '\e82e';
}

/* '' */
.icon-email-full:before {
  content: '\e844';
}

/* '' */
.icon-user-circle-o:before {
  content: '\f2be';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

/* '' */
.logo {
  background-image: url("../../../../NGCSS/images/sprites.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 38px;
}

/* Place Holder CSS on Focus disappear */
/**
 * Primary and secondary fonts should be
 * replaced by similar ones for the languages
 * which the alphabet is classified as Latin-2
 * 
 * The rule &:lang() is based on the attribute
 * <html lang=""> and should contain the language code
 */
/**
 * Overloads user agent stylesheet
 */
input:lang(he),
textarea:lang(he),
select:lang(he),
button:lang(he) {
  font-family: "Gotham Book", Helvetica, Roboto, Arial, sans-serif;
}

input:lang(he):lang(he),
textarea:lang(he):lang(he),
select:lang(he):lang(he),
button:lang(he):lang(he) {
  font-family: "Fb Trampolina Regular", "MillerDisplay RomanBETA", "Arial", sans-serif;
}

input:lang(he):lang(pl),
textarea:lang(he):lang(pl),
select:lang(he):lang(pl),
button:lang(he):lang(pl) {
  font-family: "Montserrat", sans-serif;
}

/* stylelint-disable selector-no-type */
/*------------------------------------*        #GLOBAL (the existing variable and mixin should never be modified)
\*------------------------------------*/
/* stylelint-disable selector-no-type, selector-no-universal */
/*------------------------------------*        #BODY
\*------------------------------------*/
/**
  * Body base styles
  */
/*------------------------------------*        #PARAGRAPHS
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/* stylelint-enable */
/* stylelint-disable selector-no-type */
/*------------------------------------*        #HEADINGS
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/*------------------------------------*        #FORMS
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/*------------------------------------*        #LINKS
\*------------------------------------*/
/*------------------------------------*        #LISTS
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/* stylelint-enable */
/*------------------------------------*        #MEDIA ELEMENTS
\*------------------------------------*/
/* stylelint-disable selector-no-type, selector-no-qualifying-type */
/* stylelint-enable */
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
/**
  * 1. Change the default font family in all browsers (opinionated).
  * 2. Correct the line height in all browsers.
  * 3. Prevent adjustments of font size after orientation changes in
  *    IE on Windows Phone and in iOS.
  */
/* Document
      ========================================================================== */
/* ------------------------------------*        #LAYOUT
\*------------------------------------ */
@media screen and (min-width: 64em) {
  .flex-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .align-self-center {
    align-self: center;
  }
}

@media screen and (min-width: 64em) {
  .flex-container {
    display: -webkit-box;
    /* OLD - iOS 6-, Safari 3.1-6 */
    display: -moz-box;
    /* OLD - Firefox 19- (buggy but mostly works) */
    display: -ms-flexbox;
    /* TWEENER - IE 10 */
    display: -webkit-flex;
    /* NEW - Chrome */
    display: flex;
    /* NEW, Spec - Opera 12.1, Firefox 20+ */
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .flex-row {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .align-self-center {
    align-self: center;
  }
}

/*------------------------------------*        #HEADER
\*------------------------------------*/
/*------------------------------------*        #FOOTER
\*------------------------------------*/
/*------------------------------------*    #BUTTONS

    HTML Markup:

    <a href="#" class="c-button">Link button</a>
    <button class="c-button">button</button>

    State
    -----
    <button class="c-button c-button--large">large button</button>
    <button class="c-button c-button--primary">Primary button</button>
    <button class="c-button c-button--secondary">Secondary button</button>
    <button class="c-button c-button--success">Success button</button>
    <button class="c-button c-button--warning">Warning button</button>
    <button class="c-button c-button--alert">Alert button</button>
    <button class="c-button c-button--ghost">Ghost button</button>
    <button class="c-button c-button--inverted">Inverted button</button>

    Disabled
    --------
    <a href="#" class="c-button c-button--disabled">Disabled button</button>
    <button class="c-button" disabled>Disabled button</button>

\*------------------------------------*/
/* stylelint-disable selector-no-type, selector-no-qualifying-type */
/* stylelint-disable selector-no-type, selector-no-qualifying-type*/
/* stylelint-disable selector-no-type, selector-no-qualifying-type*/
/* stylelint-disable selector-no-type */
/*------------------------------------*    HTML Markup:

    <div class="input-group">
        <span class="input-group__label">Label</span>
        <input class="input-group__field" type="number">

        <div class="input-group__button">
            <input type="submit" class="button" value="Submit">
        </div>
    </div>

\*------------------------------------*/
/*------------------------------------*        #PRIMARY NAVIGATION
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/*------------------------------------*        #MEDIA-OBJECT
\*------------------------------------*/
/* stylelint-disable declaration-no-important */
/*------------------------------------*        #PAGINATION
\*------------------------------------*/
/*------------------------------------*        #Product tile
\*------------------------------------*/
/* stylelint-disable */
/* stylelint-enable */
/*------------------------------------*        #Lora BV Inline rating
\*------------------------------------*/
/*------------------------------------*        #Product tile
\*------------------------------------*/
/*------------------------------------*        #Product tile - shade carousel
\*------------------------------------*/
/*------------------------------------*        # Header CLP / PLP Slot
\*------------------------------------*/
/*------------------------------------*        # CLP Level 2 Category menu
\*------------------------------------*/
/*------------------------------------*        #Lora CLP/PLP Merchandising component
\*------------------------------------*/
/*------------------------------------*        #CLP sorting field component
\*------------------------------------*/
/*------------------------------------*        #Jcarousel styles
\*------------------------------------*/
/*------------------------------------*        # Breadcrumbs component
\*------------------------------------*/
/* stylelint-disable selector-no-type */
/* stylelint-disable selector-no-type */
/* stylelint-disable */
/*------------------------------------*        #UNIT
\*------------------------------------*/
/*------------------------------------*        #VALUE
\*------------------------------------*/
/*------------------------------------*        #BREAKPOINTS
\*------------------------------------*/
/* stylelint-disable declaration-no-important */
/*------------------------------------*        #MIXINS
\*------------------------------------*/
/* Animations mixins */
@font-face {
  font-family: "lnc-icons";
  src: url("../../../../fonts/icons/lnc-icons.eot?91852342");
  src: url("../../../../fonts/icons/lnc-icons.eot?91852342#iefix") format("embedded-opentype"), url("../../../../fonts/icons/lnc-icons.woff2?91852342") format("woff2"), url("../../../../fonts/icons/lnc-icons.woff?91852342") format("woff"), url("../../../../fonts/icons/lnc-icons.ttf?91852342") format("truetype"), url("../../../../fonts/icons/lnc-icons.svg?91852342#lnc-icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* 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: 'lnc-icons';
    src: url('../font/lnc-icons.svg?91852342#lnc-icons') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before,
.icon:before {
  font-family: "lnc-icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  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-shopping-bag:before {
  content: '\e800';
}

/* '' */
.icon-location:before {
  content: '\e801';
}

/* '' */
.icon-search:before {
  content: '\e802';
}

/* '' */
.icon-down-open-big:before {
  content: '\e803';
}

/* '' */
.icon-arrow-left-thin:before {
  content: '\e804';
}

/* '' */
.icon-arrow-right-thin:before {
  content: '\e805';
}

/* '' */
.icon-up-open-big:before {
  content: '\e806';
}

/* '' */
.icon-star:before {
  content: '\e807';
}

/* '' */
.icon-cancel:before {
  content: '\e808';
}

/* '' */
.icon-right-open-mini:before {
  content: '\e809';
}

/* '' */
.icon-gplus:before {
  content: '\e80a';
}

/* '' */
.icon-paypal-small:before {
  content: '\e80b';
}

/* '' */
.icon-delivery-noir:before {
  content: '\e80c';
}

/* '' */
.icon-youtube:before {
  content: '\e81d';
}

/* '' */
.icon-delivery:before {
  content: '\e81e';
}

/* '' */
.icon-delivery-reassurance:before {
  content: '\e81f';
}

/* '' */
.icon-email:before {
  content: '\e820';
}

/* '' */
.icon-facebook:before {
  content: '\e821';
}

/* '' */
.icon-gift:before {
  content: '\e822';
}

/* '' */
.icon-gift-wrapping:before {
  content: '\e823';
}

/* '' */
.icon-google-plus:before {
  content: '\e824';
}

/* '' */
.icon-my-account:before {
  content: '\e825';
}

/* '' */
.icon-payment:before {
  content: '\e826';
}

/* '' */
.icon-payment-reassurance:before {
  content: '\e827';
}

/* '' */
.icon-paypal:before {
  content: '\e828';
}

/* '' */
.icon-phone:before {
  content: '\e829';
}

/* '' */
.icon-phone-mobile:before {
  content: '\e82a';
}

/* '' */
.icon-pinterest:before {
  content: '\e82b';
}

/* '' */
.icon-samples:before {
  content: '\e82c';
}

/* '' */
.icon-samples-reassurance:before {
  content: '\e82d';
}

/* '' */
.icon-twitter:before {
  content: '\e82e';
}

/* '' */
.icon-email-full:before {
  content: '\e844';
}

/* '' */
.icon-user-circle-o:before {
  content: '\f2be';
}

/* '' */
.icon-instagram:before {
  content: '\f32d';
}

/* '' */
.logo {
  background-image: url("../../../../NGCSS/images/sprites.png");
  background-position: 0px 0px;
  background-repeat: no-repeat;
  height: 38px;
}

/* Place Holder CSS on Focus disappear */
.sitemap {
  padding: 0 0 3.125rem;
}

.sitemap .navigation__item--level2 {
  width: 100%;
  padding: 0;
}

.sitemap .navigation__link {
  color: #000;
}

.sitemap .navigation__link--level2 {
  font-size: 1.25rem;
  font-family: "MillerDisplay Light", Helvetica, Roboto, Arial, sans-serif;
  display: inline-block;
}

.sitemap .navigation__link--level2:lang(pl) {
  font-family: "Playfair Display", serif;
}

.sitemap .navigation__link--level2:lang(he) {
  font-family: "Fb Trampolina Regular", "MillerDisplay RomanBETA", "Arial", sans-serif;
}

.sitemap .navigation__link--level3 {
  text-transform: none;
  letter-spacing: 0;
}

.sitemap .navigation__item {
  padding: 0;
}

/*# sourceMappingURL=style.css.map */
