@font-face {
    font-family: 'SeasonMix';
    src: url('../assets/fonts/season-mix/SeasonMix-RegularItalic.woff2') format('woff2'),
         url('../assets/fonts/season-mix/SeasonMix-RegularItalic.woff') format('woff');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SeasonMix';
    src: url('../assets/fonts/season-mix/SeasonMix-BoldItalic.woff2') format('woff2'),
         url('../assets/fonts/season-mix/SeasonMix-BoldItalic.woff') format('woff');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'SeasonMix';
    src: url('../assets/fonts/season-mix/SeasonMix-Light.woff2') format('woff2'),
         url('../assets/fonts/season-mix/SeasonMix-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SeasonMix';
    src: url('../assets/fonts/season-mix/SeasonMix-Regular.woff2') format('woff2'),
         url('../assets/fonts/season-mix/SeasonMix-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SeasonMix';
    src: url('../assets/fonts/season-mix/SeasonMix-Medium.woff2') format('woff2'),
         url('../assets/fonts/season-mix/SeasonMix-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SeasonMix';
    src: url('../assets/fonts/season-mix/SeasonMix-SemiBold.woff2') format('woff2'),
         url('../assets/fonts/season-mix/SeasonMix-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SeasonMix';
    src: url('../assets/fonts/season-mix/SeasonMix-Bold.woff2') format('woff2'),
         url('../assets/fonts/season-mix/SeasonMix-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'SeasonMix';
    src: url('../assets/fonts/season-mix/SeasonMix-Heavy.woff2') format('woff2'),
         url('../assets/fonts/season-mix/SeasonMix-Heavy.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('../assets/fonts/untitled-sans/UntitledSans-Regular.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('../assets/fonts/untitled-sans/UntitledSans-Medium.otf') format('opentype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('../assets/fonts/untitled-sans/UntitledSans-Bold.otf') format('opentype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('../assets/fonts/untitled-sans/UntitledSans-Italic.otf') format('opentype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'UntitledSans';
    src: url('../assets/fonts/untitled-sans/UntitledSans-BoldItalic.otf') format('opentype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

.map-container {
  position: relative;
  height: calc(100vh - 110px);
}

.google-map {
  width: 60%;
  left: 40%;
  position: relative;
  overflow: hidden;
  height: 100%;
}

#close-map {
  display: none;
}

#store-list-container {
  display: flex;
  flex-wrap: wrap;
}

#store-list {
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  width: 40%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #FFF;
  transition: 0.3s ease-in-out;
}

#store-details {
  transition: 0.3s ease-in-out;
  transform: translateX(-100%);
  position: absolute;
  z-index: 3;
  top: 0;
  height: 100%;
  width: 40%;
  overflow-y: scroll;
  overflow-x: hidden;
  background-color: #FFF;
  transition: 0.3s ease-in-out;
}
#store-details h2 {
  font-size: 20px;
  text-transform: uppercase;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: 'SeasonMix', sans-serif;
}

.upper-str {
  text-transform: uppercase;
}

#overlay {
  display: none;
  position: absolute;
  top: 0;
  height: 100%;
  width: 40%;
  background-color: white;
  z-index: 950;
  opacity: 0.8;
}
#overlay .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  margin-left: -30px;
  z-index: 951;
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #8CC8EE;
  width: 60px;
  height: 60px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.store-details-transition {
  transform: translateX(0) !important;
}

#store-list::-webkit-scrollbar,
#store-details::-webkit-scrollbar {
  width: 6px;
}

#store-list::-webkit-scrollbar-track,
#store-details::-webkit-scrollbar-track {
  background: #d5d5d5;
}

#store-list::-webkit-scrollbar-thumb,
#store-details::-webkit-scrollbar-thumb {
  background: #8cc8ee;
}

#store-list::-webkit-scrollbar-thumb:hover,
#store-details::-webkit-scrollbar-thumb:hover {
  background: #8cc8ee;
}

.first-section {
  background-color: #f6fafd;
  padding: 20px;
  padding-top: 38px;
  padding-bottom: 40px;
  border-bottom: 1px solid #d5d5d5;
}

.second-section {
  padding: 23px;
  padding-top: 40px;
}

.address-distance {
  font-family: "sofia-pro";
  font-size: 18px;
  color: #000000;
  opacity: 0.55;
  display: inline-block;
}

.detail-buttons {
  display: flex;
  align-items: baseline;
}

.current-date {
  font-weight: bold;
}

.store-details-container {
  height: 100%;
  width: 100%;
}
.store-details-container .back-to-stores {
  background-color: transparent;
  appearance: none;
  outline: none;
  display: flex;
  align-items: baseline;
  width: 100%;
  font-size: 16px;
  font-family: "sofia-pro";
  color: black;
}
.store-details-container .back-to-stores p {
  margin-bottom: 0px;
}
.store-details-container .back-to-stores i {
  color: #8cc8ee;
  margin-right: 12px;
  font-weight: 400;
  transition: 0.3s ease-in-out;
}
.store-details-container .back-to-stores:hover {
  cursor: pointer;
  color: #8cc8ee;
}
.store-details-container .back-to-stores:hover i {
  transform: translateX(-10px);
}
.store-details-container #orderBtn {
  display: flex;
  margin-top: 0px;
  position: relative;
  margin-right: 10px;
}
.store-details-container #orderBtn .information {
  margin-bottom: 0px !important;
  background: #8cc8ee;
  font-size: 16px;
  font-family: "sofia-pro";
  color: black;
}
.store-details-container #orderBtn .information .label {
  border-color: #8cc8ee;
}
.store-details-container #orderBtn .information:hover {
  background: #acd7f2;
  transition: 0.3s ease-in-out;
}
.store-details-container #orderBtn .information:hover .label {
  border-color: #acd7f2;
}
.store-details-container .current-date {
  font-weight: bold;
}
.store-details-container .schedule {
  margin-bottom: 20px !important;
}
.store-details-container .schedule,
.store-details-container .phone,
.store-details-container .address,
.store-details-container .information {
  display: flex;
  margin-bottom: 20px;
  align-items: baseline;
}
.store-details-container .schedule .icon,
.store-details-container .phone .icon,
.store-details-container .address .icon,
.store-details-container .information .icon {
  font-weight: 400;
  min-width: 15px;
  width: 15px;
  margin-right: 10px;
  color: #8cc8ee;
  font-size: 15px;
}
.store-details-container .schedule .opening-hours,
.store-details-container .phone .opening-hours,
.store-details-container .address .opening-hours,
.store-details-container .information .opening-hours {
  display: flex;
  flex-wrap: wrap;
  max-width: 242px;
}
.store-details-container .schedule .opening-hours .opening-case,
.store-details-container .phone .opening-hours .opening-case,
.store-details-container .address .opening-hours .opening-case,
.store-details-container .information .opening-hours .opening-case {
  width: 50%;
  margin-bottom: 12px;
}
.store-details-container .phone a,
.store-details-container .address a,
.store-details-container .information a {
  font-size: 18px;
  outline: none;
  text-decoration: none;
  color: #131313;
  transition: 0.3s ease-in-out;
}
.store-details-container .phone:hover a,
.store-details-container .address:hover a,
.store-details-container .information:hover a {
  color: #8cc8ee;
}
.store-details-container .orderBtnWrapperSushishop {
  display: none;
  position: absolute;
  top: calc(100% + 10px);
}
.store-details-container .btnWrapperFlex {
  display: flex;
  flex-wrap: wrap;
  z-index: 4;
  width: min-content;
  border: 2px solid black;
}
.store-details-container .orderBtnWrapperSushishop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 115px;
  height: 115px;
}
.store-details-container .orderBtnWrapperSushishop a span {
  display: block;
  height: 0;
  width: 0;
  opacity: 0;
}
.store-details-container .orderBtnWrapperSushishop a.bonapp {
  background: #a7c738;
}
.store-details-container .orderBtnWrapperSushishop a.uber {
  background: #000000;
}
.store-details-container .orderBtnWrapperSushishop a.skip {
  background: #e91431;
}

#collapse-store-list {
  display: none;
  z-index: 5;
  left: 650px;
  height: 50px;
  width: 50px;
  font-size: 24px;
  outline: none;
  transition: 0.3s ease-in-out;
  background-color: #f6fafd;
  border: none;
  border-bottom: 1px solid white;
  position: relative;
}
#collapse-store-list:hover {
  cursor: pointer;
}
#collapse-store-list::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 41px;
  height: 4px;
  background-color: #8cc8ee;
  border-radius: 200px;
}
#collapse-store-list::after {
  content: "";
  border-bottom: 1px solid #d5d5d5;
  width: 100%;
  display: block;
  margin-top: 50px;
}

.treize-address-search {
  background-color: #f6fafd;
  padding: 20px;
  border-bottom: 1px solid #d5d5d5;
}
.treize-address-search .action-bar {
  display: flex;
}
.treize-address-search .action-bar #autocomplete {
  font-family: "sofia-pro";
  font-size: 18px;
  height: 60px;
  width: 100%;
  padding: 17px;
  outline: none;
  border: 1px solid #8cc8ee;
  border-radius: 1px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.treize-address-search .action-bar .magnifier-button {
  font-size: 18px;
  padding: 13px;
  width: 68px;
  color: white;
  background-color: #8cc8ee;
  outline: none;
  transition: 0.3s ease-in-out;
}
.treize-address-search .action-bar .magnifier-button i {
  font-weight: 400;
}
.treize-address-search .action-bar .magnifier-button:hover {
  cursor: pointer;
  color: white;
  background-color: black;
}

.geo-localisation {
  z-index: 20;
  font-size: 24px;
  margin-left: 20px;
  background-color: transparent;
  outline: none;
}
.geo-localisation:hover {
  cursor: pointer;
  color: #8cc8ee;
}

.card-store-img {
  width: 115px;
  height: 115px;
  object-fit: cover;
  margin-right: 15px;
}

.map-card {
  width: 50%;
  padding: 20px;
  border-bottom: 1px solid #d5d5d5;
  border-right: 1px solid #d5d5d5;
}
.map-card .schedule,
.map-card .phone,
.map-card .address,
.map-card .information {
  font-size: 18px;
  display: flex;
  margin-bottom: 10px;
  align-items: baseline;
}
.map-card .schedule .icon,
.map-card .phone .icon,
.map-card .address .icon,
.map-card .information .icon {
  font-size: 15px;
  font-weight: 400;
  min-width: 15px;
  width: 15px;
  margin-right: 10px;
  color: #8cc8ee;
}
.map-card .schedule .opening-hours,
.map-card .phone .opening-hours,
.map-card .address .opening-hours,
.map-card .information .opening-hours {
  display: flex;
  flex-wrap: wrap;
  max-width: 242px;
}
.map-card .schedule .opening-hours .opening-case,
.map-card .phone .opening-hours .opening-case,
.map-card .address .opening-hours .opening-case,
.map-card .information .opening-hours .opening-case {
  width: 50%;
}
.map-card .phone,
.map-card .address,
.map-card .information {
  font-size: 18px;
}
.map-card .phone a,
.map-card .address a,
.map-card .information a {
  outline: none;
  text-decoration: none;
  color: #131313;
  transition: 0.3s ease-in-out;
}
.map-card .phone:hover a,
.map-card .address:hover a,
.map-card .information:hover a {
  color: #8cc8ee;
}
.map-card:hover {
  cursor: pointer;
  background-color: #f6fafd;
}
.map-card .card-name {
  font-size: 16px;
  color: #131313;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'SeasonMix', sans-serif;
  word-break: break-word;
}
.map-card .address-container {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.map-card .address-container i {
  margin-right: 10px;
}
.map-card .address-container .card-address {
  font-size: 16px;
  color: #131313;
}
.map-card .phone-container {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.map-card .phone-container i {
  margin-right: 10px;
}
.map-card .phone-container p {
  margin-bottom: 0px;
}
.map-card .phone-container .card-phone {
  font-size: 16px;
  outline: none;
  text-decoration: none;
  color: #131313;
}
.map-card .card-distance {
  font-size: 16px;
  margin-bottom: 0px;
  color: #131313;
}

.card-time {
  font-size: 18px;
  margin-bottom: 10px;
  color: #000000;
  font-family: "sofia-pro";
}

#collapse-store-list {
  display: none;
}

#loadmore {
  text-align: center;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  line-height: 0;
  padding-bottom: 15px;
}

@media (max-width: 1024px) {
  .page-template-stores {
    height: 100vh !important;
    overflow: hidden;
  }
  .page-template-stores #ham {
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .page-template-stores #ham.visible {
    opacity: 1;
    display: flex;
    visibility: visible;
  }
  .page-template-stores #masthead {
    padding: 0;
  }
  .treize-address-search {
    background: white;
  }
  .map-container {
    position: absolute;
    height: 100vh;
    width: 100%;
    top: 0;
    overflow: hidden;
  }
  #page__content.stores {
    overflow: hidden;
  }
  #overlay {
    width: 100%;
    position: fixed;
  }
  #collapse-store-list {
    display: none;
    width: 100%;
    left: 0px;
  }
  .google-map {
    left: 0px;
    width: 100%;
  }
  #store-details {
    width: 100%;
    position: fixed;
    z-index: 999;
  }
  #store-details::-webkit-scrollbar {
    display: none;
  }
  .store-hide {
    overflow: hidden;
  }
  #store-list-container {
    background: white;
  }
  #store-list {
    height: 100vh;
    width: 100%;
    position: fixed;
    overflow: initial;
    background-color: initial;
    top: calc(100% - 70px);
    transition: initial;
    transform: translate(0px, 0px);
    -ms-touch-action: none;
    touch-action: none;
    user-select: none;
  }
  #store-list::-webkit-scrollbar {
    width: 0;
  }
  #store-list.opened {
    overflow: scroll;
    touch-action: initial;
    user-select: initial;
  }
  #store-list.opened .window-extender {
    border-radius: 0;
    padding: 0;
    height: 0;
  }
  #store-list.opened .window-extender::before {
    opacity: 0;
  }
  #store-list.opened #close-map {
    pointer-events: all;
  }
  #close-map {
    position: fixed;
    display: inline-flex;
    align-items: center;
    bottom: 60px;
    left: 50%;
    transform: translateX(-50%);
    background: #1A1A1A;
    color: white;
    padding: 12px 20px;
    border-radius: 4rem;
    z-index: 99;
    box-shadow: 0px 10px 23px 3px rgba(86, 86, 86, 0.6);
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
    transition: 0.5s;
  }
  #close-map.hidden {
    opacity: 0 !important;
    pointer-events: none !important;
  }
  #close-map::before {
    content: url("../assets/svg/map-solid.svg");
    width: 18px;
    height: 19px;
    margin-right: 12px;
  }
  .store-list-transition {
    transform: translateY(80vh) !important;
  }
  .geo-localisation {
    left: 10px;
    z-index: 1;
    top: 60px;
  }
  .window-extender {
    display: flex;
    justify-content: center;
    height: 4px;
    padding: 20px 0;
    border-radius: 4rem 4rem 0 0;
    transition: 0.3s ease-in-out;
    background: white;
    border-bottom: 1px solid rgba(202, 202, 202, 0.2);
    -ms-touch-action: none;
    touch-action: none;
    user-select: none;
  }
  .window-extender::before {
    content: "";
    position: relative;
    display: block;
    width: 42px;
    height: 4px;
    background: #dbdada;
    border-radius: 4rem;
    transition: 0.3s ease-in-out;
  }
}
@media (max-width: 640px) {
  .map-card {
    width: 100%;
    border-right: none;
  }
  .half-width {
    width: 50% !important;
  }
}
@media (max-width: 400px) {
  .store-list-transition {
    transform: translateY(calc(100vh - 50px)) !important;
  }
  #store-details {
    position: fixed;
  }
  .detail-buttons {
    flex-wrap: wrap;
  }
  .detail-buttons #orderBtn {
    margin-bottom: 10px;
  }
  .first-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #store-details h2 {
    font-size: 18px;
  }
  .second-section {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@font-face {
  font-family: "Eurostile";
  src: url("../assets/fonts/eurostile/Eurostile-BoldExtendedTwo.ttf") format("ttf"), url("../assets/fonts/eurostile/Eurostile-BoldExtendedTwo.eot") format("eot"), url("../assets/fonts/eurostile/Eurostile-BoldExtendedTwo.woff") format("woff"), url("../assets/fonts/eurostile/Eurostile-BoldExtendedTwo.woff2") format("woff2"), url("../assets/fonts/eurostile/Eurostile-BoldExtendedTwo.svg") format("svg");
  font-weight: 700;
}
@font-face {
  font-family: "Notethis";
  src: url("../assets/fonts/notethis/Notethis.ttf") format("ttf"), url("../assets/fonts/notethis/Notethis.eot") format("eot"), url("../assets/fonts/notethis/Notethis.woff") format("woff"), url("../assets/fonts/notethis/Notethis.woff2") format("woff2"), url("../assets/fonts/notethis/Notethis.svg") format("svg");
  font-weight: 700;
}
html {
  font-size: 16px;
}

body {
  font-family: 'UntitledSans', sans-serif;
  color: #000;
}

h1 {
  font-family: 'SeasonMix', sans-serif;
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.5;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0;
}
h1.product-title {
  font-size: 32px;
  font-size: 2rem;
}
h1.product-title .copyright {
  font-size: 10px;
  font-size: 0.625rem;
  top: -2em;
}

h2.section-title {
  font-family: 'SeasonMix', sans-serif;
  font-size: 56px;
  font-size: 3.5rem;
  color: #8CC8EE;
  line-height: 1.16;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 80px;
}
h2.section-title.small {
  font-size: 30px;
  font-size: 1.875rem;
}
h2.small-h3-lookalike {
  font-family: 'SeasonMix', sans-serif;
  color: #8CC8EE;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 25px;
}
h2.v2 {
  font-family: 'SeasonMix', sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  line-height: 1.16;
  font-weight: 700;
  margin: 0 0 60px;
}
h2.v2.blue {
  color: #8CC8EE;
}
h2.v2.order-title {
  margin: 0 0 40px;
}
h2.small {
  font-family: 'SeasonMix', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 60px;
}
h2.center {
  text-align: center;
}

h3 {
  font-family: 'SeasonMix', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.45;
  font-weight: 700;
  margin: 0;
}
h3.product-subtitle {
  font-family: 'SeasonMix', sans-serif;
  color: #8CC8EE;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  margin: 0;
}
h3.product-subtitle + p {
  margin: 17px 0 0;
}
h3.section-subtitle {
  font-size: 20px;
  font-size: 1.25rem;
  margin-bottom: 40px;
  text-align: center;
}
h3.small {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16;
  text-transform: uppercase;
  font-weight: 700;
  margin: 0 0 60px;
}
h3.extra-small {
  font-size: 20px;
  font-size: 1.25rem;
}
h3.no-products {
  font-size: 18px;
  font-size: 1.125rem;
  font-family: 'SeasonMix', sans-serif;
  font-weight: 400;
}

h4 {
  font-family: 'SeasonMix', sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  font-weight: 700;
  margin: 0 0 30px;
}

p {
  margin: 0;
}
p.disclaimer {
  margin: 60px auto 0;
  font-size: 14px;
  font-size: 0.875rem;
  max-width: 200px;
  display: block;
}

a {
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus {
  outline: 0;
}

#giftCardWrapper {
  color: #FFF;
}
#giftCardWrapper .choice-title {
  margin-top: 0;
  text-align: center;
  text-transform: uppercase;
  font-family: 'SeasonMix', sans-serif;
  font-size: 36px;
  font-size: 2.25rem;
  font-weight: 700;
  line-height: 1.15;
}
#giftCardWrapper .label {
  font-family: 'SeasonMix', sans-serif;
  font-size: 29px;
  font-size: 1.8125rem;
  font-weight: 700;
  line-height: 1.15;
}

#timeline .content {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  text-align: center;
}
#timeline .content a {
  color: #8CC8EE;
}

.fields .field-title {
  font-size: 26px;
  font-size: 1.625rem;
}
.fields h3 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'SeasonMix', sans-serif;
  text-transform: none;
}
.fields a {
  color: #000;
}

.pagination .nav-links .page-numbers:not(.next):not(.prev) {
  color: #000;
}
.pagination .nav-links .page-numbers:not(.next):not(.prev).current {
  color: #8CC8EE;
}

.blog-categories a {
  font-size: 18px;
  font-size: 1.125rem;
  color: #000;
  display: block;
  padding: 15px 0;
  position: relative;
  line-height: 1;
}
.blog-categories a::after {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: calc(100% + 4px);
  background: #8cc8ee;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.blog-categories a:hover::after, .blog-categories a.active::after {
  opacity: 1;
  top: 0;
}

.content__section.general_flexible a {
  color: #8cc8ee;
}
.content__section.general_flexible h3 {
  text-align: left;
}
.content__section.general_flexible .column-text p {
  text-align: left;
}

.article .article-category {
  background: #8CC8EE;
  color: #FFF;
  padding: 14px 17px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
.article .article-link .article-cta {
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}
.article .article-date {
  display: block;
  color: #8CC8EE;
  font-size: 16px;
  font-size: 1rem;
}
.article .article-date + .article-title {
  display: inline-block;
  font-family: "sofia-pro", sans-serif;
  margin: 20px 0 0;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
}
.article .article-date + .article-title a {
  display: block;
  color: #000;
}

#ham .cta {
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  font-family: 'UntitledSans', sans-serif;
  text-transform: uppercase;
  line-height: 1;
  letter-spacing: 2px;
  color: #000;
}

#respmenu .menu-main-container a,
#respmenu .menu-main-fr-container a {
  text-align: center;
  color: #FFF;
  font-family: 'SeasonMix', sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  text-transform: uppercase;
}
#respmenu .menu-resp-menu-container a,
#respmenu .menu-resp-menu-fr-container a {
  line-height: 1.2;
  color: #000;
  font-size: 24px;
  font-size: 1.5rem;
}
#respmenu .lang-switch {
  font-size: 18px;
  font-size: 1.125rem;
}
#respmenu .lang-switch p {
  color: #000;
  font-weight: 700;
  margin: 0 0 25px;
}
#respmenu .lang-switch a {
  color: #8CC8EE;
}

#masthead ul.menu a {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

#page__header {
  color: #FFF;
}
#page__header p {
  margin: 24px 0 0;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.7;
  font-weight: 400;
}
#page__header .featured-product .cta-discover {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 400;
  color: #FFF;
  font-family: "Notethis";
}
#page__header.single-header {
  color: #000;
}
#page__header.single-header .header-date {
  display: inline-block;
  margin: 0 0 40px;
  color: #8CC8EE;
}
#page__header.single-header .header-category {
  background: #8CC8EE;
  color: #FFF;
  padding: 14px 17px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
}
#page__header.single-header h1 {
  font-size: 42px;
  font-size: 2.625rem;
  font-family: "sofia-pro", sans-serif;
  text-transform: none;
}

#jobFilters h2 {
  font-size: 24px;
  font-size: 1.5rem;
  font-family: 'SeasonMix', sans-serif;
  font-weight: 700;
  color: #8CC8EE;
  margin: 0 0 40px;
}
#jobFilters #roles label {
  font-size: 16px;
  font-size: 1rem;
  font-family: 'SeasonMix', sans-serif;
  line-height: 1.3;
}
#jobFilters #regions {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}

#jobResults .job__row .job__row-title {
  color: #8CC8EE;
  font-size: 18px;
  font-size: 1.125rem;
  margin-bottom: 5px;
}
#jobResults .job__row .job__row-date,
#jobResults .job__row p {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  opacity: 0.45;
  line-height: 1.25;
  margin: 0;
}
#jobResults .job__row .job__row-place h3 {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 600;
}

