@charset "UTF-8";
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/* --- Variables for fonction --- */
/*
Theme Name: multicolore
*/
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

.aligncenter {
  margin: auto; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

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

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

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

@font-face {
  font-family: "Archivo SemiExpanded";
  src: url("../fonts/ArchivoSemiExpanded-ExtraBold.eot");
  src: url("../fonts/ArchivoSemiExpanded-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ArchivoSemiExpanded-ExtraBold.woff2") format("woff2"), url("../fonts/ArchivoSemiExpanded-ExtraBold.woff") format("woff"), url("../fonts/ArchivoSemiExpanded-ExtraBold.ttf") format("truetype"), url("../fonts/ArchivoSemiExpanded-ExtraBold.svg#ArchivoSemiExpanded-ExtraBold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

.pum-theme-10759 .pum-container {
  background: white;
  padding: 0px !important;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .pum-theme-10759 .pum-container {
      max-width: 100% !important;
      width: 60% !important;
      top: 2rem !important;
      border-radius: 0 !important;
      position: absolute !important;
      margin-left: auto !important;
      margin-right: auto !important;
      left: 0 !important;
      right: 0 !important;
      text-align: center !important; } }
  @media only screen and (max-width: 768px) {
    .pum-theme-10759 .pum-container {
      width: 90% !important;
      padding: 14px !important; } }
  .pum-theme-10759 .pum-container .pum-content + .pum-close {
    height: 40px !important;
    width: 40px !important;
    font-size: 40px !important; }
  .pum-theme-10759 .pum-container .pum-content .cols {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .pum-theme-10759 .pum-container .pum-content .cols {
        grid-template-columns: 1fr;
        grid-column-gap: 0rem;
        grid-row-gap: 2rem; } }
    .pum-theme-10759 .pum-container .pum-content .cols .col.image {
      background-size: cover;
      height: 100%;
      min-height: 60vh;
      background-position: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .pum-theme-10759 .pum-container .pum-content .cols .col.image {
          min-height: 50vh; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .pum-theme-10759 .pum-container .pum-content .cols .col.image {
          min-height: 40vh; } }
    .pum-theme-10759 .pum-container .pum-content .cols .col.content {
      display: block; }
      .pum-theme-10759 .pum-container .pum-content .cols .col.content .text {
        padding: 2rem;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .pum-theme-10759 .pum-container .pum-content .cols .col.content .text {
            padding: 1rem; } }
      .pum-theme-10759 .pum-container .pum-content .cols .col.content h3 {
        text-align: left;
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 20px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .pum-theme-10759 .pum-container .pum-content .cols .col.content h3 {
            font-size: 18px;
            line-height: 22px; } }
      .pum-theme-10759 .pum-container .pum-content .cols .col.content .bouton {
        background: #80c537;
        margin-top: 2rem;
        color: #ffffff;
        border: 1px solid #80c537;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 16px;
        background: #80c537;
        color: #ffffff;
        padding: 14px 35px;
        display: inline-block;
        border-radius: 4px;
        -webkit-transition: .25s;
        transition: .25s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .pum-theme-10759 .pum-container .pum-content .cols .col.content .bouton {
            margin-bottom: 3rem;
            margin-left: 1rem; } }
        .pum-theme-10759 .pum-container .pum-content .cols .col.content .bouton:hover {
          background: #74ab3a;
          border: 1px solid #74ab3a; }

.pum-theme-10817 .pum-container {
  background: white !important;
  padding: 0px !important;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .pum-theme-10817 .pum-container {
      max-width: 100% !important;
      width: 60% !important;
      top: 2rem !important;
      border-radius: 0 !important;
      position: absolute !important;
      margin-left: auto !important;
      margin-right: auto !important;
      left: 0 !important;
      right: 0 !important;
      text-align: center !important; } }
  @media only screen and (max-width: 768px) {
    .pum-theme-10817 .pum-container {
      width: 90% !important;
      padding: 0px !important; } }
  .pum-theme-10817 .pum-container .pum-content + .pum-close {
    height: 40px !important;
    width: 40px !important;
    font-size: 40px !important;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .pum-theme-10817 .pum-container .pum-content + .pum-close {
        color: white !important; } }
  .pum-theme-10817 .pum-container .pum-content .cols {
    display: grid;
    width: 100%;
    grid-template-columns: repeat(2, 1fr);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .pum-theme-10817 .pum-container .pum-content .cols {
        grid-template-columns: 1fr;
        grid-column-gap: 0rem;
        grid-row-gap: 2rem; } }
    .pum-theme-10817 .pum-container .pum-content .cols .col.image {
      background-size: cover;
      height: 100%;
      min-height: 60vh;
      background-position: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .pum-theme-10817 .pum-container .pum-content .cols .col.image {
          min-height: 50vh; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .pum-theme-10817 .pum-container .pum-content .cols .col.image {
          min-height: 40vh; } }
    .pum-theme-10817 .pum-container .pum-content .cols .col.content {
      display: block;
      padding: 2rem;
      background: white; }
      .pum-theme-10817 .pum-container .pum-content .cols .col.content h3 {
        text-align: left;
        padding-bottom: 0px;
        margin-bottom: 0px;
        font-size: 28px;
        line-height: 38px;
        padding-bottom: 10px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .pum-theme-10817 .pum-container .pum-content .cols .col.content h3 {
            font-size: 18px;
            line-height: 22px; } }
      .pum-theme-10817 .pum-container .pum-content .cols .col.content p {
        padding-bottom: 16px; }
      .pum-theme-10817 .pum-container .pum-content .cols .col.content p.pum-form__message.pum-form__message--success {
        padding-bottom: 0px !important;
        color: #80c537 !important; }
      .pum-theme-10817 .pum-container .pum-content .cols .col.content input[type="text"], .pum-theme-10817 .pum-container .pum-content .cols .col.content input[type="email"] {
        border: 1px solid #D4D5D7;
        border-radius: 4px;
        height: 50px;
        padding-left: 10px; }
        .pum-theme-10817 .pum-container .pum-content .cols .col.content input[type="text"]:focus, .pum-theme-10817 .pum-container .pum-content .cols .col.content input[type="email"]:focus {
          outline: none !important;
          border: 1px solid #80c537; }
      .pum-theme-10817 .pum-container .pum-content .cols .col.content input.wpcf7-form-control.has-spinner.wpcf7-submit, .pum-theme-10817 .pum-container .pum-content .cols .col.content .pum-form--style-default button {
        background: #80c537;
        color: #ffffff;
        border: 1px solid #80c537;
        font-family: "Montserrat", sans-serif;
        font-weight: 500;
        font-size: 16px;
        background: #80c537;
        color: #ffffff;
        padding: 14px 35px;
        display: inline-block;
        border-radius: 4px;
        -webkit-transition: .25s;
        transition: .25s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .pum-theme-10817 .pum-container .pum-content .cols .col.content input.wpcf7-form-control.has-spinner.wpcf7-submit, .pum-theme-10817 .pum-container .pum-content .cols .col.content .pum-form--style-default button {
            margin-bottom: 3rem; } }
        .pum-theme-10817 .pum-container .pum-content .cols .col.content input.wpcf7-form-control.has-spinner.wpcf7-submit:hover, .pum-theme-10817 .pum-container .pum-content .cols .col.content .pum-form--style-default button:hover {
          background: #74ab3a;
          border: 1px solid #74ab3a; }
      .pum-theme-10817 .pum-container .pum-content .cols .col.content .copyright {
        color: #98989B;
        margin-top: 20px;
        font-size: 10px;
        line-height: 13px;
        font-weight: 300; }

body.home header {
  background: #07060b;
  color: #ffffff; }
  body.home header svg {
    stroke: #ffffff; }

body.home .burger div {
  background: #ffffff !important; }

body.open-nav-mob {
  position: fixed;
  width: 100%; }
  body.open-nav-mob header.main-header .nav {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0); }

.home header.main-header {
  border-bottom: 1px solid #07060b; }

header.main-header {
  background: #f8f9fb;
  color: #07060b;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  border-bottom: 1px solid #ebecef;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    header.main-header {
      position: relative; } }
  header.main-header .header-flex {
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
  header.main-header .logo {
    width: 147px;
    height: auto;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      header.main-header .logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
    header.main-header .logo img {
      max-width: 100%;
      height: auto;
      display: block; }
  header.main-header .nav {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      header.main-header .nav {
        background: white;
        height: calc(100vh - 80px);
        width: 100%;
        max-width: 576px;
        position: absolute;
        top: 100%;
        left: 0;
        -webkit-transform: translateX(-115%);
            -ms-transform: translateX(-115%);
                transform: translateX(-115%);
        z-index: 1000;
        -webkit-transition: .4s;
        transition: .4s;
        padding: 40px 0;
        border-radius: 0 8px 8px 0;
        -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
                box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
        color: #07060b;
        transition: .4s;
        z-index: 999;
        overflow-y: scroll; } }
    @media only screen and (max-width: 768px) {
      header.main-header .nav {
        border-radius: 0; } }
    @media only screen and (max-width: 576px) {
      header.main-header .nav {
        padding: 20px 0; } }
    header.main-header .nav .btn-holder-mob {
      display: none;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        header.main-header .nav .btn-holder-mob {
          display: block;
          width: 90%;
          padding: 40px 20px;
          text-align: center; } }
      @media only screen and (max-width: 576px) {
        header.main-header .nav .btn-holder-mob {
          padding: 20px 0; } }
    header.main-header .nav .menu-primary-container,
    header.main-header .nav .menu-primary-en-container {
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        header.main-header .nav .menu-primary-container,
        header.main-header .nav .menu-primary-en-container {
          width: 90%; } }
      header.main-header .nav .menu-primary-container ul.page-header-menu,
      header.main-header .nav .menu-primary-en-container ul.page-header-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          header.main-header .nav .menu-primary-container ul.page-header-menu,
          header.main-header .nav .menu-primary-en-container ul.page-header-menu {
            display: block; } }
        header.main-header .nav .menu-primary-container ul.page-header-menu > li,
        header.main-header .nav .menu-primary-en-container ul.page-header-menu > li {
          margin-left: 30px;
          position: relative;
          cursor: pointer;
          white-space: nowrap;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            header.main-header .nav .menu-primary-container ul.page-header-menu > li,
            header.main-header .nav .menu-primary-en-container ul.page-header-menu > li {
              border-bottom: 1px solid rgba(7, 6, 11, 0.4);
              margin-left: calc(10vw / 2); } }
          header.main-header .nav .menu-primary-container ul.page-header-menu > li.current_page_item > a,
          header.main-header .nav .menu-primary-en-container ul.page-header-menu > li.current_page_item > a {
            border-color: #80c537; }
          header.main-header .nav .menu-primary-container ul.page-header-menu > li a,
          header.main-header .nav .menu-primary-en-container ul.page-header-menu > li a {
            border-bottom: 1px solid transparent;
            padding-bottom: 4px;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            header.main-header .nav .menu-primary-container ul.page-header-menu > li a:hover,
            header.main-header .nav .menu-primary-en-container ul.page-header-menu > li a:hover {
              border-color: #80c537;
              /* -- @include break(mobile)-- */
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 1280px) {
                header.main-header .nav .menu-primary-container ul.page-header-menu > li a:hover,
                header.main-header .nav .menu-primary-en-container ul.page-header-menu > li a:hover {
                  border-color: transparent;
                  color: #80c537; } }
            @media only screen and (max-width: 1280px) {
              header.main-header .nav .menu-primary-container ul.page-header-menu > li a,
              header.main-header .nav .menu-primary-en-container ul.page-header-menu > li a {
                font-size: 24px;
                display: block;
                padding: 20px 0; } }
            @media only screen and (max-width: 768px) {
              header.main-header .nav .menu-primary-container ul.page-header-menu > li a,
              header.main-header .nav .menu-primary-en-container ul.page-header-menu > li a {
                font-size: 14px;
                padding: 10px 0; } }
          header.main-header .nav .menu-primary-container ul.page-header-menu > li ul.sub-menu,
          header.main-header .nav .menu-primary-en-container ul.page-header-menu > li ul.sub-menu {
            min-width: 180px;
            position: absolute;
            top: calc(100% + 15px);
            left: 50%;
            -webkit-transform: translateX(-50%);
                -ms-transform: translateX(-50%);
                    transform: translateX(-50%);
            background: #ffffff;
            padding: 20px 20px 2px 20px;
            border-radius: 8px;
            -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
                    box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
            z-index: 1;
            -webkit-transition: .3s;
            transition: .3s;
            opacity: 0;
            visibility: hidden;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            header.main-header .nav .menu-primary-container ul.page-header-menu > li ul.sub-menu:before,
            header.main-header .nav .menu-primary-en-container ul.page-header-menu > li ul.sub-menu:before {
              content: '';
              height: 15px;
              width: 100%;
              position: absolute;
              bottom: 100%;
              left: 0; }
            @media only screen and (max-width: 1280px) {
              header.main-header .nav .menu-primary-container ul.page-header-menu > li ul.sub-menu,
              header.main-header .nav .menu-primary-en-container ul.page-header-menu > li ul.sub-menu {
                position: static;
                -webkit-transform: none;
                    -ms-transform: none;
                        transform: none;
                padding: 0 10px;
                -webkit-box-shadow: none;
                        box-shadow: none;
                opacity: 1;
                visibility: visible;
                display: none;
                padding: 0;
                -webkit-transition: none;
                transition: none; } }
            header.main-header .nav .menu-primary-container ul.page-header-menu > li ul.sub-menu > li,
            header.main-header .nav .menu-primary-en-container ul.page-header-menu > li ul.sub-menu > li {
              margin-bottom: 25px;
              color: #07060b;
              /* -- @include break(mobile)-- */
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 1280px) {
                header.main-header .nav .menu-primary-container ul.page-header-menu > li ul.sub-menu > li,
                header.main-header .nav .menu-primary-en-container ul.page-header-menu > li ul.sub-menu > li {
                  margin-bottom: 0; } }
              header.main-header .nav .menu-primary-container ul.page-header-menu > li ul.sub-menu > li a,
              header.main-header .nav .menu-primary-en-container ul.page-header-menu > li ul.sub-menu > li a {
                /* -- @include break(mobile)-- */
                /* -- @include break(mobile)-- */
                /* -- @include break(mobile)-- */
                /* -- @include break(mobile)-- */ }
                @media only screen and (max-width: 1280px) {
                  header.main-header .nav .menu-primary-container ul.page-header-menu > li ul.sub-menu > li a,
                  header.main-header .nav .menu-primary-en-container ul.page-header-menu > li ul.sub-menu > li a {
                    font-size: 18px;
                    padding: 10px 0;
                    border: none; } }
                @media only screen and (max-width: 768px) {
                  header.main-header .nav .menu-primary-container ul.page-header-menu > li ul.sub-menu > li a,
                  header.main-header .nav .menu-primary-en-container ul.page-header-menu > li ul.sub-menu > li a {
                    font-size: 14px; } }
          header.main-header .nav .menu-primary-container ul.page-header-menu > li.menu-item-has-children,
          header.main-header .nav .menu-primary-en-container ul.page-header-menu > li.menu-item-has-children {
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 1280px) {
              header.main-header .nav .menu-primary-container ul.page-header-menu > li.menu-item-has-children,
              header.main-header .nav .menu-primary-en-container ul.page-header-menu > li.menu-item-has-children {
                position: relative; } }
            header.main-header .nav .menu-primary-container ul.page-header-menu > li.menu-item-has-children:hover ul.sub-menu,
            header.main-header .nav .menu-primary-en-container ul.page-header-menu > li.menu-item-has-children:hover ul.sub-menu {
              opacity: 1;
              visibility: visible;
              z-index: 10; }
            header.main-header .nav .menu-primary-container ul.page-header-menu > li.menu-item-has-children > a,
            header.main-header .nav .menu-primary-en-container ul.page-header-menu > li.menu-item-has-children > a {
              /* -- @include break(mobile)-- */
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 1280px) {
                header.main-header .nav .menu-primary-container ul.page-header-menu > li.menu-item-has-children > a,
                header.main-header .nav .menu-primary-en-container ul.page-header-menu > li.menu-item-has-children > a {
                  position: relative; } }
              header.main-header .nav .menu-primary-container ul.page-header-menu > li.menu-item-has-children > a:before,
              header.main-header .nav .menu-primary-en-container ul.page-header-menu > li.menu-item-has-children > a:before {
                /* -- @include break(mobile)-- */
                /* -- @include break(mobile)-- */ }
                @media only screen and (max-width: 1280px) {
                  header.main-header .nav .menu-primary-container ul.page-header-menu > li.menu-item-has-children > a:before,
                  header.main-header .nav .menu-primary-en-container ul.page-header-menu > li.menu-item-has-children > a:before {
                    content: '';
                    border-bottom: 2px solid #07060b;
                    border-right: 2px solid #07060b;
                    width: 8px;
                    height: 8px;
                    -webkit-transform-origin: center;
                        -ms-transform-origin: center;
                            transform-origin: center;
                    position: absolute;
                    right: 8px;
                    top: 50%;
                    -webkit-transition: .3s;
                    transition: .3s;
                    -webkit-transform: translateY(-50%) rotate(45deg);
                        -ms-transform: translateY(-50%) rotate(45deg);
                            transform: translateY(-50%) rotate(45deg); } }
              header.main-header .nav .menu-primary-container ul.page-header-menu > li.menu-item-has-children > a.is-open:before,
              header.main-header .nav .menu-primary-en-container ul.page-header-menu > li.menu-item-has-children > a.is-open:before {
                -webkit-transform: translateY(-50%) rotate(225deg);
                    -ms-transform: translateY(-50%) rotate(225deg);
                        transform: translateY(-50%) rotate(225deg); }
  header.main-header .nav_mobile {
    display: none;
    position: relative;
    cursor: pointer;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      header.main-header .nav_mobile {
        display: block; } }
    header.main-header .nav_mobile .burger {
      height: 26px;
      width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: distribute;
          justify-content: space-around;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      position: relative; }
      header.main-header .nav_mobile .burger div {
        position: absolute;
        background-color: #07060b;
        width: 100%;
        height: 2px;
        -webkit-transition: .5s;
        transition: .5s;
        left: 0; }
        header.main-header .nav_mobile .burger div:nth-of-type(1) {
          top: 0; }
        header.main-header .nav_mobile .burger div:nth-of-type(2) {
          top: 24px; }
        header.main-header .nav_mobile .burger div:nth-of-type(3) {
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
    header.main-header .nav_mobile .close {
      opacity: 0;
      position: absolute;
      top: -10px;
      left: 7px;
      font-size: 35px;
      line-height: 41px; }
    header.main-header .nav_mobile.is-open .burger div {
      top: 50%;
      left: 50%; }
      header.main-header .nav_mobile.is-open .burger div:nth-of-type(1) {
        -webkit-transform: translate(-50%, -50%) rotate(45deg);
            -ms-transform: translate(-50%, -50%) rotate(45deg);
                transform: translate(-50%, -50%) rotate(45deg); }
      header.main-header .nav_mobile.is-open .burger div:nth-of-type(2) {
        opacity: 0;
        visibility: hidden; }
      header.main-header .nav_mobile.is-open .burger div:nth-of-type(3) {
        -webkit-transform: translate(-50%, -50%) rotate(-45deg);
            -ms-transform: translate(-50%, -50%) rotate(-45deg);
                transform: translate(-50%, -50%) rotate(-45deg); }

.nav_right_side {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .nav_right_side .btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .nav_right_side input#submit,
  .nav_right_side .page-my-account .woocommerce a.button, .page-my-account .woocommerce .nav_right_side a.button,
  .nav_right_side .page-my-account .woocommerce button.button, .page-my-account .woocommerce .nav_right_side button.button,
  .nav_right_side .page-my-account .woocommerce input.button, .page-my-account .woocommerce .nav_right_side input.button, .nav_right_side .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .nav_right_side input#submit,
  .nav_right_side .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .nav_right_side a.button,
  .nav_right_side .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .nav_right_side button.button,
  .nav_right_side .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .nav_right_side input.button, .nav_right_side .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .nav_right_side .mito_add_to_cart_button,
  .nav_right_side .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .nav_right_side .mito_add_to_cart_button, .nav_right_side .archive-products-dry .card-btn, .archive-products-dry .nav_right_side .card-btn, .nav_right_side body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .nav_right_side .mito_add_to_cart_button,
  .nav_right_side body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .nav_right_side .mito_add_to_cart_button,
  .nav_right_side body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .nav_right_side .mito_add_to_cart_button {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .nav_right_side .btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .nav_right_side input#submit,
      .nav_right_side .page-my-account .woocommerce a.button, .page-my-account .woocommerce .nav_right_side a.button,
      .nav_right_side .page-my-account .woocommerce button.button, .page-my-account .woocommerce .nav_right_side button.button,
      .nav_right_side .page-my-account .woocommerce input.button, .page-my-account .woocommerce .nav_right_side input.button, .nav_right_side .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .nav_right_side input#submit,
      .nav_right_side .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .nav_right_side a.button,
      .nav_right_side .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .nav_right_side button.button,
      .nav_right_side .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .nav_right_side input.button, .nav_right_side .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .nav_right_side .mito_add_to_cart_button,
      .nav_right_side .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .nav_right_side .mito_add_to_cart_button, .nav_right_side .archive-products-dry .card-btn, .archive-products-dry .nav_right_side .card-btn, .nav_right_side body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .nav_right_side .mito_add_to_cart_button,
      .nav_right_side body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .nav_right_side .mito_add_to_cart_button,
      .nav_right_side body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .nav_right_side .mito_add_to_cart_button {
        display: none; } }
  .nav_right_side .icon-holder {
    width: 40px;
    height: 40px;
    position: relative;
    -webkit-transition: .2s;
    transition: .2s;
    cursor: pointer; }
    .nav_right_side .icon-holder.cart-icon {
      margin-right: 28px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .nav_right_side .icon-holder.cart-icon {
          margin-right: 0; } }
      .nav_right_side .icon-holder.cart-icon .cart-count {
        background: #80c537;
        color: #ffffff;
        width: 16px;
        height: 16px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 9px;
        font-weight: 500;
        position: absolute;
        right: 3px;
        bottom: 3px;
        border: 1px solid #f8f9fb;
        border-radius: 50%;
        line-height: 0.8em;
        z-index: 1; }
    .nav_right_side .icon-holder.account-icon {
      border-radius: 50%; }
      .nav_right_side .icon-holder.account-icon:hover, .nav_right_side .icon-holder.account-icon.active {
        background: rgba(7, 6, 11, 0.05); }
    .nav_right_side .icon-holder svg {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
  .nav_right_side .mon_compte_section {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: 12px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .nav_right_side .mon_compte_section {
        margin-right: 0; } }
    .nav_right_side .mon_compte_section:hover .mon-compte-popup,
    .nav_right_side .mon_compte_section:hover .arrow {
      opacity: 1 !important;
      visibility: visible !important; }
    .nav_right_side .mon_compte_section .arrow {
      content: '';
      display: block;
      width: 20px;
      height: 20px;
      background: white;
      position: absolute;
      bottom: calc(100% - 10px);
      top: 78px;
      left: 50%;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      -webkit-transition: .3s;
      transition: .3s;
      -webkit-transform: translateX(-50%) rotate(-45deg);
          -ms-transform: translateX(-50%) rotate(-45deg);
              transform: translateX(-50%) rotate(-45deg);
      -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
              box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
      opacity: 0;
      visibility: hidden; }
    .nav_right_side .mon_compte_section .mon-compte-popup {
      color: #07060b;
      min-width: 290px;
      background: white;
      position: absolute;
      border-radius: 8px;
      top: calc(120% + 40px);
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: 9999;
      -webkit-transition: .3s;
      transition: .3s;
      opacity: 0;
      visibility: hidden;
      -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
              box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08); }
      .nav_right_side .mon_compte_section .mon-compte-popup:before {
        content: '';
        position: absolute;
        bottom: 100%;
        left: 50%;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        width: 140px;
        height: 50px;
        display: block; }
      .nav_right_side .mon_compte_section .mon-compte-popup button.close-btn {
        display: none; }
      .nav_right_side .mon_compte_section .mon-compte-popup .panel-header {
        position: relative;
        padding: 20px;
        border-bottom: 1px solid rgba(7, 6, 11, 0.05); }
        .nav_right_side .mon_compte_section .mon-compte-popup .panel-header p {
          font-size: 10px;
          text-transform: uppercase;
          font-weight: 700; }
      .nav_right_side .mon_compte_section .mon-compte-popup .panel-content {
        padding: 30px 20px;
        text-align: center; }
        .nav_right_side .mon_compte_section .mon-compte-popup .panel-content > * {
          font-size: 12px; }
        .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn {
          margin-bottom: 22px;
          font-size: 14px; }
        .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a {
          font-family: "Archivo SemiExpanded", sans-serif;
          font-weight: 600;
          color: #80c537; }
          .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a:hover {
            color: #74ab3a; }

header .alert {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #b00c2f;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #ffffff;
  z-index: 9999;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    header .alert {
      padding-top: 15px;
      padding-bottom: 15px;
      font-size: 12px; }
      header .alert .container {
        padding-right: 2.5%;
        padding-left: 2.5%; } }
  @media only screen and (max-width: 768px) {
    header .alert .container {
      padding-right: 40px;
      padding-left: 40px;
      width: 100%; } }
  header .alert .close {
    cursor: pointer;
    position: absolute;
    right: 5%;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      header .alert .close {
        right: 5px;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); } }
  header .alert.green {
    background-color: #80c537; }

footer.main-footer {
  color: white;
  padding: 83px 0; }
  footer.main-footer .footer-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      footer.main-footer .footer-flex {
        display: block; } }
    footer.main-footer .footer-flex .logo-side {
      padding-right: 130px;
      border-right: 1px solid white;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        footer.main-footer .footer-flex .logo-side {
          border-right: none;
          border-bottom: 1px solid white;
          padding-bottom: 60px;
          padding-right: 0; } }
      @media only screen and (max-width: 768px) {
        footer.main-footer .footer-flex .logo-side {
          max-width: 260px;
          margin: auto; } }
      footer.main-footer .footer-flex .logo-side .logo-holder {
        width: 240px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          footer.main-footer .footer-flex .logo-side .logo-holder {
            margin: auto; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          footer.main-footer .footer-flex .logo-side .logo-holder {
            width: 210px; } }
        @media only screen and (max-width: 768px) {
          footer.main-footer .footer-flex .logo-side .logo-holder {
            width: 180px; } }
        @media only screen and (max-width: 576px) {
          footer.main-footer .footer-flex .logo-side .logo-holder {
            width: 160px; } }
    footer.main-footer .footer-flex .navigation-side {
      padding: 40px 0 15px 130px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        footer.main-footer .footer-flex .navigation-side {
          padding: 40px 70px 15px; } }
      @media only screen and (max-width: 768px) {
        footer.main-footer .footer-flex .navigation-side {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          padding: 30px 0; } }
      footer.main-footer .footer-flex .navigation-side .les-menus-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer.main-footer .footer-flex .navigation-side .les-menus-wrapper {
            width: 100%; } }
        @media only screen and (max-width: 576px) {
          footer.main-footer .footer-flex .navigation-side .les-menus-wrapper {
            display: block; } }
        footer.main-footer .footer-flex .navigation-side .les-menus-wrapper .footer-menu-wrapper {
          padding-right: 100px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            footer.main-footer .footer-flex .navigation-side .les-menus-wrapper .footer-menu-wrapper {
              padding-right: 50px;
              padding-left: 50px; } }
          @media only screen and (max-width: 576px) {
            footer.main-footer .footer-flex .navigation-side .les-menus-wrapper .footer-menu-wrapper {
              margin-bottom: 20px; } }
      footer.main-footer .footer-flex .navigation-side .footer-menu-holder {
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer.main-footer .footer-flex .navigation-side .footer-menu-holder {
            text-align: center;
            margin-bottom: 60px;
            padding-top: 30px; } }
        footer.main-footer .footer-flex .navigation-side .footer-menu-holder li {
          margin-bottom: 25px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            footer.main-footer .footer-flex .navigation-side .footer-menu-holder li {
              margin-bottom: 20px; } }
          footer.main-footer .footer-flex .navigation-side .footer-menu-holder li a:hover {
            color: #80c537; }
      footer.main-footer .footer-flex .navigation-side .lang-switch {
        padding-top: 25px;
        font-size: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer.main-footer .footer-flex .navigation-side .lang-switch {
            padding-top: 10px; } }
      footer.main-footer .footer-flex .navigation-side .newsletter-and-social {
        width: 60%;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer.main-footer .footer-flex .navigation-side .newsletter-and-social {
            width: 100%; } }
        footer.main-footer .footer-flex .navigation-side .newsletter-and-social h4 {
          font-weight: 500; }
        footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell {
          padding-top: 30px;
          width: 100%; }
          footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%; }
            footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input {
              height: 48px;
              border-radius: 4px;
              outline: none;
              color: #ffffff; }
              footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=email] {
                border: 1px solid rgba(255, 255, 255, 0.25);
                background-color: transparent;
                width: 100%;
                -ms-flex-negative: 1;
                    flex-shrink: 1;
                padding: 0 20px;
                -webkit-transition: all 0.4s;
                transition: all 0.4s; }
                footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=email]::-webkit-input-placeholder {
                  color: rgba(255, 255, 255, 0.25); }
                footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=email]::-moz-placeholder {
                  color: rgba(255, 255, 255, 0.25); }
                footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=email]:-ms-input-placeholder {
                  color: rgba(255, 255, 255, 0.25); }
                footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=email]::-ms-input-placeholder {
                  color: rgba(255, 255, 255, 0.25); }
                footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=email]::placeholder {
                  color: rgba(255, 255, 255, 0.25); }
                footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=email]:focus {
                  border: 1px solid white; }
              footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=submit] {
                background-color: #80c537;
                border: none;
                padding: 0 36px;
                -webkit-box-flex: 0;
                    -ms-flex-positive: 0;
                        flex-grow: 0;
                margin-left: -6px;
                -webkit-transition: all 0.4s;
                transition: all 0.4s; }
                footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=submit]:hover, footer.main-footer .footer-flex .navigation-side .newsletter-and-social #mc_embed_shell .input_wrap input[type=submit]:focus {
                  background-color: #74ab3a; }
        footer.main-footer .footer-flex .navigation-side .newsletter-and-social .social-menu-wrapper {
          padding-top: 45px; }
          footer.main-footer .footer-flex .navigation-side .newsletter-and-social .social-menu-wrapper .footer-social-media {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            width: 100%;
            -webkit-box-pack: justify;
                -ms-flex-pack: justify;
                    justify-content: space-between; }
            footer.main-footer .footer-flex .navigation-side .newsletter-and-social .social-menu-wrapper .footer-social-media a {
              font-size: 14px;
              font-weight: 400;
              -webkit-transition: all 0.4s;
              transition: all 0.4s; }
              footer.main-footer .footer-flex .navigation-side .newsletter-and-social .social-menu-wrapper .footer-social-media a:hover, footer.main-footer .footer-flex .navigation-side .newsletter-and-social .social-menu-wrapper .footer-social-media a:focus {
                color: #74ab3a; }
  footer.main-footer .footer_legal .logo-side {
    border: none; }
  footer.main-footer .footer_legal .navigation-side {
    display: block; }
  footer.main-footer .footer_legal .menu-footer-legal-container ul, footer.main-footer .footer_legal .menu-footer-legal-en-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      footer.main-footer .footer_legal .menu-footer-legal-container ul, footer.main-footer .footer_legal .menu-footer-legal-en-container ul {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  footer.main-footer .footer_legal li {
    width: 25.5%;
    display: block;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      footer.main-footer .footer_legal li {
        width: auto;
        margin-left: 20px;
        margin-right: 20px; } }
    footer.main-footer .footer_legal li a {
      font-size: 12px;
      text-decoration: underline; }

/* Borders guidelines
.red-b{border: 3px solid red;}
.blue-b{border: 3px solid blue;}
.green-b{border: 3px solid green;}
.gold-b{border: 3px solid gold;}
.magenta-b{border: 3px solid magenta;}
.cyan-b{border: 3px solid cyan;}
.orange-b{border: 3px solid orange;}
.container{border: 6px solid purple;}
.container-lg{border: 6px solid yellow;}
*/
html {
  overflow-x: hidden;
  overflow-y: scroll;
  background-color: #ffffff;
  color: #07060b; }
  html.overflow {
    overflow: hidden; }

body {
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background-color: #ffffff;
  color: #07060b;
  font-size: 16px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  body.overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body {
      font-size: 16px;
      overflow-x: hidden;
      overflow-y: scroll; } }
  body::-webkit-scrollbar {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      body::-webkit-scrollbar {
        width: 0 !important;
        overflow: -moz-scrollbars-none;
        -ms-overflow-style: none; } }
  body .grecaptcha-badge {
    visibility: hidden; }

body.safari .banner-top-small:before, body.safari .banner-top-small:after {
  display: none !important; }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: .25s;
  transition: .25s; }

button,
input[type=submit] {
  cursor: pointer !important; }

.relative {
  position: relative; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1240px; }

.container-md {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1060px; }

.btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .page-my-account .woocommerce #respond input#submit,
.page-my-account .woocommerce a.button,
.page-my-account .woocommerce button.button,
.page-my-account .woocommerce input.button, .page-checkout.not-login .woocommerce #respond input#submit,
.page-checkout.not-login .woocommerce a.button,
.page-checkout.not-login .woocommerce button.button,
.page-checkout.not-login .woocommerce input.button, .archive-products-fresh .mito_add_to_cart_button,
.archive-products-dry .mito_add_to_cart_button, .archive-products-dry .card-btn, body.single-product .related.products .mito_add_to_cart_button,
body.single-product .product_related .mito_add_to_cart_button,
body.single-product .up-sells.products .mito_add_to_cart_button {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-size: 16px;
  background: #80c537;
  color: #ffffff;
  padding: 14px 35px;
  display: inline-block;
  border-radius: 4px;
  -webkit-transition: .25s;
  transition: .25s; }
  .btn:first-letter, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn:first-letter, .page-my-account .woocommerce #respond input#submit:first-letter,
  .page-my-account .woocommerce a.button:first-letter,
  .page-my-account .woocommerce button.button:first-letter,
  .page-my-account .woocommerce input.button:first-letter, .page-checkout.not-login .woocommerce #respond input#submit:first-letter,
  .page-checkout.not-login .woocommerce a.button:first-letter,
  .page-checkout.not-login .woocommerce button.button:first-letter,
  .page-checkout.not-login .woocommerce input.button:first-letter, .archive-products-fresh .mito_add_to_cart_button:first-letter,
  .archive-products-dry .mito_add_to_cart_button:first-letter, .archive-products-dry .card-btn:first-letter, body.single-product .related.products .mito_add_to_cart_button:first-letter,
  body.single-product .product_related .mito_add_to_cart_button:first-letter,
  body.single-product .up-sells.products .mito_add_to_cart_button:first-letter {
    text-transform: uppercase; }
  .btn.btn--primary, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .btn--primary.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .archive-products-fresh .connect-btn.mito_add_to_cart_button, .archive-products-fresh .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button,
  .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .archive-products-dry .connect-btn.mito_add_to_cart_button, .archive-products-dry .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content body.single-product .related.products .connect-btn.mito_add_to_cart_button, body.single-product .related.products .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button,
  .nav_right_side .mon_compte_section .mon-compte-popup .panel-content body.single-product .product_related .connect-btn.mito_add_to_cart_button, body.single-product .product_related .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button,
  .nav_right_side .mon_compte_section .mon-compte-popup .panel-content body.single-product .up-sells.products .connect-btn.mito_add_to_cart_button, body.single-product .up-sells.products .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button, .page-my-account .woocommerce #respond input.btn--primary#submit, .page-my-account .woocommerce #respond .archive-products-fresh input#submit.mito_add_to_cart_button, .archive-products-fresh .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-my-account .woocommerce #respond .archive-products-dry input#submit.mito_add_to_cart_button, .archive-products-dry .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button, .page-my-account .woocommerce #respond body.single-product .related.products input#submit.mito_add_to_cart_button, body.single-product .related.products .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-my-account .woocommerce #respond body.single-product .product_related input#submit.mito_add_to_cart_button, body.single-product .product_related .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-my-account .woocommerce #respond body.single-product .up-sells.products input#submit.mito_add_to_cart_button, body.single-product .up-sells.products .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-my-account .woocommerce a.btn--primary.button, .page-my-account .woocommerce .archive-products-fresh a.button.mito_add_to_cart_button, .archive-products-fresh .page-my-account .woocommerce a.button.mito_add_to_cart_button,
  .page-my-account .woocommerce .archive-products-dry a.button.mito_add_to_cart_button, .archive-products-dry .page-my-account .woocommerce a.button.mito_add_to_cart_button, .page-my-account .woocommerce body.single-product .related.products a.button.mito_add_to_cart_button, body.single-product .related.products .page-my-account .woocommerce a.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .product_related a.button.mito_add_to_cart_button, body.single-product .product_related .page-my-account .woocommerce a.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .up-sells.products a.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-my-account .woocommerce a.button.mito_add_to_cart_button,
  .page-my-account .woocommerce button.btn--primary.button, .page-my-account .woocommerce .archive-products-fresh button.button.mito_add_to_cart_button, .archive-products-fresh .page-my-account .woocommerce button.button.mito_add_to_cart_button,
  .page-my-account .woocommerce .archive-products-dry button.button.mito_add_to_cart_button, .archive-products-dry .page-my-account .woocommerce button.button.mito_add_to_cart_button, .page-my-account .woocommerce body.single-product .related.products button.button.mito_add_to_cart_button, body.single-product .related.products .page-my-account .woocommerce button.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .product_related button.button.mito_add_to_cart_button, body.single-product .product_related .page-my-account .woocommerce button.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .up-sells.products button.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-my-account .woocommerce button.button.mito_add_to_cart_button,
  .page-my-account .woocommerce input.btn--primary.button, .page-my-account .woocommerce .archive-products-fresh input.button.mito_add_to_cart_button, .archive-products-fresh .page-my-account .woocommerce input.button.mito_add_to_cart_button,
  .page-my-account .woocommerce .archive-products-dry input.button.mito_add_to_cart_button, .archive-products-dry .page-my-account .woocommerce input.button.mito_add_to_cart_button, .page-my-account .woocommerce body.single-product .related.products input.button.mito_add_to_cart_button, body.single-product .related.products .page-my-account .woocommerce input.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .product_related input.button.mito_add_to_cart_button, body.single-product .product_related .page-my-account .woocommerce input.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .up-sells.products input.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-my-account .woocommerce input.button.mito_add_to_cart_button, .page-checkout.not-login .woocommerce #respond input.btn--primary#submit, .page-checkout.not-login .woocommerce #respond .archive-products-fresh input#submit.mito_add_to_cart_button, .archive-products-fresh .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce #respond .archive-products-dry input#submit.mito_add_to_cart_button, .archive-products-dry .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button, .page-checkout.not-login .woocommerce #respond body.single-product .related.products input#submit.mito_add_to_cart_button, body.single-product .related.products .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce #respond body.single-product .product_related input#submit.mito_add_to_cart_button, body.single-product .product_related .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce #respond body.single-product .up-sells.products input#submit.mito_add_to_cart_button, body.single-product .up-sells.products .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce a.btn--primary.button, .page-checkout.not-login .woocommerce .archive-products-fresh a.button.mito_add_to_cart_button, .archive-products-fresh .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce .archive-products-dry a.button.mito_add_to_cart_button, .archive-products-dry .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button, .page-checkout.not-login .woocommerce body.single-product .related.products a.button.mito_add_to_cart_button, body.single-product .related.products .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .product_related a.button.mito_add_to_cart_button, body.single-product .product_related .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .up-sells.products a.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce button.btn--primary.button, .page-checkout.not-login .woocommerce .archive-products-fresh button.button.mito_add_to_cart_button, .archive-products-fresh .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce .archive-products-dry button.button.mito_add_to_cart_button, .archive-products-dry .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button, .page-checkout.not-login .woocommerce body.single-product .related.products button.button.mito_add_to_cart_button, body.single-product .related.products .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .product_related button.button.mito_add_to_cart_button, body.single-product .product_related .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .up-sells.products button.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce input.btn--primary.button, .page-checkout.not-login .woocommerce .archive-products-fresh input.button.mito_add_to_cart_button, .archive-products-fresh .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce .archive-products-dry input.button.mito_add_to_cart_button, .archive-products-dry .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button, .page-checkout.not-login .woocommerce body.single-product .related.products input.button.mito_add_to_cart_button, body.single-product .related.products .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .product_related input.button.mito_add_to_cart_button, body.single-product .product_related .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .up-sells.products input.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button, .archive-products-fresh .mito_add_to_cart_button,
  .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .btn--primary.card-btn,
  .archive-products-dry .card-btn.mito_add_to_cart_button, .archive-products-dry body.single-product .related.products .card-btn.mito_add_to_cart_button, body.single-product .related.products .archive-products-dry .card-btn.mito_add_to_cart_button,
  .archive-products-dry body.single-product .product_related .card-btn.mito_add_to_cart_button, body.single-product .product_related .archive-products-dry .card-btn.mito_add_to_cart_button,
  .archive-products-dry body.single-product .up-sells.products .card-btn.mito_add_to_cart_button, body.single-product .up-sells.products .archive-products-dry .card-btn.mito_add_to_cart_button, body.single-product .related.products .mito_add_to_cart_button,
  body.single-product .product_related .mito_add_to_cart_button,
  body.single-product .up-sells.products .mito_add_to_cart_button {
    background: #80c537;
    color: #ffffff;
    border: 1px solid #80c537; }
    .btn.btn--primary:hover, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .btn--primary.connect-btn:hover, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .archive-products-fresh .connect-btn.mito_add_to_cart_button:hover, .archive-products-fresh .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button:hover,
    .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .archive-products-dry .connect-btn.mito_add_to_cart_button:hover, .archive-products-dry .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button:hover, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content body.single-product .related.products .connect-btn.mito_add_to_cart_button:hover, body.single-product .related.products .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button:hover,
    .nav_right_side .mon_compte_section .mon-compte-popup .panel-content body.single-product .product_related .connect-btn.mito_add_to_cart_button:hover, body.single-product .product_related .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button:hover,
    .nav_right_side .mon_compte_section .mon-compte-popup .panel-content body.single-product .up-sells.products .connect-btn.mito_add_to_cart_button:hover, body.single-product .up-sells.products .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button:hover, .page-my-account .woocommerce #respond input.btn--primary#submit:hover, .page-my-account .woocommerce #respond .archive-products-fresh input#submit.mito_add_to_cart_button:hover, .archive-products-fresh .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce #respond .archive-products-dry input#submit.mito_add_to_cart_button:hover, .archive-products-dry .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button:hover, .page-my-account .woocommerce #respond body.single-product .related.products input#submit.mito_add_to_cart_button:hover, body.single-product .related.products .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce #respond body.single-product .product_related input#submit.mito_add_to_cart_button:hover, body.single-product .product_related .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce #respond body.single-product .up-sells.products input#submit.mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce a.btn--primary.button:hover, .page-my-account .woocommerce .archive-products-fresh a.button.mito_add_to_cart_button:hover, .archive-products-fresh .page-my-account .woocommerce a.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce .archive-products-dry a.button.mito_add_to_cart_button:hover, .archive-products-dry .page-my-account .woocommerce a.button.mito_add_to_cart_button:hover, .page-my-account .woocommerce body.single-product .related.products a.button.mito_add_to_cart_button:hover, body.single-product .related.products .page-my-account .woocommerce a.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce body.single-product .product_related a.button.mito_add_to_cart_button:hover, body.single-product .product_related .page-my-account .woocommerce a.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce body.single-product .up-sells.products a.button.mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-my-account .woocommerce a.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce button.btn--primary.button:hover, .page-my-account .woocommerce .archive-products-fresh button.button.mito_add_to_cart_button:hover, .archive-products-fresh .page-my-account .woocommerce button.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce .archive-products-dry button.button.mito_add_to_cart_button:hover, .archive-products-dry .page-my-account .woocommerce button.button.mito_add_to_cart_button:hover, .page-my-account .woocommerce body.single-product .related.products button.button.mito_add_to_cart_button:hover, body.single-product .related.products .page-my-account .woocommerce button.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce body.single-product .product_related button.button.mito_add_to_cart_button:hover, body.single-product .product_related .page-my-account .woocommerce button.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce body.single-product .up-sells.products button.button.mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-my-account .woocommerce button.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce input.btn--primary.button:hover, .page-my-account .woocommerce .archive-products-fresh input.button.mito_add_to_cart_button:hover, .archive-products-fresh .page-my-account .woocommerce input.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce .archive-products-dry input.button.mito_add_to_cart_button:hover, .archive-products-dry .page-my-account .woocommerce input.button.mito_add_to_cart_button:hover, .page-my-account .woocommerce body.single-product .related.products input.button.mito_add_to_cart_button:hover, body.single-product .related.products .page-my-account .woocommerce input.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce body.single-product .product_related input.button.mito_add_to_cart_button:hover, body.single-product .product_related .page-my-account .woocommerce input.button.mito_add_to_cart_button:hover,
    .page-my-account .woocommerce body.single-product .up-sells.products input.button.mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-my-account .woocommerce input.button.mito_add_to_cart_button:hover, .page-checkout.not-login .woocommerce #respond input.btn--primary#submit:hover, .page-checkout.not-login .woocommerce #respond .archive-products-fresh input#submit.mito_add_to_cart_button:hover, .archive-products-fresh .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce #respond .archive-products-dry input#submit.mito_add_to_cart_button:hover, .archive-products-dry .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button:hover, .page-checkout.not-login .woocommerce #respond body.single-product .related.products input#submit.mito_add_to_cart_button:hover, body.single-product .related.products .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce #respond body.single-product .product_related input#submit.mito_add_to_cart_button:hover, body.single-product .product_related .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce #respond body.single-product .up-sells.products input#submit.mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce a.btn--primary.button:hover, .page-checkout.not-login .woocommerce .archive-products-fresh a.button.mito_add_to_cart_button:hover, .archive-products-fresh .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce .archive-products-dry a.button.mito_add_to_cart_button:hover, .archive-products-dry .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button:hover, .page-checkout.not-login .woocommerce body.single-product .related.products a.button.mito_add_to_cart_button:hover, body.single-product .related.products .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce body.single-product .product_related a.button.mito_add_to_cart_button:hover, body.single-product .product_related .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce body.single-product .up-sells.products a.button.mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce button.btn--primary.button:hover, .page-checkout.not-login .woocommerce .archive-products-fresh button.button.mito_add_to_cart_button:hover, .archive-products-fresh .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce .archive-products-dry button.button.mito_add_to_cart_button:hover, .archive-products-dry .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button:hover, .page-checkout.not-login .woocommerce body.single-product .related.products button.button.mito_add_to_cart_button:hover, body.single-product .related.products .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce body.single-product .product_related button.button.mito_add_to_cart_button:hover, body.single-product .product_related .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce body.single-product .up-sells.products button.button.mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce input.btn--primary.button:hover, .page-checkout.not-login .woocommerce .archive-products-fresh input.button.mito_add_to_cart_button:hover, .archive-products-fresh .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce .archive-products-dry input.button.mito_add_to_cart_button:hover, .archive-products-dry .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button:hover, .page-checkout.not-login .woocommerce body.single-product .related.products input.button.mito_add_to_cart_button:hover, body.single-product .related.products .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce body.single-product .product_related input.button.mito_add_to_cart_button:hover, body.single-product .product_related .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button:hover,
    .page-checkout.not-login .woocommerce body.single-product .up-sells.products input.button.mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button:hover, .archive-products-fresh .mito_add_to_cart_button:hover,
    .archive-products-dry .mito_add_to_cart_button:hover, .archive-products-dry .btn--primary.card-btn:hover,
    .archive-products-dry .card-btn.mito_add_to_cart_button:hover, .archive-products-dry body.single-product .related.products .card-btn.mito_add_to_cart_button:hover, body.single-product .related.products .archive-products-dry .card-btn.mito_add_to_cart_button:hover,
    .archive-products-dry body.single-product .up-sells.products .card-btn.mito_add_to_cart_button:hover, body.single-product .up-sells.products .archive-products-dry .card-btn.mito_add_to_cart_button:hover, body.single-product .related.products .mito_add_to_cart_button:hover,
    body.single-product .product_related .mito_add_to_cart_button:hover,
    body.single-product .up-sells.products .mito_add_to_cart_button:hover {
      background: #74ab3a;
      border-color: #74ab3a; }
  .btn.btn--secondary.dark-bg, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .btn--secondary.dark-bg.connect-btn, .page-my-account .woocommerce #respond input.btn--secondary.dark-bg#submit,
  .page-my-account .woocommerce a.btn--secondary.dark-bg.button,
  .page-my-account .woocommerce button.btn--secondary.dark-bg.button,
  .page-my-account .woocommerce input.btn--secondary.dark-bg.button, .page-checkout.not-login .woocommerce #respond input.btn--secondary.dark-bg#submit,
  .page-checkout.not-login .woocommerce a.btn--secondary.dark-bg.button,
  .page-checkout.not-login .woocommerce button.btn--secondary.dark-bg.button,
  .page-checkout.not-login .woocommerce input.btn--secondary.dark-bg.button, .archive-products-fresh .btn--secondary.dark-bg.mito_add_to_cart_button,
  .archive-products-dry .btn--secondary.dark-bg.mito_add_to_cart_button, .archive-products-dry .btn--secondary.dark-bg.card-btn, body.single-product .related.products .btn--secondary.dark-bg.mito_add_to_cart_button,
  body.single-product .product_related .btn--secondary.dark-bg.mito_add_to_cart_button,
  body.single-product .up-sells.products .btn--secondary.dark-bg.mito_add_to_cart_button {
    background-color: transparent;
    color: #ffffff;
    border: 1px solid #ffffff; }
    .btn.btn--secondary.dark-bg:hover, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .btn--secondary.dark-bg.connect-btn:hover, .page-my-account .woocommerce #respond input.btn--secondary.dark-bg#submit:hover,
    .page-my-account .woocommerce a.btn--secondary.dark-bg.button:hover,
    .page-my-account .woocommerce button.btn--secondary.dark-bg.button:hover,
    .page-my-account .woocommerce input.btn--secondary.dark-bg.button:hover, .page-checkout.not-login .woocommerce #respond input.btn--secondary.dark-bg#submit:hover,
    .page-checkout.not-login .woocommerce a.btn--secondary.dark-bg.button:hover,
    .page-checkout.not-login .woocommerce button.btn--secondary.dark-bg.button:hover,
    .page-checkout.not-login .woocommerce input.btn--secondary.dark-bg.button:hover, .archive-products-fresh .btn--secondary.dark-bg.mito_add_to_cart_button:hover,
    .archive-products-dry .btn--secondary.dark-bg.mito_add_to_cart_button:hover, .archive-products-dry .btn--secondary.dark-bg.card-btn:hover, body.single-product .related.products .btn--secondary.dark-bg.mito_add_to_cart_button:hover,
    body.single-product .product_related .btn--secondary.dark-bg.mito_add_to_cart_button:hover,
    body.single-product .up-sells.products .btn--secondary.dark-bg.mito_add_to_cart_button:hover {
      color: #b5b4b6;
      border-color: #b5b4b6; }
  .btn.btn--secondary.light-bg, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .btn--secondary.light-bg.connect-btn, .page-my-account .woocommerce #respond input.btn--secondary.light-bg#submit,
  .page-my-account .woocommerce a.btn--secondary.light-bg.button,
  .page-my-account .woocommerce button.btn--secondary.light-bg.button,
  .page-my-account .woocommerce input.btn--secondary.light-bg.button, .page-checkout.not-login .woocommerce #respond input.btn--secondary.light-bg#submit,
  .page-checkout.not-login .woocommerce a.btn--secondary.light-bg.button,
  .page-checkout.not-login .woocommerce button.btn--secondary.light-bg.button,
  .page-checkout.not-login .woocommerce input.btn--secondary.light-bg.button, .archive-products-fresh .btn--secondary.light-bg.mito_add_to_cart_button,
  .archive-products-dry .btn--secondary.light-bg.mito_add_to_cart_button, .archive-products-dry .btn--secondary.light-bg.card-btn, body.single-product .related.products .btn--secondary.light-bg.mito_add_to_cart_button,
  body.single-product .product_related .btn--secondary.light-bg.mito_add_to_cart_button,
  body.single-product .up-sells.products .btn--secondary.light-bg.mito_add_to_cart_button {
    background-color: transparent;
    color: #07060b;
    border: 1px solid #07060b; }
    .btn.btn--secondary.light-bg:hover, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .btn--secondary.light-bg.connect-btn:hover, .page-my-account .woocommerce #respond input.btn--secondary.light-bg#submit:hover,
    .page-my-account .woocommerce a.btn--secondary.light-bg.button:hover,
    .page-my-account .woocommerce button.btn--secondary.light-bg.button:hover,
    .page-my-account .woocommerce input.btn--secondary.light-bg.button:hover, .page-checkout.not-login .woocommerce #respond input.btn--secondary.light-bg#submit:hover,
    .page-checkout.not-login .woocommerce a.btn--secondary.light-bg.button:hover,
    .page-checkout.not-login .woocommerce button.btn--secondary.light-bg.button:hover,
    .page-checkout.not-login .woocommerce input.btn--secondary.light-bg.button:hover, .archive-products-fresh .btn--secondary.light-bg.mito_add_to_cart_button:hover,
    .archive-products-dry .btn--secondary.light-bg.mito_add_to_cart_button:hover, .archive-products-dry .btn--secondary.light-bg.card-btn:hover, body.single-product .related.products .btn--secondary.light-bg.mito_add_to_cart_button:hover,
    body.single-product .product_related .btn--secondary.light-bg.mito_add_to_cart_button:hover,
    body.single-product .up-sells.products .btn--secondary.light-bg.mito_add_to_cart_button:hover {
      color: #4f4f53;
      border-color: #4f4f53; }
  .btn.menu-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .menu-btn.connect-btn, .page-my-account .woocommerce #respond input.menu-btn#submit,
  .page-my-account .woocommerce a.menu-btn.button,
  .page-my-account .woocommerce button.menu-btn.button,
  .page-my-account .woocommerce input.menu-btn.button, .page-checkout.not-login .woocommerce #respond input.menu-btn#submit,
  .page-checkout.not-login .woocommerce a.menu-btn.button,
  .page-checkout.not-login .woocommerce button.menu-btn.button,
  .page-checkout.not-login .woocommerce input.menu-btn.button, .archive-products-fresh .menu-btn.mito_add_to_cart_button,
  .archive-products-dry .menu-btn.mito_add_to_cart_button, .archive-products-dry .menu-btn.card-btn, body.single-product .related.products .menu-btn.mito_add_to_cart_button,
  body.single-product .product_related .menu-btn.mito_add_to_cart_button,
  body.single-product .up-sells.products .menu-btn.mito_add_to_cart_button {
    padding: 15px 24px;
    font-size: 12px; }
  .btn.small, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .small.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .archive-products-fresh .connect-btn.mito_add_to_cart_button, .archive-products-fresh .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button,
  .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .archive-products-dry .connect-btn.mito_add_to_cart_button, .archive-products-dry .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content body.single-product .related.products .connect-btn.mito_add_to_cart_button, body.single-product .related.products .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button,
  .nav_right_side .mon_compte_section .mon-compte-popup .panel-content body.single-product .product_related .connect-btn.mito_add_to_cart_button, body.single-product .product_related .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button,
  .nav_right_side .mon_compte_section .mon-compte-popup .panel-content body.single-product .up-sells.products .connect-btn.mito_add_to_cart_button, body.single-product .up-sells.products .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn.mito_add_to_cart_button, .page-my-account .woocommerce #respond input.small#submit, .page-my-account .woocommerce #respond .archive-products-fresh input#submit.mito_add_to_cart_button, .archive-products-fresh .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-my-account .woocommerce #respond .archive-products-dry input#submit.mito_add_to_cart_button, .archive-products-dry .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button, .page-my-account .woocommerce #respond body.single-product .related.products input#submit.mito_add_to_cart_button, body.single-product .related.products .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-my-account .woocommerce #respond body.single-product .product_related input#submit.mito_add_to_cart_button, body.single-product .product_related .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-my-account .woocommerce #respond body.single-product .up-sells.products input#submit.mito_add_to_cart_button, body.single-product .up-sells.products .page-my-account .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-my-account .woocommerce a.small.button, .page-my-account .woocommerce .archive-products-fresh a.button.mito_add_to_cart_button, .archive-products-fresh .page-my-account .woocommerce a.button.mito_add_to_cart_button,
  .page-my-account .woocommerce .archive-products-dry a.button.mito_add_to_cart_button, .archive-products-dry .page-my-account .woocommerce a.button.mito_add_to_cart_button, .page-my-account .woocommerce body.single-product .related.products a.button.mito_add_to_cart_button, body.single-product .related.products .page-my-account .woocommerce a.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .product_related a.button.mito_add_to_cart_button, body.single-product .product_related .page-my-account .woocommerce a.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .up-sells.products a.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-my-account .woocommerce a.button.mito_add_to_cart_button,
  .page-my-account .woocommerce button.small.button, .page-my-account .woocommerce .archive-products-fresh button.button.mito_add_to_cart_button, .archive-products-fresh .page-my-account .woocommerce button.button.mito_add_to_cart_button,
  .page-my-account .woocommerce .archive-products-dry button.button.mito_add_to_cart_button, .archive-products-dry .page-my-account .woocommerce button.button.mito_add_to_cart_button, .page-my-account .woocommerce body.single-product .related.products button.button.mito_add_to_cart_button, body.single-product .related.products .page-my-account .woocommerce button.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .product_related button.button.mito_add_to_cart_button, body.single-product .product_related .page-my-account .woocommerce button.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .up-sells.products button.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-my-account .woocommerce button.button.mito_add_to_cart_button,
  .page-my-account .woocommerce input.small.button, .page-my-account .woocommerce .archive-products-fresh input.button.mito_add_to_cart_button, .archive-products-fresh .page-my-account .woocommerce input.button.mito_add_to_cart_button,
  .page-my-account .woocommerce .archive-products-dry input.button.mito_add_to_cart_button, .archive-products-dry .page-my-account .woocommerce input.button.mito_add_to_cart_button, .page-my-account .woocommerce body.single-product .related.products input.button.mito_add_to_cart_button, body.single-product .related.products .page-my-account .woocommerce input.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .product_related input.button.mito_add_to_cart_button, body.single-product .product_related .page-my-account .woocommerce input.button.mito_add_to_cart_button,
  .page-my-account .woocommerce body.single-product .up-sells.products input.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-my-account .woocommerce input.button.mito_add_to_cart_button, .page-checkout.not-login .woocommerce #respond input.small#submit, .page-checkout.not-login .woocommerce #respond .archive-products-fresh input#submit.mito_add_to_cart_button, .archive-products-fresh .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce #respond .archive-products-dry input#submit.mito_add_to_cart_button, .archive-products-dry .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button, .page-checkout.not-login .woocommerce #respond body.single-product .related.products input#submit.mito_add_to_cart_button, body.single-product .related.products .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce #respond body.single-product .product_related input#submit.mito_add_to_cart_button, body.single-product .product_related .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce #respond body.single-product .up-sells.products input#submit.mito_add_to_cart_button, body.single-product .up-sells.products .page-checkout.not-login .woocommerce #respond input#submit.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce a.small.button, .page-checkout.not-login .woocommerce .archive-products-fresh a.button.mito_add_to_cart_button, .archive-products-fresh .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce .archive-products-dry a.button.mito_add_to_cart_button, .archive-products-dry .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button, .page-checkout.not-login .woocommerce body.single-product .related.products a.button.mito_add_to_cart_button, body.single-product .related.products .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .product_related a.button.mito_add_to_cart_button, body.single-product .product_related .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .up-sells.products a.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-checkout.not-login .woocommerce a.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce button.small.button, .page-checkout.not-login .woocommerce .archive-products-fresh button.button.mito_add_to_cart_button, .archive-products-fresh .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce .archive-products-dry button.button.mito_add_to_cart_button, .archive-products-dry .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button, .page-checkout.not-login .woocommerce body.single-product .related.products button.button.mito_add_to_cart_button, body.single-product .related.products .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .product_related button.button.mito_add_to_cart_button, body.single-product .product_related .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .up-sells.products button.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-checkout.not-login .woocommerce button.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce input.small.button, .page-checkout.not-login .woocommerce .archive-products-fresh input.button.mito_add_to_cart_button, .archive-products-fresh .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce .archive-products-dry input.button.mito_add_to_cart_button, .archive-products-dry .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button, .page-checkout.not-login .woocommerce body.single-product .related.products input.button.mito_add_to_cart_button, body.single-product .related.products .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .product_related input.button.mito_add_to_cart_button, body.single-product .product_related .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button,
  .page-checkout.not-login .woocommerce body.single-product .up-sells.products input.button.mito_add_to_cart_button, body.single-product .up-sells.products .page-checkout.not-login .woocommerce input.button.mito_add_to_cart_button, .archive-products-fresh .mito_add_to_cart_button,
  .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .small.card-btn,
  .archive-products-dry .card-btn.mito_add_to_cart_button, .archive-products-dry body.single-product .related.products .card-btn.mito_add_to_cart_button, body.single-product .related.products .archive-products-dry .card-btn.mito_add_to_cart_button,
  .archive-products-dry body.single-product .product_related .card-btn.mito_add_to_cart_button, body.single-product .product_related .archive-products-dry .card-btn.mito_add_to_cart_button,
  .archive-products-dry body.single-product .up-sells.products .card-btn.mito_add_to_cart_button, body.single-product .up-sells.products .archive-products-dry .card-btn.mito_add_to_cart_button, body.single-product .related.products .mito_add_to_cart_button,
  body.single-product .product_related .mito_add_to_cart_button,
  body.single-product .up-sells.products .mito_add_to_cart_button {
    padding: 11px 28px;
    font-size: 14px; }
  .btn.big, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .big.connect-btn, .page-my-account .woocommerce #respond input.big#submit,
  .page-my-account .woocommerce a.big.button,
  .page-my-account .woocommerce button.big.button,
  .page-my-account .woocommerce input.big.button, .page-checkout.not-login .woocommerce #respond input.big#submit,
  .page-checkout.not-login .woocommerce a.big.button,
  .page-checkout.not-login .woocommerce button.big.button,
  .page-checkout.not-login .woocommerce input.big.button, .archive-products-fresh .big.mito_add_to_cart_button,
  .archive-products-dry .big.mito_add_to_cart_button, .archive-products-dry .big.card-btn, body.single-product .related.products .big.mito_add_to_cart_button,
  body.single-product .product_related .big.mito_add_to_cart_button,
  body.single-product .up-sells.products .big.mito_add_to_cart_button {
    padding: 18px 53px;
    font-size: 20px; }
  .btn.block, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .block.connect-btn, .page-my-account .woocommerce #respond input.block#submit,
  .page-my-account .woocommerce a.block.button,
  .page-my-account .woocommerce button.block.button,
  .page-my-account .woocommerce input.block.button, .page-checkout.not-login .woocommerce #respond input.block#submit,
  .page-checkout.not-login .woocommerce a.block.button,
  .page-checkout.not-login .woocommerce button.block.button,
  .page-checkout.not-login .woocommerce input.block.button, .archive-products-fresh .block.mito_add_to_cart_button,
  .archive-products-dry .block.mito_add_to_cart_button, .archive-products-dry .block.card-btn, body.single-product .related.products .block.mito_add_to_cart_button,
  body.single-product .product_related .block.mito_add_to_cart_button,
  body.single-product .up-sells.products .block.mito_add_to_cart_button {
    display: block;
    width: 100%;
    text-align: center; }
  .btn.has-icon, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .has-icon.connect-btn, .page-my-account .woocommerce #respond input.has-icon#submit,
  .page-my-account .woocommerce a.has-icon.button,
  .page-my-account .woocommerce button.has-icon.button,
  .page-my-account .woocommerce input.has-icon.button, .page-checkout.not-login .woocommerce #respond input.has-icon#submit,
  .page-checkout.not-login .woocommerce a.has-icon.button,
  .page-checkout.not-login .woocommerce button.has-icon.button,
  .page-checkout.not-login .woocommerce input.has-icon.button, .archive-products-fresh .has-icon.mito_add_to_cart_button,
  .archive-products-dry .has-icon.mito_add_to_cart_button, .archive-products-dry .has-icon.card-btn, body.single-product .related.products .has-icon.mito_add_to_cart_button,
  body.single-product .product_related .has-icon.mito_add_to_cart_button,
  body.single-product .up-sells.products .has-icon.mito_add_to_cart_button {
    padding: 14px 31px 14px 53px;
    position: relative; }
    .btn.has-icon .icon-holder, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .has-icon.connect-btn .icon-holder, .page-my-account .woocommerce #respond input.has-icon#submit .icon-holder, .page-my-account .woocommerce a.has-icon.button .icon-holder, .page-my-account .woocommerce button.has-icon.button .icon-holder, .page-my-account .woocommerce input.has-icon.button .icon-holder, .page-checkout.not-login .woocommerce #respond input.has-icon#submit .icon-holder, .page-checkout.not-login .woocommerce a.has-icon.button .icon-holder, .page-checkout.not-login .woocommerce button.has-icon.button .icon-holder, .page-checkout.not-login .woocommerce input.has-icon.button .icon-holder, .archive-products-fresh .has-icon.mito_add_to_cart_button .icon-holder, .archive-products-dry .has-icon.mito_add_to_cart_button .icon-holder, .archive-products-dry .has-icon.card-btn .icon-holder, body.single-product .related.products .has-icon.mito_add_to_cart_button .icon-holder, body.single-product .product_related .has-icon.mito_add_to_cart_button .icon-holder, body.single-product .up-sells.products .has-icon.mito_add_to_cart_button .icon-holder {
      content: '';
      width: 14px;
      position: absolute;
      left: 24px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
      .btn.has-icon .icon-holder img, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .has-icon.connect-btn .icon-holder img, .page-my-account .woocommerce #respond input.has-icon#submit .icon-holder img, .page-my-account .woocommerce a.has-icon.button .icon-holder img, .page-my-account .woocommerce button.has-icon.button .icon-holder img, .page-my-account .woocommerce input.has-icon.button .icon-holder img, .page-checkout.not-login .woocommerce #respond input.has-icon#submit .icon-holder img, .page-checkout.not-login .woocommerce a.has-icon.button .icon-holder img, .page-checkout.not-login .woocommerce button.has-icon.button .icon-holder img, .page-checkout.not-login .woocommerce input.has-icon.button .icon-holder img, .archive-products-fresh .has-icon.mito_add_to_cart_button .icon-holder img, .archive-products-dry .has-icon.mito_add_to_cart_button .icon-holder img, .archive-products-dry .has-icon.card-btn .icon-holder img, body.single-product .related.products .has-icon.mito_add_to_cart_button .icon-holder img, body.single-product .product_related .has-icon.mito_add_to_cart_button .icon-holder img, body.single-product .up-sells.products .has-icon.mito_add_to_cart_button .icon-holder img {
        max-width: 100%;
        height: auto;
        display: block; }

.woocommerce-error {
  background-color: #F15025 !important;
  color: #ffffff !important;
  padding: 20px !important;
  border: none !important; }
  .woocommerce-error:before {
    display: none !important; }

img {
  display: block; }

.img-resp, .block-recipe-step .the-tip .icon-holder img {
  max-width: 100%;
  height: auto; }

.bg-primary {
  background-color: #07060b; }

.bg-secondary {
  background-color: #f8f9fb; }

.bg-img,
.img-bg {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

.bg_gris {
  background-color: #f0f0f0;
  width: 100%; }

ul, ol {
  font-family: "Montserrat", sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Archivo SemiExpanded", sans-serif;
  font-weight: 700; }

h1, .h1 {
  font-size: 40px;
  line-height: 1.2;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1, .h1 {
      font-size: 34px; } }
  @media only screen and (max-width: 576px) {
    h1, .h1 {
      font-size: 28px; } }

h2 {
  font-size: 32px;
  line-height: 1.2;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2 {
      font-size: 29px; } }
  @media only screen and (max-width: 768px) {
    h2 {
      font-size: 26px; } }

h3 {
  font-size: 24px;
  line-height: 1.2; }

h4 {
  font-size: 24px;
  line-height: 1.2;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h4 {
      font-size: 20px; } }

h5, .h5, .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-category__title,
.archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-product__title,
.archive-products-fresh .woocommerce ul.products li.product h3,
.archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-category__title,
.archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-product__title,
.archive-products-dry .woocommerce ul.products li.product h3, body.single-product .related.products li.product .woocommerce-loop-category__title,
body.single-product .related.products li.product .woocommerce-loop-product__title,
body.single-product .related.products li.product h3,
body.single-product .product_related li.product .woocommerce-loop-category__title,
body.single-product .product_related li.product .woocommerce-loop-product__title,
body.single-product .product_related li.product h3,
body.single-product .up-sells.products li.product .woocommerce-loop-category__title,
body.single-product .up-sells.products li.product .woocommerce-loop-product__title,
body.single-product .up-sells.products li.product h3 {
  font-size: 20px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    h5, .h5, .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .archive-products-fresh .woocommerce ul.products li.product h3,
    .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-category__title,
    .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-product__title,
    .archive-products-dry .woocommerce ul.products li.product h3, body.single-product .related.products li.product .woocommerce-loop-category__title,
    body.single-product .related.products li.product .woocommerce-loop-product__title,
    body.single-product .related.products li.product h3,
    body.single-product .product_related li.product .woocommerce-loop-category__title,
    body.single-product .product_related li.product .woocommerce-loop-product__title,
    body.single-product .product_related li.product h3,
    body.single-product .up-sells.products li.product .woocommerce-loop-category__title,
    body.single-product .up-sells.products li.product .woocommerce-loop-product__title,
    body.single-product .up-sells.products li.product h3 {
      font-size: 18px; } }

h6, .h6 {
  font-size: 16px; }

.subtitle-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-weight: 400 !important;
  font-size: 20px; }

p, .p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.6; }

.p-sm, form#set_point_vente_form label {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px; }

.p-md {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 16px; }

.p-lg, .main-banner.centered-sp-char .textbox .description,
.main-banner.centered-sp-char .textbox p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 18px; }

.subtitle-lg {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 24px; }

.subtitle-sm {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 20px; }

.subtitle-sm-reg {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 20px; }

.has-wysiwyg a {
  color: #80c537; }
  .has-wysiwyg a:hover {
    color: #74ab3a; }

.has-wysiwyg h2 {
  margin-bottom: 30px;
  margin-top: 40px; }

.has-wysiwyg h3 {
  margin-bottom: 20px;
  margin-top: 30px; }

.has-wysiwyg p {
  margin-bottom: 20px; }
  .has-wysiwyg p:last-of-type {
    margin-bottom: 0; }

.has-wysiwyg.has-btn-holder {
  margin-bottom: 45px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .has-wysiwyg.has-btn-holder {
      margin-bottom: 30px; } }
  @media only screen and (max-width: 576px) {
    .has-wysiwyg.has-btn-holder {
      margin-bottom: 20px; } }

.has-wysiwyg ul {
  list-style-position: inside; }
  .has-wysiwyg ul li {
    margin-bottom: 22px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .has-wysiwyg ul li {
        margin-bottom: 12px; } }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes fadeIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(1.01);
            transform: scale(1.01); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

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

@keyframes fadeInO {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.wpcf7-not-valid-tip {
  font-size: 12px !important;
  padding-top: 5px !important; }

option {
  background: #333;
  color: #ffffff; }

.has-form div.form-item, .has-form .form-row, .woocommerce-form div.form-item, .woocommerce-form .form-row {
  margin-bottom: 28px; }
  .has-form div.form-item label, .has-form .form-row label, .woocommerce-form div.form-item label, .woocommerce-form .form-row label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px; }
  .has-form div.form-item input:not([type="submit"]),
  .has-form div.form-item input:not([type="radio"]),
  .has-form div.form-item textarea,
  .has-form div.form-item select, .has-form .form-row input:not([type="submit"]),
  .has-form .form-row input:not([type="radio"]),
  .has-form .form-row textarea,
  .has-form .form-row select, .woocommerce-form div.form-item input:not([type="submit"]),
  .woocommerce-form div.form-item input:not([type="radio"]),
  .woocommerce-form div.form-item textarea,
  .woocommerce-form div.form-item select, .woocommerce-form .form-row input:not([type="submit"]),
  .woocommerce-form .form-row input:not([type="radio"]),
  .woocommerce-form .form-row textarea,
  .woocommerce-form .form-row select {
    background: transparent;
    width: 100%;
    padding: 16px 20px;
    border: 1px solid rgba(7, 6, 11, 0.15);
    border-radius: 4px;
    color: #07060b;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    resize: none; }
    .has-form div.form-item input:not([type="submit"]):focus, .has-form div.form-item input:not([type="submit"]):focus-visible, .has-form div.form-item input:not([type="submit"]):active,
    .has-form div.form-item input:not([type="radio"]):focus,
    .has-form div.form-item input:not([type="radio"]):focus-visible,
    .has-form div.form-item input:not([type="radio"]):active,
    .has-form div.form-item textarea:focus,
    .has-form div.form-item textarea:focus-visible,
    .has-form div.form-item textarea:active,
    .has-form div.form-item select:focus,
    .has-form div.form-item select:focus-visible,
    .has-form div.form-item select:active, .has-form .form-row input:not([type="submit"]):focus, .has-form .form-row input:not([type="submit"]):focus-visible, .has-form .form-row input:not([type="submit"]):active,
    .has-form .form-row input:not([type="radio"]):focus,
    .has-form .form-row input:not([type="radio"]):focus-visible,
    .has-form .form-row input:not([type="radio"]):active,
    .has-form .form-row textarea:focus,
    .has-form .form-row textarea:focus-visible,
    .has-form .form-row textarea:active,
    .has-form .form-row select:focus,
    .has-form .form-row select:focus-visible,
    .has-form .form-row select:active, .woocommerce-form div.form-item input:not([type="submit"]):focus, .woocommerce-form div.form-item input:not([type="submit"]):focus-visible, .woocommerce-form div.form-item input:not([type="submit"]):active,
    .woocommerce-form div.form-item input:not([type="radio"]):focus,
    .woocommerce-form div.form-item input:not([type="radio"]):focus-visible,
    .woocommerce-form div.form-item input:not([type="radio"]):active,
    .woocommerce-form div.form-item textarea:focus,
    .woocommerce-form div.form-item textarea:focus-visible,
    .woocommerce-form div.form-item textarea:active,
    .woocommerce-form div.form-item select:focus,
    .woocommerce-form div.form-item select:focus-visible,
    .woocommerce-form div.form-item select:active, .woocommerce-form .form-row input:not([type="submit"]):focus, .woocommerce-form .form-row input:not([type="submit"]):focus-visible, .woocommerce-form .form-row input:not([type="submit"]):active,
    .woocommerce-form .form-row input:not([type="radio"]):focus,
    .woocommerce-form .form-row input:not([type="radio"]):focus-visible,
    .woocommerce-form .form-row input:not([type="radio"]):active,
    .woocommerce-form .form-row textarea:focus,
    .woocommerce-form .form-row textarea:focus-visible,
    .woocommerce-form .form-row textarea:active,
    .woocommerce-form .form-row select:focus,
    .woocommerce-form .form-row select:focus-visible,
    .woocommerce-form .form-row select:active {
      border: 1px solid #80c537;
      outline: none;
      border-radius: 4px; }
  .has-form div.form-item select, .has-form .form-row select, .woocommerce-form div.form-item select, .woocommerce-form .form-row select {
    color: rgba(7, 6, 11, 0.4);
    border: 1px solid rgba(7, 6, 11, 0.15); }
  .has-form div.form-item ::-webkit-input-placeholder, .has-form .form-row ::-webkit-input-placeholder, .woocommerce-form div.form-item ::-webkit-input-placeholder, .woocommerce-form .form-row ::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item ::-moz-placeholder, .has-form .form-row ::-moz-placeholder, .woocommerce-form div.form-item ::-moz-placeholder, .woocommerce-form .form-row ::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item :-ms-input-placeholder, .has-form .form-row :-ms-input-placeholder, .woocommerce-form div.form-item :-ms-input-placeholder, .woocommerce-form .form-row :-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item ::-ms-input-placeholder, .has-form .form-row ::-ms-input-placeholder, .woocommerce-form div.form-item ::-ms-input-placeholder, .woocommerce-form .form-row ::-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item ::placeholder, .has-form .form-row ::placeholder, .woocommerce-form div.form-item ::placeholder, .woocommerce-form .form-row ::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .has-form div.form-item .radios-holder, .has-form .form-row .radios-holder, .woocommerce-form div.form-item .radios-holder, .woocommerce-form .form-row .radios-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .has-form div.form-item .radios-holder .radio-item, .has-form .form-row .radios-holder .radio-item, .woocommerce-form div.form-item .radios-holder .radio-item, .woocommerce-form .form-row .radios-holder .radio-item {
      margin-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .has-form div.form-item .radios-holder .radio-item > *, .has-form .form-row .radios-holder .radio-item > *, .woocommerce-form div.form-item .radios-holder .radio-item > *, .woocommerce-form .form-row .radios-holder .radio-item > * {
        font-size: 14px;
        color: #07060b;
        font-weight: 400;
        display: block; }
      .has-form div.form-item .radios-holder .radio-item:last-of-type, .has-form .form-row .radios-holder .radio-item:last-of-type, .woocommerce-form div.form-item .radios-holder .radio-item:last-of-type, .woocommerce-form .form-row .radios-holder .radio-item:last-of-type {
        margin-right: 0; }
      .has-form div.form-item .radios-holder .radio-item label, .has-form .form-row .radios-holder .radio-item label, .woocommerce-form div.form-item .radios-holder .radio-item label, .woocommerce-form .form-row .radios-holder .radio-item label {
        white-space: nowrap;
        margin-bottom: 0; }

.woocommerce-form__input-radio {
  width: auto !important;
  margin-right: 20px; }

.mailchimp-newsletter .woocommerce form .form-row label.inline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }

.mailchimp-newsletter .woocommerce form .form-row .input-checkbox {
  width: 16px;
  margin-left: 20px; }

.page-template-default .oxo-view {
  padding-top: 120px;
  padding-bottom: 120px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  color: #07060b;
  background: white; }
  @media only screen and (max-width: 1280px) {
    .page-template-default .oxo-view {
      padding-top: 60px;
      padding-bottom: 60px; } }
  .page-template-default .oxo-view h2 {
    padding-top: 40px;
    margin-bottom: 20px; }

.template-landing #mc_embed_shell {
  text-align: left; }
  .template-landing #mc_embed_shell .mc-field-group {
    margin-bottom: 28px; }
  .template-landing #mc_embed_shell p {
    margin-bottom: 0px !important; }
  .template-landing #mc_embed_shell .input-group ul {
    margin-top: 12px;
    list-style-type: none; }
    .template-landing #mc_embed_shell .input-group ul li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .template-landing #mc_embed_shell .input-group ul li label {
        margin-bottom: 0; }
  .template-landing #mc_embed_shell label {
    font-size: 14px;
    font-weight: 600;
    display: block;
    margin-bottom: 12px; }
  .template-landing #mc_embed_shell input:not([type="submit"]),
  .template-landing #mc_embed_shell input:not([type="radio"]),
  .template-landing #mc_embed_shell textarea,
  .template-landing #mc_embed_shell select {
    background: transparent;
    width: 100%;
    padding: 16px 20px;
    border: 1px solid rgba(7, 6, 11, 0.15);
    border-radius: 4px;
    color: #07060b;
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    resize: none; }
    .template-landing #mc_embed_shell input:not([type="submit"]):focus, .template-landing #mc_embed_shell input:not([type="submit"]):focus-visible, .template-landing #mc_embed_shell input:not([type="submit"]):active,
    .template-landing #mc_embed_shell input:not([type="radio"]):focus,
    .template-landing #mc_embed_shell input:not([type="radio"]):focus-visible,
    .template-landing #mc_embed_shell input:not([type="radio"]):active,
    .template-landing #mc_embed_shell textarea:focus,
    .template-landing #mc_embed_shell textarea:focus-visible,
    .template-landing #mc_embed_shell textarea:active,
    .template-landing #mc_embed_shell select:focus,
    .template-landing #mc_embed_shell select:focus-visible,
    .template-landing #mc_embed_shell select:active {
      border: 1px solid #80c537;
      outline: none;
      border-radius: 4px; }
  .template-landing #mc_embed_shell input[type="radio"] {
    margin-right: 10px;
    height: 17px;
    width: 17px;
    -webkit-appearance: none;
    border-radius: 100%;
    border: 2px solid #a8a8ab;
    padding: 0; }
  .template-landing #mc_embed_shell input[type="radio"]:checked {
    border-width: 4px;
    border-color: #80c537;
    border-radius: 100%; }
  .template-landing #mc_embed_shell input[type="radio"]:active {
    border: 2px solid #80c537;
    outline: none;
    border-radius: 100%; }
  .template-landing #mc_embed_shell input[type="submit"] {
    background-color: #80c537;
    color: #ffffff;
    font-size: 16px;
    width: 45%;
    display: inline-block;
    margin-top: 40px;
    -webkit-transition: background-color, 0.5s;
    transition: background-color, 0.5s;
    font-family: "Montserrat", sans-serif;
    font-weight: 400; }
    .template-landing #mc_embed_shell input[type="submit"]:hover {
      cursor: pointer;
      background-color: #74ab3a; }
  .template-landing #mc_embed_shell select {
    color: rgba(7, 6, 11, 0.4);
    border: 1px solid rgba(7, 6, 11, 0.15); }
  .template-landing #mc_embed_shell ::-webkit-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .template-landing #mc_embed_shell ::-moz-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .template-landing #mc_embed_shell :-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .template-landing #mc_embed_shell ::-ms-input-placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .template-landing #mc_embed_shell ::placeholder {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 14px;
    color: #07060b;
    opacity: 40%; }
  .template-landing #mc_embed_shell .datefield {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .template-landing #mc_embed_shell .datefield span.subfield {
      padding-right: 10px;
      padding-left: 10px; }
      .template-landing #mc_embed_shell .datefield span.subfield:first-of-type {
        padding-left: 0; }
    .template-landing #mc_embed_shell .datefield input {
      text-align: center;
      width: 70px; }
  .template-landing #mc_embed_shell .asterisk {
    color: #99321e; }
  .template-landing #mc_embed_shell .indicates-required {
    font-size: 12px;
    margin-bottom: 20px;
    color: #99321e; }

.text-animation {
  background-color: #07060b;
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .text-animation {
      padding: 40px 0; } }
  @media only screen and (max-width: 768px) {
    .text-animation {
      padding: 20px 0; } }
  .text-animation .text-loop {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-animation: textLoop 20s linear infinite;
            animation: textLoop 20s linear infinite; }
    .text-animation .text-loop h2 {
      font-size: 100px;
      line-height: 1em;
      text-transform: uppercase;
      font-weight: 800;
      -webkit-text-stroke: 1px #ffffff;
      color: #07060b;
      text-shadow: 0px 0px 0 #ffffff;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .text-animation .text-loop h2 {
          font-size: 80px; } }
      @media only screen and (max-width: 768px) {
        .text-animation .text-loop h2 {
          font-size: 60px; } }
    .text-animation .text-loop span.img-holder {
      width: 178px;
      display: inline-block;
      margin: 0 45px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .text-animation .text-loop span.img-holder {
          width: 140px; } }
      @media only screen and (max-width: 768px) {
        .text-animation .text-loop span.img-holder {
          width: 60px; } }
      .text-animation .text-loop span.img-holder img {
        max-width: 100%;
        height: auto;
        display: inline-block; }

.text-animation.loop-box-2 .text-loop {
  -webkit-animation: textLoopinverted 20s linear infinite;
          animation: textLoopinverted 20s linear infinite; }

@-webkit-keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@keyframes textLoop {
  0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  100% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); } }

@-webkit-keyframes textLoopinverted {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes textLoopinverted {
  0% {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.banner-top-small {
  min-height: 320px;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  .banner-top-small .hide-desktop {
    visibility: hidden; }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .banner-top-small {
      background-position-x: 34%; } }
  @media only screen and (max-width: 768px) {
    .banner-top-small {
      display: block;
      background-image: none !important; }
      .banner-top-small .hide-desktop {
        display: block;
        visibility: visible; } }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .banner-top-small {
      background-position-x: 16%; } }
  .banner-top-small:before {
    top: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#07060b), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(180deg, #07060b 0%, rgba(255, 255, 255, 0) 100%);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .banner-top-small:before {
        display: none; } }
  .banner-top-small:after {
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(#07060b), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, #07060b 0%, rgba(255, 255, 255, 0) 100%);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .banner-top-small:after {
        bottom: auto;
        top: 253px; } }
  .banner-top-small .container-md {
    width: 100%; }
  .banner-top-small .flex-parent {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .banner-top-small .flex-parent {
        display: block; } }
    .banner-top-small .flex-parent .img-side,
    .banner-top-small .flex-parent .txt-side {
      width: 50%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .banner-top-small .flex-parent .img-side,
        .banner-top-small .flex-parent .txt-side {
          width: 100%; } }
    .banner-top-small .flex-parent .img-side {
      height: 0;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .banner-top-small .flex-parent .img-side {
          height: 400px;
          background-size: cover;
          background-position: center center; } }
    .banner-top-small .flex-parent .txt-side {
      padding: 0 55px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .banner-top-small .flex-parent .txt-side {
          padding-top: 80px;
          padding-left: 0;
          width: 90%;
          margin: 0 auto; } }
      @media only screen and (max-width: 576px) {
        .banner-top-small .flex-parent .txt-side {
          padding-top: 10px;
          padding-right: 0; } }

.main-banner.centered-sp-char {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 220px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .main-banner.centered-sp-char {
      padding: 140px 40px; } }
  @media only screen and (max-width: 768px) {
    .main-banner.centered-sp-char {
      height: auto;
      padding: 100px 40px; } }
  .main-banner.centered-sp-char .breadcrumb-theme {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .main-banner.centered-sp-char .textbox {
    max-width: 693px;
    text-align: center;
    position: relative;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .main-banner.centered-sp-char .textbox {
        max-width: 600px; } }
    @media only screen and (max-width: 576px) {
      .main-banner.centered-sp-char .textbox {
        max-width: 500px; } }
    .main-banner.centered-sp-char .textbox > * {
      margin-left: auto;
      margin-right: auto;
      position: relative; }
    .main-banner.centered-sp-char .textbox .special-char {
      width: 70%;
      max-width: 437px;
      position: absolute;
      bottom: -40px;
      left: 50%;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      .main-banner.centered-sp-char .textbox .special-char img {
        max-width: 100%;
        height: auto;
        display: block; }
    .main-banner.centered-sp-char .textbox h1 {
      max-width: 850px;
      margin-bottom: 22px; }
    .main-banner.centered-sp-char .textbox .description,
    .main-banner.centered-sp-char .textbox p {
      margin-bottom: 40px; }
    .main-banner.centered-sp-char .textbox a.btn, .main-banner.centered-sp-char .textbox .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .main-banner.centered-sp-char .textbox a.connect-btn,
    .main-banner.centered-sp-char .textbox .page-my-account .woocommerce a.button, .page-my-account .woocommerce .main-banner.centered-sp-char .textbox a.button,
    .main-banner.centered-sp-char .textbox .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .main-banner.centered-sp-char .textbox a.button, .main-banner.centered-sp-char .textbox .archive-products-fresh a.mito_add_to_cart_button, .archive-products-fresh .main-banner.centered-sp-char .textbox a.mito_add_to_cart_button,
    .main-banner.centered-sp-char .textbox .archive-products-dry a.mito_add_to_cart_button, .archive-products-dry .main-banner.centered-sp-char .textbox a.mito_add_to_cart_button, .main-banner.centered-sp-char .textbox .archive-products-dry a.card-btn, .archive-products-dry .main-banner.centered-sp-char .textbox a.card-btn, .main-banner.centered-sp-char .textbox body.single-product .related.products a.mito_add_to_cart_button, body.single-product .related.products .main-banner.centered-sp-char .textbox a.mito_add_to_cart_button,
    .main-banner.centered-sp-char .textbox body.single-product .product_related a.mito_add_to_cart_button, body.single-product .product_related .main-banner.centered-sp-char .textbox a.mito_add_to_cart_button,
    .main-banner.centered-sp-char .textbox body.single-product .up-sells.products a.mito_add_to_cart_button, body.single-product .up-sells.products .main-banner.centered-sp-char .textbox a.mito_add_to_cart_button {
      font-size: 16px;
      padding: 15px 35px;
      position: relative; }

.cta-banner {
  text-align: center; }
  .cta-banner.cta-banner-1 {
    padding: 180px 0;
    color: #ffffff;
    position: relative;
    background-position: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .cta-banner.cta-banner-1 {
        padding: 160px 0; } }
    .cta-banner.cta-banner-1:before {
      content: '';
      background: #1e1e1f;
      opacity: 35%;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .cta-banner.cta-banner-1 .icon-holder {
      background: #f8f9fb;
      width: 63px;
      height: 58px;
      margin-bottom: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 38%;
      margin-left: auto;
      margin-right: auto;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .cta-banner.cta-banner-1 .icon-holder {
          width: 55px;
          height: 50px;
          margin-bottom: 22px; } }
    .cta-banner.cta-banner-1 .textbox {
      max-width: 660px;
      margin: 0 auto;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .cta-banner.cta-banner-1 .textbox {
          max-width: 400px; } }
      .cta-banner.cta-banner-1 .textbox .banner-title {
        margin-bottom: 80px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .cta-banner.cta-banner-1 .textbox .banner-title {
            margin-bottom: 60px; } }

.cta-banner-small {
  padding: 120px 0; }
  .cta-banner-small > * {
    color: white; }
  .cta-banner-small .parent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .cta-banner-small .parent-flex {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .cta-banner-small .txt-side {
    margin-right: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .cta-banner-small .txt-side {
        width: 100%;
        margin-bottom: 40px;
        margin-right: 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media only screen and (max-width: 768px) {
      .cta-banner-small .txt-side {
        display: block;
        margin-bottom: 28px; } }
    .cta-banner-small .txt-side .icon-holder {
      background: #f8f9fb;
      width: 63px;
      height: 58px;
      margin-right: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border-radius: 38%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .cta-banner-small .txt-side .icon-holder {
          width: 55px;
          height: 50px;
          margin: 0 auto 10px; } }

.img-txt-block {
  padding: 160px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .img-txt-block {
      padding: 100px 0; } }
  @media only screen and (max-width: 768px) {
    .img-txt-block {
      padding: 90px 0; } }
  @media only screen and (max-width: 576px) {
    .img-txt-block {
      padding: 30px 0; } }
  .img-txt-block .relative-parent {
    position: relative;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .img-txt-block .relative-parent {
        position: static; } }
  .img-txt-block .img-side {
    height: 800px;
    width: 620px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .img-txt-block .img-side {
        height: 650px;
        width: 550px; } }
    @media only screen and (max-width: 768px) {
      .img-txt-block .img-side {
        width: 90%;
        height: 92vw; } }
    @media only screen and (max-width: 576px) {
      .img-txt-block .img-side {
        width: 100%;
        height: 425px; } }
  .img-txt-block .txt-side {
    width: 512px;
    background: white;
    color: #07060b;
    padding: 90px 75px;
    border-radius: 8px;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .img-txt-block .txt-side {
        padding: 70px 55px;
        width: 450px; } }
    @media only screen and (max-width: 576px) {
      .img-txt-block .txt-side {
        padding: 40px 22px;
        position: static;
        width: 100%;
        -webkit-transform: translateY(-14px);
            -ms-transform: translateY(-14px);
                transform: translateY(-14px); } }
    .img-txt-block .txt-side .txt-holder {
      max-width: 294px; }
    .img-txt-block .txt-side .btn-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .img-txt-block .txt-side .btn-holder {
          display: block; } }
      .img-txt-block .txt-side .btn-holder a.btn, .img-txt-block .txt-side .btn-holder .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .img-txt-block .txt-side .btn-holder a.connect-btn,
      .img-txt-block .txt-side .btn-holder .page-my-account .woocommerce a.button, .page-my-account .woocommerce .img-txt-block .txt-side .btn-holder a.button,
      .img-txt-block .txt-side .btn-holder .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .img-txt-block .txt-side .btn-holder a.button, .img-txt-block .txt-side .btn-holder .archive-products-fresh a.mito_add_to_cart_button, .archive-products-fresh .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button,
      .img-txt-block .txt-side .btn-holder .archive-products-dry a.mito_add_to_cart_button, .archive-products-dry .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button, .img-txt-block .txt-side .btn-holder .archive-products-dry a.card-btn, .archive-products-dry .img-txt-block .txt-side .btn-holder a.card-btn, .img-txt-block .txt-side .btn-holder body.single-product .related.products a.mito_add_to_cart_button, body.single-product .related.products .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button,
      .img-txt-block .txt-side .btn-holder body.single-product .product_related a.mito_add_to_cart_button, body.single-product .product_related .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button,
      .img-txt-block .txt-side .btn-holder body.single-product .up-sells.products a.mito_add_to_cart_button, body.single-product .up-sells.products .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button {
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .img-txt-block .txt-side .btn-holder a.btn, .img-txt-block .txt-side .btn-holder .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .img-txt-block .txt-side .btn-holder a.connect-btn,
          .img-txt-block .txt-side .btn-holder .page-my-account .woocommerce a.button, .page-my-account .woocommerce .img-txt-block .txt-side .btn-holder a.button,
          .img-txt-block .txt-side .btn-holder .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .img-txt-block .txt-side .btn-holder a.button, .img-txt-block .txt-side .btn-holder .archive-products-fresh a.mito_add_to_cart_button, .archive-products-fresh .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button,
          .img-txt-block .txt-side .btn-holder .archive-products-dry a.mito_add_to_cart_button, .archive-products-dry .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button, .img-txt-block .txt-side .btn-holder .archive-products-dry a.card-btn, .archive-products-dry .img-txt-block .txt-side .btn-holder a.card-btn, .img-txt-block .txt-side .btn-holder body.single-product .related.products a.mito_add_to_cart_button, body.single-product .related.products .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button,
          .img-txt-block .txt-side .btn-holder body.single-product .product_related a.mito_add_to_cart_button, body.single-product .product_related .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button,
          .img-txt-block .txt-side .btn-holder body.single-product .up-sells.products a.mito_add_to_cart_button, body.single-product .up-sells.products .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button {
            display: table; } }
        .img-txt-block .txt-side .btn-holder a.btn:first-of-type, .img-txt-block .txt-side .btn-holder .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:first-of-type, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .img-txt-block .txt-side .btn-holder a.connect-btn:first-of-type,
        .img-txt-block .txt-side .btn-holder .page-my-account .woocommerce a.button:first-of-type, .page-my-account .woocommerce .img-txt-block .txt-side .btn-holder a.button:first-of-type,
        .img-txt-block .txt-side .btn-holder .page-checkout.not-login .woocommerce a.button:first-of-type, .page-checkout.not-login .woocommerce .img-txt-block .txt-side .btn-holder a.button:first-of-type, .img-txt-block .txt-side .btn-holder .archive-products-fresh a.mito_add_to_cart_button:first-of-type, .archive-products-fresh .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type,
        .img-txt-block .txt-side .btn-holder .archive-products-dry a.mito_add_to_cart_button:first-of-type, .archive-products-dry .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type, .img-txt-block .txt-side .btn-holder .archive-products-dry a.card-btn:first-of-type, .archive-products-dry .img-txt-block .txt-side .btn-holder a.card-btn:first-of-type, .img-txt-block .txt-side .btn-holder body.single-product .related.products a.mito_add_to_cart_button:first-of-type, body.single-product .related.products .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type,
        .img-txt-block .txt-side .btn-holder body.single-product .product_related a.mito_add_to_cart_button:first-of-type, body.single-product .product_related .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type,
        .img-txt-block .txt-side .btn-holder body.single-product .up-sells.products a.mito_add_to_cart_button:first-of-type, body.single-product .up-sells.products .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type {
          margin-right: 16px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 576px) {
            .img-txt-block .txt-side .btn-holder a.btn:first-of-type, .img-txt-block .txt-side .btn-holder .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:first-of-type, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .img-txt-block .txt-side .btn-holder a.connect-btn:first-of-type,
            .img-txt-block .txt-side .btn-holder .page-my-account .woocommerce a.button:first-of-type, .page-my-account .woocommerce .img-txt-block .txt-side .btn-holder a.button:first-of-type,
            .img-txt-block .txt-side .btn-holder .page-checkout.not-login .woocommerce a.button:first-of-type, .page-checkout.not-login .woocommerce .img-txt-block .txt-side .btn-holder a.button:first-of-type, .img-txt-block .txt-side .btn-holder .archive-products-fresh a.mito_add_to_cart_button:first-of-type, .archive-products-fresh .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type,
            .img-txt-block .txt-side .btn-holder .archive-products-dry a.mito_add_to_cart_button:first-of-type, .archive-products-dry .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type, .img-txt-block .txt-side .btn-holder .archive-products-dry a.card-btn:first-of-type, .archive-products-dry .img-txt-block .txt-side .btn-holder a.card-btn:first-of-type, .img-txt-block .txt-side .btn-holder body.single-product .related.products a.mito_add_to_cart_button:first-of-type, body.single-product .related.products .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type,
            .img-txt-block .txt-side .btn-holder body.single-product .product_related a.mito_add_to_cart_button:first-of-type, body.single-product .product_related .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type,
            .img-txt-block .txt-side .btn-holder body.single-product .up-sells.products a.mito_add_to_cart_button:first-of-type, body.single-product .up-sells.products .img-txt-block .txt-side .btn-holder a.mito_add_to_cart_button:first-of-type {
              margin-right: 0;
              margin-bottom: 10px; } }
  .img-txt-block.inverted .txt-side {
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .img-txt-block.inverted .txt-side {
        padding: 40px 22px;
        width: 100%;
        -webkit-transform: translateY(-14px);
            -ms-transform: translateY(-14px);
                transform: translateY(-14px); } }
  .img-txt-block.inverted .img-side {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .img-txt-block.inverted .img-side {
        width: 90%;
        height: 92vw; } }
    @media only screen and (max-width: 576px) {
      .img-txt-block.inverted .img-side {
        position: static;
        width: 100%;
        height: 425px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }
  .img-txt-block.img-horizontal .img-side {
    height: 643px;
    width: 840px;
    position: relative;
    left: -100px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .img-txt-block.img-horizontal .img-side {
        position: static;
        width: 100%;
        height: 425px;
        -webkit-transform: none;
            -ms-transform: none;
                transform: none; } }

.breadcrumb-theme {
  padding: 20px 0; }
  .breadcrumb-theme .bc-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .breadcrumb-theme > * {
    font-size: 12px;
    color: #07060b;
    opacity: 40%; }
  .breadcrumb-theme li {
    margin-right: 20px;
    position: relative; }
    .breadcrumb-theme li:before {
      content: '';
      width: 2px;
      height: 2px;
      background: #07060b;
      opacity: 40%;
      border-radius: 50%;
      position: absolute;
      right: -10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .breadcrumb-theme li a:hover {
      opacity: 100% !important;
      text-decoration: underline; }
    .breadcrumb-theme li:last-of-type:before {
      display: none; }
    .breadcrumb-theme li ul li {
      margin-right: 0; }

section.contact-section {
  padding: 150px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    section.contact-section {
      padding: 100px 0; } }
  @media only screen and (max-width: 768px) {
    section.contact-section {
      padding: 80px 0; } }
  section.contact-section .parent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      section.contact-section .parent-flex {
        display: block; } }
    section.contact-section .parent-flex .left-side {
      width: 220px;
      padding-right: 30px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        section.contact-section .parent-flex .left-side {
          margin-right: 30px; } }
      @media only screen and (max-width: 576px) {
        section.contact-section .parent-flex .left-side {
          width: 100%;
          margin-bottom: 80px; } }
      section.contact-section .parent-flex .left-side .section-title {
        padding-bottom: 20px;
        border-bottom: 1px solid #000000;
        margin-bottom: 60px; }
      section.contact-section .parent-flex .left-side .item {
        margin-bottom: 40px; }
        section.contact-section .parent-flex .left-side .item .title {
          font-family: "Montserrat", sans-serif;
          font-weight: 400;
          font-size: 12px;
          margin-bottom: 15px;
          text-transform: uppercase; }
        section.contact-section .parent-flex .left-side .item p {
          font-family: "Montserrat", sans-serif;
          font-weight: 700;
          font-size: 16px; }
    section.contact-section .parent-flex .right-side {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 620px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        section.contact-section .parent-flex .right-side {
          width: 100%; } }
      section.contact-section .parent-flex .right-side .block-title {
        margin-bottom: 40px; }
      section.contact-section .parent-flex .right-side form .btn-holder {
        margin-top: 40px; }

section.slider_testimonials {
  overflow: hidden;
  padding-bottom: 200px;
  padding-top: 70px;
  margin-top: 30px;
  position: relative;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    section.slider_testimonials {
      margin-top: 0; } }
  @media only screen and (max-width: 576px) {
    section.slider_testimonials {
      padding-bottom: 88px; } }
  section.slider_testimonials .slider-wrapper {
    height: 350px;
    width: 100%;
    position: relative;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      section.slider_testimonials .slider-wrapper {
        height: 540px; } }
  section.slider_testimonials .arrow-left {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(calc((-900px * 0.65) - 50%), -50%);
        -ms-transform: translate(calc((-900px * 0.65) - 50%), -50%);
            transform: translate(calc((-900px * 0.65) - 50%), -50%);
    z-index: 7;
    cursor: pointer; }
  section.slider_testimonials .arrow-right {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(calc((900px * 0.65) - 50%), -50%);
        -ms-transform: translate(calc((900px * 0.65) - 50%), -50%);
            transform: translate(calc((900px * 0.65) - 50%), -50%);
    z-index: 7;
    cursor: pointer; }
  section.slider_testimonials .slide {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-300%);
        -ms-transform: translateX(-300%);
            transform: translateX(-300%);
    opacity: 0; }
    section.slider_testimonials .slide:first-of-type {
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%);
      opacity: 1;
      display: block; }
    section.slider_testimonials .slide:last-of-type {
      -webkit-transform: translateX(-165%);
          -ms-transform: translateX(-165%);
              transform: translateX(-165%);
      opacity: 0.2;
      display: block; }
    section.slider_testimonials .slide:nth-of-type(2) {
      -webkit-transform: translateX(65%);
          -ms-transform: translateX(65%);
              transform: translateX(65%);
      opacity: 0.2;
      display: block; }
    section.slider_testimonials .slide .icon1 {
      position: absolute;
      top: 0;
      left: 0;
      -webkit-transform: translate(-25%, -70%);
          -ms-transform: translate(-25%, -70%);
              transform: translate(-25%, -70%);
      z-index: 1; }
    section.slider_testimonials .slide .icon2 {
      position: absolute;
      bottom: 0;
      right: 0;
      -webkit-transform: translate(70%, 70%);
          -ms-transform: translate(70%, 70%);
              transform: translate(70%, 70%);
      z-index: 1; }
    section.slider_testimonials .slide .content {
      position: relative;
      z-index: 2;
      background-color: #07060b;
      color: #ffffff;
      border-radius: 8px;
      width: 900px;
      height: 400px;
      padding: 60px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      pointer-events: none;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        section.slider_testimonials .slide .content {
          width: 700px; } }
      @media only screen and (max-width: 768px) {
        section.slider_testimonials .slide .content {
          width: 500px;
          height: auto;
          padding: 40px; } }
      @media only screen and (max-width: 576px) {
        section.slider_testimonials .slide .content {
          width: 330px;
          padding: 40px 25px; } }
      section.slider_testimonials .slide .content .img {
        width: 140px;
        height: 140px;
        -ms-flex-negative: 0;
            flex-shrink: 0;
        background-size: cover;
        background-position: center;
        margin-right: 5%;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          section.slider_testimonials .slide .content .img {
            display: none; } }
      section.slider_testimonials .slide .content .txt p {
        font-size: 1.25em;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          section.slider_testimonials .slide .content .txt p {
            font-size: 20px; } }
      section.slider_testimonials .slide .content .txt .bottom {
        margin-top: 20px;
        padding-left: 10px;
        border-left: 1px solid #80c537; }
        section.slider_testimonials .slide .content .txt .bottom h4 {
          font-size: 1.15em;
          font-family: "Montserrat", sans-serif;
          font-weight: 600; }
        section.slider_testimonials .slide .content .txt .bottom h6 {
          font-size: 0.875em;
          font-family: "Montserrat", sans-serif;
          font-weight: 400; }
  section.slider_testimonials .bullets_wrap {
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: 80px;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      section.slider_testimonials .bullets_wrap {
        bottom: 44px; } }
    section.slider_testimonials .bullets_wrap .bullet {
      width: 14px;
      height: 14px;
      background-color: rgba(128, 197, 55, 0);
      border: 1px solid #80c537;
      border-radius: 4px;
      margin-left: 6px;
      margin-right: 6px;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      cursor: pointer; }
      section.slider_testimonials .bullets_wrap .bullet:hover, section.slider_testimonials .bullets_wrap .bullet.active {
        background-color: #80c537; }

.oxo-view.template-home {
  position: relative;
  background: #07060b; }
  .oxo-view.template-home .home_slider {
    position: relative; }
    .oxo-view.template-home .home_slider .slider-home {
      height: calc(100vh - 81px);
      width: 100vw;
      position: relative; }
      .oxo-view.template-home .home_slider .slider-home .slider-home_slide {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: none;
        color: #FFFFFF;
        background-position: center;
        background-size: cover; }
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide video {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover;
          z-index: 0; }
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .filter {
          position: absolute;
          background-color: #07060b;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          z-index: 1;
          pointer-events: none; }
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .content {
          z-index: 2;
          width: 90%;
          max-width: 535px;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          text-align: center; }
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .btn, .oxo-view.template-home .home_slider .slider-home .slider-home_slide .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .oxo-view.template-home .home_slider .slider-home .slider-home_slide .connect-btn, .oxo-view.template-home .home_slider .slider-home .slider-home_slide .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .oxo-view.template-home .home_slider .slider-home .slider-home_slide input#submit,
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .page-my-account .woocommerce a.button, .page-my-account .woocommerce .oxo-view.template-home .home_slider .slider-home .slider-home_slide a.button,
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .page-my-account .woocommerce button.button, .page-my-account .woocommerce .oxo-view.template-home .home_slider .slider-home .slider-home_slide button.button,
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .page-my-account .woocommerce input.button, .page-my-account .woocommerce .oxo-view.template-home .home_slider .slider-home .slider-home_slide input.button, .oxo-view.template-home .home_slider .slider-home .slider-home_slide .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .oxo-view.template-home .home_slider .slider-home .slider-home_slide input#submit,
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .home_slider .slider-home .slider-home_slide a.button,
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .home_slider .slider-home .slider-home_slide button.button,
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .home_slider .slider-home .slider-home_slide input.button, .oxo-view.template-home .home_slider .slider-home .slider-home_slide .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .oxo-view.template-home .home_slider .slider-home .slider-home_slide .mito_add_to_cart_button,
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .oxo-view.template-home .home_slider .slider-home .slider-home_slide .mito_add_to_cart_button, .oxo-view.template-home .home_slider .slider-home .slider-home_slide .archive-products-dry .card-btn, .archive-products-dry .oxo-view.template-home .home_slider .slider-home .slider-home_slide .card-btn, .oxo-view.template-home .home_slider .slider-home .slider-home_slide body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .oxo-view.template-home .home_slider .slider-home .slider-home_slide .mito_add_to_cart_button,
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .oxo-view.template-home .home_slider .slider-home .slider-home_slide .mito_add_to_cart_button,
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .oxo-view.template-home .home_slider .slider-home .slider-home_slide .mito_add_to_cart_button {
          margin-top: 7vh; }
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide:first-of-type {
          display: block; }
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide.align-left .content {
          left: 10%;
          text-align: left;
          -webkit-transform: translate(0%, -50%);
              -ms-transform: translate(0%, -50%);
                  transform: translate(0%, -50%); }
        .oxo-view.template-home .home_slider .slider-home .slider-home_slide.align-right .content {
          left: auto;
          right: 10%;
          text-align: right;
          -webkit-transform: translate(0%, -50%);
              -ms-transform: translate(0%, -50%);
                  transform: translate(0%, -50%); }
    .oxo-view.template-home .home_slider .slider_arrow {
      position: absolute;
      z-index: 4;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%);
      cursor: pointer;
      opacity: 0.6;
      -webkit-transition: all 0.4s;
      transition: all 0.4s;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .home_slider .slider_arrow {
          display: none; } }
      .oxo-view.template-home .home_slider .slider_arrow:hover {
        opacity: 1; }
      .oxo-view.template-home .home_slider .slider_arrow-left {
        left: 2.5%;
        -webkit-transform: translateY(-50%) rotate(180deg);
            -ms-transform: translateY(-50%) rotate(180deg);
                transform: translateY(-50%) rotate(180deg); }
      .oxo-view.template-home .home_slider .slider_arrow-right {
        right: 2.5%; }
    .oxo-view.template-home .home_slider .slider-home_nav {
      position: absolute;
      bottom: 5vh;
      left: 5%;
      right: 5%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      z-index: 3; }
      .oxo-view.template-home .home_slider .slider-home_nav .bullet {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-left: 5px;
        margin-right: 5px;
        background-color: #ffffff;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer; }
        .oxo-view.template-home .home_slider .slider-home_nav .bullet:hover, .oxo-view.template-home .home_slider .slider-home_nav .bullet.active {
          background-color: #80c537; }
        .oxo-view.template-home .home_slider .slider-home_nav .bullet.active {
          pointer-events: none; }
  .oxo-view.template-home .graphic-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 830px;
    background-size: contain;
    background-repeat: repeat; }
  .oxo-view.template-home .main-banner {
    color: #ffffff;
    position: relative; }
    .oxo-view.template-home .main-banner .main-banner-flex {
      height: 700px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      z-index: 2;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .main-banner .main-banner-flex {
          display: block;
          height: auto; } }
      .oxo-view.template-home .main-banner .main-banner-flex .text-block,
      .oxo-view.template-home .main-banner .main-banner-flex .img-block {
        width: calc((100% - 60px) / 2); }
      .oxo-view.template-home .main-banner .main-banner-flex .text-block {
        padding-left: 75px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .oxo-view.template-home .main-banner .main-banner-flex .text-block {
            padding-left: 0; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home .main-banner .main-banner-flex .text-block {
            width: auto;
            padding-top: 80px;
            text-align: center;
            margin-bottom: 50px; } }
        .oxo-view.template-home .main-banner .main-banner-flex .text-block .text-max-width {
          max-width: 425px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .text-max-width {
              max-width: 625px;
              margin: auto; } }
        .oxo-view.template-home .main-banner .main-banner-flex .text-block h1 {
          margin-bottom: 20px; }
        .oxo-view.template-home .main-banner .main-banner-flex .text-block p {
          margin-bottom: 60px; }
        .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder {
              -webkit-box-pack: center;
                  -ms-flex-pack: center;
                      justify-content: center; } }
          @media only screen and (max-width: 576px) {
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder {
              display: block; } }
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .connect-btn, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input#submit,
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce a.button, .page-my-account .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder a.button,
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce button.button, .page-my-account .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder button.button,
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce input.button, .page-my-account .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input.button, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input#submit,
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder a.button,
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder button.button,
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input.button, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button,
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .archive-products-dry .card-btn, .archive-products-dry .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .card-btn, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button,
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button,
          .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button {
            margin-right: 12px;
            white-space: nowrap;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 576px) {
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .connect-btn, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input#submit,
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce a.button, .page-my-account .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder a.button,
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce button.button, .page-my-account .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder button.button,
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce input.button, .page-my-account .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input.button, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input#submit,
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder a.button,
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder button.button,
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input.button, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button,
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .archive-products-dry .card-btn, .archive-products-dry .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .card-btn, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button,
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button,
              .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .mito_add_to_cart_button {
                display: table;
                margin-bottom: 10px;
                margin-right: 0; } }
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn.btn--secondary.dark-bg:hover, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .btn--secondary.dark-bg.connect-btn:hover, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn--secondary.dark-bg.connect-btn:hover, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce #respond input.btn--secondary.dark-bg#submit:hover, .page-my-account .woocommerce #respond .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input.btn--secondary.dark-bg#submit:hover,
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce a.btn--secondary.dark-bg.button:hover, .page-my-account .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder a.btn--secondary.dark-bg.button:hover,
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce button.btn--secondary.dark-bg.button:hover, .page-my-account .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder button.btn--secondary.dark-bg.button:hover,
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-my-account .woocommerce input.btn--secondary.dark-bg.button:hover, .page-my-account .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input.btn--secondary.dark-bg.button:hover, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce #respond input.btn--secondary.dark-bg#submit:hover, .page-checkout.not-login .woocommerce #respond .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input.btn--secondary.dark-bg#submit:hover,
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce a.btn--secondary.dark-bg.button:hover, .page-checkout.not-login .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder a.btn--secondary.dark-bg.button:hover,
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce button.btn--secondary.dark-bg.button:hover, .page-checkout.not-login .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder button.btn--secondary.dark-bg.button:hover,
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .page-checkout.not-login .woocommerce input.btn--secondary.dark-bg.button:hover, .page-checkout.not-login .woocommerce .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder input.btn--secondary.dark-bg.button:hover, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .archive-products-fresh .btn--secondary.dark-bg.mito_add_to_cart_button:hover, .archive-products-fresh .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn--secondary.dark-bg.mito_add_to_cart_button:hover,
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .archive-products-dry .btn--secondary.dark-bg.mito_add_to_cart_button:hover, .archive-products-dry .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn--secondary.dark-bg.mito_add_to_cart_button:hover, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .archive-products-dry .btn--secondary.dark-bg.card-btn:hover, .archive-products-dry .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn--secondary.dark-bg.card-btn:hover, .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder body.single-product .related.products .btn--secondary.dark-bg.mito_add_to_cart_button:hover, body.single-product .related.products .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn--secondary.dark-bg.mito_add_to_cart_button:hover,
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder body.single-product .product_related .btn--secondary.dark-bg.mito_add_to_cart_button:hover, body.single-product .product_related .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn--secondary.dark-bg.mito_add_to_cart_button:hover,
            .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder body.single-product .up-sells.products .btn--secondary.dark-bg.mito_add_to_cart_button:hover, body.single-product .up-sells.products .oxo-view.template-home .main-banner .main-banner-flex .text-block .btn-holder .btn--secondary.dark-bg.mito_add_to_cart_button:hover {
              background: #80c537;
              opacity: 1;
              color: #ffffff;
              border-color: #80c537; }
      .oxo-view.template-home .main-banner .main-banner-flex .img-block {
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home .main-banner .main-banner-flex .img-block {
            width: auto; } }
        .oxo-view.template-home .main-banner .main-banner-flex .img-block .img-holder {
          height: 600px;
          border-radius: 35%;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .oxo-view.template-home .main-banner .main-banner-flex .img-block .img-holder {
              margin: auto;
              width: 37vw;
              height: 37vw; } }
          @media only screen and (max-width: 768px) {
            .oxo-view.template-home .main-banner .main-banner-flex .img-block .img-holder {
              width: 300px;
              height: 300px; } }
  .oxo-view.template-home section.img-product-txt {
    padding: 160px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home section.img-product-txt {
        padding: 100px 0; } }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home section.img-product-txt {
        padding: 40px 0; } }
    @media only screen and (max-width: 576px) {
      .oxo-view.template-home section.img-product-txt {
        padding: 20px 0; } }
    .oxo-view.template-home section.img-product-txt .cards-list li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 60px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .oxo-view.template-home section.img-product-txt .cards-list li {
          display: block; } }
      .oxo-view.template-home section.img-product-txt .cards-list li .img-side,
      .oxo-view.template-home section.img-product-txt .cards-list li .txt-side {
        width: calc((100% - 35px) / 2); }
      .oxo-view.template-home section.img-product-txt .cards-list li .txt-side {
        padding: 0 0 0 130px;
        color: #ffffff;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home section.img-product-txt .cards-list li .txt-side {
            padding: 0 0 0 20px; } }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-home section.img-product-txt .cards-list li .txt-side {
            width: auto;
            max-width: 450px;
            text-align: center;
            padding-left: 0;
            margin-left: auto;
            margin-right: auto; } }
        .oxo-view.template-home section.img-product-txt .cards-list li .txt-side h2, .oxo-view.template-home section.img-product-txt .cards-list li .txt-side .title {
          margin-bottom: 25px; }
        .oxo-view.template-home section.img-product-txt .cards-list li .txt-side p {
          margin-bottom: 45px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .oxo-view.template-home section.img-product-txt .cards-list li .txt-side p {
              margin-bottom: 28px; } }
      .oxo-view.template-home section.img-product-txt .cards-list li .img-side {
        height: 480px;
        position: relative;
        border-radius: 35%;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home section.img-product-txt .cards-list li .img-side {
            height: 20vw;
            height: 39vw;
            max-width: 39vw; } }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-home section.img-product-txt .cards-list li .img-side {
            margin: 0 auto 40px; } }
        .oxo-view.template-home section.img-product-txt .cards-list li .img-side .sushi-img-holder {
          max-width: 247px;
          position: absolute;
          left: 50%;
          top: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          .oxo-view.template-home section.img-product-txt .cards-list li .img-side .sushi-img-holder img {
            max-width: 100%;
            height: auto;
            display: block; }
      .oxo-view.template-home section.img-product-txt .cards-list li:nth-of-type(even) .img-side {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-home section.img-product-txt .cards-list li:nth-of-type(even) .img-side {
            -webkit-box-ordinal-group: 2;
                -ms-flex-order: 1;
                    order: 1; } }
      .oxo-view.template-home section.img-product-txt .cards-list li:nth-of-type(even) .txt-side {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 0 130px 0 0;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-home section.img-product-txt .cards-list li:nth-of-type(even) .txt-side {
            -webkit-box-ordinal-group: 3;
                -ms-flex-order: 2;
                    order: 2; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home section.img-product-txt .cards-list li:nth-of-type(even) .txt-side {
            padding: 0; } }
  .oxo-view.template-home section.slider-chefs {
    padding: 160px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home section.slider-chefs {
        padding: 80px 0;
        min-height: 1240px; } }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home section.slider-chefs {
        padding: 40px 0;
        min-height: 1000px; } }
    .oxo-view.template-home section.slider-chefs .section-title {
      color: #ffffff;
      border-left: 1px solid #80c537;
      padding-left: 35px;
      max-width: 750px;
      margin-bottom: 90px; }
    .oxo-view.template-home section.slider-chefs .slider_swipe {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-top: 150px;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home section.slider-chefs .slider_swipe {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          height: 500px; } }
      .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left {
        width: 45%;
        padding-bottom: 53%;
        position: relative;
        cursor: -webkit-grab;
        cursor: grab; }
        .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left:active {
          cursor: -webkit-grabbing;
          cursor: grabbing; }
        .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left .slider_arrow_wrapper {
          cursor: pointer;
          z-index: 99;
          width: 69px;
          height: 64px;
          position: absolute;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%); }
        .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left .slider_arrow {
          position: absolute;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 9;
          opacity: 0;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          pointer-events: none; }
        .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left .slide_img {
          background-position: center;
          background-size: cover;
          height: 560px;
          width: 400px;
          position: absolute;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          opacity: 0;
          pointer-events: none;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left .slide_img {
              height: 500px;
              width: 350px; } }
          @media only screen and (max-width: 576px) {
            .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left .slide_img {
              height: 330px;
              width: 236px; } }
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left .slide_img:nth-of-type(1) {
            opacity: 1; }
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left .slide_img:nth-of-type(2) {
            -webkit-transform: translate(-50%, -50%) rotate(10deg);
                -ms-transform: translate(-50%, -50%) rotate(10deg);
                    transform: translate(-50%, -50%) rotate(10deg);
            opacity: 1; }
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_left .slide_img:nth-of-type(3) {
            opacity: 1;
            -webkit-transform: translate(-50%, -50%) rotate(-10deg);
                -ms-transform: translate(-50%, -50%) rotate(-10deg);
                    transform: translate(-50%, -50%) rotate(-10deg); }
      .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right {
        padding-top: 5%;
        padding-bottom: 5%;
        width: 40%;
        color: #ffffff;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right {
            position: absolute;
            top: calc(100% + 100px);
            padding: 0;
            width: 400px; } }
        @media only screen and (max-width: 768px) {
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right {
            top: calc(100% + 50px); } }
        @media only screen and (max-width: 576px) {
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right {
            top: auto;
            bottom: 50px;
            width: 100%;
            max-width: 400px; } }
        .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .num {
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .num {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between;
              padding-bottom: 30px; } }
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .num .txt {
            display: inline-block;
            width: 12px;
            text-align: center;
            color: #80c537;
            font-size: 24px; }
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .num .arrows-mobile {
            display: none;
            width: 65px;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .num .arrows-mobile {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                    -ms-flex-pack: justify;
                        justify-content: space-between; } }
            .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .num .arrows-mobile .arrow-left,
            .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .num .arrows-mobile .arrow-right {
              cursor: pointer; }
        .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slider_contentWrap {
          height: 100%;
          position: relative; }
        .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content {
          width: 100%;
          position: absolute;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          opacity: 0;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content {
              top: 0;
              left: 0;
              -webkit-transform: translate(0) !important;
                  -ms-transform: translate(0) !important;
                      transform: translate(0) !important; } }
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content h3 {
            margin-bottom: 25px; }
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .btn, .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .connect-btn, .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content input#submit,
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .page-my-account .woocommerce a.button, .page-my-account .woocommerce .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content a.button,
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .page-my-account .woocommerce button.button, .page-my-account .woocommerce .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content button.button,
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .page-my-account .woocommerce input.button, .page-my-account .woocommerce .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content input.button, .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content input#submit,
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content a.button,
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content button.button,
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content input.button, .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .mito_add_to_cart_button,
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .mito_add_to_cart_button, .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .archive-products-dry .card-btn, .archive-products-dry .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .card-btn, .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .mito_add_to_cart_button,
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .mito_add_to_cart_button,
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content .mito_add_to_cart_button {
            margin-top: 40px; }
          .oxo-view.template-home section.slider-chefs .slider_swipe .slider_right .slide_content:first-of-type {
            opacity: 1; }
      .oxo-view.template-home section.slider-chefs .slider_swipe:hover .slider_arrow {
        opacity: 1; }
  .oxo-view.template-home .video-block {
    padding: 160px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    color: #FFFFFF; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .oxo-view.template-home .video-block {
        padding: 80px 0; } }
    @media only screen and (max-width: 768px) {
      .oxo-view.template-home .video-block {
        padding: 40px 0; } }
    .oxo-view.template-home .video-block .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .oxo-view.template-home .video-block .container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .oxo-view.template-home .video-block .container .left {
        width: 30%;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home .video-block .container .left {
            width: 100%;
            padding-bottom: 60px; } }
        .oxo-view.template-home .video-block .container .left h3 {
          margin-bottom: 25px; }
        .oxo-view.template-home .video-block .container .left .btn, .oxo-view.template-home .video-block .container .left .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .oxo-view.template-home .video-block .container .left .connect-btn, .oxo-view.template-home .video-block .container .left .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .oxo-view.template-home .video-block .container .left input#submit,
        .oxo-view.template-home .video-block .container .left .page-my-account .woocommerce a.button, .page-my-account .woocommerce .oxo-view.template-home .video-block .container .left a.button,
        .oxo-view.template-home .video-block .container .left .page-my-account .woocommerce button.button, .page-my-account .woocommerce .oxo-view.template-home .video-block .container .left button.button,
        .oxo-view.template-home .video-block .container .left .page-my-account .woocommerce input.button, .page-my-account .woocommerce .oxo-view.template-home .video-block .container .left input.button, .oxo-view.template-home .video-block .container .left .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .oxo-view.template-home .video-block .container .left input#submit,
        .oxo-view.template-home .video-block .container .left .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .video-block .container .left a.button,
        .oxo-view.template-home .video-block .container .left .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .video-block .container .left button.button,
        .oxo-view.template-home .video-block .container .left .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .oxo-view.template-home .video-block .container .left input.button, .oxo-view.template-home .video-block .container .left .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .oxo-view.template-home .video-block .container .left .mito_add_to_cart_button,
        .oxo-view.template-home .video-block .container .left .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .oxo-view.template-home .video-block .container .left .mito_add_to_cart_button, .oxo-view.template-home .video-block .container .left .archive-products-dry .card-btn, .archive-products-dry .oxo-view.template-home .video-block .container .left .card-btn, .oxo-view.template-home .video-block .container .left body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .oxo-view.template-home .video-block .container .left .mito_add_to_cart_button,
        .oxo-view.template-home .video-block .container .left body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .oxo-view.template-home .video-block .container .left .mito_add_to_cart_button,
        .oxo-view.template-home .video-block .container .left body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .oxo-view.template-home .video-block .container .left .mito_add_to_cart_button {
          margin-top: 45px; }
      .oxo-view.template-home .video-block .container .right {
        width: 60%;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .oxo-view.template-home .video-block .container .right {
            width: 100%; } }
        .oxo-view.template-home .video-block .container .right .img {
          width: 100%;
          position: relative;
          background-position: center;
          background-size: cover;
          padding-bottom: 56%; }
          .oxo-view.template-home .video-block .container .right .img svg {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            -webkit-transition: all 0.4s;
            transition: all 0.4s;
            cursor: pointer; }
          .oxo-view.template-home .video-block .container .right .img:hover svg {
            -webkit-transform: translate(-50%, -50%) scale(1.1);
                -ms-transform: translate(-50%, -50%) scale(1.1);
                    transform: translate(-50%, -50%) scale(1.1); }
  .oxo-view.template-home .popup-yt {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 999999;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .oxo-view.template-home .popup-yt .inner {
      position: absolute;
      width: 80%;
      height: 80vh;
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      z-index: 2;
      pointer-events: none; }
    .oxo-view.template-home .popup-yt .video_wrap {
      pointer-events: all;
      width: 100%;
      position: relative;
      padding-bottom: 56.25%;
      /* 16:9 */
      height: 0; }
      .oxo-view.template-home .popup-yt .video_wrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .oxo-view.template-home .popup-yt .close {
      position: absolute;
      top: 20px;
      right: 20px;
      padding: 10px;
      cursor: pointer;
      z-index: 2; }
    .oxo-view.template-home .popup-yt .bg {
      background: rgba(0, 0, 0, 0.7);
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1; }
  .oxo-view.template-home section.img-txt-block.img-vertical h2 {
    max-width: 296px; }

.dealer-map {
  height: calc(100vh - 80px); }

.delivery-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .delivery-list a:last-child {
    margin-left: 20px; }

.section-stores {
  background: #f8f9fb; }
  .section-stores .container {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .section-stores .container {
        width: 100%; } }
  .section-stores .wrapper-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: calc(100vh - 80px);
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: relative; }
  .section-stores .breadcrumb-theme {
    position: relative;
    z-index: 1;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .section-stores .breadcrumb-theme {
        padding: 0; } }
    .section-stores .breadcrumb-theme .container {
      width: 100%;
      padding-right: 20px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .section-stores .breadcrumb-theme .container {
          padding: 20px; } }
  .section-stores .div-scroll {
    height: 100% !important;
    overflow-y: scroll !important;
    width: 100%;
    display: block !important;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .section-stores .div-scroll {
        padding: 20px; } }
  .section-stores .wrapper-fluid__left {
    width: 440px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .section-stores .wrapper-fluid__left {
        width: 100%; } }
    .section-stores .wrapper-fluid__left .cards-holder {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
  .section-stores .header-input-block {
    background-color: #ffffff;
    padding: 20px 45px 40px 0;
    position: relative;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .section-stores .header-input-block {
        padding: 20px; } }
    .section-stores .header-input-block > * {
      position: relative; }
    .section-stores .header-input-block:before {
      content: "";
      background: #ffffff;
      position: absolute;
      right: 0;
      bottom: 0;
      height: calc(100% + 58px);
      width: 80vw;
      min-width: 600px; }
    .section-stores .header-input-block h5 {
      margin-bottom: 24px; }
    .section-stores .header-input-block .search-form {
      position: relative; }
      .section-stores .header-input-block .search-form input[type="text"] {
        padding: 15px 60px;
        border: 1px solid rgba(7, 6, 11, 0.15);
        border-radius: 4px;
        width: 100%;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px; }
      .section-stores .header-input-block .search-form .search-icon-holder,
      .section-stores .header-input-block .search-form .current-position-holder {
        position: absolute; }
      .section-stores .header-input-block .search-form button.current-position-holder {
        width: 43px;
        height: 43px;
        left: 2px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        border: none;
        border-right: 1px solid rgba(7, 6, 11, 0.15);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background-color: transparent;
        cursor: pointer; }
        .section-stores .header-input-block .search-form button.current-position-holder svg {
          pointer-events: none; }
      .section-stores .header-input-block .search-form .search-icon-holder {
        width: 46px;
        height: 46px;
        right: 4px;
        top: 50%;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%);
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .section-stores .header-input-block .search-form .search-icon-holder input.search-btn {
          background-color: transparent;
          width: 100%;
          height: 100%;
          position: absolute;
          font-size: 0px;
          border: none;
          z-index: 5; }
        .section-stores .header-input-block .search-form .search-icon-holder svg {
          position: relative;
          stroke: rgba(7, 6, 11, 0.4);
          pointer-events: none; }
  .section-stores .cards-holder {
    padding-right: 30px;
    padding-top: 40px; }
    .section-stores .cards-holder .dealer {
      border: 1px solid rgba(7, 6, 11, 0.15);
      color: #07060b;
      padding: 22px;
      border-radius: 4px;
      margin-bottom: 20px;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      cursor: pointer;
      -webkit-transform: translateX(1px);
          -ms-transform: translateX(1px);
              transform: translateX(1px); }
      .section-stores .cards-holder .dealer.active, .section-stores .cards-holder .dealer:hover {
        border-color: #80c537;
        -webkit-box-shadow: 0px 0px 0px 1px #80c537;
                box-shadow: 0px 0px 0px 1px #80c537; }
      .section-stores .cards-holder .dealer h6 {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        margin-bottom: 12px; }
      .section-stores .cards-holder .dealer p {
        font-size: 14px; }
        .section-stores .cards-holder .dealer p .address {
          margin-bottom: 8px; }
      .section-stores .cards-holder .dealer .btn-voir-fiche {
        margin-top: 29px;
        border: none; }
  .section-stores .info_place {
    color: white;
    background-color: #07060b;
    width: 430px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    position: relative;
    z-index: 995; }
    .section-stores .info_place:before {
      content: "";
      height: 100%;
      width: 40vw;
      background: #07060b;
      position: absolute;
      right: calc(100% - 1px);
      top: 0; }
    .section-stores .info_place:after {
      content: "";
      height: 1px;
      width: 100%;
      background: white;
      position: absolute;
      right: 0;
      bottom: 0;
      opacity: 15%; }
    .section-stores .info_place .scroll-div {
      height: 100% !important;
      overflow-y: scroll !important;
      padding-top: 30px;
      padding-right: 80px;
      padding-left: 1px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .section-stores .info_place .scroll-div {
          padding: 30px 20px; } }
    .section-stores .info_place .btn-return {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      background: transparent;
      color: #80c537;
      font-size: 12px;
      padding-left: 28px;
      position: relative;
      border: none;
      margin-bottom: 50px; }
      .section-stores .info_place .btn-return span.icon-holder {
        width: 17px;
        height: 17px;
        border: 1px solid #80c537;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: absolute;
        top: 50%;
        left: 0;
        -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
                transform: translateY(-50%); }
        .section-stores .info_place .btn-return span.icon-holder:before {
          content: "";
          width: 5px;
          height: 5px;
          border-left: 1px solid #80c537;
          border-bottom: 1px solid #80c537;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: translateX(1px) rotate(45deg);
              -ms-transform: translateX(1px) rotate(45deg);
                  transform: translateX(1px) rotate(45deg); }
    .section-stores .info_place .info_section_header {
      padding-bottom: 20px;
      margin-bottom: 40px;
      border-bottom: 1px solid rgba(255, 255, 255, 0.15); }
      .section-stores .info_place .info_section_header h2,
      .section-stores .info_place .info_section_header .store-name {
        margin-bottom: 12px; }
    .section-stores .info_place .store-description a {
      color: #80c537; }
    .section-stores .info_place .store-info-block {
      margin-bottom: 40px; }
      .section-stores .info_place .store-info-block .item-title {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        margin-bottom: 8px; }
    .section-stores .info_place .store-timetable {
      width: 255px; }
      .section-stores .info_place .store-timetable .time-detail-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 7px; }

::-webkit-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(7, 6, 11, 0.4); }

::-moz-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(7, 6, 11, 0.4); }

:-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(7, 6, 11, 0.4); }

::-ms-input-placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(7, 6, 11, 0.4); }

::placeholder {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: 14px;
  color: rgba(7, 6, 11, 0.4); }

.wrapper-fluid__right {
  position: absolute;
  left: 442px;
  width: calc((100% - 442px) + ((100vw - 1240px) / 2));
  height: 100%;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1376px) {
    .wrapper-fluid__right {
      width: calc((100% - 442px) + (10vw / 2)); } }
  @media only screen and (max-width: 576px) {
    .wrapper-fluid__right {
      display: none; } }

.gm-svpc {
  display: none !important; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }

.single-comptoir a {
  color: #80c537; }
  .single-comptoir a:hover {
    text-decoration: underline; }

.single-comptoir .info_section_header {
  padding-bottom: 20px;
  margin-bottom: 40px;
  border-bottom: 1px solid rgba(7, 6, 11, 0.15); }
  .single-comptoir .info_section_header h2, .single-comptoir .info_section_header .store-name {
    margin-bottom: 12px; }

.single-comptoir a.item-detail.address {
  color: #80c537; }

.single-comptoir .store-info-block {
  margin-bottom: 40px; }
  .single-comptoir .store-info-block .item-title {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 8px; }

.single-comptoir .store-timetable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-comptoir .store-timetable {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .single-comptoir .store-timetable .left {
    width: 255px;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .single-comptoir .store-timetable .right {
    width: 100%;
    padding-left: 20%;
    -ms-flex-negative: 1;
        flex-shrink: 1;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-comptoir .store-timetable .right {
        padding-left: 0%;
        margin-top: 40px; } }
    .single-comptoir .store-timetable .right #map {
      width: 100%;
      padding-bottom: 60%; }
  .single-comptoir .store-timetable .time-detail-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 7px; }

.single-comptoir .info_text {
  padding-top: 20px;
  margin-bottom: 80px;
  border-top: 1px solid rgba(7, 6, 11, 0.15); }

.page-choice-home .main-section {
  position: relative;
  background: #07060b; }
  .page-choice-home .main-section .parent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: calc(100vh - 72px);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .page-choice-home .main-section .parent-flex {
        height: auto;
        display: block; } }
    @media only screen and (max-width: 768px) {
      .page-choice-home .main-section .parent-flex {
        padding: 20px 0; } }
  .page-choice-home .main-section .click-section:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .page-choice-home .main-section .left-side,
  .page-choice-home .main-section .right-side {
    width: 50%;
    text-align: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .page-choice-home .main-section .left-side,
      .page-choice-home .main-section .right-side {
        width: 100%;
        position: relative;
        padding: 80px 0; } }
    @media only screen and (max-width: 768px) {
      .page-choice-home .main-section .left-side,
      .page-choice-home .main-section .right-side {
        padding: 40px 0;
        padding-right: 30px;
        border-radius: 8px;
        background-image: none; } }
    .page-choice-home .main-section .left-side:hover .image-left:before,
    .page-choice-home .main-section .left-side:hover .image-right:before,
    .page-choice-home .main-section .right-side:hover .image-left:before,
    .page-choice-home .main-section .right-side:hover .image-right:before {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(47.04%, rgba(7, 6, 11, 0)), to(rgba(7, 6, 11, 0.76)));
      background: linear-gradient(180deg, rgba(7, 6, 11, 0) 47.04%, rgba(7, 6, 11, 0.76) 100%);
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .page-choice-home .main-section .left-side:hover .image-left:before,
        .page-choice-home .main-section .left-side:hover .image-right:before,
        .page-choice-home .main-section .right-side:hover .image-left:before,
        .page-choice-home .main-section .right-side:hover .image-right:before {
          background-color: rgba(255, 255, 255, 0.05); } }
    .page-choice-home .main-section .left-side:hover .product-img-holder,
    .page-choice-home .main-section .right-side:hover .product-img-holder {
      opacity: 0; }
    .page-choice-home .main-section .left-side:hover a.btn, .page-choice-home .main-section .left-side:hover .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .left-side:hover a.connect-btn,
    .page-choice-home .main-section .left-side:hover .page-my-account .woocommerce a.button, .page-my-account .woocommerce .page-choice-home .main-section .left-side:hover a.button,
    .page-choice-home .main-section .left-side:hover .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .page-choice-home .main-section .left-side:hover a.button, .page-choice-home .main-section .left-side:hover .archive-products-fresh a.mito_add_to_cart_button, .archive-products-fresh .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button,
    .page-choice-home .main-section .left-side:hover .archive-products-dry a.mito_add_to_cart_button, .archive-products-dry .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button, .page-choice-home .main-section .left-side:hover .archive-products-dry a.card-btn, .archive-products-dry .page-choice-home .main-section .left-side:hover a.card-btn, .page-choice-home .main-section .left-side:hover body.single-product .related.products a.mito_add_to_cart_button, body.single-product .related.products .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button,
    .page-choice-home .main-section .left-side:hover body.single-product .product_related a.mito_add_to_cart_button, body.single-product .product_related .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button,
    .page-choice-home .main-section .left-side:hover body.single-product .up-sells.products a.mito_add_to_cart_button, body.single-product .up-sells.products .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button,
    .page-choice-home .main-section .right-side:hover a.btn,
    .page-choice-home .main-section .right-side:hover .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn,
    .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .right-side:hover a.connect-btn,
    .page-choice-home .main-section .right-side:hover .page-my-account .woocommerce a.button,
    .page-my-account .woocommerce .page-choice-home .main-section .right-side:hover a.button,
    .page-choice-home .main-section .right-side:hover .page-checkout.not-login .woocommerce a.button,
    .page-checkout.not-login .woocommerce .page-choice-home .main-section .right-side:hover a.button,
    .page-choice-home .main-section .right-side:hover .archive-products-fresh a.mito_add_to_cart_button,
    .archive-products-fresh .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button,
    .page-choice-home .main-section .right-side:hover .archive-products-dry a.mito_add_to_cart_button,
    .archive-products-dry .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button,
    .page-choice-home .main-section .right-side:hover .archive-products-dry a.card-btn,
    .archive-products-dry .page-choice-home .main-section .right-side:hover a.card-btn,
    .page-choice-home .main-section .right-side:hover body.single-product .related.products a.mito_add_to_cart_button,
    body.single-product .related.products .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button,
    .page-choice-home .main-section .right-side:hover body.single-product .product_related a.mito_add_to_cart_button,
    body.single-product .product_related .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button,
    .page-choice-home .main-section .right-side:hover body.single-product .up-sells.products a.mito_add_to_cart_button,
    body.single-product .up-sells.products .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button {
      background: #80c537;
      border-color: #80c537; }
      .page-choice-home .main-section .left-side:hover a.btn:before, .page-choice-home .main-section .left-side:hover .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:before, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .left-side:hover a.connect-btn:before,
      .page-choice-home .main-section .left-side:hover .page-my-account .woocommerce a.button:before, .page-my-account .woocommerce .page-choice-home .main-section .left-side:hover a.button:before,
      .page-choice-home .main-section .left-side:hover .page-checkout.not-login .woocommerce a.button:before, .page-checkout.not-login .woocommerce .page-choice-home .main-section .left-side:hover a.button:before, .page-choice-home .main-section .left-side:hover .archive-products-fresh a.mito_add_to_cart_button:before, .archive-products-fresh .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:before,
      .page-choice-home .main-section .left-side:hover .archive-products-dry a.mito_add_to_cart_button:before, .archive-products-dry .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:before, .page-choice-home .main-section .left-side:hover .archive-products-dry a.card-btn:before, .archive-products-dry .page-choice-home .main-section .left-side:hover a.card-btn:before, .page-choice-home .main-section .left-side:hover body.single-product .related.products a.mito_add_to_cart_button:before, body.single-product .related.products .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:before,
      .page-choice-home .main-section .left-side:hover body.single-product .product_related a.mito_add_to_cart_button:before, body.single-product .product_related .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:before,
      .page-choice-home .main-section .left-side:hover body.single-product .up-sells.products a.mito_add_to_cart_button:before, body.single-product .up-sells.products .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:before,
      .page-choice-home .main-section .right-side:hover a.btn:before,
      .page-choice-home .main-section .right-side:hover .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:before,
      .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .right-side:hover a.connect-btn:before,
      .page-choice-home .main-section .right-side:hover .page-my-account .woocommerce a.button:before,
      .page-my-account .woocommerce .page-choice-home .main-section .right-side:hover a.button:before,
      .page-choice-home .main-section .right-side:hover .page-checkout.not-login .woocommerce a.button:before,
      .page-checkout.not-login .woocommerce .page-choice-home .main-section .right-side:hover a.button:before,
      .page-choice-home .main-section .right-side:hover .archive-products-fresh a.mito_add_to_cart_button:before,
      .archive-products-fresh .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:before,
      .page-choice-home .main-section .right-side:hover .archive-products-dry a.mito_add_to_cart_button:before,
      .archive-products-dry .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:before,
      .page-choice-home .main-section .right-side:hover .archive-products-dry a.card-btn:before,
      .archive-products-dry .page-choice-home .main-section .right-side:hover a.card-btn:before,
      .page-choice-home .main-section .right-side:hover body.single-product .related.products a.mito_add_to_cart_button:before,
      body.single-product .related.products .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:before,
      .page-choice-home .main-section .right-side:hover body.single-product .product_related a.mito_add_to_cart_button:before,
      body.single-product .product_related .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:before,
      .page-choice-home .main-section .right-side:hover body.single-product .up-sells.products a.mito_add_to_cart_button:before,
      body.single-product .up-sells.products .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
      .page-choice-home .main-section .left-side:hover a.btn:hover, .page-choice-home .main-section .left-side:hover .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:hover, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .left-side:hover a.connect-btn:hover,
      .page-choice-home .main-section .left-side:hover .page-my-account .woocommerce a.button:hover, .page-my-account .woocommerce .page-choice-home .main-section .left-side:hover a.button:hover,
      .page-choice-home .main-section .left-side:hover .page-checkout.not-login .woocommerce a.button:hover, .page-checkout.not-login .woocommerce .page-choice-home .main-section .left-side:hover a.button:hover, .page-choice-home .main-section .left-side:hover .archive-products-fresh a.mito_add_to_cart_button:hover, .archive-products-fresh .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:hover,
      .page-choice-home .main-section .left-side:hover .archive-products-dry a.mito_add_to_cart_button:hover, .archive-products-dry .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:hover, .page-choice-home .main-section .left-side:hover .archive-products-dry a.card-btn:hover, .archive-products-dry .page-choice-home .main-section .left-side:hover a.card-btn:hover, .page-choice-home .main-section .left-side:hover body.single-product .related.products a.mito_add_to_cart_button:hover, body.single-product .related.products .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:hover,
      .page-choice-home .main-section .left-side:hover body.single-product .product_related a.mito_add_to_cart_button:hover, body.single-product .product_related .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:hover,
      .page-choice-home .main-section .left-side:hover body.single-product .up-sells.products a.mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-choice-home .main-section .left-side:hover a.mito_add_to_cart_button:hover,
      .page-choice-home .main-section .right-side:hover a.btn:hover,
      .page-choice-home .main-section .right-side:hover .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:hover,
      .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .right-side:hover a.connect-btn:hover,
      .page-choice-home .main-section .right-side:hover .page-my-account .woocommerce a.button:hover,
      .page-my-account .woocommerce .page-choice-home .main-section .right-side:hover a.button:hover,
      .page-choice-home .main-section .right-side:hover .page-checkout.not-login .woocommerce a.button:hover,
      .page-checkout.not-login .woocommerce .page-choice-home .main-section .right-side:hover a.button:hover,
      .page-choice-home .main-section .right-side:hover .archive-products-fresh a.mito_add_to_cart_button:hover,
      .archive-products-fresh .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:hover,
      .page-choice-home .main-section .right-side:hover .archive-products-dry a.mito_add_to_cart_button:hover,
      .archive-products-dry .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:hover,
      .page-choice-home .main-section .right-side:hover .archive-products-dry a.card-btn:hover,
      .archive-products-dry .page-choice-home .main-section .right-side:hover a.card-btn:hover,
      .page-choice-home .main-section .right-side:hover body.single-product .related.products a.mito_add_to_cart_button:hover,
      body.single-product .related.products .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:hover,
      .page-choice-home .main-section .right-side:hover body.single-product .product_related a.mito_add_to_cart_button:hover,
      body.single-product .product_related .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:hover,
      .page-choice-home .main-section .right-side:hover body.single-product .up-sells.products a.mito_add_to_cart_button:hover,
      body.single-product .up-sells.products .page-choice-home .main-section .right-side:hover a.mito_add_to_cart_button:hover {
        color: #07060b; }
    .page-choice-home .main-section .left-side .text-box,
    .page-choice-home .main-section .right-side .text-box {
      max-width: 476px;
      color: white;
      position: relative;
      z-index: 2;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-choice-home .main-section .left-side .text-box,
        .page-choice-home .main-section .right-side .text-box {
          width: 100%;
          margin: 0 auto; } }
      @media only screen and (max-width: 768px) {
        .page-choice-home .main-section .left-side .text-box,
        .page-choice-home .main-section .right-side .text-box {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          position: static; } }
      .page-choice-home .main-section .left-side .text-box .product-img-holder,
      .page-choice-home .main-section .right-side .text-box .product-img-holder {
        width: 300px;
        height: 300px;
        margin-bottom: 40px;
        margin-left: auto;
        margin-right: auto;
        -webkit-transition: .4s;
        transition: .4s;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-choice-home .main-section .left-side .text-box .product-img-holder,
          .page-choice-home .main-section .right-side .text-box .product-img-holder {
            margin-bottom: 0;
            width: 230px;
            height: 230px; } }
        @media only screen and (max-width: 768px) {
          .page-choice-home .main-section .left-side .text-box .product-img-holder,
          .page-choice-home .main-section .right-side .text-box .product-img-holder {
            width: 190px;
            height: 190px; } }
        .page-choice-home .main-section .left-side .text-box .product-img-holder img,
        .page-choice-home .main-section .right-side .text-box .product-img-holder img {
          max-width: 80%;
          max-height: 230px;
          height: auto;
          display: block;
          margin: auto;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .page-choice-home .main-section .left-side .text-box .product-img-holder img,
            .page-choice-home .main-section .right-side .text-box .product-img-holder img {
              max-height: 190px; } }
      .page-choice-home .main-section .left-side .text-box .title, .page-choice-home .main-section .left-side .text-box h1,
      .page-choice-home .main-section .right-side .text-box .title,
      .page-choice-home .main-section .right-side .text-box h1 {
        margin-bottom: 30px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-choice-home .main-section .left-side .text-box .title, .page-choice-home .main-section .left-side .text-box h1,
          .page-choice-home .main-section .right-side .text-box .title,
          .page-choice-home .main-section .right-side .text-box h1 {
            max-width: 200px; } }
      .page-choice-home .main-section .left-side .text-box .description, .page-choice-home .main-section .left-side .text-box p,
      .page-choice-home .main-section .right-side .text-box .description,
      .page-choice-home .main-section .right-side .text-box p {
        margin-bottom: 40px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-choice-home .main-section .left-side .text-box .description, .page-choice-home .main-section .left-side .text-box p,
          .page-choice-home .main-section .right-side .text-box .description,
          .page-choice-home .main-section .right-side .text-box p {
            display: none; } }
      .page-choice-home .main-section .left-side .text-box a.btn, .page-choice-home .main-section .left-side .text-box .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .left-side .text-box a.connect-btn,
      .page-choice-home .main-section .left-side .text-box .page-my-account .woocommerce a.button, .page-my-account .woocommerce .page-choice-home .main-section .left-side .text-box a.button,
      .page-choice-home .main-section .left-side .text-box .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .page-choice-home .main-section .left-side .text-box a.button, .page-choice-home .main-section .left-side .text-box .archive-products-fresh a.mito_add_to_cart_button, .archive-products-fresh .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button,
      .page-choice-home .main-section .left-side .text-box .archive-products-dry a.mito_add_to_cart_button, .archive-products-dry .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button, .page-choice-home .main-section .left-side .text-box .archive-products-dry a.card-btn, .archive-products-dry .page-choice-home .main-section .left-side .text-box a.card-btn, .page-choice-home .main-section .left-side .text-box body.single-product .related.products a.mito_add_to_cart_button, body.single-product .related.products .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button,
      .page-choice-home .main-section .left-side .text-box body.single-product .product_related a.mito_add_to_cart_button, body.single-product .product_related .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button,
      .page-choice-home .main-section .left-side .text-box body.single-product .up-sells.products a.mito_add_to_cart_button, body.single-product .up-sells.products .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button,
      .page-choice-home .main-section .right-side .text-box a.btn,
      .page-choice-home .main-section .right-side .text-box .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn,
      .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .right-side .text-box a.connect-btn,
      .page-choice-home .main-section .right-side .text-box .page-my-account .woocommerce a.button,
      .page-my-account .woocommerce .page-choice-home .main-section .right-side .text-box a.button,
      .page-choice-home .main-section .right-side .text-box .page-checkout.not-login .woocommerce a.button,
      .page-checkout.not-login .woocommerce .page-choice-home .main-section .right-side .text-box a.button,
      .page-choice-home .main-section .right-side .text-box .archive-products-fresh a.mito_add_to_cart_button,
      .archive-products-fresh .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button,
      .page-choice-home .main-section .right-side .text-box .archive-products-dry a.mito_add_to_cart_button,
      .archive-products-dry .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button,
      .page-choice-home .main-section .right-side .text-box .archive-products-dry a.card-btn,
      .archive-products-dry .page-choice-home .main-section .right-side .text-box a.card-btn,
      .page-choice-home .main-section .right-side .text-box body.single-product .related.products a.mito_add_to_cart_button,
      body.single-product .related.products .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button,
      .page-choice-home .main-section .right-side .text-box body.single-product .product_related a.mito_add_to_cart_button,
      body.single-product .product_related .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button,
      .page-choice-home .main-section .right-side .text-box body.single-product .up-sells.products a.mito_add_to_cart_button,
      body.single-product .up-sells.products .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button {
        padding: 18px 88px;
        -webkit-transition: .4s;
        transition: .4s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-choice-home .main-section .left-side .text-box a.btn, .page-choice-home .main-section .left-side .text-box .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .left-side .text-box a.connect-btn,
          .page-choice-home .main-section .left-side .text-box .page-my-account .woocommerce a.button, .page-my-account .woocommerce .page-choice-home .main-section .left-side .text-box a.button,
          .page-choice-home .main-section .left-side .text-box .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .page-choice-home .main-section .left-side .text-box a.button, .page-choice-home .main-section .left-side .text-box .archive-products-fresh a.mito_add_to_cart_button, .archive-products-fresh .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button,
          .page-choice-home .main-section .left-side .text-box .archive-products-dry a.mito_add_to_cart_button, .archive-products-dry .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button, .page-choice-home .main-section .left-side .text-box .archive-products-dry a.card-btn, .archive-products-dry .page-choice-home .main-section .left-side .text-box a.card-btn, .page-choice-home .main-section .left-side .text-box body.single-product .related.products a.mito_add_to_cart_button, body.single-product .related.products .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button,
          .page-choice-home .main-section .left-side .text-box body.single-product .product_related a.mito_add_to_cart_button, body.single-product .product_related .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button,
          .page-choice-home .main-section .left-side .text-box body.single-product .up-sells.products a.mito_add_to_cart_button, body.single-product .up-sells.products .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button,
          .page-choice-home .main-section .right-side .text-box a.btn,
          .page-choice-home .main-section .right-side .text-box .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn,
          .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .right-side .text-box a.connect-btn,
          .page-choice-home .main-section .right-side .text-box .page-my-account .woocommerce a.button,
          .page-my-account .woocommerce .page-choice-home .main-section .right-side .text-box a.button,
          .page-choice-home .main-section .right-side .text-box .page-checkout.not-login .woocommerce a.button,
          .page-checkout.not-login .woocommerce .page-choice-home .main-section .right-side .text-box a.button,
          .page-choice-home .main-section .right-side .text-box .archive-products-fresh a.mito_add_to_cart_button,
          .archive-products-fresh .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button,
          .page-choice-home .main-section .right-side .text-box .archive-products-dry a.mito_add_to_cart_button,
          .archive-products-dry .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button,
          .page-choice-home .main-section .right-side .text-box .archive-products-dry a.card-btn,
          .archive-products-dry .page-choice-home .main-section .right-side .text-box a.card-btn,
          .page-choice-home .main-section .right-side .text-box body.single-product .related.products a.mito_add_to_cart_button,
          body.single-product .related.products .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button,
          .page-choice-home .main-section .right-side .text-box body.single-product .product_related a.mito_add_to_cart_button,
          body.single-product .product_related .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button,
          .page-choice-home .main-section .right-side .text-box body.single-product .up-sells.products a.mito_add_to_cart_button,
          body.single-product .up-sells.products .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button {
            padding: 0;
            height: 0;
            font-size: 0;
            width: 0;
            border: none; } }
        .page-choice-home .main-section .left-side .text-box a.btn:before, .page-choice-home .main-section .left-side .text-box .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:before, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .left-side .text-box a.connect-btn:before,
        .page-choice-home .main-section .left-side .text-box .page-my-account .woocommerce a.button:before, .page-my-account .woocommerce .page-choice-home .main-section .left-side .text-box a.button:before,
        .page-choice-home .main-section .left-side .text-box .page-checkout.not-login .woocommerce a.button:before, .page-checkout.not-login .woocommerce .page-choice-home .main-section .left-side .text-box a.button:before, .page-choice-home .main-section .left-side .text-box .archive-products-fresh a.mito_add_to_cart_button:before, .archive-products-fresh .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before,
        .page-choice-home .main-section .left-side .text-box .archive-products-dry a.mito_add_to_cart_button:before, .archive-products-dry .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before, .page-choice-home .main-section .left-side .text-box .archive-products-dry a.card-btn:before, .archive-products-dry .page-choice-home .main-section .left-side .text-box a.card-btn:before, .page-choice-home .main-section .left-side .text-box body.single-product .related.products a.mito_add_to_cart_button:before, body.single-product .related.products .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before,
        .page-choice-home .main-section .left-side .text-box body.single-product .product_related a.mito_add_to_cart_button:before, body.single-product .product_related .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before,
        .page-choice-home .main-section .left-side .text-box body.single-product .up-sells.products a.mito_add_to_cart_button:before, body.single-product .up-sells.products .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before,
        .page-choice-home .main-section .right-side .text-box a.btn:before,
        .page-choice-home .main-section .right-side .text-box .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:before,
        .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .right-side .text-box a.connect-btn:before,
        .page-choice-home .main-section .right-side .text-box .page-my-account .woocommerce a.button:before,
        .page-my-account .woocommerce .page-choice-home .main-section .right-side .text-box a.button:before,
        .page-choice-home .main-section .right-side .text-box .page-checkout.not-login .woocommerce a.button:before,
        .page-checkout.not-login .woocommerce .page-choice-home .main-section .right-side .text-box a.button:before,
        .page-choice-home .main-section .right-side .text-box .archive-products-fresh a.mito_add_to_cart_button:before,
        .archive-products-fresh .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before,
        .page-choice-home .main-section .right-side .text-box .archive-products-dry a.mito_add_to_cart_button:before,
        .archive-products-dry .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before,
        .page-choice-home .main-section .right-side .text-box .archive-products-dry a.card-btn:before,
        .archive-products-dry .page-choice-home .main-section .right-side .text-box a.card-btn:before,
        .page-choice-home .main-section .right-side .text-box body.single-product .related.products a.mito_add_to_cart_button:before,
        body.single-product .related.products .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before,
        .page-choice-home .main-section .right-side .text-box body.single-product .product_related a.mito_add_to_cart_button:before,
        body.single-product .product_related .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before,
        .page-choice-home .main-section .right-side .text-box body.single-product .up-sells.products a.mito_add_to_cart_button:before,
        body.single-product .up-sells.products .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before {
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .page-choice-home .main-section .left-side .text-box a.btn:before, .page-choice-home .main-section .left-side .text-box .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:before, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .left-side .text-box a.connect-btn:before,
            .page-choice-home .main-section .left-side .text-box .page-my-account .woocommerce a.button:before, .page-my-account .woocommerce .page-choice-home .main-section .left-side .text-box a.button:before,
            .page-choice-home .main-section .left-side .text-box .page-checkout.not-login .woocommerce a.button:before, .page-checkout.not-login .woocommerce .page-choice-home .main-section .left-side .text-box a.button:before, .page-choice-home .main-section .left-side .text-box .archive-products-fresh a.mito_add_to_cart_button:before, .archive-products-fresh .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before,
            .page-choice-home .main-section .left-side .text-box .archive-products-dry a.mito_add_to_cart_button:before, .archive-products-dry .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before, .page-choice-home .main-section .left-side .text-box .archive-products-dry a.card-btn:before, .archive-products-dry .page-choice-home .main-section .left-side .text-box a.card-btn:before, .page-choice-home .main-section .left-side .text-box body.single-product .related.products a.mito_add_to_cart_button:before, body.single-product .related.products .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before,
            .page-choice-home .main-section .left-side .text-box body.single-product .product_related a.mito_add_to_cart_button:before, body.single-product .product_related .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before,
            .page-choice-home .main-section .left-side .text-box body.single-product .up-sells.products a.mito_add_to_cart_button:before, body.single-product .up-sells.products .page-choice-home .main-section .left-side .text-box a.mito_add_to_cart_button:before,
            .page-choice-home .main-section .right-side .text-box a.btn:before,
            .page-choice-home .main-section .right-side .text-box .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn:before,
            .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-choice-home .main-section .right-side .text-box a.connect-btn:before,
            .page-choice-home .main-section .right-side .text-box .page-my-account .woocommerce a.button:before,
            .page-my-account .woocommerce .page-choice-home .main-section .right-side .text-box a.button:before,
            .page-choice-home .main-section .right-side .text-box .page-checkout.not-login .woocommerce a.button:before,
            .page-checkout.not-login .woocommerce .page-choice-home .main-section .right-side .text-box a.button:before,
            .page-choice-home .main-section .right-side .text-box .archive-products-fresh a.mito_add_to_cart_button:before,
            .archive-products-fresh .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before,
            .page-choice-home .main-section .right-side .text-box .archive-products-dry a.mito_add_to_cart_button:before,
            .archive-products-dry .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before,
            .page-choice-home .main-section .right-side .text-box .archive-products-dry a.card-btn:before,
            .archive-products-dry .page-choice-home .main-section .right-side .text-box a.card-btn:before,
            .page-choice-home .main-section .right-side .text-box body.single-product .related.products a.mito_add_to_cart_button:before,
            body.single-product .related.products .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before,
            .page-choice-home .main-section .right-side .text-box body.single-product .product_related a.mito_add_to_cart_button:before,
            body.single-product .product_related .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before,
            .page-choice-home .main-section .right-side .text-box body.single-product .up-sells.products a.mito_add_to_cart_button:before,
            body.single-product .up-sells.products .page-choice-home .main-section .right-side .text-box a.mito_add_to_cart_button:before {
              content: '';
              position: absolute;
              left: 0;
              top: 0;
              width: 100%;
              height: 100%; } }
  .page-choice-home .main-section .left-side {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .page-choice-home .main-section .left-side {
        margin-bottom: 20px; } }
  .page-choice-home .main-section .right-side .text-box {
    margin-left: auto; }
  .page-choice-home .main-section .image-left,
  .page-choice-home .main-section .image-right {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .page-choice-home .main-section .image-left,
      .page-choice-home .main-section .image-right {
        right: auto !important;
        left: 50% !important;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%);
        height: 100%;
        width: calc(100% + (100vw - 100%)); } }
    @media only screen and (max-width: 768px) {
      .page-choice-home .main-section .image-left,
      .page-choice-home .main-section .image-right {
        width: 100%;
        background-image: none !important;
        border-radius: 8px; } }
    .page-choice-home .main-section .image-left:before,
    .page-choice-home .main-section .image-right:before {
      content: '';
      background: #07060b;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      -webkit-transition: .4s;
      transition: .4s;
      display: block;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .page-choice-home .main-section .image-left:before,
        .page-choice-home .main-section .image-right:before {
          border-radius: 8px;
          background-color: rgba(255, 255, 255, 0.05); } }
  .page-choice-home .main-section .image-left {
    right: 50%; }
  .page-choice-home .main-section .image-right {
    left: 50%; }

.page-franchise {
  background: #f8f9fb; }
  .page-franchise .main-image {
    height: 670px;
    background-position: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-franchise .main-image {
        height: 600px; } }
    @media only screen and (max-width: 768px) {
      .page-franchise .main-image {
        height: 47vw; } }
  .page-franchise section.franchise-data {
    padding: 150px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-franchise section.franchise-data {
        padding: 100px 0; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-franchise section.franchise-data {
        padding-bottom: 60px; } }
    @media only screen and (max-width: 576px) {
      .page-franchise section.franchise-data {
        padding: 60px 0 0; } }
    .page-franchise section.franchise-data .section-title {
      margin-bottom: 60px;
      text-align: center; }
    .page-franchise section.franchise-data .flex-parent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-franchise section.franchise-data .flex-parent .card {
        width: calc((100% - 90px) / 4);
        text-align: center;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-franchise section.franchise-data .flex-parent .card {
            width: calc((100% - 25px) / 2);
            margin-bottom: 35px; } }
        .page-franchise section.franchise-data .flex-parent .card .icon-holder {
          position: relative; }
          .page-franchise section.franchise-data .flex-parent .card .icon-holder .icon-bg {
            max-width: 185px; }
          .page-franchise section.franchise-data .flex-parent .card .icon-holder .icon {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          .page-franchise section.franchise-data .flex-parent .card .icon-holder img {
            max-width: 100%;
            height: auto;
            display: block;
            margin: auto;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .page-franchise section.franchise-data .flex-parent .card .icon-holder img {
                width: 65%; } }
        .page-franchise section.franchise-data .flex-parent .card .info {
          padding: 20px 5px; }
          .page-franchise section.franchise-data .flex-parent .card .info p {
            max-width: 190px;
            margin: auto; }
  .page-franchise section.banner-data-market {
    background-color: #07060b;
    padding: 160px 0 100px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .page-franchise section.banner-data-market {
        padding-left: 80px;
        padding-right: 80px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-franchise section.banner-data-market {
        padding: 80px 0; } }
    .page-franchise section.banner-data-market > * {
      color: #ffffff; }
    .page-franchise section.banner-data-market .flex-parent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-franchise section.banner-data-market .flex-parent {
          display: block; } }
      .page-franchise section.banner-data-market .flex-parent .section-title {
        max-width: 260px;
        margin-right: 200px;
        margin-bottom: 60px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1400px) {
          .page-franchise section.banner-data-market .flex-parent .section-title {
            margin-right: 140px; } }
      .page-franchise section.banner-data-market .flex-parent .data-block-holder {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        max-width: 590px;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .page-franchise section.banner-data-market .flex-parent .data-block-holder {
            display: block; } }
        .page-franchise section.banner-data-market .flex-parent .data-block-holder .info-box {
          max-width: 240px;
          min-width: 230px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1400px) {
            .page-franchise section.banner-data-market .flex-parent .data-block-holder .info-box {
              min-width: 0;
              width: calc((100% - 80px) / 2); } }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .page-franchise section.banner-data-market .flex-parent .data-block-holder .info-box {
              min-width: 0;
              width: calc((100% - 40px) / 2); } }
          @media only screen and (max-width: 576px) {
            .page-franchise section.banner-data-market .flex-parent .data-block-holder .info-box {
              width: 100%; } }
          .page-franchise section.banner-data-market .flex-parent .data-block-holder .info-box:first-of-type {
            margin-right: 200px;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 1400px) {
              .page-franchise section.banner-data-market .flex-parent .data-block-holder .info-box:first-of-type {
                margin-right: 0; } }
            @media only screen and (max-width: 576px) {
              .page-franchise section.banner-data-market .flex-parent .data-block-holder .info-box:first-of-type {
                margin-bottom: 30px; } }
          .page-franchise section.banner-data-market .flex-parent .data-block-holder .info-box h4 {
            color: #80c537;
            font-weight: 600;
            margin-bottom: 8px; }

.page-about {
  background-color: #f8f9fb; }
  .page-about .main-banner {
    height: calc(100vh - 80px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: hidden;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .page-about .main-banner {
        display: block;
        height: auto; } }
    .page-about .main-banner .breadcrumb-theme {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .page-about .main-banner .container-md {
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-about .main-banner .container-md {
          padding: 100px 0; } }
    .page-about .main-banner .textbox {
      max-width: 510px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-about .main-banner .textbox {
          text-align: center;
          margin-left: auto;
          margin-right: auto; } }
      .page-about .main-banner .textbox p {
        margin-bottom: 40px; }
    .page-about .main-banner .img-side {
      width: 50vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(100px);
          -ms-transform: translateX(100px);
              transform: translateX(100px);
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-about .main-banner .img-side {
          position: static;
          height: 50vw;
          width: 100%;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          background-position: center;
          background-position-y: 77%; } }
  .page-about section.value .title_container {
    margin-bottom: 60px;
    padding-right: 30%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-about section.value .title_container {
        padding-right: 0%; } }
  .page-about section.value .faq-block {
    margin-bottom: 80px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-about section.value .faq-block {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 576px) {
      .page-about section.value .faq-block {
        margin-bottom: 40px; } }
    .page-about section.value .faq-block h3 {
      margin-bottom: 40px; }
    .page-about section.value .faq-block ul.faq-list {
      list-style: none; }
      .page-about section.value .faq-block ul.faq-list > li {
        margin-bottom: 24px;
        background: #ffffff;
        border-radius: 8px;
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .page-about section.value .faq-block ul.faq-list > li {
            margin-bottom: 14px; } }
        .page-about section.value .faq-block ul.faq-list > li:hover {
          -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04);
                  box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04); }
        .page-about section.value .faq-block ul.faq-list > li.active {
          -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04);
                  box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04); }
          .page-about section.value .faq-block ul.faq-list > li.active .question {
            color: #80c537; }
            .page-about section.value .faq-block ul.faq-list > li.active .question .icon-holder {
              -webkit-transform: translateY(-50%) rotate(45deg);
                  -ms-transform: translateY(-50%) rotate(45deg);
                      transform: translateY(-50%) rotate(45deg); }
      .page-about section.value .faq-block ul.faq-list .question {
        min-height: 105px;
        padding: 20px 180px 20px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-about section.value .faq-block ul.faq-list .question {
            padding: 20px 100px 20px 40px;
            min-height: 90px; } }
        @media only screen and (max-width: 768px) {
          .page-about section.value .faq-block ul.faq-list .question {
            padding: 20px 60px 20px 20px;
            min-height: 80px; } }
        .page-about section.value .faq-block ul.faq-list .question span.icon-holder {
          width: 28px;
          height: 28px;
          position: absolute;
          top: 50%;
          right: 40px;
          -webkit-transform: translateY(-50%) rotate(0deg);
              -ms-transform: translateY(-50%) rotate(0deg);
                  transform: translateY(-50%) rotate(0deg);
          display: block;
          -webkit-transition: .3s;
          transition: .3s;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .page-about section.value .faq-block ul.faq-list .question span.icon-holder {
              width: 24px;
              height: 24px;
              right: 30px; } }
          @media only screen and (max-width: 576px) {
            .page-about section.value .faq-block ul.faq-list .question span.icon-holder {
              width: 18px;
              height: 18px;
              right: 20px; } }
          .page-about section.value .faq-block ul.faq-list .question span.icon-holder:before, .page-about section.value .faq-block ul.faq-list .question span.icon-holder:after {
            content: '';
            background: #07060b;
            height: 4px;
            width: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            display: block; }
          .page-about section.value .faq-block ul.faq-list .question span.icon-holder:before {
            -webkit-transform: translateY(-50%) rotate(90deg);
                -ms-transform: translateY(-50%) rotate(90deg);
                    transform: translateY(-50%) rotate(90deg); }
          .page-about section.value .faq-block ul.faq-list .question span.icon-holder:after {
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
      .page-about section.value .faq-block ul.faq-list .answer {
        padding: 10px 80px 40px 40px;
        display: none;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-about section.value .faq-block ul.faq-list .answer {
            padding: 10px 35px 10px; } }
        @media only screen and (max-width: 768px) {
          .page-about section.value .faq-block ul.faq-list .answer {
            padding: 10px 20px 20px; } }
        .page-about section.value .faq-block ul.faq-list .answer a {
          color: #80c537;
          text-decoration: underline; }
        .page-about section.value .faq-block ul.faq-list .answer p {
          margin-bottom: 20px; }
          .page-about section.value .faq-block ul.faq-list .answer p:last-of-type {
            margin-bottom: 0; }
        .page-about section.value .faq-block ul.faq-list .answer ul, .page-about section.value .faq-block ul.faq-list .answer ol {
          padding: 10px 0; }
          .page-about section.value .faq-block ul.faq-list .answer ul li, .page-about section.value .faq-block ul.faq-list .answer ol li {
            margin-bottom: 8px; }
  .page-about section.our-mission {
    padding: 80px 0 120px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: none !important;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-about section.our-mission {
        padding: 100px 0; } }
    @media only screen and (max-width: 576px) {
      .page-about section.our-mission {
        padding: 40px 0; } }
    .page-about section.our-mission .highlight-quote {
      margin-left: auto; }
      .page-about section.our-mission .highlight-quote .text-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .page-about section.our-mission .highlight-quote .text-box {
            display: block;
            text-align: center; } }
        .page-about section.our-mission .highlight-quote .text-box h4 {
          max-width: 450px; }
      .page-about section.our-mission .highlight-quote .icon-holder {
        width: 150px;
        margin-right: 35px;
        position: relative;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-about section.our-mission .highlight-quote .icon-holder {
            width: 120px;
            min-width: 120px; } }
        @media only screen and (max-width: 576px) {
          .page-about section.our-mission .highlight-quote .icon-holder {
            width: 90px;
            min-width: 90px;
            margin: 0 auto 20px; } }
        .page-about section.our-mission .highlight-quote .icon-holder .icon-item {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          max-width: 77px;
          max-height: 80px; }
    .page-about section.our-mission .textbox {
      width: 100%;
      background: #ffffff;
      min-height: 220px;
      padding: 100px 107px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      border-radius: 8px;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-about section.our-mission .textbox {
          padding: 100px 50px; } }
      @media only screen and (max-width: 576px) {
        .page-about section.our-mission .textbox {
          padding: 80px 22px;
          min-height: 0; } }
      .page-about section.our-mission .textbox h2 {
        margin-right: 40px;
        margin-bottom: 40px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-about section.our-mission .textbox h2 {
            margin-bottom: 20px; } }
      .page-about section.our-mission .textbox p {
        max-width: 460px; }
  .page-about section.certifications {
    margin: 0 0 160px 0; }
    .page-about section.certifications .flex-parent {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-about section.certifications .flex-parent {
          display: block; } }
      .page-about section.certifications .flex-parent .left-side {
        width: 400px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-right: 1px solid #07060b;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-about section.certifications .flex-parent .left-side {
            border: none;
            width: 100%;
            margin-bottom: 40px; } }
        .page-about section.certifications .flex-parent .left-side .textbox {
          max-width: 270px;
          text-align: center; }
      .page-about section.certifications .flex-parent .right-side {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding: 20px 0; }
        .page-about section.certifications .flex-parent .right-side .flex {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
          .page-about section.certifications .flex-parent .right-side .flex .item {
            margin-bottom: 40px;
            width: 50%; }
            .page-about section.certifications .flex-parent .right-side .flex .item .card {
              max-width: 180px;
              margin: auto;
              text-align: center;
              /* -- @include break(mobile)-- */
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 768px) {
                .page-about section.certifications .flex-parent .right-side .flex .item .card {
                  max-width: 150px; } }
              .page-about section.certifications .flex-parent .right-side .flex .item .card .icon-holder {
                position: relative; }
                .page-about section.certifications .flex-parent .right-side .flex .item .card .icon-holder .icon-bg {
                  max-width: 185px; }
                .page-about section.certifications .flex-parent .right-side .flex .item .card .icon-holder .icon {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  -webkit-transform: translate(-50%, -50%);
                      -ms-transform: translate(-50%, -50%);
                          transform: translate(-50%, -50%); }
                .page-about section.certifications .flex-parent .right-side .flex .item .card .icon-holder img {
                  max-width: 100%;
                  height: auto;
                  display: block;
                  margin: auto; }
              .page-about section.certifications .flex-parent .right-side .flex .item .card .info {
                padding: 20px 5px; }
                .page-about section.certifications .flex-parent .right-side .flex .item .card .info p {
                  max-width: 190px;
                  margin: auto; }
  .page-about section.slider-history {
    padding: 150px 0 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-about section.slider-history {
        display: block;
        padding-top: 0;
        padding-bottom: 350px; } }
    .page-about section.slider-history .dates_wrapper {
      width: 85px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      margin-right: 15%;
      overflow: visible;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-about section.slider-history .dates_wrapper {
          height: 190px !important;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row;
          width: 100%; } }
      .page-about section.slider-history .dates_wrapper .date {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 1.125em;
        color: #07060b;
        opacity: 0.4;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-about section.slider-history .dates_wrapper .date {
            margin-right: 10px;
            margin-left: 10px; } }
        .page-about section.slider-history .dates_wrapper .date:hover {
          opacity: 1; }
        .page-about section.slider-history .dates_wrapper .date.active {
          font-size: 2em;
          opacity: 1;
          pointer-events: none; }
      .page-about section.slider-history .dates_wrapper .line {
        height: 0px;
        width: 1px;
        display: block;
        background-color: #07060b;
        margin-top: 10px;
        margin-bottom: 10px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-about section.slider-history .dates_wrapper .line {
            display: none; } }
        .page-about section.slider-history .dates_wrapper .line.active {
          height: 26px; }
    .page-about section.slider-history .sliders_wrapper {
      width: 100%;
      -ms-flex-negative: 1;
          flex-shrink: 1;
      position: relative;
      height: 560px; }
    .page-about section.slider-history .slider_swipe {
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      opacity: 0;
      display: none;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      .page-about section.slider-history .slider_swipe:first-of-type {
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-about section.slider-history .slider_swipe {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      .page-about section.slider-history .slider_swipe .slider_left {
        width: 45%;
        padding-bottom: 53%;
        position: relative;
        cursor: -webkit-grab;
        cursor: grab;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .page-about section.slider-history .slider_swipe .slider_left {
            width: 38%; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-about section.slider-history .slider_swipe .slider_left {
            width: 100%; } }
        .page-about section.slider-history .slider_swipe .slider_left:active {
          cursor: -webkit-grabbing;
          cursor: grabbing; }
        .page-about section.slider-history .slider_swipe .slider_left .slider_arrow {
          position: absolute;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          z-index: 9;
          opacity: 0;
          -webkit-transition: all 0.4s;
          transition: all 0.4s;
          pointer-events: none; }
        .page-about section.slider-history .slider_swipe .slider_left .slide_img {
          background-position: center;
          background-size: cover;
          height: 560px;
          width: 400px;
          position: absolute;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          opacity: 0;
          pointer-events: none;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            .page-about section.slider-history .slider_swipe .slider_left .slide_img {
              width: 300px;
              height: 500px; } }
          .page-about section.slider-history .slider_swipe .slider_left .slide_img:nth-of-type(1) {
            opacity: 1; }
          .page-about section.slider-history .slider_swipe .slider_left .slide_img:nth-of-type(2) {
            -webkit-transform: translate(-50%, -50%) rotate(10deg);
                -ms-transform: translate(-50%, -50%) rotate(10deg);
                    transform: translate(-50%, -50%) rotate(10deg);
            opacity: 1; }
          .page-about section.slider-history .slider_swipe .slider_left .slide_img:nth-of-type(3) {
            opacity: 1;
            -webkit-transform: translate(-50%, -50%) rotate(-10deg);
                -ms-transform: translate(-50%, -50%) rotate(-10deg);
                    transform: translate(-50%, -50%) rotate(-10deg); }
      .page-about section.slider-history .slider_swipe .slider_right {
        padding-top: 5%;
        padding-bottom: 5%;
        margin-right: 5%;
        width: 45%;
        color: #07060b;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .page-about section.slider-history .slider_swipe .slider_right {
            padding-right: 40px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-about section.slider-history .slider_swipe .slider_right {
            width: 100%;
            max-width: 400px;
            padding-top: 100px;
            padding-right: 0;
            margin: 0 auto;
            text-align: center; } }
        .page-about section.slider-history .slider_swipe .slider_right .num {
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          display: none; }
          .page-about section.slider-history .slider_swipe .slider_right .num .txt {
            display: inline-block;
            width: 12px;
            text-align: center;
            color: #80c537;
            font-size: 24px; }
        .page-about section.slider-history .slider_swipe .slider_right .slider_contentWrap {
          height: 100%;
          position: relative; }
        .page-about section.slider-history .slider_swipe .slider_right .slide_content {
          width: 100%;
          position: absolute;
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          opacity: 0;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .page-about section.slider-history .slider_swipe .slider_right .slide_content {
              top: 0;
              left: 0;
              -webkit-transform: none;
                  -ms-transform: none;
                      transform: none; } }
          .page-about section.slider-history .slider_swipe .slider_right .slide_content h3 {
            margin-bottom: 25px; }
          .page-about section.slider-history .slider_swipe .slider_right .slide_content .btn, .page-about section.slider-history .slider_swipe .slider_right .slide_content .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-about section.slider-history .slider_swipe .slider_right .slide_content .connect-btn, .page-about section.slider-history .slider_swipe .slider_right .slide_content .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .page-about section.slider-history .slider_swipe .slider_right .slide_content input#submit,
          .page-about section.slider-history .slider_swipe .slider_right .slide_content .page-my-account .woocommerce a.button, .page-my-account .woocommerce .page-about section.slider-history .slider_swipe .slider_right .slide_content a.button,
          .page-about section.slider-history .slider_swipe .slider_right .slide_content .page-my-account .woocommerce button.button, .page-my-account .woocommerce .page-about section.slider-history .slider_swipe .slider_right .slide_content button.button,
          .page-about section.slider-history .slider_swipe .slider_right .slide_content .page-my-account .woocommerce input.button, .page-my-account .woocommerce .page-about section.slider-history .slider_swipe .slider_right .slide_content input.button, .page-about section.slider-history .slider_swipe .slider_right .slide_content .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .page-about section.slider-history .slider_swipe .slider_right .slide_content input#submit,
          .page-about section.slider-history .slider_swipe .slider_right .slide_content .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .page-about section.slider-history .slider_swipe .slider_right .slide_content a.button,
          .page-about section.slider-history .slider_swipe .slider_right .slide_content .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .page-about section.slider-history .slider_swipe .slider_right .slide_content button.button,
          .page-about section.slider-history .slider_swipe .slider_right .slide_content .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .page-about section.slider-history .slider_swipe .slider_right .slide_content input.button, .page-about section.slider-history .slider_swipe .slider_right .slide_content .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .page-about section.slider-history .slider_swipe .slider_right .slide_content .mito_add_to_cart_button,
          .page-about section.slider-history .slider_swipe .slider_right .slide_content .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .page-about section.slider-history .slider_swipe .slider_right .slide_content .mito_add_to_cart_button, .page-about section.slider-history .slider_swipe .slider_right .slide_content .archive-products-dry .card-btn, .archive-products-dry .page-about section.slider-history .slider_swipe .slider_right .slide_content .card-btn, .page-about section.slider-history .slider_swipe .slider_right .slide_content body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .page-about section.slider-history .slider_swipe .slider_right .slide_content .mito_add_to_cart_button,
          .page-about section.slider-history .slider_swipe .slider_right .slide_content body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .page-about section.slider-history .slider_swipe .slider_right .slide_content .mito_add_to_cart_button,
          .page-about section.slider-history .slider_swipe .slider_right .slide_content body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .page-about section.slider-history .slider_swipe .slider_right .slide_content .mito_add_to_cart_button {
            margin-top: 40px; }
          .page-about section.slider-history .slider_swipe .slider_right .slide_content:first-of-type {
            opacity: 1; }
      .page-about section.slider-history .slider_swipe:hover .slider_arrow {
        opacity: 1; }

.page-contact {
  background: #f8f9fb; }
  .page-contact section.contact-section-main {
    overflow-x: hidden;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-contact section.contact-section-main {
        padding: 100px 0; } }
    .page-contact section.contact-section-main .parent-flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-contact section.contact-section-main .parent-flex {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      .page-contact section.contact-section-main .parent-flex .left-side {
        width: 330px;
        padding: 350px 0 0;
        padding-right: 30px;
        position: relative;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-contact section.contact-section-main .parent-flex .left-side {
            width: 100%;
            padding: 0; } }
        .page-contact section.contact-section-main .parent-flex .left-side .img-building {
          position: absolute;
          top: 0;
          right: 0;
          width: auto;
          max-width: none;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .page-contact section.contact-section-main .parent-flex .left-side .img-building {
              display: none; } }
        .page-contact section.contact-section-main .parent-flex .left-side:before {
          content: '';
          background: #ffffff;
          width: 50vw;
          height: 100%;
          position: absolute;
          right: 0;
          top: 0;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .page-contact section.contact-section-main .parent-flex .left-side:before {
              display: none; } }
        .page-contact section.contact-section-main .parent-flex .left-side .info-box {
          position: relative;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .page-contact section.contact-section-main .parent-flex .left-side .info-box {
              display: -webkit-box;
              display: -ms-flexbox;
              display: flex;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
          @media only screen and (max-width: 576px) {
            .page-contact section.contact-section-main .parent-flex .left-side .info-box {
              display: block; } }
        .page-contact section.contact-section-main .parent-flex .left-side .section-title {
          padding-bottom: 20px;
          margin-bottom: 60px;
          position: relative;
          display: none;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .page-contact section.contact-section-main .parent-flex .left-side .section-title {
              display: block;
              text-align: center; } }
          @media only screen and (max-width: 576px) {
            .page-contact section.contact-section-main .parent-flex .left-side .section-title {
              text-align: left; } }
        .page-contact section.contact-section-main .parent-flex .left-side .item {
          margin-bottom: 40px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .page-contact section.contact-section-main .parent-flex .left-side .item {
              width: calc((100% - 80px) / 3);
              text-align: center; } }
          @media only screen and (max-width: 576px) {
            .page-contact section.contact-section-main .parent-flex .left-side .item {
              text-align: left;
              width: 100%; } }
          .page-contact section.contact-section-main .parent-flex .left-side .item .title {
            font-family: "Montserrat", sans-serif;
            font-weight: 400;
            font-size: 12px;
            margin-bottom: 15px;
            text-transform: uppercase; }
          .page-contact section.contact-section-main .parent-flex .left-side .item p {
            font-family: "Montserrat", sans-serif;
            font-weight: 700;
            font-size: 16px; }
      .page-contact section.contact-section-main .parent-flex .right-side {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 620px;
        padding: 150px 0;
        padding-left: 145px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          .page-contact section.contact-section-main .parent-flex .right-side {
            padding-left: 70px; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-contact section.contact-section-main .parent-flex .right-side {
            max-width: none;
            padding: 0;
            margin-bottom: 80px; } }
        .page-contact section.contact-section-main .parent-flex .right-side .radios-holder {
          -webkit-transform: translateX(7px);
              -ms-transform: translateX(7px);
                  transform: translateX(7px); }
        .page-contact section.contact-section-main .parent-flex .right-side .block-title {
          margin-bottom: 40px; }
        .page-contact section.contact-section-main .parent-flex .right-side form .btn-holder {
          margin-top: 40px; }
        .page-contact section.contact-section-main .parent-flex .right-side form .form-item {
          margin-bottom: 32px; }
          .page-contact section.contact-section-main .parent-flex .right-side form .form-item.has-radio {
            margin-bottom: 46px; }
            .page-contact section.contact-section-main .parent-flex .right-side form .form-item.has-radio input[type="radio"],
            .page-contact section.contact-section-main .parent-flex .right-side form .form-item.has-radio input[type="checkbox"] {
              margin-right: 10px;
              height: 17px;
              width: 17px;
              -webkit-appearance: none;
              border-radius: 50%;
              border: 1px solid rgba(7, 6, 11, 0.4);
              padding: 0 !important;
              min-width: 0;
              -webkit-transition: .2s;
              transition: .2s;
              cursor: pointer;
              -webkit-transform: translateY(2px);
                  -ms-transform: translateY(2px);
                      transform: translateY(2px); }
            .page-contact section.contact-section-main .parent-flex .right-side form .form-item.has-radio input[type="radio"]:checked,
            .page-contact section.contact-section-main .parent-flex .right-side form .form-item.has-radio input[type="checkbox"]:checked {
              border-width: 4px !important;
              border-color: #80c537 !important;
              background: #ffffff !important; }
  .page-contact .wpcf7-radio.ratio--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-contact .wpcf7-radio.ratio--item .wpcf7-list-item {
      margin-left: 0 !important; }
      .page-contact .wpcf7-radio.ratio--item .wpcf7-list-item.first, .page-contact .wpcf7-radio.ratio--item .wpcf7-list-item.last {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .page-contact .wpcf7-radio.ratio--item .wpcf7-list-item.first {
        -webkit-transform: translateX(-8px);
            -ms-transform: translateX(-8px);
                transform: translateX(-8px);
        margin-right: 14px; }
  .page-contact .wpcf7-list-item-label {
    white-space: nowrap; }
  .page-contact input[type=radio] {
    min-width: 27px;
    -webkit-transform: translateY(5px);
        -ms-transform: translateY(5px);
            transform: translateY(5px); }

.page-faq {
  background: #f8f9fb; }
  .page-faq .faq-block {
    margin-bottom: 80px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-faq .faq-block {
        margin-bottom: 40px; } }
    @media only screen and (max-width: 576px) {
      .page-faq .faq-block {
        margin-bottom: 40px; } }
    .page-faq .faq-block h2 {
      margin-bottom: 40px; }
    .page-faq .faq-block ul.faq-list {
      list-style: none; }
      .page-faq .faq-block ul.faq-list > li {
        margin-bottom: 24px;
        background: #ffffff;
        border-radius: 8px;
        -webkit-transition: .3s;
        transition: .3s;
        cursor: pointer;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .page-faq .faq-block ul.faq-list > li {
            margin-bottom: 14px; } }
        .page-faq .faq-block ul.faq-list > li:hover {
          -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04);
                  box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04); }
        .page-faq .faq-block ul.faq-list > li.active {
          -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04);
                  box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04); }
          .page-faq .faq-block ul.faq-list > li.active .question {
            color: #80c537; }
            .page-faq .faq-block ul.faq-list > li.active .question .icon-holder {
              -webkit-transform: translateY(-50%) rotate(45deg);
                  -ms-transform: translateY(-50%) rotate(45deg);
                      transform: translateY(-50%) rotate(45deg); }
      .page-faq .faq-block ul.faq-list .question {
        min-height: 105px;
        padding: 20px 180px 20px 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: relative;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-faq .faq-block ul.faq-list .question {
            padding: 20px 100px 20px 40px;
            min-height: 90px; } }
        @media only screen and (max-width: 768px) {
          .page-faq .faq-block ul.faq-list .question {
            padding: 20px 60px 20px 20px;
            min-height: 80px; } }
        .page-faq .faq-block ul.faq-list .question span.icon-holder {
          width: 28px;
          height: 28px;
          position: absolute;
          top: 50%;
          right: 40px;
          -webkit-transform: translateY(-50%) rotate(0deg);
              -ms-transform: translateY(-50%) rotate(0deg);
                  transform: translateY(-50%) rotate(0deg);
          display: block;
          -webkit-transition: .3s;
          transition: .3s;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .page-faq .faq-block ul.faq-list .question span.icon-holder {
              width: 24px;
              height: 24px;
              right: 30px; } }
          @media only screen and (max-width: 576px) {
            .page-faq .faq-block ul.faq-list .question span.icon-holder {
              width: 18px;
              height: 18px;
              right: 20px; } }
          .page-faq .faq-block ul.faq-list .question span.icon-holder:before, .page-faq .faq-block ul.faq-list .question span.icon-holder:after {
            content: '';
            background: #07060b;
            height: 4px;
            width: 100%;
            position: absolute;
            left: 0;
            top: 50%;
            display: block; }
          .page-faq .faq-block ul.faq-list .question span.icon-holder:before {
            -webkit-transform: translateY(-50%) rotate(90deg);
                -ms-transform: translateY(-50%) rotate(90deg);
                    transform: translateY(-50%) rotate(90deg); }
          .page-faq .faq-block ul.faq-list .question span.icon-holder:after {
            -webkit-transform: translateY(-50%);
                -ms-transform: translateY(-50%);
                    transform: translateY(-50%); }
      .page-faq .faq-block ul.faq-list .answer {
        padding: 10px 80px 40px 40px;
        display: none;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-faq .faq-block ul.faq-list .answer {
            padding: 10px 35px 10px; } }
        @media only screen and (max-width: 768px) {
          .page-faq .faq-block ul.faq-list .answer {
            padding: 10px 20px 20px; } }
        .page-faq .faq-block ul.faq-list .answer a {
          color: #80c537;
          text-decoration: underline; }
        .page-faq .faq-block ul.faq-list .answer p {
          margin-bottom: 20px; }
          .page-faq .faq-block ul.faq-list .answer p:last-of-type {
            margin-bottom: 0; }
        .page-faq .faq-block ul.faq-list .answer ul, .page-faq .faq-block ul.faq-list .answer ol {
          padding: 10px 0; }
          .page-faq .faq-block ul.faq-list .answer ul li, .page-faq .faq-block ul.faq-list .answer ol li {
            margin-bottom: 8px; }

.articles-block {
  padding-top: 30px;
  border-top: 1px solid #07060b;
  margin-bottom: 75px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .articles-block {
      padding-top: 50px;
      margin-bottom: 50px; } }
  .articles-block .articles-block-header {
    margin-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .articles-block .articles-block-header a.btn, .articles-block .articles-block-header .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .articles-block .articles-block-header a.connect-btn,
    .articles-block .articles-block-header .page-my-account .woocommerce a.button, .page-my-account .woocommerce .articles-block .articles-block-header a.button,
    .articles-block .articles-block-header .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .articles-block .articles-block-header a.button, .articles-block .articles-block-header .archive-products-fresh a.mito_add_to_cart_button, .archive-products-fresh .articles-block .articles-block-header a.mito_add_to_cart_button,
    .articles-block .articles-block-header .archive-products-dry a.mito_add_to_cart_button, .archive-products-dry .articles-block .articles-block-header a.mito_add_to_cart_button, .articles-block .articles-block-header .archive-products-dry a.card-btn, .archive-products-dry .articles-block .articles-block-header a.card-btn, .articles-block .articles-block-header body.single-product .related.products a.mito_add_to_cart_button, body.single-product .related.products .articles-block .articles-block-header a.mito_add_to_cart_button,
    .articles-block .articles-block-header body.single-product .product_related a.mito_add_to_cart_button, body.single-product .product_related .articles-block .articles-block-header a.mito_add_to_cart_button,
    .articles-block .articles-block-header body.single-product .up-sells.products a.mito_add_to_cart_button, body.single-product .up-sells.products .articles-block .articles-block-header a.mito_add_to_cart_button {
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .articles-block .articles-block-header a.btn, .articles-block .articles-block-header .nav_right_side .mon_compte_section .mon-compte-popup .panel-content a.connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .articles-block .articles-block-header a.connect-btn,
        .articles-block .articles-block-header .page-my-account .woocommerce a.button, .page-my-account .woocommerce .articles-block .articles-block-header a.button,
        .articles-block .articles-block-header .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .articles-block .articles-block-header a.button, .articles-block .articles-block-header .archive-products-fresh a.mito_add_to_cart_button, .archive-products-fresh .articles-block .articles-block-header a.mito_add_to_cart_button,
        .articles-block .articles-block-header .archive-products-dry a.mito_add_to_cart_button, .archive-products-dry .articles-block .articles-block-header a.mito_add_to_cart_button, .articles-block .articles-block-header .archive-products-dry a.card-btn, .archive-products-dry .articles-block .articles-block-header a.card-btn, .articles-block .articles-block-header body.single-product .related.products a.mito_add_to_cart_button, body.single-product .related.products .articles-block .articles-block-header a.mito_add_to_cart_button,
        .articles-block .articles-block-header body.single-product .product_related a.mito_add_to_cart_button, body.single-product .product_related .articles-block .articles-block-header a.mito_add_to_cart_button,
        .articles-block .articles-block-header body.single-product .up-sells.products a.mito_add_to_cart_button, body.single-product .up-sells.products .articles-block .articles-block-header a.mito_add_to_cart_button {
          display: none; } }

.blog--cards {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .blog--cards.col-2 li {
    width: calc((100% - 36px) / 2);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .blog--cards.col-2 li {
        width: calc((100% - 20px) / 2); } }
    @media only screen and (max-width: 576px) {
      .blog--cards.col-2 li {
        width: 100%; } }
    .blog--cards.col-2 li:nth-of-type(3) {
      display: none; }
    .blog--cards.col-2 li .img-holder {
      height: 340px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .blog--cards.col-2 li .img-holder {
          height: 220px; } }
  .blog--cards.col-3 li {
    width: calc((100% - 72px) / 3);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .blog--cards.col-3 li {
        width: calc((100% - 36px) / 2); } }
    @media only screen and (max-width: 768px) {
      .blog--cards.col-3 li {
        width: calc((100% - 20px) / 2); } }
    @media only screen and (max-width: 576px) {
      .blog--cards.col-3 li {
        width: 100%; } }
    .blog--cards.col-3 li .img-holder {
      height: 220px; }
  .blog--cards.col-3 .blog-card-phantom {
    height: 0;
    margin-bottom: 0 !important; }
  .blog--cards .blog-card {
    position: relative;
    padding-bottom: 40px;
    height: 100%; }
    .blog--cards .blog-card .img-holder {
      border-radius: 8px; }
    .blog--cards .blog-card .link-overlay:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .blog--cards .blog-card:hover .post-link:before {
      right: -3px; }
    .blog--cards .blog-card .info-holder {
      padding-top: 22px; }
      .blog--cards .blog-card .info-holder .post-categories {
        margin-bottom: 12px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        text-transform: uppercase;
        font-size: 10px;
        font-weight: 800;
        color: rgba(7, 6, 11, 0.4); }
        .blog--cards .blog-card .info-holder .post-categories li {
          display: inline; }
          .blog--cards .blog-card .info-holder .post-categories li:after {
            content: ", "; }
          .blog--cards .blog-card .info-holder .post-categories li:last-child:after {
            content: ""; }
      .blog--cards .blog-card .info-holder .post-excerpt {
        padding: 15px 0;
        font-size: 14px; }
      .blog--cards .blog-card .info-holder .post-link {
        color: #80c537;
        position: absolute;
        bottom: 0;
        left: 0;
        padding-right: 25px;
        font-weight: 600; }
        .blog--cards .blog-card .info-holder .post-link:before {
          content: url(../img/arrow_green_right.svg);
          position: absolute;
          right: 0;
          top: 50%;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%);
          -webkit-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
        .blog--cards .blog-card .info-holder .post-link:hover:before {
          right: -3px; }

.page-home-archive-blog .blog-home-top {
  padding-top: 50px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .page-home-archive-blog .blog-home-top {
      padding-top: 40px; } }
  .page-home-archive-blog .blog-home-top .articles-block {
    border: none; }
  .page-home-archive-blog .blog-home-top .section-title {
    margin-bottom: 20px; }

.page-home-archive-blog .articles-block .blog--cards.col-2 li:nth-of-type(2) {
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .page-home-archive-blog .articles-block .blog--cards.col-2 li:nth-of-type(2) {
      display: none !important; } }

.page-home-archive-blog .articles-block .blog--cards.col-3 li:nth-of-type(3) {
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .page-home-archive-blog .articles-block .blog--cards.col-3 li:nth-of-type(3) {
      display: none !important; } }

.page-home-archive-blog .articles-block .blog--cards.col-3 li:nth-of-type(2) {
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .page-home-archive-blog .articles-block .blog--cards.col-3 li:nth-of-type(2) {
      display: none !important; } }

.page-home-archive-blog .btn-mobile-holder {
  margin-top: 40px;
  text-align: center;
  display: none;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .page-home-archive-blog .btn-mobile-holder {
      display: block; } }

.blog-home-complete-list {
  padding-bottom: 80px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .blog-home-complete-list {
      padding-bottom: 40px; } }

.page-archive-blog-categories section.blog-archive-main {
  padding: 40px 0; }

.page-archive-blog-categories .articles-block {
  border: none;
  margin-bottom: 0; }

.page-archive-blog-categories .blog--cards.col-3 li {
  margin-bottom: 75px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .page-archive-blog-categories .blog--cards.col-3 li {
      margin-bottom: 45px; } }

.page-archive-blog-categories .btn-holder {
  padding-top: 50px;
  text-align: center; }
  .page-archive-blog-categories .btn-holder .btn, .page-archive-blog-categories .btn-holder .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-archive-blog-categories .btn-holder .connect-btn, .page-archive-blog-categories .btn-holder .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .page-archive-blog-categories .btn-holder input#submit,
  .page-archive-blog-categories .btn-holder .page-my-account .woocommerce a.button, .page-my-account .woocommerce .page-archive-blog-categories .btn-holder a.button,
  .page-archive-blog-categories .btn-holder .page-my-account .woocommerce button.button, .page-my-account .woocommerce .page-archive-blog-categories .btn-holder button.button,
  .page-archive-blog-categories .btn-holder .page-my-account .woocommerce input.button, .page-my-account .woocommerce .page-archive-blog-categories .btn-holder input.button, .page-archive-blog-categories .btn-holder .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .page-archive-blog-categories .btn-holder input#submit,
  .page-archive-blog-categories .btn-holder .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .page-archive-blog-categories .btn-holder a.button,
  .page-archive-blog-categories .btn-holder .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .page-archive-blog-categories .btn-holder button.button,
  .page-archive-blog-categories .btn-holder .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .page-archive-blog-categories .btn-holder input.button, .page-archive-blog-categories .btn-holder .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .page-archive-blog-categories .btn-holder .mito_add_to_cart_button,
  .page-archive-blog-categories .btn-holder .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .page-archive-blog-categories .btn-holder .mito_add_to_cart_button, .page-archive-blog-categories .btn-holder .archive-products-dry .card-btn, .archive-products-dry .page-archive-blog-categories .btn-holder .card-btn, .page-archive-blog-categories .btn-holder body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .page-archive-blog-categories .btn-holder .mito_add_to_cart_button,
  .page-archive-blog-categories .btn-holder body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .page-archive-blog-categories .btn-holder .mito_add_to_cart_button,
  .page-archive-blog-categories .btn-holder body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .page-archive-blog-categories .btn-holder .mito_add_to_cart_button {
    cursor: pointer; }

.page-archive-blog-categories .noResult {
  display: none; }

.page-archive-blog-categories .filters_wrap {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .page-archive-blog-categories .filters_wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  .page-archive-blog-categories .filters_wrap .reset {
    cursor: pointer;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    -webkit-text-decoration-line: underline;
            text-decoration-line: underline;
    display: none;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .page-archive-blog-categories .filters_wrap .reset svg {
      margin-right: 5px; }
    .page-archive-blog-categories .filters_wrap .reset.active {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }

.page-archive-blog-categories .has-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .page-archive-blog-categories .has-form {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      width: 100%; } }
  .page-archive-blog-categories .has-form .filters {
    margin-right: 20px;
    position: relative; }
    .page-archive-blog-categories .has-form .filters:hover .drop {
      border: 1px solid #80c537; }
    .page-archive-blog-categories .has-form .filters .selected {
      display: block;
      padding: 10px 40px 10px 20px;
      color: #07060b;
      position: relative;
      cursor: pointer;
      min-width: 270px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .page-archive-blog-categories .has-form .filters .selected {
          width: 100% !important;
          margin-bottom: -44px;
          min-width: auto; } }
      .page-archive-blog-categories .has-form .filters .selected svg {
        position: absolute;
        top: 20px;
        right: 20px; }
    .page-archive-blog-categories .has-form .filters .drop {
      border: 1px solid rgba(7, 6, 11, 0.2);
      border-radius: 4px;
      height: 44px;
      overflow: hidden;
      position: absolute;
      top: 0px;
      padding-top: 44px;
      left: 0;
      right: 0;
      z-index: 9999;
      -webkit-transition: border 0.4s;
      transition: border 0.4s;
      pointer-events: none;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .page-archive-blog-categories .has-form .filters .drop {
          position: relative; } }
      .page-archive-blog-categories .has-form .filters .drop .option_wrap {
        overflow-y: scroll;
        overflow-x: hidden;
        background-color: #ffffff;
        border-top: 1px solid #80c537;
        height: 188px;
        pointer-events: all; }
      .page-archive-blog-categories .has-form .filters .drop .option {
        white-space: nowrap;
        padding: 10px 20px 10px 20px;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        pointer-events: all;
        cursor: pointer; }
        .page-archive-blog-categories .has-form .filters .drop .option:hover, .page-archive-blog-categories .has-form .filters .drop .option.active {
          background-color: rgba(7, 6, 11, 0.05); }

.single-post-template-page .single--content {
  padding-top: 50px; }

.page-b2b {
  background-color: #f8f9fb; }
  .page-b2b .main-banner {
    height: calc(100vh - 80px);
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    overflow-x: hidden;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .page-b2b .main-banner {
        display: block;
        height: auto; } }
    .page-b2b .main-banner .breadcrumb-theme {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .page-b2b .main-banner .container-md {
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-b2b .main-banner .container-md {
          padding: 100px 0; } }
    .page-b2b .main-banner .textbox {
      max-width: 510px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-b2b .main-banner .textbox {
          text-align: center;
          margin-left: auto;
          margin-right: auto; } }
      .page-b2b .main-banner .textbox h1 {
        max-width: 400px; }
      .page-b2b .main-banner .textbox p {
        margin-bottom: 60px; }
    .page-b2b .main-banner .img-side {
      width: 50vw;
      height: 100%;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translateX(100px);
          -ms-transform: translateX(100px);
              transform: translateX(100px);
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-b2b .main-banner .img-side {
          position: static;
          height: 50vw;
          width: 100%;
          -webkit-transform: translateX(0);
              -ms-transform: translateX(0);
                  transform: translateX(0);
          background-position: bottom center; } }
  .page-b2b section.our-mission {
    padding: 200px 0;
    padding: 160px 0;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: none !important;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-b2b section.our-mission {
        padding: 100px 0; } }
    @media only screen and (max-width: 576px) {
      .page-b2b section.our-mission {
        padding: 80px 0; } }
    .page-b2b section.our-mission .textbox {
      width: 100%;
      background: #ffffff;
      min-height: 290px;
      border-radius: 8px; }
      .page-b2b section.our-mission .textbox p {
        max-width: 460px; }
    .page-b2b section.our-mission.institutions .textbox {
      padding: 80px 107px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-b2b section.our-mission.institutions .textbox {
          padding: 60px 50px; } }
      @media only screen and (max-width: 576px) {
        .page-b2b section.our-mission.institutions .textbox {
          padding: 40px 22px; } }
      .page-b2b section.our-mission.institutions .textbox p {
        max-width: none;
        margin-bottom: 0; }
    .page-b2b section.our-mission.institutions .logos-holder {
      padding-top: 40px; }
      .page-b2b section.our-mission.institutions .logos-holder ul.logos-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
            justify-content: space-around;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .page-b2b section.our-mission.institutions .logos-holder ul.logos-list li {
          width: calc((100% - 140px) / 4);
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .page-b2b section.our-mission.institutions .logos-holder ul.logos-list li {
              width: calc((100% - 70px) / 2);
              margin-bottom: 20px; } }
          .page-b2b section.our-mission.institutions .logos-holder ul.logos-list li img {
            max-width: 100%;
            height: auto;
            max-height: 77px;
            margin: auto; }
  .page-b2b section.certifications {
    padding: 90px 0;
    padding-bottom: 190px;
    max-width: 840px;
    margin-left: auto;
    margin-right: auto;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .page-b2b section.certifications {
        padding: 70px 0; } }
    .page-b2b section.certifications .section-header {
      margin-bottom: 40px;
      text-align: center; }
      .page-b2b section.certifications .section-header h2 {
        margin-bottom: 20px; }
    .page-b2b section.certifications .section-content {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding: 20px 0; }
      .page-b2b section.certifications .section-content .flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
        .page-b2b section.certifications .section-content .flex .item {
          margin-bottom: 40px;
          width: calc(100% / 3);
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .page-b2b section.certifications .section-content .flex .item {
              width: 50%;
              margin-bottom: 30px; } }
          .page-b2b section.certifications .section-content .flex .item .card {
            max-width: 180px;
            margin: auto;
            text-align: center;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .page-b2b section.certifications .section-content .flex .item .card {
                max-width: 150px; } }
            .page-b2b section.certifications .section-content .flex .item .card .icon-holder {
              position: relative; }
              .page-b2b section.certifications .section-content .flex .item .card .icon-holder .icon-bg {
                max-width: 185px;
                /* -- @include break(mobile)-- */
                /* -- @include break(mobile)-- */ }
                @media only screen and (max-width: 768px) {
                  .page-b2b section.certifications .section-content .flex .item .card .icon-holder .icon-bg {
                    max-width: 150px; } }
              .page-b2b section.certifications .section-content .flex .item .card .icon-holder .icon {
                position: absolute;
                top: 50%;
                left: 50%;
                -webkit-transform: translate(-50%, -50%);
                    -ms-transform: translate(-50%, -50%);
                        transform: translate(-50%, -50%);
                /* -- @include break(mobile)-- */
                /* -- @include break(mobile)-- */ }
                @media only screen and (max-width: 768px) {
                  .page-b2b section.certifications .section-content .flex .item .card .icon-holder .icon {
                    max-width: 100px; } }
              .page-b2b section.certifications .section-content .flex .item .card .icon-holder img {
                max-width: 100%;
                height: auto;
                display: block;
                margin: auto; }
            .page-b2b section.certifications .section-content .flex .item .card .info {
              padding: 20px 5px; }
              .page-b2b section.certifications .section-content .flex .item .card .info p {
                max-width: 190px;
                margin: auto; }
      .page-b2b section.certifications .section-content .btn-holder {
        text-align: center; }

.page-home-jobs {
  background: #f8f9fb; }
  .page-home-jobs .main-image {
    height: 670px;
    background-position: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-home-jobs .main-image {
        height: 50vw; } }
  .page-home-jobs section.work-at-mito {
    padding: 40px 0; }
    .page-home-jobs section.work-at-mito .section-header {
      max-width: 730px;
      margin-bottom: 120px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-home-jobs section.work-at-mito .section-header {
          margin-bottom: 80px; } }
      @media only screen and (max-width: 576px) {
        .page-home-jobs section.work-at-mito .section-header {
          margin-bottom: 40px; } }
      .page-home-jobs section.work-at-mito .section-header h2 {
        margin-bottom: 40px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .page-home-jobs section.work-at-mito .section-header h2 {
            margin-bottom: 30px; } }
    .page-home-jobs section.work-at-mito .highlight-quote {
      margin-left: auto;
      margin-bottom: 218px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-home-jobs section.work-at-mito .highlight-quote {
          margin-bottom: 160px; } }
      @media only screen and (max-width: 768px) {
        .page-home-jobs section.work-at-mito .highlight-quote {
          margin-bottom: 110px; } }
      @media only screen and (max-width: 576px) {
        .page-home-jobs section.work-at-mito .highlight-quote {
          margin-bottom: 80px; } }
      .page-home-jobs section.work-at-mito .highlight-quote .text-box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        .page-home-jobs section.work-at-mito .highlight-quote .text-box h4 {
          max-width: 450px; }
      .page-home-jobs section.work-at-mito .highlight-quote .icon-holder {
        width: 150px;
        margin-right: 35px;
        position: relative;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-home-jobs section.work-at-mito .highlight-quote .icon-holder {
            width: 120px;
            min-width: 120px; } }
        @media only screen and (max-width: 576px) {
          .page-home-jobs section.work-at-mito .highlight-quote .icon-holder {
            width: 90px;
            min-width: 90px; } }
        .page-home-jobs section.work-at-mito .highlight-quote .icon-holder .icon-item {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          max-width: 77px;
          max-height: 80px; }
    .page-home-jobs section.work-at-mito .gallery {
      padding-top: 80px;
      padding-bottom: 442px;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .page-home-jobs section.work-at-mito .gallery {
          padding-bottom: 350px; } }
      @media only screen and (max-width: 576px) {
        .page-home-jobs section.work-at-mito .gallery {
          padding: 0; } }
      .page-home-jobs section.work-at-mito .gallery .item.img-left {
        width: 400px;
        height: 487px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-home-jobs section.work-at-mito .gallery .item.img-left {
            width: 36vw;
            height: 50vw; } }
        @media only screen and (max-width: 576px) {
          .page-home-jobs section.work-at-mito .gallery .item.img-left {
            width: 80%;
            height: 400px;
            margin: 0 auto; } }
      .page-home-jobs section.work-at-mito .gallery .item.img-right-top {
        width: 400px;
        height: 303px;
        position: absolute;
        right: 0;
        top: 0;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-home-jobs section.work-at-mito .gallery .item.img-right-top {
            width: 40vw;
            height: 30vw; } }
        @media only screen and (max-width: 576px) {
          .page-home-jobs section.work-at-mito .gallery .item.img-right-top {
            display: none; } }
      .page-home-jobs section.work-at-mito .gallery .item.img-right-btm {
        width: 622px;
        height: 475px;
        position: absolute;
        right: -300px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-home-jobs section.work-at-mito .gallery .item.img-right-btm {
            width: 40vw;
            height: 53vw;
            right: -39px; } }
        @media only screen and (max-width: 576px) {
          .page-home-jobs section.work-at-mito .gallery .item.img-right-btm {
            display: none; } }
  .page-home-jobs section.advantages {
    padding: 120px 0 80px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-home-jobs section.advantages {
        padding: 80px 0; } }
    @media only screen and (max-width: 576px) {
      .page-home-jobs section.advantages {
        padding: 40px 0; } }
    .page-home-jobs section.advantages .section-header {
      margin-bottom: 60px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-home-jobs section.advantages .section-header {
          margin-bottom: 30px; } }
    .page-home-jobs section.advantages .section-content ul.list-advantages {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin: 0 -35px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-home-jobs section.advantages .section-content ul.list-advantages {
          margin: 0; } }
      .page-home-jobs section.advantages .section-content ul.list-advantages li {
        width: calc(100% / 3);
        padding: 0 35px;
        margin-bottom: 40px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-home-jobs section.advantages .section-content ul.list-advantages li {
            width: calc(100% / 2);
            padding: 0 25px;
            margin-bottom: 30px; } }
        @media only screen and (max-width: 576px) {
          .page-home-jobs section.advantages .section-content ul.list-advantages li {
            width: 100%;
            margin-bottom: 20px;
            padding: 0; } }
      .page-home-jobs section.advantages .section-content ul.list-advantages .card {
        text-align: center;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .page-home-jobs section.advantages .section-content ul.list-advantages .card {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            text-align: left; } }
        .page-home-jobs section.advantages .section-content ul.list-advantages .card .icon-holder {
          min-width: 61px;
          height: 61px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          margin-bottom: 5px;
          /* -- @include break(mobile)-- */
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 576px) {
            .page-home-jobs section.advantages .section-content ul.list-advantages .card .icon-holder {
              margin-right: 25px;
              -webkit-box-align: start;
                  -ms-flex-align: start;
                      align-items: flex-start; } }
          .page-home-jobs section.advantages .section-content ul.list-advantages .card .icon-holder img {
            max-width: 45px;
            max-height: 42px; }
  .page-home-jobs section.slider-testimonials {
    padding-top: 30px;
    padding-bottom: 100px;
    border: 9px solid blue;
    margin-bottom: 100px; }
    .page-home-jobs section.slider-testimonials .slider-testimonials-holder {
      text-align: center;
      border: 4px solid cyan; }
  .page-home-jobs .cta-banner-small .parent-flex {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.template-landing section:not(.no-pad) {
  padding: 40px 0; }
  .template-landing section:not(.no-pad).big-padding-top {
    padding-top: 120px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .template-landing section:not(.no-pad).big-padding-top {
        padding-top: 60px; } }
  .template-landing section:not(.no-pad).big-padding-bottom {
    padding-bottom: 120px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .template-landing section:not(.no-pad).big-padding-bottom {
        padding-bottom: 80px; } }

.template-landing div.content_block {
  padding-bottom: 80px; }
  .template-landing div.content_block:last-of-type {
    padding-bottom: 0px; }

.template-landing .btn, .template-landing .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .template-landing .connect-btn, .template-landing .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .template-landing input#submit,
.template-landing .page-my-account .woocommerce a.button, .page-my-account .woocommerce .template-landing a.button,
.template-landing .page-my-account .woocommerce button.button, .page-my-account .woocommerce .template-landing button.button,
.template-landing .page-my-account .woocommerce input.button, .page-my-account .woocommerce .template-landing input.button, .template-landing .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .template-landing input#submit,
.template-landing .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .template-landing a.button,
.template-landing .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .template-landing button.button,
.template-landing .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .template-landing input.button, .template-landing .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .template-landing .mito_add_to_cart_button,
.template-landing .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .template-landing .mito_add_to_cart_button, .template-landing .archive-products-dry .card-btn, .archive-products-dry .template-landing .card-btn, .template-landing body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .template-landing .mito_add_to_cart_button,
.template-landing body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .template-landing .mito_add_to_cart_button,
.template-landing body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .template-landing .mito_add_to_cart_button {
  margin-top: 40px; }

.template-landing .main-banner {
  min-height: calc(100vh - 80px);
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: hidden;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  .template-landing .main-banner h1 {
    padding-top: 60px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .template-landing .main-banner h1 {
        padding-bottom: 0px; } }
  @media only screen and (max-width: 1280px) {
    .template-landing .main-banner {
      display: block;
      height: auto;
      min-height: 0; } }
  .template-landing .main-banner .breadcrumb-theme {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  .template-landing .main-banner .container-md {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .template-landing .main-banner .container-md {
        padding: 100px 0; } }
  .template-landing .main-banner .textbox {
    max-width: 510px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .template-landing .main-banner .textbox {
        text-align: center;
        margin-left: auto;
        margin-right: auto; } }
    .template-landing .main-banner .textbox p {
      margin-bottom: 40px; }
  .template-landing .main-banner .img-side {
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(100px);
        -ms-transform: translateX(100px);
            transform: translateX(100px);
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .template-landing .main-banner .img-side {
        position: static;
        height: 50vw;
        width: 100%;
        -webkit-transform: translateX(0);
            -ms-transform: translateX(0);
                transform: translateX(0);
        background-position: center;
        background-position-y: 77%; } }

.template-landing .main-image {
  height: 670px;
  background-position: center;
  padding: 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-landing .main-image {
      height: 600px; } }
  @media only screen and (max-width: 768px) {
    .template-landing .main-image {
      height: 47vw; } }

.template-landing .faq-block {
  margin-bottom: 0px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .template-landing .faq-block {
      margin-bottom: 0px; } }
  @media only screen and (max-width: 576px) {
    .template-landing .faq-block {
      margin-bottom: 0px; } }
  .template-landing .faq-block h2 {
    margin-bottom: 40px; }
  .template-landing .faq-block ul.faq-list {
    list-style: none; }
    .template-landing .faq-block ul.faq-list > li {
      margin-bottom: 24px;
      background: #ffffff;
      border-radius: 8px;
      border: 1px solid #f0f0f0;
      -webkit-transition: .3s;
      transition: .3s;
      cursor: pointer;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .template-landing .faq-block ul.faq-list > li {
          margin-bottom: 14px; } }
      .template-landing .faq-block ul.faq-list > li:hover {
        -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04);
                box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04); }
      .template-landing .faq-block ul.faq-list > li.active {
        -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04);
                box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.04); }
        .template-landing .faq-block ul.faq-list > li.active .question {
          color: #80c537; }
          .template-landing .faq-block ul.faq-list > li.active .question .icon-holder {
            -webkit-transform: translateY(-50%) rotate(45deg);
                -ms-transform: translateY(-50%) rotate(45deg);
                    transform: translateY(-50%) rotate(45deg); }
      .template-landing .faq-block ul.faq-list > li:last-of-type {
        margin-bottom: 0px; }
    .template-landing .faq-block ul.faq-list .question {
      min-height: 105px;
      padding: 20px 180px 20px 40px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-landing .faq-block ul.faq-list .question {
          padding: 20px 100px 20px 40px;
          min-height: 90px; } }
      @media only screen and (max-width: 768px) {
        .template-landing .faq-block ul.faq-list .question {
          padding: 20px 60px 20px 20px;
          min-height: 80px; } }
      .template-landing .faq-block ul.faq-list .question span.icon-holder {
        width: 28px;
        height: 28px;
        position: absolute;
        top: 50%;
        right: 40px;
        -webkit-transform: translateY(-50%) rotate(0deg);
            -ms-transform: translateY(-50%) rotate(0deg);
                transform: translateY(-50%) rotate(0deg);
        display: block;
        -webkit-transition: .3s;
        transition: .3s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .template-landing .faq-block ul.faq-list .question span.icon-holder {
            width: 24px;
            height: 24px;
            right: 30px; } }
        @media only screen and (max-width: 576px) {
          .template-landing .faq-block ul.faq-list .question span.icon-holder {
            width: 18px;
            height: 18px;
            right: 20px; } }
        .template-landing .faq-block ul.faq-list .question span.icon-holder:before, .template-landing .faq-block ul.faq-list .question span.icon-holder:after {
          content: '';
          background: #07060b;
          height: 4px;
          width: 100%;
          position: absolute;
          left: 0;
          top: 50%;
          display: block; }
        .template-landing .faq-block ul.faq-list .question span.icon-holder:before {
          -webkit-transform: translateY(-50%) rotate(90deg);
              -ms-transform: translateY(-50%) rotate(90deg);
                  transform: translateY(-50%) rotate(90deg); }
        .template-landing .faq-block ul.faq-list .question span.icon-holder:after {
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); }
    .template-landing .faq-block ul.faq-list .answer {
      padding: 10px 80px 40px 40px;
      display: none;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .template-landing .faq-block ul.faq-list .answer {
          padding: 10px 35px 10px; } }
      @media only screen and (max-width: 768px) {
        .template-landing .faq-block ul.faq-list .answer {
          padding: 10px 20px 20px; } }
      .template-landing .faq-block ul.faq-list .answer a {
        color: #80c537;
        text-decoration: underline; }
      .template-landing .faq-block ul.faq-list .answer p {
        margin-bottom: 20px; }
        .template-landing .faq-block ul.faq-list .answer p:last-of-type {
          margin-bottom: 0; }
      .template-landing .faq-block ul.faq-list .answer ul, .template-landing .faq-block ul.faq-list .answer ol {
        padding: 10px 0; }
        .template-landing .faq-block ul.faq-list .answer ul li, .template-landing .faq-block ul.faq-list .answer ol li {
          margin-bottom: 8px; }

.page-archive-jobs {
  background: #f8f9fb; }
  .page-archive-jobs .emploi_detail {
    min-height: 500px;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-archive-jobs .emploi_detail hr {
      margin-top: 110px;
      margin-bottom: 110px; }
    .page-archive-jobs .emploi_detail .emplois_left {
      background-color: #ffffff;
      width: 40%; }
    .page-archive-jobs .emploi_detail .emplois_right {
      padding: 8%;
      background-color: #f8f9fb;
      width: 60%; }
      .page-archive-jobs .emploi_detail .emplois_right strong {
        color: #80c537;
        font-size: 22px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700; }
      .page-archive-jobs .emploi_detail .emplois_right h2 {
        font-family: "Archivo SemiExpanded", sans-serif;
        font-weight: 800;
        font-size: 30px;
        color: #07060b;
        margin-top: 20px; }
      .page-archive-jobs .emploi_detail .emplois_right h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #a8a8ab; }
      .page-archive-jobs .emploi_detail .emplois_right .description {
        margin-top: 40px;
        font-family: "Archivo SemiExpanded", sans-serif;
        font-weight: 400; }
  .page-archive-jobs .main-banner {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .page-archive-jobs .main-banner {
        display: block; } }
  .page-archive-jobs .jobs-filter-block {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .page-archive-jobs .jobs-filter-block {
        position: static; } }
    .page-archive-jobs .jobs-filter-block ul.jobs-filter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-archive-jobs .jobs-filter-block ul.jobs-filter-list li {
        color: rgba(7, 6, 11, 0.4);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 14px 16px;
        margin-right: 17px;
        border-radius: 8px;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-archive-jobs .jobs-filter-block ul.jobs-filter-list li {
            font-size: 11px;
            padding: 5px;
            margin-right: 7px; } }
        .page-archive-jobs .jobs-filter-block ul.jobs-filter-list li.active {
          color: #80c537;
          background: #ffffff;
          -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
                  box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08); }
        .page-archive-jobs .jobs-filter-block ul.jobs-filter-list li:hover {
          cursor: pointer; }
  .page-archive-jobs section.block-all-jobs {
    padding: 50px 0px; }
    .page-archive-jobs section.block-all-jobs .container-md .item {
      margin-bottom: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-archive-jobs section.block-all-jobs .container-md .item {
          display: block;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column; } }
      @media only screen and (max-width: 576px) {
        .page-archive-jobs section.block-all-jobs .container-md .item {
          margin-bottom: 60px; } }
      .page-archive-jobs section.block-all-jobs .container-md .item:last-of-type {
        margin-bottom: 0; }
      .page-archive-jobs section.block-all-jobs .container-md .item .category-block {
        max-width: 280px;
        width: 280px;
        margin-right: 50px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-archive-jobs section.block-all-jobs .container-md .item .category-block {
            margin-bottom: 50px; } }
        @media only screen and (max-width: 576px) {
          .page-archive-jobs section.block-all-jobs .container-md .item .category-block {
            margin-bottom: 35px; } }
      .page-archive-jobs section.block-all-jobs .container-md .item .jobs-block {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
  .page-archive-jobs section.spontaneous-candidature {
    padding: 100px 0px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .page-archive-jobs section.spontaneous-candidature {
        padding: 80px 0px; } }
    .page-archive-jobs section.spontaneous-candidature .textbox {
      max-width: 560px;
      margin: auto;
      text-align: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-archive-jobs section.spontaneous-candidature .textbox {
          max-width: 90%; } }
      .page-archive-jobs section.spontaneous-candidature .textbox .btn:hover, .page-archive-jobs section.spontaneous-candidature .textbox .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn:hover, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-archive-jobs section.spontaneous-candidature .textbox .connect-btn:hover, .page-archive-jobs section.spontaneous-candidature .textbox .page-my-account .woocommerce #respond input#submit:hover, .page-my-account .woocommerce #respond .page-archive-jobs section.spontaneous-candidature .textbox input#submit:hover,
      .page-archive-jobs section.spontaneous-candidature .textbox .page-my-account .woocommerce a.button:hover, .page-my-account .woocommerce .page-archive-jobs section.spontaneous-candidature .textbox a.button:hover,
      .page-archive-jobs section.spontaneous-candidature .textbox .page-my-account .woocommerce button.button:hover, .page-my-account .woocommerce .page-archive-jobs section.spontaneous-candidature .textbox button.button:hover,
      .page-archive-jobs section.spontaneous-candidature .textbox .page-my-account .woocommerce input.button:hover, .page-my-account .woocommerce .page-archive-jobs section.spontaneous-candidature .textbox input.button:hover, .page-archive-jobs section.spontaneous-candidature .textbox .page-checkout.not-login .woocommerce #respond input#submit:hover, .page-checkout.not-login .woocommerce #respond .page-archive-jobs section.spontaneous-candidature .textbox input#submit:hover,
      .page-archive-jobs section.spontaneous-candidature .textbox .page-checkout.not-login .woocommerce a.button:hover, .page-checkout.not-login .woocommerce .page-archive-jobs section.spontaneous-candidature .textbox a.button:hover,
      .page-archive-jobs section.spontaneous-candidature .textbox .page-checkout.not-login .woocommerce button.button:hover, .page-checkout.not-login .woocommerce .page-archive-jobs section.spontaneous-candidature .textbox button.button:hover,
      .page-archive-jobs section.spontaneous-candidature .textbox .page-checkout.not-login .woocommerce input.button:hover, .page-checkout.not-login .woocommerce .page-archive-jobs section.spontaneous-candidature .textbox input.button:hover, .page-archive-jobs section.spontaneous-candidature .textbox .archive-products-fresh .mito_add_to_cart_button:hover, .archive-products-fresh .page-archive-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover,
      .page-archive-jobs section.spontaneous-candidature .textbox .archive-products-dry .mito_add_to_cart_button:hover, .archive-products-dry .page-archive-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover, .page-archive-jobs section.spontaneous-candidature .textbox .archive-products-dry .card-btn:hover, .archive-products-dry .page-archive-jobs section.spontaneous-candidature .textbox .card-btn:hover, .page-archive-jobs section.spontaneous-candidature .textbox body.single-product .related.products .mito_add_to_cart_button:hover, body.single-product .related.products .page-archive-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover,
      .page-archive-jobs section.spontaneous-candidature .textbox body.single-product .product_related .mito_add_to_cart_button:hover, body.single-product .product_related .page-archive-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover,
      .page-archive-jobs section.spontaneous-candidature .textbox body.single-product .up-sells.products .mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-archive-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover {
        cursor: pointer; }
      .page-archive-jobs section.spontaneous-candidature .textbox h2 {
        margin-bottom: 40px; }

table.table-jobs {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }
  table.table-jobs th.filterActive:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #07060b;
    border-bottom: 2px solid #07060b;
    margin-left: 10px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-3px) rotate(-45deg);
        -ms-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg); }
  table.table-jobs tr {
    padding: 40px 0;
    border-bottom: 2px solid black;
    cursor: pointer;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      table.table-jobs tr {
        padding: 20px 0; } }
    table.table-jobs tr th {
      font-size: 14px;
      padding: 40px 0;
      width: 50%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        table.table-jobs tr th {
          padding: 15px 0; } }
    table.table-jobs tr td {
      padding: 40px 0;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        table.table-jobs tr td {
          padding: 20px 0; } }
    table.table-jobs tr:hover .arrow img {
      -webkit-animation: movearrow 1.2s forwards;
              animation: movearrow 1.2s forwards; }
    table.table-jobs tr:first-of-type {
      padding-top: 0; }
      table.table-jobs tr:first-of-type th {
        padding-top: 0; }
  table.table-jobs .arrow {
    width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto; }
    table.table-jobs .arrow img {
      -webkit-transition: 0.4s;
      transition: 0.4s; }

@-webkit-keyframes movearrow {
  0% {
    opacity: 40%;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px); }
  50% {
    opacity: 100%; }
  100% {
    opacity: 100%;
    -webkit-transform: translate(0);
            transform: translate(0); } }

@keyframes movearrow {
  0% {
    opacity: 40%;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px); }
  50% {
    opacity: 100%; }
  100% {
    opacity: 100%;
    -webkit-transform: translate(0);
            transform: translate(0); } }

.page-single-jobs {
  background: #f8f9fb; }
  .page-single-jobs .postule_btn {
    width: 100%;
    padding: 5px;
    margin-top: 10px;
    font-size: 15px;
    text-align: center; }
    .page-single-jobs .postule_btn:hover {
      cursor: pointer; }
  .page-single-jobs .main-banner {
    padding: 0px; }
  .page-single-jobs .emploi_detail {
    min-height: 500px;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-single-jobs .emploi_detail {
        display: block; } }
    .page-single-jobs .emploi_detail .emplois_left {
      background-color: #ffffff;
      width: 32%;
      padding: 9%;
      width: 490px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-single-jobs .emploi_detail .emplois_left {
          width: 380px;
          padding-right: 62px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-single-jobs .emploi_detail .emplois_left {
          width: 100%;
          text-align: center;
          padding-right: 9%; }
          .page-single-jobs .emploi_detail .emplois_left .btn, .page-single-jobs .emploi_detail .emplois_left .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-single-jobs .emploi_detail .emplois_left .connect-btn, .page-single-jobs .emploi_detail .emplois_left .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond .page-single-jobs .emploi_detail .emplois_left input#submit,
          .page-single-jobs .emploi_detail .emplois_left .page-my-account .woocommerce a.button, .page-my-account .woocommerce .page-single-jobs .emploi_detail .emplois_left a.button,
          .page-single-jobs .emploi_detail .emplois_left .page-my-account .woocommerce button.button, .page-my-account .woocommerce .page-single-jobs .emploi_detail .emplois_left button.button,
          .page-single-jobs .emploi_detail .emplois_left .page-my-account .woocommerce input.button, .page-my-account .woocommerce .page-single-jobs .emploi_detail .emplois_left input.button, .page-single-jobs .emploi_detail .emplois_left .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond .page-single-jobs .emploi_detail .emplois_left input#submit,
          .page-single-jobs .emploi_detail .emplois_left .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce .page-single-jobs .emploi_detail .emplois_left a.button,
          .page-single-jobs .emploi_detail .emplois_left .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce .page-single-jobs .emploi_detail .emplois_left button.button,
          .page-single-jobs .emploi_detail .emplois_left .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce .page-single-jobs .emploi_detail .emplois_left input.button, .page-single-jobs .emploi_detail .emplois_left .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .page-single-jobs .emploi_detail .emplois_left .mito_add_to_cart_button,
          .page-single-jobs .emploi_detail .emplois_left .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .page-single-jobs .emploi_detail .emplois_left .mito_add_to_cart_button, .page-single-jobs .emploi_detail .emplois_left .archive-products-dry .card-btn, .archive-products-dry .page-single-jobs .emploi_detail .emplois_left .card-btn, .page-single-jobs .emploi_detail .emplois_left body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .page-single-jobs .emploi_detail .emplois_left .mito_add_to_cart_button,
          .page-single-jobs .emploi_detail .emplois_left body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .page-single-jobs .emploi_detail .emplois_left .mito_add_to_cart_button,
          .page-single-jobs .emploi_detail .emplois_left body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .page-single-jobs .emploi_detail .emplois_left .mito_add_to_cart_button {
            width: auto; } }
      .page-single-jobs .emploi_detail .emplois_left hr {
        margin-top: 50px;
        margin-bottom: 50px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-single-jobs .emploi_detail .emplois_left hr {
            display: none; } }
      .page-single-jobs .emploi_detail .emplois_left h4 {
        font-size: 13px;
        margin-top: 20px;
        margin-bottom: 20px;
        font-family: "Archivo SemiExpanded", sans-serif;
        font-weight: 800; }
      .page-single-jobs .emploi_detail .emplois_left .retourBouton {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        color: #80c537;
        width: 205px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        font-size: 13px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-single-jobs .emploi_detail .emplois_left .retourBouton {
            margin-bottom: 80px; } }
        @media only screen and (max-width: 576px) {
          .page-single-jobs .emploi_detail .emplois_left .retourBouton {
            margin-bottom: 40px; } }
        .page-single-jobs .emploi_detail .emplois_left .retourBouton .rond {
          width: 18px;
          height: 18px;
          border: 1px solid #80c537;
          border-radius: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; }
          .page-single-jobs .emploi_detail .emplois_left .retourBouton .rond .flecheRetour {
            content: "";
            display: inline-block;
            width: 6px;
            height: 6px;
            border-left: 2px solid #80c537;
            border-bottom: 2px solid #80c537;
            margin-left: 3px;
            margin-top: 6px;
            -webkit-transform-origin: center;
                -ms-transform-origin: center;
                    transform-origin: center;
            -webkit-transform: translateY(-3px) rotate(45deg);
                -ms-transform: translateY(-3px) rotate(45deg);
                    transform: translateY(-3px) rotate(45deg); }
    .page-single-jobs .emploi_detail .emplois_right {
      padding: 10%;
      background-color: #f8f9fb;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-single-jobs .emploi_detail .emplois_right {
          padding-left: 62px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-single-jobs .emploi_detail .emplois_right {
          padding: 9% !important; } }
      .page-single-jobs .emploi_detail .emplois_right hr {
        margin-top: 110px;
        margin-bottom: 110px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .page-single-jobs .emploi_detail .emplois_right hr {
            margin-top: 60px;
            margin-bottom: 60px; } }
      .page-single-jobs .emploi_detail .emplois_right strong {
        color: #80c537;
        font-size: 22px;
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-single-jobs .emploi_detail .emplois_right strong {
            font-size: 18px; } }
      .page-single-jobs .emploi_detail .emplois_right p {
        margin-bottom: 10px; }
      .page-single-jobs .emploi_detail .emplois_right ul {
        margin-bottom: 30px; }
        .page-single-jobs .emploi_detail .emplois_right ul li {
          margin-bottom: 5px; }
      .page-single-jobs .emploi_detail .emplois_right h2 {
        font-family: "Archivo SemiExpanded", sans-serif;
        font-weight: 800;
        font-size: 30px;
        color: #07060b;
        margin-top: 20px; }
      .page-single-jobs .emploi_detail .emplois_right h3 {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 14px;
        color: #a8a8ab; }
      .page-single-jobs .emploi_detail .emplois_right .description {
        margin-top: 40px;
        font-family: "Archivo SemiExpanded", sans-serif;
        font-weight: 400; }
      .page-single-jobs .emploi_detail .emplois_right form .formligne {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .page-single-jobs .emploi_detail .emplois_right form .formligne > div {
        width: 45%; }
      .page-single-jobs .emploi_detail .emplois_right form h2 {
        margin-bottom: 50px;
        font-size: 30px;
        color: #07060b; }
      .page-single-jobs .emploi_detail .emplois_right form label {
        font-family: "Montserrat", sans-serif;
        font-weight: 700;
        font-size: 15px; }
      .page-single-jobs .emploi_detail .emplois_right form input:not([type="radio"]) {
        margin-bottom: 25px;
        margin-top: 10px;
        background: transparent;
        width: 100%;
        padding: 16px 20px;
        border: 1px solid rgba(7, 6, 11, 0.15);
        border-radius: 4px;
        color: #07060b;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 14px;
        resize: none; }
      .page-single-jobs .emploi_detail .emplois_right form input::-webkit-input-placeholder {
        /* Chrome/Opera/Safari */
        color: #a8a8ab;
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }
      .page-single-jobs .emploi_detail .emplois_right form input::-moz-placeholder {
        /* Firefox 19+ */
        color: #a8a8ab;
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }
      .page-single-jobs .emploi_detail .emplois_right form input:-ms-input-placeholder {
        /* IE 10+ */
        color: #a8a8ab;
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }
      .page-single-jobs .emploi_detail .emplois_right form input:-moz-placeholder {
        /* Firefox 18- */
        color: #a8a8ab;
        font-family: "Montserrat", sans-serif;
        font-weight: 500; }
      .page-single-jobs .emploi_detail .emplois_right form input[type="radio"] {
        margin-right: 10px;
        height: 17px;
        width: 17px;
        -webkit-appearance: none;
        border-radius: 100%;
        border: 2px solid #a8a8ab; }
      .page-single-jobs .emploi_detail .emplois_right form input[type="radio"]:checked {
        border-width: 4px;
        border-color: #80c537; }
      .page-single-jobs .emploi_detail .emplois_right form input[type="submit"] {
        background-color: #80c537;
        color: #ffffff;
        font-size: 16px;
        width: 45%;
        display: inline-block;
        margin-top: 80px;
        -webkit-transition: background-color, 0.5s;
        transition: background-color, 0.5s;
        font-family: "Montserrat", sans-serif;
        font-weight: 400; }
        .page-single-jobs .emploi_detail .emplois_right form input[type="submit"]:hover {
          cursor: pointer;
          background-color: #74ab3a; }
      .page-single-jobs .emploi_detail .emplois_right form .radio_field {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; }
      .page-single-jobs .emploi_detail .emplois_right form .radio_group {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .page-single-jobs .emploi_detail .emplois_right form .label_name_radio {
        margin-bottom: 30px; }
      .page-single-jobs .emploi_detail .emplois_right form .label_radio {
        margin-right: 30px;
        font-family: "Montserrat", sans-serif;
        font-weight: 400; }
      .page-single-jobs .emploi_detail .emplois_right form input:focus {
        outline: none !important;
        border-color: #80c537; }
  .page-single-jobs .main-banner {
    height: 60px; }
  .page-single-jobs .jobs-filter-block {
    position: absolute;
    bottom: 80px;
    left: 0;
    width: 100%; }
    .page-single-jobs .jobs-filter-block ul.jobs-filter-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .page-single-jobs .jobs-filter-block ul.jobs-filter-list li {
        color: rgba(7, 6, 11, 0.4);
        font-size: 14px;
        font-weight: 700;
        text-transform: uppercase;
        padding: 14px 16px;
        margin-right: 17px;
        margin-right: 17px;
        border-radius: 8px;
        -webkit-transition: 0.3s;
        transition: 0.3s; }
        .page-single-jobs .jobs-filter-block ul.jobs-filter-list li.active {
          color: #80c537;
          background: #ffffff;
          -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
                  box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08); }
        .page-single-jobs .jobs-filter-block ul.jobs-filter-list li:hover {
          cursor: pointer; }
  .page-single-jobs section.block-all-jobs {
    padding: 50px 0px; }
    .page-single-jobs section.block-all-jobs .container-md .item {
      margin-bottom: 100px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .page-single-jobs section.block-all-jobs .container-md .item .category-block {
        max-width: 280px;
        width: 280px;
        margin-right: 50px; }
      .page-single-jobs section.block-all-jobs .container-md .item .jobs-block {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
  .page-single-jobs section.spontaneous-candidature {
    padding: 100px 0px; }
    .page-single-jobs section.spontaneous-candidature .textbox {
      max-width: 560px;
      margin: auto;
      text-align: center; }
      .page-single-jobs section.spontaneous-candidature .textbox .btn:hover, .page-single-jobs section.spontaneous-candidature .textbox .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn:hover, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .page-single-jobs section.spontaneous-candidature .textbox .connect-btn:hover, .page-single-jobs section.spontaneous-candidature .textbox .page-my-account .woocommerce #respond input#submit:hover, .page-my-account .woocommerce #respond .page-single-jobs section.spontaneous-candidature .textbox input#submit:hover,
      .page-single-jobs section.spontaneous-candidature .textbox .page-my-account .woocommerce a.button:hover, .page-my-account .woocommerce .page-single-jobs section.spontaneous-candidature .textbox a.button:hover,
      .page-single-jobs section.spontaneous-candidature .textbox .page-my-account .woocommerce button.button:hover, .page-my-account .woocommerce .page-single-jobs section.spontaneous-candidature .textbox button.button:hover,
      .page-single-jobs section.spontaneous-candidature .textbox .page-my-account .woocommerce input.button:hover, .page-my-account .woocommerce .page-single-jobs section.spontaneous-candidature .textbox input.button:hover, .page-single-jobs section.spontaneous-candidature .textbox .page-checkout.not-login .woocommerce #respond input#submit:hover, .page-checkout.not-login .woocommerce #respond .page-single-jobs section.spontaneous-candidature .textbox input#submit:hover,
      .page-single-jobs section.spontaneous-candidature .textbox .page-checkout.not-login .woocommerce a.button:hover, .page-checkout.not-login .woocommerce .page-single-jobs section.spontaneous-candidature .textbox a.button:hover,
      .page-single-jobs section.spontaneous-candidature .textbox .page-checkout.not-login .woocommerce button.button:hover, .page-checkout.not-login .woocommerce .page-single-jobs section.spontaneous-candidature .textbox button.button:hover,
      .page-single-jobs section.spontaneous-candidature .textbox .page-checkout.not-login .woocommerce input.button:hover, .page-checkout.not-login .woocommerce .page-single-jobs section.spontaneous-candidature .textbox input.button:hover, .page-single-jobs section.spontaneous-candidature .textbox .archive-products-fresh .mito_add_to_cart_button:hover, .archive-products-fresh .page-single-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover,
      .page-single-jobs section.spontaneous-candidature .textbox .archive-products-dry .mito_add_to_cart_button:hover, .archive-products-dry .page-single-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover, .page-single-jobs section.spontaneous-candidature .textbox .archive-products-dry .card-btn:hover, .archive-products-dry .page-single-jobs section.spontaneous-candidature .textbox .card-btn:hover, .page-single-jobs section.spontaneous-candidature .textbox body.single-product .related.products .mito_add_to_cart_button:hover, body.single-product .related.products .page-single-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover,
      .page-single-jobs section.spontaneous-candidature .textbox body.single-product .product_related .mito_add_to_cart_button:hover, body.single-product .product_related .page-single-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover,
      .page-single-jobs section.spontaneous-candidature .textbox body.single-product .up-sells.products .mito_add_to_cart_button:hover, body.single-product .up-sells.products .page-single-jobs section.spontaneous-candidature .textbox .mito_add_to_cart_button:hover {
        cursor: pointer; }
      .page-single-jobs section.spontaneous-candidature .textbox h2 {
        margin-bottom: 40px; }

table.table-jobs {
  width: 100%;
  text-align: left;
  border-collapse: collapse; }
  table.table-jobs th.filterActive:after {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid #07060b;
    border-bottom: 2px solid #07060b;
    margin-left: 10px;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    -webkit-transform: translateY(-3px) rotate(-45deg);
        -ms-transform: translateY(-3px) rotate(-45deg);
            transform: translateY(-3px) rotate(-45deg); }
  table.table-jobs tr {
    padding: 40px 0;
    border-bottom: 2px solid black;
    cursor: pointer;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      table.table-jobs tr {
        padding: 20px 0; } }
    table.table-jobs tr th {
      font-size: 14px;
      padding: 40px 0;
      width: 50%;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        table.table-jobs tr th {
          padding: 15px 0; } }
    table.table-jobs tr td {
      padding: 40px 0;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        table.table-jobs tr td {
          padding: 20px 0; } }
    table.table-jobs tr:hover .arrow img {
      -webkit-animation: movearrow 1.2s forwards;
              animation: movearrow 1.2s forwards; }
    table.table-jobs tr:first-of-type {
      padding-top: 0; }
      table.table-jobs tr:first-of-type th {
        padding-top: 0; }
  table.table-jobs .arrow {
    width: 104px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: auto; }
    table.table-jobs .arrow img {
      -webkit-transition: 0.4s;
      transition: 0.4s; }

@keyframes movearrow {
  0% {
    opacity: 40%;
    -webkit-transform: translateX(-15px);
            transform: translateX(-15px); }
  50% {
    opacity: 100%; }
  100% {
    opacity: 100%;
    -webkit-transform: translate(0);
            transform: translate(0); } }

.single-post-template-page .single--content .parent-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-post-template-page .single--content .parent-flex {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }

.single-post-template-page aside.aside-bar {
  width: 210px;
  margin-right: 40px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-post-template-page aside.aside-bar {
      display: none; } }
  .single-post-template-page aside.aside-bar .content {
    width: 180px;
    padding-top: 30px; }
    .single-post-template-page aside.aside-bar .content .published-on {
      margin-bottom: 28px;
      text-transform: lowercase; }
      .single-post-template-page aside.aside-bar .content .published-on .title {
        color: rgba(7, 6, 11, 0.4);
        font-size: 12px; }
      .single-post-template-page aside.aside-bar .content .published-on .date {
        font-weight: 500; }
    .single-post-template-page aside.aside-bar .content .share-block {
      border-top: 1px solid rgba(7, 6, 11, 0.15);
      padding-top: 28px; }
      .single-post-template-page aside.aside-bar .content .share-block .title {
        color: rgba(7, 6, 11, 0.4);
        font-size: 12px;
        margin-bottom: 28px; }
      .single-post-template-page aside.aside-bar .content .share-block .items li {
        margin-right: 25px !important; }

.single-post-template-page main.blog-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .single-post-template-page main.blog-content .category-name {
    margin-bottom: 18px;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 800;
    color: rgba(7, 6, 11, 0.4); }
  .single-post-template-page main.blog-content .post-img .img-holder {
    height: 680px;
    border-radius: 8px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-post-template-page main.blog-content .post-img .img-holder {
        height: 500px; } }
    @media only screen and (max-width: 768px) {
      .single-post-template-page main.blog-content .post-img .img-holder {
        height: 400px; } }
    @media only screen and (max-width: 576px) {
      .single-post-template-page main.blog-content .post-img .img-holder {
        height: 300px; } }
  .single-post-template-page main.blog-content h1 {
    max-width: 670px;
    margin-bottom: 80px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-post-template-page main.blog-content h1 {
        margin-bottom: 60px; } }
  .single-post-template-page main.blog-content .the-content {
    padding: 50px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .single-post-template-page main.blog-content .the-content {
        padding: 60px 0; } }
    .single-post-template-page main.blog-content .the-content .heateor_sss_sharing_container {
      display: none !important; }

.single-post-template-page .content-aside-mobile {
  display: none;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-post-template-page .content-aside-mobile {
      display: block;
      margin-bottom: 60px; } }
  .single-post-template-page .content-aside-mobile p {
    font-size: 12px; }
  .single-post-template-page .content-aside-mobile .title {
    margin-right: 20px;
    opacity: 0.4; }
  .single-post-template-page .content-aside-mobile .published-on {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    font-weight: 500; }
  .single-post-template-page .content-aside-mobile .share-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-post-template-page .content-aside-mobile .share-block .heateor_sss_sharing_ul li {
      margin-right: 20px !important; }

.single-post-template-page .prev-next-posts {
  padding: 15px;
  border-bottom: 1px solid rgba(7, 6, 11, 0.15);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .single-post-template-page .prev-next-posts {
      border-top: 1px solid rgba(7, 6, 11, 0.15); } }
  @media only screen and (max-width: 576px) {
    .single-post-template-page .prev-next-posts {
      padding: 10px 0; } }
  .single-post-template-page .prev-next-posts .link-archive {
    font-weight: 600; }
  .single-post-template-page .prev-next-posts .prev-next-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .single-post-template-page .prev-next-posts .prev-next-wrapper a {
      cursor: pointer; }
    .single-post-template-page .prev-next-posts .prev-next-wrapper .prev-box,
    .single-post-template-page .prev-next-posts .prev-next-wrapper .next-box {
      padding: 2px 22px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .single-post-template-page .prev-next-posts .prev-next-wrapper .prev-box,
        .single-post-template-page .prev-next-posts .prev-next-wrapper .next-box {
          padding: 2px 13px; } }
      .single-post-template-page .prev-next-posts .prev-next-wrapper .prev-box .icon-holder,
      .single-post-template-page .prev-next-posts .prev-next-wrapper .next-box .icon-holder {
        padding: 0 17px;
        -webkit-transition: .3s;
        transition: .3s;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .single-post-template-page .prev-next-posts .prev-next-wrapper .prev-box .icon-holder,
          .single-post-template-page .prev-next-posts .prev-next-wrapper .next-box .icon-holder {
            padding: 0 10px;
            min-width: 30px; } }
      .single-post-template-page .prev-next-posts .prev-next-wrapper .prev-box .txt,
      .single-post-template-page .prev-next-posts .prev-next-wrapper .next-box .txt {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 14px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .single-post-template-page .prev-next-posts .prev-next-wrapper .prev-box .txt,
          .single-post-template-page .prev-next-posts .prev-next-wrapper .next-box .txt {
            display: none; } }
    .single-post-template-page .prev-next-posts .prev-next-wrapper .prev-box {
      border-right: 1px solid #07060b; }
      .single-post-template-page .prev-next-posts .prev-next-wrapper .prev-box:hover .icon-holder {
        -webkit-transform: translateX(-3px);
            -ms-transform: translateX(-3px);
                transform: translateX(-3px); }
      .single-post-template-page .prev-next-posts .prev-next-wrapper .prev-box.lastart {
        border: none; }
    .single-post-template-page .prev-next-posts .prev-next-wrapper .next-box {
      padding-right: 0; }
      .single-post-template-page .prev-next-posts .prev-next-wrapper .next-box .icon-holder {
        padding-right: 0; }
      .single-post-template-page .prev-next-posts .prev-next-wrapper .next-box:hover .icon-holder {
        -webkit-transform: translateX(3px);
            -ms-transform: translateX(3px);
                transform: translateX(3px); }

.single-post-template-page section.related-articles {
  padding-top: 80px;
  padding-bottom: 135px; }
  .single-post-template-page section.related-articles .blog-card {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .single-post-template-page section.related-articles .blog-card {
        margin-bottom: 40px; } }

.single-post-template-page .has-wysiwyg ul {
  padding: 15px 0; }
  .single-post-template-page .has-wysiwyg ul li {
    margin-bottom: 12px; }
    .single-post-template-page .has-wysiwyg ul li::marker {
      color: #80c537; }

.single-post-template-page.is-recipe main.blog-content .the-content {
  padding: 80px 0 60px; }

.recipe-intro {
  margin-top: 30px; }
  .recipe-intro__title {
    font-weight: 800;
    margin-bottom: 25px; }

.recipe-summary {
  background: #ffffff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
          box-shadow: 0px 4px 8px rgba(7, 6, 11, 0.08);
  padding: 50px 40px 10px;
  margin-top: 30px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .recipe-summary {
      padding: 15px; } }
  .recipe-summary ul.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .recipe-summary ul.flex li {
      width: calc(100% / 3);
      padding-bottom: 40px;
      padding-right: 15px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .recipe-summary ul.flex li {
          width: calc(100% / 2); } }
      @media only screen and (max-width: 576px) {
        .recipe-summary ul.flex li {
          padding-bottom: 20px; } }
      .recipe-summary ul.flex li .title {
        font-size: 12px;
        font-weight: 700;
        margin-bottom: 12px;
        text-transform: uppercase; }
      .recipe-summary ul.flex li .info {
        font-size: 16px; }

.block-recipe-step {
  padding: 45px 0;
  border-bottom: 1px solid rgba(7, 6, 11, 0.4);
  border-bottom: 1px solid rgba(7, 6, 11, 0.15);
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .block-recipe-step {
      border: none; } }
  .block-recipe-step a {
    color: #80c537;
    text-decoration: underline; }
    .block-recipe-step a:hover {
      color: #74ab3a; }
  .block-recipe-step p {
    margin-bottom: 20px; }
  .block-recipe-step .the-title {
    color: #80c537;
    margin-bottom: 60px; }
  .block-recipe-step .info .flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .block-recipe-step .info .flex {
        display: block; } }
  .block-recipe-step .info .ingredients,
  .block-recipe-step .info .preparation {
    width: 50%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .block-recipe-step .info .ingredients,
      .block-recipe-step .info .preparation {
        width: 100%; } }
    .block-recipe-step .info .ingredients .title,
    .block-recipe-step .info .preparation .title {
      font-weight: 800;
      margin-bottom: 25px; }
    .block-recipe-step .info .ingredients ul, .block-recipe-step .info .ingredients ol,
    .block-recipe-step .info .preparation ul,
    .block-recipe-step .info .preparation ol {
      list-style-position: inside;
      padding-left: 35px; }
      .block-recipe-step .info .ingredients ul li, .block-recipe-step .info .ingredients ol li,
      .block-recipe-step .info .preparation ul li,
      .block-recipe-step .info .preparation ol li {
        margin-bottom: 8px;
        text-indent: -35px; }
        .block-recipe-step .info .ingredients ul li span, .block-recipe-step .info .ingredients ol li span,
        .block-recipe-step .info .preparation ul li span,
        .block-recipe-step .info .preparation ol li span {
          padding-left: 15px; }
        .block-recipe-step .info .ingredients ul li::marker, .block-recipe-step .info .ingredients ol li::marker,
        .block-recipe-step .info .preparation ul li::marker,
        .block-recipe-step .info .preparation ol li::marker {
          color: #80c537; }
    .block-recipe-step .info .ingredients ul,
    .block-recipe-step .info .preparation ul {
      padding-left: 21px; }
      .block-recipe-step .info .ingredients ul li,
      .block-recipe-step .info .preparation ul li {
        text-indent: -21px; }
  .block-recipe-step .info .ingredients {
    padding-right: 30px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .block-recipe-step .info .ingredients {
        margin-bottom: 40px; } }
  .block-recipe-step .the-tip {
    background: #07060b;
    padding: 20px 30px;
    color: #ffffff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 62px;
    border-radius: 4px; }
    .block-recipe-step .the-tip .icon-holder {
      width: 30px;
      margin-right: 25px; }
    .block-recipe-step .the-tip p {
      font-weight: 600; }

.page-my-account, .page-checkout.not-login {
  overflow-x: hidden; }
  .page-my-account .breadcrumb-theme .container, .page-checkout.not-login .breadcrumb-theme .container {
    width: 100%;
    margin-bottom: 80px; }
  .page-my-account .entry-content, .page-checkout.not-login .entry-content {
    position: relative; }
  .page-my-account .container .left-side, .page-checkout.not-login .container .left-side {
    position: relative;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-my-account .container .left-side, .page-checkout.not-login .container .left-side {
        width: 40%; } }
    @media only screen and (max-width: 768px) {
      .page-my-account .container .left-side, .page-checkout.not-login .container .left-side {
        display: none; } }
    .page-my-account .container .left-side .img-holder, .page-checkout.not-login .container .left-side .img-holder {
      height: 100%;
      background-image: url(../img/bg_my_account.jpg);
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
      width: 50vw;
      position: absolute;
      top: 0;
      right: calc(50% + 20px);
      right: 0; }
  .page-my-account .account_section, .page-checkout.not-login .account_section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .page-my-account .account_section .left-side,
    .page-my-account .account_section .right-side, .page-checkout.not-login .account_section .left-side,
    .page-checkout.not-login .account_section .right-side {
      width: 50%;
      min-height: calc(100vh - 80px); }
    .page-my-account .account_section .right-side, .page-checkout.not-login .account_section .right-side {
      padding: 90px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-my-account .account_section .right-side, .page-checkout.not-login .account_section .right-side {
          padding-right: 60px;
          padding-left: 60px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-my-account .account_section .right-side, .page-checkout.not-login .account_section .right-side {
          width: 60%;
          padding-right: 20px; } }
      @media only screen and (max-width: 768px) {
        .page-my-account .account_section .right-side, .page-checkout.not-login .account_section .right-side {
          width: 100%;
          padding-left: 0;
          padding-right: 0; } }
      .page-my-account .account_section .right-side .form-login-wrapper, .page-checkout.not-login .account_section .right-side .form-login-wrapper {
        max-width: 475px; }
      .page-my-account .account_section .right-side .subscribe-template, .page-checkout.not-login .account_section .right-side .subscribe-template {
        width: 100%; }
      .page-my-account .account_section .right-side h2, .page-checkout.not-login .account_section .right-side h2 {
        margin-bottom: 30px; }
  .page-my-account .full-width, .page-checkout.not-login .full-width {
    width: 100% !important;
    float: none !important; }
  .page-my-account .woocommerce-privacy-policy-text, .page-checkout.not-login .woocommerce-privacy-policy-text {
    display: none; }
  .page-my-account .woocommerce-form, .page-checkout.not-login .woocommerce-form {
    border: none !important;
    padding: 0 !important; }
    .page-my-account .woocommerce-form .form-row .required, .page-checkout.not-login .woocommerce-form .form-row .required {
      color: #07060b; }
  .page-my-account .lost_password, .page-checkout.not-login .lost_password {
    font-family: "Archivo SemiExpanded", sans-serif;
    font-weight: 600;
    text-align: right;
    font-size: 10px;
    text-decoration: underline;
    margin-bottom: 15px; }
  .page-my-account .register-link, .page-checkout.not-login .register-link {
    position: absolute;
    bottom: 40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    white-space: nowrap; }
    .page-my-account .register-link a, .page-checkout.not-login .register-link a {
      color: #80c537;
      font-weight: 600;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .page-my-account .register-link a, .page-checkout.not-login .register-link a {
          display: block;
          text-align: center; } }
      .page-my-account .register-link a:hover, .page-checkout.not-login .register-link a:hover {
        color: #74ab3a; }
  .page-my-account table.woocommerce-orders-table, .page-checkout.not-login table.woocommerce-orders-table {
    border-color: none !important; }

.woocommerce-view-order .resume-commande {
  margin-bottom: 40px; }

.woocommerce-view-order h2 {
  margin-bottom: 20px; }

.subscribe-template .txt-link {
  padding: 0 !important;
  color: #80c537 !important;
  background: none !important;
  font-weight: 600 !important; }
  .subscribe-template .txt-link:hover {
    color: #74ab3a; }

.subscribe-template .phone-wrapper {
  max-width: 219px;
  position: relative; }

.subscribe-template .g-recaptcha-register-i13 {
  margin-bottom: 20px; }

.subscribe-template .connect-here {
  text-align: center;
  margin-top: 50px; }

.page-my-account .woocommerce nav.woocommerce-MyAccount-navigation {
  padding-right: 40px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation {
      width: 45%; } }
  @media only screen and (max-width: 768px) {
    .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation {
      margin-bottom: 80px;
      width: 100%;
      max-width: 370px;
      padding-right: 0; } }
  .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation .welcome {
    padding-bottom: 18px;
    border-bottom: 1px solid #07060b;
    margin-bottom: 24px; }
    .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation .welcome p {
      margin-bottom: 8px; }
    .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation .welcome h4 {
      font-family: "Montserrat", sans-serif;
      font-weight: 600; }
  .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list li {
      margin-bottom: 8px;
      position: relative; }
      .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list li a {
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        width: 100%;
        padding: 10px 43px;
        border-radius: 4px;
        font-size: 14px;
        display: block;
        background: rgba(7, 6, 11, 0.05);
        -webkit-transition: .3s;
        transition: .3s; }
        .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list li a:hover {
          background: rgba(7, 6, 11, 0.1); }
      .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list li.is-active a {
        background: #80c537;
        color: #ffffff; }
      .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list li.is-active:after {
        border-color: white; }
      .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list li:after {
        content: '';
        border-right: 1px solid #07060b;
        border-bottom: 1px solid #07060b;
        width: 5px;
        height: 5px;
        position: absolute;
        top: 50%;
        right: 17px;
        -webkit-transform-origin: center;
            -ms-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
                transform: translateY(-50%) rotate(-45deg); }
    .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--orders:before {
      content: url(../img/icon_basket_dark.svg);
      position: absolute;
      left: 0px;
      top: 0px;
      display: block;
      -webkit-transition: .3s;
      transition: .3s; }
    .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--orders.is-active:before {
      content: url(../img/icon_basket_white.svg); }
    .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--edit-account {
      -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
              order: -1; }
      .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--edit-account:before {
        content: url(../img/icon_profile_dark.svg);
        position: absolute;
        left: 0px;
        top: 0px;
        display: block; }
      .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--edit-account.is-active:before {
        content: url(../img/icon_profile_white.svg); }
    .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--customer-logout {
      background: transparent;
      text-align: center;
      color: #80c537;
      margin-top: 20px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--customer-logout {
          text-align: left; } }
      @media only screen and (max-width: 576px) {
        .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--customer-logout {
          text-align: center; } }
      .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--customer-logout a {
        background: transparent;
        font-weight: 600;
        padding: 0; }
        .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--customer-logout a:hover {
          background: inherit;
          color: inherit; }
      .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--customer-logout:before, .page-my-account .woocommerce nav.woocommerce-MyAccount-navigation ul.dashboard-items-list .woocommerce-MyAccount-navigation-link--customer-logout:after {
        display: none; }

.page-my-account .woocommerce div.woocommerce-MyAccount-content {
  min-height: 600px;
  border-left: 1px solid #000000;
  padding-left: 120px;
  margin-bottom: 80px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .page-my-account .woocommerce div.woocommerce-MyAccount-content {
      width: 55%;
      padding-left: 40px; } }
  @media only screen and (max-width: 768px) {
    .page-my-account .woocommerce div.woocommerce-MyAccount-content {
      border: none;
      padding-left: 0;
      width: 100%; } }
  .page-my-account .woocommerce div.woocommerce-MyAccount-content a {
    text-decoration: underline; }

.woocommerce-info {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  border-top-color: #80C537 !important; }
  .woocommerce-info:before {
    color: #80C537 !important; }

.woocommerce-form-row--first,
.woocommerce-form-row--last {
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 576px) {
    .woocommerce-form-row--first,
    .woocommerce-form-row--last {
      width: 100% !important;
      float: none !important; } }

.dashboard-account-details h2 {
  margin-bottom: 60px; }

.dashboard-account-details .name-display-msg {
  font-size: 12px;
  margin-top: 5px;
  font-style: normal; }
  .dashboard-account-details .name-display-msg em {
    font-style: normal; }

.dashboard-account-details .change-pw hr {
  margin: 40px 0;
  height: 1px;
  background-color: rgba(7, 6, 11, 0.05);
  border: none; }

.dashboard-account-details .woocommerce-Button {
  margin-top: 60px !important;
  width: 100%; }
  .dashboard-account-details .woocommerce-Button:hover {
    background: #74ab3a !important;
    border-color: #74ab3a !important; }

.woocommerce-edit-account .woocommerce {
  padding-bottom: 80px; }

.mes-commandes h2 {
  margin-bottom: 40px; }

.mes-commandes table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px;
  border: none !important; }
  .mes-commandes table tr {
    padding: 40px 0;
    border-bottom: 2px solid rgba(7, 6, 11, 0.05); }
    .mes-commandes table tr th {
      color: rgba(7, 6, 11, 0.4);
      font-size: 10px;
      text-transform: uppercase;
      text-align: left !important;
      padding-bottom: 10px; }
  .mes-commandes table td {
    padding: 35px 0; }

.woocommerce-lost-password .page-my-account .woocommerce {
  min-height: 60vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }
  .woocommerce-lost-password .page-my-account .woocommerce form {
    max-width: 600px;
    text-align: center; }
    .woocommerce-lost-password .page-my-account .woocommerce form .woocommerce-form-row {
      margin: 40px auto;
      float: none; }
      .woocommerce-lost-password .page-my-account .woocommerce form .woocommerce-form-row input {
        padding: 6px 10px; }

.page-checkout.not-login {
  min-height: 0px; }
  .page-checkout.not-login .form-login-wrapper h2 {
    display: none; }

.archive-products-fresh,
.archive-products-dry {
  background: #07060b;
  color: white; }
  .archive-products-fresh .woocommerce-result-count,
  .archive-products-dry .woocommerce-result-count {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 16px; }
  .archive-products-fresh section.products-list-section,
  .archive-products-dry section.products-list-section {
    padding: 30px 0;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .archive-products-fresh section.products-list-section,
      .archive-products-dry section.products-list-section {
        padding: 20px 0; } }
  .archive-products-fresh .woof_products_top_panel,
  .archive-products-dry .woof_products_top_panel {
    display: none !important; }
  .archive-products-fresh .woof_radio_term_reset,
  .archive-products-dry .woof_radio_term_reset {
    position: relative;
    width: 20px; }
    .archive-products-fresh .woof_radio_term_reset img,
    .archive-products-dry .woof_radio_term_reset img {
      display: none; }
    .archive-products-fresh .woof_radio_term_reset:before,
    .archive-products-dry .woof_radio_term_reset:before {
      content: '';
      color: #74ab3a;
      width: 15px;
      height: 15px;
      background: white;
      border-radius: 50%;
      font-size: 12px;
      position: absolute;
      right: 0;
      top: -1px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .archive-products-fresh .woof_radio_term_reset:after,
    .archive-products-dry .woof_radio_term_reset:after {
      content: 'x';
      color: #74ab3a;
      font-size: 12px;
      position: absolute;
      right: 0;
      top: -1px;
      -webkit-transform: translate(-4px, -52%);
          -ms-transform: translate(-4px, -52%);
              transform: translate(-4px, -52%);
      font-weight: 600; }
  .archive-products-fresh .woof_redraw_zone,
  .archive-products-dry .woof_redraw_zone {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .archive-products-fresh .woof_redraw_zone,
      .archive-products-dry .woof_redraw_zone {
        background: #ffffff;
        height: 100vh;
        width: 100vw;
        padding: 20px 22px;
        overflow-y: hidden;
        position: fixed;
        right: 100%;
        top: 0;
        opacity: 1;
        -webkit-transition: 0.3s;
        transition: 0.3s;
        z-index: 30; } }
    .archive-products-fresh .woof_redraw_zone > *,
    .archive-products-dry .woof_redraw_zone > * {
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .archive-products-fresh .woof_redraw_zone > *,
        .archive-products-dry .woof_redraw_zone > * {
          color: #07060b; } }
    .archive-products-fresh .woof_redraw_zone .info-first,
    .archive-products-dry .woof_redraw_zone .info-first {
      display: none; }
    .archive-products-fresh .woof_redraw_zone .woof_container,
    .archive-products-dry .woof_redraw_zone .woof_container {
      margin-bottom: 40px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .archive-products-fresh .woof_redraw_zone .woof_container,
        .archive-products-dry .woof_redraw_zone .woof_container {
          margin-bottom: 0;
          padding-bottom: 10px;
          border-bottom: 1px solid rgba(7, 6, 11, 0.4); } }
      .archive-products-fresh .woof_redraw_zone .woof_container h4,
      .archive-products-dry .woof_redraw_zone .woof_container h4 {
        font-family: "Montserrat", sans-serif;
        font-weight: 600;
        font-size: 14px;
        margin-bottom: 16px;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        position: relative;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .archive-products-fresh .woof_redraw_zone .woof_container h4,
          .archive-products-dry .woof_redraw_zone .woof_container h4 {
            margin-bottom: 0;
            padding: 20px 0 10px; } }
        .archive-products-fresh .woof_redraw_zone .woof_container h4:before,
        .archive-products-dry .woof_redraw_zone .woof_container h4:before {
          content: "";
          border-right: 2px solid #07060b;
          border-bottom: 2px solid #07060b;
          width: 7px;
          height: 7px;
          position: absolute;
          right: 10px;
          top: 26px;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: 0.3s;
          transition: 0.3s; }
      .archive-products-fresh .woof_redraw_zone .woof_container ul li,
      .archive-products-dry .woof_redraw_zone .woof_container ul li {
        font-size: 14px; }
        .archive-products-fresh .woof_redraw_zone .woof_container ul li .woof_checkbox_label_selected,
        .archive-products-dry .woof_redraw_zone .woof_container ul li .woof_checkbox_label_selected {
          color: #80c537; }
      .archive-products-fresh .woof_redraw_zone .woof_container .woof_block_html_items,
      .archive-products-dry .woof_redraw_zone .woof_container .woof_block_html_items {
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .archive-products-fresh .woof_redraw_zone .woof_container .woof_block_html_items,
          .archive-products-dry .woof_redraw_zone .woof_container .woof_block_html_items {
            display: none; } }
      .archive-products-fresh .woof_redraw_zone .woof_container.is-active h4:before,
      .archive-products-dry .woof_redraw_zone .woof_container.is-active h4:before {
        -webkit-transform: rotate(-135deg);
            -ms-transform: rotate(-135deg);
                transform: rotate(-135deg); }
    .archive-products-fresh .woof_redraw_zone .woof_container_0 .woof_block_html_items,
    .archive-products-dry .woof_redraw_zone .woof_container_0 .woof_block_html_items {
      display: block; }
    .archive-products-fresh .woof_redraw_zone .panel-header,
    .archive-products-dry .woof_redraw_zone .panel-header {
      display: none;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .archive-products-fresh .woof_redraw_zone .panel-header,
        .archive-products-dry .woof_redraw_zone .panel-header {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          padding-bottom: 19px;
          border-bottom: 1px solid #07060b; } }
      .archive-products-fresh .woof_redraw_zone .panel-header .close-icon,
      .archive-products-dry .woof_redraw_zone .panel-header .close-icon {
        width: 20px;
        height: 20px;
        position: relative; }
        .archive-products-fresh .woof_redraw_zone .panel-header .close-icon:before, .archive-products-fresh .woof_redraw_zone .panel-header .close-icon:after,
        .archive-products-dry .woof_redraw_zone .panel-header .close-icon:before,
        .archive-products-dry .woof_redraw_zone .panel-header .close-icon:after {
          content: "";
          height: 2px;
          width: 100%;
          position: absolute;
          background: #07060b;
          -webkit-transform-origin: center;
              -ms-transform-origin: center;
                  transform-origin: center;
          left: 0;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
              -ms-transform: translateY(-50%) rotate(45deg);
                  transform: translateY(-50%) rotate(45deg); }
        .archive-products-fresh .woof_redraw_zone .panel-header .close-icon:after,
        .archive-products-dry .woof_redraw_zone .panel-header .close-icon:after {
          -webkit-transform: translateY(-50%) rotate(-45deg);
              -ms-transform: translateY(-50%) rotate(-45deg);
                  transform: translateY(-50%) rotate(-45deg); }
    .archive-products-fresh .woof_redraw_zone .woof_reset_search_form,
    .archive-products-dry .woof_redraw_zone .woof_reset_search_form {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 12px;
      background: transparent;
      text-decoration: underline;
      margin-left: auto;
      display: block;
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      border: none; }
      .archive-products-fresh .woof_redraw_zone .woof_reset_search_form .icon-holder,
      .archive-products-dry .woof_redraw_zone .woof_reset_search_form .icon-holder {
        margin-right: 12px; }
    .archive-products-fresh .woof_redraw_zone .woof_submit_search_form_container,
    .archive-products-dry .woof_redraw_zone .woof_submit_search_form_container {
      height: 120px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .archive-products-fresh .woof_redraw_zone .btn-valider,
    .archive-products-dry .woof_redraw_zone .btn-valider {
      display: none;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .archive-products-fresh .woof_redraw_zone .btn-valider,
        .archive-products-dry .woof_redraw_zone .btn-valider {
          display: inline-block; } }
  .archive-products-fresh .mobile-btn-filter,
  .archive-products-dry .mobile-btn-filter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: white;
    background: transparent;
    padding: 16px 29px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    display: none;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .archive-products-fresh .mobile-btn-filter,
      .archive-products-dry .mobile-btn-filter {
        display: block; } }
    .archive-products-fresh .mobile-btn-filter .icon-holder,
    .archive-products-dry .mobile-btn-filter .icon-holder {
      margin-right: 17px; }
  .archive-products-fresh .product-search-page,
  .archive-products-dry .product-search-page {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .archive-products-fresh .product-search-page,
      .archive-products-dry .product-search-page {
        display: block; } }
    .archive-products-fresh .product-search-page > div:first-of-type,
    .archive-products-dry .product-search-page > div:first-of-type {
      padding-right: 20px;
      border-right: 1px solid #ffffff;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .archive-products-fresh .product-search-page > div:first-of-type,
        .archive-products-dry .product-search-page > div:first-of-type {
          border: none;
          padding: 0; } }
    .archive-products-fresh .product-search-page > div:nth-of-type(2),
    .archive-products-dry .product-search-page > div:nth-of-type(2) {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      padding-left: 40px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .archive-products-fresh .product-search-page > div:nth-of-type(2),
        .archive-products-dry .product-search-page > div:nth-of-type(2) {
          padding-left: 20px; } }
      @media only screen and (max-width: 768px) {
        .archive-products-fresh .product-search-page > div:nth-of-type(2),
        .archive-products-dry .product-search-page > div:nth-of-type(2) {
          padding-top: 80px;
          padding-left: 0; } }
  .archive-products-fresh .woocommerce-result-count,
  .archive-products-dry .woocommerce-result-count {
    margin-bottom: 45px !important;
    font-weight: 400;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .archive-products-fresh .woocommerce-result-count,
      .archive-products-dry .woocommerce-result-count {
        font-size: 14px;
        position: absolute; } }
  .archive-products-fresh .woocommerce .products ul,
  .archive-products-fresh .woocommerce ul.products,
  .archive-products-dry .woocommerce .products ul,
  .archive-products-dry .woocommerce ul.products {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: justify !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .archive-products-fresh .woocommerce .products ul li.product,
    .archive-products-fresh .woocommerce ul.products li.product,
    .archive-products-dry .woocommerce .products ul li.product,
    .archive-products-dry .woocommerce ul.products li.product {
      background-color: rgba(255, 255, 255, 0.04);
      color: white;
      min-height: 434px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 8px;
      width: calc((100% - 60px) / 3);
      max-width: 295px;
      padding: 25px;
      padding-top: 54px;
      position: relative;
      padding-bottom: 100px;
      -webkit-transition: 0.25s;
      transition: 0.25s;
      margin-bottom: 20px !important;
      margin-right: 20px !important;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .archive-products-fresh .woocommerce .products ul li.product,
        .archive-products-fresh .woocommerce ul.products li.product,
        .archive-products-dry .woocommerce .products ul li.product,
        .archive-products-dry .woocommerce ul.products li.product {
          width: calc((100% - 60px) / 2); } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .archive-products-fresh .woocommerce .products ul li.product,
        .archive-products-fresh .woocommerce ul.products li.product,
        .archive-products-dry .woocommerce .products ul li.product,
        .archive-products-dry .woocommerce ul.products li.product {
          width: 100%;
          max-width: none;
          padding: 30px 20px;
          min-height: 200px;
          margin-right: 0 !important; } }
      @media only screen and (max-width: 768px) {
        .archive-products-fresh .woocommerce .products ul li.product,
        .archive-products-fresh .woocommerce ul.products li.product,
        .archive-products-dry .woocommerce .products ul li.product,
        .archive-products-dry .woocommerce ul.products li.product {
          width: 100% !important;
          padding: 20px; } }
      @media only screen and (max-width: 576px) {
        .archive-products-fresh .woocommerce .products ul li.product,
        .archive-products-fresh .woocommerce ul.products li.product,
        .archive-products-dry .woocommerce .products ul li.product,
        .archive-products-dry .woocommerce ul.products li.product {
          padding: 15px;
          min-height: 190px; } }
      .archive-products-fresh .woocommerce .products ul li.product.in_cart,
      .archive-products-fresh .woocommerce ul.products li.product.in_cart,
      .archive-products-dry .woocommerce .products ul li.product.in_cart,
      .archive-products-dry .woocommerce ul.products li.product.in_cart {
        border-color: #80c537; }
        .archive-products-fresh .woocommerce .products ul li.product.in_cart .attachment-woocommerce_thumbnail,
        .archive-products-fresh .woocommerce ul.products li.product.in_cart .attachment-woocommerce_thumbnail,
        .archive-products-dry .woocommerce .products ul li.product.in_cart .attachment-woocommerce_thumbnail,
        .archive-products-dry .woocommerce ul.products li.product.in_cart .attachment-woocommerce_thumbnail {
          -webkit-filter: blur(2px);
                  filter: blur(2px);
          position: relative; }
        .archive-products-fresh .woocommerce .products ul li.product.in_cart .mito_imagewrapper,
        .archive-products-fresh .woocommerce ul.products li.product.in_cart .mito_imagewrapper,
        .archive-products-dry .woocommerce .products ul li.product.in_cart .mito_imagewrapper,
        .archive-products-dry .woocommerce ul.products li.product.in_cart .mito_imagewrapper {
          position: relative; }
          .archive-products-fresh .woocommerce .products ul li.product.in_cart .mito_imagewrapper:before, .archive-products-fresh .woocommerce .products ul li.product.in_cart .mito_imagewrapper:after,
          .archive-products-fresh .woocommerce ul.products li.product.in_cart .mito_imagewrapper:before,
          .archive-products-fresh .woocommerce ul.products li.product.in_cart .mito_imagewrapper:after,
          .archive-products-dry .woocommerce .products ul li.product.in_cart .mito_imagewrapper:before,
          .archive-products-dry .woocommerce .products ul li.product.in_cart .mito_imagewrapper:after,
          .archive-products-dry .woocommerce ul.products li.product.in_cart .mito_imagewrapper:before,
          .archive-products-dry .woocommerce ul.products li.product.in_cart .mito_imagewrapper:after {
            position: absolute;
            top: 50%;
            left: 50%;
            z-index: 20;
            -webkit-transform: translate(-50%, -50%);
                -ms-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%); }
          .archive-products-fresh .woocommerce .products ul li.product.in_cart .mito_imagewrapper:before,
          .archive-products-fresh .woocommerce ul.products li.product.in_cart .mito_imagewrapper:before,
          .archive-products-dry .woocommerce .products ul li.product.in_cart .mito_imagewrapper:before,
          .archive-products-dry .woocommerce ul.products li.product.in_cart .mito_imagewrapper:before {
            content: "";
            width: 45px;
            height: 45px;
            border-radius: 35%;
            background: #80c537;
            /* -- @include break(mobile)-- */
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
              .archive-products-fresh .woocommerce .products ul li.product.in_cart .mito_imagewrapper:before,
              .archive-products-fresh .woocommerce ul.products li.product.in_cart .mito_imagewrapper:before,
              .archive-products-dry .woocommerce .products ul li.product.in_cart .mito_imagewrapper:before,
              .archive-products-dry .woocommerce ul.products li.product.in_cart .mito_imagewrapper:before {
                width: 40px;
                height: 40px; } }
          .archive-products-fresh .woocommerce .products ul li.product.in_cart .mito_imagewrapper:after,
          .archive-products-fresh .woocommerce ul.products li.product.in_cart .mito_imagewrapper:after,
          .archive-products-dry .woocommerce .products ul li.product.in_cart .mito_imagewrapper:after,
          .archive-products-dry .woocommerce ul.products li.product.in_cart .mito_imagewrapper:after {
            content: url(../img/icon_basket_white.svg);
            line-height: 1;
            z-index: 22; }
      .archive-products-fresh .woocommerce .products ul li.product .tag_list,
      .archive-products-fresh .woocommerce ul.products li.product .tag_list,
      .archive-products-dry .woocommerce .products ul li.product .tag_list,
      .archive-products-dry .woocommerce ul.products li.product .tag_list {
        width: 100%;
        position: absolute;
        padding: 25px 25px 0;
        top: 0;
        left: 0;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .archive-products-fresh .woocommerce .products ul li.product .tag_list,
          .archive-products-fresh .woocommerce ul.products li.product .tag_list,
          .archive-products-dry .woocommerce .products ul li.product .tag_list,
          .archive-products-dry .woocommerce ul.products li.product .tag_list {
            display: none; } }
        .archive-products-fresh .woocommerce .products ul li.product .tag_list .mito_product_tag.sale_tag,
        .archive-products-fresh .woocommerce ul.products li.product .tag_list .mito_product_tag.sale_tag,
        .archive-products-dry .woocommerce .products ul li.product .tag_list .mito_product_tag.sale_tag,
        .archive-products-dry .woocommerce ul.products li.product .tag_list .mito_product_tag.sale_tag {
          top: 25px;
          right: 25px; }
  .archive-products-fresh .woocommerce-LoopProduct-link,
  .archive-products-dry .woocommerce-LoopProduct-link {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .archive-products-fresh .woocommerce-LoopProduct-link,
      .archive-products-dry .woocommerce-LoopProduct-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }
  .archive-products-fresh .woocommerce ul.products li.product a img,
  .archive-products-dry .woocommerce ul.products li.product a img {
    max-width: 100%;
    height: auto;
    margin: 35px auto;
    position: relative;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .archive-products-fresh .woocommerce ul.products li.product a img,
      .archive-products-dry .woocommerce ul.products li.product a img {
        width: 126px !important;
        margin: 0; } }
    @media only screen and (max-width: 576px) {
      .archive-products-fresh .woocommerce ul.products li.product a img,
      .archive-products-dry .woocommerce ul.products li.product a img {
        width: 100px !important; } }
  .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .archive-products-fresh .woocommerce ul.products li.product h3,
  .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-category__title,
  .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-product__title,
  .archive-products-dry .woocommerce ul.products li.product h3 {
    padding: 0;
    margin-bottom: 14px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-category__title,
      .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-product__title,
      .archive-products-fresh .woocommerce ul.products li.product h3,
      .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-category__title,
      .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-product__title,
      .archive-products-dry .woocommerce ul.products li.product h3 {
        padding-top: 40px; } }
    @media only screen and (max-width: 768px) {
      .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-category__title,
      .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-product__title,
      .archive-products-fresh .woocommerce ul.products li.product h3,
      .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-category__title,
      .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-product__title,
      .archive-products-dry .woocommerce ul.products li.product h3 {
        padding-top: 30px; } }
    @media only screen and (max-width: 576px) {
      .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-category__title,
      .archive-products-fresh .woocommerce ul.products li.product .woocommerce-loop-product__title,
      .archive-products-fresh .woocommerce ul.products li.product h3,
      .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-category__title,
      .archive-products-dry .woocommerce ul.products li.product .woocommerce-loop-product__title,
      .archive-products-dry .woocommerce ul.products li.product h3 {
        padding-top: 20px; } }
  .archive-products-fresh .variation_choice_price,
  .archive-products-dry .variation_choice_price {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .archive-products-fresh .variation_choice_price,
      .archive-products-dry .variation_choice_price {
        padding-left: 158px;
        margin-bottom: 45px; } }
    @media only screen and (max-width: 576px) {
      .archive-products-fresh .variation_choice_price,
      .archive-products-dry .variation_choice_price {
        padding-left: 108px; } }
  .archive-products-fresh .bulle_quantity,
  .archive-products-dry .bulle_quantity {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: transparent;
    color: #ffffff;
    margin-right: 8px;
    padding: 4px 8px;
    font-size: 12px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .archive-products-fresh .bulle_quantity,
      .archive-products-dry .bulle_quantity {
        font-size: 10px; } }
  .archive-products-fresh .selected_bulle_quantity,
  .archive-products-dry .selected_bulle_quantity {
    background-color: #ffffff;
    color: #07060b; }
  .archive-products-fresh .sale_price_box,
  .archive-products-dry .sale_price_box {
    position: absolute;
    left: 25px;
    bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .archive-products-fresh .sale_price_box,
      .archive-products-dry .sale_price_box {
        bottom: 20px;
        left: 178px; } }
    @media only screen and (max-width: 768px) {
      .archive-products-fresh .sale_price_box,
      .archive-products-dry .sale_price_box {
        left: 178px; } }
    @media only screen and (max-width: 576px) {
      .archive-products-fresh .sale_price_box,
      .archive-products-dry .sale_price_box {
        left: 126px;
        bottom: 15px; } }
  .archive-products-fresh .mito_add_to_cart_button,
  .archive-products-dry .mito_add_to_cart_button {
    position: absolute;
    right: 25px;
    bottom: 25px;
    cursor: pointer;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .archive-products-fresh .mito_add_to_cart_button,
      .archive-products-dry .mito_add_to_cart_button {
        padding: 11px 23px;
        font-size: 13px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .archive-products-fresh .mito_add_to_cart_button,
      .archive-products-dry .mito_add_to_cart_button {
        bottom: 20px;
        padding: 8px 11px; } }
    @media only screen and (max-width: 576px) {
      .archive-products-fresh .mito_add_to_cart_button,
      .archive-products-dry .mito_add_to_cart_button {
        bottom: 15px; } }
    .archive-products-fresh .mito_add_to_cart_button.out-of-stock,
    .archive-products-dry .mito_add_to_cart_button.out-of-stock {
      background: #4f4f53;
      border: 1px solid #4f4f53;
      margin-top: 20px; }
      .archive-products-fresh .mito_add_to_cart_button.out-of-stock:hover,
      .archive-products-dry .mito_add_to_cart_button.out-of-stock:hover {
        background: #b5b4b6;
        border: 1px solid #b5b4b6; }
  .archive-products-fresh .mito_regular_price,
  .archive-products-dry .mito_regular_price {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .archive-products-fresh .mito_regular_price,
      .archive-products-dry .mito_regular_price {
        font-size: 20px; } }
    .archive-products-fresh .mito_regular_price.salePrice,
    .archive-products-dry .mito_regular_price.salePrice {
      color: #80c537; }
    .archive-products-fresh .mito_regular_price.discountPrice,
    .archive-products-dry .mito_regular_price.discountPrice {
      font-size: 14px;
      font-weight: 400;
      text-decoration: line-through; }
  .archive-products-fresh .input-group-add-remove,
  .archive-products-dry .input-group-add-remove {
    position: absolute;
    right: 25px;
    bottom: 25px;
    font-size: 24px;
    max-width: 100px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .archive-products-fresh .input-group-add-remove,
      .archive-products-dry .input-group-add-remove {
        bottom: 20px;
        max-width: 90px; } }
    .archive-products-fresh .input-group-add-remove .button-plus,
    .archive-products-fresh .input-group-add-remove .button-minus,
    .archive-products-dry .input-group-add-remove .button-plus,
    .archive-products-dry .input-group-add-remove .button-minus {
      padding: 0 11px; }

body.filter-box-is-open .woof_redraw_zone {
  right: 0;
  opacity: 1; }

.archive-products-dry .card-btn {
  background-color: transparent;
  color: #ffffff;
  border: 1px solid #ffffff;
  position: absolute;
  right: 25px;
  bottom: 25px;
  padding: 11px 28px;
  font-size: 14px; }

.tag_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
  padding-right: 60px; }
  .tag_list .mito_product_tag {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 10px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 40px;
    margin-right: 8px;
    padding: 6px 8px 6px 28px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    position: relative; }
    .tag_list .mito_product_tag img {
      max-width: 14px;
      max-height: 14px;
      position: absolute;
      top: 50%;
      left: 8px;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }
    .tag_list .mito_product_tag.sale_tag {
      background: #80c537;
      font-size: 12px;
      font-weight: 600;
      padding: 5px 10px;
      margin-left: 25px;
      margin-right: 0;
      position: absolute;
      right: 0;
      top: 0; }
    .tag_list .mito_product_tag--rupture {
      font-family: "Montserrat", sans-serif;
      font-weight: 400;
      font-size: 10px;
      border: 1px solid rgba(255, 255, 255, 0.2);
      border-radius: 40px;
      margin-right: 8px;
      padding: 6px 8px;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      position: relative; }
      .tag_list .mito_product_tag--rupture.out-of-stock {
        color: #80c537 !important; }

form.woocommerce-ordering {
  margin-right: 36px !important;
  position: relative;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    form.woocommerce-ordering {
      margin-right: 0 !important; } }
  @media only screen and (max-width: 768px) {
    form.woocommerce-ordering {
      -webkit-transform: translateY(-132px);
          -ms-transform: translateY(-132px);
              transform: translateY(-132px);
      max-width: 165px;
      float: none !important;
      margin-left: auto !important; } }
  form.woocommerce-ordering:before {
    content: "";
    border-left: 1px solid white;
    border-bottom: 1px solid white;
    -webkit-transform-origin: center;
        -ms-transform-origin: center;
            transform-origin: center;
    width: 6px;
    height: 6px;
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    -webkit-transform: translateY(-50%) rotate(-45deg);
        -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg); }
  form.woocommerce-ordering select.orderby {
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 4px;
    padding: 11px 20px;
    background: transparent;
    color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 14px;
    position: relative;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      form.woocommerce-ordering select.orderby {
        max-width: 166px;
        padding: 17px 20px; } }
  form.woocommerce-ordering option {
    position: absolute;
    top: 100%; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: ""; }
  select:focus, select:focus-visible, select:active {
    border: 1px solid #80c537;
    outline: none;
    border-radius: 4px; }

.woof_redraw_zone input[type="radio"],
.woof_redraw_zone input[type="checkbox"] {
  margin-right: 10px;
  height: 17px;
  width: 17px;
  -webkit-appearance: none;
  border-radius: 2px;
  border: 1px solid white;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .woof_redraw_zone input[type="radio"],
    .woof_redraw_zone input[type="checkbox"] {
      border: 1px solid #07060b; } }

.woof_redraw_zone input[type="radio"]:checked,
.woof_redraw_zone input[type="checkbox"]:checked {
  border-width: 5px !important;
  border-radius: 3px !important;
  border-color: #80c537 !important;
  background: #ffffff !important; }

.woof_redraw_zone input[type="radio"],
.woof_redraw_zone input[type="radio"]:checked {
  border-radius: 50% !important; }

.woof_redraw_zone label {
  font-weight: 400; }

.mito_imagewrapper {
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .mito_imagewrapper {
      margin-right: 25px;
      min-width: 126px;
      max-width: 126px;
      height: 126px; } }
  @media only screen and (max-width: 768px) {
    .mito_imagewrapper {
      margin: auto;
      height: auto;
      min-width: 90px;
      max-width: 90px; } }

.voir_plus_btn:hover {
  cursor: pointer;
  background-color: #ffffff;
  color: #000000; }

.woocommerce #content div.product div.images,
.woocommerce div.product div.images,
.woocommerce-page #content div.product div.images,
.woocommerce-page div.product div.images {
  float: none !important; }

.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none !important; }

.woocommerce-product-details__short-description a {
  color: #80c537;
  text-decoration: underline; }
  .woocommerce-product-details__short-description a:hover {
    color: #74ab3a; }

body.single-product #voir_plus_product_button {
  display: none; }

body.single-product .content-area {
  background: #07060b;
  color: #ffffff; }

body.single-product .woocommerce-breadcrumb {
  padding: 20px 0;
  background: #07060b;
  margin-bottom: 0; }
  body.single-product .woocommerce-breadcrumb > * {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 12px;
    color: #f8f9fb; }
  body.single-product .woocommerce-breadcrumb a {
    margin-right: 20px;
    position: relative;
    -webkit-transition: 0.25s;
    transition: 0.25s; }
    body.single-product .woocommerce-breadcrumb a:hover {
      color: #f8f9fb; }
    body.single-product .woocommerce-breadcrumb a:before {
      content: "";
      width: 2px;
      height: 2px;
      background: #f8f9fb;
      border-radius: 50%;
      position: absolute;
      right: -10px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

body.single-product .product_info .parent-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    body.single-product .product_info .parent-flex {
      display: block; } }
  body.single-product .product_info .parent-flex .div_product_image,
  body.single-product .product_info .parent-flex .product_detail_info {
    width: 50%;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      body.single-product .product_info .parent-flex .div_product_image,
      body.single-product .product_info .parent-flex .product_detail_info {
        width: 100%; } }
  body.single-product .product_info .parent-flex .div_product_image {
    position: relative;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      body.single-product .product_info .parent-flex .div_product_image {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 60px 0;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        position: static; } }
    body.single-product .product_info .parent-flex .div_product_image .product-img-main {
      width: 315px;
      height: 315px;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        body.single-product .product_info .parent-flex .div_product_image .product-img-main {
          position: relative;
          -webkit-transform: none;
              -ms-transform: none;
                  transform: none;
          left: auto;
          top: auto;
          width: 280px;
          height: auto; } }
      @media only screen and (max-width: 768px) {
        body.single-product .product_info .parent-flex .div_product_image .product-img-main {
          width: 240px; } }
      @media only screen and (max-width: 576px) {
        body.single-product .product_info .parent-flex .div_product_image .product-img-main {
          width: 200px; } }
      body.single-product .product_info .parent-flex .div_product_image .product-img-main img {
        max-width: 100%;
        height: auto;
        display: block; }
      body.single-product .product_info .parent-flex .div_product_image .product-img-main .ingredient-left,
      body.single-product .product_info .parent-flex .div_product_image .product-img-main .ingredient-right {
        position: absolute;
        width: 140px;
        height: 140px;
        bottom: -20px; }
      body.single-product .product_info .parent-flex .div_product_image .product-img-main .ingredient-left {
        left: -40px; }
      body.single-product .product_info .parent-flex .div_product_image .product-img-main .ingredient-right {
        right: -40px; }
  body.single-product .product_info .parent-flex .product_detail_info .summary.entry-summary {
    width: 100%;
    border-bottom: 1px solid #ffffff; }
    body.single-product .product_info .parent-flex .product_detail_info .summary.entry-summary .stock.out-of-stock {
      display: none; }
  body.single-product .product_info .parent-flex .product_detail_info .mito_add_to_cart_button.disabled {
    background: #4f4f53;
    border: 1px solid #4f4f53;
    margin-top: 20px;
    pointer-events: none;
    /* Empêche les événements de la souris, rendant le bouton non cliquable */
    cursor: not-allowed;
    /* Affiche le curseur en mode désactivé */ }
  body.single-product .product_info .parent-flex .product_detail_info .product_title.entry-title {
    margin-bottom: 20px; }
  body.single-product .product_info .parent-flex .product_detail_info .woocommerce-product-details__short-description {
    padding-bottom: 15px; }
  body.single-product .product_info .parent-flex .product_detail_info .woocommerce-tabs {
    border-bottom: 1px solid #ffffff;
    width: 100%; }
    body.single-product .product_info .parent-flex .product_detail_info .woocommerce-tabs ul.tabs {
      margin-left: 0;
      padding-left: 0; }
      body.single-product .product_info .parent-flex .product_detail_info .woocommerce-tabs ul.tabs:before, body.single-product .product_info .parent-flex .product_detail_info .woocommerce-tabs ul.tabs:after {
        display: none !important; }
      body.single-product .product_info .parent-flex .product_detail_info .woocommerce-tabs ul.tabs li {
        background: transparent;
        padding: 0;
        margin: 0;
        margin-right: 10px;
        text-transform: uppercase;
        font-size: 13px;
        border: none;
        letter-spacing: 0.1em; }
        body.single-product .product_info .parent-flex .product_detail_info .woocommerce-tabs ul.tabs li:before, body.single-product .product_info .parent-flex .product_detail_info .woocommerce-tabs ul.tabs li:after {
          display: none !important; }
  body.single-product .product_info .parent-flex .product_detail_info .woocommerce-Tabs-panel {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    font-size: 15px; }
    body.single-product .product_info .parent-flex .product_detail_info .woocommerce-Tabs-panel p {
      font-size: 15px; }
  body.single-product .product_info .parent-flex .product_detail_info .card-btn {
    padding: 28px 0; }

body.single-product .tag_list {
  margin-bottom: 15px; }

body.single-product .productPrice {
  margin-left: auto;
  font-size: 32px;
  font-weight: 600; }

body.single-product .variation_choice_price {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  position: relative; }
  body.single-product .variation_choice_price .sale_price_box {
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    body.single-product .variation_choice_price .sale_price_box p {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 26px;
      color: #ffffff; }
      body.single-product .variation_choice_price .sale_price_box p.salePrice {
        color: #80c537; }
      body.single-product .variation_choice_price .sale_price_box p.discountPrice {
        font-size: 14px;
        font-weight: 400;
        text-decoration: line-through; }

body.single-product .bulle_quantity {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  background-color: transparent;
  color: #ffffff;
  margin-right: 8px;
  padding: 4px 8px;
  font-size: 12px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
  cursor: pointer; }

body.single-product .bulle_quantity_active {
  background-color: #ffffff;
  color: #07060b; }

body.single-product .conseil_box {
  margin-top: 30px; }
  body.single-product .conseil_box .conseil {
    background-color: rgba(255, 255, 255, 0.05);
    padding: 23px 23px 23px 84px;
    border-radius: 4px;
    position: relative; }
    body.single-product .conseil_box .conseil p {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      font-size: 14px; }
    body.single-product .conseil_box .conseil a {
      color: #80c537;
      text-decoration: underline; }
    body.single-product .conseil_box .conseil:before {
      content: url(../img/icon_conseil.svg);
      position: absolute;
      left: 29px;
      top: 50%;
      -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
              transform: translateY(-50%); }

body.single-product .histoire_chef {
  padding: 160px 0;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    body.single-product .histoire_chef {
      padding: 120px 0; } }
  @media only screen and (max-width: 576px) {
    body.single-product .histoire_chef {
      padding: 90px 0; } }
  body.single-product .histoire_chef .text-animation {
    padding: 20px 0; }
  body.single-product .histoire_chef .text-loop {
    margin-right: 10vw; }

body.single-product section.chef-history {
  padding: 80px 0 288px;
  border-bottom: 1px solid #ffffff;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    body.single-product section.chef-history {
      padding-bottom: 200px; } }
  @media only screen and (max-width: 768px) {
    body.single-product section.chef-history {
      padding-bottom: 100px; } }
  body.single-product section.chef-history .parent-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      body.single-product section.chef-history .parent-flex {
        display: block; } }
    body.single-product section.chef-history .parent-flex .left-side {
      width: calc((100% - 160px) / 2);
      padding-top: 170px;
      max-width: 500px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        body.single-product section.chef-history .parent-flex .left-side {
          padding-top: 100px; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        body.single-product section.chef-history .parent-flex .left-side {
          width: 100%;
          padding-top: 0;
          margin-bottom: 100px; } }
      @media only screen and (max-width: 576px) {
        body.single-product section.chef-history .parent-flex .left-side {
          margin-bottom: 50px; } }
      body.single-product section.chef-history .parent-flex .left-side h2 {
        margin-bottom: 22px; }
    body.single-product section.chef-history .parent-flex .right-side {
      min-width: 512px;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        body.single-product section.chef-history .parent-flex .right-side {
          min-width: 0;
          width: 43vw;
          height: 62vw; } }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        body.single-product section.chef-history .parent-flex .right-side {
          margin-left: auto;
          margin-right: 60px; } }
      body.single-product section.chef-history .parent-flex .right-side .main-img,
      body.single-product section.chef-history .parent-flex .right-side .second-img {
        background-size: cover;
        background-position: center; }
      body.single-product section.chef-history .parent-flex .right-side .main-img {
        height: 700px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 1280px) {
          body.single-product section.chef-history .parent-flex .right-side .main-img {
            height: 63vw; } }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          body.single-product section.chef-history .parent-flex .right-side .main-img {
            position: relative; } }
      body.single-product section.chef-history .parent-flex .right-side .second-img {
        width: 400px;
        height: 270px;
        position: absolute;
        left: -218px;
        bottom: -135px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          body.single-product section.chef-history .parent-flex .right-side .second-img {
            width: 40vw;
            height: 24vw;
            bottom: -50px;
            left: -100px; } }

body.single-product .related.products,
body.single-product .product_related,
body.single-product .up-sells.products {
  padding: 80px 0;
  border-top: 1px solid #ffffff; }
  body.single-product .related.products h4,
  body.single-product .product_related h4,
  body.single-product .up-sells.products h4 {
    font-family: "Montserrat", sans-serif;
    font-weight: 400;
    margin-bottom: 40px; }
  body.single-product .related.products .woocommerce-loop-product__title,
  body.single-product .product_related .woocommerce-loop-product__title,
  body.single-product .up-sells.products .woocommerce-loop-product__title {
    padding-bottom: 20px !important; }
  body.single-product .related.products .sale_price_box,
  body.single-product .product_related .sale_price_box,
  body.single-product .up-sells.products .sale_price_box {
    position: absolute;
    left: 25px;
    bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      body.single-product .related.products .sale_price_box,
      body.single-product .product_related .sale_price_box,
      body.single-product .up-sells.products .sale_price_box {
        position: initial; } }
  body.single-product .related.products ul.products,
  body.single-product .product_related ul.products,
  body.single-product .up-sells.products ul.products {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      body.single-product .related.products ul.products,
      body.single-product .product_related ul.products,
      body.single-product .up-sells.products ul.products {
        -webkit-box-pack: justify !important;
            -ms-flex-pack: justify !important;
                justify-content: space-between !important; } }
    @media only screen and (max-width: 768px) {
      body.single-product .related.products ul.products,
      body.single-product .product_related ul.products,
      body.single-product .up-sells.products ul.products {
        display: block !important; } }
  body.single-product .related.products li.product,
  body.single-product .product_related li.product,
  body.single-product .up-sells.products li.product {
    width: 25% !important;
    padding: 0 18px;
    background-color: rgba(255, 255, 255, 0.04);
    color: white;
    min-height: 434px;
    border-radius: 8px;
    max-width: 295px !important;
    padding: 25px !important;
    padding-top: 25px !important;
    position: relative !important;
    padding-bottom: 100px !important;
    float: none !important;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      body.single-product .related.products li.product,
      body.single-product .product_related li.product,
      body.single-product .up-sells.products li.product {
        width: calc(100% / 3) !important; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      body.single-product .related.products li.product,
      body.single-product .product_related li.product,
      body.single-product .up-sells.products li.product {
        width: calc((100% - 30px) / 2) !important; } }
    @media only screen and (max-width: 768px) {
      body.single-product .related.products li.product,
      body.single-product .product_related li.product,
      body.single-product .up-sells.products li.product {
        width: 100% !important;
        max-width: 330px !important;
        padding: 20px !important;
        min-height: 0; } }
    body.single-product .related.products li.product:nth-of-type(4),
    body.single-product .product_related li.product:nth-of-type(4),
    body.single-product .up-sells.products li.product:nth-of-type(4) {
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        body.single-product .related.products li.product:nth-of-type(4),
        body.single-product .product_related li.product:nth-of-type(4),
        body.single-product .up-sells.products li.product:nth-of-type(4) {
          display: none; } }
    body.single-product .related.products li.product:nth-of-type(3),
    body.single-product .product_related li.product:nth-of-type(3),
    body.single-product .up-sells.products li.product:nth-of-type(3) {
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        body.single-product .related.products li.product:nth-of-type(3),
        body.single-product .product_related li.product:nth-of-type(3),
        body.single-product .up-sells.products li.product:nth-of-type(3) {
          display: none; } }
  body.single-product .related.products.in_cart,
  body.single-product .product_related.in_cart,
  body.single-product .up-sells.products.in_cart {
    border-color: #80c537; }
    body.single-product .related.products.in_cart .attachment-woocommerce_thumbnail,
    body.single-product .product_related.in_cart .attachment-woocommerce_thumbnail,
    body.single-product .up-sells.products.in_cart .attachment-woocommerce_thumbnail {
      -webkit-filter: blur(2px);
              filter: blur(2px);
      position: relative; }
  body.single-product .related.products .tag_list,
  body.single-product .product_related .tag_list,
  body.single-product .up-sells.products .tag_list {
    width: 100%;
    position: absolute;
    padding: 25px 25px 0;
    top: 0;
    left: 0; }
    body.single-product .related.products .tag_list .mito_product_tag.sale_tag,
    body.single-product .product_related .tag_list .mito_product_tag.sale_tag,
    body.single-product .up-sells.products .tag_list .mito_product_tag.sale_tag {
      top: 25px;
      right: 25px; }
  body.single-product .related.products li.product a img,
  body.single-product .product_related li.product a img,
  body.single-product .up-sells.products li.product a img {
    max-width: 146px !important;
    height: auto;
    margin: 35px auto !important; }
  body.single-product .related.products li.product .woocommerce-loop-category__title,
  body.single-product .related.products li.product .woocommerce-loop-product__title,
  body.single-product .related.products li.product h3,
  body.single-product .product_related li.product .woocommerce-loop-category__title,
  body.single-product .product_related li.product .woocommerce-loop-product__title,
  body.single-product .product_related li.product h3,
  body.single-product .up-sells.products li.product .woocommerce-loop-category__title,
  body.single-product .up-sells.products li.product .woocommerce-loop-product__title,
  body.single-product .up-sells.products li.product h3 {
    padding: 0;
    margin-bottom: 14px; }
  body.single-product .related.products .variation_choice_price,
  body.single-product .product_related .variation_choice_price,
  body.single-product .up-sells.products .variation_choice_price {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      body.single-product .related.products .variation_choice_price,
      body.single-product .product_related .variation_choice_price,
      body.single-product .up-sells.products .variation_choice_price {
        margin-bottom: 40px; } }
  body.single-product .related.products .bulle_quantity,
  body.single-product .product_related .bulle_quantity,
  body.single-product .up-sells.products .bulle_quantity {
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    background-color: transparent;
    color: #ffffff;
    margin-right: 8px;
    padding: 4px 8px;
    font-size: 12px;
    border: 1px solid #ffffff;
    border-radius: 4px;
    -webkit-transition: 0.25s;
    transition: 0.25s;
    cursor: pointer; }
  body.single-product .related.products .selected_bulle_quantity,
  body.single-product .product_related .selected_bulle_quantity,
  body.single-product .up-sells.products .selected_bulle_quantity {
    background-color: #ffffff;
    color: #07060b; }
  body.single-product .related.products .mito_add_to_cart_button,
  body.single-product .product_related .mito_add_to_cart_button,
  body.single-product .up-sells.products .mito_add_to_cart_button {
    position: absolute;
    right: 25px;
    bottom: 25px;
    cursor: pointer; }
  body.single-product .related.products .mito_regular_price,
  body.single-product .product_related .mito_regular_price,
  body.single-product .up-sells.products .mito_regular_price {
    font-family: "Montserrat", sans-serif;
    font-weight: 600;
    font-size: 24px; }
    body.single-product .related.products .mito_regular_price.salePrice,
    body.single-product .product_related .mito_regular_price.salePrice,
    body.single-product .up-sells.products .mito_regular_price.salePrice {
      color: #80c537; }
    body.single-product .related.products .mito_regular_price.discountPrice,
    body.single-product .product_related .mito_regular_price.discountPrice,
    body.single-product .up-sells.products .mito_regular_price.discountPrice {
      font-size: 14px;
      font-weight: 400;
      text-decoration: line-through; }

.onsale {
  display: none; }

.product_meta {
  display: none; }

.woocommerce-tabs {
  display: inline-block; }

.woocommerce div.product div.images img {
  height: 50vh !important;
  width: auto !important; }

.woocommerce-product-gallery__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.woocommerce div.product {
  min-height: 60vh; }

.variations_form {
  display: none; }

.price_promotion_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.cart {
  display: none; }

aside#mito_sliding_cart {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  height: 100%;
  width: 40vw;
  max-width: 600px;
  position: fixed;
  top: 0px;
  right: -40vw;
  z-index: 1000;
  background-color: #ffffff;
  color: #07060b;
  -webkit-transition: all, 0.8s;
  transition: all, 0.8s;
  border-radius: 8px 0 0 8px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 1280px) {
    aside#mito_sliding_cart {
      width: 500px;
      right: -500px; } }
  @media only screen and (max-width: 576px) {
    aside#mito_sliding_cart {
      width: 100%;
      right: -100%; } }
  aside#mito_sliding_cart button.mito_close_cart_button {
    width: 15px;
    height: 15px;
    position: absolute;
    top: 27px;
    right: 20px;
    background-color: transparent;
    border: none; }
    aside#mito_sliding_cart button.mito_close_cart_button:before, aside#mito_sliding_cart button.mito_close_cart_button:after {
      content: "";
      background: #07060b;
      display: block;
      height: 2px;
      width: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%) rotate(45deg);
          -ms-transform: translate(-50%, -50%) rotate(45deg);
              transform: translate(-50%, -50%) rotate(45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center; }
    aside#mito_sliding_cart button.mito_close_cart_button:after {
      -webkit-transform: translate(-50%, -50%) rotate(-45deg);
          -ms-transform: translate(-50%, -50%) rotate(-45deg);
              transform: translate(-50%, -50%) rotate(-45deg); }
  aside#mito_sliding_cart #mito_sliding_cart_point_vente {
    height: 100%;
    position: relative; }
  aside#mito_sliding_cart .cart_info_box {
    border-bottom: 1px solid rgba(7, 6, 11, 0.05);
    margin-bottom: 40px;
    padding: 27px 30px 20px 20px;
    position: relative; }
    aside#mito_sliding_cart .cart_info_box h2 {
      font-size: 20px;
      margin-bottom: 15px; }
    aside#mito_sliding_cart .cart_info_box p {
      font-size: 12px; }
    aside#mito_sliding_cart .cart_info_box__bottom {
      padding: 10px 30px 20px 20px; }
  aside#mito_sliding_cart .button-holder {
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    border-top: 1px solid rgba(7, 6, 11, 0.05);
    padding: 20px;
    margin-bottom: 0; }
    aside#mito_sliding_cart .button-holder button {
      width: 100%; }

form#set_point_vente_form {
  padding: 0 20px; }
  form#set_point_vente_form > div {
    margin-bottom: 20px;
    width: 100%;
    position: relative; }
    form#set_point_vente_form > div:before {
      content: "";
      display: block;
      width: 7px;
      height: 7px;
      border-left: 2px solid #07060b;
      border-bottom: 2px solid #07060b;
      position: absolute;
      right: 20px;
      bottom: 32%;
      -webkit-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
      -webkit-transform-origin: center;
          -ms-transform-origin: center;
              transform-origin: center;
      z-index: 200; }
  form#set_point_vente_form label {
    font-weight: 600;
    margin-bottom: 5px;
    display: block; }
  form#set_point_vente_form select,
  form#set_point_vente_form input {
    width: 100%;
    padding: 15px 20px;
    border-radius: 4px;
    border: 1px solid rgba(7, 6, 11, 0.05);
    -moz-appearance: none;
    /* Firefox */
    -webkit-appearance: none;
    /* Safari and Chrome */
    appearance: none;
    position: relative; }
    form#set_point_vente_form select:focus, form#set_point_vente_form select:focus-visible, form#set_point_vente_form select:active,
    form#set_point_vente_form input:focus,
    form#set_point_vente_form input:focus-visible,
    form#set_point_vente_form input:active {
      border: 1px solid #80c537;
      outline: none;
      border-radius: 4px; }

#mito_sliding_cart_woo_cart {
  height: 100%;
  background: #f8f9fb;
  height: 100vh;
  border-radius: 8px; }
  #mito_sliding_cart_woo_cart .woo_cart_info_box {
    padding: 27px 20px 40px;
    background: #ffffff;
    border-radius: 8px;
    position: relative; }
    #mito_sliding_cart_woo_cart .woo_cart_info_box h2 {
      font-size: 20px;
      margin-bottom: 27px; }
    #mito_sliding_cart_woo_cart .woo_cart_info_box p {
      font-size: 12px;
      font-weight: 600;
      margin-bottom: 5px; }
      #mito_sliding_cart_woo_cart .woo_cart_info_box p.location, #mito_sliding_cart_woo_cart .woo_cart_info_box p.time {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-transform: translateY(3px);
            -ms-transform: translateY(3px);
                transform: translateY(3px); }
        #mito_sliding_cart_woo_cart .woo_cart_info_box p.location:before, #mito_sliding_cart_woo_cart .woo_cart_info_box p.time:before {
          content: url(../img/icon_pin_dark.svg);
          margin-right: 11px;
          display: block;
          -webkit-transform: translateY(3px);
              -ms-transform: translateY(3px);
                  transform: translateY(3px); }
      #mito_sliding_cart_woo_cart .woo_cart_info_box p.time {
        margin-bottom: 14px; }
        #mito_sliding_cart_woo_cart .woo_cart_info_box p.time:before {
          content: url(../img/icon_time_dark.svg); }
    #mito_sliding_cart_woo_cart .woo_cart_info_box #mito_cart_button_go_to_point_vente {
      color: #80c537 !important;
      text-decoration: underline;
      display: inline-block;
      background: transparent;
      border: none;
      cursor: pointer; }
  #mito_sliding_cart_woo_cart .list_cart_product {
    overflow-y: scroll;
    height: 60vh;
    padding: 32px 20px; }
    #mito_sliding_cart_woo_cart .list_cart_product .products-count {
      margin-bottom: 13px; }
      #mito_sliding_cart_woo_cart .list_cart_product .products-count p {
        font-size: 12px; }
    #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart {
      width: 100%;
      border: 1px solid rgba(7, 6, 11, 0.05);
      border-radius: 8px;
      padding: 20px;
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 18px; }
      #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .product_img_wrapper {
        width: 95px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .product_img_wrapper img {
          max-width: 70px;
          height: auto;
          max-height: 70px;
          display: block; }
      #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .product_info_txt {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 12px;
        position: relative; }
        #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .product_info_txt h3 {
          font-family: "Montserrat", sans-serif;
          font-weight: 600;
          font-size: 16px;
          max-width: calc(100% - 40px);
          margin-bottom: 6px; }
        #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .product_info_txt p.product_quantity {
          font-size: 12px;
          margin-bottom: 19px; }
      #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .delete_mito_product_cart {
        position: absolute;
        right: 0;
        top: 0;
        background: transparent;
        border: none; }
      #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .sale_price_box {
        position: absolute;
        right: 0;
        bottom: 5px; }
        #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .sale_price_box .salePrice {
          color: #80c537;
          font-size: 16px;
          font-weight: 600; }
        #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .sale_price_box .discountPrice {
          color: rgba(7, 6, 11, 0.4);
          font-size: 12px;
          font-weight: 400;
          text-decoration: line-through; }
        #mito_sliding_cart_woo_cart .list_cart_product .product_in_cart .sale_price_box .normal-price {
          color: #07060b;
          font-size: 16px;
          font-weight: 600; }
    #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty {
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox {
        max-width: 290px;
        text-align: center; }
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .icon-holder {
          background: #ffffff;
          width: 49px;
          height: 49px;
          border-radius: 35%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          margin: 0 auto 16px; }
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox p {
          font-size: 20px; }
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .btn, #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .nav_right_side .mon_compte_section .mon-compte-popup .panel-content .connect-btn, .nav_right_side .mon_compte_section .mon-compte-popup .panel-content #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .connect-btn, #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .page-my-account .woocommerce #respond input#submit, .page-my-account .woocommerce #respond #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox input#submit,
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .page-my-account .woocommerce a.button, .page-my-account .woocommerce #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox a.button,
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .page-my-account .woocommerce button.button, .page-my-account .woocommerce #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox button.button,
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .page-my-account .woocommerce input.button, .page-my-account .woocommerce #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox input.button, #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .page-checkout.not-login .woocommerce #respond input#submit, .page-checkout.not-login .woocommerce #respond #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox input#submit,
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .page-checkout.not-login .woocommerce a.button, .page-checkout.not-login .woocommerce #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox a.button,
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .page-checkout.not-login .woocommerce button.button, .page-checkout.not-login .woocommerce #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox button.button,
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .page-checkout.not-login .woocommerce input.button, .page-checkout.not-login .woocommerce #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox input.button, #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .mito_add_to_cart_button,
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .archive-products-dry .mito_add_to_cart_button, .archive-products-dry #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .mito_add_to_cart_button, #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .archive-products-dry .card-btn, .archive-products-dry #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .card-btn, #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .mito_add_to_cart_button,
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .mito_add_to_cart_button,
        #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products #mito_sliding_cart_woo_cart .list_cart_product .text-wrapper-empty .textbox .mito_add_to_cart_button {
          font-weight: 400; }
  #mito_sliding_cart_woo_cart .aside-cart-footer {
    background: #ffffff;
    border-top: 1px solid rgba(7, 6, 11, 0.05);
    padding: 18px 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    border-radius: 0 0 0 8px; }
    #mito_sliding_cart_woo_cart .aside-cart-footer .text-holder {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      #mito_sliding_cart_woo_cart .aside-cart-footer .text-holder .subtitle {
        font-size: 10px;
        margin-bottom: 16px; }
      #mito_sliding_cart_woo_cart .aside-cart-footer .text-holder .price {
        font-size: 22px;
        font-weight: 600; }
    #mito_sliding_cart_woo_cart .aside-cart-footer .btn-holder button {
      width: 100%; }

.btn-cart-empty {
  margin-top: 30px; }

.in_cart {
  border: 4px solid #0cff0c;
  border-radius: 6px; }

.input-group-add-remove {
  max-width: 80px;
  border: 1px solid #07060b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 5px 0;
  border-radius: 4px; }
  .input-group-add-remove .mito_update_product_quantity {
    width: 25px;
    text-align: center;
    -webkit-appearance: none;
    margin: 0;
    -moz-appearance: textfield;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .input-group-add-remove .mito_update_product_quantity {
        width: 18px; } }
  .input-group-add-remove input[type="number"] {
    -moz-appearance: textfield; }
  .input-group-add-remove input::-webkit-outer-spin-button,
  .input-group-add-remove input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .input-group-add-remove input {
    padding: 0;
    background: transparent;
    border: none; }
    .input-group-add-remove input.button-minus, .input-group-add-remove input.button-plus {
      padding: 0 8px;
      cursor: pointer; }
  .input-group-add-remove.light {
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white; }
    .input-group-add-remove.light > * {
      color: white; }

.cart-collaterals {
  min-height: 50vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .cart-collaterals .checkout-button {
    background: #80c537 !important; }

.wc_payment_methods,
.woocommerce-terms-and-conditions-wrapper {
  display: none; }

.woocommerce-billing-fields {
  display: none; }

.page-checkout {
  background: #f8f9fb;
  color: #07060b;
  position: relative;
  min-height: 900px; }
  .page-checkout .mito_checkout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 540px);
    padding-top: 60px;
    padding-bottom: 100px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-checkout .mito_checkout {
        display: block; } }
    @media only screen and (max-width: 576px) {
      .page-checkout .mito_checkout {
        padding-bottom: 20px; } }
  .page-checkout .checkout_partie_gauche {
    width: 730px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .page-checkout .checkout_partie_gauche {
        width: 52vw; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-checkout .checkout_partie_gauche {
        margin-bottom: 40px;
        width: 100%; } }
    .page-checkout .checkout_partie_gauche .section-header {
      margin-bottom: 40px; }
      .page-checkout .checkout_partie_gauche .section-header h2 {
        margin-bottom: 20px; }
      .page-checkout .checkout_partie_gauche .section-header p {
        font-size: 14px; }
    .page-checkout .checkout_partie_gauche .add-note .title {
      margin-bottom: 12px; }
    .page-checkout .checkout_partie_gauche .add-note textarea {
      background: transparent;
      resize: none;
      width: 100% !important;
      padding: 15px 20px;
      border: 1px solid rgba(7, 6, 11, 0.15);
      border-radius: 4px; }
  .page-checkout .checkout_partie_droite {
    width: 409px;
    position: absolute;
    top: 0;
    right: 0;
    background: white;
    padding: 137px 36px 40px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .page-checkout .checkout_partie_droite {
        padding-top: 80px; } }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .page-checkout .checkout_partie_droite {
        position: static;
        max-height: none;
        width: 100%;
        overflow-y: initial; } }
    @media only screen and (max-width: 768px) {
      .page-checkout .checkout_partie_droite {
        padding: 32px 22px; } }
    .page-checkout .checkout_partie_droite h5 {
      font-family: "Montserrat", sans-serif;
      font-weight: 600;
      margin-bottom: 40px; }
    .page-checkout .checkout_partie_droite .price-details {
      margin-bottom: 40px; }
      .page-checkout .checkout_partie_droite .price-details hr {
        margin-bottom: 20px; }
      .page-checkout .checkout_partie_droite .price-details .item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 18px; }
        .page-checkout .checkout_partie_droite .price-details .item p {
          font-size: 14px; }
          .page-checkout .checkout_partie_droite .price-details .item p.value {
            font-weight: 600; }
    .page-checkout .checkout_partie_droite .store-info {
      background: rgba(7, 6, 11, 0.05);
      padding: 28px;
      border-radius: 8px;
      margin-bottom: 100px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        .page-checkout .checkout_partie_droite .store-info {
          margin-bottom: 70px; } }
      @media only screen and (max-width: 768px) {
        .page-checkout .checkout_partie_droite .store-info {
          margin-bottom: 20px; } }
      .page-checkout .checkout_partie_droite .store-info .name-and-location,
      .page-checkout .checkout_partie_droite .store-info .timetable {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .page-checkout .checkout_partie_droite .store-info .name-and-location .icon-holder,
        .page-checkout .checkout_partie_droite .store-info .timetable .icon-holder {
          width: 13px;
          margin-right: 17px; }
        .page-checkout .checkout_partie_droite .store-info .name-and-location .txt-side .txt-title,
        .page-checkout .checkout_partie_droite .store-info .timetable .txt-side .txt-title {
          font-size: 14px;
          font-weight: 600;
          margin-bottom: 8px; }
        .page-checkout .checkout_partie_droite .store-info .name-and-location .txt-side .location,
        .page-checkout .checkout_partie_droite .store-info .timetable .txt-side .location {
          font-size: 12px; }
      .page-checkout .checkout_partie_droite .store-info .name-and-location {
        margin-bottom: 22px; }
    .page-checkout .checkout_partie_droite .woocommerce-checkout-payment {
      background: transparent !important; }
      .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order {
        padding: 0 !important;
        margin: 0 !important; }
        .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order .btn--primary, .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order .archive-products-fresh .mito_add_to_cart_button, .archive-products-fresh .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order .mito_add_to_cart_button,
        .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order .archive-products-dry .mito_add_to_cart_button, .archive-products-dry .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order .mito_add_to_cart_button, .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order body.single-product .related.products .mito_add_to_cart_button, body.single-product .related.products .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order .mito_add_to_cart_button,
        .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order body.single-product .product_related .mito_add_to_cart_button, body.single-product .product_related .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order .mito_add_to_cart_button,
        .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order body.single-product .up-sells.products .mito_add_to_cart_button, body.single-product .up-sells.products .page-checkout .checkout_partie_droite .woocommerce-checkout-payment .form-row.place-order .mito_add_to_cart_button {
          background: #80c537 !important;
          font-weight: 400 !important;
          padding: 14px !important;
          width: 100%;
          margin-bottom: 14px; }
    .page-checkout .checkout_partie_droite .btn--secondary {
      width: 100% !important;
      padding: 14px !important;
      font-weight: 400 !important; }
    .page-checkout .checkout_partie_droite .extra-info p {
      color: rgba(7, 6, 11, 0.6);
      font-size: 12px;
      margin-top: 20px; }

.page-checkout table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 40px; }
  .page-checkout table tr {
    padding: 40px 0;
    border-bottom: 2px solid rgba(7, 6, 11, 0.05); }
    .page-checkout table tr:first-of-type {
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-checkout table tr:first-of-type {
          display: none; } }
    .page-checkout table tr th {
      color: rgba(7, 6, 11, 0.4);
      font-size: 10px;
      text-transform: uppercase;
      text-align: left !important;
      padding-bottom: 10px; }
  .page-checkout table td {
    padding: 35px 0;
    white-space: nowrap; }
  .page-checkout table p {
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .page-checkout table p {
        font-size: 13px; } }
  .page-checkout table .quantity {
    padding: 0 20px; }
  .page-checkout table .bold {
    font-weight: 600;
    font-size: 16px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .page-checkout table .bold {
        font-size: 13px; } }
  .page-checkout table .product_description_image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 576px) {
      .page-checkout table .product_description_image {
        width: 180px;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; } }
    @media only screen and (max-width: 576px) {
      .page-checkout table .product_description_image {
        width: auto;
        padding-right: 20px; } }
    .page-checkout table .product_description_image .img-holder {
      width: 80px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 15px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-checkout table .product_description_image .img-holder {
          width: 50px;
          margin-right: 8px; } }
      .page-checkout table .product_description_image .img-holder img {
        max-width: 65px;
        height: auto;
        max-height: 80px;
        display: block; }
    .page-checkout table .product_description_image .product-name {
      font-size: 16px;
      margin-bottom: 4px;
      font-weight: 600;
      max-width: 170px;
      white-space: break-spaces;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-checkout table .product_description_image .product-name {
          font-size: 13px; } }
    .page-checkout table .product_description_image .product-quant {
      font-size: 12px;
      font-weight: 500; }

.page-remercions {
  background: #ffffff;
  padding: 60px 110px;
  border-radius: 8px;
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .page-remercions {
      padding: 60px; } }
  @media only screen and (max-width: 768px) {
    .page-remercions {
      padding: 30px; } }
  @media only screen and (max-width: 576px) {
    .page-remercions {
      padding: 50px 10px; } }
  .page-remercions .section-header {
    max-width: 550px;
    margin: 0 auto 60px;
    text-align: center; }
    .page-remercions .section-header .icon-holder {
      width: 63px;
      height: 58px;
      background: #F8F9FB;
      border-radius: 35%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin: 0 auto 32px; }
    .page-remercions .section-header h2 {
      margin-bottom: 12px; }
  .page-remercions .info_total {
    padding: 20px 0;
    margin-bottom: 50px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000; }
    .page-remercions .info_total .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      .page-remercions .info_total .flex .item {
        width: 50%;
        margin-bottom: 27px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-remercions .info_total .flex .item {
            width: 100%; } }
        .page-remercions .info_total .flex .item .title {
          font-size: 14px;
          margin-bottom: 8px;
          font-weight: 400; }
        .page-remercions .info_total .flex .item p {
          font-size: 16px;
          font-weight: 600; }
  .page-remercions table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 40px; }
    .page-remercions table tr {
      padding: 40px 0;
      border-bottom: 2px solid rgba(7, 6, 11, 0.05); }
      .page-remercions table tr th {
        color: rgba(7, 6, 11, 0.4);
        font-size: 10px;
        text-transform: uppercase;
        text-align: left !important;
        padding-bottom: 10px; }
    .page-remercions table td {
      padding: 35px 0; }
    .page-remercions table .bold {
      font-weight: 600;
      font-size: 16px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .page-remercions table .bold {
          font-size: 13px; } }
    .page-remercions table .product_description_image {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-remercions table .product_description_image {
          width: auto;
          padding-right: 20px; } }
      .page-remercions table .product_description_image .img-holder {
        width: 80px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 15px;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 576px) {
          .page-remercions table .product_description_image .img-holder {
            width: 50px;
            margin-right: 8px; } }
        .page-remercions table .product_description_image .img-holder img {
          max-width: 65px;
          height: auto;
          max-height: 80px;
          display: block; }
      .page-remercions table .product_description_image .product-name {
        font-size: 16px;
        margin-bottom: 4px;
        font-weight: 600;
        max-width: 170px;
        white-space: break-spaces;
        /* -- @include break(mobile)-- */
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .page-remercions table .product_description_image .product-name {
            font-size: 12px; } }
      .page-remercions table .product_description_image .product-quant {
        font-size: 12px;
        font-weight: 500; }
  .page-remercions .price-details {
    margin-bottom: 40px; }
    .page-remercions .price-details hr {
      margin-bottom: 20px; }
    .page-remercions .price-details .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      margin-bottom: 18px; }
      .page-remercions .price-details .item p {
        font-size: 16px; }
        .page-remercions .price-details .item p.value {
          font-weight: 600; }
  .page-remercions .store-info {
    background: rgba(7, 6, 11, 0.05);
    padding: 28px;
    border-radius: 8px;
    margin-bottom: 60px; }
    .page-remercions .store-info h5 {
      margin-bottom: 40px;
      font-weight: 600; }
    .page-remercions .store-info .flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-remercions .store-info .flex {
          display: block; } }
    .page-remercions .store-info .name-and-location,
    .page-remercions .store-info .timetable {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: calc((100% - 60px ) / 2);
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-remercions .store-info .name-and-location,
        .page-remercions .store-info .timetable {
          width: 100%; } }
      .page-remercions .store-info .name-and-location .icon-holder,
      .page-remercions .store-info .timetable .icon-holder {
        width: 13px;
        margin-right: 17px; }
      .page-remercions .store-info .name-and-location .txt-side .txt-title,
      .page-remercions .store-info .timetable .txt-side .txt-title {
        font-size: 14px;
        font-weight: 600;
        margin-bottom: 8px; }
      .page-remercions .store-info .name-and-location .txt-side .location,
      .page-remercions .store-info .timetable .txt-side .location {
        font-size: 12px; }
    .page-remercions .store-info .name-and-location {
      margin-bottom: 22px;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 576px) {
        .page-remercions .store-info .name-and-location {
          margin-bottom: 30px; } }
  .page-remercions .btn-holder {
    text-align: center; }

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