@charset "UTF-8";
/*
Theme Name: UCC
Theme URI: http://www.metabolism.fr
Version: 1.0
Author: Metabolism
*/
.line-height, p, .page-recipe .container.main > .recipe-details .blocks .block > div, .page-recipe .container.main > .may-interest h3 {
  line-height: 1.5em; }

.font-nespresso, body,
input,
textarea,
select,
button {
  font-family: 'Nespresso', Helvetica, Arial, sans-serif; }

@font-face {
  font-family: "Nespresso";
  src: url("../fonts/Nespresso-Light.eot");
  src: url("../fonts/Nespresso-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Nespresso-Light.woff") format("woff"), url("../fonts/Nespresso-Light.ttf") format("truetype"), url("../fonts/Nespresso-Light.svg#Nespresso-Light") format("svg");
  font-weight: 100;
  font-style: normal; }

@font-face {
  font-family: "Nespresso";
  src: url("../fonts/Nespresso-Regular.eot");
  src: url("../fonts/Nespresso-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Nespresso-Regular.woff") format("woff"), url("../fonts/Nespresso-Regular.ttf") format("truetype"), url("../fonts/Nespresso-Regular.svg#Nespresso-Regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "Nespresso";
  src: url("../fonts/Nespresso-Bold.eot");
  src: url("../fonts/Nespresso-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nespresso-Bold.woff") format("woff"), url("../fonts/Nespresso-Bold.ttf") format("truetype"), url("../fonts/Nespresso-Bold.svg#Nespresso-Bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: "Nespresso";
  src: url("../fonts/Nespresso-Bold.eot");
  src: url("../fonts/Nespresso-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nespresso-Bold.woff") format("woff"), url("../fonts/Nespresso-Bold.ttf") format("truetype"), url("../fonts/Nespresso-Bold.svg#Nespresso-Bold") format("svg");
  font-weight: 900;
  font-style: normal; }

.ui-slider {
  height: 100%;
  position: relative; }
  .ui-slider .ui-slides {
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 100%; }
  .ui-slider .ui-slide {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    transition: 0.3s opacity cubic-bezier(0.645, 0.045, 0.355, 1), 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1); }
  .ui-slider .ui-pagination {
    position: absolute;
    width: 100%;
    bottom: -10px;
    text-align: center;
    z-index: 6; }
    .ui-slider .ui-pagination a {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      margin: 0 2px;
      border: 1px solid #666;
      cursor: pointer;
      transition: 0.3s opacity cubic-bezier(0.645, 0.045, 0.355, 1), 0.3s background cubic-bezier(0.645, 0.045, 0.355, 1), 0.3s border cubic-bezier(0.645, 0.045, 0.355, 1); }
      .ui-slider .ui-pagination a:hover, .ui-slider .ui-pagination a.active {
        background: #666; }
  .ui-slider .ui-arrows {
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    z-index: 2; }
    .ui-slider .ui-arrows .ui-arrow, .ui-slider .ui-arrows .separator {
      display: inline-block; }
    .ui-slider .ui-arrows .ui-arrow {
      cursor: pointer;
      font-family: icons;
      color: #666;
      position: absolute;
      top: 50%;
      margin-top: -0.5em;
      font-size: 1.5em;
      display: inline-block;
      transition: 0.3s opacity cubic-bezier(0.645, 0.045, 0.355, 1), 0.3s transform cubic-bezier(0.645, 0.045, 0.355, 1); }
      .ui-slider .ui-arrows .ui-arrow.left {
        left: -1.5em; }
      .ui-slider .ui-arrows .ui-arrow.right {
        right: -1.5em; }
    .ui-slider .ui-arrows .separator {
      width: 2px;
      height: 100%;
      background: #666; }

a.ui-popin {
  cursor: pointer; }

.ui-popin-container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: opacity 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
  text-align: center;
  opacity: 0; }
  .ui-popin-container .ui-content {
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    transition: -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    display: inline-block;
    position: relative; }
  .ui-popin-container .ui-close {
    position: absolute;
    left: 100%;
    top: 0;
    margin-left: 2em;
    width: 2em;
    height: 2em;
    transition: 0.4s cubic-bezier(0.645, 0.045, 0.355, 1);
    cursor: pointer;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    color: #fff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .ui-popin-container .ui-close:after, .ui-popin-container .ui-close:before {
      width: 120%;
      height: 0;
      border-bottom: 1px solid;
      content: '';
      position: absolute;
      left: -10%;
      top: 50%; }
    .ui-popin-container .ui-close:after {
      -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
              transform: rotate(45deg); }
    .ui-popin-container .ui-close:before {
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg); }

.ui-popin .ui-popin-container {
  opacity: 1; }

.ui-popin .ui-content {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.ui-popin .ui-close {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }
  .ui-popin .ui-close:hover {
    -webkit-transform: scale(1) rotate(90deg);
        -ms-transform: scale(1) rotate(90deg);
            transform: scale(1) rotate(90deg); }

.angucomplete-holder {
  position: relative; }

.angucomplete-dropdown {
  border-color: #ececec;
  border-width: 1px;
  border-style: solid;
  border-radius: 2px;
  width: 250px;
  padding: 6px;
  cursor: pointer;
  z-index: 9999;
  position: absolute;
  /*top: 32px;
    left: 0px;
    */
  background-color: #ffffff; }

.angucomplete-searching {
  color: #acacac;
  font-size: 14px; }

.angucomplete-description {
  font-size: 14px; }

.angucomplete-row {
  padding: 5px;
  color: #000000;
  margin-bottom: 4px;
  clear: both; }

.angucomplete-selected-row {
  background-color: lightblue;
  color: #ffffff; }

.angucomplete-image-holder {
  padding-top: 2px;
  float: left;
  margin-right: 10px;
  margin-left: 5px; }

.angucomplete-image {
  height: 34px;
  width: 34px;
  border-radius: 50%;
  border-color: #ececec;
  border-style: solid;
  border-width: 1px; }

.angucomplete-image-default {
  /* Add your own default image here
     background-image: url('/assets/default.png');
    */
  background-position: center;
  background-size: contain;
  height: 34px;
  width: 34px; }

@-webkit-keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes ngdialog-fadeout {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes ngdialog-fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.ngdialog {
  box-sizing: border-box; }

.ngdialog *,
.ngdialog *:before,
.ngdialog *:after {
  box-sizing: inherit; }

.ngdialog {
  position: fixed;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  z-index: 10000;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.ngdialog-overlay {
  position: fixed;
  background: rgba(0, 0, 0, 0.4);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s; }

.ngdialog.ngdialog-closing .ngdialog-overlay {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }

.ngdialog-content {
  background: white;
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadein 0.5s;
  animation: ngdialog-fadein 0.5s; }

.ngdialog.ngdialog-closing .ngdialog-content {
  -webkit-backface-visibility: hidden;
  -webkit-animation: ngdialog-fadeout 0.5s;
  animation: ngdialog-fadeout 0.5s; }

.ngdialog-close:before, .dialog-close:before {
  font-family: 'Helvetica', Arial, sans-serif;
  content: '\00D7';
  cursor: pointer; }

body.ngdialog-open {
  overflow: hidden; }

.nes-front--locales {
  width: 16px;
  height: 13px;
  display: inline-block;
  cursor: pointer; }
  @media screen and (max-width: 767px) {
    .nes-front--locales .sprite {
      display: none; } }

.locales .popup-locales .window {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.popup-locales {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  font-family: Arial, sans-serif;
  display: none;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .popup-locales .table {
    display: table;
    width: 100%;
    height: 100%; }
    .popup-locales .table .td {
      display: table-cell;
      vertical-align: middle;
      height: 100%; }
      @media (max-width: 767px) {
        .popup-locales .table .td {
          vertical-align: top; } }
  .popup-locales ul {
    position: static; }
  .popup-locales li {
    border: 0; }
  .popup-locales * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .popup-locales .window {
    position: relative;
    width: 730px;
    margin: auto;
    color: #FFF;
    background: #564f4a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    text-align: left;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0; }
  .popup-locales .btn-close {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 20px;
    line-height: 20px;
    font-size: 30px;
    text-align: center; }
  .popup-locales .gradient-bg {
    background: #333; }
  .popup-locales .window-title {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    padding-left: 25px;
    font-weight: normal; }
  .popup-locales .nav-continent {
    background: #666;
    padding-left: 25px; }
  .popup-locales .btn-continent {
    display: inline-block;
    margin-right: 35px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px; }
  .popup-locales .btn-continent a {
    color: #222;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .popup-locales .btn-continent a:hover {
      color: #333; }
  .popup-locales .btn-continent.current a {
    color: #FFF; }
  .popup-locales .continents {
    padding: 25px 0 25px 25px; }
  .popup-locales .continent {
    display: none; }
  .popup-locales .continent.current {
    display: block; }
  .popup-locales .country {
    width: 228px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    font-size: 11px;
    position: relative; }
  .popup-locales .country-label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
    margin-left: 25px; }
  .popup-locales .country.last {
    width: auto; }
  .popup-locales .langs {
    margin-left: 25px; }
  .popup-locales .lang {
    display: inline; }
  .popup-locales .lang:before {
    content: '\2022';
    margin: 0 5px;
    position: relative;
    top: 1px; }
  .popup-locales .lang.first:before {
    content: '';
    margin: 0; }
  .popup-locales .lang a {
    color: #FFF;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: none; }
    .popup-locales .lang a:hover {
      opacity: 0.6; }
  .popup-locales .sprite {
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 767px) {
    .popup-locales {
      position: absolute;
      top: 0;
      left: 0;
      background: #333;
      -webkit-transform: translateX(-100%) scale(1);
          -ms-transform: translateX(-100%) scale(1);
              transform: translateX(-100%) scale(1); }
      .popup-locales .window {
        box-shadow: none; }
      .popup-locales .td {
        vertical-align: top; }
      .popup-locales .locales section {
        display: none; }
      .popup-locales .window {
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .popup-locales .window-title {
        font-size: 12px;
        line-height: 4em;
        height: auto;
        padding: 0 1em; }
      .popup-locales .nav-continent {
        padding-left: 10px; }
      .popup-locales .btn-continent {
        margin-right: 12px; }
      .popup-locales .continents {
        padding: 0;
        padding-top: 15px; }
      .popup-locales .country {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding-bottom: 10px;
        border-bottom: 1px solid #666; }
      .popup-locales .country.last {
        width: 100%; }
      .popup-locales .country:last-child {
        margin-bottom: 0px; }
      .popup-locales .sprite {
        left: 10px; }
      .popup-locales .country-label {
        margin-left: 35px; }
      .popup-locales .langs {
        float: right;
        margin-top: -20px;
        margin-right: 10px; }
      .popup-locales .lang-label {
        display: inline-block;
        padding: 4px 8px; }
      .popup-locales .country-CH .langs {
        margin-top: 5px; } }
  body.locales .popup-locales {
    -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1; }

/* Sprite */
.sprite {
  background: url("../images/nes-front/locales.png") no-repeat;
  position: relative;
  width: 16px;
  height: 11px; }

.sprite-ad-png {
  background-position: -432px -286px; }

.sprite-ae-png {
  background-position: -432px -264px; }

.sprite-af-png {
  background-position: -432px -242px; }

.sprite-ag-png {
  background-position: -432px -220px; }

.sprite-ai-png {
  background-position: -432px -198px; }

.sprite-al-png {
  background-position: -432px -176px; }

.sprite-am-png {
  background-position: -432px -154px; }

.sprite-an-png {
  background-position: -432px -132px; }

.sprite-ao-png {
  background-position: -433px -110px; }

.sprite-ar-png {
  background-position: -437px -88px; }

.sprite-as-png {
  background-position: -437px -66px; }

.sprite-at-png {
  background-position: -434px -44px; }

.sprite-au-png {
  background-position: -434px -22px; }

.sprite-aw-png {
  background-position: -434px -0px; }

.sprite-ax-png {
  background-position: -405px -418px; }

.sprite-az-png {
  background-position: -378px -418px; }

.sprite-ba-png {
  background-position: -351px -418px; }

.sprite-bb-png {
  background-position: -324px -418px; }

.sprite-bd-png {
  background-position: -297px -418px; }

.sprite-be-png {
  background-position: -270px -418px; }

.sprite-bf-png {
  background-position: -243px -418px; }

.sprite-bg-png {
  background-position: -216px -418px; }

.sprite-bh-png {
  background-position: -189px -418px; }

.sprite-bi-png {
  background-position: -162px -418px; }

.sprite-bj-png {
  background-position: -135px -418px; }

.sprite-bm-png {
  background-position: -108px -418px; }

.sprite-bn-png {
  background-position: -81px -418px; }

.sprite-bo-png {
  background-position: -54px -418px; }

.sprite-br-png {
  background-position: -27px -418px; }

.sprite-bs-png {
  background-position: -0px -418px; }

.sprite-bt-png {
  background-position: -405px -396px; }

.sprite-bv-png {
  background-position: -405px -374px; }

.sprite-bw-png {
  background-position: -405px -352px; }

.sprite-by-png {
  background-position: -405px -330px; }

.sprite-bz-png {
  background-position: -405px -308px; }

.sprite-ca-png {
  background-position: -405px -286px; }

.sprite-catalonia-png {
  background-position: -405px -264px; }

.sprite-cc-png {
  background-position: -405px -242px; }

.sprite-cd-png {
  background-position: -405px -220px; }

.sprite-cf-png {
  background-position: -405px -198px; }

.sprite-cg-png {
  background-position: -405px -176px; }

.sprite-ch-png {
  background-position: -452px -110px; }

.sprite-ci-png {
  background-position: -405px -154px; }

.sprite-ck-png {
  background-position: -405px -132px; }

.sprite-cl-png {
  background-position: -406px -110px; }

.sprite-cm-png {
  background-position: -410px -88px; }

.sprite-cn-png {
  background-position: -410px -66px; }

.sprite-co-png {
  background-position: -407px -44px; }

.sprite-cr-png {
  background-position: -407px -22px; }

.sprite-cs-png {
  background-position: -407px -0px; }

.sprite-cu-png {
  background-position: -378px -394px; }

.sprite-cv-png {
  background-position: -351px -394px; }

.sprite-cx-png {
  background-position: -324px -394px; }

.sprite-cy-png {
  background-position: -297px -394px; }

.sprite-cz-png {
  background-position: -270px -394px; }

.sprite-de-png {
  background-position: -243px -394px; }

.sprite-dj-png {
  background-position: -216px -394px; }

.sprite-dk-png {
  background-position: -189px -394px; }

.sprite-dm-png {
  background-position: -162px -394px; }

.sprite-do-png {
  background-position: -135px -394px; }

.sprite-dz-png {
  background-position: -108px -394px; }

.sprite-ec-png {
  background-position: -81px -394px; }

.sprite-ee-png {
  background-position: -54px -394px; }

.sprite-eg-png {
  background-position: -27px -394px; }

.sprite-eh-png {
  background-position: -0px -394px; }

.sprite-england-png {
  background-position: -378px -372px; }

.sprite-er-png {
  background-position: -351px -372px; }

.sprite-es-png {
  background-position: -324px -372px; }

.sprite-et-png {
  background-position: -297px -372px; }

.sprite-europeanunion-png {
  background-position: -270px -372px; }

.sprite-fam-png {
  background-position: -243px -372px; }

.sprite-fi-png {
  background-position: -216px -372px; }

.sprite-fj-png {
  background-position: -189px -372px; }

.sprite-fk-png {
  background-position: -162px -372px; }

.sprite-fm-png {
  background-position: -135px -372px; }

.sprite-fo-png {
  background-position: -108px -372px; }

.sprite-fr-png {
  background-position: -81px -372px; }

.sprite-ga-png {
  background-position: -54px -372px; }

.sprite-gb-png {
  background-position: -27px -372px; }

.sprite-gd-png {
  background-position: -0px -372px; }

.sprite-ge-png {
  background-position: -378px -350px; }

.sprite-gf-png {
  background-position: -351px -350px; }

.sprite-gh-png {
  background-position: -324px -350px; }

.sprite-gi-png {
  background-position: -297px -350px; }

.sprite-gl-png {
  background-position: -270px -350px; }

.sprite-gm-png {
  background-position: -243px -350px; }

.sprite-gn-png {
  background-position: -216px -350px; }

.sprite-gp-png {
  background-position: -81px -372px; }

.sprite-gq-png {
  background-position: -162px -350px; }

.sprite-gr-png {
  background-position: -135px -350px; }

.sprite-gs-png {
  background-position: -108px -350px; }

.sprite-gt-png {
  background-position: -81px -350px; }

.sprite-gu-png {
  background-position: -54px -350px; }

.sprite-gw-png {
  background-position: -27px -350px; }

.sprite-gy-png {
  background-position: -0px -350px; }

.sprite-hk-png {
  background-position: -378px -328px; }

.sprite-hm-png {
  background-position: -351px -328px; }

.sprite-hn-png {
  background-position: -324px -328px; }

.sprite-hr-png {
  background-position: -297px -328px; }

.sprite-ht-png {
  background-position: -270px -328px; }

.sprite-hu-png {
  background-position: -243px -328px; }

.sprite-id-png {
  background-position: -216px -328px; }

.sprite-ie-png {
  background-position: -189px -328px; }

.sprite-il-png {
  background-position: -162px -328px; }

.sprite-in-png {
  background-position: -135px -328px; }

.sprite-int-png {
  width: 15px;
  height: 17px;
  top: -4px;
  background-position: -163px -126px; }

.sprite-io-png {
  background-position: -108px -328px; }

.sprite-iq-png {
  background-position: -81px -328px; }

.sprite-ir-png {
  background-position: -54px -328px; }

.sprite-is-png {
  background-position: -27px -328px; }

.sprite-it-png {
  background-position: -0px -328px; }

.sprite-jm-png {
  background-position: -378px -306px; }

.sprite-jo-png {
  background-position: -351px -306px; }

.sprite-jp-png {
  background-position: -324px -306px; }

.sprite-ke-png {
  background-position: -297px -306px; }

.sprite-kg-png {
  background-position: -270px -306px; }

.sprite-kh-png {
  background-position: -243px -306px; }

.sprite-ki-png {
  background-position: -216px -306px; }

.sprite-km-png {
  background-position: -189px -306px; }

.sprite-kn-png {
  background-position: -162px -306px; }

.sprite-kp-png {
  background-position: -135px -306px; }

.sprite-kr-png {
  background-position: -108px -306px; }

.sprite-kw-png {
  background-position: -81px -306px; }

.sprite-ky-png {
  background-position: -54px -306px; }

.sprite-kz-png {
  background-position: -27px -306px; }

.sprite-la-png {
  background-position: -0px -306px; }

.sprite-lb-png {
  background-position: -378px -284px; }

.sprite-lc-png {
  background-position: -351px -284px; }

.sprite-li-png {
  background-position: -324px -284px; }

.sprite-lk-png {
  background-position: -297px -284px; }

.sprite-lr-png {
  background-position: -270px -284px; }

.sprite-ls-png {
  background-position: -243px -284px; }

.sprite-lt-png {
  background-position: -216px -284px; }

.sprite-lu-png {
  background-position: -189px -284px; }

.sprite-lv-png {
  background-position: -162px -284px; }

.sprite-ly-png {
  background-position: -135px -284px; }

.sprite-ma-png {
  background-position: -108px -284px; }

.sprite-mc-png {
  background-position: -81px -284px; }

.sprite-md-png {
  background-position: -54px -284px; }

.sprite-me-png {
  width: 16px;
  height: 12px;
  background-position: -190px -108px; }

.sprite-mg-png {
  background-position: -27px -284px; }

.sprite-mh-png {
  background-position: -0px -284px; }

.sprite-mk-png {
  background-position: -378px -262px; }

.sprite-ml-png {
  background-position: -351px -262px; }

.sprite-mm-png {
  background-position: -324px -262px; }

.sprite-mn-png {
  background-position: -297px -262px; }

.sprite-mo-png {
  background-position: -270px -262px; }

.sprite-mp-png {
  background-position: -243px -262px; }

.sprite-mq-png {
  background-position: -81px -372px; }

.sprite-mr-png {
  background-position: -189px -262px; }

.sprite-ms-png {
  background-position: -162px -262px; }

.sprite-mt-png {
  background-position: -135px -262px; }

.sprite-mu-png {
  background-position: -108px -262px; }

.sprite-mv-png {
  background-position: -81px -262px; }

.sprite-mw-png {
  background-position: -54px -262px; }

.sprite-mx-png {
  background-position: -27px -262px; }

.sprite-my-png {
  background-position: -0px -262px; }

.sprite-mz-png {
  background-position: -378px -240px; }

.sprite-na-png {
  background-position: -351px -240px; }

.sprite-nc-png {
  background-position: -324px -240px; }

.sprite-ne-png {
  background-position: -297px -240px; }

.sprite-nf-png {
  background-position: -270px -240px; }

.sprite-ng-png {
  background-position: -243px -240px; }

.sprite-ni-png {
  background-position: -216px -240px; }

.sprite-nl-png {
  background-position: -189px -240px; }

.sprite-no-png {
  background-position: -162px -240px; }

.sprite-np-png {
  width: 9px;
  height: 11px;
  background-position: -461px -0px; }

.sprite-nr-png {
  background-position: -135px -240px; }

.sprite-nu-png {
  background-position: -108px -240px; }

.sprite-nz-png {
  background-position: -81px -240px; }

.sprite-om-png {
  background-position: -54px -240px; }

.sprite-pa-png {
  background-position: -27px -240px; }

.sprite-pe-png {
  background-position: -0px -240px; }

.sprite-pf-png {
  background-position: -378px -218px; }

.sprite-pg-png {
  background-position: -351px -218px; }

.sprite-ph-png {
  background-position: -324px -218px; }

.sprite-pk-png {
  background-position: -297px -218px; }

.sprite-pl-png {
  background-position: -270px -218px; }

.sprite-pm-png {
  background-position: -243px -218px; }

.sprite-pn-png {
  background-position: -216px -218px; }

.sprite-pr-png {
  background-position: -189px -218px; }

.sprite-ps-png {
  background-position: -162px -218px; }

.sprite-pt-png {
  background-position: -135px -218px; }

.sprite-pw-png {
  background-position: -108px -218px; }

.sprite-py-png {
  background-position: -81px -218px; }

.sprite-qa-png {
  background-position: -54px -218px; }

.sprite-re-png {
  background-position: -27px -218px; }

.sprite-ro-png {
  background-position: -0px -218px; }

.sprite-rs-png {
  background-position: -378px -196px; }

.sprite-ru-png {
  background-position: -351px -196px; }

.sprite-rw-png {
  background-position: -324px -196px; }

.sprite-sa-png {
  background-position: -297px -196px; }

.sprite-sb-png {
  background-position: -270px -196px; }

.sprite-sc-png {
  background-position: -243px -196px; }

.sprite-scotland-png {
  background-position: -216px -196px; }

.sprite-sd-png {
  background-position: -189px -196px; }

.sprite-se-png {
  background-position: -162px -196px; }

.sprite-sg-png {
  background-position: -135px -196px; }

.sprite-sh-png {
  background-position: -108px -196px; }

.sprite-si-png {
  background-position: -81px -196px; }

.sprite-sj-png {
  background-position: -54px -196px; }

.sprite-sk-png {
  background-position: -27px -196px; }

.sprite-sl-png {
  background-position: -0px -196px; }

.sprite-sm-png {
  background-position: -378px -174px; }

.sprite-sn-png {
  background-position: -351px -174px; }

.sprite-so-png {
  background-position: -324px -174px; }

.sprite-sr-png {
  background-position: -297px -174px; }

.sprite-st-png {
  background-position: -270px -174px; }

.sprite-sv-png {
  background-position: -243px -174px; }

.sprite-sy-png {
  background-position: -216px -174px; }

.sprite-sz-png {
  background-position: -189px -174px; }

.sprite-tc-png {
  background-position: -162px -174px; }

.sprite-td-png {
  background-position: -135px -174px; }

.sprite-tf-png {
  background-position: -108px -174px; }

.sprite-tg-png {
  background-position: -81px -174px; }

.sprite-th-png {
  background-position: -54px -174px; }

.sprite-tj-png {
  background-position: -27px -174px; }

.sprite-tk-png {
  background-position: -0px -174px; }

.sprite-tl-png {
  background-position: -378px -152px; }

.sprite-tm-png {
  background-position: -351px -152px; }

.sprite-tn-png {
  background-position: -324px -152px; }

.sprite-to-png {
  background-position: -297px -152px; }

.sprite-tr-png {
  background-position: -270px -152px; }

.sprite-tt-png {
  background-position: -243px -152px; }

.sprite-tv-png {
  background-position: -216px -152px; }

.sprite-tw-png {
  background-position: -189px -152px; }

.sprite-tz-png {
  background-position: -162px -152px; }

.sprite-ua-png {
  background-position: -135px -152px; }

.sprite-ug-png {
  background-position: -108px -152px; }

.sprite-uk-png {
  width: 14px;
  height: 11px;
  background-position: -432px -308px; }

.sprite-um-png {
  background-position: -81px -152px; }

.sprite-us-png {
  background-position: -54px -152px; }

.sprite-uy-png {
  background-position: -27px -152px; }

.sprite-uz-png {
  background-position: -0px -152px; }

.sprite-va-png {
  background-position: -379px -130px; }

.sprite-vc-png {
  background-position: -352px -130px; }

.sprite-ve-png {
  background-position: -325px -130px; }

.sprite-vg-png {
  background-position: -298px -130px; }

.sprite-vi-png {
  background-position: -271px -130px; }

.sprite-vn-png {
  background-position: -244px -130px; }

.sprite-vu-png {
  background-position: -217px -130px; }

.sprite-wales-png {
  background-position: -190px -130px; }

.sprite-wf-png {
  background-position: -379px -108px; }

.sprite-ws-png {
  background-position: -352px -108px; }

.sprite-ye-png {
  background-position: -325px -108px; }

.sprite-yt-png {
  background-position: -298px -108px; }

.sprite-za-png {
  background-position: -271px -108px; }

.sprite-zm-png {
  background-position: -244px -108px; }

.sprite-zw-png {
  background-position: -217px -108px; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper {
  font-family: Nespresso, Arial, sans-serif;
  color: white;
  font-size: 20px;
  pointer-events: auto;
  display: inline-block;
  position: relative; }
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-price {
    display: inline-block;
    font-size: 0.7em;
    font-weight: bold;
    padding-right: 0.5em; }
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-price.nes-order-price-cross:after {
      content: " x "; }
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity {
    display: inline-block;
    margin-right: 0.5em;
    position: relative; }
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity .nes-order-quantity-result {
      background: #eeeeee;
      border-radius: 0.5em;
      font-size: 0.65em;
      padding: 0.4em 1em 0.4em 1em;
      color: #313131;
      font-weight: bold;
      cursor: pointer; }
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity .nes-order-quantity-result:after {
        content: "";
        display: inline-block;
        margin-left: 0.5em;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0.42em 0.42em 0 0.42em;
        border-color: #313131 transparent transparent transparent;
        position: relative;
        top: -0.16em; }
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-button {
    display: inline-block;
    white-space: nowrap; }
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-button > a {
    background: #926e10;
    display: inline-block;
    font-size: 0.65em;
    padding: 0.4em 1em 0.4em 0.1em;
    font-weight: bold;
    color: white;
    cursor: pointer;
    white-space: nowrap; }
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-button > a:before {
      content: "";
      display: inline-block;
      margin-right: 0.6em;
      width: 1em;
      height: 0.7em;
      background: url(../images/nes-front/addtocart-arrow-nc2.png) no-repeat;
      background-position: center right;
      background-size: auto 90%; }
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-button > a:hover {
      background: #7f5d18; }
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity-menu {
    position: absolute;
    background: #eeeeee;
    width: 9em;
    box-sizing: border-box;
    border-radius: 0 0.4em 0.4em 0.4em;
    padding: 0.6em;
    display: none;
    z-index: 100000;
    white-space: normal; }
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity-menu > a {
      display: inline-block;
      color: #313131;
      font-size: 0.55em;
      width: 2.7em;
      text-align: center;
      padding-bottom: 0.5em;
      padding-top: 0.5em;
      cursor: pointer; }
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity-menu > a:hover {
        background: #FAFAF5; }
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity-menu h3 {
      display: none; }
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity-menu > input[type='text'] {
      width: 8em;
      border: 1px solid #b7b7b7;
      font-size: 10px;
      text-align: left;
      height: 26px;
      float: left;
      margin-right: 5px;
      margin-top: 7px;
      border-radius: 0; }
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity-menu > input[type='button'] {
      width: 31px;
      border: 1px solid #b7b7b7;
      font-size: 10px;
      padding: 6px 0 6px 0;
      height: auto;
      margin-top: 7px;
      border-radius: 0; }
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity-menu.show-up {
      top: auto;
      bottom: 1.1em;
      border-radius: 0.4em 0.4em 0.4em 0; }
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity-open .nes-order-quantity-result {
    border-radius: 0.5em 0.5em 0 0; }
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-wrapper .nes-order-quantity-open .nes-order-quantity-menu {
    display: block; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2 .nes-order-button.show-up .nes-order-quantity-open .nes-order-quantity-result {
  border-radius: 0 0 0.5em 0.5em; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-outofstock .nes-order-quantity {
  display: none !important; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-outofstock .nes-order-button a {
  background: #d9dade !important;
  border: 1px solid #c8c8c8;
  border-radius: 0.4em;
  cursor: inherit;
  box-shadow: 0px 0.2em 0.2em 0px rgba(0, 0, 0, 0.2);
  color: #000;
  text-shadow: none;
  font-width: bold; }
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-outofstock .nes-order-button a:before {
    display: none; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-outofstock .nes-order-description {
  display: none !important; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-outofstock .nes-order-price:after {
  display: none !important; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-description {
  font-size: 0.5em;
  display: block;
  margin-top: 0.5em;
  text-decoration: underline;
  text-transform: lowercase;
  position: absolute;
  right: 0;
  cursor: pointer; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2 .nes-order-image,
.nes-order-wrapper-desktop.nes-order-wrapper-nc2 .nes-order-name,
.nes-order-wrapper-desktop.nes-order-wrapper-nc2 .nes-order-color {
  display: none; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-notorderable .nes-order-button, .nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-notorderable .nes-order-description {
  display: none; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-notorderable .nes-order-price:after {
  display: none; }

.nes-order-wrapper-desktop.nes-order-wrapper-nc2.nes-order-notorderable .nes-order-quantity {
  display: none; }

.nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper,
.nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper,
.nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper {
  font-family: Nespresso, Arial, sans-serif;
  pointer-events: auto;
  color: white;
  font-size: 25px;
  /*background: linear-gradient(to bottom, #ededed 0%, #cecece 100%);*/
  text-align: right;
  /*padding: 0.35em 0.35em;*/
  /*border: 1px solid #d9d9d9;*/
  white-space: nowrap;
  display: inline-block;
  position: relative; }
  .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-price,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-price,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-price {
    display: inline-block;
    font-size: 0.6em;
    font-weight: bold;
    padding-right: 0.7em;
    color: #FFF;
    position: relative;
    top: 0.08em; }
  .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-button,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-button,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-button {
    display: inline-block;
    position: relative; }
    .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-button .nes-order-quantity,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-button .nes-order-quantity,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-button .nes-order-quantity {
      display: inline-block;
      position: relative;
      white-space: normal; }
      .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-button .nes-order-quantity .nes-order-quantity-result,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-button .nes-order-quantity .nes-order-quantity-result,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-button .nes-order-quantity .nes-order-quantity-result {
        background: #337e17;
        border-radius: 0.25em 0 0 0.25em;
        font-size: 0.5em;
        padding: 0.75em 0;
        color: white;
        text-shadow: 1px 1px 1px #000;
        font-weight: normal;
        cursor: pointer;
        border: 1px solid #0d4808;
        width: 3.2em;
        text-align: center; }
        .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-button .nes-order-quantity .nes-order-quantity-result.empty,
        .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-button .nes-order-quantity .nes-order-quantity-result.empty,
        .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-button .nes-order-quantity .nes-order-quantity-result.empty {
          text-shadow: none;
          color: transparent;
          padding: 0.75em 0; }
        .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-button .nes-order-quantity .nes-order-quantity-result.empty:after,
        .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-button .nes-order-quantity .nes-order-quantity-result.empty:after,
        .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-button .nes-order-quantity .nes-order-quantity-result.empty:after {
          position: absolute;
          content: "+";
          text-shadow: 1px 1px 1px #000;
          color: white;
          font-size: 1.7em;
          top: calc(50% - 0.51em);
          left: calc(50% - 0.3em);
          line-height: 100%; }
    .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-button > a,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-button > a,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-button > a {
      background: #337e17;
      display: inline-block;
      font-size: 0.5em;
      padding: 0.75em 1.5em;
      color: white;
      cursor: pointer;
      text-shadow: 1px 1px 1px #000;
      font-weight: normal;
      border: 1px solid #0d4808;
      border-radius: 0 0.25em 0.25em 0;
      border-left: 0px solid #79a26a;
      position: relative; }
    .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-button.nes-order-noquantity > a,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-button.nes-order-noquantity > a,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-button.nes-order-noquantity > a {
      border-radius: 0.25em; }
  .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu {
    position: absolute;
    border-radius: 0.2em;
    background: #eeeef0;
    background: linear-gradient(to bottom, #eeeef0 0%, #cacbcd 100%);
    border: 1px solid white;
    width: 8.7em;
    box-sizing: border-box;
    padding: 0.5em;
    margin-left: -3.3em;
    margin-top: 0.3em;
    z-index: 1000000;
    display: none;
    font-size: 0.8em; }
    .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu:before,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu:before,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu:before {
      content: "";
      position: absolute;
      width: 1.3em;
      height: 0.5em;
      left: calc(50% - 0.65em);
      top: -0.38em;
      background: url(../images/nes-front/addtocart-quantity-arrow.png) no-repeat;
      background-size: 100% auto;
      background-position: 0 100%; }
    .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a {
      display: inline-block;
      color: #313131;
      font-size: 0.47em;
      font-weight: bold;
      width: 2.2em;
      text-align: center;
      cursor: pointer;
      border-right: 1px solid #c9cacb;
      border-bottom: 1px solid #FFF;
      border-top: 1px solid #c9cacb;
      border-left: 1px solid #FFF;
      text-shadow: 1px 1px 1px #fff;
      padding: 1em 0.4em; }
      .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(1), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(2), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(3), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(4), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(5),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(1),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(2),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(3),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(4),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(5),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(1),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(2),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(3),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(4),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(5) {
        border-top: 0; }
      .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(1), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(6), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(11),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(1),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(6),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(11),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(1),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(6),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(11) {
        border-left: 0; }
      .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(5), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(10), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(15),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(5),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(10),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(15),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(5),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(10),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(15) {
        border-right: 0; }
      .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(11), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(12), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(13), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(14), .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(15),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(11),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(12),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(13),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(14),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(15),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(11),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(12),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(13),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(14),
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:nth-child(15) {
        border-bottom: 0; }
      .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > a:hover,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > a:hover,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > a:hover {
        background: #fcfcfd; }
    .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > h3,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > h3,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > h3 {
      font-size: 0.6em;
      color: #939496;
      text-shadow: 1px 1px 1px #fff;
      text-align: center;
      border-top: 1px solid #eaeaeb;
      border-bottom: 1px solid #afafb1;
      padding: 0.8em 0;
      margin: 0.7em -0.7em 1em -0.7em;
      position: relative;
      font-family: Arial; }
      .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > h3:before,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > h3:before,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > h3:before {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        border-bottom: 1px solid #eaeaeb;
        border-top: 1px solid #afafb1; }
    .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > input[type='text'],
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > input[type='text'],
    .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > input[type='text'] {
      width: 75%;
      margin: 0;
      border: 1px solid #b7b7b7;
      font-size: 10px;
      text-align: left;
      float: left;
      height: 20px;
      border-radius: 0;
      padding-left: 5px; }
    .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu > input[type='button'],
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu > input[type='button'],
    .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu > input[type='button'] {
      width: 15px;
      margin: 0;
      border: 0;
      padding: 0;
      margin-left: 0.5em;
      background: none;
      text-shadow: 1px 1px 1px #fff;
      font-weight: bold;
      color: #313131;
      font-size: 10px;
      float: left;
      height: 20px;
      border-radius: 0; }
    .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu.show-up,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu.show-up,
    .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu.show-up {
      top: auto;
      bottom: 1.7em; }
      .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-menu.show-up:before,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-menu.show-up:before,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-menu.show-up:before {
        top: auto;
        bottom: -0.5em;
        background-position: 0 0; }
  .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-quantity-open .nes-order-quantity-menu,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-quantity-open .nes-order-quantity-menu,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-quantity-open .nes-order-quantity-menu {
    display: block; }
  .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-button:hover > a, .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-button:hover .nes-order-quantity-result,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-button:hover > a,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-button:hover .nes-order-quantity-result,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-button:hover > a,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-button:hover .nes-order-quantity-result {
    background: #2a551d; }
  .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-image,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-image,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-image {
    height: 1.3em;
    float: left;
    margin-top: 0.1em;
    margin-left: 0.3em; }
  .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-name,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-name,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-name {
    display: inline-block;
    float: left;
    font-size: 0.55em;
    text-transform: uppercase;
    color: #000;
    padding-top: 0.8em;
    font-weight: bold;
    margin-left: 0.5em; }
    @media screen and (max-width: 900px) {
      .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-name,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-name,
      .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-name {
        display: none; } }
  .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-color,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-color,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-color {
    display: inline-block;
    width: 0.5em;
    height: 0.5em;
    position: relative;
    top: 0.1em;
    margin-right: 0.5em;
    border: 0.08em solid white;
    border-radius: 100%;
    box-shadow: 0px 0.1em 0.1em 0px rgba(0, 0, 0, 0.4); }
  .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-wrapper .nes-order-description,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-wrapper .nes-order-description,
  .nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-wrapper .nes-order-description {
    font-size: 0.5em;
    display: block;
    margin-top: 0.5em;
    text-decoration: underline;
    text-transform: lowercase;
    position: absolute;
    right: 0;
    cursor: pointer; }

.nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-outofstock .nes-order-quantity,
.nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-outofstock .nes-order-quantity,
.nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-outofstock .nes-order-quantity {
  display: none !important; }

.nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-outofstock .nes-order-button a,
.nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-outofstock .nes-order-button a,
.nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-outofstock .nes-order-button a {
  background: #d9dade !important;
  border: 1px solid #c8c8c8;
  border-radius: 0.4em;
  cursor: inherit;
  box-shadow: 0px 0.2em 0.2em 0px rgba(0, 0, 0, 0.2);
  color: #000;
  text-shadow: none;
  font-width: bold; }

.nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-outofstock .nes-order-description,
.nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-outofstock .nes-order-description,
.nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-outofstock .nes-order-description {
  display: none !important; }

.nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-notorderable .nes-order-button, .nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-notorderable .nes-order-description,
.nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-notorderable .nes-order-button,
.nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-notorderable .nes-order-description,
.nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-notorderable .nes-order-button,
.nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-notorderable .nes-order-description {
  display: none; }

.nes-order-wrapper-desktop.nes-order-wrapper-standalone.nes-order-notorderable .nes-order-price:after,
.nes-order-wrapper-desktop.nes-order-wrapper-nc2_5.nes-order-notorderable .nes-order-price:after,
.nes-order-wrapper-desktop.nes-order-wrapper-nc3.nes-order-notorderable .nes-order-price:after {
  display: none; }

.nes-order-description-popin {
  position: fixed;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 100000; }
  .nes-order-description-popin .nes-order-content {
    position: absolute;
    background: white;
    width: 70em;
    height: 40em;
    left: calc(50% - 40em);
    top: calc(50% - 25em);
    z-index: 100000;
    padding: 4em 4em; }
    .nes-order-description-popin .nes-order-content .nes-order-close {
      content: "X";
      color: white;
      position: absolute;
      right: -1em;
      top: -1em;
      display: block;
      font-size: 15px;
      cursor: pointer; }
    .nes-order-description-popin .nes-order-content h1 {
      border-bottom: 1px solid #000;
      padding-bottom: 1em;
      margin-bottom: 1em; }
    .nes-order-description-popin .nes-order-content > p {
      display: block;
      height: 19em;
      border-bottom: 1px solid #000;
      margin-bottom: 1em;
      font-size: 1.5em; }
    .nes-order-description-popin .nes-order-content .nes-order-wrapper {
      float: right; }
      .nes-order-description-popin .nes-order-content .nes-order-wrapper .nes-order-price {
        color: #000; }
  .nes-order-description-popin.nes-order-notorderable .nes-order-button {
    display: none; }

.nes-order-wrapper-mobile {
  position: relative;
  font-size: 20px;
  /*
  &.nes-order-outofstock {
    .nes-order-price { display: none }
    .nes-order-quantity { display: none !important }
    .nes-order-button {
      height:auto;
      width:auto;
      background:none;
    }
    .nes-order-button a {
      background:#d9dade !important;
      border:1px solid #c8c8c8;
      border-radius:0.4em;
      cursor:inherit;
      box-shadow: 0px 0.2em 0.2em 0px rgba(0,0,0,0.2);
      color:#000;
      text-shadow: none;
      font-width: bold;
      font-size:0.55em;
      padding:0.7em 1em;
      display: block;
    }
    .nes-order-description {
      display: none !important
    }
    .nes-order-price {
      display: none !important
    }
  }
  */ }
  .nes-order-wrapper-mobile .nes-order-price {
    display: inline-block;
    margin-right: 1em;
    margin-left: 1em;
    font-size: 1em;
    font-weight: bold; }
  .nes-order-wrapper-mobile .nes-order-quantity {
    opacity: 0;
    display: block;
    font-size: 20px;
    width: 100%;
    position: absolute;
    top: calc(50% - 15px); }
  .nes-order-wrapper-mobile .nes-order-name {
    display: inline-block;
    margin-right: 0.5em;
    font-weight: bold; }
  .nes-order-wrapper-mobile .nes-order-button {
    position: relative;
    display: inline-block; }
    .nes-order-wrapper-mobile .nes-order-button > a {
      font-family: Arial;
      display: inline-block;
      background: #c0c4c7;
      text-align: center;
      border-radius: 0.3em;
      padding: 0.2em 0.4em;
      font-size: 2em;
      line-height: 0.7em;
      font-weight: 100;
      color: white; }
    .nes-order-wrapper-mobile .nes-order-button.nes-order-added > a {
      background: #4b8948;
      font-size: 1em;
      padding: 0.8em 1em;
      border-radius: 0.8em; }
  .nes-order-wrapper-mobile.nes-order-outofstock .nes-order-button, .nes-order-wrapper-mobile.nes-order-notorderable .nes-order-button {
    display: none; }

.nes-order-wrapper-standalone.device-mobile body.inapp .basket.active {
  position: relative; }
  .nes-order-wrapper-standalone.device-mobile body.inapp .basket.active a:after {
    content: " ";
    display: block;
    position: absolute;
    width: 14px;
    height: 12px;
    background: #4b8948;
    top: 7px;
    right: 8px;
    border-radius: 68%; }
  .nes-order-wrapper-standalone.device-mobile body.inapp .basket.active span {
    position: absolute;
    color: white;
    right: 8px;
    top: 9px;
    font-size: 8px;
    font-weight: bold;
    width: 13px;
    text-align: center; }

/**
 * Do not change
 *
**/
html {
  font-size: 10px; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

template {
  display: none; }

a:active, input:active, button:active {
  -webkit-tap-highlight-color: transparent; }

a {
  text-decoration: none;
  color: inherit; }

input, textarea {
  -webkit-appearance: none;
  -ms-appearance: none;
  -moz-appearance: none;
       appearance: none;
  outline: none; }

button, select {
  font-size: inherit; }

button {
  cursor: pointer; }

* {
  box-sizing: border-box;
  outline: none; }

.utils-cover {
  overflow: hidden; }
  .utils-cover [data-ratio] {
    position: relative;
    width: 100%;
    height: auto; }

.table {
  display: table;
  height: 100%;
  width: 100%; }
  .table .td {
    display: table-cell;
    vertical-align: middle; }

.clearfix:after, .footer-news:after, .recipes-grid:after, .search-module .search-bar:after, .search-module .row:after, .ngdialog.share-recipe-email .content .row:after, .page-recipe .container.main > .recipe-details .recipe-infos:after, .page-recipe .container.main > .recipe-details .blocks:after, .page-recipe .container.main > .recipe-details .blocks .block > div:after, .page-recipe .container.main > .recipe-details .actions-share:after, .page-recipe .container.main > .chief:after, .page-recipe .container.main > .may-interest .recipes:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both; }

.count-1 > div, .count-1 > article {
  width: 100%; }

.count-2 > div, .count-2 > article {
  width: 50%; }

.count-3 > div, .count-3 > article {
  width: 33.33%; }

.count-4 > div, .count-4 > article {
  width: 25%; }

.count-5 > div, .count-5 > article {
  width: 20%; }

html.ie8 body {
  background: url("images/not-supported.jpg") no-repeat center #f4f4f4 !important; }
  html.ie8 body > * {
    display: none !important;
    visibility: hidden !important; }

html.safari4 body {
  background: url("images/not-supported.jpg") no-repeat center #f4f4f4 !important; }
  html.safari4 body > * {
    display: none !important;
    visibility: hidden !important; }

html {
  height: 100%; }

body {
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  height: 100%; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1em;
  font-weight: normal; }

.breadcrumb {
  font-size: 1.2em;
  color: #9a9a9a;
  text-transform: uppercase;
  margin: 2em; }
  .breadcrumb a + a:before {
    content: '>';
    margin: 0 0.4em 0 0.3em;
    display: inline-block; }
  .breadcrumb a:last-child {
    font-weight: 900; }
  html.rtl .breadcrumb a {
    display: inline-block; }

body.no-breadcrump .breadcrumb {
  display: none; }

.one-line {
  font-size: 2.2em;
  font-weight: 900;
  color: #c3a880;
  text-transform: uppercase; }

.two-lines {
  margin: 2.4em auto;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8em;
  color: #c3a880;
  letter-spacing: 0.15em; }
  .two-lines > b {
    letter-spacing: 0;
    margin-top: 0.4em;
    color: #000;
    font-weight: 900;
    display: block;
    font-size: 1.2em; }

.colon-after:not(:empty):after {
  content: " :"; }

.colon-before:not(:empty):before {
  content: ": "; }

p {
  font-size: 1.2em;
  color: #545454; }
  * + p {
    margin-top: 1.5em; }
  p + .button {
    margin-top: 2em; }

.container {
  min-height: 100%;
  visibility: hidden;
  max-width: 92em;
  border: 4px solid #f2f1f1;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .container.no-style {
    background-color: transparent; }
  .container.no-border, .container.no-style {
    border: none; }
  .container.main {
    margin-top: 6em;
    position: relative; }

body > .container:nth-of-type(1) {
  margin-top: 8rem; }

/* body.page-homepage .container.main {
    margin-top: 0;
} */
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    border: none; }
    .container.main {
      margin-top: 2em;
      transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  body > .container:nth-of-type(1) {
    margin-top: 5rem; } }

.button {
  background-color: #c3a880;
  color: #fff;
  transition: 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  border: 1px solid #c3a880;
  font-size: 1.2em;
  font-weight: bold;
  padding: 0.75em 1em;
  padding-right: 1.5em;
  cursor: pointer; }
  .button:before {
    content: '';
    display: inline-block;
    width: 3.5px;
    height: 7.5px;
    background: url("../images/icons/button_before_arrow@2x.png") no-repeat center;
    background-size: 100% 100%;
    margin-right: 0.5em;
    vertical-align: middle; }
    html.rtl .button:before {
      margin-left: 0.5em;
      margin-right: inherit;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .button:hover {
    background: #fff;
    color: #c3a880; }

.button-center {
  width: 100%;
  text-align: center; }
  .button-center .button {
    margin-top: 2em; }
    .button-center .button:first-child {
      margin-top: 0; }

.return {
  font-size: 1.4em;
  color: #c3a880;
  margin: 1.7em 0;
  display: block;
  font-weight: bold;
  position: relative;
  padding-left: 35px; }
  .return:before {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    left: 0;
    top: -5px;
    background: url("") no-repeat center;
    background-size: 100% 100%;
    background-image: url("../images/icons/return@2x.png"); }

@media screen and (max-width: 767px) {
  .return {
    margin-left: 1.3em;
    font-size: 1.2em; }
    .return:before {
      top: -6px; } }

input[type=radio],
input[type=checkbox] {
  border: 1px solid #9a9a9a;
  transition: cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
  width: 7px;
  height: 7px;
  vertical-align: middle;
  border-radius: 50%;
  margin-right: 1em;
  position: relative;
  margin-top: 0; }

input[type=radio]:checked,
input[type=checkbox]:checked {
  background-color: #c3a880;
  border-color: #c3a880; }

select {
  border: 1px solid #9a9a9a;
  border-radius: 0;
  background-color: #fff; }

[class^="icon-"]:before,
[class*=" icon-"]:before,
[class^="icon-after-"]:after,
[class*=" icon-after-"]:after {
  content: "";
  display: inline-block;
  vertical-align: baseline;
  background: no-repeat center;
  background-size: contain; }

[class^="icon-after-"]:before,
[class*=" icon-after-"]:before {
  content: none; }

.icon-alcohol_white:before, .icon-after-alcohol_white:after {
  background-image: url("../images/icons/alcohol_white.png"); }

.icon-bowl_white:before, .icon-after-bowl_white:after {
  background-image: url("../images/icons/bowl_white.png"); }

.icon-button_before_arrow:before, .icon-after-button_before_arrow:after {
  background-image: url("../images/icons/button_before_arrow@2x.png"); }

.icon-caps:before, .icon-after-caps:after {
  background-image: url("../images/icons/caps@2x.png"); }

.icon-caps_white:before, .icon-after-caps_white:after {
  background-image: url("../images/icons/caps_white.png"); }

.icon-chef_hat_white:before, .icon-after-chef_hat_white:after {
  background-image: url("../images/icons/chef_hat_white.png"); }

.icon-close:before, .icon-after-close:after {
  background-image: url("../images/icons/close@2x.png"); }

.icon-coffee_bean:before, .icon-after-coffee_bean:after {
  background-image: url("../images/icons/coffee_bean@2x.png"); }

.icon-cup_white:before, .icon-after-cup_white:after {
  background-image: url("../images/icons/cup_white.png"); }

.icon-difficulty:before, .icon-after-difficulty:after {
  background-image: url("../images/icons/difficulty@2x.png"); }

.icon-difficulty_easy:before, .icon-after-difficulty_easy:after {
  background-image: url("../images/icons/difficulty_big_easy.png"); }

.icon-difficulty_medium:before, .icon-after-difficulty_medium:after {
  background-image: url("../images/icons/difficulty_big_medium.png"); }

.icon-difficulty_difficult:before, .icon-after-difficulty_difficult:after {
  background-image: url("../images/icons/difficulty_big_difficult.png"); }

.icon-difficulty_big:before, .icon-after-difficulty_big:after {
  background-image: url("../images/icons/difficulty_big@2x.png"); }

.icon-download:before, .icon-after-download:after {
  background-image: url("../images/icons/download@2x.png"); }

.icon-earth:before, .icon-after-earth:after {
  background-image: url("../images/icons/earth@2x.png"); }

.icon-facebook:before, .icon-after-facebook:after {
  background-image: url("../images/icons/facebook@2x.png"); }

.icon-gplus:before, .icon-after-gplus:after {
  background-image: url("../images/icons/gplus@2x.png"); }

.icon-magnifier_gold:before, .icon-after-magnifier_gold:after {
  background-image: url("../images/icons/magnifier_gold@2x.png"); }

.icon-magnifier_white:before, .icon-after-magnifier_white:after {
  background-image: url("../images/icons/magnifier_white@2x.png"); }

.icon-moment:before, .icon-after-moment:after {
  background-image: url("../images/icons/moment@2x.png"); }

.icon-mood:before, .icon-after-mood:after {
  background-image: url("../images/icons/mood@2x.png"); }

.icon-people:before, .icon-after-people:after {
  background-image: url("../images/icons/people@2x.png"); }

.icon-pinterest:before, .icon-after-pinterest:after {
  background-image: url("../images/icons/pinterest@2x.png"); }

.icon-preparation_time:before, .icon-after-time:after {
  background-image: url("../images/icons/time@2x.png"); }

.icon-print:before, .icon-after-print:after {
  background-image: url("../images/icons/print@2x.png"); }

.icon-return:before, .icon-after-return:after {
  background-image: url("../images/icons/return@2x.png"); }

.icon-see_recipe:before, .icon-after-see_recipe:after {
  background-image: url("../images/icons/see_recipe@2x.png"); }

.icon-send:before, .icon-after-send:after {
  background-image: url("../images/icons/send@2x.png"); }

.icon-send_white:before, .icon-after-send_white:after {
  background-image: url("../images/icons/send_white.png"); }

.icon-slidetoggle:before, .icon-after-slidetoggle:after {
  background-image: url("../images/icons/slidetoggle@2x.png"); }

.icon-time:before, .icon-after-time:after {
  background-image: url("../images/icons/time@2x.png"); }

.icon-twitter:before, .icon-after-twitter:after {
  background-image: url("../images/icons/twitter@2x.png"); }

.nes-button {
  padding: 8px 22px;
  cursor: pointer;
  text-shadow: 1px 1px 1px #104800;
  color: #fff;
  border: 1px solid #000;
  border-radius: 2px;
  display: inline-block;
  margin: 10px auto; }
  .nes-button--green {
    background-color: #357E00;
    border-color: #104800; }
    .nes-button--green:hover {
      background-color: #2B5518; }

.locales .popup-locales .window {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  opacity: 1; }

.popup-locales {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  bottom: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10001;
  font-family: Arial, sans-serif;
  display: none;
  transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
  .popup-locales .table {
    display: table;
    height: 100%;
    width: 100%; }
  .popup-locales .td {
    display: table-cell;
    vertical-align: middle; }
  .popup-locales ul {
    position: static; }
  .popup-locales li {
    border: 0; }
  .popup-locales * {
    margin: 0;
    padding: 0;
    list-style: none; }
  .popup-locales .window {
    position: relative;
    width: 730px;
    margin: auto;
    color: #FFF;
    background: #564f4a;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    text-align: left;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    opacity: 0; }
  .popup-locales .btn-close {
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 20px;
    line-height: 20px;
    font-size: 30px;
    text-align: center; }
  .popup-locales .gradient-bg {
    background: #333; }
  .popup-locales .window-title {
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    padding-left: 25px;
    font-weight: bold; }
  .popup-locales .nav-continent {
    background: #666;
    padding-left: 25px; }
  .popup-locales .btn-continent {
    display: inline-block;
    margin-right: 35px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    text-transform: uppercase;
    font-size: 11px; }
  .popup-locales .btn-continent a {
    color: #222;
    transition: color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    .popup-locales .btn-continent a:hover {
      color: #333; }
  .popup-locales .btn-continent.current a {
    color: #FFF; }
  .popup-locales .continents {
    padding: 25px 0 25px 25px; }
  .popup-locales .continent {
    display: none; }
  .popup-locales .continent.current {
    display: block; }
  .popup-locales .country {
    width: 228px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 25px;
    font-size: 11px;
    position: relative; }
  .popup-locales .country-label {
    text-transform: uppercase;
    display: block;
    margin-bottom: 3px;
    margin-left: 25px; }
  .popup-locales .country.last {
    width: auto; }
  .popup-locales .langs {
    margin-left: 25px; }
  .popup-locales .lang {
    display: inline; }
  .popup-locales .lang:before {
    content: '\2022';
    margin: 0 5px;
    position: relative;
    top: 1px; }
  .popup-locales .lang.first:before {
    content: '';
    margin: 0; }
  .popup-locales .lang a {
    color: #FFF;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    text-decoration: none; }
    .popup-locales .lang a:hover {
      opacity: 0.6; }
  .popup-locales .sprite {
    position: absolute;
    top: 0;
    left: 0; }
  @media screen and (max-width: 767px) {
    .popup-locales {
      position: absolute;
      top: 0;
      left: 0;
      background: #333;
      -webkit-transform: translateX(-100%) scale(1);
          -ms-transform: translateX(-100%) scale(1);
              transform: translateX(-100%) scale(1); }
      .popup-locales .window {
        box-shadow: none; }
      .popup-locales .td {
        vertical-align: top; }
      .popup-locales .locales section {
        display: none; }
      .popup-locales .window {
        width: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0;
        -webkit-transform: scale(1);
            -ms-transform: scale(1);
                transform: scale(1); }
      .popup-locales .window-title {
        font-size: 12px;
        line-height: 4em;
        height: auto;
        padding: 0 1em; }
      .popup-locales .nav-continent {
        padding-left: 10px; }
      .popup-locales .btn-continent {
        margin-right: 12px; }
      .popup-locales .continents {
        padding: 0;
        padding-top: 15px; }
      .popup-locales .country {
        width: 100%;
        margin: 0px 0px 15px 0px;
        padding-bottom: 10px;
        border-bottom: 1px solid #666; }
      .popup-locales .country.last {
        width: 100%; }
      .popup-locales .country:last-child {
        margin-bottom: 0px; }
      .popup-locales .sprite {
        left: 10px; }
      .popup-locales .country-label {
        margin-left: 35px; }
      .popup-locales .langs {
        float: right;
        margin-top: -20px;
        margin-right: 10px; }
      .popup-locales .lang-label {
        display: inline-block;
        padding: 4px 8px; }
      .popup-locales .country-CH .langs {
        margin-top: 5px; } }

@media screen and (max-width: 767px) {
  body.locales .popup-locales {
    -webkit-transform: translateX(0) scale(1);
        -ms-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1; } }

/* Sprite */
.sprite {
  background: url("../images/sprites_nespresso.png") no-repeat;
  position: relative;
  width: 16px;
  height: 11px; }

.sprite-ad-png {
  background-position: -432px -286px; }

.sprite-ae-png {
  background-position: -432px -264px; }

.sprite-af-png {
  background-position: -432px -242px; }

.sprite-ag-png {
  background-position: -432px -220px; }

.sprite-ai-png {
  background-position: -432px -198px; }

.sprite-al-png {
  background-position: -432px -176px; }

.sprite-am-png {
  background-position: -432px -154px; }

.sprite-an-png {
  background-position: -432px -132px; }

.sprite-ao-png {
  background-position: -433px -110px; }

.sprite-ar-png {
  background-position: -437px -88px; }

.sprite-as-png {
  background-position: -437px -66px; }

.sprite-at-png {
  background-position: -434px -44px; }

.sprite-au-png {
  background-position: -434px -22px; }

.sprite-aw-png {
  background-position: -434px -0px; }

.sprite-ax-png {
  background-position: -405px -418px; }

.sprite-az-png {
  background-position: -378px -418px; }

.sprite-ba-png {
  background-position: -351px -418px; }

.sprite-bb-png {
  background-position: -324px -418px; }

.sprite-bd-png {
  background-position: -297px -418px; }

.sprite-be-png {
  background-position: -270px -418px; }

.sprite-bf-png {
  background-position: -243px -418px; }

.sprite-bg-png {
  background-position: -216px -418px; }

.sprite-bh-png {
  background-position: -189px -418px; }

.sprite-bi-png {
  background-position: -162px -418px; }

.sprite-bj-png {
  background-position: -135px -418px; }

.sprite-bm-png {
  background-position: -108px -418px; }

.sprite-bn-png {
  background-position: -81px -418px; }

.sprite-bo-png {
  background-position: -54px -418px; }

.sprite-br-png {
  background-position: -27px -418px; }

.sprite-bs-png {
  background-position: -0px -418px; }

.sprite-bt-png {
  background-position: -405px -396px; }

.sprite-bv-png {
  background-position: -405px -374px; }

.sprite-bw-png {
  background-position: -405px -352px; }

.sprite-by-png {
  background-position: -405px -330px; }

.sprite-bz-png {
  background-position: -405px -308px; }

.sprite-ca-png {
  background-position: -405px -286px; }

.sprite-catalonia-png {
  background-position: -405px -264px; }

.sprite-cc-png {
  background-position: -405px -242px; }

.sprite-cd-png {
  background-position: -405px -220px; }

.sprite-cf-png {
  background-position: -405px -198px; }

.sprite-cg-png {
  background-position: -405px -176px; }

.sprite-ch-png {
  background-position: -452px -110px; }

.sprite-ci-png {
  background-position: -405px -154px; }

.sprite-ck-png {
  background-position: -405px -132px; }

.sprite-cl-png {
  background-position: -406px -110px; }

.sprite-cm-png {
  background-position: -410px -88px; }

.sprite-cn-png {
  background-position: -410px -66px; }

.sprite-co-png {
  background-position: -407px -44px; }

.sprite-cr-png {
  background-position: -407px -22px; }

.sprite-cs-png {
  background-position: -407px -0px; }

.sprite-cu-png {
  background-position: -378px -394px; }

.sprite-cv-png {
  background-position: -351px -394px; }

.sprite-cx-png {
  background-position: -324px -394px; }

.sprite-cy-png {
  background-position: -297px -394px; }

.sprite-cz-png {
  background-position: -270px -394px; }

.sprite-de-png {
  background-position: -243px -394px; }

.sprite-dj-png {
  background-position: -216px -394px; }

.sprite-dk-png {
  background-position: -189px -394px; }

.sprite-dm-png {
  background-position: -162px -394px; }

.sprite-do-png {
  background-position: -135px -394px; }

.sprite-dz-png {
  background-position: -108px -394px; }

.sprite-ec-png {
  background-position: -81px -394px; }

.sprite-ee-png {
  background-position: -54px -394px; }

.sprite-eg-png {
  background-position: -27px -394px; }

.sprite-eh-png {
  background-position: -0px -394px; }

.sprite-england-png {
  background-position: -378px -372px; }

.sprite-er-png {
  background-position: -351px -372px; }

.sprite-es-png {
  background-position: -324px -372px; }

.sprite-et-png {
  background-position: -297px -372px; }

.sprite-europeanunion-png {
  background-position: -270px -372px; }

.sprite-fam-png {
  background-position: -243px -372px; }

.sprite-fi-png {
  background-position: -216px -372px; }

.sprite-fj-png {
  background-position: -189px -372px; }

.sprite-fk-png {
  background-position: -162px -372px; }

.sprite-fm-png {
  background-position: -135px -372px; }

.sprite-fo-png {
  background-position: -108px -372px; }

.sprite-fr-png {
  background-position: -81px -372px; }

.sprite-ga-png {
  background-position: -54px -372px; }

.sprite-gb-png {
  background-position: -27px -372px; }

.sprite-gd-png {
  background-position: -0px -372px; }

.sprite-ge-png {
  background-position: -378px -350px; }

.sprite-gf-png {
  background-position: -351px -350px; }

.sprite-gh-png {
  background-position: -324px -350px; }

.sprite-gi-png {
  background-position: -297px -350px; }

.sprite-gl-png {
  background-position: -270px -350px; }

.sprite-gm-png {
  background-position: -243px -350px; }

.sprite-gn-png {
  background-position: -216px -350px; }

.sprite-gp-png {
  background-position: -81px -372px; }

.sprite-gq-png {
  background-position: -162px -350px; }

.sprite-gr-png {
  background-position: -135px -350px; }

.sprite-gs-png {
  background-position: -108px -350px; }

.sprite-gt-png {
  background-position: -81px -350px; }

.sprite-gu-png {
  background-position: -54px -350px; }

.sprite-gw-png {
  background-position: -27px -350px; }

.sprite-gy-png {
  background-position: -0px -350px; }

.sprite-hk-png {
  background-position: -378px -328px; }

.sprite-hm-png {
  background-position: -351px -328px; }

.sprite-hn-png {
  background-position: -324px -328px; }

.sprite-hr-png {
  background-position: -297px -328px; }

.sprite-ht-png {
  background-position: -270px -328px; }

.sprite-hu-png {
  background-position: -243px -328px; }

.sprite-id-png {
  background-position: -216px -328px; }

.sprite-ie-png {
  background-position: -189px -328px; }

.sprite-il-png {
  background-position: -162px -328px; }

.sprite-in-png {
  background-position: -135px -328px; }

.sprite-int-png {
  width: 15px;
  height: 17px;
  top: -4px;
  background-position: -163px -126px; }

.sprite--png {
  width: 15px;
  height: 17px;
  top: -4px;
  background-position: -163px -126px; }

.sprite-io-png {
  background-position: -108px -328px; }

.sprite-iq-png {
  background-position: -81px -328px; }

.sprite-ir-png {
  background-position: -54px -328px; }

.sprite-is-png {
  background-position: -27px -328px; }

.sprite-it-png {
  background-position: -0px -328px; }

.sprite-jm-png {
  background-position: -378px -306px; }

.sprite-jo-png {
  background-position: -351px -306px; }

.sprite-jp-png {
  background-position: -324px -306px; }

.sprite-ke-png {
  background-position: -297px -306px; }

.sprite-kg-png {
  background-position: -270px -306px; }

.sprite-kh-png {
  background-position: -243px -306px; }

.sprite-ki-png {
  background-position: -216px -306px; }

.sprite-km-png {
  background-position: -189px -306px; }

.sprite-kn-png {
  background-position: -162px -306px; }

.sprite-kp-png {
  background-position: -135px -306px; }

.sprite-kr-png {
  background-position: -108px -306px; }

.sprite-kw-png {
  background-position: -81px -306px; }

.sprite-ky-png {
  background-position: -54px -306px; }

.sprite-kz-png {
  background-position: -27px -306px; }

.sprite-la-png {
  background-position: -0px -306px; }

.sprite-lb-png {
  background-position: -378px -284px; }

.sprite-lc-png {
  background-position: -351px -284px; }

.sprite-li-png {
  background-position: -324px -284px; }

.sprite-lk-png {
  background-position: -297px -284px; }

.sprite-lr-png {
  background-position: -270px -284px; }

.sprite-ls-png {
  background-position: -243px -284px; }

.sprite-lt-png {
  background-position: -216px -284px; }

.sprite-lu-png {
  background-position: -189px -284px; }

.sprite-lv-png {
  background-position: -162px -284px; }

.sprite-ly-png {
  background-position: -135px -284px; }

.sprite-ma-png {
  background-position: -108px -284px; }

.sprite-mc-png {
  background-position: -81px -284px; }

.sprite-md-png {
  background-position: -54px -284px; }

.sprite-me-png {
  width: 16px;
  height: 12px;
  background-position: -190px -108px; }

.sprite-mg-png {
  background-position: -27px -284px; }

.sprite-mh-png {
  background-position: -0px -284px; }

.sprite-mk-png {
  background-position: -378px -262px; }

.sprite-ml-png {
  background-position: -351px -262px; }

.sprite-mm-png {
  background-position: -324px -262px; }

.sprite-mn-png {
  background-position: -297px -262px; }

.sprite-mo-png {
  background-position: -270px -262px; }

.sprite-mp-png {
  background-position: -243px -262px; }

.sprite-mq-png {
  background-position: -81px -372px; }

.sprite-mr-png {
  background-position: -189px -262px; }

.sprite-ms-png {
  background-position: -162px -262px; }

.sprite-mt-png {
  background-position: -135px -262px; }

.sprite-mu-png {
  background-position: -108px -262px; }

.sprite-mv-png {
  background-position: -81px -262px; }

.sprite-mw-png {
  background-position: -54px -262px; }

.sprite-mx-png {
  background-position: -27px -262px; }

.sprite-my-png {
  background-position: -0px -262px; }

.sprite-mz-png {
  background-position: -378px -240px; }

.sprite-na-png {
  background-position: -351px -240px; }

.sprite-nc-png {
  background-position: -324px -240px; }

.sprite-ne-png {
  background-position: -297px -240px; }

.sprite-nf-png {
  background-position: -270px -240px; }

.sprite-ng-png {
  background-position: -243px -240px; }

.sprite-ni-png {
  background-position: -216px -240px; }

.sprite-nl-png {
  background-position: -189px -240px; }

.sprite-no-png {
  background-position: -162px -240px; }

.sprite-np-png {
  width: 9px;
  height: 11px;
  background-position: -461px -0px; }

.sprite-nr-png {
  background-position: -135px -240px; }

.sprite-nu-png {
  background-position: -108px -240px; }

.sprite-nz-png {
  background-position: -81px -240px; }

.sprite-om-png {
  background-position: -54px -240px; }

.sprite-pa-png {
  background-position: -27px -240px; }

.sprite-pe-png {
  background-position: -0px -240px; }

.sprite-pf-png {
  background-position: -378px -218px; }

.sprite-pg-png {
  background-position: -351px -218px; }

.sprite-ph-png {
  background-position: -324px -218px; }

.sprite-pk-png {
  background-position: -297px -218px; }

.sprite-pl-png {
  background-position: -270px -218px; }

.sprite-pm-png {
  background-position: -243px -218px; }

.sprite-pn-png {
  background-position: -216px -218px; }

.sprite-pr-png {
  background-position: -189px -218px; }

.sprite-ps-png {
  background-position: -162px -218px; }

.sprite-pt-png {
  background-position: -135px -218px; }

.sprite-pw-png {
  background-position: -108px -218px; }

.sprite-py-png {
  background-position: -81px -218px; }

.sprite-qa-png {
  background-position: -54px -218px; }

.sprite-re-png {
  background-position: -27px -218px; }

.sprite-ro-png {
  background-position: -0px -218px; }

.sprite-rs-png {
  background-position: -378px -196px; }

.sprite-ru-png {
  background-position: -351px -196px; }

.sprite-rw-png {
  background-position: -324px -196px; }

.sprite-sa-png {
  background-position: -297px -196px; }

.sprite-sb-png {
  background-position: -270px -196px; }

.sprite-sc-png {
  background-position: -243px -196px; }

.sprite-scotland-png {
  background-position: -216px -196px; }

.sprite-sd-png {
  background-position: -189px -196px; }

.sprite-se-png {
  background-position: -162px -196px; }

.sprite-sg-png {
  background-position: -135px -196px; }

.sprite-sh-png {
  background-position: -108px -196px; }

.sprite-si-png {
  background-position: -81px -196px; }

.sprite-sj-png {
  background-position: -54px -196px; }

.sprite-sk-png {
  background-position: -27px -196px; }

.sprite-sl-png {
  background-position: -0px -196px; }

.sprite-sm-png {
  background-position: -378px -174px; }

.sprite-sn-png {
  background-position: -351px -174px; }

.sprite-so-png {
  background-position: -324px -174px; }

.sprite-sr-png {
  background-position: -297px -174px; }

.sprite-st-png {
  background-position: -270px -174px; }

.sprite-sv-png {
  background-position: -243px -174px; }

.sprite-sy-png {
  background-position: -216px -174px; }

.sprite-sz-png {
  background-position: -189px -174px; }

.sprite-tc-png {
  background-position: -162px -174px; }

.sprite-td-png {
  background-position: -135px -174px; }

.sprite-tf-png {
  background-position: -108px -174px; }

.sprite-tg-png {
  background-position: -81px -174px; }

.sprite-th-png {
  background-position: -54px -174px; }

.sprite-tj-png {
  background-position: -27px -174px; }

.sprite-tk-png {
  background-position: -0px -174px; }

.sprite-tl-png {
  background-position: -378px -152px; }

.sprite-tm-png {
  background-position: -351px -152px; }

.sprite-tn-png {
  background-position: -324px -152px; }

.sprite-to-png {
  background-position: -297px -152px; }

.sprite-tr-png {
  background-position: -270px -152px; }

.sprite-tt-png {
  background-position: -243px -152px; }

.sprite-tv-png {
  background-position: -216px -152px; }

.sprite-tw-png {
  background-position: -189px -152px; }

.sprite-tz-png {
  background-position: -162px -152px; }

.sprite-ua-png {
  background-position: -135px -152px; }

.sprite-ug-png {
  background-position: -108px -152px; }

.sprite-uk-png {
  width: 14px;
  height: 11px;
  background-position: -432px -308px; }

.sprite-um-png {
  background-position: -81px -152px; }

.sprite-us-png {
  background-position: -54px -152px; }

.sprite-uy-png {
  background-position: -27px -152px; }

.sprite-uz-png {
  background-position: -0px -152px; }

.sprite-va-png {
  background-position: -379px -130px; }

.sprite-vc-png {
  background-position: -352px -130px; }

.sprite-ve-png {
  background-position: -325px -130px; }

.sprite-vg-png {
  background-position: -298px -130px; }

.sprite-vi-png {
  background-position: -271px -130px; }

.sprite-vn-png {
  background-position: -244px -130px; }

.sprite-vu-png {
  background-position: -217px -130px; }

.sprite-wales-png {
  background-position: -190px -130px; }

.sprite-wf-png {
  background-position: -379px -108px; }

.sprite-ws-png {
  background-position: -352px -108px; }

.sprite-ye-png {
  background-position: -325px -108px; }

.sprite-yt-png {
  background-position: -298px -108px; }

.sprite-za-png {
  background-position: -271px -108px; }

.sprite-zm-png {
  background-position: -244px -108px; }

.sprite-zw-png {
  background-position: -217px -108px; }

#header {
  width: 100%;
  height: 6rem;
  border-bottom: 1px solid #3b3b3b;
  background-color: #090909;
  position: fixed;
  top: 0;
  z-index: 1000;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  #header > .inner {
    height: 100%;
    position: relative;
    max-width: 92rem;
    width: 90%;
    margin: 0 auto; }
  #header .header__logo {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -15px;
    transition: opacity cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s; }
    #header .header__logo:hover {
      opacity: 0.7; }
  #header .header__lang {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -5px; }
    #header .header__lang img {
      display: block; }
  #header .header__btn-order {
    position: absolute;
    right: 40px;
    top: 50%;
    margin-top: -16px;
    color: #fff;
    display: block;
    height: 32px;
    line-height: 32px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
    width: 205px;
    z-index: 1;
    background: #51504E;
    border-radius: 4px;
    cursor: pointer; }
    #header .header__btn-order.active {
      background: #357E00; }
    #header .header__btn-order .icon {
      border-right: 1px solid #434341;
      color: #fff;
      font-size: 12px;
      height: 32px;
      left: 8px;
      line-height: 32px;
      position: absolute;
      right: auto;
      top: 0;
      width: 29px;
      background: url("../images/select-header-icon-bag.png") no-repeat scroll 0 0 transparent; }
    #header .header__btn-order .toggle {
      overflow: hidden;
      text-overflow: ellipsis;
      padding-left: 46px;
      padding-right: 10px;
      display: block; }
    html.market-int #header .header__btn-order {
      display: none; }
  #header .pdf-header {
    display: none; }
  @media screen and (max-width: 992px) {
    #header > .inner {
      max-width: none;
      width: 100%; }
    #header .header__logo {
      margin-left: 2rem; }
    #header .header__lang {
      right: 1rem; } }
  @media screen and (max-width: 767px) {
    #header {
      height: 5rem;
      border-bottom: none; }
      #header .header__lang {
        display: none; }
      #header .header__btn-order {
        width: 40px;
        right: 2rem; }
        #header .header__btn-order .icon {
          border-right: 0; }
        #header .header__btn-order .toggle {
          display: none; }
      #header > .inner {
        background-position: center;
        background-size: auto 45%; }
      #header .header__logo {
        margin-left: 0;
        width: 100%;
        text-align: center; }
        #header .header__logo img {
          -webkit-transform: scale(0.6);
              -ms-transform: scale(0.6);
                  transform: scale(0.6); } }

.search-mobile-button {
  display: none;
  width: 5em;
  height: 5em;
  position: absolute;
  z-index: 1001;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  left: 2%;
  top: 16.4em; }
  html.rtl .search-mobile-button {
    left: inherit;
    right: 2%; }
  .search-mobile-button:after, .search-mobile-button:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 50%;
    background: url("") #c3a880 no-repeat center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .search-mobile-button:after {
    background-image: url("../images/icons/close@2x.png");
    background-size: 16px 16px;
    -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0);
            transform: rotateX(0deg) rotateY(180deg) rotateZ(0); }
  .search-mobile-button:before {
    background-image: url("../images/icons/magnifier_white@2x.png");
    background-size: 20px 20px; }

@media screen and (max-width: 767px) {
  header,
  header h1 span,
  .search-mobile-button {
    transition: 0.3s; }
  html.page-home .search-mobile-button {
    display: block; }
  header {
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    padding-top: 2em;
    padding-bottom: 2em;
    top: 0;
    margin: 0;
    z-index: 40;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    position: fixed;
    background: #000 !important; } }

.product {
  font-family: 'Trebuchet MS', Helvetica, Arial, sans-serif;
  font-weight: 400;
  height: 71px;
  line-height: 14px;
  cursor: pointer;
  border-bottom: 1px solid #bbb;
  border-top: 1px solid #fff;
  position: relative;
  text-transform: uppercase;
  width: 292px;
  color: #2a2c2c;
  font-size: 1rem;
  text-align: left;
  background: linear-gradient(#EBEDF0, #E6E7EB);
  display: inline-block;
  margin: 0 1px; }
  .product:hover {
    background: linear-gradient(#E4E5E7, #C2C3C5); }
  .product .cap {
    width: 60px;
    height: 60px;
    display: inline-block;
    vertical-align: top;
    margin-top: 5px;
    background-position: center;
    background-size: 80% auto;
    background-repeat: no-repeat;
    background-image: url("../images/caps/C-0090_small_60x60.png"); }
  .product .name {
    top: 15px;
    position: relative; }
  .product .intensity {
    position: absolute;
    left: 63px;
    bottom: 10px; }
    .product .intensity b {
      float: left;
      margin-right: 5px;
      font-weight: normal;
      position: relative;
      top: -4px; }
    .product .intensity .dot {
      display: inline-block;
      margin: 0 1px;
      height: 5px;
      width: 4px;
      float: left;
      background: #dcdedf;
      border-bottom: 1px solid #fff; }
      .product .intensity .dot.active {
        background: #8c8d8d; }
  .product .buy {
    position: absolute;
    top: 50%;
    right: 10px;
    margin-top: -12px;
    font-size: 13px;
    text-transform: none; }
    .product .buy .nes-order-wrapper .nes-order-price {
      color: #2a2c2c !important;
      font-weight: normal;
      font-size: 1.2rem; }
    .product .buy .nes-order-wrapper .nes-order-quantity-result {
      width: 30px !important;
      height: 30px !important;
      background: #C1C4C8 !important;
      border: 0 !important;
      border-left: 1px solid #fff !important;
      border-top: 1px solid #fff !important;
      box-shadow: 1px 1px 2px #999 !important;
      border-radius: 2px !important;
      color: #000 !important;
      text-shadow: none !important;
      padding: 0 !important;
      line-height: 30px !important;
      text-align: center !important; }
      .product .buy .nes-order-wrapper .nes-order-quantity-result.empty {
        color: transparent !important; }
      .product .buy .nes-order-wrapper .nes-order-quantity-result:after {
        position: absolute !important;
        width: 100% !important;
        top: 0 !important;
        left: 0 !important;
        text-align: center;
        text-shadow: none !important;
        color: #000 !important;
        line-height: 30px !important; }
      .product .buy .nes-order-wrapper .nes-order-quantity-result:hover {
        background: #3E3C3D !important;
        border-color: #ABAAAB !important; }
        .product .buy .nes-order-wrapper .nes-order-quantity-result:hover:after {
          color: #fff !important; }
    .product .buy .nes-order-wrapper .nes-order-quantity-menu {
      font-size: 19px !important;
      left: -5px; }
      .product .buy .nes-order-wrapper .nes-order-quantity-menu a {
        width: 3.2em !important;
        padding: 0.7em 0.5em !important; }
      .product .buy .nes-order-wrapper .nes-order-quantity-menu input[type=text], .product .buy .nes-order-wrapper .nes-order-quantity-menu input[type=button] {
        height: 25px !important; }
      .product .buy .nes-order-wrapper .nes-order-quantity-menu h3 {
        padding: 0.5em 0 !important; }
    .product .buy .nes-order-wrapper [add-to-cart] {
      display: none; }

.popin-caps .ui-content {
  max-width: 882px; }

.footer-news {
  width: 100%;
  border-top: 5px solid #f2f1f1; }
  .footer-news .extern-link {
    width: 50%;
    float: left;
    position: relative; }
    .footer-news .extern-link:only-child {
      width: 100%; }
    .footer-news .extern-link a {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .footer-news .extern-link .photo {
      height: 9em;
      width: 100%;
      background: no-repeat center;
      background-size: cover;
      position: relative; }
      .footer-news .extern-link .photo:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 0;
        background-color: rgba(0, 0, 0, 0.3);
        transition: 0.3s; }
    .footer-news .extern-link h3 {
      color: #c3a880;
      font-weight: 900;
      font-size: 1.4em;
      text-transform: uppercase;
      padding: 1em;
      box-sizing: border-box; }
    .footer-news .extern-link:nth-child(2n) h1 {
      text-align: right; }
    .footer-news .extern-link.has-link:hover {
      cursor: pointer; }
      .footer-news .extern-link.has-link:hover .photo:before {
        opacity: 1; }

footer {
  width: 100%;
  height: 10rem;
  background-color: #000;
  color: #fff;
  border-top: 1px solid #3b3b3b;
  position: relative; }
  footer > .inner {
    height: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 172px 31px;
    background-image: url("../images/logos/nespresso@2x.png");
    max-width: 92rem;
    width: 90%;
    margin: 0 auto; }
  footer .footer__link {
    font-size: 1rem;
    display: inline-block;
    margin-left: 1.9rem;
    margin-top: 5rem;
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
    footer .footer__link:first-child {
      margin-left: 200px; }
    footer .footer__link:hover {
      opacity: 0.5; }
  footer .footer__follow {
    font-size: 1rem;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 3.4rem; }
    footer .footer__follow .footer__follow__icon {
      width: 27px;
      height: 30px;
      opacity: 0.5;
      transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
      background: no-repeat center;
      background-size: contain;
      display: inline-block;
      position: relative;
      top: 12px;
      margin-left: .7rem; }
      footer .footer__follow .footer__follow__icon:first-child {
        margin-left: 1.5rem; }
      footer .footer__follow .footer__follow__icon.facebook {
        background-image: url("../images/icons/social/facebook@2x.png"); }
      footer .footer__follow .footer__follow__icon.twitter {
        background-image: url("../images/icons/social/twitter@2x.png"); }
      footer .footer__follow .footer__follow__icon.youtube {
        background-image: url("../images/icons/social/youtube@2x.png"); }
    footer .footer__follow .footer__follow__icon__icon:hover {
      opacity: 1; }
  @media screen and (max-width: 767px) {
    footer {
      margin-top: 0;
      height: auto; }
      footer > .inner {
        background: none;
        width: 100%;
        text-align: center;
        margin-top: 4em; }
      footer .footer__follow {
        position: static;
        text-align: center;
        margin: 2em 0; }
      footer .footer__link {
        margin-left: 1em !important;
        margin-right: 1em !important;
        margin-top: 1em; } }
  @media screen and (max-width: 800px) {
    footer > .inner {
      background: none; }
    footer .footer__link {
      margin-left: 2rem; } }
  html.rtl footer {
    direction: ltr; }

@media screen and (max-width: 767px) {
  .footer-news .extern-link {
    width: 100%; }
    .footer-news .extern-link .photo {
      height: 6em; }
    .footer-news .extern-link h1 {
      font-size: 1.2em; }
    .footer-news .extern-link:nth-child(2n) h1 {
      text-align: left; } }

.recipes-grid {
  width: 100%;
  padding-top: 4px;
  position: relative;
  background-color: #f2f1f1; }
  .recipes-grid .recipe-block {
    margin-top: 4px;
    /* &:first-child {
            margin-top: 0;
        } */ }

.deckgrid[deckgrid]::before {
  /* Specifies that the grid should have a maximum of 4 columns. Each column will have the classes 'column' and 'column-1-4' */
  content: '4 .column.column-1-4';
  font-size: 0;
  /* See https://github.com/akoenig/angular-deckgrid/issues/14#issuecomment-35728861 */
  visibility: hidden; }

.deckgrid .column {
  float: left;
  padding-left: 4px;
  margin-top: -4px; }
  .deckgrid .column:first-child {
    padding-left: 0; }
  .deckgrid .column article {
    opacity: 0;
    transition: opacity linear .3s; }
  .deckgrid .column article.show {
    opacity: 1; }

.deckgrid .column-1-4 {
  width: 25%; }

@media screen and (max-width: 992px) {
  .deckgrid[deckgrid]::before {
    content: '3 .column.column-1-3'; }
  .deckgrid .column-1-3 {
    width: 33%; } }

@media screen and (max-width: 767px) {
  .recipes-grid {
    left: -2.5px; }
  .deckgrid[deckgrid]::before {
    content: '2 .column.column-1-2'; }
  .deckgrid .column-1-2 {
    width: 50%; } }

.discover-recipes .recipe {
  border: 5px solid #f2f1f1;
  border-right: 0;
  border-left: 0;
  width: 100%; }
  .discover-recipes .recipe .photo {
    background: url("") no-repeat center;
    background-size: cover; }
  .discover-recipes .recipe + .recipe {
    border-top: 0; }

.discover-recipes .recipe.full {
  height: 35em;
  position: relative; }
  .discover-recipes .recipe.full .photo {
    background-position: center;
    background-size: cover;
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%; }
  .discover-recipes .recipe.full .blurred {
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
    overflow: hidden; }
    .discover-recipes .recipe.full .blurred:after {
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      background-color: rgba(255, 255, 255, 0.4); }
    .discover-recipes .recipe.full .blurred .blur {
      background-position: center;
      background-size: cover;
      position: absolute;
      left: -233.3%;
      top: 0%;
      width: 333.3%;
      height: 100%;
      -webkit-filter: blur(6px);
              filter: blur(6px); }
  .discover-recipes .recipe.full .content {
    height: 100%;
    position: absolute;
    right: 0;
    width: 30%; }
    .discover-recipes .recipe.full .content .text {
      position: absolute;
      left: 1.5em;
      bottom: 1.5em;
      z-index: 10;
      width: calc(100% - 3em);
      height: auto; }
    .discover-recipes .recipe.full .content .one-line {
      font-size: 2.2em;
      color: #c3a880;
      font-weight: 900;
      text-transform: uppercase;
      margin-bottom: 0.7em; }

.discover-recipes .recipe.main-news .content .one-line {
  color: #000; }

.discover-recipes .recipe.half {
  height: 27em; }
  .discover-recipes .recipe.half .photo, .discover-recipes .recipe.half .content {
    width: 50%;
    height: 100%; }
  .discover-recipes .recipe.half .photo {
    background: url("") no-repeat center;
    background-size: cover;
    float: right;
    border-left: 5px solid #f2f1f1; }
  .discover-recipes .recipe.half .content {
    padding: 3em 4em;
    box-sizing: border-box;
    float: left; }
    .discover-recipes .recipe.half .content h1 {
      text-align: left;
      margin-top: 0; }

.discover-recipes .recipe.half:nth-child(2n) .photo {
  float: left;
  border-left: 0; }

.discover-recipes .recipe.half:nth-child(2n) .content {
  border-left: 5px solid #f2f1f1; }

@media screen and (max-width: 767px) {
  .discover-recipes {
    width: 96%;
    margin: 0 auto;
    text-align: center;
    padding-top: 4em; }
    .discover-recipes .recipe {
      border: 0; }
    .discover-recipes .recipe.full .content, .discover-recipes .recipe.full .content .text {
      position: static;
      height: auto; }
    .discover-recipes .recipe .blurred, .discover-recipes .recipe.half .blurred, .discover-recipes .recipe.full .blurred {
      display: none; }
    .discover-recipes .recipe .photo, .discover-recipes .recipe.half .photo, .discover-recipes .recipe.full .photo {
      width: 100%;
      height: 16em;
      border: 0 !important;
      background: url("") no-repeat center;
      background-size: cover;
      position: static; }
    .discover-recipes .recipe .content, .discover-recipes .recipe.half .content, .discover-recipes .recipe.full .content {
      box-sizing: border-box;
      width: 100%;
      padding: 2.5em 0 4em 0;
      border: 0 !important; }
      .discover-recipes .recipe .content .one-line, .discover-recipes .recipe.half .content .one-line, .discover-recipes .recipe.full .content .one-line {
        font-size: 1.8em;
        text-align: center; }
      .discover-recipes .recipe .content .two-lines, .discover-recipes .recipe.half .content .two-lines, .discover-recipes .recipe.full .content .two-lines {
        margin-top: 0;
        text-align: center; }
        .discover-recipes .recipe .content .two-lines span:first-child, .discover-recipes .recipe.half .content .two-lines span:first-child, .discover-recipes .recipe.full .content .two-lines span:first-child {
          font-size: 1.4em; }
        .discover-recipes .recipe .content .two-lines span:last-child, .discover-recipes .recipe.half .content .two-lines span:last-child, .discover-recipes .recipe.full .content .two-lines span:last-child {
          font-size: 1.8em; } }

.btn-toggle-search-module {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: none;
  background-size: contain;
  border: none;
  padding: 0;
  margin: 1em 1em 0 0;
  font-size: 1.2em; }
  html.rtl .btn-toggle-search-module {
    right: inherit;
    left: 0;
    margin: 1em 0 0 2em; }
  .btn-toggle-search-module:after, .btn-toggle-search-module:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("") #c3a880 no-repeat center;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s; }
  .btn-toggle-search-module:after {
    background-image: url("../images/icons/close@2x.png");
    background-size: 16px 16px;
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0);
            transform: rotateX(180deg) rotateY(0deg) rotateZ(0); }
    html.ie .btn-toggle-search-module:after {
      display: none; }
  .btn-toggle-search-module:before {
    background-image: url("../images/icons/magnifier_white@2x.png");
    background-size: 20px 20px; }
  .btn-toggle-search-module.show-search:after {
    -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
  .btn-toggle-search-module.show-search:before {
    -webkit-transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg);
            transform: rotateX(180deg) rotateY(0deg) rotateZ(0deg); }
  @media screen and (max-width: 767px) {
    .btn-toggle-search-module {
      display: none; } }

body.no-toggle-search-module .btn-toggle-search-module {
  display: none; }

.search-module {
  padding-bottom: 2em; }
  .search-module h2 {
    margin-top: 0; }
  .search-module .search-bar {
    /* $height: 4.5em; */
    position: relative;
    width: 60%;
    margin: 2.5em auto 3.5em auto;
    /* height: $height; */ }
    .search-module .search-bar input, .search-module .search-bar button {
      box-sizing: border-box;
      padding: 0;
      display: block;
      /* float: left;
        height: 100%; */
      height: 2.6em;
      border: 1px solid;
      font-size: 16px; }
      .search-module .search-bar input[type=text], .search-module .search-bar button[type=text] {
        width: 100%;
        border-color: #9a9a9a;
        border-left: 0;
        background-color: #f2f1f1;
        font-weight: bold;
        color: #545454;
        padding-left: 3.6em;
        padding-right: 1em;
        transition: border 0.3s cubic-bezier(0.645, 0.045, 0.355, 1); }
        .search-module .search-bar input[type=text]:focus, .search-module .search-bar button[type=text]:focus {
          border-color: #b3905d; }
        html.rtl .search-module .search-bar input[type=text], html.rtl .search-module .search-bar button[type=text] {
          padding-left: 1em;
          padding-right: 3.6em;
          border-right: 0;
          border-left: 1px solid;
          border-color: #9a9a9a; }
          html.rtl .search-module .search-bar input[type=text]:focus, html.rtl .search-module .search-bar button[type=text]:focus {
            border-color: #b3905d; }
      .search-module .search-bar input[type=button], .search-module .search-bar button[type=button] {
        width: 2.6em;
        position: absolute;
        border-color: #c3a880;
        cursor: default;
        position: absolute;
        top: 0;
        left: 0;
        transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
        background: url("../images/icons/magnifier_white@2x.png") #c3a880 no-repeat center;
        background-size: 20px 20px;
        background-color: #b3905d;
        border-color: #b3905d; }
        html.rtl .search-module .search-bar input[type=button], html.rtl .search-module .search-bar button[type=button] {
          right: 0;
          left: inherit; }
    .search-module .search-bar .angucomplete-dropdown {
      position: absolute;
      width: 100%;
      overflow: auto;
      max-height: 300px;
      background: white;
      top: 100%;
      right: 0;
      border: 1px solid #000;
      border-top: none;
      border-radius: 0;
      padding: 8px;
      z-index: 1; }
      .search-module .search-bar .angucomplete-dropdown .angucomplete-row {
        margin-top: 2px;
        margin-bottom: 0;
        font-size: 14px;
        padding: 8px; }
        .search-module .search-bar .angucomplete-dropdown .angucomplete-row:first-child {
          margin-top: 0; }
        .search-module .search-bar .angucomplete-dropdown .angucomplete-row.angucomplete-selected-row {
          background: #c3a880;
          color: #000; }
        .search-module .search-bar .angucomplete-dropdown .angucomplete-row .highlight {
          font-weight: bold; }
  .search-module .row {
    margin: 0 3.5em;
    box-sizing: border-box;
    margin-bottom: 3em; }
    .search-module .row:first-child {
      margin-top: 0; }
    .search-module .row .column {
      width: 27%;
      float: left; }
      .search-module .row .column:last-child {
        width: 19%; }
      html.rtl .search-module .row .column:last-child {
        width: inherit; }
      html.rtl .search-module .row .column:first-child {
        width: 19%; }
      .search-module .row .column .filter + a {
        margin-top: 1.5em; }
      .search-module .row .column a {
        font-size: 1.4em;
        color: #9a9a9a;
        margin: 0.7em 0 0 32px;
        display: block;
        cursor: pointer;
        position: relative; }
        .search-module .row .column a:before {
          content: ' ';
          display: block;
          position: absolute;
          width: 0.5em;
          height: 0.5em;
          top: .4em;
          margin: 0;
          border: 1px solid #9a9a9a;
          border-radius: 50%;
          transition: background-color 0.3s;
          transition-timing-function: ease; }
        .search-module .row .column a.active:before {
          background-color: #c3a880;
          border-color: #c3a880;
          transition-timing-function: ease-out; }
        .search-module .row .column a.active span {
          color: #c3a880; }
        .search-module .row .column a input {
          display: none; }
        .search-module .row .column a span {
          transition: color cubic-bezier(0.645, 0.045, 0.355, 1) 0.3s;
          display: inline-block;
          line-height: 1.4em;
          vertical-align: top;
          margin-left: 2em; }
          html.rtl .search-module .row .column a span {
            margin-right: 2em;
            margin-left: inherit; }
        .search-module .row .column a:hover span {
          color: #c3a880; }
        .search-module .row .column a:hover input[type=checkbox] {
          border-color: #c3a880; }
    .search-module .row.grand-crus {
      margin-top: -1em;
      margin-bottom: 1em;
      background: #f2f1f1;
      max-height: 0;
      overflow: hidden;
      transition: max-height 0.3s ease, margin-bottom 0.3s ease; }
      .search-module .row.grand-crus > .inner {
        padding: 3em; }
      .search-module .row.grand-crus .column {
        width: auto;
        max-width: 16.8%;
        margin-right: 2%; }
        .search-module .row.grand-crus .column:last-child {
          margin-right: 0; }
        html.rtl .search-module .row.grand-crus .column {
          max-width: 16.5%;
          margin-left: 2%;
          margin-right: inherit; }
          html.rtl .search-module .row.grand-crus .column:first-child {
            margin-left: 0; }
        .search-module .row.grand-crus .column a {
          font-size: 1.2em;
          margin-left: 0;
          margin-right: 0;
          min-height: 1.8em; }
          .search-module .row.grand-crus .column a input {
            top: .4em; }
          .search-module .row.grand-crus .column a span {
            margin-left: 3.8em; }
            html.rtl .search-module .row.grand-crus .column a span:not(.cap) {
              margin-left: inherit;
              margin-right: 3.8em; }
          .search-module .row.grand-crus .column a .cap {
            width: 2em;
            height: 2em;
            background: no-repeat top left;
            background-size: contain;
            position: absolute;
            margin: 0;
            left: 1.3em;
            top: -.4em; }
            html.rtl .search-module .row.grand-crus .column a .cap {
              right: 1.3em;
              left: inherit; }
    .search-module .row h3 {
      font-size: 1.4em;
      font-weight: bold;
      text-transform: uppercase;
      position: relative;
      padding-left: 32px;
      display: inline-block; }
      .search-module .row h3:before {
        position: absolute;
        width: 24px;
        height: 24px;
        left: 0;
        top: -5px; }
      .search-module .row h3.caps {
        padding: 0 0 0 32px;
        width: auto;
        cursor: pointer; }
        .search-module .row h3.caps:after {
          transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
          -webkit-backface-visibility: hidden;
                  backface-visibility: hidden;
          content: '';
          width: 8px;
          height: 6px;
          background: url("../images/icons/slidetoggle@2x.png") no-repeat center;
          background-size: 100% 100%;
          display: inline-block;
          vertical-align: middle;
          margin-left: 8px; }
          html.rtl .search-module .row h3.caps:after {
            margin-right: 8px;
            margin-left: inherit; }
        .search-module .row h3.caps.active:after {
          -webkit-transform: rotate(180deg);
              -ms-transform: rotate(180deg);
                  transform: rotate(180deg); }
      .search-module .row h3.moment:before {
        background-image: url("../images/icons/moment@2x.png"); }
      .search-module .row h3.mood:before {
        background-image: url("../images/icons/mood@2x.png"); }
      .search-module .row h3.difficulty:before {
        background-image: url("../images/icons/difficulty@2x.png"); }
      .search-module .row h3.preparation_time:before {
        background-image: url("../images/icons/time@2x.png"); }
      html.rtl .search-module .row h3 {
        padding-left: 0;
        padding-right: 32px; }
        html.rtl .search-module .row h3:before {
          right: 0;
          left: inherit; }
    .search-module .row h4 {
      font-size: 1.2em;
      font-weight: bold;
      text-transform: uppercase;
      color: #333;
      margin-bottom: 1em; }
      html.rtl .search-module .row h4 {
        margin-right: 1.2em; }
  .search-module.show-grand-crus .row.grand-crus {
    margin-bottom: 3em;
    max-height: 400px; }
  .search-module.show-grand-crus .row h3.caps:after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
  @media screen and (max-width: 767px) {
    .search-module {
      display: none; } }

html.page-home h2 {
  margin-top: 2.4em; }

body.has-toggle-search-module .search-module {
  height: 0;
  overflow: hidden;
  transition: height .3s linear; }

/* body.has-toggle-search-module.show-search-module .search-module {
  opacity: 1;
  height: auto;
} */
body.hide-search-module .search-module {
  height: 0;
  padding: 0;
  overflow: hidden; }

.search-active {
  overflow: hidden; }
  .search-active .search-mobile-button {
    top: 13.5em; }
    .search-active .search-mobile-button:after {
      -webkit-transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg);
              transform: rotateX(0deg) rotateY(0deg) rotateZ(0deg); }
    .search-active .search-mobile-button:before {
      -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
              transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg); }
  .search-active .container.main, .search-active header {
    -webkit-transform: translate3d(50%, 0, 0);
            transform: translate3d(50%, 0, 0); }
  .search-active .search-mobile {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); }

.recipe-block {
  background-color: #fff; }
  .recipe-block .photo {
    width: 100%;
    position: relative; }
    .recipe-block .photo a {
      position: absolute;
      width: 100%;
      opacity: 0;
      top: 0;
      left: 0;
      height: 100%;
      background-color: rgba(195, 168, 128, 0.45);
      transition: opacity 0.3s; }
      .recipe-block .photo a span {
        width: 100%;
        color: #fff;
        font-size: 1.8em;
        font-weight: bold;
        text-align: center;
        position: absolute;
        left: 0;
        top: calc(50% - 0.5em);
        margin-top: 17px;
        -webkit-transform: scale(0.5);
            -ms-transform: scale(0.5);
                transform: scale(0.5);
        transition: -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
        transition: transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275), -webkit-transform 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
        .recipe-block .photo a span:before {
          position: absolute;
          top: -34px;
          left: 0;
          width: 100%;
          height: 24px; }
    .recipe-block .photo .icons {
      position: absolute;
      width: 100%;
      bottom: 0;
      padding: 0 5px 5px 0;
      text-align: right; }
      .recipe-block .photo .icons > span {
        display: inline-block;
        width: 30px;
        height: 30px;
        background: rgba(0, 0, 0, 0.5) no-repeat center; }
        .recipe-block .photo .icons > span.video {
          background-image: url("../images/icons/video_play_white.png"); }
        .recipe-block .photo .icons > span.alcohol {
          background-image: url("../images/icons/alcohol_white.png"); }
        .recipe-block .photo .icons > span.chief {
          background-image: url("../images/icons/chef_hat_white.png"); }
    .recipe-block .photo > img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;'; }
  .recipe-block.small .photo {
    height: 20em; }
  .recipe-block.big .photo {
    height: 36em; }
  .recipe-block .recipe-infos {
    padding: 1.8em;
    box-sizing: border-box;
    color: #545454;
    font-weight: bold;
    /* span + span {
      margin-left: 3em;
    } */ }
    .recipe-block .recipe-infos h1 {
      font-size: 1.8em;
      font-weight: bold;
      padding-bottom: 0.7em;
      margin-bottom: 0.7em;
      border-bottom: 1px solid #f2f1f1;
      /* min-height: 50px; */ }
    .recipe-block .recipe-infos span {
      font-size: 1.2em;
      position: relative;
      padding-left: 28px;
      display: inline-block;
      max-width: 49%;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 2em; }
      .recipe-block .recipe-infos span:before {
        position: absolute;
        width: 24px;
        height: 24px;
        left: 0;
        top: 0; }
      .recipe-block .recipe-infos span.difficulty {
        float: right; }
      html.rtl .recipe-block .recipe-infos span {
        padding-right: 28px;
        padding-left: inherit; }
        html.rtl .recipe-block .recipe-infos span:before {
          left: inherit;
          right: 0; }

.recipe-block:hover .photo a {
  opacity: 1; }
  .recipe-block:hover .photo a span {
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1); }

@media screen and (max-width: 767px) {
  .recipe-block.small .photo {
    height: 10em; }
  .recipe-block.big .photo {
    height: 18em; }
  .recipe-block .recipe-infos {
    padding: 1.2em; }
    .recipe-block .recipe-infos h1 {
      font-size: 1.4em;
      margin-bottom: 1em; }
    .recipe-block .recipe-infos span {
      display: block;
      max-width: none; }
      .recipe-block .recipe-infos span.difficulty {
        float: none;
        margin-top: .5em; }
  .recipe-block:hover .photo a {
    opacity: 0; } }

.ngdialog-overlay {
  background: rgba(0, 0, 0, 0.8); }

.ngdialog-content {
  background: transparent;
  position: relative;
  display: table;
  width: 100%;
  height: 100%; }
  .ngdialog-content > div {
    display: table-cell;
    vertical-align: middle; }
    .ngdialog-content > div > div {
      position: relative;
      width: 800px;
      margin: 0 auto;
      background: #fff; }
      .ngdialog-content > div > div .ngdialog-close, .ngdialog-content > div > div .dialog-close {
        position: absolute;
        right: 0;
        bottom: 100%;
        color: #fff;
        font-size: 2rem;
        width: 1em;
        height: 1em;
        border: 1px solid #fff;
        border-radius: 100%;
        margin-bottom: 10px;
        text-align: center;
        line-height: .5em;
        cursor: pointer;
        background: transparent; }
        .ngdialog-content > div > div .ngdialog-close:before, .ngdialog-content > div > div .dialog-close:before {
          vertical-align: middle;
          font-size: .7em; }
      .ngdialog-content > div > div .header {
        background: #c3a880 no-repeat;
        background-position: 15px center;
        background-size: 30px auto;
        color: #fff;
        padding: 10px 0; }
        .ngdialog-content > div > div .header .title {
          border-left: 1px solid #fff;
          padding: 15px 20px;
          margin-left: 60px;
          font-size: 2em;
          font-weight: 900;
          text-transform: uppercase; }
          html.rtl .ngdialog-content > div > div .header .title {
            margin-left: inherit;
            margin-right: 60px;
            border-left: none;
            border-right: 1px solid #fff; }
        html.rtl .ngdialog-content > div > div .header {
          background-position-x: calc(100% - 15px); }

@media screen and (max-width: 767px) {
  .ngdialog-content > div > div {
    width: 94%; } }

.ngdialog.alcohol .header {
  background-image: url("../images/icons/magnifier_white@2x.png"); }

.ngdialog.alcohol .content {
  color: #000;
  padding: 30px 30px 10px 30px;
  font-size: 1.5em; }
  .ngdialog.alcohol .content p {
    font-size: inherit;
    color: inherit; }
  .ngdialog.alcohol .content form {
    text-align: center;
    margin-top: 40px; }
    .ngdialog.alcohol .content form .select {
      height: 4rem;
      margin-left: 15px;
      display: inline-block;
      border: 1px solid #9a9a9a;
      position: relative; }
      .ngdialog.alcohol .content form .select:first-child {
        margin-left: 0; }
      .ngdialog.alcohol .content form .select:after {
        content: ' ';
        position: absolute;
        width: 3rem;
        height: 100%;
        top: 0;
        right: 0;
        border-left: 1px solid #9a9a9a;
        background-color: #f2f1f1;
        z-index: 1;
        background-image: url(../images/icons/slidetoggle@2x.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 1rem;
        pointer-events: none; }
    .ngdialog.alcohol .content form select {
      padding-left: 2rem;
      width: 12rem;
      height: 100%;
      display: inline-block;
      border: none;
      box-shadow: none;
      background-color: transparent;
      background-image: none;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
    .ngdialog.alcohol .content form .info {
      transition: opacity .2s linear;
      color: #F00;
      margin: 20px;
      opacity: 0; }
    .ngdialog.alcohol .content form .actions .button {
      font-size: 1em; }
    .ngdialog.alcohol .content form.ng-submitted.ng-invalid .info, .ngdialog.alcohol .content form.ng-submitted.invalid-age .info {
      opacity: 1; }
  .ngdialog.alcohol .content .legal {
    margin-top: 20px;
    font-size: .75em;
    color: #9a9a9a;
    text-align: center; }

.ngdialog.share-recipe-email .header {
  background-image: url("../images/icons/send_white.png"); }

.ngdialog.share-recipe-email .content .row {
  position: relative; }
  .ngdialog.share-recipe-email .content .row > div {
    float: left;
    padding: 3rem; }
    .ngdialog.share-recipe-email .content .row > div:nth-child(1) {
      width: 67%; }
    .ngdialog.share-recipe-email .content .row > div:nth-child(2) {
      width: 33%; }
    .ngdialog.share-recipe-email .content .row > div.recipe-img {
      float: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      padding: 0;
      background: no-repeat center;
      background-size: cover; }
    .ngdialog.share-recipe-email .content .row > div.fields {
      float: right;
      padding-bottom: 0; }
    .ngdialog.share-recipe-email .content .row > div.actions {
      text-align: center;
      padding-top: 1.9rem; }
    .ngdialog.share-recipe-email .content .row > div.recipe-title {
      font-size: 2rem;
      font-weight: 600; }

.ngdialog.share-recipe-email form .form-group {
  margin-bottom: 1.3rem; }
  .ngdialog.share-recipe-email form .form-group:last-child {
    margin-bottom: 0; }

.ngdialog.share-recipe-email form label {
  display: block;
  text-transform: uppercase;
  color: #9a9a9a;
  font-weight: 600;
  margin-bottom: .5rem; }

.ngdialog.share-recipe-email form input, .ngdialog.share-recipe-email form textarea {
  border: 1px solid #9a9a9a;
  width: 100%;
  padding: .5rem;
  font-size: 1.3rem; }

.ngdialog.share-recipe-email form .error-messages {
  margin-top: .5rem;
  color: #F00; }

.ngdialog.share-recipe-email form .result-messages {
  margin-top: 1rem;
  color: #090; }

body.ngdialog-loading .ngdialog:after {
  content: "Loading...";
  font-size: 10px;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  text-indent: -9999em;
  -webkit-animation: load5 1.1s infinite ease;
  animation: load5 1.1s infinite ease;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  top: 50%;
  left: 50%;
  margin: -.5em 0 0 -.5em; }

@-webkit-keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

@keyframes load5 {
  0%,
  100% {
    box-shadow: 0em -2.6em 0em 0em #ffffff, 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.5), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7); }
  12.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.7), 1.8em -1.8em 0 0em #ffffff, 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5); }
  25% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.5), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.7), 2.5em 0em 0 0em #ffffff, 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  37.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.5), 2.5em 0em 0 0em rgba(255, 255, 255, 0.7), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  50% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.5), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.7), 0em 2.5em 0 0em #ffffff, -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.2), -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  62.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.5), 0em 2.5em 0 0em rgba(255, 255, 255, 0.7), -1.8em 1.8em 0 0em #ffffff, -2.6em 0em 0 0em rgba(255, 255, 255, 0.2), -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  75% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.5), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.7), -2.6em 0em 0 0em #ffffff, -1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2); }
  87.5% {
    box-shadow: 0em -2.6em 0em 0em rgba(255, 255, 255, 0.2), 1.8em -1.8em 0 0em rgba(255, 255, 255, 0.2), 2.5em 0em 0 0em rgba(255, 255, 255, 0.2), 1.75em 1.75em 0 0em rgba(255, 255, 255, 0.2), 0em 2.5em 0 0em rgba(255, 255, 255, 0.2), -1.8em 1.8em 0 0em rgba(255, 255, 255, 0.5), -2.6em 0em 0 0em rgba(255, 255, 255, 0.7), -1.8em -1.8em 0 0em #ffffff; } }

.ngdialog.shop .ngdialog-content .boxing {
  display: table-cell;
  vertical-align: middle;
  width: 100%; }
  .ngdialog.shop .ngdialog-content .boxing .wrapper {
    width: 882px;
    left: calc(50% - 441px);
    background: transparent;
    position: relative;
    font-size: 0;
    display: inline-block; }
    @media screen and (max-width: 992px) {
      .ngdialog.shop .ngdialog-content .boxing .wrapper {
        width: 588px;
        left: calc(50% - 294px); } }
    .ngdialog.shop .ngdialog-content .boxing .wrapper .popin_shop_success {
      position: absolute;
      width: 50%;
      height: 6rem;
      top: calc(50% - 3rem);
      left: 25%;
      z-index: 1;
      padding: 1.7rem 1.7rem;
      background-color: #3A7729;
      color: white;
      text-align: center;
      line-height: 3rem;
      font-size: 1.5rem;
      font-weight: 600;
      display: none; }
      .ngdialog.shop .ngdialog-content .boxing .wrapper .popin_shop_success .img_shop {
        height: 100%;
        vertical-align: middle;
        margin-right: 1rem; }

[ucc-background] {
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%; }
  html.page-home [ucc-background], html.page-search [ucc-background] {
    background-image: url("../images/backgrounds/home-banner-top.jpg");
    position: absolute;
    background-position: center top;
    background-size: auto 530px; }
  html.page-recipe [ucc-background] {
    position: fixed;
    background-size: cover;
    -webkit-filter: blur(30px);
            filter: blur(30px);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    box-shadow: 0 0 1px #000;
    z-index: -1;
    width: 110%;
    height: 110%;
    top: -10%;
    left: -10%; }
  html.ie9.page-recipe [ucc-background] {
    filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='100'); }
  @media screen and (max-width: 767px) {
    [ucc-background] {
      display: none; } }

.search-mobile {
  -webkit-transform: translate(-100%, 0);
      -ms-transform: translate(-100%, 0);
          transform: translate(-100%, 0);
  transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1), -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 1000;
  top: 0;
  left: 0; }
  .search-mobile .ui-slider, .search-mobile .ui-slides, .search-mobile .ui-slide {
    width: 100%;
    height: 100%; }
  .search-mobile .ui-pagination {
    top: 14em;
    width: 100%;
    text-align: center;
    height: 0.5em; }
    .search-mobile .ui-pagination a {
      width: 0.5em;
      height: 0.5em;
      display: inline-block;
      border: 1px solid #c3a880;
      margin: 0 0.25em; }
      .search-mobile .ui-pagination a.active {
        background-color: #c3a880; }
  .search-mobile .button-center {
    position: absolute;
    bottom: 3em; }
  .search-mobile .ui-slide .angucomplete {
    height: 100%; }
  .search-mobile .ui-slide .angucomplete-holder {
    height: 100%; }
  .search-mobile .ui-slide .angucomplete-dropdown {
    position: static;
    width: auto;
    border: none;
    background: none;
    font-size: 1.5em; }
  .search-mobile .ui-slide .top {
    height: 16em;
    width: 100%;
    background-color: #fff;
    text-align: center;
    box-sizing: border-box; }
    .search-mobile .ui-slide .top h2 {
      font-size: 2.2em;
      text-transform: uppercase;
      margin-top: 3em;
      font-weight: bold;
      display: inline-block;
      position: relative;
      padding-left: 45px; }
      html.rtl .search-mobile .ui-slide .top h2 {
        padding-right: 45px;
        padding-left: inherit; }
      .search-mobile .ui-slide .top h2:before {
        content: '';
        position: absolute;
        width: 35px;
        height: 35px;
        top: -5px;
        left: 0;
        background: url("") no-repeat center;
        background-size: 100% 100%; }
        html.rtl .search-mobile .ui-slide .top h2:before {
          left: inherit;
          right: 0; }
    .search-mobile .ui-slide .top.moment h2:before {
      background-image: url("../images/icons/moment@2x.png"); }
    .search-mobile .ui-slide .top.mood h2:before {
      background-image: url("../images/icons/mood@2x.png"); }
    .search-mobile .ui-slide .top.difficulty h2:before {
      background-image: url("../images/icons/difficulty@2x.png"); }
    .search-mobile .ui-slide .top.duration h2:before {
      background-image: url("../images/icons/time@2x.png"); }
    .search-mobile .ui-slide .top input[type=text] {
      background-color: #f2f1f1;
      border: none;
      font-size: 2.2em;
      box-sizing: border-box;
      padding: 0.5em 1em;
      position: relative;
      top: calc(50% - 1.2em);
      width: 85%; }
  .search-mobile .ui-slide .content {
    background-color: #f2f1f1;
    position: absolute;
    top: 16em;
    bottom: 0;
    width: 100%;
    padding: 4em;
    box-sizing: border-box;
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch; }
    .search-mobile .ui-slide .content.search-field-results ul {
      font-size: .5em; }
    .search-mobile .ui-slide .content a, .search-mobile .ui-slide .content ul li {
      display: block;
      font-size: 1.8em;
      color: #9a9a9a; }
    .search-mobile .ui-slide .content ul li {
      text-align: center; }
      .search-mobile .ui-slide .content ul li + li {
        margin-top: 1em;
        padding-top: 1em;
        border-top: 1px solid rgba(0, 0, 0, 0.1); }
    .search-mobile .ui-slide .content a + a {
      margin-top: 1em; }
    .search-mobile .ui-slide .content a input[type=checkbox] {
      width: 16px;
      height: 16px; }
      .search-mobile .ui-slide .content a input[type=checkbox]:checked {
        background-color: #c3a880;
        border-color: #c3a880; }
        .search-mobile .ui-slide .content a input[type=checkbox]:checked + span {
          font-weight: bold;
          color: #c3a880; }

@media screen and (max-width: 767px) {
  html.page-home body {
    background: #000;
    width: 100%;
    overflow-x: hidden; }
    html.page-home body .all-recipes .two-lines {
      margin-top: 0; } }

html.page-home body .container {
  visibility: visible; }

html.page-home body .header-home {
  display: block;
  text-align: center;
  margin-top: 8em;
  position: relative; }
  @media screen and (max-width: 767px) {
    html.page-home body .header-home {
      margin-top: 5em; } }
  html.page-home body .header-home h1 {
    text-transform: uppercase;
    font-weight: bold; }
    html.page-home body .header-home h1 span {
      font-size: 0.9em;
      display: block; }
      html.page-home body .header-home h1 span:first-child {
        color: #fff;
        margin-top: 1em; }
        html.page-home body .header-home h1 span:first-child:before, html.page-home body .header-home h1 span:first-child:after {
          content: '-';
          margin: 0.5em; }
      html.page-home body .header-home h1 span:last-child {
        margin-top: 2em;
        color: #c3a880; }
        html.page-home body .header-home h1 span:last-child:after {
          display: block;
          width: 10px;
          height: 7.5px;
          margin: 1em auto 0 auto; }

html.rtl {
  direction: rtl !important; }
  html.rtl *:after {
    content: "\200E‎"; }

html .header-home {
  display: none; }

.page-search .container.main {
  visibility: visible;
  margin-top: 6em; }
  .page-search .container.main .search-form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; }
    .page-search .container.main .search-form.show-search {
      max-height: 900px; }

.page-search .result .prepared {
  padding: 2em;
  text-align: center; }
  .page-search .result .prepared h2 {
    font-size: 2.2em;
    font-weight: 900;
    text-transform: uppercase; }
  .page-search .result .prepared .subtitle {
    color: #545454;
    font-size: 1.8em;
    margin-top: .5em; }

.page-search .result.no-prepared .prepared {
  display: none; }

@-webkit-keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  33% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  66% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

@keyframes shake {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  33% {
    -webkit-transform: rotate(10deg);
            transform: rotate(10deg); }
  66% {
    -webkit-transform: rotate(-10deg);
            transform: rotate(-10deg); }
  100% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); } }

.page-recipe .container.main {
  visibility: visible; }
  .page-recipe .container.main .search-form {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease; }
    .page-recipe .container.main .search-form.show-search {
      max-height: 900px; }
  .page-recipe .container.main > .recipe-details {
    padding: 0 2em;
    box-sizing: border-box; }
    .page-recipe .container.main > .recipe-details .recipe-infos {
      width: 100%;
      height: 46em; }
      .page-recipe .container.main > .recipe-details .recipe-infos .photo, .page-recipe .container.main > .recipe-details .recipe-infos .video, .page-recipe .container.main > .recipe-details .recipe-infos .infos {
        float: left;
        height: 100%; }
      .page-recipe .container.main > .recipe-details .recipe-infos .photo {
        width: 70%; }
        .page-recipe .container.main > .recipe-details .recipe-infos .photo > img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          font-family: 'object-fit: cover;'; }
      .page-recipe .container.main > .recipe-details .recipe-infos .video {
        width: 70%; }
      .page-recipe .container.main > .recipe-details .recipe-infos .infos {
        width: 30%;
        position: relative;
        background-color: #f2f1f1;
        box-sizing: border-box;
        padding: 1em 0; }
        .page-recipe .container.main > .recipe-details .recipe-infos .infos .preparation-time {
          position: absolute;
          background-color: #c3a880;
          border-radius: 100%;
          height: 8.6em;
          width: 8.6em;
          left: -4.3em;
          top: 4.3em;
          color: #fff;
          text-align: center;
          text-transform: uppercase;
          box-sizing: border-box;
          padding-top: 2em; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .preparation-time div.digits {
            font-size: 3em;
            font-weight: bold; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .preparation-time div.units {
            font-size: 1.3em; }
        .page-recipe .container.main > .recipe-details .recipe-infos .infos .difficulty, .page-recipe .container.main > .recipe-details .recipe-infos .infos .for, .page-recipe .container.main > .recipe-details .recipe-infos .infos .origin {
          width: 100%;
          height: 33.33%;
          text-align: center;
          font-size: 1.8em;
          box-sizing: border-box;
          padding-top: 1.2em; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .difficulty:before, .page-recipe .container.main > .recipe-details .recipe-infos .infos .for:before, .page-recipe .container.main > .recipe-details .recipe-infos .infos .origin:before {
            display: block;
            margin: 0 auto;
            width: 40px;
            height: 40px; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .difficulty div:first-child, .page-recipe .container.main > .recipe-details .recipe-infos .infos .for div:first-child, .page-recipe .container.main > .recipe-details .recipe-infos .infos .origin div:first-child {
            font-weight: 900;
            text-transform: uppercase;
            margin-top: 0.7em; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .difficulty div:last-child, .page-recipe .container.main > .recipe-details .recipe-infos .infos .for div:last-child, .page-recipe .container.main > .recipe-details .recipe-infos .infos .origin div:last-child {
            color: #9a9a9a;
            margin-top: 0.7em; }
      .page-recipe .container.main > .recipe-details .recipe-infos.has_video .infos .preparation-time {
        position: relative;
        left: inherit;
        top: inherit;
        margin: auto;
        margin-top: 2em; }
      .page-recipe .container.main > .recipe-details .recipe-infos.has_video .infos .for {
        padding-top: 2em; }
      .page-recipe .container.main > .recipe-details .recipe-infos.has_video .photo {
        display: none; }
    .page-recipe .container.main > .recipe-details .recipe-description h1 {
      display: inline-block;
      font-size: 2.6em;
      font-weight: bold;
      margin-top: 1em;
      padding-bottom: 1em;
      border-bottom: 1px solid #9a9a9a; }
    .page-recipe .container.main > .recipe-details .recipe-description p {
      font-weight: bold;
      font-size: 1.4em;
      color: #545454; }
    .page-recipe .container.main > .recipe-details .recipe-description .tags {
      font-size: 1.4em;
      font-weight: 900;
      margin-top: 1em; }
      .page-recipe .container.main > .recipe-details .recipe-description .tags .tag {
        text-transform: uppercase; }
      .page-recipe .container.main > .recipe-details .recipe-description .tags a {
        color: #c3a880;
        margin-left: 0.5em; }
        .page-recipe .container.main > .recipe-details .recipe-description .tags a:after {
          content: ","; }
        .page-recipe .container.main > .recipe-details .recipe-description .tags a:last-child:after {
          content: ""; }
        .page-recipe .container.main > .recipe-details .recipe-description .tags a:hover {
          text-decoration: underline; }
    .page-recipe .container.main > .recipe-details .blocks {
      width: 100%; }
      .page-recipe .container.main > .recipe-details .blocks .block {
        background-color: #f2f1f1;
        float: left;
        box-sizing: border-box;
        /* p {
                      margin-top: 0;
                    } */ }
        .page-recipe .container.main > .recipe-details .blocks .block.half {
          width: calc(50% - 1.5px);
          margin-top: 4em;
          /* height: 24em;  */ }
          .page-recipe .container.main > .recipe-details .blocks .block.half + .half {
            margin-left: 3px; }
        .page-recipe .container.main > .recipe-details .blocks .block.full {
          width: 100%;
          margin-top: 2em;
          padding-bottom: 10px; }
        .page-recipe .container.main > .recipe-details .blocks .block h2 {
          font-size: 1.8em;
          color: #fff;
          background-color: #c3a880;
          padding: 0.9em 0;
          text-align: center;
          font-weight: bold;
          border-bottom: 3px solid #fff; }
          .page-recipe .container.main > .recipe-details .blocks .block h2:before {
            width: 1em;
            height: 1em;
            margin-right: .5em; }
        .page-recipe .container.main > .recipe-details .blocks .block > div {
          font-size: 1.2em;
          color: #000;
          padding: 2em; }
          .page-recipe .container.main > .recipe-details .blocks .block > div .title-1:not(:first-child), .page-recipe .container.main > .recipe-details .blocks .block > div .title-2:not(:first-child), .page-recipe .container.main > .recipe-details .blocks .block > div .title-3:not(:first-child) {
            margin-top: 1em; }
          .page-recipe .container.main > .recipe-details .blocks .block > div .title-1 {
            font-size: 1.8em;
            font-weight: bold;
            line-height: 2em;
            margin-bottom: 1em; }
          .page-recipe .container.main > .recipe-details .blocks .block > div .title-2 {
            font-size: 1.6em;
            margin-bottom: 1em;
            font-weight: bold; }
          .page-recipe .container.main > .recipe-details .blocks .block > div .title-3 {
            font-size: 1.1em;
            margin-bottom: 0.8em;
            font-weight: bold; }
          .page-recipe .container.main > .recipe-details .blocks .block > div ul {
            padding-left: 1em;
            line-height: 1.5em;
            text-align: justify; }
        .page-recipe .container.main > .recipe-details .blocks .block p {
          font-size: 1em;
          color: inherit; }
        .page-recipe .container.main > .recipe-details .blocks .block li:before {
          content: '-';
          left: -.5em;
          position: relative; }
        .page-recipe .container.main > .recipe-details .blocks .block.grands-crus {
          text-align: center; }
        .page-recipe .container.main > .recipe-details .blocks .block .grand-crus {
          width: 32%;
          float: left;
          text-align: left;
          position: relative;
          padding-left: 50px;
          box-sizing: border-box;
          margin-right: 2%;
          margin-top: 3em;
          font-size: 0.84em;
          /* &:nth-of-type(4n):after {
                          content: ''; display: block;
                          height: 4em; width: 100%;
                        } */ }
          .page-recipe .container.main > .recipe-details .blocks .block .grand-crus:nth-of-type(1), .page-recipe .container.main > .recipe-details .blocks .block .grand-crus:nth-of-type(2), .page-recipe .container.main > .recipe-details .blocks .block .grand-crus:nth-of-type(3) {
            margin-top: 0; }
          .page-recipe .container.main > .recipe-details .blocks .block .grand-crus:nth-of-type(3n+0) {
            margin-right: 0; }
            @media screen and (max-width: 767px) {
              .page-recipe .container.main > .recipe-details .blocks .block .grand-crus:nth-of-type(3n+0) {
                margin-right: auto; } }
          .page-recipe .container.main > .recipe-details .blocks .block .grand-crus .cap {
            width: 32px;
            height: 32px;
            float: left;
            position: absolute;
            left: 0;
            top: 0;
            background: no-repeat center;
            background-size: contain; }
          .page-recipe .container.main > .recipe-details .blocks .block .grand-crus .name {
            font-size: 1.8em; }
          .page-recipe .container.main > .recipe-details .blocks .block .grand-crus .intensity {
            font-weight: 900;
            color: #9a9a9a;
            font-size: 1.4em;
            text-transform: uppercase;
            margin-top: 0.5em; }
    .page-recipe .container.main > .recipe-details .actions-share {
      width: 100%;
      margin-top: 3em; }
      .page-recipe .container.main > .recipe-details .actions-share > * {
        display: block;
        float: left;
        width: 12.5%;
        text-align: center; }
      .page-recipe .container.main > .recipe-details .actions-share .separator {
        height: 5em;
        position: relative; }
        .page-recipe .container.main > .recipe-details .actions-share .separator:before {
          content: '';
          position: absolute;
          height: 100%;
          width: 1px;
          left: 50%;
          background-color: #9a9a9a; }
      .page-recipe .container.main > .recipe-details .actions-share a {
        font-size: 1.2em;
        text-transform: uppercase;
        text-align: center;
        font-weight: bold; }
        .page-recipe .container.main > .recipe-details .actions-share a:before {
          content: '';
          display: block;
          height: 34px;
          width: 100%;
          background: url("") no-repeat center;
          background-size: auto 100%;
          margin-bottom: 1em; }
        .page-recipe .container.main > .recipe-details .actions-share a, .page-recipe .container.main > .recipe-details .actions-share a:before {
          transition: 0.3s; }
        .page-recipe .container.main > .recipe-details .actions-share a:hover {
          color: #c3a880; }
          .page-recipe .container.main > .recipe-details .actions-share a:hover:before {
            -webkit-animation-name: shake;
                    animation-name: shake;
            -webkit-animation-duration: 0.3s;
                    animation-duration: 0.3s; }
        .page-recipe .container.main > .recipe-details .actions-share a.print:before {
          background-image: url("../images/icons/print@2x.png"); }
        .page-recipe .container.main > .recipe-details .actions-share a.send:before {
          background-image: url("../images/icons/send@2x.png"); }
        .page-recipe .container.main > .recipe-details .actions-share a.download:before {
          background-image: url("../images/icons/download@2x.png"); }
        .page-recipe .container.main > .recipe-details .actions-share a.facebook:before {
          background-image: url("../images/icons/facebook@2x.png"); }
        .page-recipe .container.main > .recipe-details .actions-share a.twitter:before {
          background-image: url("../images/icons/twitter@2x.png"); }
        .page-recipe .container.main > .recipe-details .actions-share a.gplus:before {
          background-image: url("../images/icons/gplus@2x.png"); }
        .page-recipe .container.main > .recipe-details .actions-share a.pinterest:before {
          background-image: url("../images/icons/pinterest@2x.png"); }
  .page-recipe .container.main > .chief {
    margin: 5em 2em 0 2em;
    background: #EFF0F1;
    position: relative; }
    .page-recipe .container.main > .chief:before {
      position: absolute;
      width: 50px;
      height: 50px;
      left: 27%;
      margin-left: -25px;
      top: 50px;
      background-color: #c3a880;
      border-radius: 50%;
      background-size: 40%; }
    .page-recipe .container.main > .chief > .col {
      float: left; }
      .page-recipe .container.main > .chief > .col.photo {
        width: 27%; }
        .page-recipe .container.main > .chief > .col.photo img {
          display: block;
          width: 100%;
          height: auto; }
      .page-recipe .container.main > .chief > .col.texts {
        width: 73%;
        padding: 5em; }
        .page-recipe .container.main > .chief > .col.texts .name {
          font-size: 1.7em;
          font-weight: 600; }
        .page-recipe .container.main > .chief > .col.texts .location, .page-recipe .container.main > .chief > .col.texts .link {
          font-size: 1.2em;
          color: #9a9a9a; }
          .page-recipe .container.main > .chief > .col.texts .location > span, .page-recipe .container.main > .chief > .col.texts .link > span {
            font-weight: bold;
            color: #c3a880; }
        .page-recipe .container.main > .chief > .col.texts .location {
          margin-top: 8px; }
        .page-recipe .container.main > .chief > .col.texts .text, .page-recipe .container.main > .chief > .col.texts .link {
          margin-top: 26px; }
        .page-recipe .container.main > .chief > .col.texts .text {
          line-height: 1.6em;
          font-size: 1.2em; }
  .page-recipe .container.main > .may-interest {
    margin-top: 5em; }
    .page-recipe .container.main > .may-interest h3 {
      padding: 0 1.1em;
      font-size: 1.8em;
      text-transform: uppercase;
      font-weight: bold;
      margin-bottom: 1em; }
    .page-recipe .container.main > .may-interest .recipes {
      width: 100%;
      padding: 2em;
      background-color: #f2f1f1;
      box-sizing: border-box; }
      .page-recipe .container.main > .may-interest .recipes .recipe-block {
        float: left;
        width: 32%;
        margin-left: 2%; }
        .page-recipe .container.main > .may-interest .recipes .recipe-block:first-child {
          margin-left: 0; }
  .page-recipe .container.main .footer-news {
    margin-top: 6em;
    border-top: 0; }

@media screen and (max-width: 767px) {
  .page-recipe .blurred {
    display: none; }
  .page-recipe .container.main {
    margin-top: 5em; }
    .page-recipe .container.main .btn-toggle-search-module {
      display: none; }
    .page-recipe .container.main > .recipe-details .breadcrumb {
      display: none; }
    .page-recipe .container.main > .recipe-details .recipe-infos {
      height: 36em;
      position: relative;
      left: -2em;
      width: calc(100% + 4em); }
      .page-recipe .container.main > .recipe-details .recipe-infos .photo, .page-recipe .container.main > .recipe-details .recipe-infos .infos {
        height: auto; }
      .page-recipe .container.main > .recipe-details .recipe-infos .photo, .page-recipe .container.main > .recipe-details .recipe-infos .video {
        width: 100%;
        height: 65%; }
      .page-recipe .container.main > .recipe-details .recipe-infos .infos {
        width: 100%;
        height: 35%;
        padding: 0; }
        .page-recipe .container.main > .recipe-details .recipe-infos .infos .preparation-time {
          height: 6.5em;
          width: 6.5em;
          left: 1em;
          top: -3.25em;
          padding-top: 1.5em; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .preparation-time div.digits {
            font-size: 2.5em; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .preparation-time div.units {
            font-size: 1.2em; }
        .page-recipe .container.main > .recipe-details .recipe-infos .infos .difficulty, .page-recipe .container.main > .recipe-details .recipe-infos .infos .for {
          width: 50%;
          height: 100%;
          font-size: 1.4em;
          float: left;
          padding-top: 3em; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .difficulty:before, .page-recipe .container.main > .recipe-details .recipe-infos .infos .for:before {
            width: 30px;
            height: 30px; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .difficulty div:first-child, .page-recipe .container.main > .recipe-details .recipe-infos .infos .for div:first-child {
            margin-top: 0.5em;
            letter-spacing: -0.1em; }
          .page-recipe .container.main > .recipe-details .recipe-infos .infos .difficulty div:last-child, .page-recipe .container.main > .recipe-details .recipe-infos .infos .for div:last-child {
            margin-top: 0.2em; }
        .page-recipe .container.main > .recipe-details .recipe-infos .infos .origin {
          display: none; }
      .page-recipe .container.main > .recipe-details .recipe-infos.has_video .infos > * {
        float: none;
        display: inline-block; }
        .page-recipe .container.main > .recipe-details .recipe-infos.has_video .infos > *.difficulty, .page-recipe .container.main > .recipe-details .recipe-infos.has_video .infos > *.for {
          padding-top: 2em;
          width: 33%; }
        .page-recipe .container.main > .recipe-details .recipe-infos.has_video .infos > *.preparation-time {
          top: -1.5em;
          margin: 0 5%; }
    .page-recipe .container.main > .recipe-details .recipe-description h1 {
      font-size: 1.8em;
      margin-top: 1em;
      padding-bottom: 1em; }
    .page-recipe .container.main > .recipe-details .recipe-description p {
      font-size: 1.2em; }
    .page-recipe .container.main > .recipe-details .recipe-description .tags {
      font-size: 1.2em; }
    .page-recipe .container.main > .recipe-details .blocks .block.half, .page-recipe .container.main > .recipe-details .blocks .block.full {
      width: 100%;
      height: auto;
      min-height: 0 !important;
      margin-top: 2em; }
      .page-recipe .container.main > .recipe-details .blocks .block.half + .half, .page-recipe .container.main > .recipe-details .blocks .block.full + .half {
        margin-left: 0; }
      .page-recipe .container.main > .recipe-details .blocks .block.half .nes-button, .page-recipe .container.main > .recipe-details .blocks .block.full .nes-button {
        display: none; }
    .page-recipe .container.main > .recipe-details .blocks .block h2 {
      font-size: 1.4em;
      background-color: #c3a880; }
    .page-recipe .container.main > .recipe-details .blocks .block .grand-crus {
      width: 100%;
      float: none;
      padding-left: 50px;
      box-sizing: border-box; }
      .page-recipe .container.main > .recipe-details .blocks .block .grand-crus + .grand-crus {
        margin-top: 2em; }
      .page-recipe .container.main > .recipe-details .blocks .block .grand-crus:nth-of-type(4n):after {
        content: none; }
      .page-recipe .container.main > .recipe-details .blocks .block .grand-crus .name {
        font-size: 1.2em; }
      .page-recipe .container.main > .recipe-details .blocks .block .grand-crus .intensity {
        font-size: 1.2em;
        margin-top: 0.5em; }
      .page-recipe .container.main > .recipe-details .blocks .block .grand-crus .nes-order-wrapper {
        position: absolute;
        right: 0;
        top: 1rem; }
        .page-recipe .container.main > .recipe-details .blocks .block .grand-crus .nes-order-wrapper .nes-order-inited {
          width: 30px !important;
          height: 30px !important;
          background: #C1C4C8 !important;
          border: 0 !important;
          border-left: 1px solid #fff !important;
          border-top: 1px solid #fff !important;
          box-shadow: 1px 1px 2px #999 !important;
          border-radius: 2px !important;
          color: #000 !important;
          text-shadow: none !important;
          padding: 0 !important;
          line-height: 30px !important;
          text-align: center !important; }
        .page-recipe .container.main > .recipe-details .blocks .block .grand-crus .nes-order-wrapper .nes-order-added .nes-order-inited {
          font-size: 1rem; }
        .page-recipe .container.main > .recipe-details .blocks .block .grand-crus .nes-order-wrapper .nes-order-price {
          font-size: 1.5rem;
          font-weight: normal; }
    .page-recipe .container.main > .recipe-details .actions-share {
      margin-top: 2em; }
      .page-recipe .container.main > .recipe-details .actions-share > * {
        width: 25%; }
      .page-recipe .container.main > .recipe-details .actions-share .separator {
        display: none; }
      .page-recipe .container.main > .recipe-details .actions-share a {
        font-size: 1em; }
        .page-recipe .container.main > .recipe-details .actions-share a:before {
          margin-bottom: 0.5em; }
        .page-recipe .container.main > .recipe-details .actions-share a.print, .page-recipe .container.main > .recipe-details .actions-share a.send, .page-recipe .container.main > .recipe-details .actions-share a.download {
          display: none; }
    .page-recipe .container.main > .chief:before {
      display: none; }
    .page-recipe .container.main > .chief > .col.texts {
      width: 73%;
      padding: 2em; }
    .page-recipe .container.main .may-interest h3 {
      padding: 0 1.5em;
      font-size: 1.4em;
      margin-bottom: 1em; }
    .page-recipe .container.main .may-interest .recipes .recipe-block {
      display: none;
      width: 49%; }
      .page-recipe .container.main .may-interest .recipes .recipe-block:nth-of-type(1), .page-recipe .container.main .may-interest .recipes .recipe-block:nth-of-type(2) {
        display: block; }
    .page-recipe .container.main .footer-news {
      margin-top: 0;
      border-top: 0; } }

html.rtl .container.main .chief > .col {
  float: right; }

html.rtl .container.main .chief:before {
  left: inherit;
  right: 27%;
  margin-right: -25px;
  margin-left: inherit; }

html.rtl .container.main > .recipe-details .recipe-infos .infos, html.rtl .container.main > .recipe-details .recipe-infos .video, html.rtl .container.main > .recipe-details .recipe-infos .image {
  float: right; }

html.rtl .container.main > .recipe-details .recipe-description .tags span, html.rtl .container.main > .recipe-details .recipe-description .tags a {
  display: inline-block; }

html.rtl .container.main > .recipe-details .blocks .block.half {
  float: right; }
  html.rtl .container.main > .recipe-details .blocks .block.half + .half {
    margin-right: 3px;
    margin-left: inherit; }

html.rtl .container.main > .recipe-details .blocks .block h2:before {
  margin-right: inherit;
  margin-left: .5em; }

html.rtl .container.main > .recipe-details .blocks .block .grand-crus {
  float: right;
  text-align: right;
  padding-right: 50px;
  padding-left: inherit; }
  html.rtl .container.main > .recipe-details .blocks .block .grand-crus .cap {
    float: right;
    left: inherit;
    right: 0; }

html.rtl .container.main > .recipe-details .blocks .block li:before {
  left: inherit;
  right: -.5em; }

html.rtl .container.main > .recipe-details .actions-share a, html.rtl .container.main > .recipe-details .actions-share .separator {
  display: inline-block;
  direction: rtl; }

@media screen and (max-width: 767px) {
  html.rtl .container.main > .recipe-details .actions-share .separator {
    display: none; }
  html.rtl .container.main > .recipe-details .recipe-infos {
    right: -2em;
    left: inherit; }
    html.rtl .container.main > .recipe-details .recipe-infos .infos .preparation-time {
      right: 1em;
      left: inherit; }
    html.rtl .container.main > .recipe-details .recipe-infos .infos .difficulty, html.rtl .container.main > .recipe-details .recipe-infos .infos .for {
      float: right; }
    html.rtl .container.main > .recipe-details .recipe-infos.has_video .infos > * {
      float: none; }
  html.rtl .container.main > .recipe-details .blocks .block .grand-crus .nes-order-wrapper {
    position: absolute;
    right: inherit;
    left: 0;
    top: 1rem; } }

html.page-notfound body .container {
  visibility: visible; }

html.page-sitemap body .container {
  visibility: visible; }
  html.page-sitemap body .container ul {
    width: 50%;
    margin: auto; }
    html.page-sitemap body .container ul li {
      font-size: 1.5rem;
      list-style: disc;
      line-height: 2rem; }

body {
  font-size: 8px;
  height: auto; }

.ngdialog {
  display: none; }

.page-recipe #header {
  max-width: 92em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  background-color: black; }
  .page-recipe #header .inner {
    display: none; }
  .page-recipe #header .pdf-header {
    display: block; }
  .page-recipe #header img {
    position: absolute;
    height: 100%; }
    .page-recipe #header img.left {
      left: 0; }
    .page-recipe #header img.right {
      right: 0; }

.page-recipe [ucc-background] {
  display: none; }

.page-recipe .container.main {
  margin-top: 1em;
  padding-top: 0;
  min-height: initial; }
  .page-recipe .container.main .btn-toggle-search-module {
    display: none; }
  .page-recipe .container.main .breadcrumb {
    display: none; }
  .page-recipe .container.main .recipe-details {
    margin-top: 0em;
    padding: 0; }
    .page-recipe .container.main .recipe-details .recipe-description h1 {
      padding-bottom: 0.5em; }
    .page-recipe .container.main .recipe-details .recipe-description p {
      margin-top: 1em; }
    .page-recipe .container.main .recipe-details .blocks .blocks-line {
      display: table;
      width: 100%;
      margin-top: 1em; }
      .page-recipe .container.main .recipe-details .blocks .blocks-line .block {
        float: none;
        display: table-cell;
        width: 50%; }
        .page-recipe .container.main .recipe-details .blocks .blocks-line .block:first-child {
          border-right: 2px solid white; }
        .page-recipe .container.main .recipe-details .blocks .blocks-line .block:last-child {
          border-left: 2px solid white; }
    .page-recipe .container.main .recipe-details .blocks .block div {
      padding: 1.5em; }
    .page-recipe .container.main .recipe-details .blocks .block.half {
      margin-top: 2em;
      min-height: 0 !important;
      width: 49.5%; }
    .page-recipe .container.main .recipe-details .recipe-infos {
      height: 22em; }
      .page-recipe .container.main .recipe-details .recipe-infos.has_video .video {
        display: none !important; }
      .page-recipe .container.main .recipe-details .recipe-infos.has_video .photo {
        display: block !important; }
      .page-recipe .container.main .recipe-details .recipe-infos.has_video .infos .preparation-time {
        position: absolute !important;
        left: -4.3em !important;
        top: 4.3em !important; }
      .page-recipe .container.main .recipe-details .recipe-infos.has_video .infos .for {
        padding-top: 2.5em !important; }
      .page-recipe .container.main .recipe-details .recipe-infos .photo {
        width: 30%; }
      .page-recipe .container.main .recipe-details .recipe-infos .infos {
        width: 70%; }
        .page-recipe .container.main .recipe-details .recipe-infos .infos .icon-people, .page-recipe .container.main .recipe-details .recipe-infos .infos .difficulty {
          float: left;
          width: 45%;
          padding-top: 2.5em; }
        .page-recipe .container.main .recipe-details .recipe-infos .infos .icon-people {
          margin-left: 1.5em; }
        .page-recipe .container.main .recipe-details .recipe-infos .infos .preparation-time {
          top: 5.8em; }
    .page-recipe .container.main .recipe-details .tags {
      display: none; }
    .page-recipe .container.main .recipe-details .grands-crus {
      display: none; }
    .page-recipe .container.main .recipe-details .actions-share {
      display: none; }
  .page-recipe .container.main .may-interest {
    display: none; }
  .page-recipe .container.main .footer-news {
    display: none; }

.page-recipe footer {
  display: none; }

html.rtl.page-recipe #header img.left {
  left: inherit;
  right: 0; }

html.rtl.page-recipe #header img.right {
  right: inherit;
  left: 0; }

html.rtl.page-recipe .container.main .recipe-details .recipe-infos .photo, html.rtl.page-recipe .container.main .recipe-details .recipe-infos .infos {
  float: right; }

html.rtl.page-recipe .container.main .recipe-details .recipe-infos .infos .icon-people, html.rtl.page-recipe .container.main .recipe-details .recipe-infos .infos .difficulty {
  float: right; }

html.rtl.page-recipe .container.main .recipe-details .recipe-infos .infos .preparation-time {
  right: -4.3em;
  left: inherit; }