.job__row.application a {
  color: #8CC8EE;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.job__row.application a:hover {
  color: #000;
}
.job__row.application a:visited {
  color: #8CC8EE;
}

#page__content .content__section .single-resto_infos {
  font-size: 18px;
  font-size: 1.125rem;
}
#page__content .content__section .single-resto_infos h2 {
  font-size: 22px;
  font-size: 1.375rem;
  margin: 0 0 40px;
  font-family: 'SeasonMix', sans-serif;
  font-weight: 700;
}
#page__content .content__section .single-resto_infos a:not(.btn) {
  color: #000;
}
#page__content .content__section.contactContent h2 {
  font-size: 22px;
  font-size: 1.375rem;
  font-family: 'SeasonMix', sans-serif;
  margin: 0 0 40px;
}
#page__content .content__section.contactContent a {
  color: #8CC8EE;
}
#page__content .content__section.contactContent p {
  margin: 0;
}
#page__content .content__section.contactContent p + p {
  margin-top: 30px;
}
#page__content .content__section.contactContent p:last-child {
  margin-top: 70px;
}
#page__content .content__section.cloud h3 {
  color: #8CC8EE;
}
#page__content .content__section .career-desc h3 {
  margin: 0 0 40px;
}
#page__content .content__section.general_flexible ul,
#page__content .content__section.general_flexible ol {
  margin: 0 0 0 35px;
  padding: 25px 0;
}
#page__content .content__section.general_flexible ul li,
#page__content .content__section.general_flexible ol li {
  margin: 0;
}
#page__content .content__section.general_flexible ul li + li,
#page__content .content__section.general_flexible ol li + li {
  margin-top: 15px;
}
#page__content .content__section.general_flexible p + p {
  margin: 30px 0 0;
}
#page__content .content__section.general_flexible h3 {
  margin: 0 0 40px 0;
}
#page__content .content__section.general_flexible .big-text {
  color: #8CC8EE;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.325;
}
#page__content .content__section.general_flexible blockquote > p {
  color: #8CC8EE;
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.325;
}
#page__content .content__section.general_flexible blockquote .author {
  margin: 30px 0 0;
}
#page__content .content__section.general_flexible blockquote .author p {
  margin: 0;
  font-family: "Eurostile", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.4;
}
#page__content .content__section.post_content .text_block ul,
#page__content .content__section.post_content .text_block ol {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
#page__content .content__section.post_content .text_block ul li,
#page__content .content__section.post_content .text_block ol li {
  padding-left: 30px;
  font-size: 20px;
  font-size: 1.25rem;
  position: relative;
}
#page__content .content__section.post_content .text_block ul li::after,
#page__content .content__section.post_content .text_block ol li::after {
  position: absolute;
  width: 15px;
  height: 15px;
  min-width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  transform: translateY(-50%);
}
#page__content .content__section.post_content .text_block ul li::after {
  top: 16px;
  content: "";
  background-image: url("../assets/svg/blue_tick.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
#page__content .content__section.post_content .text_block ol {
  counter-reset: counter;
}
#page__content .content__section.post_content .text_block ol li {
  counter-increment: counter;
}
#page__content .content__section.post_content .text_block ol li::after {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  top: 13px;
  content: counter(counter);
  color: #8CC8EE;
}
#page__content .content__section.post_content .text_block ol li ol {
  counter-reset: secondary;
}
#page__content .content__section.post_content .text_block ol li ol li {
  counter-increment: secondary;
}
#page__content .content__section.post_content .text_block ol li ol li::after {
  color: #ACD7F2;
  content: counter(secondary);
}
#page__content .content__section.post_content .text_block p {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  margin: 0 0 40px;
}
#page__content .content__section.post_content .text_block p:last-child {
  margin: 0;
}
#page__content .content__section.post_content .text_block a {
  color: #8CC8EE;
}
#page__content .content__section.post_content .text_block h1 {
  font-size: 32px;
  font-size: 2rem;
  margin: 40px 0;
  color: #8CC8EE;
}
#page__content .content__section.post_content .text_block h2 {
  font-family: 'SeasonMix', sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  color: #ACD7F2;
  margin: 35px 0;
}
#page__content .content__section.post_content .text_block h3 {
  text-transform: uppercase;
  color: #ACD7F2;
  font-size: 22px;
  font-size: 1.375rem;
}
#page__content .content__section.post_content .text_block h4 {
  font-size: 22px;
  font-size: 1.375rem;
}
#page__content .content__section.post_content .text_block h5 {
  font-family: 'SeasonMix', sans-serif;
  font-size: 16px;
  font-size: 1rem;
  text-transform: uppercase;
  color: #8CC8EE;
}
#page__content .content__section.post_content .text_block h3,
#page__content .content__section.post_content .text_block h4,
#page__content .content__section.post_content .text_block h5 {
  margin: 30px 0;
}
#page__content .content__section.post_content .text_block h1:last-child,
#page__content .content__section.post_content .text_block h2:last-child,
#page__content .content__section.post_content .text_block h3:last-child,
#page__content .content__section.post_content .text_block h4:last-child,
#page__content .content__section.post_content .text_block h5:last-child {
  margin: 0;
}
#page__content .content__section.post_content .text_block h1:first-child,
#page__content .content__section.post_content .text_block h2:first-child,
#page__content .content__section.post_content .text_block h3:first-child,
#page__content .content__section.post_content .text_block h4:first-child,
#page__content .content__section.post_content .text_block h5:first-child {
  margin-top: 0;
}
#page__content .content__section.instagram h3 {
  color: #8CC8EE;
  margin: 0 0 20px;
}
#page__content .content__section.searchMenu {
  color: #000;
}
#page__content .content__section.searchMenu .search-results{
  color: #000;
}
#page__content .content__section.searchMenu .type-tile {
  font-family: 'SeasonMix', sans-serif;
  font-size: 26px;
  font-size: 1.625rem;
  margin: 0 0 15px;
  text-transform: uppercase;
}
#page__content .content__section.searchMenu .type-tile .copyright {
  top: -2em;
  font-size: 10px;
  font-size: 0.625rem;
}

.promotion-slider h3 + p {
  font-size: 18px;
  font-size: 1.125rem;
  margin: 40px 0 0;
}
.promotion-slider h3 + p + .btn {
  margin: 30px 0 0;
}
.promotion-slider .digit {
  line-height: 1.75;
}

#page__footer {
  color: #000;
  font-size: 16px;
  font-size: 1rem;
}
#page__footer a {
  color: #000;
}

.product-case a[data-fancybox] {
  font-size: 18px;
  font-size: 1.125rem;
  color: #8CC8EE;
}
.product-case.back-button a {
  color: #8CC8EE;
  font-size: 18px;
  font-size: 1.125rem;
}

.product-order > span {
  font-family: "Notethis";
  font-size: 28px;
  font-size: 1.75rem;
}

.product-list_item .title {
  font-family: "sofia-pro", sans-serif;
  text-align: center;
}
.product-list_item .title a {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 500;
  color: #000;
}
.product-list_item .title a .copyright {
  top: -1em;
  font-size: 10px;
  font-size: 0.625rem;
}

@media screen and (max-width: 90rem) {
  h1 {
    font-size: 36px;
    font-size: 2.25rem;
  }
  #page__header p {
    font-size: 20px;
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 50rem) {
  h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  h2.section-title {
    font-size: 46px;
    font-size: 2.875rem;
  }
  h2.v2 {
    font-size: 32px;
    font-size: 2rem;
  }
  #page__content .content__section.general_flexible .big-text {
    font-size: 30px;
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 40rem) {
  h1 {
    font-size: 16px;
    font-size: 1rem;
  }
  h1.product-title {
    font-size: 24px;
  }
  h2.section-title {
    font-size: 22px;
    font-size: 1.375rem;
    margin-bottom: 25px;
  }
  h2.v2 {
    font-size: 22px;
    font-size: 1.375rem;
  }
  h2.v2.order-title {
    margin: 0 0 25px;
  }
  h3.product-subtitle {
    font-size: 14px;
  }
  .product-list_item .title {
    line-height: 1;
    display: flex;
    margin-top: 5px;
  }
  #giftCardWrapper .choice-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #giftCardWrapper .label {
    font-size: 16px;
    font-size: 1rem;
  }
  #page__content .content__section.searchMenu .type-tile {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 0;
  }
  #page__content .content__section.general_flexible .big-text {
    font-size: 26px;
    font-size: 1.625rem;
  }
  #page__content .content__section.general_flexible blockquote p {
    font-size: 28px;
    font-size: 1.75rem;
  }
  #page__content .content__section.general_flexible blockquote .author p {
    font-size: 16px;
    font-size: 1rem;
  }
  #respmenu .menu-main-container a,
  #respmenu .menu-main-fr-container a {
    color: #FFF !important;
    font-size: 4vw;
  }
  #respmenu .menu-resp-menu-container a,
  #respmenu .menu-resp-menu-fr-container a {
    font-size: 4.5vw;
  }
  #respmenu .lang-switch {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #respmenu .lang-switch p {
    margin: 0 0 10px;
  }
  #page__header.single-header h1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
  #page__header.single-header .header-date {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 25rem) {
  .fields .field-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .doc-title {
    font-size: 16px;
    font-size: 1rem;
  }
}
button {
  border: 0 !important;
  padding: 0;
}

.btn {
  cursor: pointer;
  display: inline-block;
  position: relative;
  overflow: hidden;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  border: 0;
}
.btn.blue{
  background-color: #fff;
}
.btn.blue::after {
  background-color: #8cc8ee!important;
}
.btn .label {
  -webkit-border-radius: 50px;
  border-radius: 50px;
  background-clip: padding-box;
  border: 2px solid;
  position: relative;
  z-index: 1;
  font-family: 'UntitledSans', sans-serif;
  display: inline-block;
  text-align: center;
  padding: 12px 35px 15px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
}
.btn .label.icon i {
  margin-left: 15px;
}
.btn::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: -2px;
  right: -2px;
  left: -2px;
  height: 0;
}
.btn.big .label {
  padding: 12px 45px 15px;
  font-size: 18px;
  font-size: 1.125rem;
}
.btn.extra {
  border-top-left-radius: 0;
  border-bottom-left-radius: 15px;
}
.btn.extra .label {
  border-top-left-radius: 0;
  border-bottom-left-radius: 15px;
  padding: 17px 40px 18px 63px;
  font-size: 20px;
  font-size: 1.25rem;
}
.btn.extra .label::after {
  border-top-left-radius: 0;
  border-bottom-left-radius: 15px;
}
.btn.filled {
  background: #8CC8EE;
  width: fit-content;
}
.btn.filled::after {
  background: #ACD7F2;
}
.btn.filled .label {
  border-color: #8CC8EE;
  color: #000;
}
.btn.filled.snow {
  background: #FFF;
}
.btn.filled.snow .label {
  border-color: #FFF;
}
.btn.empty::after {
  background: #FFF;
}
.btn.empty .label {
  border-color: #FFF;
  color: #FFF;
}
.btn.empty.sky::after {
  background: #8CC8EE;
}
.btn.empty.sky .label {
  border-color: #8CC8EE;
  color: #8CC8EE;
}
.btn.orderBtn {
  cursor: pointer;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.btn.orderBtn .label {
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.btn.orderBtn.active.empty {
  background: #FFF;
}
.btn.orderBtn.active.empty .label {
  color: #8CC8EE;
}
.btn.orderBtn.active.empty.sky {
  background: #8CC8EE;
}
.btn.orderBtn.active.empty.sky .label {
  color: #000;
}
.btn.orderIcon .label {
  display: flex;
  align-items: center;
}
.btn.orderIcon .label::before {
  content: "";
  position: relative;
  display: block;
  background-image: url("../assets/svg/bag.svg");
  background-repeat: no-repeat;
  background-position: center;
  width: 18px;
  height: 19px;
  top: 1px;
  margin-right: 5px;
}

@media screen and (max-width: 90rem) {
  .btn .big .label {
    font-size: 16px;
    font-size: 1rem;
  }
}
@media screen and (max-width: 40rem) {
  .btn .label {
    line-height: 1.4;
  }
}
.wrapper {
  margin: 0 auto;
  max-width: 1470px;
  width: 100%;
  padding-right: 40px;
  padding-left: 40px;
}
.wrapper.small {
  max-width: 1170px;
}
.wrapper.extra-small {
  max-width: 750px;
}

@media screen and (max-width: 40rem) {
  .wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.row + .row {
  margin-top: 50px;
}
.row.row-nomargin {
  margin-top: 0 !important;
}
.row:last-child {
  margin-bottom: 0;
}
.row.article-list {
  margin-bottom: -75px;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col {
  flex-direction: column;
}

.col.reverse {
  flex-direction: column-reverse;
}

[class*=col-xxl] {
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xxl-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xxl-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xxl-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xxl-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xxl-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xxl-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xxl-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xxl-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xxl-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xxl-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xxl-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xxl-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xxl-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xxl-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xxl-offset-3 {
  margin-left: 25%;
}

.col-xxl-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xxl-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xxl-offset-6 {
  margin-left: 50%;
}

.col-xxl-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xxl-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xxl-offset-9 {
  margin-left: 75%;
}

.col-xxl-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xxl-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xxl-offset-12 {
  margin-left: 100%;
}

.col-xxl {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xxl {
  justify-content: flex-start;
  text-align: start;
}

.center-xxl {
  justify-content: center;
  text-align: center;
}

.end-xxl {
  justify-content: flex-end;
  text-align: end;
}

.top-xxl {
  align-items: flex-start;
}

.middle-xxl {
  align-items: center;
}

.bottom-xxl {
  align-items: flex-end;
}

.around-xxl {
  justify-content: space-around;
}

.between-xxl {
  justify-content: space-between;
}

.first-xxl {
  order: -1;
}

.last-xxl {
  order: 1;
}

@media only screen and (max-width: 90rem) {
  [class*=col-xlg] {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xlg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xlg {
    justify-content: flex-start;
    text-align: start;
  }
  .reverse-xlg-col {
    flex-direction: column-reverse;
  }
  .col-xlg-offset-none {
    margin-left: 0;
  }
  .hidden-xlg {
    display: none;
  }
  .center-xlg {
    justify-content: center;
    text-align: center;
  }
  .end-xlg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xlg {
    align-items: flex-start;
  }
  .middle-xlg {
    align-items: center;
  }
  .bottom-xlg {
    align-items: flex-end;
  }
  .around-xlg {
    justify-content: space-around;
  }
  .between-xlg {
    justify-content: space-between;
  }
  .first-xlg {
    order: -1;
  }
  .last-xlg {
    order: 1;
  }
}
@media only screen and (max-width: 75rem) {
  [class*=col-xl] {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xl-offset-3 {
    margin-left: 25%;
  }
  .col-xl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xl-offset-6 {
    margin-left: 50%;
  }
  .col-xl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xl-offset-9 {
    margin-left: 75%;
  }
  .col-xl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xl-offset-12 {
    margin-left: 100%;
  }
  .col-xl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xl {
    justify-content: flex-start;
    text-align: start;
  }
  .reverse-xl-col {
    flex-direction: column-reverse;
  }
  .col-xl-offset-none {
    margin-left: 0;
  }
  .hidden-xl {
    display: none;
  }
  .center-xl {
    justify-content: center;
    text-align: center;
  }
  .end-xl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xl {
    align-items: flex-start;
  }
  .middle-xl {
    align-items: center;
  }
  .bottom-xl {
    align-items: flex-end;
  }
  .around-xl {
    justify-content: space-around;
  }
  .between-xl {
    justify-content: space-between;
  }
  .first-xl {
    order: -1;
  }
  .last-xl {
    order: 1;
  }
}
@media only screen and (max-width: 1200px) {
  [class*=col-sl] {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sl-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sl-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sl-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sl-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sl-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sl-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sl-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sl-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sl-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sl-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sl-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sl-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sl-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sl-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sl-offset-3 {
    margin-left: 25%;
  }
  .col-sl-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sl-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sl-offset-6 {
    margin-left: 50%;
  }
  .col-sl-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sl-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sl-offset-9 {
    margin-left: 75%;
  }
  .col-sl-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sl-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sl-offset-12 {
    margin-left: 100%;
  }
  .col-sl {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sl {
    justify-content: flex-start;
    text-align: start;
  }
  .reverse-sl-col {
    flex-direction: column-reverse;
  }
  .col-sl-offset-none {
    margin-left: 0;
  }
  .hidden-sl {
    display: none;
  }
  .center-sl {
    justify-content: center;
    text-align: center;
  }
  .end-sl {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sl {
    align-items: flex-start;
  }
  .middle-sl {
    align-items: center;
  }
  .bottom-sl {
    align-items: flex-end;
  }
  .around-sl {
    justify-content: space-around;
  }
  .between-sl {
    justify-content: space-between;
  }
  .first-sl {
    order: -1;
  }
  .last-sl {
    order: 1;
  }
}
@media only screen and (max-width: 64rem) {
  [class*=col-lg] {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .reverse-lg-col {
    flex-direction: column-reverse;
  }
  .col-lg-offset-none {
    margin-left: 0;
  }
  .hidden-lg {
    display: none;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (max-width: 50rem) {
  [class*=col-md] {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .reverse-md-col {
    flex-direction: column-reverse;
  }
  .col-md-offset-none {
    margin-left: 0;
  }
  .hidden-md {
    display: none;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (max-width: 40rem) {
  [class*=col-sm] {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .reverse-sm-col {
    flex-direction: column-reverse;
  }
  .col-sm-offset-none {
    margin-left: 0;
  }
  .hidden-sm {
    display: none;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (max-width: 25rem) {
  [class*=col-xs] {
    box-sizing: border-box;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .reverse-xs-col {
    flex-direction: column-reverse;
  }
  .col-xs-offset-none {
    margin-left: 0;
  }
  .hidden-xs {
    display: none;
  }
  .center-xs {
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
body.hasHover #ham .h-c {
  cursor: pointer;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
body.hasHover #ham .h-c:hover {
  background: rgba(0, 0, 0, 0.95);
}
body.hasHover #ham .cta {
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  min-width: 410px;
  justify-content: center;
}
body.hasHover #ham .cta:hover {
  background: #ACD7F2;
}
body.hasHover .featured-product .discover .cta-discover {
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.hasHover .featured-product .discover .cta-discover:hover {
  opacity: 0.75;
}
body.hasHover #jobResults .job__row {
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
body.hasHover #jobResults .job__row:hover {
  background: #F6FAFD;
}
body.hasHover #jobResults .job__row .delete-post {
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
  background: rgba(234, 77, 77, 0.5) !important;
}
body.hasHover #jobResults .job__row .delete-post:hover {
  background: #EA4D4D !important;
}
body.hasHover .product-case.back-button a i {
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
body.hasHover .product-case.back-button a:hover {
  color: #FFF;
}
body.hasHover .product-case.back-button a:hover i {
  transform: translateX(-5px);
}
body.hasHover .single-job-cta a i {
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
body.hasHover .single-job-cta a:hover {
  color: #FFF;
}
body.hasHover .single-job-cta a:hover i {
  transform: translateX(-5px);
}
body.hasHover #giftCardWrapper .content .content_wrapper .choices .choice .icon {
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
body.hasHover #giftCardWrapper .content .content_wrapper .choices .choice .icon svg {
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
body.hasHover #giftCardWrapper .content .content_wrapper .choices .choice:hover .icon {
  background: #FFF;
}
body.hasHover #giftCardWrapper .content .content_wrapper .choices .choice:hover .icon svg {
  fill: #8CC8EE;
}
body.hasHover .article .article-link::after {
  z-index: 0;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 0;
  opacity: 0.85;
  background: #8CC8EE;
  -moz-transition: height 0.3s ease-out 0.15s;
  -o-transition: height 0.3s ease-out 0.15s;
  -webkit-transition: height 0.3s ease-out 0.15s;
  transition: height 0.3s ease-out 0.15s;
}
body.hasHover .article .article-link .article-cta {
  display: flex;
  align-items: center;
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 48%;
  opacity: 0;
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasHover .article .article-link .article-cta svg {
  margin: 0 0 0 13px;
  filter: brightness(1) invert(1);
}
body.hasHover .article.active .article-link::after {
  height: 100%;
  top: unset;
  bottom: 0;
  transition-delay: 0s;
}
body.hasHover .article.active .article-link .article-cta {
  transition-delay: 0.15s;
  opacity: 1;
  left: 50%;
}
body.hasHover .article .article-category {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasHover .article .article-category:hover {
  background: #000;
  color: #FFF;
}
body.hasHover #masthead ul.menu .current-menu-item a::after {
  top: 0;
  opacity: 1;
}
body.hasHover #masthead ul.menu a {
  position: relative;
}
body.hasHover #masthead ul.menu a::after {
  content: "";
  position: absolute;
  top: -50%;
  left: 50%;
  transform: translateX(-50%);
  height: 4px;
  width: calc(100% + 4px);
  background: #8CC8EE;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasHover #masthead ul.menu a:hover::after {
  top: 0;
  opacity: 1;
}
body.hasHover #respmenu .menu-main-container li a,
body.hasHover #respmenu .menu-main-fr-container li a {
  color: #FFF;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.hasHover #respmenu .menu-main-container li a::after,
body.hasHover #respmenu .menu-main-fr-container li a::after {
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.hasHover #respmenu .menu-main-container li a:hover,
body.hasHover #respmenu .menu-main-fr-container li a:hover {
  color: #8CC8EE;
}
body.hasHover #respmenu .menu-main-container li a:hover::after,
body.hasHover #respmenu .menu-main-fr-container li a:hover::after {
  opacity: 0;
}
body.hasHover #respmenu .menu-resp-menu-container a,
body.hasHover #respmenu .menu-resp-menu-fr-container a {
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.hasHover #respmenu .menu-resp-menu-container a:hover,
body.hasHover #respmenu .menu-resp-menu-fr-container a:hover {
  color: #8CC8EE;
}
body.hasHover #respmenu .lang-switch a {
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.hasHover #respmenu .lang-switch a:hover {
  color: #000;
}
body.hasHover .btn .label {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasHover .btn::after {
  -moz-transition: height 0.3s ease-out;
  -o-transition: height 0.3s ease-out;
  -webkit-transition: height 0.3s ease-out;
  transition: height 0.3s ease-out;
}
body.hasHover .btn:not(.extra):hover::after {
  height: 100%;
  top: unset;
  bottom: -2px;
}
body.hasHover .btn:not(.extra):hover.filled .label {
  border-color: #ACD7F2;
}
body.hasHover .btn:not(.extra):hover.empty .label {
  color: #8CC8EE;
}
body.hasHover .btn:not(.extra):hover.empty.sky .label {
  color: #000;
}
body.hasHover .arrows .arrow {
  cursor: pointer;
}
body.hasHover .arrows .arrow svg {
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
body.hasHover .arrows .arrow:hover svg {
  transform: translateX(3px);
}
body.hasHover .arrows .arrow:hover.left svg {
  transform: rotate(180deg) translateX(3px);
}
body.hasHover .order-links .order-link {
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.hasHover .order-links .order-link:hover {
  opacity: 0.75;
}
body.hasHover #page__header.single-header .header-category {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasHover #page__header.single-header .header-category:hover {
  background: #000;
  color: #FFF;
}
body.hasHover .pagination .nav-links .page-numbers:not(.next):not(.prev) {
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.hasHover .pagination .nav-links .page-numbers:not(.next):not(.prev):hover {
  color: #8CC8EE;
}
body.hasHover #page__content .content__section .single-resto_infos a:not(.btn) {
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.hasHover #page__content .content__section .single-resto_infos a:not(.btn):hover {
  color: #8CC8EE;
}
body.hasHover #page__content .content__section.contactContent a:not(.btn) {
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.hasHover #page__content .content__section.contactContent a:not(.btn):hover {
  color: #000;
}
body.hasHover #page__content .content__section.searchMenu .search-results .type-header {
  cursor: pointer;
}
body.hasHover #page__content .content__section.searchMenu .search-results .type-header .type-banner::after {
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.hasHover #page__content .content__section.searchMenu .search-results .type-header:hover .type-banner::after {
  opacity: 0.75;
}
body.hasHover #page__content .content__section.searchMenu form .fields .field.reset .reset-btn {
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.hasHover #page__content .content__section.searchMenu form .fields .field.reset .reset-btn:hover {
  opacity: 0.85;
}
body.hasHover #page__content .content__section.searchMenu form .fields .field.search .search-icon {
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.hasHover #page__content .content__section.searchMenu form .fields .field.search .search-icon:hover {
  opacity: 0.85;
}
body.hasHover #page__content .content__section.searchMenu form .fields .field .checklist .checkitem label {
  cursor: pointer;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
body.hasHover #page__content .content__section.searchMenu form .fields .field .checklist .checkitem:hover label {
  opacity: 1;
}
body.hasHover #page__footer .footer_menu a,
body.hasHover #page__footer .contact,
body.hasHover #page__footer .phone,
body.hasHover #page__footer .adress,
body.hasHover #page__footer .copyright a {
    -moz-transition: text-shadow 0.3s ease-out;
    -o-transition: text-shadow 0.3s ease-out;
    -webkit-transition: text-shadow 0.3s ease-out;
    transition: text-shadow 0.3s ease-out;
}
body.hasHover #page__footer .footer_menu a:hover,
body.hasHover #page__footer .contact:hover,
body.hasHover #page__footer .phone:hover,
body.hasHover #page__footer .adress:hover,
body.hasHover #page__footer .copyright a:hover {
  text-shadow: 0 0 BLACK;
}
body.hasHover #page__footer .social {
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
body.hasHover #page__footer .social.ig:hover {
  border-color: #DA2D7A;
  background: #DA2D7A;
}
body.hasHover #page__footer .social.fb:hover {
  border-color: #4267B2;
  background: #4267B2;
}
body.hasHover #page__footer .input-bloc .submit {
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
body.hasHover #page__footer .input-bloc .submit:hover {
  background: #ACD7F2;
}
body.hasHover .product-list_item .title {
  color: #FFF;
  -moz-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
body.hasHover .product-list_item:hover .title {
  color: #8CC8EE;
}

.page-template-template-landing .site__header ul.menu a {
  color: #000 !important;
}
.page-template-template-landing .site__header .primalHam .top,
.page-template-template-landing .site__header .primalHam .mid,
.page-template-template-landing .site__header .primalHam .bot {
  background: #000;
}

.page-landing #page__header {
  display: block !important;
  position: relative;
}
@media (max-width: 1024px) {
  .page-landing #page__header {
    min-height: 600px;
  }
}
.page-landing #page__header .page__header-image_top-left,
.page-landing #page__header .page__header-image_bottom-left,
.page-landing #page__header .page__header-image_bottom-right {
  position: absolute;
}
.page-landing #page__header .page__header-image_top-left {
  top: 0;
  left: 10%;
  height: 50%;
}
@media (max-width: 1024px) {
  .page-landing #page__header .page__header-image_top-left {
    height: 40%;
  }
}
@media (max-width: 640px) {
  .page-landing #page__header .page__header-image_top-left {
    height: 25%;
  }
}
.page-landing #page__header .page__header-image_bottom-left {
  bottom: 0;
  left: 0;
  height: 50%;
  width: auto;
}
@media (max-width: 640px) {
  .page-landing #page__header .page__header-image_bottom-left {
    height: 25%;
  }
}
.page-landing #page__header .page__header-image_bottom-right {
  bottom: 0;
  right: 0;
  height: 75%;
  width: auto;
}
@media (max-width: 1024px) {
  .page-landing #page__header .page__header-image_bottom-right {
    height: 50%;
  }
}
@media (max-width: 640px) {
  .page-landing #page__header .page__header-image_bottom-right {
    height: 35%;
  }
}
.page-landing #page__content {
  margin-top: 150px !important;
}
@media (max-width: 640px) {
  .page-landing #page__content {
    margin-top: 75px !important;
  }
  .page-landing #page__content .content__section.general_flexible .gallery {
    margin: 0px !important;
  }
}
.page-landing .hero-landing {
  background: white;
}
.page-landing .hero-landing .wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 20px;
  width: 100%;
}
.page-landing .hero-landing .wrapper img {
  max-width: 200px;
  width: 100%;
  height: auto;
}
.page-landing .hero-landing .wrapper p {
  color: #000;
  max-width: 500px;
  text-align: center;
  margin-top: 0px !important;
}
.page-landing .content__section + .content__section {
  margin-top: 150px !important;
}
@media (max-width: 640px) {
  .page-landing .content__section + .content__section {
    margin-top: 75px !important;
  }
}
.page-landing .big-text-image > .row {
  flex-wrap: wrap !important;
}
@media (min-width: 801px) {
  .page-landing .big-text-image > .row {
    flex-wrap: nowrap !important;
  }
}
.page-landing .big-text-image > .row .text-container {
  flex-shrink: 1 !important;
}
.page-landing .big-text-image .fadein-up-texts .big-text {
  color: #000 !important;
  font-size: 1.5rem !important;
  line-height: 160% !important;
  max-width: 615px !important;
}
@media (max-width: 640px) {
  .page-landing .big-text-image .fadein-up-texts .big-text {
    font-size: 1.25rem !important;
  }
}
.page-landing .big-text-image .big-text-image-fancy:hover .play-btn-container {
  transform: translate(-50%, -50%) scale(1.15);
}
.page-landing .big-text-image .big-text-image-fancy:hover .play-btn-container svg {
  transform: translate(-50%, -50%) scale(0.85);
}
.page-landing .big-text-image .big-text-image-fancy .play-btn-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  width: 48px;
  height: 48px;
  border-radius: 999vw;
  background: white;
  transition: transform 200ms ease;
}
.page-landing .big-text-image .big-text-image-fancy .play-btn-container svg {
  position: absolute;
  width: 12px;
  height: 12px;
  top: 50%;
  left: 52%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 200ms ease;
}
.page-landing .swiper-carousel-images.gallery {
  margin-bottom: 0px !important;
}
.page-landing .swiper-carousel-images.gallery .swiper-slide {
  background: #fff !important;
}
.page-landing .swiper-carousel-images.gallery .swiper-slide img {
  width: 100%;
  padding: 0 64px;
}
.page-landing .offset_sec {
  gap: 64px;
  justify-content: space-between;
}
.page-landing .offset_sec .offset-image {
  margin-top: 0px !important;
  width: 50% !important;
  padding: 0px !important;
}
@media (max-width: 800px) {
  .page-landing .offset_sec .offset-image {
    width: 100% !important;
  }
}
.page-landing .offset_sec .offset-image::after {
  display: none !important;
}
.page-landing .offset_sec .offset-image img {
  height: 100% !important;
  object-fit: cover;
  object-position: top;
}
.page-landing .offset_sec .offset-text {
  margin: 0 auto !important;
  padding: 0 16px !important;
  max-width: 515px;
  align-self: center;
}
.page-landing .offset_sec .offset-text p:has(.btn-store) {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0 !important;
  margin-top: 20px !important;
}
.page-landing .offset_sec .offset-text p:has(.btn-store) .full {
  flex-basis: 100%;
}
.page-landing .offset_sec .offset-text p:has(.btn-store) .half {
  flex-basis: 50%;
}
@media (max-width: 640px) {
  .page-landing .offset_sec .offset-text p:has(.btn-store) .half {
    width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media (max-width: 640px) {
  .page-landing .offset_sec .offset-text p:has(.btn-store.half) {
    flex-direction: column;
  }
}
.page-landing .offset_sec .offset-text .btn-store {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  column-gap: 28px;
  padding: 28px 0;
  border: 2px solid #000;
  background: #E1E1E1;
  border-radius: 20px;
  color: #000;
  font-size: 18px;
  line-height: 160%;
  transition: background 200ms ease;
}
.page-landing .offset_sec .offset-text .btn-store:hover {
  background: rgba(225, 225, 225, 0.35);
}
.page-landing .offset_sec .offset-text .btn-store.half {
  flex-direction: column;
}
.page-landing .offset_sec .offset-text .btn-store::after {
  content: "";
  width: 150px;
  height: 50px;
  background: #000;
}
.page-landing .offset_sec .offset-text .btn-store.ueat::after {
  mask: url(../assets/images/ueat.png) 100%/100% no-repeat;
}
.page-landing .offset_sec .offset-text .btn-store.ubereats::after {
  mask: url(../assets/images/ubereats.png) 100%/100% no-repeat;
}
.page-landing .offset_sec .offset-text .btn-store.doordash::after {
  mask: url(../assets/images/doordash-full.png) 100%/100% no-repeat;
}
@media (max-width: 640px) {
  .page-landing .offset_sec .offset-text {
    max-width: none !important;
    padding: 0 20px !important;
  }
}
.page-landing .offset_sec .offset-text .square-wrapper.right {
  display: none !important;
}

@media (max-width: 800px) {
  .footer_column {
    text-align: center;
  }
}

.page-promo .fadein-up-images{
  transform: translate(0px, 0px)!important;
}

.page-promo .gallery-descriptions{
    padding: 50px 15px 100px 15px;
    text-align: center;
}

.page-promo .gallery-descriptions h3{
    font-size: 22px;
    text-align: center;
    margin-bottom: 0!important;
}

.page-promo .content__section.general_flexible .column-text p{
    text-align: center;
    font-size: 18px;
}

.page-promo #page__content .content__section + .content__section {
    margin-top: 0;
}

.page-promo #page__content .content__section.general_flexible .column-text{
    column-count: initial;
    column-gap: initial;
}

.page-promo{
    margin-top: 113px;
}

.page-promo .container-hero{
  aspect-ratio: 800 / 1140;
}

.page-promo .background-image-none{
    background-image: none;
}

.page-promo .container-hero .title{
    font-size: 46px;
    color: #000; 
    margin-bottom: 10px;
    line-height: 1em;
}

.page-promo .container-hero .text-1{
    font-size: 28px; 
    font-weight: 600; 
    line-height: 1.2em;
    color: #000;
}

.page-promo .container-hero .text-2{
    font-size: 28px; 
}


@media (min-width: 801px) {
  .page-promo .container-hero {
    aspect-ratio: 800 / 720;
    
  }
  .page-promo .container-hero .title{
    font-size: 70px; 
  }
  .page-promo .container-hero .text-1{
    font-size: 40px; 
 }
 
 .page-promo .container-hero .text-2{
     font-size: 28px;
 }

}

@media (min-width: 1001px) {
  .page-promo .container-hero {
    aspect-ratio: 1300 / 765;
  }
}

@media (min-width: 1301px) {
  .page-promo .container-hero {
    aspect-ratio: 1920 / 812;
  }
  
}

.page-promo .container-hero .wrapper{
    height: 100%;
}

.page-promo .container-hero .wrapper .row{
    align-items: center;
    height: 100%;
}

.page-promo .btn-gray {
  display: inline-block;
  padding: 12px 24px;
  background-color: #4a4a4a; /* dark gray */
  color: white!important;
  text-decoration: none;
  font-weight: bold;
  border-radius: 999px; /* fully rounded */
  font-family: sans-serif;
  font-size: 16px;
  text-align: center;
  transition: background-color 0.3s ease;
}

.page-promo .btn-gray:hover {
  background-color: #5c5c5c; /* slightly lighter on hover */
}

.page-promo .container-banner .desktop {
  display: none;
  aspect-ratio: 1905/809;
  height: 100%;
}

.page-promo .container-banner .mobile {
  aspect-ratio: 800/1155;
  height: 100%;
}

.page-promo .gallery h3{
    text-align: center;
    margin-bottom: 0;
}

@media (min-width: 801px) {
  .page-promo .container-banner .desktop {
    display: block;
  }

  .page-promo .container-banner .mobile {
    display: none;
  }
}

.page-promo .container-banner-text{
    padding: 65px 15px;
}

.page-promo .container-banner-text h3{
    font-size: 25px;
    text-align: center;
    color: #fff;
    margin-bottom: 0!important;
}

html {
  overflow-x: hidden;
}

#page__header.front .banner img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
#page__header.front .banner video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
@media (max-width: 640px) {
  #page__header.front .banner video {
    display: none;
  }
}

.faq-wrapper + .faq-wrapper {
  margin-top: 75px;
}

.iE-hundred {
  width: 100%;
}

body.page-template-stores {
  height: 100vh;
}
body.page-template-stores #masthead {
  background-color: black;
}
body.page-template-stores #page__header {
  display: none;
}
body.page-template-stores #page__content {
  height: calc(100vh - 110px);
  margin-bottom: 0px;
  margin-top: 110px;
}

.flex-end-xxl {
  justify-content: flex-end;
}

.covid-msg {
  margin: 0 auto;
  width: calc(100% - 120px);
  padding: 100px 50px 50px;
}
.covid-msg p {
  font-size: 15px;
}
.covid-msg a {
  color: #8cc8ee;
}

.acsb-sr-only,
.acsb-navigator-wrapper {
  display: none;
}

body.post-type-archive-menu #page__header,
body.page-template-stores #page__header {
  min-height: initial;
  padding: 120px 50px 40px;
}
body.post-type-archive-menu #page__header .banner img,
body.page-template-stores #page__header .banner img {
  display: none;
}
body.post-type-archive-menu #page__header .banner:before,
body.page-template-stores #page__header .banner:before {
  display: none;
}
body.post-type-archive-menu #page__header .banner:after,
body.page-template-stores #page__header .banner:after {
  opacity: 1;
}

.container-btn-menu-mobile .pdf,
.search-form .pdf {
  border: 1px solid #fff;
  margin-bottom: 12px;
  padding: 15px 25px;
  display: flex;
  justify-content: center;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 100%;
}
.container-btn-menu-mobile .pdf .label,
.search-form .pdf .label {
  color: #000;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.container-btn-menu-mobile .pdf:hover,
.search-form .pdf:hover {
  background-color: white;
}
.container-btn-menu-mobile .pdf:hover .label,
.search-form .pdf:hover .label {
  color: black;
}

.container-btn-menu-mobile {
  display: none;
  margin-bottom: 30px;
}

.subtitle {
  font-size: 16px !important;
  text-transform: uppercase;
}

.front-page-news {
  background-color: #FFF;
  max-width: 1440px;
  margin: 0 auto;
  padding: 32px 16px;
}
.front-page-news .big-card {
  width: 100%;
  display: flex;
  min-height: 450px;
}
.front-page-news .big-card .text-partial {
  width: 50%;
  padding: 64px;
}
.front-page-news .big-card .text-partial p {
  padding-top: 16px;
  padding-bottom: 44px;
}
.front-page-news .big-card .img-partial {
  padding-left: 50%;
}
.front-page-news .big-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  margin-left: -100%;
}
.front-page-news .small-cards-container {
  display: flex;
  gap: 32px;
  padding: 32px 0;
}
.front-page-news .small-card {
  width: 50%;
  display: flex;
  flex-direction: column;
}
.front-page-news .small-card.invert-text {
  flex-direction: column-reverse;
}
.front-page-news .small-card .text-partial {
  padding: 64px;
  height: 100%;
}
.front-page-news .small-card .text-partial p {
  padding-top: 16px;
  padding-bottom: 30px;
}
.front-page-news .small-card .img-partial {
  padding-bottom: 62%;
  height: 0;
}
.front-page-news .small-card img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  position: absolute;
}
.front-page-news .img-partial {
  position: relative;
}
.front-page-news .img-partial div {
  position: absolute;
  bottom: 20px;
  left: 20px;
  width: 180px;
}
.front-page-news .text-partial h3 {
  font-family: 'SeasonMix', sans-serif;
  font-weight: 500;
}
.front-page-news .btn::after {
  opacity: 0.5;
}

.front-page-news .small-cards-container .small-card.invert-text .text-partial {
  height: 100% !important;
}

@media only screen and (max-width: 1024px) {
  .search-form .pdf {
    display: none;
  }
  .bubble-teas {
    display: flex;
    flex-wrap: wrap;
  }
  .container-btn-menu-mobile {
    display: block;
  }
  .container-btn-menu-mobile .pdf {
    margin: 0 auto;
    width: calc(100% - 60px);
  }
  .front-page-news .small-card .text-partial {
    padding: 32px;
  }
}
@media only screen and (max-width: 640px) {
  .container-btn-menu-mobile {
    display: block;
  }
  .container-btn-menu-mobile .pdf {
    width: calc(100% - 30px);
  }
}
body {
  overflow-x: hidden;
}
body.menu_open .logo_ham img {
  filter: brightness(10);
}
body.single-menu, body.post-type-archive-menu, body.tax-type, body.tax-protein, body.tax-icon, body.home {
  /*background: #000;*/
  color: #000;
}
body.single-menu .covid-msg, body.post-type-archive-menu .covid-msg, body.tax-type .covid-msg, body.tax-protein .covid-msg, body.tax-icon .covid-msg, body.home .covid-msg {
  padding-bottom: 0;
}
body.single-post #masthead {
  background: #000;
}
body.search-no-results #page__content .content__section.searchMenu form .fields .field.reset, body.search-results #page__content .content__section.searchMenu form .fields .field.reset, body.tax-type #page__content .content__section.searchMenu form .fields .field.reset, body.tax-protein #page__content .content__section.searchMenu form .fields .field.reset, body.tax-icon #page__content .content__section.searchMenu form .fields .field.reset {
  display: flex;
}
body.blog #page__content .row + .row, body.archive.category #page__content .row + .row {
  margin-top: 100px;
}
body.single-menu #page__content {
  margin: 250px 0 100px;
}
body.single-menu #page__content .row + .row {
  margin-top: 150px;
}
body.single-menu #page__content .row.line-break {
  padding-top: 25px;
  position: relative;
}
body.single-menu #page__content .row.line-break::after {
  content: "";
  position: absolute;
  top: 0;
  right: 15px;
  left: 15px;
  height: 1px;
  background: #FFF;
}

.filter__row {
  display: flex;
  flex-direction: column;
}

.news-letter-p {
  margin-bottom: 30px;
  font-size: 0.625em;
  margin-top: 15px;
}

.ssflinks {
  color: #67d8e5 !important;
}
.ssflinks:hover {
  opacity: 0.7;
}

#filterOptionsClearer {
  display: none;
}

.center-featured {
  justify-content: center;
}

.wpml-ls-current-language {
  display: none !important;
}

.menu.intranet .wpml-ls-statics-shortcode_actions ul {
  margin: 0;
  padding: 0;
}
.menu.intranet .wpml-ls-statics-shortcode_actions li {
  list-style: none;
}
.menu.intranet .wpml-ls-display {
  display: none;
}

.doc-title {
  margin-right: 26px;
}

.red-circle {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: absolute;
  background-color: #ea4d4d;
  transform: translate(6px, 12px);
  display: inline-block;
}

.new-count {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #EA4D4D;
  display: inline-block;
  position: absolute;
  transform: translate(6px, 12px);
}
.new-count .number {
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
.new-count .number::before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.55) * 0.5em);
}

body.page-id-784 #loader,
body.page-id-784 #finisher,
body.page-id-2003 #loader,
body.page-id-2003 #finisher {
  display: none;
}

#loader {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  z-index: 9999999999;
  background: #FFF;
  top: 0;
  right: 0;
  left: 0;
  height: 100vh;
}
#loader img {
  width: 150px;
}

#finisher {
  position: fixed;
  z-index: 9999999999;
  background: #FFF;
  bottom: 0;
  right: 0;
  height: 0;
  left: 0;
  display: none;
}

html #ssf-preloader {
  display: none !important;
}
html .store-locator__geolocator.is-loading::before {
  background-size: cover !important;
}
html .filter__row--services {
  display: none;
}
html .store-locator__map-status {
  margin-left: 20px;
  margin-top: 20px;
  max-width: calc(100% - 40px);
  z-index: 999999;
}
html .store-address {
  display: inline-block !important;
}
html #super-left-panel {
  background-color: #f6fafd !important;
  height: 100vh !important;
}
html #super-left-panel input::placeholder {
  color: black;
}
html #super-left-panel .title {
  margin-bottom: 15px !important;
}
html #super-left-panel .label--vertical-align .label__contents {
  color: black;
}
html #super-left-panel::-webkit-scrollbar {
  width: 10px;
}
html #super-left-panel::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(140, 200, 238, 0.3);
}
html #super-left-panel::-webkit-scrollbar-thumb {
  background-color: #8CC8EE;
  outline: 1px solid #8CC8EE;
}
html #storeLocatorMap {
  height: 100vh !important;
}
html .infobox__rows.store-distance {
  padding-left: 30px;
  text-align: left !important;
}
html .title.space-bottom-3x {
  padding-top: 0 !important;
}
html .store-locator__infobox {
  margin-bottom: 10px !important;
}
html .ssf-panel {
  background-color: #e1f0fb !important;
}
html .filter-radio,
html .store-locator__actions-bar {
  margin-left: 15px;
  margin-right: 15px;
}
html .filter-radio {
  z-index: 99999;
}
html .store-locator__actions-bar {
  margin-top: 15px;
  z-index: 99999;
}
html .filter__toggler,
html .filter__items-counter {
  color: black;
}

.ssf-main-content {
  margin-top: 0 !important;
}

html body #storeLocator__storeList .medium-4 {
  width: 50% !important;
}

html body #ssf_adress_input_box {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

.filter-radio .hide-for-medium-down {
  display: none !important;
}

.filter__row--cta {
  display: none !important;
}

#super-left-panel,
.store-locator-map-holder {
  width: 50% !important;
}

#storeLocator__storeListRow .title {
  font-family: 'SeasonMix', sans-serif!important;
  font-size: 24px !important;
  line-height: 1.45 !important;
  font-weight: 700 !important;
  text-transform: uppercase;
}

#info-description {
  display: none !important;
}

.store-description {
  display: none !important;
}

.filter__row--regions .filter__toggler-contents.is-toggled {
  overflow: hidden !important;
}

.arrow-toggler:hover:after,
.panel-toggler:hover:after,
.checkout__register__toggler:hover:before,
.section-content-toggler:hover:before,
.faux-toggle-tbl--header:hover .tbl__toggle-arrow:before,
.section__title--toggler:hover:after,
.item__expandable-contents-toggler:hover:after,
select:hover + .dropdown-btn .dropdown-arrow:after,
select:focus + .dropdown-btn .dropdown-arrow:after,
.faux-dropdown:hover .arrow-toggler:after {
  color: #8CC8EE !important;
}

#storeLocator__storeList {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  justify-content: flex-start;
  align-items: flex-start;
}

.store-locator__map-status__closer {
  top: 50% !important;
  transform: translateY(-50%);
}

#applyFilterOptions,
#applyFilterOptionsCancel {
  box-shadow: none !important;
  line-height: 1.3 !important;
  border-radius: 500px !important;
  font-size: 18px !important;
  text-transform: none !important;
  color: #000 !important;
  font-family: "sofia-pro", sans-serif !important;
}

.store-locator-map .store-locator__infobox {
  width: 430px !important;
}

.store-locator-map .store-locator__infobox .infobox__inner {
  padding: 15px !important;
}
.store-locator-map .store-locator__infobox .infobox__inner::-webkit-scrollbar {
  width: 5px;
}
.store-locator-map .store-locator__infobox .infobox__inner::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(246, 250, 253, 0.3);
}
.store-locator-map .store-locator__infobox .infobox__inner::-webkit-scrollbar-thumb {
  background-color: #FFF;
  outline: 1px solid #FFF;
}

.store-storeReview {
  display: none;
}

.store-locator__geolocator span {
  font-weight: 400 !important;
}

.btn-super-info {
  display: inline-block !important;
  padding: 5px 15px !important;
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 15px !important;
  background: none !important;
  text-align: left !important;
  font-weight: 400 !important;
  color: #FFF !important;
  background: #000 !important;
  border-radius: 25px !important;
  position: relative;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*
  &::before {
     	content: '\f54e';
     	font-family: 'Font Awesome 5 Pro';
     	font-weight: 300;
     	width: 15px;
     	height: 15px;
     	position: absolute;
     	left: 0;
     	top: 8px;
     	@include font-size(15);
     	display: flex;
     	justify-content: center;
     	align-items: center;
     }*/
}
.btn-super-info:hover {
  color: #000 !important;
  background: #FFF !important;
}

.store-website {
  font-size: 18px;
  font-size: 1.125rem;
  order: 3;
  padding-left: 30px !important;
}

.infobox__row + .infobox__row {
  padding-top: 0 !important;
}

#orderBtn {
  display: flex;
  margin-top: 50px;
  position: relative;
}

#storeLocatorInfobox .infobox__row {
  padding: 0;
  display: flex;
  flex-direction: column !important;
  align-items: flex-start;
}

.store-address {
  font-size: 18px;
  font-size: 1.125rem;
  margin-top: 15px !important;
  padding-left: 30px !important;
  position: relative;
}
.store-address::before {
  content: "\f3c5";
  font-family: "Font Awesome 5 Pro";
  font-weight: 400;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

#info-operating-hours {
  padding-left: 30px !important;
  margin-top: 15px !important;
  display: inline-flex !important;
  flex-direction: row-reverse !important;
  justify-content: flex-end !important;
  align-items: center !important;
  position: relative;
}
#info-operating-hours::before {
  content: "\f017";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#info-operating-hours + .info__toggler-contents {
  padding: 0 45px !important;
}
#info-operating-hours #storeLocator__mapStatus__inner a.inline-space-left {
  color: #8CC8EE !important;
}
#info-operating-hours #storeLocator__mapStatus__inner a.inline-space-left:hover {
  color: #FFF !important;
}
#info-operating-hours .info__toggler {
  position: absolute !important;
  top: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  left: 0 !important;
  width: auto !important;
  height: auto !important;
}
#info-operating-hours .info__toggler.actives::before {
  content: "" !important;
}
#info-operating-hours .info__toggler::before, #info-operating-hours .info__toggler::after {
  background: #000 !important;
  left: unset !important;
}
#info-operating-hours .info__toggler::before {
  content: none !important;
  width: 2px !important;
  height: 12px !important;
  top: 50% !important;
  right: -12px !important;
  transform: translateY(-50%);
}
#info-operating-hours .info__toggler::after {
  width: 12px !important;
  height: 2px !important;
  top: 50% !important;
  right: -17px !important;
  transform: translateY(-50%);
}

#info-tel,
#info-website {
  display: none !important;
}

.store-tel {
  padding-left: 30px !important;
  margin-top: 15px;
  position: relative;
}
.store-tel a {
  font-size: 18px;
  font-size: 1.125rem;
}
.store-tel::before {
  content: "\f095";
  font-family: "Font Awesome 5 Pro";
  font-weight: 300;
  width: 15px;
  height: 15px;
  position: absolute;
  left: 0;
  top: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

label.ssflabel {
  color: #FFF !important;
}

.icon.icon--radio-btn {
  background: none !important;
  border: 2px solid #8CC8EE !important;
  width: 16px !important;
  height: 16px !important;
}
.icon.icon--radio-btn.is-checked {
  position: relative;
}
.icon.icon--radio-btn.is-checked::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  width: 6px;
  height: 6px;
  background: #8CC8EE;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}

.ssf-panel {
  background: #f6fafd !important;
}

.infobox__row--marker {
  display: none;
}

body .ssf-main-content,
.gm-style {
  font-family: "sofia-pro", sans-serif !important;
}

.infobox__title {
  font-size: 20px !important;
  padding: 0 !important;
  font-family: 'SeasonMix', sans-serif !important;
}

#storeLocator__storeListRow {
  background: #F6FAFD !important;
  padding-top: 70px !important;
}
#storeLocator__storeListRow .title {
  text-align: center !important;
  font-family: 'SeasonMix', sans-serif !important;
  font-size: 42px;
  font-size: 2.625rem;
  margin: 0 0 60px !important;
  color: #000 !important;
}
#storeLocator__storeListRow .store-tel,
#storeLocator__storeListRow .store-website,
#storeLocator__storeListRow .store-exturl {
  display: block !important;
  padding: 0;
}
#storeLocator__storeListRow .store-website {
  margin-top: 15px;
}
#storeLocator__storeListRow .store-locator__infobox {
  padding: 15px;
}
#storeLocator__storeListRow .store-address {
  padding: 0 0 0 30px !important;
}
#storeLocator__storeListRow .infobox__body {
  display: flex;
  flex-direction: column;
}
#storeLocator__storeListRow a {
  color: #000 !important;
}
#storeLocator__storeListRow a:hover {
  color: #FFF !important;
}

.pac-container {
  border: 0 !important;
}

#storeLocator__searchBar {
  padding: 18px 52px 18px 18px;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 52px;
  background: transparent;
  border: 1px solid #8cc8ee;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
  box-shadow: none;
  line-height: 1.75;
  color: black;
}
#storeLocator__searchBar::placeholder {
  color: #FFF;
  opacity: 0.42;
}

html body .field-holder__icon.icon--search {
  z-index: 1;
  width: 52px !important;
  height: 52px !important;
  top: 0 !important;
  right: 0 !important;
  margin: 0 !important;
  background-image: url("../assets/images/search.jpg") !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
}

.gform_validation_error .gfield_label {
  font-size: 14px !important;
  top: 0 !important;
}
.gform_validation_error .ginput_container_fileupload::before {
  z-index: 0 !important;
}

html:lang(fr-FR) body.page-template-contact .ginput_container_fileupload::after {
  content: "Telecharger";
}
html:lang(fr-FR) body.page-template-contact .ginput_container_fileupload::before {
  content: "Choisir le fichier";
}

html:lang(en-US) body.page-template-contact .ginput_container_fileupload::after {
  content: "Browse";
}
html:lang(en-US) body.page-template-contact .ginput_container_fileupload::before {
  content: "Choose File";
}

body.page-template-contact .gform_confirmation_wrapper {
  display: inline-flex;
  padding: 15px 20px;
  background-color: rgba(146, 226, 120, 0.2);
  border: 2px solid #92E278;
  align-items: center;
  justify-content: center;
}
body.page-template-contact .ginput_container_fileupload {
  position: relative;
}
body.page-template-contact .ginput_container_fileupload::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #8cc8ee;
  font-size: 14px;
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
}
body.page-template-contact .ginput_container_fileupload::before {
  position: absolute;
  top: 16.5px;
  left: 30px;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  opacity: 0.42;
  z-index: -1;
}

.gfield_visibility_hidden {
  visibility: hidden;
  opacity: 0 !important;
  height: 0 !important;
  width: 0 !important;
  margin: 0 !important;
}

.contactForm {
  position: relative;
  padding: 100px 0;
}
.contactForm .background-wrap {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.contactForm .background-wrap img {
  position: absolute;
  top: 50%;
  right: -25%;
  transform: translateY(-50%);
  height: 120%;
}
.contactForm .wrapper {
  position: relative;
  z-index: 1;
}
.contactForm .wrapper.dearsushi {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.contactForm .wrapper.dearsushi .dear-wrapper {
  display: flex;
  z-index: 1;
  position: absolute;
  right: 30px;
  top: 0;
  width: 135px;
  height: 135px;
  transform: translate(50%, -50%);
}
.contactForm .wrapper.dearsushi .dear-wrapper img {
  transform-origin: 50% 50%;
  animation-name: rotation;
  animation-duration: 4s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.files-labels .before {
  display: none;
}
.files-labels .after {
  display: none;
}

.gform_wrapper {
  margin: 0 auto;
  max-width: 100%;
  width: 930px;
}
.gform_wrapper .gform_footer {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px 0 0;
}
.gform_wrapper .gform_footer .btn {
  outline: 0;
}
.gform_wrapper .validation_error {
  color: #ea4d4d;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 30px;
}
.gform_wrapper .gform_fields {
  padding: 0;
  margin: -15px;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.gform_wrapper .gfield {
  margin: 15px;
  padding: 0;
  width: calc(100% - 30px);
}
.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error .ginput_container_select {
  background: rgba(234, 77, 77, 0.05);
}
.gform_wrapper .gfield .validation_message {
  color: #ea4d4d;
  font-style: italic;
  font-size: 14px;
  font-size: 0.875rem;
  margin: 5px 0 0;
}
.gform_wrapper .gfield:not(.extra-label) .gfield_label {
  display: none;
}
.gform_wrapper .gfield.file-getter {
  cursor: pointer;
  border: 1px solid #000;
  position: relative;
}
.gform_wrapper .gfield.file-getter input[type=file] {
  cursor: pointer;
  padding: 16.5px 30px;
  outline: none;
  position: relative;
  opacity: 0;
  z-index: 2;
}
.gform_wrapper .gfield.file-getter .validation_message {
  display: none;
}
.gform_wrapper .gfield.file-getter .before {
  position: absolute;
  top: 16.5px;
  left: 30px;
  color: #000;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  opacity: 0.42;
  z-index: 1;
  -moz-transition: opacity 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.gform_wrapper .gfield.file-getter .before.active {
  opacity: 1;
}
.gform_wrapper .gfield.file-getter .after {
  display: none !important;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #8CC8EE;
  font-size: 14px;
  font-size: 0.875rem;
  width: 95px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
.gform_wrapper .gfield.file-getter:hover .after {
  background: #ACD7F2;
}
.gform_wrapper .gfield.extra-label {
  position: relative;
}
.gform_wrapper .gfield.extra-label .gfield_label {
  pointer-events: none;
  position: absolute;
  left: 30px;
  top: 16.5px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  opacity: 0.42;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gfield.extra-label .gfield_label.hidden {
  opacity: 0;
}
.gform_wrapper .gfield.focus-blue input[type=text],
.gform_wrapper .gfield.focus-blue input[type=email],
.gform_wrapper .gfield.focus-blue input[type=tel],
.gform_wrapper .gfield.focus-blue select,
.gform_wrapper .gfield.focus-blue textarea {
  border-color: #8CC8EE;
}
.gform_wrapper .gfield.active.extra-label .gfield_label {
  top: 10px;
  font-size: 10px;
  font-size: 0.625rem;
}
.gform_wrapper .gfield.active.extra-label input[type=text],
.gform_wrapper .gfield.active.extra-label input[type=email],
.gform_wrapper .gfield.active.extra-label input[type=tel] {
  padding: 25px 30px 8px;
}
.gform_wrapper .gfield.half {
  width: calc(50% - 30px);
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield textarea,
.gform_wrapper .gfield select {
  width: 100%;
}
.gform_wrapper .gfield .ginput_container {
  background: #FFF;
}
.gform_wrapper .gfield input[type=text],
.gform_wrapper .gfield input[type=email],
.gform_wrapper .gfield input[type=tel],
.gform_wrapper .gfield select,
.gform_wrapper .gfield textarea {
  font-family: "sofia-pro", sans-serif;
  color: #000;
  padding: 16.5px 30px;
  border: 1px solid #000;
  border-radius: 0;
  outline: 0;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  font-family: "sofia-pro", sans-serif;
  -webkit-appearance: none;
  appearance: none;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.gform_wrapper .gfield textarea {
  color: rgba(0, 0, 0, 0.42);
  height: 300px;
  resize: none;
}
.gform_wrapper .gfield textarea.active {
  color: #000;
}
.gform_wrapper .gfield select {
  background-image: url("../assets/svg/select-bg.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}
.gform_wrapper .gfield .ginput_container_consent {
  display: flex;
  background-color: transparent;
  align-items: baseline;
}
.gform_wrapper .gfield .ginput_container_consent label {
  text-align: left;
}
.gform_wrapper .gfield .ginput_container_consent input {
  width: initial;
  margin-right: 8px;
}

#backToFilters {
  position: fixed;
  z-index: 5;
  left: 50px;
  bottom: -100px;
  opacity: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#backToFilters.active {
  opacity: 1;
  bottom: 50px;
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}

.disabled-element {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disabled-element *:focus {
  outline: 0;
}

.primalHam {
  cursor: pointer;
  width: 110px;
  height: 110px;
  padding: 48px 36.5px;
}
.primalHam .h-c_wrap {
  position: relative;
  width: 100%;
  height: 100%;
}
.primalHam .h-c_wrap .top,
.primalHam .h-c_wrap .mid,
.primalHam .h-c_wrap .bot {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #000;
}
.primalHam .h-c_wrap .top {
  left: 0;
  top: 0;
}
.primalHam .h-c_wrap .mid {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.primalHam .h-c_wrap .bot {
  left: 0;
  bottom: 0;
}

body.post-type-archive-documents .primalHam,
body.page-template-job-submission .primalHam {
  display: none;
}

#ham {
  width: 100%;
  z-index: 1000;
  position: fixed;
  height: 90px;
  top: -90px;
  right: 0;
  display: flex;
  -moz-transition: top 0.3s ease-out;
  -o-transition: top 0.3s ease-out;
  -webkit-transition: top 0.3s ease-out;
  transition: top 0.3s ease-out;
}
#ham.visible {
  top: 0;
}
#ham .left {
  position: absolute;
  top: 15px;
  left: 40px;
  display: flex;
}
#ham .left img {
  height: 70px;
  transition: 1s;
}
#ham .right {
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
}
#ham .cta {
  display: flex;
  align-items: center;
  padding: 35px 60px 32px;
  background: #8CC8EE;
}
#ham .cta img {
  display: none;
}
#ham .h-c {
  width: 90px;
  height: 90px;
  background: #000;
  padding: 34px 26.5px;
}
#ham .h-c .h-c_wrap {
  position: relative;
  width: 37px;
  height: 22px;
}
#ham .h-c .h-c_wrap .top,
#ham .h-c .h-c_wrap .mid,
#ham .h-c .h-c_wrap .bot,
#ham .h-c .h-c_wrap .baguette {
  position: absolute;
  height: 2px;
  width: 100%;
  background: #FFF;
}
#ham .h-c .h-c_wrap .baguette {
  opacity: 0;
  top: -100%;
}
#ham .h-c .h-c_wrap .baguette.first {
  transform: rotate(45deg);
  left: -100%;
}
#ham .h-c .h-c_wrap .baguette.second {
  transform: rotate(-45deg);
  right: -100%;
}
#ham .h-c .h-c_wrap .top {
  left: 0;
  top: 0;
}
#ham .h-c .h-c_wrap .mid {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#ham .h-c .h-c_wrap .bot {
  left: 0;
  bottom: 0;
}

#timeline {
  max-width: 90%;
  margin: 0 auto;
  width: 600px;
  display: flex;
  flex-direction: column;
  position: relative;
}
#timeline::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  background: #8CC8EE;
}
#timeline .timeline-row {
  display: flex;
  pointer-events: none;
  position: relative;
}
#timeline .timeline-row:nth-child(even) {
  justify-content: flex-end;
}
#timeline .timeline-row:nth-child(even) .icon::after {
  left: unset;
  right: 100%;
}
#timeline .timeline-row:nth-child(even) .timeline-wrapper {
  padding-right: 0;
  padding-left: 40px;
}
#timeline .timeline-row:nth-child(even) .timeline-wrapper.popable .timeline-pop {
  left: auto;
  right: -25px;
}
#timeline .timeline-row + .timeline-row {
  margin-top: -50px;
}
#timeline .timeline-wrapper {
  pointer-events: auto;
  padding-right: 40px;
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}
#timeline .timeline-wrapper.popable {
  cursor: pointer;
}
#timeline .timeline-wrapper.popable .content {
  padding-bottom: 20px;
}
#timeline .timeline-wrapper.popable .info-icon {
  margin-top: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  animation-duration: 2s;
  animation-name: brillance;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
  position: relative;
}
#timeline .timeline-wrapper.popable .info-icon::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  animation-duration: 2s;
  animation-name: brillance, scaleUP;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@keyframes brillance {
  0% {
    background: #8CC8EE;
  }
  100% {
    background: #F6FAFD;
  }
}
@keyframes scaleUP {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
#timeline .timeline-wrapper.popable .timeline-pop {
  max-width: calc(50% + 10px);
  position: absolute;
  bottom: calc(100% + 25px);
  left: -25px;
  padding: 30px;
  background: #FFF;
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#timeline .timeline-wrapper.popable .timeline-pop p {
  margin: 0;
  width: 100%;
}
#timeline .timeline-wrapper.popable .timeline-pop p + p {
  margin-top: 10px;
}
#timeline .timeline-wrapper.popable .timeline-pop::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-width: 15px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
#timeline .timeline-wrapper.popable:hover .timeline-pop {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 35px);
}
#timeline .timeline-wrapper .icon {
  position: relative;
  width: 135px;
  height: 135px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #8CC8EE;
  background: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
#timeline .timeline-wrapper .icon img {
  max-width: 45%;
}
#timeline .timeline-wrapper .icon::after {
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: 150px;
  height: 1px;
  content: "";
  position: absolute;
  background: #8CC8EE;
}
#timeline .timeline-wrapper .content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
#timeline .timeline-wrapper .content p {
  margin: 0;
  width: 100%;
}

#respmenu {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#respmenu .menu-resp-menu-container {
  margin-bottom: 0px;
}
#respmenu .lang-switch {
  padding: 0 10%;
  text-align: center;
  margin-top: 60px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
}
#respmenu .lang-switch .resp_ginger {
  display: none;
}
#respmenu .menu-resp-menu-container ul,
#respmenu .menu-resp-menu-fr-container ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
#respmenu .menu-resp-menu-container ul li a,
#respmenu .menu-resp-menu-fr-container ul li a {
  display: block;
  padding: 7.5px 0;
}
#respmenu .menu-resp-menu-container ul li + li,
#respmenu .menu-resp-menu-fr-container ul li + li {
  margin: 7.5px 0 0;
}
#respmenu .menu-main-container,
#respmenu .menu-main-fr-container {
  z-index: 0;
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
}
#respmenu .menu-main-container ul,
#respmenu .menu-main-fr-container ul {
  height: 100%;
  list-style: none;
  display: flex;
  flex-direction: column;
  padding: 0;
  margin: 0;
}
#respmenu .menu-main-container li,
#respmenu .menu-main-fr-container li {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 33.33%;
}
#respmenu .menu-main-container li a,
#respmenu .menu-main-fr-container li a {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
#respmenu .menu-main-container li a::before, #respmenu .menu-main-container li a::after,
#respmenu .menu-main-fr-container li a::before,
#respmenu .menu-main-fr-container li a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#respmenu .menu-main-container li a::before,
#respmenu .menu-main-fr-container li a::before {
  background: #000;
  z-index: 1;
  opacity: 0.5;
}
#respmenu .menu-main-container li a::after,
#respmenu .menu-main-fr-container li a::after {
  background: #FFF;
  z-index: 2;
  opacity: 0;
}
#respmenu .menu-main-container li a span,
#respmenu .menu-main-fr-container li a span {
  z-index: 3;
}
#respmenu .menu-main-container li a .bg-img,
#respmenu .menu-main-fr-container li a .bg-img {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  opacity: 1;
  transition: 0.3s;
}
#respmenu .menu-main-container li a:hover::before,
#respmenu .menu-main-fr-container li a:hover::before {
  opacity: 0.5;
}
#respmenu .menu-main-container li a:hover .bg-img,
#respmenu .menu-main-fr-container li a:hover .bg-img {
  opacity: 1;
}
#respmenu .border {
  pointer-events: none;
  z-index: 1;
  position: absolute;
  background: #dadada;
  border: none;
  /* opacity: .24; */
}
#respmenu .borders {
  position: absolute;
  top: 90px;
  right: 0;
  bottom: 0;
  left: 0;
}
#respmenu .borders .border {
  height: 1px;
  right: 0;
  width: 100%;
}
#respmenu .borders .border:nth-child(1) {
  top: 0;
}
#respmenu .borders .border:nth-child(2) {
  top: 33.33%;
}
#respmenu .borders .border:nth-child(3) {
  top: 66.66%;
}
#respmenu .overlay,
#respmenu .content-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
#respmenu .overlay {
  z-index: 0;
  background: #8CC8EE;
  opacity: 0.8;
  width: 100%;
}
#respmenu .content-wrapper {
  z-index: 1;
  background: #FFF;
  display: flex;
  width: 1050px;
  max-width: 100%;
  justify-content: center;
}
#respmenu .content-wrapper .column {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 50%;
}
#respmenu .content-wrapper .column .main-line {
  position: absolute;
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
}

#masthead {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  padding: 0px;
}
#masthead .logo img {
  height: 50px;
}
#masthead .menu_wrapper {
  display: flex;
  align-items: center;
}
#masthead .menu_wrapper a.btn {
  margin-left: 48px;
}
#masthead .masthead_wrapper {
  padding: 30px 50px;
  height: 110px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#masthead ul.menu {
  list-style: none;
  padding: 0;
  margin: 0 -20px;
  display: flex;
  align-items: center;
}
#masthead ul.menu a {
  display: block;
  padding: 15px 0;
  margin: 0 20px;
}
#masthead ul.menu a i {
  margin-right: 5px;
}
#masthead ul.menu.intranet .mobile {
  display: none;
}

body .logo_ham {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: 1s;
}
body.menu_open .logo_ham {
  visibility: visible;
  opacity: 1;
  pointer-events: all;
}

#page__header {
  position: relative;
  min-height: 400px;
  padding: 160px 50px 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page__header::after {
  display: none;
  content: "";
  z-index: 1;
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  border: 1px solid #FFF;
}
#page__header .wrapper {
  position: relative;
  z-index: 2;
}
#page__header .wrapper .cta {
  display: flex;
  margin: 40px 0 0;
}
#page__header .wrapper .cta .btn + .btn {
  margin: 0 0 0 20px;
}
#page__header .wrapper .main-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
#page__header .wrapper .main-container .intro {
  height: 100%;
  display: flex;
  flex-direction: column;
  width: 50%;
}
#page__header .wrapper .main-container .intro h1 {
  font-family: "sofia-pro", sans-serif;
  font-weight: 300;
  font-size: 64px;
  line-height: 1.3;
}
#page__header .wrapper .main-container .featured-item {
  display: flex;
  justify-content: end;
  position: relative;
  height: 100%;
}
#page__header .wrapper .main-container .featured-item img {
  width: 575px;
}
#page__header .wrapper .main-container .featured-item div {
  position: absolute;
  bottom: 0;
  left: -10%;
}
#page__header .wrapper .main-container .featured-item div p {
  font-family: "sofia-pro", sans-serif;
}
#page__header .wrapper .main-container .featured-item .cta {
  display: none;
}
#page__header .banner {
  overflow: hidden;
  z-index: 0;
}
#page__header .banner,
#page__header .banner::before,
#page__header .banner::after {
  position: absolute;
  top: 110px;
  right: 0;
  bottom: 0;
  left: 0;
}
#page__header .banner::before {
  /*content: "";*/
  z-index: 10;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  background: radial-gradient(52.63% 166.34% at 76.54% 51.9%, rgba(0, 0, 0, 0.32) 0%, rgba(0, 0, 0, 0.75) 100%);
}
#page__header .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 105%;
  min-width: 105%;
  max-width: none;
}
#page__header .featured-product {
  display: block;
}
#page__header .featured-product .product {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  transform: scale(1.08);
}
#page__header .featured-product .product img, #page__header .featured-product .product::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page__header .featured-product .product::after {
  z-index: -1;
  width: 80%;
  height: 80%;
  background: #8CC8EE;
  opacity: 0.3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
#page__header .featured-product .discover {
  display: flex;
  justify-content: center;
  align-items: center;
}
#page__header .featured-product .discover .cta-discover {
  display: inline-block;
  position: relative;
}
#page__header .featured-product .discover .cta-discover .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 50%;
  left: 100%;
  transform: translateY(-50%);
}
#page__header .featured-product .discover .cta-discover .arrow img {
  max-height: 100%;
}
#page__header .featured-product .discover .cta-discover .arrow svg {
  position: absolute;
  left: 0;
  bottom: 15px;
}
#page__header.front {
  min-height: 100vh;
}
@media screen and (max-height: 900px) {
  #page__header.front .featured-product .product {
    /* width: 80%;
    padding-bottom: 80%; */
    margin: 0 auto;
  }
}
#page__header.single-header {
  padding: 295px 0 0;
  height: auto;
  display: block;
}
#page__header.single-header .header-category {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
}
#page__header.single-header .wrapper {
  display: flex;
}
#page__header.single-header .header-col {
  width: 50%;
}
#page__header.single-header .header-col.thumbnail {
  overflow: hidden;
  height: 0;
  padding-bottom: 50%;
  position: relative;
}
#page__header.single-header .header-col.text {
  display: flex;
  align-items: center;
  padding-left: 130px;
  position: relative;
}
#page__header.single-header .header-col.text .content_wrapper {
  display: flex;
  flex-direction: column;
}
#page__header.single-header .header-col.text .square {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 100px;
  left: 0;
  width: 50%;
  background: #F6FAFD;
}
.order-title {
  margin-top: 30px !important;
  margin-bottom: -5px !important;
}

span#smaller-delivery .order-title {
  font-size: 18px;
}
span#smaller-delivery .orderBtnWrapper a {
  width: 50px;
  height: 50px;
}

.in-detail-order-title {
  font-size: 20px !important;
  margin-bottom: -8px !important;
  max-width: 400px;
}
.orderBtnWrapper + .in-detail-order-title {
  font-size: 16px !important;
}

.orderBtnWrapper {
  display: flex;
  position: absolute;
  top: calc(100% + 10px);
  left: 50%;
  transform: translateX(-50%);
}
.orderBtnWrapper.find-us-list, .orderBtnWrapper.in-store-details, .orderBtnWrapper.in-single {
  position: relative;
  top: initial;
  left: initial;
  transform: initial;
  flex-wrap: wrap;
  align-items: center;
  margin-left: -5px;
  margin-top: 10px;
}
.orderBtnWrapper.find-us-list a, .orderBtnWrapper.in-store-details a, .orderBtnWrapper.in-single a {
  margin-left: 5px;
  margin-top: 5px;
}
.orderBtnWrapper.in-single .orderIcon {
  margin-top: 12px;
}
.orderBtnWrapper.in-single .orderIcon .label {
  width: initial;
  height: initial;
  margin: 0;
}
.orderBtnWrapper.in-store-details .orderIcon {
  margin-top: 12px;
}
.orderBtnWrapper.in-store-details .orderIcon .label {
  width: initial;
  height: initial;
  margin: 0;
}
.orderBtnWrapper.in-store-details a {
  width: 60px;
  height: 60px;
}
.orderBtnWrapper.in-store-details.takeout {
  margin-bottom: 30px;
}
.orderBtnWrapper.in-store-details:not(.takeout) a {
  width: 36px;
  height: 36px;
}
.orderBtnWrapper.find-us-list a {
  width: 60px;
  height: 60px;
}
.orderBtnWrapper a {
  border-radius: 4px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 85px;
  height: 85px;
  border: 1px solid rgba(128, 128, 128, 0.2);
}
.orderBtnWrapper a span {
  display: block;
  height: 0;
  width: 0;
  opacity: 0;
}
.orderBtnWrapper a.bonapp {
  background: #a7c738;
}
.orderBtnWrapper a.uber {
  background: #000000;
}
.orderBtnWrapper a.skip {
  background: #ff8000;
}
.orderBtnWrapper a.foodora {
  background: #d70f64;
}

#jobFilters {
  margin-bottom: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex-direction: column;
}
#jobFilters .btn {
  margin-top: 50px;
  cursor: pointer;
}
#jobFilters #place {
  font-family: "sofia-pro", sans-serif;
  cursor: pointer;
  width: 100%;
  border: 1px solid #000;
  padding: 15px 20px;
  background-image: url("../assets/svg/select-bg.svg");
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
  outline: 0;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
}
#jobFilters #roles.filter-roles {
  display: flex;
  margin: -20px -40px;
  padding-bottom: 40px;
  justify-content: center;
}
#jobFilters #roles .filter-roles__single {
  max-width: 125px;
  margin: 20px 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
#jobFilters #roles .filter-roles__single label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  color: black;
}
#jobFilters #roles .filter-roles__single input {
  opacity: 0;
  visibility: hidden;
  height: 1px;
  width: 0;
  pointer-events: none;
}
#jobFilters #roles .filter-roles__single .icon {
  width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #000;
  margin-bottom: 10px;
  -moz-transition: background 0.3s ease-out;
  -o-transition: background 0.3s ease-out;
  -webkit-transition: background 0.3s ease-out;
  transition: background 0.3s ease-out;
}
#jobFilters #roles .filter-roles__single .icon svg,
#jobFilters #roles .filter-roles__single .icon img {
  width: 50px;
  -moz-transition: fill 0.3s ease-out;
  -o-transition: fill 0.3s ease-out;
  -webkit-transition: fill 0.3s ease-out;
  transition: fill 0.3s ease-out;
}
#jobFilters #roles .filter-roles__single .icon img {
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#jobFilters #roles .filter-roles__single.active .icon, #jobFilters #roles .filter-roles__single:hover .icon {
  background: #000;
}
#jobFilters #roles .filter-roles__single.active .icon svg, #jobFilters #roles .filter-roles__single:hover .icon svg {
  fill: #8CC8EE;
}
#jobFilters #roles .filter-roles__single.active .icon img, #jobFilters #roles .filter-roles__single:hover .icon img {
  filter: brightness(0) invert(1);
}

.jobs-title {
  font-size: 48px;
  text-transform: initial !important;
}
.jobs-title::first-line {
  color: #8CC8EE;
  font-size: 28px;
}

.spontaneous-application {
  text-align: center;
  padding: 30px 50px 30px 30px;
  transition: background 0.24 ease-in-out;
}

.text-image {
  display: flex;
  justify-content: space-between;
  min-height: 500px;
  width: 100%;
}
.text-image__container {
  margin-bottom: 100px;
}
.text-image__image {
  width: 50%;
  overflow: hidden;
  position: relative;
}
.text-image__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}
.text-image__text {
  width: 45%;
  display: flex;
  align-items: center;
}
.text-image__text p + *,
.text-image__text * + p {
  margin-top: 24px;
}
.text-image__text h1 + *,
.text-image__text h2 + *,
.text-image__text h3 + *,
.text-image__text h4 + *,
.text-image__text h5 + *,
.text-image__text h6 + * {
  margin-top: 24px;
}
* + .text-image__text h1,
* + .text-image__text h2,
* + .text-image__text h3,
* + .text-image__text h4,
* + .text-image__text h5,
* + .text-image__text h6 {
  margin-top: 32px;
}
.text-image__text ul,
.text-image__text ol {
  margin: 24px 0;
  padding-left: 20px;
}
.text-image__text ul li + li,
.text-image__text ol li + li {
  margin-top: 12px;
}
.text-image__text a {
  color: #8CC8EE;
  transition: color 0.24s ease-in-out;
}
.text-image__text a:hover {
  color: #ACD7F2;
}
.text-image + .text-image {
  margin-top: 64px;
}
.text-image:nth-child(even) {
  flex-direction: row-reverse;
}
.text-image:nth-child(even) .text-image__text {
  text-align: right;
}
.text-image:nth-child(even) .text-image__text ul li,
.text-image:nth-child(even) .text-image__text ol li {
  width: fit-content;
  margin-left: auto;
}

.job-added {
  display: inline-flex;
  padding: 15px 20px;
  background-color: rgba(146, 226, 120, 0.2);
  border: 2px solid #92E278;
  margin-bottom: 25px;
  align-items: center;
  justify-content: center;
}
.job-added.red {
  border-color: #EA4D4D;
  background-color: rgba(234, 77, 77, 0.2);
}
.job-added.red .icon {
  background: #EA4D4D;
  transform: rotate(45deg);
}
.job-added.red .icon::after, .job-added.red .icon::before {
  background: #FFF;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.job-added.red .icon::after {
  width: 65%;
  height: 2px;
}
.job-added.red .icon::before {
  width: 2px;
  height: 65%;
}
.job-added .icon {
  display: flex;
  width: 20px;
  height: 20px;
  justify-content: center;
  align-items: center;
  background: #92E278;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  color: #FFF;
  font-size: 10px;
  font-size: 0.625rem;
  margin-right: 10px;
}

#jobResults {
  display: flex;
  flex-direction: column;
  border-top: 1px solid #000;
}
#jobResults .navigation.pagination {
  margin: 48px 0;
}
#jobResults .job__row {
  display: flex;
  padding: 30px 50px 30px 30px;
  border-bottom: 1px solid #000;
  position: relative;
  color: #000;
}
#jobResults .job__row.error-row {
  justify-content: center;
  text-align: center;
  display: none;
}
#jobResults .job__row:visited {
  color: #000;
}
#jobResults .job__row .delete-post {
  cursor: pointer;
  position: absolute;
  z-index: 1;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  background: #EA4D4D;
  right: 50px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
#jobResults .job__row .delete-post::after, #jobResults .job__row .delete-post::before {
  background: #FFF;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#jobResults .job__row .delete-post::after {
  width: 65%;
  height: 2px;
}
#jobResults .job__row .delete-post::before {
  width: 2px;
  height: 65%;
}
#jobResults .job__row .link-post {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
}
#jobResults .job__row-role {
  display: flex;
  align-items: center;
  width: 40%;
}
#jobResults .job__row-role--icon {
  width: 100px;
  min-width: 100px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  border: 1px solid #000;
  margin-right: 20px;
}
#jobResults .job__row-role--icon img {
  width: 50px;
}
#jobResults .job__row-place {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#jobResults .job__row-arrow {
  width: 15px;
  display: flex;
  align-items: center;
}
#jobResults .job__row-arrow svg {
  width: 100%;
}

#giftCardWrapper {
  display: none;
  opacity: 0;
  position: fixed;
  z-index: 100001;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#giftCardWrapper .white-bg {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #FFF;
  left: 0;
  opacity: 1;
  z-index: 1;
}
#giftCardWrapper .borders {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 1px solid #FFF;
  z-index: 1;
}
#giftCardWrapper .content {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
}
#giftCardWrapper .content .content_wrapper {
  width: 650px;
  max-width: 90%;
  display: flex;
  flex-direction: column;
}
#giftCardWrapper .content .content_wrapper:not(.active) {
  display: none;
}
#giftCardWrapper .content .content_wrapper .choices {
  margin: 70px 0 0;
  display: flex;
  justify-content: space-between;
}
#giftCardWrapper .content .content_wrapper .choices .choice {
  width: 50%;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
}
#giftCardWrapper .content .content_wrapper .choices .choice .icon {
  width: 186px;
  height: 186px;
  border: 1px solid #FFF;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#giftCardWrapper .content .content_wrapper .choices .choice .icon svg {
  fill: #FFF;
  width: 82px;
}
#giftCardWrapper .content .content_wrapper .choices .choice .label {
  max-width: 95%;
}
#giftCardWrapper .content .cross {
  cursor: pointer;
  position: absolute;
  top: 70px;
  right: 70px;
  transform: rotate(45deg);
  width: 37px;
  height: 37px;
}
#giftCardWrapper .content .cross::after, #giftCardWrapper .content .cross::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #FFF;
}
#giftCardWrapper .content .cross::after {
  width: 100%;
  height: 1.5px;
}
#giftCardWrapper .content .cross::before {
  height: 100%;
  width: 1.5px;
}
#giftCardWrapper .image-bg {
  z-index: 0;
  position: absolute;
  top: -20px;
  right: -20px;
  bottom: -20px;
  left: -20px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  filter: blur(8px);
  -webkit-filter: blur(8px);
}
#giftCardWrapper .image-bg::before, #giftCardWrapper .image-bg::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
}
#giftCardWrapper .image-bg::before {
  opacity: 0.1;
  background: #fff;
}
#giftCardWrapper .image-bg::after {
  opacity: 0.7;
  background: #000;
}

.image__wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
}
.image__wrapper.sixty {
  padding-bottom: 60%;
}
.image__wrapper.two-third {
  padding-bottom: 66%;
}
.image__wrapper.seventy {
  padding-bottom: 70%;
}
.image__wrapper.three-quarter {
  padding-bottom: 75%;
}
.image__wrapper.one-one {
  padding-bottom: 100%;
}
.image__wrapper.one-one-quarter {
  padding-bottom: 125%;
}
.image__wrapper img {
  top: 0;
  left: 0;
  position: absolute;
  max-width: none;
  height: 100%;
}
.image__wrapper.three-quarter img {
  width: 100%;
  max-width: unset;
  height: unset;
}
.image__wrapper .fadein-up-images {
  opacity: 0;
}
@media screen and (max-width: 50rem) {
  .image__wrapper.seventy-md {
    padding-bottom: 70%;
  }
}

.error__content {
  height: 100vh;
  padding-top: 110px;
  background: #000;
  color: #FFF;
  display: flex;
  align-items: center;
}
.error__content h1 {
  margin-bottom: 25px;
}
.error__content h1 + p {
  margin-bottom: 35px;
}
.error__content .banner {
  overflow: hidden;
  z-index: 0;
}
.error__content .banner::before, .error__content .banner::after {
  content: "";
  display: block;
  z-index: 1;
}
.error__content .banner::before {
  opacity: 0.1;
  background: #FFF;
}
.error__content .banner::after {
  opacity: 0.21;
  background: #000;
}
.error__content .banner,
.error__content .banner::before,
.error__content .banner::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.error__content .image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 105%;
  min-width: 105%;
  max-width: none;
  filter: blur(3px);
  -webkit-filter: blur(3px);
}
.error__content .wrapper {
  position: relative;
}

body.post-type-archive-menu #page__content {
  margin: 0px 0 75px;
}

.flamelCarousel {
  max-width: 1904px;
  width: 100%;
  margin: 0 auto;
  overflow: visible;
}
.flamelCarousel .slideWrap {
  display: flex;
}
.flamelCarousel .slideText {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.flamelCarousel .slideText .slideNav {
  position: absolute;
  right: 0;
  bottom: 0;
}
.flamelCarousel .slideText .text {
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.flamelCarousel .slideText .text.active {
  display: flex;
}
.flamelCarousel .slideImages {
  position: relative;
}
.flamelCarousel .slideImages .slide {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.flamelCarousel .slideImages .slide:not(.active) {
  width: 0;
  right: 0;
  left: auto;
}
.flamelCarousel .slideImages .slide picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}
.flamelCarousel .slideImages .slide picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.flamelCarousel .slideImages.reversed .slide {
  left: auto;
  right: 0;
}
.flamelCarousel .slideImages.reversed .slide:not(.active) {
  right: auto;
  left: 0;
}
.flamelCarousel .slideNav {
  display: flex;
  align-items: center;
}
.flamelCarousel .slideNav .arrows,
.flamelCarousel .slideNav .digits {
  display: flex;
}
.flamelCarousel .slideNav .arrow,
.flamelCarousel .slideNav .digit {
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.flamelCarousel .slideNav .digit {
  color: black;
}
.flamelCarousel .slideNav .digit + .digit {
  border-left: 1px solid black;
}
.flamelCarousel .slideNav .arrow {
  height: 55px;
  background: #000;
}
.flamelCarousel .slideNav .arrow path {
  fill: #000;
}
.flamelCarousel .slideNav .arrow.left img {
  transform: rotate(180deg);
}
.flamelCarousel .slideNav .arrow.left svg {
  transform: rotate(180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.flamelCarousel .slideNav .arrow + .arrow {
  border-left: 1px solid #1A1A1A;
}
.flamelCarousel#frontSlider {
  position: relative;
}
.flamelCarousel#frontSlider h3.small {
  position: absolute;
  top: 15%;
  width: 40%;
  color: #8CC8EE;
  margin-bottom: 0;
  padding-left: 11vh;
  padding-right: 11vh;
  text-align: left;
}
.flamelCarousel#frontSlider .slideText {
  width: 40%;
}
.flamelCarousel#frontSlider .slideTextContent {
  width: 100%;
  padding: 150px 11vh 11vh 11vh;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.flamelCarousel#frontSlider .slideTextContent p,
.flamelCarousel#frontSlider .slideTextContent h3 {
  color: #000;
}
.flamelCarousel#frontSlider .slideTextContent .slideSquare {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flamelCarousel#frontSlider .slideTextContent h3 {
  margin: 0 0 40px;
}
.flamelCarousel#frontSlider .slideTextContent .btn {
  margin-top: 1em;
}
.flamelCarousel#frontSlider .slideImages {
  width: 60%;
  padding-bottom: 38%;
  background: #000;
}

#page__content {
  margin: 50px 0 150px;
}
#page__content.stores {
  margin-top: 0;
}
#page__content.front {
  margin: 0;
  padding-top: 0px;
  position: relative;
  background-color: #FFF;
}
#page__content.front #top-img {
  z-index: -1;
  left: 100%;
  position: absolute;
  top: -25px;
  transform: translateX(-320px);
}
#page__content .skill-list {
  margin: 30px 0;
  padding: 0;
  list-style: none;
}
#page__content .skill-list .skill-item {
  padding-left: 30px;
  position: relative;
}
#page__content .skill-list .skill-item .icon {
  position: absolute;
  width: 15px;
  height: 15px;
  min-width: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  left: 0;
  top: 12px;
  transform: translateY(-50%);
}
#page__content .skill-list .skill-item .icon svg {
  width: 100%;
  height: 100%;
  fill: #8CC8EE;
}
#page__content .skill-list .skill-item + .skill-item {
  margin-top: 15px;
}
#page__content .content__section .our-news .row + .row {
  margin-top: 0;
}
#page__content .content__section .wrapper.allnews-cta {
  margin-top: 40px;
}
#page__content .content__section + .content__section {
  margin-top: 75px;
}
#page__content .content__section.instagram {
  margin-bottom: 175px;
}
#page__content .content__section.front-sliders {
  position: relative;
}
#page__content .content__section.front-sliders #sliders-img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
  width: 300px;
}
#page__content .content__section.order .interactiveBtn {
  position: relative;
  display: inline-block;
}
#page__content .content__section.order .interactiveBtn .iconIntera {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-25%, -50%) scale(1.25);
  z-index: 9;
}
#page__content .content__section.order .interactiveBtn:hover .btn .label {
  border-color: #ACD7F2;
}
#page__content .content__section.order .interactiveBtn:hover .btn::after {
  height: 100%;
  top: unset;
  bottom: -2px;
}
#page__content .content__section.order .offImg.top {
  transform: translateY(100px);
}
#page__content .content__section.order .offImg.bot {
  transform: translateY(-100px);
}
#page__content .content__section.order .square .square-wrapper {
  top: 0 !important;
}
#page__content .content__section.order .order-links {
  margin: 60px 0;
}
#page__content .content__section.order .order-links .links {
  display: inline-flex;
}
#page__content .content__section.order .order-links .order-link {
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 164px;
  height: 164px;
  overflow: hidden;
}
#page__content .content__section.order .order-links .order-link img {
  width: 100%;
}
#page__content .content__section.order .order-links .order-link:last-child {
  border-right: 1px solid #000;
}
#page__content .content__section.order .procedure-details {
  display: inline-block;
  position: relative;
  padding: 15px 20px;
  text-align: center;
  background-color: rgba(140, 200, 238, 0.2);
  border: 2px solid #8CC8EE;
  margin-bottom: 50px;
  position: relative;
}
#page__content .content__section.order .procedure-details p {
  margin: 0;
}
#page__content .content__section.order .procedure-details p + p {
  margin-top: 5px;
}
#page__content .content__section.order .procedure-details .icon {
  position: absolute;
  left: 20px;
  top: 15px;
  display: flex;
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  background: #FECA57;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  color: #FFF;
  font-size: 16px;
  font-size: 1rem;
}
#page__content .content__section.order .row + .row {
  margin-top: 80px;
}
#page__content .content__section.order .order-cta {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
#page__content .content__section.order .order-cta .btn {
  margin: 10px;
}
#page__content .content__section #signIn {
  margin: 30px 0 0;
}
#page__content .content__section .gift-gift {
  margin: 0 0 175px;
}
#page__content .content__section #giftCardBtn {
  margin-bottom: 30px;
  cursor: pointer;
  position: relative;
}
#page__content .content__section #giftCardBtn .overlay {
  z-index: 100000;
  position: absolute;
  background: #8CC8EE;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  padding-bottom: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
#page__content .content__section .giftDescription {
  padding-top: 100px;
}
#page__content .content__section.contactContent .wrapper {
  position: relative;
}
#page__content .content__section.contactContent .wrapper .description {
  padding: 100px 0;
}
#page__content .content__section.contactContent .wrapper .bg-blue {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 25%;
  bottom: 0;
  left: 0;
}
#page__content .content__section.contactContent .wrapper .bg-blue::after {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  background: #F6FAFD;
}
#page__content .content__section .single-resto_infos {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
}
#page__content .content__section .single-resto_infos > div:not(#orderBtn) {
  width: 100%;
}
#page__content .content__section .single-resto_infos .single-rest_case {
  display: flex;
}
#page__content .content__section .single-resto_infos .single-rest_case .icon {
  min-width: 15px;
  width: 15px;
  margin-right: 10px;
}
#page__content .content__section .single-resto_infos .single-rest_case + .single-rest_case,
#page__content .content__section .single-resto_infos .single-rest_case + .btn {
  margin: 30px 0 0;
}
#page__content .content__section .single-resto_infos .single-rest_case .opening-hours {
  display: flex;
  flex-wrap: wrap;
}
#page__content .content__section .single-resto_infos .single-rest_case .opening-hours .opening-case {
  width: 50%;
  display: flex;
}
#page__content .content__section .career-desc {
  display: flex;
  position: relative;
  height: calc(100% - 157.5px);
}
#page__content .content__section .career-desc.no-slides {
  height: auto;
}
#page__content .content__section .career-desc::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #F6FAFD;
}
#page__content .content__section .career-desc .illustration {
  height: 100%;
  width: 60%;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
}
#page__content .content__section .career-desc .illustration img {
  max-height: 100%;
}
#page__content .content__section .career-desc .content {
  width: 40%;
  padding-top: 80px;
}
#page__content .content__section .career-desc .content .content_wrapper {
  padding-right: 120px;
  margin-bottom: 70px;
}
#page__content .content__section .career-desc .content .career-slider {
  position: relative;
}
#page__content .content__section .career-desc .content .career-slider .slider-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  display: flex;
  position: relative;
}
#page__content .content__section .career-desc .content .career-slider .slider-wrapper.reversed .slide {
  left: auto;
  right: 0;
}
#page__content .content__section .career-desc .content .career-slider .slider-wrapper.reversed .slide:not(.active) {
  right: auto;
  left: 0;
}
#page__content .content__section .career-desc .content .career-slider .slider-wrapper .slide {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
#page__content .content__section .career-desc .content .career-slider .slider-wrapper .slide:not(.active) {
  width: 0;
  right: 0;
  left: auto;
}
#page__content .content__section .career-desc .content .career-slider .slider-navigation {
  position: absolute;
  right: 100%;
  top: 50%;
  display: flex;
}
#page__content .content__section .career-desc .content .career-slider .slider-navigation .digits {
  height: 55px;
  display: flex;
  align-items: center;
}
#page__content .content__section .career-desc .content .career-slider .slider-navigation .digits .digit {
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page__content .content__section .career-desc .content .career-slider .slider-navigation .digits .digit + .digit {
  border-left: 1px solid #000;
}
#page__content .content__section .fields {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
#page__content .content__section .fields.docs {
  border: 2px solid rgba(0, 0, 0, 0.5);
}
#page__content .content__section .fields.active {
  border-color: #8CC8EE;
}
#page__content .content__section .fields.active .field-header .cross .line + .line {
  transform: translate(-50%, -50%);
}
#page__content .content__section .fields .field-header {
  padding: 30px;
  cursor: pointer;
}
#page__content .content__section .fields .field-list {
  padding-left: 30px;
  padding-right: 30px;
  overflow: hidden;
}
#page__content .content__section .fields .field-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page__content .content__section .fields .field-header .field-title {
  margin: 0;
  margin-right: 26px;
}
#page__content .content__section .fields .field-header .cross {
  position: relative;
  min-width: 30px;
  min-height: 30px;
  background: #8CC8EE;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
}
#page__content .content__section .fields .field-header .cross .line {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 45%;
  height: 2px;
  background: #000;
  -moz-transition: transform 0.3s ease-out;
  -o-transition: transform 0.3s ease-out;
  -webkit-transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
#page__content .content__section .fields .field-header .cross .line + .line {
  transform: translate(-50%, -50%) rotate(90deg);
}
#page__content .content__section .fields .field-row {
  display: none;
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  height: 85px;
  align-items: center;
  justify-content: space-between;
}
#page__content .content__section .fields .field-row h3 {
  max-width: 70%;
}
#page__content .content__section .fields + .fields {
  margin: 60px 0 0;
}
#page__content .content__section .fields.faq .field-list {
  height: 0;
}
#page__content .content__section .fields.faq .field-row {
  height: auto;
  display: block;
  padding: 30px 0;
}
#page__content .content__section.general_flexible .vertically_centered_text {
  padding: 100px 0;
}
#page__content .content__section.general_flexible .double_text-wrapper .row + .row {
  margin-top: 150px;
}
#page__content .content__section.general_flexible .double_text {
  padding-top: 100px;
}
#page__content .content__section.general_flexible .offset_sec {
  display: flex;
  position: relative;
  align-items: flex-start;
}
#page__content .content__section.general_flexible .offset_sec .offset-image {
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin-top: 100px;
  width: 60%;
}
#page__content .content__section.general_flexible .offset_sec .offset-text {
  position: relative;
  width: 50%;
  margin-left: -10%;
  z-index: 0;
  padding: 185px;
  padding-left: 320px;
}
#page__content .content__section.general_flexible .offset_sec .offset-text::after {
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #F6FAFD;
}
#page__content .content__section.general_flexible .square {
  position: relative;
}
#page__content .content__section.general_flexible .square .square-wrapper {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
#page__content .content__section.general_flexible .square .square-wrapper::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background: #F6FAFD;
}
#page__content .content__section.general_flexible .square.offset-x {
  padding-bottom: 100px;
}
#page__content .content__section.general_flexible .square.offset-x .square-wrapper {
  position: absolute;
  top: 0;
  left: 25%;
  bottom: 0;
  width: 100%;
}
#page__content .content__section.general_flexible .verticaly-image {
  position: relative;
  margin: 100px 0;
}
#page__content .content__section.general_flexible blockquote {
  display: flex;
  flex-direction: column;
  margin: 0;
}
#page__content .content__section.general_flexible blockquote .author {
  margin: 30px 0 0;
}
#page__content .content__section.general_flexible .row + .row {
  margin-top: 100px;
}
#page__content .content__section.general_flexible .column-text {
  column-count: 2;
  column-gap: 100px;
}
#page__content .content__section.general_flexible .gallery {
  margin-bottom: -30px;
}
#page__content .content__section.general_flexible .gallery .thumbnail {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  height: 0;
  padding-bottom: 73.33%;
  position: relative;
  overflow: hidden;
}
#page__content .content__section.post_content .products-slider {
  max-width: 960px;
  margin: 0 auto 55px;
  width: 100%;
}
#page__content .content__section.post_content .products-slider .slider-navigation {
  flex-direction: row;
  bottom: unset;
  top: 100%;
  right: 0;
}
#page__content .content__section.post_content .text_block .col-xxl-12 {
  display: flex;
  flex-direction: column;
}
#page__content .content__section.post_content .big_img {
  margin: 0 auto;
  display: flex;
  margin: 0 auto;
}
#page__content .content__section.post_content .big_img.max_height {
  max-height: 500px;
}
#page__content .content__section.post_content .gallery {
  margin-bottom: -30px;
}
#page__content .content__section.post_content .gallery .thumbnail {
  display: block;
  margin-bottom: 30px;
  width: 100%;
  height: 0;
  padding-bottom: 73.33%;
  position: relative;
  overflow: hidden;
}
#page__content .content__section.post_content .wrapper + .wrapper {
  margin-top: 80px;
}
#page__content .content__section.searchMenu {
  display: flex;
  padding: 0 50px;
}
#page__content .content__section.searchMenu .responsiveBtn {
  display: none;
}
#page__content .content__section.searchMenu .search-glob {
  position: relative;
}
#page__content .content__section.searchMenu .search-form {
  min-width: 300px;
  width: 300px;
  display: flex;
  flex-direction: column;
}
#page__content .content__section.searchMenu .search-form .filtersWrapper {
  width: 100%;
  align-self: flex-start;
  overflow-x: hidden;
  /*
  &::-webkit-scrollbar {
      width: 5px;
  }

  &::-webkit-scrollbar-track {
      -webkit-box-shadow: inset 0 0 6px rgba(255,255,255,255.35);
  }

  &::-webkit-scrollbar-thumb {
    background-color: $snow;
    outline: 1px solid $snow;
  }
  */
}
#page__content .content__section.searchMenu .search-form .filtersWrapper.sticky {
  width: 350px;
  position: fixed;
  top: 50px;
  left: 50px;
}
#page__content .content__section.searchMenu .search-form .filtersWrapper.bottom {
  align-self: flex-end;
}
#page__content .content__section.searchMenu .search-results {
  margin: 0 0 0 50px;
  width: 100%;
}
#page__content .content__section.searchMenu .search-results .result + .result {
  margin: 25px 0 0;
}
#page__content .content__section.searchMenu .search-results .result.closed .symbol {
  transform: rotate(0deg);
}
#page__content .content__section.searchMenu .search-results .result.closed .symbol::after {
  transform: rotate(90deg);
}
#page__content .content__section.searchMenu .search-results .result.closed .open_label {
  display: block;
}
#page__content .content__section.searchMenu .search-results .result.closed .close_label {
  display: none;
}
#page__content .content__section.searchMenu .search-results .result.closed .product-list_item {
  pointer-events: none;
}
#page__content .content__section.searchMenu .search-results .result .symbol {
  transform: rotate(180deg);
}
#page__content .content__section.searchMenu .search-results .result .symbol::after {
  transform: rotate(360deg);
}
#page__content .content__section.searchMenu .search-results .result .open_label {
  display: none;
}
#page__content .content__section.searchMenu .search-results .result .close_label {
  display: block;
}
#page__content .content__section.searchMenu .search-results .posts {
  overflow: hidden;
  margin-top: 24px;
}
#page__content .content__section.searchMenu .search-results .posts .pad {
  padding: 35px 0;
  -moz-transition: padding 0.3s ease-out;
  -o-transition: padding 0.3s ease-out;
  -webkit-transition: padding 0.3s ease-out;
  transition: padding 0.3s ease-out;
}
#page__content .content__section.searchMenu .search-results .type-header {
  min-height: 175px;
  padding: 32px 97px 32px 32px;
  margin: 0;
  position: relative;
  align-items: center;
}
#page__content .content__section.searchMenu .search-results .type-header .type-banner {
  max-width: 975px;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#page__content .content__section.searchMenu .search-results .type-header .type-banner .label_accordion {
  width: 65px;
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  z-index: 2;
  left: 100%;
  transform: translateX(-100%);
}
#page__content .content__section.searchMenu .search-results .type-header .type-banner .symbol {
  width: 25px;
  height: 25px;
  position: relative;
  border-radius: 50%;
  transition: 0.3s;
}
#page__content .content__section.searchMenu .search-results .type-header .type-banner .symbol:before, #page__content .content__section.searchMenu .search-results .type-header .type-banner .symbol:after {
  content: "";
  width: 13px;
  height: 2px;
  position: absolute;
  top: 11px;
  left: 6px;
  display: block;
  background-color: #000;
  transition: 0.3s;
}
#page__content .content__section.searchMenu .search-results .type-header .type-banner .label {
  margin-top: 15px;
  display: none !important;
  font-family: 'SeasonMix', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
}
#page__content .content__section.searchMenu .search-results .type-header .type-banner img {
  z-index: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}
#page__content .content__section.searchMenu .search-results .type-header .type-banner::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.64) 60%, rgb(0, 0, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, rgba(0, 0, 0, 0.4)), color-stop(60%, rgba(0, 0, 0, 0.64)), color-stop(100%, rgb(0, 0, 0)));
  background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.64) 60%, rgb(0, 0, 0) 100%);
  background: -o-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.64) 60%, rgb(0, 0, 0) 100%);
  background: -ms-linear-gradient(left, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.64) 60%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to right, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.64) 60%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000", endColorstr="#000000", GradientType=1);
}
#page__content .content__section.searchMenu .search-results .type-header .type-banner.hide-overlay::after {
  background: none;
}
#page__content .content__section.searchMenu .search-results .type-header .type-content {
  max-width: 550px;
  position: relative;
  z-index: 1;
}
#page__content .content__section.searchMenu .search-results .resp_description {
  padding-bottom: 32px;
  display: none;
  opacity: 0;
}
#page__content .content__section.searchMenu .search-results .resp_description p {
  max-width: 550px;
}
#page__content .content__section.searchMenu .search-results .product-list_item {
  pointer-events: auto;
}
#page__content .content__section.searchMenu form .fields {
  display: flex;
  flex-direction: column;
}
#page__content .content__section.searchMenu form .fields .field {
  display: flex;
  flex-direction: column;
}
#page__content .content__section.searchMenu form .fields .field:last-child {
  border-bottom: 0;
}
#page__content .content__section.searchMenu form .fields .field h3 {
  color: #000;
  font-size: 18px;
  font-size: 1.125rem;
  margin: 0 0 10px;
}
#page__content .content__section.searchMenu form .fields .field.reset {
  display: none;
}
#page__content .content__section.searchMenu form .fields .field.reset .reset-btn {
  display: flex;
  align-items: center;
}
#page__content .content__section.searchMenu form .fields .field.reset .reset-btn .icon {
  width: 16px;
  height: 16px;
  margin: 0 10px 0 0;
  font-size: 13px;
  font-size: 0.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice {
  cursor: pointer;
  width: 100%;
  position: relative;
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice .info-icon {
  margin-left: 10px;
  margin-top: 4px;
  color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  background: #000;
  font-size: 10px;
  font-size: 0.625rem;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  /*animation-duration: 2s;
  //animation-name: brillance;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;*/
  position: relative;
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice .info-icon::after {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background-clip: padding-box;
  animation-duration: 2s;
  animation-name: brillance, scaleUP;
  animation-iteration-count: infinite;
  animation-timing-function: ease-out;
}
@keyframes brillance {
  0% {
    background: #8CC8EE;
  }
  100% {
    background: #F6FAFD;
  }
}
@keyframes scaleUP {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(2);
  }
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice .allergen-popup {
  z-index: 2;
  border: 1px solid #000;
  width: 300px;
  position: absolute;
  bottom: calc(100% - 5px);
  left: 50%;
  padding: 30px 15px;
  color: #000;
  background: #fff;
  transform: translateX(-50%);
  -webkit-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.25);
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  opacity: 0;
  visibility: hidden;
  display: flex;
  align-items: center;
  flex-direction: column;
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice .allergen-popup p {
  font-size: 14px;
  font-size: 0.875rem;
  margin: 0;
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice .allergen-popup p + p {
  margin-top: 10px;
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice .allergen-popup::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-width: 15px;
  border-style: solid;
  border-color: #111 transparent transparent transparent;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice .allergen-popup::after {
  z-index: -1;
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border-width: 17px;
  border-style: solid;
  border-color: #FFF transparent transparent transparent;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice h3 {
  margin: 0 !important;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page__content .content__section.searchMenu form .fields .field .allergen_notice:hover .allergen-popup {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 5px);
}
#page__content .content__section.searchMenu form .fields .field .checklist {
  display: flex;
  flex-direction: column;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem {
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem + .checkitem {
  margin: 3px 0 0;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem input[type=checkbox] {
  display: none;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem .js-show-more {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 0;
  cursor: pointer;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem .js-show-more::before, #page__content .content__section.searchMenu form .fields .field .checklist .checkitem .js-show-more::after {
  content: "";
  width: 13px;
  height: 2px;
  display: block;
  background-color: white;
  transition: 0.3s;
  position: absolute;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem .js-show-more::after {
  transform: rotate(90deg);
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem .js-show-more.active::after {
  transform: initial;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem .children {
  max-height: 0;
  margin: 0;
  margin-left: 20px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
  position: relative;
  width: 100%;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem .children.parent-active {
  opacity: 1;
  pointer-events: all;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem .children label {
  font-size: 14px;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem label {
  display: flex;
  align-items: center;
  opacity: 0.75;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 400;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem .checkmask {
  width: 16px;
  height: 16px;
  border: 1px solid #FFF;
  margin: 0 10px 0 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem .checkmask svg {
  width: 10.5px;
  height: 7px;
  display: none;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem input[type=checkbox]:checked + label {
  opacity: 1;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem input[type=checkbox]:checked + label .checkmask {
  background: #FFF;
}
#page__content .content__section.searchMenu form .fields .field .checklist .checkitem input[type=checkbox]:checked + label .checkmask svg {
  display: block;
}
#page__content .content__section.searchMenu form .fields .field .tags {
  display: flex;
  flex-direction: column;
}
#page__content .content__section.searchMenu form .fields .field .tags .tag {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-size: 1rem;
}
#page__content .content__section.searchMenu form .fields .field .tags .tag + .tag {
  margin: 3px 0 0;
}
#page__content .content__section.searchMenu form .fields .field .tags .tag .icon {
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
#page__content .content__section.searchMenu form .fields .field .tags .tag .icon img {
  width: 100%;
  height: 100%;
}
#page__content .content__section.searchMenu form .fields .field:not(.search) {
  padding: 15px 25px;
}
#page__content .content__section.searchMenu form .fields .field.cta {
  align-items: center;
  text-align: center;
}
#page__content .content__section.searchMenu form .fields .field.cta .btn {
  margin: 0 0 15px;
}
#page__content .content__section.searchMenu form .fields .field.cta .btn + a {
  color: #000;
}
#page__content .content__section.searchMenu form .fields .field.search {
  position: relative;
  border: 1px solid #fff;
}
#page__content .content__section.searchMenu form .fields .field.search label {
  height: 1px;
  opacity: 0;
  visibility: hidden;
}
#page__content .content__section.searchMenu form .fields .field.search input[type=text] {
  font-family: "sofia-pro", sans-serif;
  padding: 18px 52px 18px 18px;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 52px;
  background: transparent;
  border: 1px solid rgba(0,0,0,0.5);
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.75;
  color: #000;
}
#page__content .content__section.searchMenu form .fields .field.search input[type=text]::placeholder {
  color: #000;
  opacity: 0.42;
}
#page__content .content__section.searchMenu form .fields .field.search input[type=text]:focus {
  border: 0;
  outline: 0;
}
#page__content .content__section.searchMenu form .fields .field.search .search-icon {
  position: absolute;
  z-index: 1;
  width: 52px;
  height: 52px;
  top: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page__content .content__section.searchMenu form .fields .field.search .search-icon input {
  padding: 18px;
}
#page__content .content__section.instagram h3 {
  margin-top: 50px;
}
#page__content .content__section.instagram a {
  color: #000;
}
#page__content .content__section.instagram #instaFeed {
  margin: 20px 0 0;
  padding: 50px 0;
  position: relative;
}
#page__content .content__section.instagram #instaFeed .instaSquare {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1A1A1A;
  overflow: hidden;
}
#page__content .content__section.instagram #instaFeed .instaSquare img {
  filter: invert(100%);
  z-index: 0;
  position: absolute;
  left: -200px;
  top: 50%;
  min-height: 100%;
  transform: translateY(-50%);
}
#page__content .content__section.instagram .sushiloveAnchor {
  position: relative;
}
#page__content .content__section.instagram .sushiloveAnchor .sushilove {
  display: flex;
  z-index: 1;
  position: absolute;
  width: 135px;
  height: 135px;
  right: 30px;
  top: 0;
  transform: translate(50%, -50%);
}
#page__content .content__section.instagram .sushiloveAnchor .sushilove img {
  filter: brightness(0) invert(1);
  transform-origin: 50% 50%;
  animation-name: rotation;
  animation-duration: 5s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
#page__content .content__section.instagram .square-img {
  z-index: 0;
  width: 100%;
  height: 0;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
}
#page__content .content__section.instagram .square-img img {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#page__content .content__section.cloud {
  overflow: hidden;
  padding: 90px 0;
  background: #F6FAFD;
  position: relative;
}
#page__content .content__section.cloud .form-cta {
  margin: 0 auto;
  max-width: 630px;
}
#page__content .content__section.cloud .background-wrap {
  z-index: 0;
  position: absolute;
  left: -200px;
  top: 50%;
  min-height: 100%;
  transform: translateY(-50%);
}
#page__content .content__section.cloud .wrapper {
  position: relative;
  z-index: 1;
}
#page__content .content__section.cloud input[type=text] {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #000;
  width: 100%;
  height: 54px;
  padding: 15px 20px;
  margin: 0 0 30px;
  font-family: "sofia-pro", sans-serif;
  background-clip: border-box !important;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
#page__content .content__section.banner {
  color: #FFF;
  position: relative;
  padding: 72px 0;
}
#page__content .content__section.banner .wrapper {
  position: relative;
  z-index: 1;
}
#page__content .content__section.banner .download {
  margin: 30px 0 0;
}
#page__content .content__section.banner .btn {
  margin-top: 25px;
}
#page__content .content__section.banner .order-text {
  max-width: 1200px;
}
#page__content .content__section.banner .mockup-wrapper {
  max-width: 90%;
  width: 350px;
  height: 574px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page__content .content__section.banner .mockup-wrapper .mockup {
  animation-name: onMappelleLovni;
  animation-duration: 1.5s;
  animation-timing-function: ease-in-out;
  animation-delay: 0s;
  animation-direction: alternate;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
@keyframes onMappelleLovni {
  from {
    transform: translateY(-5px);
    -webkit-filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 5px 25px rgba(0, 0, 0, 0.25));
  }
  to {
    transform: translateY(5px);
    -webkit-filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.25));
    filter: drop-shadow(0px 10px 25px rgba(0, 0, 0, 0.25));
  }
}
#page__content .content__section.banner .background-wrap {
  z-index: 0;
  overflow: hidden;
  position: absolute;
  top: 45px;
  right: 0;
  bottom: 45px;
  left: 0;
}
#page__content .content__section.banner .background-wrap::after {
  content: "";
  background: #000;
  opacity: 0.6;
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#page__content .content__section.banner .background-wrap img {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  position: absolute;
  width: auto;
  height: auto;
  min-height: 100%;
  min-width: 100%;
  max-width: none;
}

.pagination .nav-links {
  display: flex;
  align-items: center;
}
.pagination .nav-links .page-numbers:not(.next):not(.prev) {
  display: flex;
  width: 55px;
  align-items: center;
  justify-content: center;
}
.pagination .nav-links .page-numbers:not(.next):not(.prev) + .page-numbers:not(.next):not(.prev) {
  border-left: 1px solid #000;
}

.arrows {
  display: flex;
  justify-content: center;
}

.arrows .arrow {
  width: 55px;
  height: 55px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.arrows .arrow.left svg {
  transform: rotate(180deg);
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.arrows .arrow + .arrow {
  border-left: 1px solid rgba(255, 255, 255, 0.05);
}

.blog-categories {
  list-style: none;
  padding: 0;
  margin: -25px;
  display: flex;
  flex-wrap: wrap;
}
.blog-categories .blog-category {
  margin: 10px 25px;
}

.article {
  display: flex;
  flex-direction: column;
  margin-bottom: 75px;
}
.article .article-thumbnail {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
  background: #000;
}
.article .article-thumbnail .article-link {
  overflow: hidden;
  z-index: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.article .article-thumbnail + .article-titles {
  margin-top: 20px;
}
.article .article-category {
  z-index: 1;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.absolute-image {
  position: absolute;
  top: 50%;
  left: 50%;
  min-height: 100%;
  min-width: 100%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-height: none;
}

.square-container {
  position: relative;
}
.square-container .square-wrapper {
  position: absolute;
  top: 100px;
  bottom: 215px;
  z-index: -1;
  left: 0;
  width: 100%;
  max-width: calc(1470px + (100% - 1470px) / 2);
}
.square-container .square-wrapper.reverse {
  left: unset;
  right: 0;
}
.square-container .square-wrapper.reverse::after {
  right: 0;
  left: 30px;
}
.square-container .square-wrapper.no-offset {
  top: 0;
  bottom: 0;
}
.square-container .square-wrapper::after {
  content: "";
  background: #F6FAFD;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  left: 0;
}

.featured-product_text {
  padding: 50px 0;
}
.featured-product_text h3 {
  margin: 0 0 40px;
}
.featured-product_text h3 + p {
  margin: 0 0 30px;
}
.featured-product_text .btn {
  margin: 30px 0 0;
}

.products-slider {
  position: relative;
}
.products-slider .slider-wrapper {
  width: 100%;
  height: 0;
  padding-bottom: 60%;
  display: flex;
  position: relative;
}
.products-slider .slider-wrapper.reversed .slide {
  left: auto;
  right: 0;
}
.products-slider .slider-wrapper.reversed .slide:not(.active) {
  right: auto;
  left: 0;
}
.products-slider .slider-wrapper .slide {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.products-slider .slider-wrapper .slide:not(.active) {
  width: 0;
  right: 0;
  left: auto;
}
.products-slider .slider-wrapper .slide picture {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  width: 100%;
}
.products-slider .slider-wrapper .slide picture img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.products-slider .slider-navigation {
  position: absolute;
  bottom: 0;
  right: 100%;
  display: flex;
  flex-direction: column;
}
.products-slider .slider-navigation .arrow,
.products-slider .slider-navigation .digit {
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-slider .slider-navigation .arrows,
.products-slider .slider-navigation .digits {
  display: flex;
}
.products-slider .slider-navigation .arrows .arrow {
  height: 55px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.products-slider .slider-navigation .digits {
  height: 55px;
  align-items: center;
}
.products-slider .slider-navigation .digits .digit + .digit {
  border-left: 1px solid #000;
}

.promotion-slider {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.promotion-slider + .wrapper {
  margin-top: 40px;
  margin-bottom: 60px;
}
.promotion-slider .slider-wrapper {
  width: 100%;
  display: flex;
}
.promotion-slider .slider-wrapper .images,
.promotion-slider .slider-wrapper .texts {
  width: 50%;
}
.promotion-slider .slider-wrapper .images {
  opacity: 0;
  position: relative;
  padding-bottom: 30%;
  height: 0;
  display: flex;
}
.promotion-slider .slider-wrapper .images.reversed .image {
  left: auto;
  right: 0;
}
.promotion-slider .slider-wrapper .images.reversed .image:not(.active) {
  right: auto;
  left: 0;
}
.promotion-slider .slider-wrapper .images .image {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
}
.promotion-slider .slider-wrapper .images .image img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.promotion-slider .slider-wrapper .images .image:not(.active) {
  width: 0;
  right: 0;
  left: auto;
}
.promotion-slider .slider-wrapper .texts {
  padding: 150px 0 0 180px;
  align-self: stretch;
  display: flex;
}
.promotion-slider .slider-wrapper .texts .text {
  max-width: 440px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.promotion-slider .slider-wrapper .texts .text:not(.active) {
  display: none;
}
.promotion-slider .slider-navigation {
  display: flex;
  width: 50%;
  padding-left: 180px;
}
.promotion-slider .slider-navigation .arrow,
.promotion-slider .slider-navigation .digit {
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promotion-slider .slider-navigation .arrows,
.promotion-slider .slider-navigation .digits {
  display: flex;
}
.promotion-slider .slider-navigation .arrows .arrow {
  height: 55px;
  background: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.promotion-slider .slider-navigation .digits {
  align-items: center;
}
.promotion-slider .slider-navigation .digits .digit + .digit {
  border-left: 1px solid #000;
}

.bonapp-logo img {
  width: 44px;
  margin: 0 4px;
  transform: translateY(8px);
}

.download {
  display: flex;
}
.download .dl-link {
  padding: 8px 10px;
  border: 1px solid #a6a6a6;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-clip: padding-box;
  display: flex;
  justify-content: center;
  align-items: center;
}
.download .dl-link + .dl-link {
  margin: 0 0 0 15px;
}
.download .dl-link.black {
  background: #000;
}

.bubble-tea-card {
  display: flex;
  margin-bottom: 10px;
}
.bubble-tea-card img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  align-self: center;
}

.bubble-tea-details {
  display: flex;
  margin-bottom: 20px;
}
.bubble-tea-details img {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  align-self: center;
}

.bubble-tea-shop__footer {
  width: 100%;
  display: flex;
  margin-left: 50px;
}
.bubble-tea-shop__footer .bubble-teas {
  width: 85%;
  place-self: flex-end;
  margin-left: -20px;
}
.bubble-tea-shop__footer .bubble-teas .tea {
  width: 10%;
  max-width: 150px;
  margin-right: -3%;
}
.bubble-tea-shop__footer .bubble-tea-link {
  place-self: flex-end;
  margin-bottom: 20px;
}
.bubble-tea-shop__footer .bubble-tea-link .logo {
  width: 240px;
}
.bubble-tea-shop__footer .bubble-tea-link p {
  text-align: center;
  color: #d82d93;
}

#page__footer {
  position: relative;
  background: #fff;
  padding: 50px 50px 0 50px;
}
#page__footer .logo img {
  height: 50px;
}
#page__footer .list {
  display: flex;
}
#page__footer .follow-section {
  margin: 20px 0 0;
  display: flex;
}
#page__footer .follow-section p {
  margin-top: 10px;
  margin-right: 10px;
}
#page__footer .social {
  width: 48px;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
}
#page__footer .social + .social {
  margin: 0 0 0 15px;
}
#page__footer .input-bloc {
  position: relative;
}
#page__footer .input-bloc input[type=text] {
  -webkit-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  height: 48px;
  padding: 15px 20px;
  font-family: "sofia-pro", sans-serif;
  background-clip: border-box !important;
  font-size: 16px;
  font-size: 1rem;
  -webkit-border-radius: 0;
  border-radius: 0;
  background-clip: padding-box;
}
#page__footer .input-bloc .submit {
  cursor: pointer;
  color: #000;
  position: absolute;
  right: 0;
  top: 0;
  width: 48px;
  height: 48px;
  background: #8CC8EE;
  border: 0;
  font-size: 20px;
  font-size: 1.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
#page__footer .footer_menu ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#page__footer .footer_menu ul.menu li + li {
  margin-top: 14px;
}
#page__footer .footer_column {
  width: 25%;
  padding: 70px 60px 60px;
  display: flex;
  flex-direction: column;
}
#page__footer .footer_column .item + .item {
  margin: 20px 0 0;
}
#page__footer .footer_column .item.socials {
  margin-bottom: 40px;
}
#page__footer .content {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
#page__footer .copyright {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  width: calc(100% - 120px);
  margin: 0 auto;
  padding: 30px 0px;
  display: flex;
  justify-content: space-between;
}
#page__footer::after {
  display: none;
  content: "";
  z-index: 0;
  position: absolute;
  top: 50px;
  right: 50px;
  bottom: 50px;
  left: 50px;
  border: 1px solid #FFF;
}

.productLozad {
  visibility: hidden;
  opacity: 0;
}

.product-list_item,
.product-list_item .titles {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.product-list_item {
  margin: 0 0 20px;
}
.product-list_item .tags {
  padding-top: 5px;
  display: flex;
  justify-content: center;
  margin: -2.5px;
}
.product-list_item .tags .tag {
  margin: 2.5px;
  width: 20px;
  height: 20px;
}
.product-list_item .tags .tag svg {
  width: 100%;
  height: 100%;
}
.product-list_item .title .type-slug {
  display: none;
}
.product-list_item .thumbnail {
  position: relative;
  display: flex;
  width: 70%;
  height: 0;
  padding-bottom: 70%;
  overflow: hidden;
}
.product-list_item .thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 100%;
}

.product-case + .product-case {
  margin: 50px 0 0;
}
.product-case + .product-case.back-button {
  cursor: pointer;
  margin: 100px 0 0;
}
.product-case + .product-case.back-button i {
  margin-right: 5px;
}
.product-case.product-titles.resp {
  display: none;
}
.product-case.product-titles + .product-case {
  margin: 70px 0 0;
}
.product-case.product-titles .product-title .type-slug {
  display: none;
}

.product-tags {
  margin: -2.5px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.product-tags .tag {
  width: 20px;
  height: 20px;
  margin: 2.5px;
}
.product-tags .tag svg {
  width: 100%;
  height: 100%;
}

.product-thumbnail {
  display: inline-block;
  position: relative;
  width: 350px;
  height: 350px;
}
.product-thumbnail img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  display: block;
}

.product-order {
  width: 350px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 50px 0 0 !important;
}
.product-order .btn {
  margin-top: 35px;
}
.product-order > span {
  position: relative;
}
.product-order > span .arrow {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 0;
  left: 100%;
}
.product-order > span .arrow svg {
  position: absolute;
  left: 0;
  top: 50%;
}

@media screen and (max-width: 1600px) {
  .flamelCarousel#frontSlider .slideTextContent {
    padding: 6vh;
  }
  .flamelCarousel#frontSlider h3.small {
    padding-left: 6vh;
    padding-right: 6vh;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-text {
    padding: 150px;
    padding-left: 250px;
  }
  .square-container .square-wrapper {
    top: 50px;
  }
  .promotion-slider .slider-wrapper .texts {
    padding-top: 100px;
  }
}
@media screen and (max-width: 90rem) {
  .covid-msg {
    width: 100%;
  }
  .promotion-slider .slider-wrapper .texts {
    padding-left: 60px;
    padding-right: 60px;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-text {
    padding-right: 75px;
  }
  .bubble-tea-shop__footer .bubble-tea-link {
    margin-bottom: 0px;
  }
  #page__footer .footer_column {
    border-bottom: 1px solid #FFF;
    padding: 60px 0;
  }
  #page__footer .copyright {
    border-top: 0;
  }
}
@media screen and (max-width: 1400px) {
  .flamelCarousel#frontSlider .slideTextContent {
    padding: 100px 3vh 3vh 3vh;
  }
  .flamelCarousel#frontSlider h3.small {
    top: 5%;
    padding-left: 3vh;
    padding-right: 3vh;
  }
  #page__header .wrapper .main-container .featured-item img {
    z-index: -1;
    width: 475px;
  }
}
@media (max-width: 1300px) {
  #masthead .masthead_wrapper {
    padding: 30px;
  }
  #masthead ul.menu a {
    margin: 0 15px;
  }
  .primalHam {
    margin-left: 30px;
    margin-right: -30px;
  }
  html body #storeLocator__storeList .medium-4 {
    width: 100% !important;
  }
}
@media screen and (max-width: 1200px) {
  .bubble-tea-shop__footer {
    margin-left: 50px;
  }
  #page__header .wrapper .main-container .featured-item img {
    width: 400px;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-image {
    width: 50%;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-text {
    width: 60%;
    padding: 75px;
    padding-left: 200px;
  }
  #page__content .content__section.general_flexible.order .order-links {
    margin: 50px 0;
    text-align: center;
  }
  #page__content .content__section.order .order-links .order-link {
    width: 150px;
    height: 150px;
  }
}
@media screen and (max-width: 1150px) {
  #masthead ul.menu:not(.intranet) {
    display: none;
  }
  #masthead ul.menu.intranet .desktop {
    display: none;
  }
  #masthead ul.menu.intranet .mobile {
    display: inline-block;
  }
  #masthead a.btn {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .products-slider .slider-navigation {
    top: 100%;
    bottom: unset;
    right: 0;
    flex-direction: row;
  }
  #page__header .wrapper .main-container {
    flex-direction: column;
    justify-content: start;
    align-items: flex-start;
  }
  #page__header .wrapper .main-container .intro {
    width: 100%;
    margin-bottom: 64px;
  }
  #page__header .wrapper .main-container .intro .cta {
    display: none;
  }
  #page__header .wrapper .main-container .featured-item {
    justify-content: center;
    flex-direction: column;
  }
  #page__header .wrapper .main-container .featured-item div {
    position: relative;
    left: 0;
  }
  #page__header .wrapper .main-container .featured-item div p {
    margin-top: 0;
  }
  #page__header .wrapper .main-container .featured-item .cta {
    display: block;
    margin-top: 64px;
  }
}
@media (max-width: 1024px) {
  #page__footer .footer_column {
    width: 33.3333333333%;
    padding: 30px;
  }
  #page__footer .content .footer_column:first-of-type {
    width: 100%;
  }
}
@media (max-height: 800px) {
  #respmenu .content-wrapper .column .menu-wrapper {
    margin-bottom: 18%;
  }
}
@media screen and (max-width: 64rem) {
  body.menu_open .logo_ham img {
    filter: brightness(1);
  }
  .covid-msg {
    padding: 30px;
  }
  #page__content .content__section.searchMenu .search-form .pdf {
    margin-bottom: 0;
    border-bottom: 0;
  }
  .flamelCarousel#frontSlider h3.small {
    top: 30px;
  }
  #super-left-panel,
  .store-locator-map-holder {
    width: 100% !important;
  }
  #storeLocator__storeListRow .infobox__body {
    max-height: none !important;
  }
  html #super-left-panel {
    padding: 0 !important;
  }
  html body #storeLocator__storeList .medium-4 {
    width: 50% !important;
  }
  html #super-left-panel {
    height: auto !important;
  }
  html #storeLocatorMap {
    height: 100% !important;
  }
  .store-locator-map-holder {
    overflow: hidden;
    top: 74px !important;
    height: 500px;
  }
  .store-locator-map {
    position: relative;
    top: 0 !important;
  }
  .medium-4 {
    width: 50% !important;
  }
  .store-locator-map {
    height: 500px !important;
  }
  .store-locator__infobox--mobile.is-shown .infobox__title {
    margin-top: 20px !important;
  }
  .store-locator__infobox--mobile.is-shown .store-address {
    padding-bottom: 10px !important;
  }
  .store-locator__filter-toggler-cell {
    height: 45px !important;
    width: 100% !important;
    margin-top: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #FFF !important;
  }
  .store-locator__filter-toggler-cell .store-locator__filter-toggler {
    background: #8CC8EE !important;
    width: 100% !important;
    height: 100% !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .store-locator__filter-toggler-cell .store-locator__filter-toggler::after {
    color: #FFF !important;
    right: 10px !important;
    background-image: url("../assets/svg/plus-square-regular.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
  }
  .store-locator__geolocator-cell {
    width: 15% !important;
    padding: 0 !important;
    justify-content: center !important;
  }
  .store-locator__geolocator-cell #geolocator {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transform: translateX(8px) !important;
  }
  .store-locator__geolocator-cell #geolocator .fa-crosshairs {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .searchbar_td {
    width: 85% !important;
  }
  .store-locator__geolocator {
    font-size: 30px !important;
  }
  .searchbar_tr {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 10px !important;
  }
  .field-holder.expand {
    width: 100% !important;
  }
  #ssf_adress_input_box {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 15px !important;
  }
  #ssf_adress_input_box td {
    display: flex !important;
    align-items: center !important;
  }
  html body #storeLocatorFilterToggler {
    display: none !important;
  }
  .promotion-slider + .wrapper {
    margin-top: 20px;
    margin-bottom: 125px;
  }
  .promotion-slider .slider-navigation {
    width: 100%;
    flex-direction: row-reverse;
    padding: 0 30px;
    justify-content: flex-start;
  }
  .promotion-slider .slider-wrapper {
    padding: 0 30px;
    flex-direction: column;
  }
  .promotion-slider .slider-wrapper .images,
  .promotion-slider .slider-wrapper .texts {
    width: 100%;
  }
  .promotion-slider .slider-wrapper .images {
    padding-bottom: 60%;
  }
  .promotion-slider .slider-wrapper .texts {
    padding: 30px 0;
  }
  .promotion-slider .slider-wrapper .texts .text {
    max-width: 100%;
  }
  .product-hero {
    display: flex;
    justify-content: center;
  }
  .featured-product_text {
    padding: 0 0 50px;
  }
  #backToFilters {
    display: none;
  }
  #jobFilters #roles.filter-roles {
    flex-wrap: wrap;
  }
  .product-order {
    margin: 50px auto 0 !important;
  }
  #menuoverlay {
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    z-index: 99999998;
    -moz-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
  }
  #menuoverlay.active {
    opacity: 0.6;
    pointer-events: auto;
  }
  #page__footer::after {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  .primalHam {
    margin-right: -25px;
    margin-left: 25px;
  }
  #masthead {
    padding: 30px;
  }
  #masthead .masthead_wrapper {
    padding: 30px 25px;
  }
  #masthead .logo img {
    height: 45px;
  }
  #masthead ul.menu {
    margin: 0 -10px;
  }
  #masthead ul.menu a {
    margin: 0 10px;
  }
  #page__header {
    padding: 140px 30px 30px;
  }
  #page__header.front {
    min-height: 100vh;
  }
  #page__header::after {
    top: 30px;
    right: 30px;
    bottom: 30px;
    left: 30px;
  }
  #page__header .wrapper .cta {
    margin: 30px 0 30px;
  }
  #page__header .featured-product .product {
    width: 350px;
    padding-bottom: 350px;
    margin: 0 auto;
  }
  #ham .left {
    left: 20px;
  }
  #page__content .content__section .single-resto_infos {
    padding-top: 60px;
  }
  #page__content .content__section .career-desc {
    justify-content: flex-end;
  }
  #page__content .content__section .career-desc .illustration {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
  }
  #page__content .content__section .career-desc .content {
    width: 65%;
    position: relative;
    z-index: 1;
  }
  #page__content .content__section.searchMenu {
    padding: 0 30px;
    position: relative;
  }
  #page__content .content__section.searchMenu .filtersWrapper {
    background: #111;
  }
  #page__content .content__section.searchMenu form .fields {
    border: 0;
  }
  #page__content .content__section.searchMenu form .fields .field:last-child {
    border-bottom: 0;
  }
  #page__content .content__section.searchMenu form .fields .field:first-child {
    border-top: 0;
  }
  #page__content .content__section.searchMenu form .fields .field .checklist {
    flex-flow: row wrap;
    margin: -10px;
  }
  #page__content .content__section.searchMenu form .fields .field .checklist .checkitem {
    margin: 10px !important;
  }
  #page__content .content__section.searchMenu .search-form {
    z-index: 99999999;
    position: fixed;
    top: 100%;
    left: 50%;
    width: 100%;
    height: calc(100vh - 50px);
    transform: translateX(-50%);
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    /*border-top: 1px solid $snow;
    border-bottom: 1px solid $snow;*/
  }
  #page__content .content__section.searchMenu .search-form.active {
    top: 50px;
  }
  #page__content .content__section.searchMenu .search-form.active .responsiveBtn {
    bottom: 100%;
    width: 100px;
    height: 50px;
    right: 0;
    border-radius: initial;
  }
  #page__content .content__section.searchMenu .search-form.active .responsiveBtn .cross {
    opacity: 1;
  }
  #page__content .content__section.searchMenu .search-form.active .responsiveBtn::before {
    opacity: 0;
  }
  #page__content .content__section.searchMenu .search-form .filtersWrapper {
    height: 100%;
  }
  #page__content .content__section.searchMenu .search-form .filtersWrapper::-webkit-scrollbar {
    width: 5px;
  }
  #page__content .content__section.searchMenu .search-form .filtersWrapper::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgb(255, 255, 255);
  }
  #page__content .content__section.searchMenu .search-form .filtersWrapper::-webkit-scrollbar-thumb {
    background-color: #FFF;
    outline: 1px solid #FFF;
  }
  #page__content .content__section.searchMenu .search-form form {
    background: #111;
    position: relative;
  }
  #page__content .content__section.searchMenu .search-form .responsiveBtn {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    right: 30px;
    bottom: calc(100% + 30px);
    height: 70px;
    width: 70px;
    border-radius: 4rem;
    background: #8CC8EE;
    color: #000;
    transition: 0.3s ease-in-out;
  }
  #page__content .content__section.searchMenu .search-form .responsiveBtn .cross {
    position: relative;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    opacity: 0;
    transition: 0.4s ease-in-out;
  }
  #page__content .content__section.searchMenu .search-form .responsiveBtn .cross .line {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
    width: 45%;
    height: 2px;
    background: #000;
    -moz-transition: transform 0.3s ease-out;
    -o-transition: transform 0.3s ease-out;
    -webkit-transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
  }
  #page__content .content__section.searchMenu .search-form .responsiveBtn .cross .line + .line {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #page__content .content__section.searchMenu .search-form .responsiveBtn::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../assets/svg/settings.svg");
    background-repeat: no-repeat;
    background-position: center;
    width: 37px;
    height: 26px;
    transition: 0.4s ease-in-out;
  }
  #page__content .content__section.searchMenu .search-form .responsiveBtn span {
    display: none;
    font-size: 12px;
    font-size: 0.75rem;
    text-transform: uppercase;
    font-family: 'SeasonMix', sans-serif;
  }
  #page__content .content__section.searchMenu .search-form .responsiveBtn::after {
    display: none;
    z-index: -1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background-clip: padding-box;
    animation-duration: 2s;
    animation-name: brillance, scaleUP;
    animation-iteration-count: infinite;
    animation-timing-function: ease-out;
  }
  @keyframes brillance {
    0% {
      background: #8CC8EE;
    }
    100% {
      background: #F6FAFD;
    }
  }
  @keyframes scaleUP {
    0% {
      opacity: 1;
      transform: translate(-50%, -50%) scale(1);
    }
    100% {
      opacity: 0;
      transform: translate(-50%, -50%) scale(1.25);
    }
  }
  #page__content .content__section.searchMenu .search-results {
    margin-left: 0;
  }
  #page__content .content__section.instagram {
    margin-top: 100px;
  }
  #page__content .content__section.instagram .wrapper .sushilove {
    top: 100%;
    transform: translateY(-50%);
    right: 0;
  }
  #page__content .content__section.instagram .wrapper .square-upside::after {
    top: -27px;
  }
  #page__content .content__section.instagram .wrapper .margin-lg {
    display: inline-block;
    margin-bottom: 30px;
  }
  #page__content .content__section.instagram h3 {
    margin-top: 0;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-text {
    padding: 50px;
    padding-left: 150px;
  }
  #page__content .content__section.general_flexible.order .order-links {
    margin: 50px 0;
    text-align: center;
  }
  #page__content .content__section.general_flexible.order .order-links .links {
    justify-content: center;
    align-items: center;
  }
  .text-image {
    min-height: 400px;
  }
}
@media screen and (max-width: 960px) {
  .flamelCarousel#frontSlider h3.small {
    position: relative !important;
    margin-bottom: 30px !important;
  }
  .flamelCarousel .slideWrap {
    flex-direction: column;
  }
  .flamelCarousel .slideText,
  .flamelCarousel .slideImages {
    width: 100% !important;
  }
  .flamelCarousel .slideImages {
    order: 0;
    padding-bottom: 66% !important;
  }
  .flamelCarousel .slideText {
    order: 1;
  }
  .flamelCarousel .slideText .slideNav {
    bottom: unset;
    top: 0;
  }
  .flamelCarousel#frontSlider {
    padding-top: 0px;
  }
  .flamelCarousel#frontSlider .slideTextContent {
    padding: 75px;
    height: auto;
  }
  .flamelCarousel#frontSlider h3.small {
    width: auto;
  }
}
@media screen and (max-width: 50rem) {
  html .store-locator__map-status {
    width: 100%;
  }
  html .store-locator__actions-bar {
    padding: 0;
  }
  html #page__header .wrapper .main-container .intro h1 {
    font-size: 38px;
  }
  html #page__header .wrapper .main-container .intro .cta {
    flex-direction: column;
  }
  html #page__header .wrapper .main-container .intro .cta a:first-of-type {
    margin-bottom: 16px;
  }
  html #page__header .wrapper .main-container .intro .cta .btn + .btn {
    margin: 0 0;
  }
  .image__wrapper {
    overflow: hidden;
  }
  .image__wrapper.extended img {
    max-width: 150%;
    min-height: 100%;
    width: auto;
  }
  .image__wrapper img {
    top: 50%;
    left: 50%;
    width: 100%;
    height: auto;
  }
  .medium-4 {
    width: 50% !important;
  }
  .store-locator-map {
    top: 0 !important;
    height: 500px !important;
  }
  .store-locator__infobox--mobile.is-shown .infobox__title {
    margin-top: 20px !important;
  }
  .store-locator__infobox--mobile.is-shown .store-address {
    padding-bottom: 10px !important;
  }
  .store-locator__filter-toggler-cell {
    height: 45px !important;
    width: 100% !important;
    margin-top: 10px !important;
    padding: 0 !important;
    border: 0 !important;
    color: #FFF !important;
  }
  .store-locator__filter-toggler-cell .store-locator__filter-toggler {
    background: #8CC8EE !important;
    width: 100% !important;
    height: 100% !important;
    padding: 10px !important;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
  }
  .store-locator__filter-toggler-cell .store-locator__filter-toggler::after {
    color: #FFF !important;
    right: 10px !important;
    background-image: url("../assets/svg/plus-square-regular.svg") !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
    background-position: 50% !important;
  }
  .store-locator__geolocator-cell {
    width: 15% !important;
    padding: 0 !important;
    justify-content: center !important;
  }
  .store-locator__geolocator-cell #geolocator {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    transform: translateX(8px) !important;
  }
  .store-locator__geolocator-cell #geolocator .fa-crosshairs {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
  }
  .searchbar_td {
    width: 85% !important;
  }
  .store-locator__geolocator {
    font-size: 30px !important;
  }
  .searchbar_tr {
    display: flex !important;
    flex-wrap: wrap !important;
    padding: 10px !important;
  }
  .field-holder.expand {
    width: 100% !important;
  }
  #ssf_adress_input_box {
    padding: 0 15px !important;
  }
  #ssf_adress_input_box td {
    display: flex !important;
    align-items: center !important;
  }
  #jobResults .job__row {
    padding: 30px 15px;
  }
  #jobResults .job__row .delete-post {
    right: 15px;
  }
  #jobResults .job__row.special {
    padding-right: 60px;
  }
  #jobResults .job__row-role {
    width: 45%;
  }
  #masthead ul.menu:not(.intranet) {
    display: none;
  }
  #masthead ul.menu.intranet a i {
    margin-right: 0;
  }
  #masthead ul.menu.intranet .mobile {
    display: none;
  }
  #page__header .featured-product {
    transform: translateY(15%);
  }
  #page__header.single-header .header-col.text {
    padding-left: 40px;
  }
  #ham {
    height: 75px;
  }
  #ham .left img {
    height: 50px;
  }
  #ham .cta {
    width: 75px;
    height: 75px;
    padding: 0;
    justify-content: center;
    min-width: 425px!important;
  }
  #ham .cta span {
    display: none;
  }
  #ham .cta img {
    margin-top: 5px;
    height: 35px;
    display: block;
  }
  #ham .h-c {
    width: 75px;
    height: 75px;
    margin-left: auto;
    padding: 26.5px 19px;
  }
  #respmenu .borders {
    top: 75px;
  }
  #respmenu .menu-main-container,
  #respmenu .menu-main-fr-container {
    top: 75px;
  }
  #respmenu .lang-switch p {
    display: none;
  }
  #respmenu .lang-switch .resp_ginger {
    display: block;
  }
  #page__footer .download .dl-link {
    width: 120px;
    height: 40px;
  }
  #page__footer .footer_menu ul.menu li + li {
    margin-top: 10px;
  }
  .featured-product_text {
    padding: 0;
    margin-bottom: 50px;
  }
  .contactForm .wrapper.dearsushi .dear-wrapper {
    right: 100px;
  }
  #page__content .content__section #giftCardBtn {
    margin-bottom: 100px;
  }
  #page__content .content__section + .content__section {
    margin-top: 150px;
  }
  #page__content .content__section .giftDescription {
    padding-top: 25px;
  }
  #page__content .content__section.instagram {
    margin-top: 100px;
  }
  #page__content .content__section.instagram h3 {
    margin-top: 0;
  }
  #page__content .content__section.searchMenu form .fields .field .allergen_notice .allergen-popup {
    max-width: calc(100% - 10px);
  }
  #page__content .content__section.contactContent .wrapper .bg-blue {
    right: 0;
  }
  #page__content .content__section.contactContent .wrapper .description {
    padding-top: 25px;
  }
  #page__content .content__section .career-desc .content {
    width: 90%;
    padding-top: 65px;
  }
  #page__content .content__section .career-desc .content .career-slider .slider-navigation {
    right: 0;
    top: 100%;
  }
  #page__content .content__section.post_content .text_block p,
  #page__content .content__section.post_content .text_block ul li,
  #page__content .content__section.post_content .text_block ol li {
    font-size: 18px;
  }
  #page__content .content__section.order .offImg {
    max-height: 350px;
    margin-bottom: 0px;
  }
  #page__content .content__section.order .square .square-wrapper {
    width: 100% !important;
  }
  #page__content .content__section.general_flexible .square.offset-x .square-wrapper {
    left: 0;
  }
  #page__content .content__section.general_flexible .vertically_centered_text {
    padding: 0;
  }
  #page__content .content__section.general_flexible .verticaly-image {
    margin: 0 0 25px;
  }
  #page__content .content__section.general_flexible .big-text {
    margin-bottom: 50px;
  }
  #page__content .content__section.general_flexible .max-height {
    max-width: 100%;
    margin-bottom: 25px;
  }
  #page__content .content__section.general_flexible .double_text {
    padding-top: 25px;
  }
  #page__content .content__section.general_flexible .double_images {
    margin-top: 25px;
  }
  #page__content .content__section.general_flexible .column-text {
    column-gap: 60px;
  }
  #page__content .content__section.general_flexible .double_text-wrapper .row + .row {
    margin-top: 100px;
  }
  #page__content .content__section.general_flexible .wrapper.square.offset-x::after {
    left: 0;
  }
  #page__content .content__section.general_flexible .wrapper.square.offset-md-y {
    padding-bottom: 50px;
  }
  #page__content .content__section.general_flexible .wrapper.square.offset-md-y::after {
    top: 100px;
  }
  #page__content .content__section.general_flexible .offset_sec {
    flex-wrap: wrap;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-image,
  #page__content .content__section.general_flexible .offset_sec .offset-text {
    width: 100%;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-image {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-image::after {
    content: "";
    position: absolute;
    top: 100px;
    right: 0;
    bottom: 0;
    left: 0;
    background: #F6FAFD;
    z-index: -1;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-text {
    margin-left: 0;
    padding: 30px 30px 50px;
  }
  .product-order {
    margin: 25px auto 0 !important;
    margin-bottom: 100px !important;
  }
  .product-case.product-titles {
    display: none;
  }
  .product-case.product-titles.resp {
    display: block;
    text-align: left;
  }
  .product-case.product-titles + .product-case {
    margin: 35px 0 0;
  }
  .product-case + .product-case {
    margin: 25px 0 0;
  }
  .orderBtnWrapper.in-single a {
    width: 70px;
    height: 70px;
  }
  .text-image {
    display: block;
    min-height: auto;
  }
  .text-image__container {
    margin-bottom: 100px;
  }
  .text-image__image {
    display: none;
  }
  .text-image__text {
    width: 100%;
    display: block;
  }
  .text-image + .text-image {
    margin-top: 64px;
  }
  .text-image:nth-child(even) .text-image__text {
    text-align: initial;
  }
  .text-image:nth-child(even) .text-image__text ul li,
  .text-image:nth-child(even) .text-image__text ol li {
    width: fit-content;
    margin-left: 0;
  }
  .jobs-title {
    font-size: 38px;
  }
  .jobs-title::first-line {
    font-size: 20px;
  }
  .front-page-news .big-card {
    flex-direction: column-reverse;
    min-height: auto;
  }
  .front-page-news .big-card .text-partial {
    width: 100%;
  }
  .front-page-news .big-card .img-partial {
    width: 100%;
    padding-left: 0%;
    padding-bottom: 62%;
  }
  .front-page-news .big-card .img-partial img {
    margin-left: 0;
  }
  .front-page-news .small-card .text-partial,
  .front-page-news .big-card .text-partial {
    padding: 40px 20px;
  }
  .front-page-news .small-card .text-partial p,
  .front-page-news .big-card .text-partial p {
    padding-top: 16px;
    padding-bottom: 30px;
  }
  .front-page-news .small-cards-container {
    flex-direction: column;
    align-items: start;
  }
  .front-page-news .small-card {
    width: 100%;
    flex-direction: column-reverse;
  }
  .subtitle {
    font-size: 14px !important;
  }
}
@media screen and (max-width: 650px) {
  #page__footer .copyright {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }
  #page__footer .copyright a {
    text-align: left;
    margin-top: 12px;
  }
}
@media (max-width: 500px) and (max-height: 625px) {
  #respmenu .content-wrapper .column .menu-wrapper {
    margin-bottom: 60%;
  }
}
@media (max-height: 700px) and (max-width: 400px) {
  #respmenu .content-wrapper .column .menu-wrapper {
    margin-bottom: 120%;
  }
  #respmenu .lang-switch {
    bottom: 30px;
  }
}
@media screen and (max-width: 40rem) {
  .covid-msg {
    padding: 40px 20px;
  }
  #page__header .featured-product .discover .cta-discover .arrow img {
    max-height: initial;
    position: absolute;
  }
  .flamelCarousel#frontSlider .slideTextContent {
    padding: 75px 15px 15px;
  }
  .flamelCarousel#frontSlider h3:not(.small) {
    margin-bottom: 20px;
  }
  .flamelCarousel#frontSlider h3.small {
    left: 15px;
  }
  html body #storeLocator__storeList .medium-4 {
    width: 100% !important;
  }
  html #storeLocator__storeListRow {
    margin-top: 500px;
  }
  body .store-locator__infobox {
    margin-bottom: 10px !important;
  }
  .store-locator-map,
  .store-locator-top-half.store-locator-top-half {
    height: 400px !important;
  }
  .gform_wrapper .gfield.extra-label .gfield_label {
    left: 15px;
    top: 16px;
  }
  .gform_wrapper .gfield input[type=text],
  .gform_wrapper .gfield input[type=email],
  .gform_wrapper .gfield input[type=tel],
  .gform_wrapper .gfield select,
  .gform_wrapper .gfield textarea {
    padding: 16px 15px;
  }
  .products-slider {
    margin-bottom: 55px;
  }
  .blog-categories {
    justify-content: center;
  }
  #giftCardWrapper .content {
    padding: 30px;
  }
  #giftCardWrapper .content .cross {
    top: 30px;
    right: 30px;
  }
  #giftCardWrapper .content .content_wrapper .choices {
    margin: 35px 0 0;
    flex-direction: column;
  }
  #giftCardWrapper .content .content_wrapper .choices .choice {
    width: 100%;
  }
  #giftCardWrapper .content .content_wrapper .choices .choice .icon {
    width: 125px;
    height: 125px;
  }
  #giftCardWrapper .content .content_wrapper .choices .choice .icon svg {
    width: 63px;
  }
  #giftCardWrapper .content .content_wrapper .choices .choice + .choice {
    margin-top: 15px;
  }
  body.single-menu #page__content {
    margin: 150px 0 50px;
  }
  body.post-type-archive-documents #page__footer, body.page-template-job-submission #page__footer {
    padding-bottom: 63px;
  }
  body.post-type-archive-documents #page__footer::after, body.page-template-job-submission #page__footer::after {
    bottom: 63px;
  }
  .gform_wrapper .gfield.half {
    width: calc(100% - 30px);
  }
  #jobResults .job__row {
    position: relative;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-right: 45px;
    text-align: left;
  }
  #jobResults .job__row-arrow {
    position: absolute;
    right: 30px;
  }
  #jobResults .job__row-role {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  #jobResults .job__row-role--icon {
    margin: 0 0 15px;
  }
  #timeline .timeline-row {
    justify-content: flex-start !important;
  }
  #timeline .timeline-row .timeline-wrapper {
    width: 100%;
    padding: 0 0 0 40px !important;
  }
  #timeline .timeline-row .timeline-wrapper .icon::after {
    width: 300px;
  }
  #timeline .timeline-row .timeline-wrapper.popable .timeline-pop {
    right: unset !important;
    left: unset !important;
    min-width: calc(100% + 10px);
    width: calc(100% + 10px);
    max-width: none;
  }
  #timeline .timeline-row:nth-child(odd) .icon::after {
    left: unset;
    right: 100%;
  }
  #timeline .timeline-row + .timeline-row {
    margin-top: 50px;
  }
  #timeline::after {
    left: 0;
    transform: 0;
  }
  #page__footer {
    padding: 40px 20px;
  }
  #page__footer:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  #page__footer .footer_column {
    width: 100%;
    border-left: 0;
    padding: 30px 0;
  }
  #page__footer .footer_column.last-footer {
    border: none;
  }
  #page__footer .download .dl-link {
    width: auto;
    height: auto;
  }
  .square-container .square-wrapper::after {
    right: 15px;
  }
  .square-container .square-wrapper.reverse::after {
    left: 0;
  }
  .promotion-slider .slider-navigation {
    padding: 0 15px;
  }
  .promotion-slider .slider-wrapper {
    padding: 0 15px;
  }
  .promotion-slider .slider-wrapper .texts {
    padding-left: 0;
  }
  .primalHam {
    margin-right: 0;
    border: 0;
    width: 37px;
    padding: 44px 0;
  }
  #masthead {
    padding: 15px;
  }
  #masthead .logo img {
    height: 30px;
  }
  #masthead .masthead_wrapper {
    padding: 15px;
    height: 75px;
  }
  #masthead ul.menu.intranet {
    position: fixed;
    z-index: 998;
    bottom: 0;
    left: 0;
    right: 0;
    background: #F6FAFD;
    margin: 0;
  }
  #masthead ul.menu.intranet li {
    width: 25%;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #masthead ul.menu.intranet li + li {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  #masthead ul.menu.intranet li:last-child > div {
    width: 100%;
  }
  #masthead ul.menu.intranet li:last-child > div li {
    margin: 0 auto;
    border-left: none;
  }
  #masthead ul.menu.intranet a {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    color: #000;
  }
  #masthead ul.menu.intranet a::after {
    width: calc(100% + 2px);
  }
  .home #masthead .masthead_wrapper {
    border-bottom: 0;
  }
  body.post-type-archive-menu #page__content {
    margin-top: 20px;
  }
  #page__content .content__section.searchMenu .search-results .type-header {
    margin: 0 0 20px;
  }
  #page__header {
    min-height: 200px;
    padding: 105px 15px 30px;
  }
  #page__header .featured-product {
    transform: none;
  }
  #page__header .featured-product .product {
    width: 200px;
    padding-bottom: 200px;
  }
  #page__header .featured-product .discover .cta-discover .arrow {
    width: 15px;
    height: 15px;
  }
  #page__header:after {
    top: 15px;
    right: 15px;
    bottom: 15px;
    left: 15px;
  }
  #page__header.front {
    min-height: 0;
    height: auto;
  }
  #page__header.single-header {
    padding-top: 155px;
  }
  #page__header.single-header .wrapper {
    flex-wrap: wrap;
  }
  #page__header.single-header .header-col {
    width: 100%;
  }
  #page__header.single-header .header-col.thumbnail {
    padding-bottom: 100%;
  }
  #page__header.single-header .header-col.text {
    padding: 30px 15px;
  }
  #page__header.single-header .header-col.text .square {
    bottom: 0;
    width: 100%;
  }
  #page__header .wrapper .cta {
    margin: 40px 0 30px;
    flex-direction: column;
  }
  #page__header .wrapper .cta .btn + .btn {
    margin: 20px 0 0 0;
  }
  #page__content {
    margin-top: 35px;
    margin-bottom: 100px;
  }
  #page__content.front #top-img {
    display: none;
  }
  #page__content .content__section + .content__section {
    margin-top: 100px;
  }
  #page__content .content__section .career-desc::after {
    right: -15px;
    left: -15px;
  }
  #page__content .content__section .career-desc .content {
    width: 100%;
    margin-bottom: 55px;
  }
  #page__content .content__section .career-desc .content .content_wrapper {
    padding-right: 0;
  }
  #page__content .content__section.front-sliders #sliders-img {
    display: none;
  }
  #page__content .content__section.cloud {
    margin-top: 150px;
  }
  #page__content .content__section.searchMenu {
    padding: 0 20px;
  }
  #page__content .content__section.searchMenu .search-results .result + .result {
    margin: 0;
  }
  #page__content .content__section.searchMenu .search-results .posts.pad {
    padding: 10px 0;
  }
  #page__content .content__section.searchMenu .search-results .type-header {
    min-height: 90px;
    padding: 20px 65px 20px 20px;
  }
  #page__content .content__section.searchMenu .search-results .type-header .type-banner .label_accordion {
    width: 45px;
  }
  #page__content .content__section.searchMenu .search-results .type-description {
    display: none;
  }
  #page__content .content__section.searchMenu .search-results .resp_description {
    display: block;
  }
  #page__content .content__section.searchMenu .search-form {
    min-width: 0;
    width: 100%;
    height: calc(100vh - 50px);
  }
  #page__content .content__section.searchMenu .search-form.active {
    top: 50px;
  }
  #page__content .content__section.searchMenu .search-form:not(.active) .responsiveBtn::after {
    content: "";
  }
  #page__content .content__section.searchMenu .search-form .responsiveBtn {
    height: 58px;
    width: 58px;
  }
  #page__content .content__section.searchMenu .search-form form .fields .field .symbol {
    width: 25px;
    height: 25px;
    position: relative;
    background-color: #fff;
    border-radius: 50%;
    transition: 0.3s;
  }
  #page__content .content__section.searchMenu .search-form form .fields .field .symbol::before, #page__content .content__section.searchMenu .search-form form .fields .field .symbol::after {
    content: "";
    width: 13px;
    height: 3px;
    position: absolute;
    top: 11px;
    left: 6px;
    display: block;
    background-color: #8cc8ee;
    transition: 0.3s;
  }
  #page__content .content__section.searchMenu .search-form form .fields .field .symbol::after {
    transform: rotate(90deg);
  }
  #page__content .content__section.searchMenu .search-form form .fields .field.open .symbol {
    transform: rotate(180deg);
  }
  #page__content .content__section.searchMenu .search-form form .fields .field.open .symbol::after {
    transform: rotate(360deg);
  }
  #page__content .content__section.searchMenu .search-form form .fields .field:not(.search) {
    padding: 20px;
  }
  #page__content .content__section.searchMenu .search-form form .fields .field h3 {
    margin: 0 0 20px;
  }
  #page__content .content__section.searchMenu .search-form form .fields .field h3.label_parent {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #page__content .content__section.searchMenu .search-form form .fields .field.accordion .checklist {
    display: none;
  }
  #page__content .content__section.searchMenu .search-form form .fields .field .checklist .checkitem {
    margin: 5px 10px !important;
    width: 100%;
  }
  #page__content .content__section.general_flexible .gallery-item_sm + .gallery-item_sm {
    margin-top: 15px;
  }
  #page__content .content__section.general_flexible .column-text {
    column-count: 1;
    column-gap: 0;
  }
  #page__content .content__section.general_flexible .gallery {
    margin-top: 50px !important;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-image {
    padding-left: 15px;
    padding-right: 15px;
  }
  #page__content .content__section.general_flexible .offset_sec .offset-text {
    padding: 15px 15px 50px;
  }
  #page__content .content__section.general_flexible.order + .order {
    margin-top: 25px;
  }
  #page__content .content__section.general_flexible.order .col-xxl-offset-1:first-child .order-links {
    margin-top: 0;
  }
  #page__content .content__section.general_flexible.order .order-links {
    margin: 25px 0;
  }
  #page__content .content__section.banner {
    padding: 60px 0;
  }
  #page__content .content__section.banner h2.v2 {
    margin-bottom: 20px;
  }
  #page__content .content__section.banner .background-wrap {
    top: 0;
    bottom: 0;
  }
  #page__content .content__section.banner .btn {
    margin: 25px 0 60px;
  }
  #page__content .content__section.banner img,
  #page__content .content__section.banner .mockup-wrapper {
    max-height: 350px;
  }
  #page__content .content__section.instagram .square-img {
    margin-bottom: 15px;
  }
  #page__content .content__section.instagram .wrapper .square-upside {
    left: 0;
    right: 15px;
    top: 155px;
  }
  #page__content .content__section.order .interactiveBtn {
    margin-left: 20px;
  }
  #page__content .content__section.order .square-wrapper {
    display: none;
  }
  #page__content .content__section.order .order-links {
    margin: 0;
  }
  #page__content .content__section.order .order-links .order-link {
    width: 100px;
    height: 100px;
  }
  #ham {
    max-width: none;
    width: 100%;
    height: 75px;
  }
  #ham .left {
    left: 15px;
  }
  #respmenu .lang-switch {
    text-align: left;
    padding: 0 20px;
  }
  #respmenu .lang-switch p {
    display: none;
  }
  #respmenu .lang-switch .resp_ginger {
    display: block;
  }
  #respmenu .borders,
  #respmenu .menu-main-container,
  #respmenu .menu-main-fr-container {
    top: 75px;
  }
  #respmenu .borders li a::before,
  #respmenu .menu-main-container li a::before,
  #respmenu .menu-main-fr-container li a::before {
    opacity: 0.5;
  }
  #respmenu .borders li a .bg-img,
  #respmenu .menu-main-container li a .bg-img,
  #respmenu .menu-main-fr-container li a .bg-img {
    opacity: 1;
  }
  #respmenu .content-wrapper .column {
    align-items: flex-start;
    justify-content: center;
    padding: 110px 20px 20px;
  }
}
@media screen and (max-width: 430px) {
  #page__content .content__section.order .order-links .order-link {
    width: 75px;
    height: 75px;
  }
}
@media screen and (max-width: 25rem) {
  .red-circle {
    transform: translate(6px, 14px);
  }
  .new-count {
    transform: translate(6px, 7px);
  }
}
/* Cookie law info */
#cookie-law-info-bar {
  font-size: 13px;
  line-height: 18px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 50px;
  background-color: black !important;
}
#cookie-law-info-bar p {
  color: white;
  font-size: 15px;
  line-height: 1.3;
}
#cookie-law-info-bar #cookie_action_close_header {
  background-color: white !important;
  color: black !important;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
#cookie-law-info-bar #cookie_action_close_header:hover {
  color: white !important;
  background-color: black !important;
}

#cookie-law-info-bar a {
  color: #8cc8ee;
}

#cookie-law-info-bar .cli-plugin-button {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .pum-theme-7609 .pum-container,
  .pum-theme-enterprise-blue .pum-container {
    width: 90% !important;
    height: auto !important;
    background: none !important;
  }
  .bubble-tea-link {
    place-self: center !important;
  }
  .bubble-tea-shop__footer .bubble-teas {
    display: flex;
    flex-wrap: wrap;
  }
  .bubble-tea-shop__footer .bubble-teas .tea {
    width: 17%;
    max-width: 100px;
    margin-right: -3%;
  }
}
@media screen and (max-width: 640px) {
  .intranet {
    margin: 0 auto;
    margin-top: 20px;
  }
  .copyright {
    padding: 0 !important;
    text-align: center;
  }
  .bubble-tea-shop__footer .bubble-teas {
    margin-left: 0px;
  }
  .bubble-tea-shop__footer {
    text-align: center;
    width: 100%;
    display: block;
    margin-left: 0px;
    padding: 20px 0;
  }
  .bubble-tea-shop__footer .bubble-teas {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    place-self: flex-end;
    justify-content: center;
  }
  .bubble-tea-shop__footer .bubble-teas .tea {
    width: 17%;
    max-width: 150px;
    margin-right: -3%;
  }
  .bubble-tea-shop__footer .bubble-tea-link {
    place-self: flex-end;
    margin-bottom: 20px;
  }
  .bubble-tea-shop__footer .bubble-tea-link .logo {
    margin-top: 20px;
    max-width: 240px;
    height: auto;
  }
  .bubble-tea-shop__footer .bubble-tea-link p {
    text-align: center;
    color: #d82d93;
  }
  #page__content .content__section.searchMenu form .fields .field .checklist .checkitem .js-show-more {
    right: 20px;
  }
}
* {
  box-sizing: border-box;
}

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