.smartbanner-show {
	margin-top: 80px;
}

.smartbanner-show .smartbanner {
	display: block;
}

/** Default **/
.smartbanner {
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 60px;
	line-height: 60px;
	font-family: 'Helvetica Neue', sans-serif;
	background: #004E9E;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner-container {
	margin: 0 auto;
	/* white-space: nowrap; */
	display: flex;
    align-items: center;
    justify-content: left;
}

.smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	font-family: 'ArialRoundedMTBold', Arial;
	text-align: center;
	text-decoration: none;
	border: 0;
	border-radius: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
	margin: 0 10px 0 20px;
    color: #FFFFFF;
}

.smartbanner-close:active,
.smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-close .icon-close-cross{
	font-size: 10px;
}

.smartbanner-icon {
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 40px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
	left: 0;
    top: 0;
    position: static;
}

.smartbanner-info {
	display: inline-block;
    width: 60%;
    font-size: 12px;
    line-height: 1.2em;
    font-family: 'UbuntuRegular';
    color: #FFFFFF;
}

.smartbanner-title {
	font-size: 14px;
    line-height: 26px;
    font-family: 'UbuntuBold';
    color: #FFFFFF;
}

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	text-align: center;
    height: 30px;
	width: 30px;
    color: #FFFFFF;
    border-radius: 5px;
    box-shadow: 0 0 0 1px #fff, 0 0 0 1px #fff;
    line-height: 30px;
	border-bottom: none;
    padding: 0;
    min-width: 0;
    font-size: initial;
    font-weight: initial;
    background: transparent;
    text-decoration: none;
}

.smartbanner-button:active,
.smartbanner-button:hover {
	color: #aaa;
}

.smartbanner-button .icon-arrow-right{
	font-size: 12px;
}

/** Windows **/
.smartbanner-windows {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

.smartbanner-show header.fixed-top {
	top: 60px !important;
}
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }
  .select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--single .select2-selection__rendered {
      display: block;
      padding-left: 8px;
      padding-right: 20px;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap; }
    .select2-container .select2-selection--single .select2-selection__clear {
      position: relative; }
  .select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px; }
  .select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none; }
    .select2-container .select2-selection--multiple .select2-selection__rendered {
      display: inline-block;
      overflow: hidden;
      padding-left: 8px;
      text-overflow: ellipsis;
      white-space: nowrap; }
  .select2-container .select2-search--inline {
    float: left; }
    .select2-container .select2-search--inline .select2-search__field {
      box-sizing: border-box;
      border: none;
      font-size: 100%;
      margin-top: 5px;
      padding: 0; }
      .select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
        -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }
  .select2-results__option[aria-selected] {
    cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }
  .select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box; }
    .select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
      -webkit-appearance: none; }
  .select2-search--dropdown.select2-search--hide {
    display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold; }
  .select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px; }
    .select2-container--default .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }
  .select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }
  .select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%; }
    .select2-container--default .select2-selection--multiple .select2-selection__rendered li {
      list-style: none; }
  .select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left; }
  .select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0; }
  .select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em; }
    .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
      margin-left: -2em;
      padding-left: 3em; }
      .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
        margin-left: -3em;
        padding-left: 4em; }
        .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
          margin-left: -4em;
          padding-left: 5em; }
          .select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
            margin-left: -5em;
            padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }
  .select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px; }
  .select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px; }
  .select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999; }
  .select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
    background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }
    .select2-container--classic .select2-selection--single .select2-selection__arrow b {
      border-color: #888 transparent transparent transparent;
      border-style: solid;
      border-width: 5px 4px 0 4px;
      height: 0;
      left: 50%;
      margin-left: -4px;
      margin-top: -2px;
      position: absolute;
      top: 50%;
      width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }
  .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none; }
    .select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
      border-color: transparent transparent #888 transparent;
      border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }
  .select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb; }
  .select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px; }
  .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px; }
    .select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
      color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

@charset "UTF-8";

/*!
 * animate.css - https://animate.style/
 * Version - 4.1.1
 * Licensed under the MIT license - http://opensource.org/licenses/MIT
 *
 * Copyright (c) 2020 Animate.css
 */

:root {
    --animate-duration: 1s;
    --animate-delay: 1s;
    --animate-repeat: 1
}

.animate__animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-duration: var(--animate-duration);
    animation-duration: var(--animate-duration);
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.animate__animated.animate__infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

.animate__animated.animate__repeat-1 {
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: var(--animate-repeat);
    animation-iteration-count: var(--animate-repeat)
}

.animate__animated.animate__repeat-2 {
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*2);
    animation-iteration-count: calc(var(--animate-repeat)*2)
}

.animate__animated.animate__repeat-3 {
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
    -webkit-animation-iteration-count: calc(var(--animate-repeat)*3);
    animation-iteration-count: calc(var(--animate-repeat)*3)
}

.animate__animated.animate__delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-delay: var(--animate-delay);
    animation-delay: var(--animate-delay)
}

.animate__animated.animate__delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    -webkit-animation-delay: calc(var(--animate-delay)*2);
    animation-delay: calc(var(--animate-delay)*2)
}

.animate__animated.animate__delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
    -webkit-animation-delay: calc(var(--animate-delay)*3);
    animation-delay: calc(var(--animate-delay)*3)
}

.animate__animated.animate__delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
    -webkit-animation-delay: calc(var(--animate-delay)*4);
    animation-delay: calc(var(--animate-delay)*4)
}

.animate__animated.animate__delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
    -webkit-animation-delay: calc(var(--animate-delay)*5);
    animation-delay: calc(var(--animate-delay)*5)
}

.animate__animated.animate__faster {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-duration: calc(var(--animate-duration)/2);
    animation-duration: calc(var(--animate-duration)/2)
}

.animate__animated.animate__fast {
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.8);
    animation-duration: calc(var(--animate-duration)*0.8)
}

.animate__animated.animate__slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2)
}

.animate__animated.animate__slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-duration: calc(var(--animate-duration)*3);
    animation-duration: calc(var(--animate-duration)*3)
}

@media (prefers-reduced-motion:reduce),
print {
    .animate__animated {
        -webkit-animation-duration: 1ms!important;
        animation-duration: 1ms!important;
        -webkit-transition-duration: 1ms!important;
        transition-duration: 1ms!important;
        -webkit-animation-iteration-count: 1!important;
        animation-iteration-count: 1!important
    }
    .animate__animated[class*=Out] {
        opacity: 0
    }
}

@-webkit-keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

@keyframes bounce {
    0%,
    20%,
    53%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -30px, 0) scaleY(1.1);
        transform: translate3d(0, -30px, 0) scaleY(1.1)
    }
    70% {
        -webkit-animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        animation-timing-function: cubic-bezier(.755, .05, .855, .06);
        -webkit-transform: translate3d(0, -15px, 0) scaleY(1.05);
        transform: translate3d(0, -15px, 0) scaleY(1.05)
    }
    80% {
        -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        transition-timing-function: cubic-bezier(.215, .61, .355, 1);
        -webkit-transform: translateZ(0) scaleY(.95);
        transform: translateZ(0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -4px, 0) scaleY(1.02);
        transform: translate3d(0, -4px, 0) scaleY(1.02)
    }
}

.animate__bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

@keyframes flash {
    0%,
    50%,
    to {
        opacity: 1
    }
    25%,
    75% {
        opacity: 0
    }
}

.animate__flash {
    -webkit-animation-name: flash;
    animation-name: flash
}

@-webkit-keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes pulse {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    30% {
        -webkit-transform: scale3d(1.25, .75, 1);
        transform: scale3d(1.25, .75, 1)
    }
    40% {
        -webkit-transform: scale3d(.75, 1.25, 1);
        transform: scale3d(.75, 1.25, 1)
    }
    50% {
        -webkit-transform: scale3d(1.15, .85, 1);
        transform: scale3d(1.15, .85, 1)
    }
    65% {
        -webkit-transform: scale3d(.95, 1.05, 1);
        transform: scale3d(.95, 1.05, 1)
    }
    75% {
        -webkit-transform: scale3d(1.05, .95, 1);
        transform: scale3d(1.05, .95, 1)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand
}

@-webkit-keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

@keyframes shakeX {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0)
    }
}

.animate__shakeX {
    -webkit-animation-name: shakeX;
    animation-name: shakeX
}

@-webkit-keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

@keyframes shakeY {
    0%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0)
    }
    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0)
    }
}

.animate__shakeY {
    -webkit-animation-name: shakeY;
    animation-name: shakeY
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

.animate__headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate(15deg);
        transform: rotate(15deg)
    }
    40% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    60% {
        -webkit-transform: rotate(5deg);
        transform: rotate(5deg)
    }
    80% {
        -webkit-transform: rotate(-5deg);
        transform: rotate(-5deg)
    }
    to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
}

.animate__swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing
}

@-webkit-keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes tada {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
    10%,
    20% {
        -webkit-transform: scale3d(.9, .9, .9) rotate(-3deg);
        transform: scale3d(.9, .9, .9) rotate(-3deg)
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(3deg)
    }
    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate(-3deg)
    }
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__tada {
    -webkit-animation-name: tada;
    animation-name: tada
}

@-webkit-keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes wobble {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate(-5deg);
        transform: translate3d(-25%, 0, 0) rotate(-5deg)
    }
    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate(3deg);
        transform: translate3d(20%, 0, 0) rotate(3deg)
    }
    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate(-3deg);
        transform: translate3d(-15%, 0, 0) rotate(-3deg)
    }
    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate(2deg);
        transform: translate3d(10%, 0, 0) rotate(2deg)
    }
    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate(-1deg);
        transform: translate3d(-5%, 0, 0) rotate(-1deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble
}

@-webkit-keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

@keyframes jello {
    0%,
    11.1%,
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg)
    }
    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg)
    }
    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg)
    }
    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg)
    }
    66.6% {
        -webkit-transform: skewX(-.78125deg) skewY(-.78125deg);
        transform: skewX(-.78125deg) skewY(-.78125deg)
    }
    77.7% {
        -webkit-transform: skewX(.390625deg) skewY(.390625deg);
        transform: skewX(.390625deg) skewY(.390625deg)
    }
    88.8% {
        -webkit-transform: skewX(-.1953125deg) skewY(-.1953125deg);
        transform: skewX(-.1953125deg) skewY(-.1953125deg)
    }
}

.animate__jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    28% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3)
    }
    70% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-duration: calc(var(--animate-duration)*1.3);
    animation-duration: calc(var(--animate-duration)*1.3);
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out
}

@-webkit-keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInDown {
    0% {
        -webkit-transform: translateY(-1200px) scale(.7);
        transform: translateY(-1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInDown {
    -webkit-animation-name: backInDown;
    animation-name: backInDown
}

@-webkit-keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInLeft {
    0% {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInLeft {
    -webkit-animation-name: backInLeft;
    animation-name: backInLeft
}

@-webkit-keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInRight {
    0% {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInRight {
    -webkit-animation-name: backInRight;
    animation-name: backInRight
}

@-webkit-keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes backInUp {
    0% {
        -webkit-transform: translateY(1200px) scale(.7);
        transform: translateY(1200px) scale(.7);
        opacity: .7
    }
    80% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

.animate__backInUp {
    -webkit-animation-name: backInUp;
    animation-name: backInUp
}

@-webkit-keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutDown {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(700px) scale(.7);
        transform: translateY(700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutDown {
    -webkit-animation-name: backOutDown;
    animation-name: backOutDown
}

@-webkit-keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutLeft {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(-2000px) scale(.7);
        transform: translateX(-2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutLeft {
    -webkit-animation-name: backOutLeft;
    animation-name: backOutLeft
}

@-webkit-keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutRight {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateX(0) scale(.7);
        transform: translateX(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateX(2000px) scale(.7);
        transform: translateX(2000px) scale(.7);
        opacity: .7
    }
}

.animate__backOutRight {
    -webkit-animation-name: backOutRight;
    animation-name: backOutRight
}

@-webkit-keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

@keyframes backOutUp {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
    20% {
        -webkit-transform: translateY(0) scale(.7);
        transform: translateY(0) scale(.7);
        opacity: .7
    }
    to {
        -webkit-transform: translateY(-700px) scale(.7);
        transform: translateY(-700px) scale(.7);
        opacity: .7
    }
}

.animate__backOutUp {
    -webkit-animation-name: backOutUp;
    animation-name: backOutUp
}

@-webkit-keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

@keyframes bounceIn {
    0%,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    40% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03)
    }
    80% {
        -webkit-transform: scale3d(.97, .97, .97);
        transform: scale3d(.97, .97, .97)
    }
    to {
        opacity: 1;
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }
}

.animate__bounceIn {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInDown {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0) scaleY(3);
        transform: translate3d(0, -3000px, 0) scaleY(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0) scaleY(.9);
        transform: translate3d(0, 25px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.95);
        transform: translate3d(0, -10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, 5px, 0) scaleY(.985);
        transform: translate3d(0, 5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInLeft {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0) scaleX(3);
        transform: translate3d(-3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0) scaleX(1);
        transform: translate3d(25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(-10px, 0, 0) scaleX(.98);
        transform: translate3d(-10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(5px, 0, 0) scaleX(.995);
        transform: translate3d(5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInRight {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0) scaleX(3);
        transform: translate3d(3000px, 0, 0) scaleX(3)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0) scaleX(1);
        transform: translate3d(-25px, 0, 0) scaleX(1)
    }
    75% {
        -webkit-transform: translate3d(10px, 0, 0) scaleX(.98);
        transform: translate3d(10px, 0, 0) scaleX(.98)
    }
    90% {
        -webkit-transform: translate3d(-5px, 0, 0) scaleX(.995);
        transform: translate3d(-5px, 0, 0) scaleX(.995)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes bounceInUp {
    0%,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
        animation-timing-function: cubic-bezier(.215, .61, .355, 1)
    }
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0) scaleY(5);
        transform: translate3d(0, 3000px, 0) scaleY(5)
    }
    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    75% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.95);
        transform: translate3d(0, 10px, 0) scaleY(.95)
    }
    90% {
        -webkit-transform: translate3d(0, -5px, 0) scaleY(.985);
        transform: translate3d(0, -5px, 0) scaleY(.985)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(.9, .9, .9);
        transform: scale3d(.9, .9, .9)
    }
    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
}

.animate__bounceOut {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0) scaleY(.985);
        transform: translate3d(0, 10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0) scaleY(.9);
        transform: translate3d(0, -20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0) scaleY(3);
        transform: translate3d(0, 2000px, 0) scaleY(3)
    }
}

.animate__bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0) scaleX(.9);
        transform: translate3d(20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0) scaleX(2);
        transform: translate3d(-2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0) scaleX(.9);
        transform: translate3d(-20px, 0, 0) scaleX(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0) scaleX(2);
        transform: translate3d(2000px, 0, 0) scaleX(2)
    }
}

.animate__bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0) scaleY(.985);
        transform: translate3d(0, -10px, 0) scaleY(.985)
    }
    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0) scaleY(.9);
        transform: translate3d(0, 20px, 0) scaleY(.9)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0) scaleY(3);
        transform: translate3d(0, -2000px, 0) scaleY(3)
    }
}

.animate__bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

.animate__fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInLeftBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInRightBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInUpBig {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig
}

@-webkit-keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopLeft {
    -webkit-animation-name: fadeInTopLeft;
    animation-name: fadeInTopLeft
}

@-webkit-keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInTopRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInTopRight {
    -webkit-animation-name: fadeInTopRight;
    animation-name: fadeInTopRight
}

@-webkit-keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomLeft {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomLeft {
    -webkit-animation-name: fadeInBottomLeft;
    animation-name: fadeInBottomLeft
}

@-webkit-keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes fadeInBottomRight {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__fadeInBottomRight {
    -webkit-animation-name: fadeInBottomRight;
    animation-name: fadeInBottomRight
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0
    }
}

.animate__fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes fadeOutDown {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

@keyframes fadeOutDownBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0)
    }
}

.animate__fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes fadeOutLeft {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

@keyframes fadeOutLeftBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0)
    }
}

.animate__fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes fadeOutRight {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

@keyframes fadeOutRightBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0)
    }
}

.animate__fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes fadeOutUp {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

@keyframes fadeOutUpBig {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0)
    }
}

.animate__fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig
}

@-webkit-keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

@keyframes fadeOutTopLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0)
    }
}

.animate__fadeOutTopLeft {
    -webkit-animation-name: fadeOutTopLeft;
    animation-name: fadeOutTopLeft
}

@-webkit-keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

@keyframes fadeOutTopRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0)
    }
}

.animate__fadeOutTopRight {
    -webkit-animation-name: fadeOutTopRight;
    animation-name: fadeOutTopRight
}

@-webkit-keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

@keyframes fadeOutBottomRight {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0)
    }
}

.animate__fadeOutBottomRight {
    -webkit-animation-name: fadeOutBottomRight;
    animation-name: fadeOutBottomRight
}

@-webkit-keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

@keyframes fadeOutBottomLeft {
    0% {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0)
    }
}

.animate__fadeOutBottomLeft {
    -webkit-animation-name: fadeOutBottomLeft;
    animation-name: fadeOutBottomLeft
}

@-webkit-keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

@keyframes flip {
    0% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(-1turn);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    40% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out
    }
    50% {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        transform: perspective(400px) scaleX(1) translateZ(150px) rotateY(-170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    80% {
        -webkit-transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scale3d(.95, .95, .95) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    to {
        -webkit-transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        transform: perspective(400px) scaleX(1) translateZ(0) rotateY(0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
}

.animate__animated.animate__flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip
}

@-webkit-keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInX {
    0% {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateX(10deg);
        transform: perspective(400px) rotateX(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateX(-5deg);
        transform: perspective(400px) rotateX(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInX {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX
}

@-webkit-keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

@keyframes flipInY {
    0% {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0
    }
    40% {
        -webkit-transform: perspective(400px) rotateY(-20deg);
        transform: perspective(400px) rotateY(-20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in
    }
    60% {
        -webkit-transform: perspective(400px) rotateY(10deg);
        transform: perspective(400px) rotateY(10deg);
        opacity: 1
    }
    80% {
        -webkit-transform: perspective(400px) rotateY(-5deg);
        transform: perspective(400px) rotateY(-5deg)
    }
    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
}

.animate__flipInY {
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY
}

@-webkit-keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

@keyframes flipOutX {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateX(-20deg);
        transform: perspective(400px) rotateX(-20deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateX(90deg);
        transform: perspective(400px) rotateX(90deg);
        opacity: 0
    }
}

.animate__flipOutX {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important
}

@-webkit-keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

@keyframes flipOutY {
    0% {
        -webkit-transform: perspective(400px);
        transform: perspective(400px)
    }
    30% {
        -webkit-transform: perspective(400px) rotateY(-15deg);
        transform: perspective(400px) rotateY(-15deg);
        opacity: 1
    }
    to {
        -webkit-transform: perspective(400px) rotateY(90deg);
        transform: perspective(400px) rotateY(90deg);
        opacity: 0
    }
}

.animate__flipOutY {
    -webkit-animation-duration: .75s;
    animation-duration: .75s;
    -webkit-animation-duration: calc(var(--animate-duration)*0.75);
    animation-duration: calc(var(--animate-duration)*0.75);
    -webkit-backface-visibility: visible!important;
    backface-visibility: visible!important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY
}

@-webkit-keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInRight {
    -webkit-animation-name: lightSpeedInRight;
    animation-name: lightSpeedInRight;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes lightSpeedInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(30deg);
        transform: translate3d(-100%, 0, 0) skewX(30deg);
        opacity: 0
    }
    60% {
        -webkit-transform: skewX(-20deg);
        transform: skewX(-20deg);
        opacity: 1
    }
    80% {
        -webkit-transform: skewX(5deg);
        transform: skewX(5deg)
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__lightSpeedInLeft {
    -webkit-animation-name: lightSpeedInLeft;
    animation-name: lightSpeedInLeft;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutRight {
    -webkit-animation-name: lightSpeedOutRight;
    animation-name: lightSpeedOutRight;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

@keyframes lightSpeedOutLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(-100%, 0, 0) skewX(-30deg);
        transform: translate3d(-100%, 0, 0) skewX(-30deg);
        opacity: 0
    }
}

.animate__lightSpeedOutLeft {
    -webkit-animation-name: lightSpeedOutLeft;
    animation-name: lightSpeedOutLeft;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateIn {
    0% {
        -webkit-transform: rotate(-200deg);
        transform: rotate(-200deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownLeft {
    0% {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInDownRight {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpLeft {
    0% {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

@keyframes rotateInUpRight {
    0% {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        opacity: 0
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
        opacity: 1
    }
}

.animate__rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

@keyframes rotateOut {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(200deg);
        transform: rotate(200deg);
        opacity: 0
    }
}

.animate__rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
    -webkit-transform-origin: center;
    transform-origin: center
}

@-webkit-keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0
    }
}

.animate__rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutDownRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

@keyframes rotateOutUpLeft {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(-45deg);
        transform: rotate(-45deg);
        opacity: 0
    }
}

.animate__rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom
}

@-webkit-keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

@keyframes rotateOutUpRight {
    0% {
        opacity: 1
    }
    to {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        opacity: 0
    }
}

.animate__rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom
}

@-webkit-keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

@keyframes hinge {
    0% {
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    20%,
    60% {
        -webkit-transform: rotate(80deg);
        transform: rotate(80deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out
    }
    40%,
    80% {
        -webkit-transform: rotate(60deg);
        transform: rotate(60deg);
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1
    }
    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0
    }
}

.animate__hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-duration: calc(var(--animate-duration)*2);
    animation-duration: calc(var(--animate-duration)*2);
    -webkit-animation-name: hinge;
    animation-name: hinge;
    -webkit-transform-origin: top left;
    transform-origin: top left
}

@-webkit-keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes jackInTheBox {
    0% {
        opacity: 0;
        -webkit-transform: scale(.1) rotate(30deg);
        transform: scale(.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom
    }
    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg)
    }
    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

.animate__jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox
}

@-webkit-keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes rollIn {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate(-120deg);
        transform: translate3d(-100%, 0, 0) rotate(-120deg)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn
}

@-webkit-keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

@keyframes rollOut {
    0% {
        opacity: 1
    }
    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate(120deg);
        transform: translate3d(100%, 0, 0) rotate(120deg)
    }
}

.animate__rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    50% {
        opacity: 1
    }
}

.animate__zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInDown {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInLeft {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInRight {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomInUp {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    60% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        opacity: 1
    }
    50% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }
    to {
        opacity: 0
    }
}

.animate__zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
        transform: scale(.1) translate3d(-2000px, 0, 0)
    }
}

.animate__zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
    -webkit-transform-origin: left center;
    transform-origin: left center
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
        transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
    }
    to {
        opacity: 0;
        -webkit-transform: scale(.1) translate3d(2000px, 0, 0);
        transform: scale(.1) translate3d(2000px, 0, 0)
    }
}

.animate__zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
    -webkit-transform-origin: right center;
    transform-origin: right center
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(.55, .055, .675, .19);
        animation-timing-function: cubic-bezier(.55, .055, .675, .19)
    }
    to {
        opacity: 0;
        -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
        -webkit-animation-timing-function: cubic-bezier(.175, .885, .32, 1);
        animation-timing-function: cubic-bezier(.175, .885, .32, 1)
    }
}

.animate__zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom
}

@-webkit-keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInDown {
    0% {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInLeft {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInRight {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight
}

@-webkit-keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes slideInUp {
    0% {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible
    }
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.animate__slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp
}

@-webkit-keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

@keyframes slideOutDown {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0)
    }
}

.animate__slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown
}

@-webkit-keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

@keyframes slideOutLeft {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0)
    }
}

.animate__slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

@keyframes slideOutRight {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0)
    }
}

.animate__slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

@keyframes slideOutUp {
    0% {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0)
    }
}

.animate__slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp
}
/* General styles and variables */
/* Font-face definition */
/* Caveat */
/* cyrillic-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("main/css/fonts/Caveat/caveat-v10-latin-regular.woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("main/css/fonts/Caveat/caveat-v10-latin-regular.woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("main/css/fonts/Caveat/caveat-v10-latin-regular.woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("main/css/fonts/Caveat/caveat-v10-latin-regular.woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("main/css/fonts/Caveat/caveat-v10-latin-regular.woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Open Sans */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* latin-ext */
@font-face {
  font-family: 'OpenSansLight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("main/css/fonts/Open_Sans/LatinExt-OpenSansLight.woff2") format('woff2'), url("main/css/fonts/Open_Sans/OpenSans-Light.ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'OpenSansLight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Open Sans Light'), local('OpenSans-Light'), url("main/css/fonts/Open_Sans/Latin-OpenSansLight.woff2") format('woff2'), url("main/css/fonts/Open_Sans/OpenSans-Light.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'OpenSansRegular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url("main/css/fonts/Open_Sans/LatinExt-OpenSansRegular.woff2") format('woff2'), url("main/css/fonts/Open_Sans/OpenSans-Regular.ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'OpenSansRegular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Open Sans Regular'), local('OpenSans-Regular'), url("main/css/fonts/Open_Sans/Latin-OpenSansRegular.woff2") format('woff2'), url("main/css/fonts/Open_Sans/OpenSans-Regular.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'OpenSansSemiBold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("main/css/fonts/Open_Sans/LatinExt-OpenSansSemiBold.woff2") format('woff2'), url("main/css/fonts/Open_Sans/OpenSans-SemiBold.ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'OpenSansSemiBold';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url("main/css/fonts/Open_Sans/Latin-OpenSansSemiBold.woff2") format('woff2'), url("main/css/fonts/Open_Sans/OpenSans-SemiBold.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'OpenSansBold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("main/css/fonts/Open_Sans/LatinExt-OpenSansBold.woff2") format('woff2'), url("main/css/fonts/Open_Sans/OpenSans-Bold.ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'OpenSansBold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Open Sans Bold'), local('OpenSans-Bold'), url("main/css/fonts/Open_Sans/Latin-OpenSansBold.woff2") format('woff2'), url("main/css/fonts/Open_Sans/OpenSans-Bold.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* vietnamese */
/* latin-ext */
/* latin */
/* UBUNTU */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* latin-ext */
/* latin */
/* cyrillic-ext */
/* cyrillic */
/* greek-ext */
/* greek */
/* latin-ext */
/* latin */
/* latin-ext */
@font-face {
  font-family: 'UbuntuLight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url("main/css/fonts/Ubuntu/LatinExt-UbuntuLight.woff2") format('woff2'), url("main/css/fonts/Ubuntu/Ubuntu-Light.ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'UbuntuLight';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Ubuntu Light'), local('Ubuntu-Light'), url("main/css/fonts/Ubuntu/Latin-UbuntuLight.woff2") format('woff2'), url("main/css/fonts/Ubuntu/Ubuntu-Light.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'UbuntuRegular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url("main/css/fonts/Ubuntu/LatinExt-UbuntuRegular.woff2") format('woff2'), url("main/css/fonts/Ubuntu/Ubuntu-Regular.ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'UbuntuRegular';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Ubuntu Regular'), local('Ubuntu-Regular'), url("main/css/fonts/Ubuntu/Latin-UbuntuRegular.woff2") format('woff2'), url("main/css/fonts/Ubuntu/Ubuntu-Regular.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'UbuntuMedium';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url("main/css/fonts/Ubuntu/LatinExt-UbuntuMedium.woff2") format('woff2'), url("main/css/fonts/Ubuntu/Ubuntu-Medium.ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'UbuntuMedium';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Ubuntu Medium'), local('Ubuntu-Medium'), url("main/css/fonts/Ubuntu/Latin-UbuntuMedium.woff2") format('woff2'), url("main/css/fonts/Ubuntu/Ubuntu-Medium.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'UbuntuBold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url("main/css/fonts/Ubuntu/LatinExt-UbuntuBold.woff2") format('woff2'), url("main/css/fonts/Ubuntu/Ubuntu-Bold.ttf");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'UbuntuBold';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Ubuntu Bold'), local('Ubuntu-Bold'), url("main/css/fonts/Ubuntu/Latin-UbuntuBold.woff2") format('woff2'), url("main/css/fonts/Ubuntu/Ubuntu-Bold.ttf");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* Fonts variables */
/* Fonts classes */
.font_base {
  font-family: "OpenSansRegular";
}
.CaveatBold {
  font-family: "CaveatBold";
}
.CaveatRegular {
  font-family: "CaveatRegular";
}
.OpenSansBold {
  font-family: "OpenSansBold";
}
.OpenSansBoldItalic {
  font-family: "OpenSansBoldItalic";
}
.OpenSansExtraBold {
  font-family: "OpenSansExtraBold";
}
.OpenSansExtraBoldItalic {
  font-family: "OpenSansExtraBoldItalic";
}
.OpenSansItalic {
  font-family: "OpenSansItalic";
}
.OpenSansLight {
  font-family: "OpenSansLight";
}
.OpenSansLightItalic {
  font-family: "OpenSansLightItalic";
}
.OpenSansRegular {
  font-family: "OpenSansRegular";
}
.OpenSansSemiBold {
  font-family: "OpenSansSemiBold";
}
.OpenSansSemiBoldItalic {
  font-family: "OpenSansSemiBoldItalic";
}
.UbuntuBold {
  font-family: "UbuntuBold";
}
.UbuntuBoldItalic {
  font-family: "UbuntuBoldItalic";
}
.UbuntuItalic {
  font-family: "UbuntuItalic";
}
.UbuntuLight {
  font-family: "UbuntuLight";
}
.UbuntuLightItalic {
  font-family: "UbuntuLightItalic";
}
.UbuntuMedium {
  font-family: "UbuntuMedium";
}
.UbuntuMediumItalic {
  font-family: "UbuntuMediumItalic";
}
.UbuntuRegular {
  font-family: "UbuntuRegular";
}
/* Colors */
/* Social sharing colors */
/* Media queries */
/* Background color classes */
.bg_black {
  background: #000000 !important;
}
.bg_white {
  background: #ffffff !important;
}
.bg_light_blue {
  background: #e5f0fd !important;
}
.bg_medium_blue {
  background: #c4efff !important;
}
.bg_middark_blue {
  background: #0970e6 !important;
}
.bg_dark_blue {
  background: #05529c !important;
}
.bg_darkest_blue {
  background: #0e3368 !important;
}
.bg_light_gray {
  background: #f5f4f2 !important;
}
.bg_medium_gray {
  background: #bcbcbc !important;
}
.bg_dark_gray {
  background: #929292 !important;
}
.bg_darkest_gray {
  background: #575757 !important;
}
.bg_light_green {
  background: #c9f0db !important;
}
.bg_dark_green {
  background: #4ccd8a !important;
}
.bg_light_red {
  background: #ffccbd !important;
}
.bg_dark_red {
  background: #d83832 !important;
}
.bg_darkest_red {
  background: #8e1e44 !important;
}
.bg_orange {
  background: #fee2a2 !important;
}
.bg_yellow {
  background: #fff29c !important;
}
.bg_dual_blue {
  background: #0970e6;
  background: -moz-linear-gradient(left, #0970e6 0%, #0970e6 50%, #0e3368 50%, #0e3368 100%);
  background: -webkit-linear-gradient(left, #0970e6 0%, #0970e6 50%, #0e3368 50%, #0e3368 100%);
  background: linear-gradient(to right, #0970e6 0%, #0970e6 50%, #0e3368 50%, #0e3368 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0970e6', endColorstr='#0e3368', GradientType=1);
}
/* Font color classes */
.font_black {
  color: #000000;
}
.font_white {
  color: #ffffff;
}
.font_light_blue {
  color: #e5f0fd;
}
.font_medium_blue {
  color: #c4efff;
}
.font_dark_blue {
  color: #05529c;
}
.font_darkest_blue {
  color: #0e3368;
}
.font_light_gray {
  color: #f5f4f2;
}
.font_medium_gray {
  color: #bcbcbc;
}
.font_dark_gray {
  color: #929292;
}
.font_darkest_gray {
  color: #575757;
}
.font_light_green {
  color: #c9f0db;
}
.font_dark_green {
  color: #4ccd8a;
}
.font_light_red {
  color: #ffccbd;
}
.font_dark_red {
  color: #d83832;
}
.font_darkest_red {
  color: #8e1e44;
}
.font_orange {
  color: #fee2a2;
}
.font_yellow {
  color: #fff29c;
}
/* Object fit mixins */
html {
  font-family: "OpenSansRegular";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1rem;
}
/* Side menu effect  */
body {
  overflow-y: scroll !important;
  position: relative;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background: #F7F7F7 !important;
}
body header.app-open .header_actions .header_icon .cart-number {
  display: none;
}
body header.app-open .header_actions .header_icon .basket_button_menu {
  display: none;
}
body header.app-open .header_actions .header_icon .open_basket {
  display: none;
}
body.app-open {
  overflow: hidden;
  left: -400px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.content-page {
  padding: 0;
}
.container {
  padding-right: 0;
  padding-left: 0;
}
@media only screen and (min-width: 480px) {
  .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }
}
.row {
  margin-left: -10px;
  margin-right: -10px;
}
@media only screen and (min-width: 480px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
body.basket-known .header_actions .header_icon .spinner {
  display: none;
}
body.basket-known .header_actions .header_icon .cart-number {
  display: block;
}
body.basket-known .header_actions .header_icon .basket_button_menu {
  display: block;
}
body.basket-known .header_actions .header_icon .open_basket {
  display: block;
}
@media (max-width: 1024px) {
  body.basket-known .header_actions .header_icon .open_basket {
    display: none;
  }
}
@media only screen and (min-width: 320px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-smd-1,
  .col-smd-2,
  .col-smd-3,
  .col-smd-4,
  .col-smd-5,
  .col-smd-6,
  .col-smd-7,
  .col-smd-8,
  .col-smd-9,
  .col-smd-10,
  .col-smd-11,
  .col-smd-12,
  .col-smd,
  .col-smd-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl,
  .col-xxl-auto {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-right: -10px;
    margin-left: -10px;
  }
}
@media only screen and (min-width: 480px) {
  .col-1,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-10,
  .col-11,
  .col-12,
  .col,
  .col-auto,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm,
  .col-sm-auto,
  .col-smd-1,
  .col-smd-2,
  .col-smd-3,
  .col-smd-4,
  .col-smd-5,
  .col-smd-6,
  .col-smd-7,
  .col-smd-8,
  .col-smd-9,
  .col-smd-10,
  .col-smd-11,
  .col-smd-12,
  .col-smd,
  .col-smd-auto,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md,
  .col-md-auto,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg,
  .col-lg-auto,
  .col-xl-1,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl,
  .col-xl-auto,
  .col-xxl-1,
  .col-xxl-2,
  .col-xxl-3,
  .col-xxl-4,
  .col-xxl-5,
  .col-xxl-6,
  .col-xxl-7,
  .col-xxl-8,
  .col-xxl-9,
  .col-xxl-10,
  .col-xxl-11,
  .col-xxl-12,
  .col-xxl,
  .col-xxl-auto {
    padding-left: 15px;
    padding-right: 15px;
  }
  .row {
    margin-right: -15px;
    margin-left: -15px;
  }
}
header .open_basket {
  display: none;
}
header .close_basket {
  display: none;
}
header .icon-close {
  display: none !important;
}
header .items-in-basket {
  display: block;
}
header.app-open {
  left: -480px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.app-open .header_actions .header_icon .basket_button_menu {
  display: none;
}
header.app-open .header_actions .header_icon .open_basket {
  display: none;
}
header.app-open .header_actions .header_icon .close_basket {
  display: block;
}
header.app-open .header_actions .header_icon .icon-close {
  display: block !important;
}
body.push_to_right {
  overflow: hidden;
  left: 240px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
header.push_to_right {
  left: 480px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 1024px) {
  body.push_to_right {
    left: 0px;
  }
  body.app-open {
    left: 0px;
  }
}
@media (min-width: 1024px) {
  body.push_to_right {
    left: 380px;
  }
  body.app-open {
    left: -380px;
  }
  header.app-open {
    left: -760px;
  }
}
@media (min-width: 1120px) {
  body.push_to_right {
    left: 300px;
  }
  body.app-open {
    left: -300px;
  }
  header.app-open {
    left: -600px;
  }
}
@media (min-width: 1200px) {
  body.push_to_right {
    left: 350px;
  }
  body.app-open {
    left: -350px;
  }
  header.app-open {
    left: -700px;
  }
}
@media (min-width: 1300px) {
  body.push_to_right {
    left: 300px;
  }
  body.app-open {
    left: -300px;
  }
  header.app-open {
    left: -600px;
  }
}
@media (min-width: 1400px) {
  body.push_to_right {
    left: 250px;
  }
  body.app-open {
    left: -250px;
  }
  header.app-open {
    left: -500px;
  }
}
@media (min-width: 1500px) {
  body.push_to_right {
    left: 200px;
  }
  body.app-open {
    left: -200px;
  }
  header.app-open {
    left: -400px;
  }
}
@media (min-width: 1600px) {
  body.push_to_right {
    left: 150px;
  }
  body.app-open {
    left: -150px;
  }
  header.app-open {
    left: -300px;
  }
}
@media (min-width: 1700px) {
  body.push_to_right {
    left: 100px;
  }
  body.app-open {
    left: -100px;
  }
  header.app-open {
    left: -200px;
  }
}
@media (min-width: 1800px) {
  body.push_to_right {
    left: 50px;
  }
  body.app-open,
  header.app-open {
    left: 50px;
  }
  header.app-open {
    left: -100px;
  }
}
@media (min-width: 1900px) {
  body.push_to_right {
    left: 0px;
  }
  body.app-open,
  header.app-open {
    left: 0px;
  }
  header.app-open {
    left: 0px;
  }
}
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 1031;
  cursor: pointer;
}
.overlay.visible {
  display: block;
}
/* headings */
h1 {
  font-family: "UbuntuMedium";
  font-weight: 400;
  color: #0e3368;
  font-size: 28px;
  margin-bottom: 25px;
  margin: 0;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  h1 {
    font-size: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
}
h2 {
  font-family: "OpenSansSemiBold";
  font-weight: 400;
  color: #0e3368;
  font-size: 20px;
  margin-bottom: 15px;
  margin: 0;
}
@media only screen and (min-width: 320px) {
  h2 {
    font-size: 18px;
    text-align: center;
    margin-bottom: 10px;
  }
}
h3 {
  font-family: "OpenSansSemiBold";
  font-weight: 400;
  color: #0e3368;
  font-size: 18px;
  margin-bottom: 25px;
  margin: 0;
}
@media only screen and (min-width: 320px) {
  h3 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 15px;
  }
}
.aff-title {
  font-family: "Caveate";
}
h4 {
  font-family: "CaveatBold";
  font-size: 28px;
  color: #0e3368;
  margin-bottom: 15px;
}
@media only screen and (min-width: 320px) {
  h4 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
}
/* Paragraph */
p {
  font-size: 1rem;
  margin: 0;
}
/* Anchors */
a:hover {
  text-decoration: none;
}
/* Backgrounds */
.bg_white {
  background-color: #ffffff;
}
.bg_light_blue {
  background-color: #e5f0fd;
}
.bg_medium_blue {
  background-color: #c4efff;
}
.bg_dark_blue {
  background-color: #05529c;
}
.bg_darkest_blue {
  background-color: #0e3368;
}
/* Component spacing */
.component {
  margin-bottom: 30px;
}
.component .block {
  background: #fff;
}
.text.component {
  margin-bottom: 15px;
  padding: 0 !important;
}
.text .component {
  margin-bottom: 15px;
}
.columncontrol .columncontrol-row,
.text .columncontrol-row,
.teaser .columncontrol-row {
  margin-left: 0px;
  margin-right: 0px;
}
@media only screen and (min-width: 320px) {
  .columncontrol .columncontrol-row .columnComponents,
  .text .columncontrol-row .columnComponents,
  .teaser .columncontrol-row .columnComponents {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media only screen and (min-width: 480px) {
  .columncontrol .columncontrol-row .columnComponents,
  .text .columncontrol-row .columnComponents,
  .teaser .columncontrol-row .columnComponents {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 480px) {
  .columncontrol .columncontrol-row,
  .text .columncontrol-row,
  .teaser .columncontrol-row {
    margin-left: -15px;
    margin-right: -15px;
  }
}
.columncontrol.component,
.text.component,
.teaser.component {
  padding: 0 !important;
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 768px) {
  .columncontrol.component,
  .text.component,
  .teaser.component {
    margin-bottom: 30px !important;
  }
}
.columncontrol .row,
.text .row,
.teaser .row {
  margin-left: -30px;
  margin-right: -30px;
}
.columncontrol .row.list_static,
.text .row.list_static,
.teaser .row.list_static {
  margin-left: -15px;
  margin-right: -15px;
}
.columncontrol .title_component_container,
.text .title_component_container,
.teaser .title_component_container {
  margin-left: -10px;
  margin-right: -10px;
  /*@media @tabletvertical{
            margin-left: -15px;
            margin-right: -15px;
        }*/
}
.columncontrol .title_component_container h3,
.text .title_component_container h3,
.teaser .title_component_container h3 {
  margin-left: 10px;
  margin-right: 10px;
}
.columncontrol .teaser_inspirational,
.columncontrol .inspirational_img,
.columncontrol .inspiration_cta {
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 480px) {
  .columncontrol .blueHightech {
    margin-left: 0px;
    margin-right: 0px;
  }
}
.columncontrol .row.title_component_container .title_component {
  margin-left: 0px;
}
@media only screen and (min-width: 768px) {
  .columncontrol .row.title_component_container .title_component {
    margin-left: -5px;
  }
}
.list.component {
  margin-bottom: 35px;
}
@media only screen and (min-width: 320px) {
  .list.component {
    margin-bottom: 25px;
  }
}
.teaser_inspirational {
  margin-bottom: 30px !important;
}
.cta.component {
  margin-bottom: 15px;
}
.cta .primary-btn,
.cta .secondary-btn {
  width: 100% !important;
}
/* CTA */
/* CTA Primary*/
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: 0xp;
  outline-width: 0;
  border: 0px;
}
button {
  border: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
}
.btn {
  display: inline-block;
  width: 100%;
  color: #ffffff !important;
  background: #05529c;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  padding: 16px 28px;
  font-size: 1rem;
  line-height: 1rem;
  min-width: 100px;
  border-radius: 50px;
  white-space: normal;
  /* Outlined CTA*/
  /* Icon CTA*/
  /*Primary Btn*/
}
.btn:hover {
  color: #ffffff;
  background: #0e3368;
}
.btn:active,
.btn:focus {
  outline: none;
  box-shadow: none;
}
.btn.outlined {
  font-family: "OpenSansSemiBold";
  text-align: center;
  margin: auto;
  height: 50px;
  color: #0e3368 !important;
  background: #ffffff;
  border: 1px solid #0e3368;
}
.btn.outlined:active,
.btn.outlined:hover {
  background: #0e3368;
  color: #ffffff !important;
}
.btn .cta-icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  padding-right: 5px;
}
.btn.primary-btn,
.btn.secondary-btn {
  font-family: "OpenSansSemiBold";
  height: 50px;
  margin: 25px 0;
  padding: 14px 30px;
  line-height: 22px;
  position: relative;
  width: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 100%;
  display: inline-block;
}
.btn.primary-btn .cta-icon,
.btn.secondary-btn .cta-icon {
  height: auto;
}
.btn.primary-btn-icon,
.btn.secondary-btn-icon {
  min-width: 0;
  border-radius: 50%;
  padding: 15px;
  width: auto;
}
.btn.primary-btn-icon .cta-icon,
.btn.secondary-btn-icon .cta-icon {
  padding-right: 0;
}
.btn.primary-btn,
.btn.primary-btn-icon {
  background: #0970e6 !important;
}
.btn.primary-btn:hover,
.btn.primary-btn-icon:hover {
  background: #05529c !important;
}
.btn.secondary-btn,
.btn.secondary-btn-icon {
  background: #929292 !important;
}
.btn.secondary-btn:hover,
.btn.secondary-btn-icon:hover {
  background: #575757 !important;
}
.btn.primary-btn .cta-icon {
  padding-right: 10px;
  padding-top: 5px;
}
.btn.primary-btn.primary-btn-icon {
  border-radius: 50px;
  padding: 14px 30px;
}
.btn.primary-btn.primary-btn-icon .cta-icon {
  padding-right: 5px;
}
.btn.secondary-btn .cta-icon {
  padding-left: 10px;
  padding-top: 5px;
}
.btn.secondary-btn.secondary-btn-icon {
  border-radius: 50px;
  padding: 14px 30px;
}
.btn.secondary-btn.secondary-btn-icon .cta-icon {
  padding-right: 5px;
}
.btn.size-40 {
  height: 40px;
  margin: 20px 0;
  font-size: 14px;
  line-height: 0;
}
/* QUICK LINK */
.quick-link-icon,
.quick-link {
  font-family: "OpenSansSemiBold";
  font-size: 14px;
  color: #0970e6;
}
.quick-link-icon:hover,
.quick-link:hover {
  color: #0970e6;
}
.quick-link-icon span,
.quick-link span {
  text-decoration: underline;
}
.quick-link-icon .cta-icon,
.quick-link .cta-icon {
  font-size: 10px;
  padding-left: 5px;
}
.link-wrapper a {
  color: #0970E6 !important;
  text-decoration: none;
}
.link-wrapper a .view-all {
  font-family: OpenSansSemiBold;
  font-size: 14px !important;
  line-height: 19px;
  cursor: pointer;
  text-decoration: underline;
}
.link-wrapper a .view-all:hover {
  text-decoration: none;
}
.link-wrapper a .text-nowrap {
  font-size: 10px;
}
.link-wrapper a .text-nowrap i {
  font-size: 0.5rem;
}
/* CTA Primary white outline */
.btn.btn_outline {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}
/* CTA Primary + Icon */
.btn.btn_icon::before {
  font-family: "carrefour-sav";
  content: "\e0aa";
  color: #ffffff;
  margin-right: 4px;
}
/* CTA Secondary */
.btn.link {
  background: transparent;
  color: #575757;
  text-decoration: none;
  padding: 16px 0;
}
.btn.link:hover {
  background: transparent;
  color: #0e3368;
  text-decoration: none;
}
/* CTA Link */
.btn.quick_link {
  background: transparent;
  color: #05529c;
  text-decoration: none;
  padding: 16px 0;
}
.btn.quick_link:hover {
  background: transparent;
  color: #05529c;
  text-decoration: underline;
}
/* CTA Link + Arrow */
.btn.quick_link_icon {
  background: transparent;
  color: #0970e6;
  text-decoration: underline;
  padding: 16px 0;
}
.btn.quick_link_icon:after {
  font-family: "carrefour-sav";
  content: "e";
  color: #0970e6;
  font-size: 0.6rem;
  margin-left: 4px;
  text-decoration-color: transparent;
  text-decoration: none !important;
}
.btn.quick_link_icon:hover {
  background: transparent;
  color: #05529c;
  text-decoration: underline;
}
/* CTA - Social buttons */
.btn.social_button {
  width: 50px;
  height: 50px;
  min-width: 50px;
  padding: 0;
}
.btn.social_button i.icon {
  font-size: 1.4rem;
  line-height: 1rem;
}
.btn.social_button i.icon-send-by-mail {
  line-height: 1rem;
}
.btn.social_button.facebook {
  background: #3b5998 !important;
}
.btn.social_button.instagram {
  background: #e95950 !important;
}
.btn.social_button.twitter {
  background: #55acee !important;
}
.btn.social_button.pinterest {
  background: #cb2027 !important;
}
.btn.social_button.email {
  background: #939393 !important;
}
.btn.social_button.share {
  background: #ff783d !important;
}
.btn.social_button.youtube {
  background: #cc181e !important;
}
.btn.social_button.white {
  background: #ffffff !important;
  border: 1px solid #05529c;
}
.btn.social_button.white i.icon {
  color: #05529c;
  font-size: 1.4rem;
}
.btn.social_button.white i.icon-send-by-mail {
  line-height: 1rem;
}
/* Toggle Switch */
.toogle_element {
  width: auto;
}
.toogle_element .switch {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 40px;
  margin: 0;
}
.toogle_element .switch input {
  display: none;
}
.toogle_element .switch input:checked + .slider:before {
  -webkit-transform: translateX(40px);
  -ms-transform: translateX(40px);
  transform: translateX(40px);
}
.toogle_element .switch .slider.round {
  border-radius: 34px;
}
.toogle_element .switch .slider.round:before {
  border-radius: 50%;
}
.toogle_element .switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 40px;
  background-color: #575757;
  -webkit-transition: .4s;
  transition: .4s;
}
.toogle_element .switch input:checked + .slider {
  background-color: #4ccd8a;
}
.toogle_element .switch .slider:before {
  position: absolute;
  content: "";
  height: 36px;
  width: 36px;
  top: 2px;
  left: 2px;
  background-color: #ffffff;
  -webkit-transition: .4s;
  transition: .4s;
}
/* Notification number */
.badge {
  font-family: "OpenSansLight";
  font-size: 1rem;
  line-height: 1rem;
  font-weight: light;
  padding: 16px 24px 16px 32px;
  margin: 4px 4px 4px 0;
  border-radius: 10rem;
}
.badge.badge-pill {
  font-size: 0.7rem;
  padding: 4px 8px;
}
.badge .icon {
  padding-left: 8px;
  cursor: pointer;
}
.badge .icon::before {
  color: #05529c;
  font-size: 0.7rem;
  line-height: 1rem;
}
/* Input */
input {
  width: 100%;
  background: #e5f0fd;
  padding: 16px 32px;
  border-radius: 10rem;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
  border: 0;
}
/* Select */
.select2-container--focus {
  outline: 0;
  border: 0;
}
.select_wrapper {
  width: 100%;
  background: #e5f0fd;
  padding: 16px 32px;
  border-radius: 10rem;
  font-size: 1rem;
  line-height: 1rem;
  position: relative;
}
.select_wrapper::after {
  font-family: "carrefour-sav";
  content: "\63";
  color: #575757;
  line-height: 1.6rem;
  position: absolute;
  z-index: 1;
  right: 32px;
  bottom: 25%;
}
.select_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  width: 100%;
  height: 100%;
  background: none;
  position: relative;
  z-index: 2;
  cursor: pointer;
}
.select_wrapper select option {
  background: #e5f0fd;
  padding: 0 32px;
}
/* Accordion */
.accordion .card {
  margin: 1px 0 0;
  padding: 0;
  border: 0;
}
.accordion .card .card-header {
  margin: 0;
  padding: 0;
  border: 0;
}
.accordion .card .card-header button {
  width: 100%;
  height: 100%;
  text-transform: uppercase;
  color: #0e3368;
  background: #e5f0fd;
  padding: 16px;
  cursor: pointer;
  display: flex;
  flex-direction: row;
  justify-content: center;
  border: 0;
}
.accordion .card .card-header button[aria-expanded="false"] .icon-arrow-up {
  display: none;
}
.accordion .card .card-header button[aria-expanded="false"] .icon-arrow-down {
  display: flex;
}
.accordion .card .card-header button[aria-expanded="true"] .icon-arrow-up {
  display: flex;
}
.accordion .card .card-header button[aria-expanded="true"] .icon-arrow-down {
  display: none;
}
.accordion .card .card-header button i.icon {
  display: flex;
  align-self: center;
}
.accordion .card .card-header button span {
  width: 100%;
}
.accordion .card .card-header button:focus {
  outline: none;
}
/* Radio filter */
.round_filter {
  display: flex;
  flex-direction: row;
  -ms-flex-direction: row;
}
.round_filter input {
  display: none;
}
.round_filter label {
  cursor: pointer;
  display: flex;
  flex-direction: column;
  margin: 8px;
  text-align: center;
}
.round_filter label i:before {
  font-size: 2rem;
  padding: 4px 5px;
  color: #929292;
  border: 1px solid #929292;
  border-radius: 50%;
}
.round_filter input:checked + label {
  color: #05529c;
}
.round_filter input:checked + label i:before {
  color: #05529c;
  border: 1px solid #05529c;
}
/* Banner with CTA */
.banner_cta {
  position: relative;
  margin: 16px 0;
}
.banner_cta .cont_img {
  width: 100%;
  height: 150px;
  overflow: hidden;
}
.banner_cta .cont_img picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.banner_cta .cont_text {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 16px;
}
.banner_cta .cont_text p {
  font-family: "UbuntuMedium";
  font-size: 1.2rem;
  line-height: 1.2rem;
  color: white;
  margin-bottom: 16px;
  text-align: center;
}
.banner_cta .cont_text .btn_outline {
  display: inline-block;
  width: auto;
  min-width: 100px;
}
.content.bg-blue .banner_cta .cont_text {
  background: none;
}
.inline-block {
  display: inline-block;
  vertical-align: text-top;
}
/* Horizontal divider */
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.5);
}
/**/
/*Tab pane padding*/
.tab-pane {
  padding: 1rem;
}
/* row eq height*/
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
.imageComponentText {
  position: absolute;
  bottom: -11px;
  right: 10px;
  font-size: 12px;
  font-style: italic;
  color: #929292;
}
.ui-loader {
  display: none !important;
}
/* multiline Ellipsis*/
.block-with-ellipsis-2 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  height: 3rem !important;
  color: #0E3368;
  display: flex !important;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  vertical-align: middle;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.block-with-ellipsis-3 {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  height: 4.5rem !important;
  color: #0E3368;
  display: flex !important;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  vertical-align: middle;
  display: -webkit-box !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: center;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
header i.icon,
.footer i.icon {
  vertical-align: middle;
  line-height: 1rem;
}
.component i.icon,
.title_component i.icon {
  font-size: 26px;
}
.component i.icon.icon-line-arrow,
.title_component i.icon.icon-line-arrow {
  font-size: .5rem;
  color: #0970e6;
  display: inline-block;
  vertical-align: middle;
  line-height: 1rem;
}
.component .row-p0 {
  margin-left: -15px;
  margin-right: -15px;
}
.pb-responsive {
  padding-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .pb-responsive {
    padding-bottom: 30px;
  }
}
.btn.primary-btn.participate-btn {
  width: auto !important;
}
@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0;
  }
  100% {
    background-position: 468px 0;
  }
}
.animated-background {
  animation-duration: 1.25s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background: darkgray;
  background: linear-gradient(to right, #eeeeee 10%, #dddddd 18%, #eeeeee 33%);
  background-size: 800px 104px;
  height: 100px;
  position: relative;
}
.animated-background.blazyerror {
  background: url('main/css/img/emptyimage.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
  animation: none;
}
.animated-background img {
  text-indent: -9999px;
}
.pagetitle {
  top: -99999px;
  height: 0;
  margin: 0 !important;
  position: absolute;
}
.pagetitle.pagetitle-true {
  position: relative;
  top: unset;
  height: auto;
}
.bold {
  font-weight: bold;
}
.normal {
  font-weight: normal;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(1) .list.component {
  margin: 0px;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(1) .list.component .row {
  margin: 0px;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(1) .list.component .row .col-12 {
  padding: 0;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(1) .list.component .row .col-smd-12 {
  padding: 0;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(1) .list.component .row .teaser_recipe .cont_text {
  height: 60px !important;
}
@media only screen and (min-width: 1200px) {
  .columncontrol.component .columncontrol-row .col-xl-6:nth-child(1) .list.component .row .teaser_recipe .cont_text {
    height: 124px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .columncontrol.component .columncontrol-row .col-xl-6:nth-child(1) .list.component .row .teaser_recipe .cont_text {
    height: 114px !important;
  }
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(2) .list.component {
  margin: 0px;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(2) .list.component .row {
  margin: 0px;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(2) .list.component .row .col-12 {
  padding: 0;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(2) .list.component .row .col-12 .row.list_static {
  margin: 0 -15px;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(2) .list.component .row .col-12 .row.list_static .col-smd-6 {
  padding-left: 15px;
  padding-right: 15px;
}
.columncontrol.component .columncontrol-row .col-xl-6:nth-child(2) .list.component .row .col-12 .row.list_static .teaser_recipe .cont_text {
  height: 60px !important;
}
.text.component .title_component h1 .icon {
  margin-top: 0px;
  padding-right: 8px;
}
.text.component .title_component h2 .icon {
  margin-top: 3px;
}
.cta.component .cta-icon {
  padding-top: 0px;
  font-size: 20px;
}
.lightBlue {
  background-color: #F4F9FF!important;
  border-color: #CFE1F5 !important;
}
.lightBlue h1,
.lightBlue h2,
.lightBlue h3,
.lightBlue h4,
.lightBlue h5 {
  color: #0E3368 !important;
}
.lightBlue .tab-pane.active,
.lightBlue .nav-link.show {
  background-color: #F4F9FF!important;
  color: #0E3368!important;
}
.lightBlue .title_component_container {
  background-color: unset!important;
}
.lightBlue .title_component_container i {
  color: #0E3368!important;
}
.lightBlue .quote {
  background-color: unset!important;
}
.lightBlue .quote .text-wrapper {
  background-color: #F4F9FF!important;
}
.white {
  background-color: #FFFFFF!important;
  border-color: #E8E8E8 !important;
}
.white h1,
.white h2,
.white h3,
.white h4,
.white h5 {
  color: #0E3368 !important;
}
.white .tab-pane.active,
.white .nav-link.show {
  background-color: #FFFFFF!important;
  color: #0E3368!important;
}
.white .title_component_container {
  background-color: unset!important;
}
.white .title_component_container i {
  color: #0E3368!important;
}
.white .quote {
  background-color: unset!important;
}
.white .quote .text-wrapper {
  background-color: #FFFFFF!important;
}
.blackGrey {
  background-color: #F2F2F2!important;
}
.blackGrey h1,
.blackGrey h2,
.blackGrey h3,
.blackGrey h4,
.blackGrey h5 {
  color: #000000 !important;
}
.blackGrey .tab-pane.active,
.blackGrey .nav-link.show {
  background-color: #f2f2f2!important;
  color: #000000!important;
}
.blackGrey .title_component_container {
  background-color: unset!important;
}
.blackGrey .title_component_container i {
  color: #F2F2F2!important;
}
.blackGrey .quote {
  background-color: unset!important;
}
.blackGrey .quote .text-wrapper {
  background-color: #E0E0E0!important;
}
.brown {
  background-color: #F6F5F4!important;
}
.brown h1,
.brown h2,
.brown h3,
.brown h4,
.brown h5 {
  color: #524024 !important;
}
.brown .title_component {
  color: #EAE8E4!important;
}
.brown .tab-pane.active,
.brown .nav-link.show {
  background-color: #F6F5F4!important;
  color: #524024!important;
}
.brown .title_component_container {
  background-color: unset!important;
}
.brown .title_component_container i {
  color: #524024!important;
}
.brown .quote {
  background-color: unset!important;
}
.brown .quote .text-wrapper {
  background-color: #EAE8E4!important;
}
.redWine {
  background-color: #F9F4F6!important;
}
.redWine h1,
.redWine h2,
.redWine h3,
.redWine h4,
.redWine h5 {
  color: #8B2147 !important;
}
.redWine .tab-pane.active,
.redWine .nav-link.show {
  background-color: #F9F4F6!important;
  color: #8B2147!important;
}
.redWine .title_component_container {
  background-color: unset!important;
}
.redWine .title_component_container i {
  color: #8B2147!important;
}
.redWine .quote {
  background-color: unset!important;
}
.redWine .quote .text-wrapper {
  background-color: #F3E8EC!important;
}
.redEoy {
  background-color: #FBF2F4!important;
}
.redEoy h1,
.redEoy h2,
.redEoy h3,
.redEoy h4,
.redEoy h5 {
  color: #AA0125 !important;
}
.redEoy .tab-pane.active,
.redEoy .nav-link.show {
  background-color: #FBF2F4!important;
  color: #AA0125!important;
}
.redEoy .title_component_container {
  background-color: unset!important;
}
.redEoy .title_component_container i {
  color: #8B2147!important;
}
.redEoy .quote {
  background-color: unset!important;
}
.redEoy .quote .text-wrapper {
  background-color: #F6E5E9!important;
}
.redMarket {
  background-color: #FEF4F4!important;
}
.redMarket h1,
.redMarket h2,
.redMarket h3,
.redMarket h4,
.redMarket h5 {
  color: #E52629 !important;
}
.redMarket .tab-pane.active,
.redMarket .nav-link.show {
  background-color: #FEF4F4!important;
  color: #E52629!important;
}
.redMarket .title_component_container {
  background-color: unset!important;
}
.redMarket .title_component_container i {
  color: #E52629!important;
}
.redMarket .quote {
  background-color: unset!important;
}
.redMarket .quote .text-wrapper {
  background-color: #FBDFDF!important;
}
.orange {
  background-color: #FFF8F2!important;
}
.orange h1,
.orange h2,
.orange h3,
.orange h4,
.orange h5 {
  color: #FF7200 !important;
}
.orange .tab-pane.active,
.orange .nav-link.show {
  background-color: #FFF8F2!important;
  color: #FF7200!important;
}
.orange .nav-tabs {
  background-color: #FFF!important;
}
.orange .title_component_container {
  background-color: unset!important;
}
.orange .title_component_container i {
  color: #FF7200!important;
}
.orange .quote {
  background-color: unset!important;
}
.orange .quote .text-wrapper {
  background-color: #FFEEE0!important;
}
.goldEoy {
  background-color: #FDFBF8!important;
}
.goldEoy h1,
.goldEoy h2,
.goldEoy h3,
.goldEoy h4,
.goldEoy h5 {
  color: #D0AF6C !important;
}
.goldEoy .tab-pane.active,
.goldEoy .nav-link.show {
  background-color: #FFF8F2!important;
  color: #D0AF6C!important;
}
.goldEoy .title_component_container {
  background-color: unset!important;
}
.goldEoy .title_component_container i {
  color: #D0AF6C!important;
}
.goldEoy .quote {
  background-color: unset!important;
}
.goldEoy .quote .text-wrapper {
  background-color: #F9F5ED!important;
}
.greenSyb {
  background-color: #FAFCF4!important;
}
.greenSyb h1,
.greenSyb h2,
.greenSyb h3,
.greenSyb h4,
.greenSyb h5 {
  color: #95C11F !important;
}
.greenSyb .tab-pane.active,
.greenSyb .nav-link.show {
  background-color: #FAFCF4!important;
  color: #95C11F!important;
}
.greenSyb .title_component_container {
  background-color: unset!important;
}
.greenSyb .title_component_container i {
  color: #95C11F!important;
}
.greenSyb .quote {
  background-color: unset!important;
}
.greenSyb .quote .text-wrapper {
  background-color: #F2F7E4!important;
}
.greenFreshness {
  background-color: #F6FCF9!important;
}
.greenFreshness h1,
.greenFreshness h2,
.greenFreshness h3,
.greenFreshness h4,
.greenFreshness h5 {
  color: #4CCD8A !important;
}
.greenFreshness .tab-pane.active,
.greenFreshness .nav-link.show {
  background-color: #F6FCF9!important;
  color: #4CCD8A!important;
}
.greenFreshness .title_component_container {
  background-color: unset!important;
}
.greenFreshness .title_component_container i {
  color: #4CCD8A!important;
}
.greenFreshness .quote {
  background-color: unset!important;
}
.greenFreshness .quote .text-wrapper {
  background-color: #E4F8EE!important;
}
.greenBold {
  background-color: #F3F9F2!important;
}
.greenBold h1,
.greenBold h2,
.greenBold h3,
.greenBold h4,
.greenBold h5 {
  color: #108401 !important;
}
.greenBold .tab-pane.active,
.greenBold .nav-link.show {
  background-color: #F3F9F2!important;
  color: #108401!important;
}
.greenBold .title_component_container {
  background-color: unset!important;
}
.greenBold .title_component_container i {
  color: #108401!important;
}
.greenBold .quote {
  background-color: unset!important;
}
.greenBold .quote .text-wrapper {
  background-color: #E2F0E0!important;
}
.greenExpress {
  background-color: #F2F8F5!important;
}
.greenExpress h1,
.greenExpress h2,
.greenExpress h3,
.greenExpress h4,
.greenExpress h5 {
  color: #007934 !important;
}
.greenExpress .tab-pane.active,
.greenExpress .nav-link.show {
  background-color: #F2F8F5!important;
  color: #007934!important;
}
.greenExpress .title_component_container {
  background-color: unset!important;
}
.greenExpress .title_component_container i {
  color: #007934!important;
}
.greenExpress .quote {
  background-color: unset!important;
}
.greenExpress .quote .text-wrapper {
  background-color: #D9EBE1!important;
}
.blueHightech {
  background-color: #F3F8FD!important;
}
.blueHightech h1,
.blueHightech h2,
.blueHightech h3,
.blueHightech h4,
.blueHightech h5 {
  color: #1A7DD7 !important;
}
.blueHightech .tab-pane.active,
.blueHightech .nav-link.show {
  background-color: #F3F8FD!important;
  color: #1A7DD7!important;
}
.blueHightech .title_component_container {
  background-color: unset!important;
}
.blueHightech .title_component_container i {
  color: #1A7DD7!important;
}
.blueHightech .quote {
  background-color: unset!important;
}
.blueHightech .quote .text-wrapper {
  background-color: #E3EFFA!important;
}
.blueCulture {
  background-color: #F8FBFD!important;
}
.blueCulture h1,
.blueCulture h2,
.blueCulture h3,
.blueCulture h4,
.blueCulture h5 {
  color: #72BAD3 !important;
}
.blueCulture .tab-pane.active,
.blueCulture .nav-link.show {
  background-color: #F8FBFD!important;
  color: #72BAD3!important;
}
.blueCulture .title_component_container {
  background-color: unset!important;
}
.blueCulture .title_component_container i {
  color: #72BAD3!important;
}
.blueCulture .quote {
  background-color: unset!important;
}
.blueCulture .quote .text-wrapper {
  background-color: #EEF7FA!important;
}
.blueBaby {
  background-color: #E1F7FF!important;
}
.blueBaby h1,
.blueBaby h2,
.blueBaby h3,
.blueBaby h4,
.blueBaby h5 {
  color: #46BFEC!important;
}
.blueBaby .tab-pane.active,
.blueBaby .nav-link.show {
  background-color: #E1F7FF!important;
  color: #46BFEC!important;
}
.blueBaby .title_component_container {
  background-color: unset!important;
}
.blueBaby .title_component_container i {
  color: #46BFEC!important;
}
.blueBaby .quote {
  background-color: unset!important;
}
.blueBaby .quote .text-wrapper {
  background-color: #C4EFFF!important;
}
.purple {
  background-color: #F7F4F9!important;
}
.purple h1,
.purple h2,
.purple h3,
.purple h4,
.purple h5 {
  color: #5E2985 !important;
}
.purple .tab-pane.active,
.purple .nav-link.show {
  background-color: #F7F4F9!important;
  color: #5E2985!important;
}
.purple .title_component_container {
  background-color: unset!important;
}
.purple .title_component_container i {
  color: #5E2985!important;
}
.purple .quote {
  background-color: unset!important;
}
.purple .quote .text-wrapper {
  background-color: #EBE5F0!important;
}
.pink {
  background-color: #FEF4F9!important;
}
.pink h1,
.pink h2,
.pink h3,
.pink h4,
.pink h5 {
  color: #ED2988 !important;
}
.pink .tab-pane.active,
.pink .nav-link.show {
  background-color: #FEF4F9!important;
  color: #ED2988!important;
}
.pink .title_component_container {
  background-color: unset!important;
}
.pink .title_component_container i {
  color: #ED2988!important;
}
.pink .quote {
  background-color: unset!important;
}
.pink .quote .text-wrapper {
  background-color: #FDE5F1!important;
}
.pinkMeat {
  background-color: #FEF9FA!important;
}
.pinkMeat h1,
.pinkMeat h2,
.pinkMeat h3,
.pinkMeat h4,
.pinkMeat h5 {
  color: #F58C9E !important;
}
.pinkMeat .tab-pane.active,
.pinkMeat .nav-link.show {
  background-color: #FEF9FA!important;
  color: #F58C9E!important;
}
.pinkMeat .title_component_container {
  background-color: unset!important;
}
.pinkMeat .title_component_container i {
  color: #F58C9E!important;
}
.pinkMeat .quote {
  background-color: unset!important;
}
.pinkMeat .quote .text-wrapper {
  background-color: #FEF1F3!important;
}
*.crf-text-red {
  color: #D83832;
}
.backcolorcatalinaBlue {
  background-color: #16355F !important;
}
.backcolorpacificBlue {
  background-color: #009EE3 !important;
}
.backcolorcobaltBlue {
  background-color: #004E9E !important;
}
.backcolorcitrusGreen {
  background-color: #94C119 !important;
}
.backcolormediumAquamarine {
  background-color: #68BFAC !important;
}
.backcolorwebsiteBackground {
  background-color: #F7F7F7 !important;
}
.backcolornightBlue {
  background-color: #0E3368 !important;
}
.backcolorbrightBlue {
  background-color: #0970E6 !important;
}
.backcolorlightActionBlue {
  background-color: #E6F4FF !important;
}
.backcolorsoftLightBlue {
  background-color: #E6F4FF !important;
}
.backcolorlightGrey {
  background-color: #F5F5F5 !important;
}
.backcolorsoftGrey {
  background-color: #E6E6E6 !important;
}
.backcolorsliverGrey {
  background-color: #BCBCBC !important;
}
.backcolormildGrey {
  background-color: #929292 !important;
}
.backcolordarkGrey {
  background-color: #575757 !important;
}
.backcolorboldGrey {
  background-color: #282828 !important;
}
.backcolorprimaryGreen {
  background-color: #4CCD8A !important;
}
.backcolorprimaryRed {
  background-color: #D83832 !important;
}
.backcolorprimaryOrange {
  background-color: #FFA917 !important;
}
.backcolorsoftGreen {
  background-color: #C9F0D8 !important;
}
.backcolorwarmYellow {
  background-color: #FEE2A2 !important;
}
.backcolorsoftRed {
  background-color: #FFCCBD !important;
}
.backcolorlightBlue {
  background-color: #0E3368 !important;
}
.backcolorwhite {
  background-color: #FFFFFF !important;
}
.backcolorblackGrey {
  background-color: #F2F2F2 !important;
}
.backcolorbrown {
  background-color: #524024 !important;
}
.backcolorredWine {
  background-color: #8B2147 !important;
}
.backcolorredEoy {
  background-color: #AA0125 !important;
}
.backcolorredMarket {
  background-color: #E52629 !important;
}
.backcolororange {
  background-color: #FF7200 !important;
}
.backcolorgoldEoy {
  background-color: #D0AF6C !important;
}
.backcolorgreenSyb {
  background-color: #95C11F !important;
}
.backcolorgreenFreshness {
  background-color: #4CCD8A !important;
}
.backcolorgreenBold {
  background-color: #108401 !important;
}
.backcolorgreenExpress {
  background-color: #007934 !important;
}
.backcolorblueHightech {
  background-color: #1A7DD7 !important;
}
.backcolorblueCulture {
  background-color: #72BAD3 !important;
}
.backcolorblueBaby {
  background-color: #46BFEC !important;
}
.backcolorpurple {
  background-color: #5E2985 !important;
}
.backcolorpink {
  background-color: #ED2988 !important;
}
.backcolorpinkMeat {
  background-color: #F58C9E !important;
}
.txtcolorcatalinaBlue {
  color: #16355F !important;
}
.txtcolorpacificBlue {
  color: #009EE3 !important;
}
.txtcolorcobaltBlue {
  color: #004E9E !important;
}
.txtcolorcitrusGreen {
  color: #94C119 !important;
}
.txtcolormediumAquamarine {
  color: #68BFAC !important;
}
.txtcolorwebsiteBackground {
  color: #F7F7F7 !important;
}
.txtcolornightBlue {
  color: #0E3368 !important;
}
.txtcolorbrightBlue {
  color: #0970E6 !important;
}
.txtcolorlightActionBlue {
  color: #E6F4FF !important;
}
.txtcolorsoftLightBlue {
  color: #E6F4FF !important;
}
.txtcolorlightGrey {
  color: #F5F5F5 !important;
}
.txtcolorsoftGrey {
  color: #E6E6E6 !important;
}
.txtcolorsliverGrey {
  color: #BCBCBC !important;
}
.txtcolormildGrey {
  color: #929292 !important;
}
.txtcolordarkGrey {
  color: #575757 !important;
}
.txtcolorboldGrey {
  color: #282828 !important;
}
.txtcolorprimaryGreen {
  color: #4CCD8A !important;
}
.txtcolorprimaryRed {
  color: #D83832 !important;
}
.txtcolorprimaryOrange {
  color: #FFA917 !important;
}
.txtcolorsoftGreen {
  color: #C9F0D8 !important;
}
.txtcolorwarmYellow {
  color: #FEE2A2 !important;
}
.txtcolorsoftRed {
  color: #FFCCBD !important;
}
.txtcolorlightBlue {
  color: #0E3368 !important;
}
.txtcolorwhite {
  color: #FFFFFF !important;
}
.txtcolorblackGrey {
  color: #F2F2F2 !important;
}
.txtcolorbrown {
  color: #524024 !important;
}
.txtcolorredWine {
  color: #8B2147 !important;
}
.txtcolorredEoy {
  color: #AA0125 !important;
}
.txtcolorredMarket {
  color: #E52629 !important;
}
.txtcolororange {
  color: #FF7200 !important;
}
.txtcolorgoldEoy {
  color: #D0AF6C !important;
}
.txtcolorgreenSyb {
  color: #95C11F !important;
}
.txtcolorgreenFreshness {
  color: #4CCD8A !important;
}
.txtcolorgreenBold {
  color: #108401 !important;
}
.txtcolorgreenExpress {
  color: #007934 !important;
}
.txtcolorblueHightech {
  color: #1A7DD7 !important;
}
.txtcolorblueCulture {
  color: #72BAD3 !important;
}
.txtcolorblueBaby {
  color: #46BFEC !important;
}
.txtcolorpurple {
  color: #5E2985 !important;
}
.txtcolorpink {
  color: #ED2988 !important;
}
.txtcolorpinkMeat {
  color: #F58C9E !important;
}
/* Text styles */
.richtext {
  font-family: "OpenSansRegular";
  margin: 0px !important;
  /* Subsection title i.e. Recipe title */
  /* Subtitle in text area */
}
.richtext .col-12 {
  padding: 0;
}
.richtext h1 {
  text-align: left;
}
.richtext h2 {
  font-family: "UbuntuMedium";
  width: 100%;
  color: #0e3368 !important;
  text-align: left;
  font-size: 1.5rem;
  line-height: 34px;
  padding: 20px 0px;
  margin: 0;
}
.richtext h2 .icon {
  color: #0e3368 !important;
  padding-right: 10px;
}
.richtext h3 {
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 0;
  padding: 20px 0 10px 0;
  color: #0e3368 !important;
  font-family: "UbuntuRegular";
}
.richtext h3 .icon {
  color: #0e3368 !important;
  padding-right: 10px;
}
.richtext h4,
.richtext h5,
.richtext h6 {
  text-align: left;
  width: 100%;
  color: #0e3368 !important;
  font-size: 1rem;
  line-height: 1.375rem;
  margin-bottom: 10px;
  font-family: "UbuntuRegular";
}
.richtext h4 .icon,
.richtext h5 .icon,
.richtext h6 .icon {
  color: #0e3368 !important;
  padding-right: 20px;
}
.richtext p {
  padding: 30px 0px;
  font-family: "OpenSansRegular";
  font-size: 14px;
  color: #575757;
  line-height: 22px;
}
@media only screen and (min-width: 1440px) {
  .richtext p {
    font-size: 1rem;
    line-height: 24px;
  }
}
.richtext ol.recipe_steps {
  padding: 2rem 2rem 2rem 5rem;
  list-style: none;
  counter-reset: item;
  width: 100%;
  flex-direction: column;
}
.richtext ol.recipe_steps li {
  counter-increment: item;
  margin-bottom: 0;
  padding-bottom: 1.375rem;
  padding-left: 0px;
  color: #575757;
  text-align: left;
  position: relative;
  font-size: 14px;
  letter-spacing: 0.28px;
  line-height: 20px;
}
.richtext ol.recipe_steps li span {
  width: 100%;
  max-width: 100%;
}
.richtext ol.recipe_steps li span p {
  padding: 0;
}
.richtext ol.recipe_steps li:last-child {
  padding-bottom: 0;
  border-left: 0;
}
@media only screen and (min-width: 1024px) {
  .richtext ol.recipe_steps li {
    border-left: 1px solid #9A9A9A;
    padding-left: 46px;
  }
}
@media only screen and (min-width: 1200px) {
  .richtext ol.recipe_steps li {
    text-align: left;
  }
}
.richtext ol.recipe_steps li:before {
  margin-right: 30px;
  content: counter(item);
  background: #F5F4F2;
  border-radius: 100%;
  color: #9A9A9A;
  min-width: 36px;
  height: 36px;
  display: flex;
  text-align: center;
  font-size: 14px;
  font-family: "OpenSansBold";
  letter-spacing: 0.28px;
  line-height: 36px;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 0;
  margin-bottom: 12px;
}
@media only screen and (min-width: 1024px) {
  .richtext ol.recipe_steps li:before {
    position: absolute;
    left: -18px;
    margin-bottom: 0px;
  }
}
.richtext ol.recipe_steps .tips {
  margin: 1rem -2rem;
  color: #05529c;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: left;
  font-family: "OpenSansItalic";
}
.richtext ol.recipe_steps .tips div {
  display: inline-block;
}
.richtext ol.recipe_steps .tips i {
  font-size: 3rem;
  margin-right: 1rem;
}
.richtext ol.recipe_steps .tips .title {
  font-family: "CaveatBold";
  display: block;
}
@media only screen and (min-width: 1200px) {
  .richtext ol.recipe_steps .tips {
    margin: 1rem;
  }
}
.richtext div.recipe_steps {
  padding-left: 0px;
}
@media only screen and (min-width: 1024px) {
  .richtext div.recipe_steps {
    padding-left: 46px;
  }
}
.focus_richtext p {
  padding: 10px 0px;
  font-family: "OpenSansRegular";
  font-size: 14px;
  color: #282828;
  line-height: 22px;
  text-align: left;
}
@media only screen and (min-width: 1440px) {
  .focus_richtext p {
    font-size: 1rem;
    line-height: 24px;
  }
}
.focus_richtext .legal-note {
  padding: 0px 15px;
}
.focus_richtext .legal-note p {
  font-family: "OpenSansItalic";
  color: #9A9A9A;
  font-size: 12px;
  line-height: 20px;
  padding: 10px 0px;
  text-align: left;
}
.focus_richtext span {
  font-family: "OpenSansItalic";
  color: #05529c;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: left;
  padding-left: 0rem;
  margin-bottom: 1rem;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.focus_richtext span:before {
  content: "\54";
  font-size: 2rem;
  font-family: "carrefour-sav" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1;
  padding-right: 1rem;
}
@media only screen and (min-width: 320px) {
  .richtext ol.recipe_steps {
    padding: 0;
  }
  .richtext ol.recipe_steps li .tips {
    margin: 16px 0;
  }
}
.teaser h6 {
  color: #05529c;
  font-family: "OpenSansSemiBold";
  text-align: center;
}
.teaser p {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.step.component {
  width: 100%;
  margin-bottom: 30px;
}
.step.component h2 {
  font-size: 24px;
  line-height: 34px;
  font-family: UbuntuLight;
  color: #0E3368;
  text-align: left;
  letter-spacing: 0.48px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1024px) {
  .step.component h2 {
    font-size: 28px;
    line-height: 36px;
  }
}
.step.component .richtext p {
  padding-top: 0;
  font-size: 14px;
  line-height: 20px;
}
.step.component .richtext p:empty {
  margin: 0;
  height: 0;
  line-height: 0;
  padding: 0;
}
.ie-browser .block i.icon-line-arrow {
  display: none;
}
.ie-browser .teaser_inspirational a .cont_img {
  padding-bottom: 0;
}
.ie-browser .teaser_inspirational a .cont_img img {
  display: inline-flex;
  width: auto;
  left: -50%;
  height: 100%;
  padding: 0px;
  max-width: none;
}
.ie-browser .teaser_inspirational a .cont_text h5:after {
  content: none !important;
}
.ie-browser .teaser_inspirational.inspiration_cta a .cont_img {
  padding-bottom: 50%;
}
.ie-browser .teaser_inspirational.inspiration_cta a .cont_img img {
  width: 100%;
  left: 0;
  height: auto;
}
.ie-browser .teaser_inspirational.inspiration_cta a .cont_img.cta-img img {
  width: auto;
  left: -50%;
  height: 100%;
  max-width: none;
}
.ie-browser .teaser_inspirational.inspirational_img a .cont_img {
  padding-bottom: 50%;
}
.ie-browser .teaser_inspirational.inspirational_img a .cont_img img {
  width: 100%;
  left: 0;
  height: auto;
  max-width: none;
}
.ie-browser .icon-search-magnifying-glass {
  padding-top: 0px !important;
}
.ie-browser .icon-delivery-carrefour {
  height: 28px !important;
}
.ie-browser .icon-simply-you-box {
  height: 65px !important;
}
.ie-browser .storepicker i.storepicker-icon.icon-localise-me.pointer {
  height: 90px !important;
}
.ie-browser .storepicker i.storepicker-icon.icon-handdrawn-arrow-up {
  color: #212529;
  height: 23px;
}
.ie-browser .storepicker i.storepicker-icon.icon-close-cross {
  height: 75px !important;
  margin-top: -45px;
}
.ie-browser .storepicker i.storepicker-icon.icon-delete-content-field {
  height: 75px !important;
}
.ie-browser .storepicker i.storepicker-icon.icon-delivery-carrefour,
.ie-browser .storepicker i.storepicker-icon.icon-drive-car-2 {
  height: 60px !important;
  margin-top: -30px;
}
.ie-browser i.icon-cart {
  margin-top: -30px;
}
.ie-browser i.icon-close-cross {
  margin-top: -25px;
}
.ie-browser i.icon-loading {
  height: 130px;
}
.ie-browser #storePicker-desktop #storepicker .store-nav-title .store-name .icon {
  margin-top: 4px;
}
.ie-browser .banner_tiles .inspiration-list-vertical a .cont_text h5 {
  white-space: normal !important;
}
.ie-browser .recipe-properties .cont_properties i.icon-oven {
  margin-bottom: -25px;
}
.ie-browser .recipe-properties .cont_properties i.icon-hourglass {
  margin-bottom: -70px;
}
.ie-browser .cont_functionality i.icon-print {
  margin-bottom: 30px;
}
.ie-browser .header_promotion {
  justify-content: space-around;
}
.ie-browser .header_promotion .container {
  margin-top: 15px;
}
.ie-browser .footer .footer-content .icon-container .btn.social_button {
  height: 35px;
}
.ie-browser .footer .footer-content .icon-container .btn.pinterest {
  margin-top: 0;
}
.ie-browser .myAccount .dropdown-menu .dropdown-item {
  white-space: normal !important;
}
.ie-browser .tab_component .promo_img .promotions .zmags .product-not-available span:first-child,
.ie-browser .product-fragment-carousel .fragment-carousel .cont_text .product-not-available span:first-child {
  display: table;
}
.ie-browser .common-promotions .zmags-box a .cont_text .product-not-available span:first-child {
  display: table;
}
.ie-browser #back2Top {
  padding-top: 0;
}
.ie-browser .brandlist-image-container .image-section a .img-container {
  height: auto;
}
.ie-browser .footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body .modal-body-description {
  display: table !important;
}
.ie-browser .hero-banner-container .hero-banner-logo {
  top: 15%;
}
@media only screen and (min-width: 1200px) {
  .ie-browser .zmags-fullwidth-folder .zmags-box-container .zmags.box a .text-container h3 {
    width: 226px;
    height: 60px;
  }
}
.ie-browser .e-coupons-landing-page .ecoupon-card-container .ecoupon-image-container .bonus-point-circle {
  top: 52px;
}
.ie-browser.nav-open .container-fluid.content-page-evolution .navigation {
  position: static !important;
}
.ie-browser .banner_tiles .inspiration-list-vertical > div a .cont_text h5,
.edge-browser .banner_tiles .inspiration-list-vertical > div a .cont_text h5,
.ie-browser .banner_tiles .inspiration-list-vertical > div a .cont_text p,
.edge-browser .banner_tiles .inspiration-list-vertical > div a .cont_text p {
  -ms-text-overflow: ellipsis;
  white-space: nowrap;
}
.ie-browser .banner_tiles .banner_overlay p,
.edge-browser .banner_tiles .banner_overlay p {
  -ms-text-overflow: ellipsis;
  width: 100%;
  white-space: nowrap;
}
/* Components */
/*---Start - HEADER---*/
header {
  /*background: @white; 
    text-align: center;
    .header_cookies,
    .header_promotion {
        min-height:48px;
        width:100%;
        display: flex;
        justify-content: center;
        align-items: center;
        i.icon-close{
            display: block !important;
        }
        i.icon-arrow-right {
            font-size: 8px;
        }
    }
    
    .header_cookies{
        position: fixed;
        bottom: 0;
        padding: 16px 48px;
        flex-direction: column;
        background-color: rgba(255, 255, 255, 0.8);
        color: @dark_blue;
        @media @desktop {
            flex-direction: row;
            padding:8px 96px 0;

        }
        .icon-cookie {
            font-size: 35px;
            margin: 12px 8px 0 0;
        }
        p{
            font-size: 0.75rem;
            width:100%;
            text-align: left;
            a {
                font-size: 0.6875rem;
                span {
                    text-decoration: underline;
                }
            }
            i {
                font-size: 0.6875rem;
            }
        }

        .button-container {
            display: flex;
            padding: 4px;
            justify-content: space-evenly;
            @media @desktop {
                justify-content: flex-end;
            }
            .btn{
                width:auto;
                font-size: 0.75rem;
                padding:16px 48px;
                min-width: unset;
                height:unset;
                margin:0 74px;
                color:@white;
                background: @middark_blue;
                &:hover{
                    background: @darkest_blue;
                }
            }
        }
    }
    
    .header_promotion {
        position: relative;
        flex-direction: row;
        padding:4px 48px;
        background: @dark_red;
        color: @white;
        font-size: 0.75rem;
        span {
            width:auto;
            padding:0 8px;
        }
        .btn.link{
            position: absolute;
            right: 8px;
            width: 16px;
            height: 16px;
            padding: 0;
            margin: 0;
            min-width: unset;
            background: transparent !important;
            cursor: pointer;        
        }
        a {
            color: @white;
            span {
                text-decoration: underline;
            }
            .OpenSansLight;
            i {
                text-decoration: none;
            }
        }
    }
    .promotion-banner-yellow{
        background-color:#FFF29C;
        color:@dark_red;
        a{
            color:@dark_red;
        }
    }*/
}
header .header_actions {
  z-index: 1030;
  margin: 0 auto;
  padding-top: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s linear;
  position: relative;
  height: 112px;
  cursor: pointer;
  padding-bottom: 24px;
}
header .header_actions .header_icon_hamburger .icon,
header .header_actions .header_icon_hamburger span {
  position: relative;
  z-index: 1033;
}
header .header_actions .header_icon_hamburger .icon.icon-hamburger {
  font-size: 1.6rem;
  color: #05529c;
}
header .header_actions .header_icon_hamburger .icon.icon-close,
header .header_actions .header_icon_hamburger span.close {
  display: none;
}
header .header_actions #search-form {
  flex-grow: 1;
}
header .header_actions .header_searcher {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  position: relative;
}
header .header_actions .header_searcher span.magnifier-icon {
  position: absolute;
  right: 17px;
  top: 12px;
  z-index: 5;
}
header .header_actions .header_searcher span.magnifier-icon:before {
  font-family: "carrefour-sav";
  content: "\41";
  color: #0970e6;
  font-size: 20px;
}
@media only screen and (min-width: 320px) {
  header .header_actions .header_searcher span.magnifier-icon:before {
    display: none;
  }
}
header .header_actions .header_searcher .search-results {
  padding: 40px;
  border: 1px solid #9aafcc;
  border-top: none;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
  position: absolute;
  background-color: white;
  width: 100%;
  top: 55%;
  left: 0;
  display: none;
}
header .header_actions .header_searcher .search-results h3 {
  padding-bottom: 10px;
  font-size: 18px;
}
header .header_actions .header_searcher .search-results h3:after {
  content: "";
  border-top: 2px solid #c4efff;
  width: 57%;
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 10px;
}
header .header_actions .header_searcher .search-results h3 .icon {
  padding-right: 5px;
}
header .header_actions .header_searcher .search-results .product-title:before {
  content: "\e0ab";
  font-family: "carrefour-sav";
  margin-right: 5px;
}
header .header_actions .header_searcher .search-results .keywords,
header .header_actions .header_searcher .search-results .products {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
header .header_actions .header_searcher .search-results .keywords li,
header .header_actions .header_searcher .search-results .products li {
  padding: 5px 0;
}
header .header_actions .header_searcher .search-results .keywords li:last-child,
header .header_actions .header_searcher .search-results .products li:last-child {
  padding-bottom: 30px;
}
header .header_actions .header_searcher .search-results .keywords li:hover,
header .header_actions .header_searcher .search-results .products li:hover {
  background-color: #e5f0fd;
}
header .header_actions .header_searcher .search-results .keywords li {
  padding: 0px !important;
}
header .header_actions .header_searcher .search-results .keywords li a {
  display: inline-block;
  width: 100%;
  padding: 5px 0px !important;
}
header .header_actions .header_searcher .search-results .see-results-btn {
  width: 70%;
  margin: 0 auto;
}
header .header_actions .header_searcher .select_wrapper {
  border-radius: 10rem 0 0 10rem;
  display: inline-block;
  background: #05529c;
  color: #ffffff;
  padding: 16px 16px 16px 24px;
  width: auto;
  min-width: 140px;
}
header .header_actions .header_searcher .select_wrapper::after {
  color: #ffffff;
  right: 16px;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
header .header_actions .header_searcher .select_wrapper select {
  color: #ffffff;
}
header .header_actions .header_searcher .select_wrapper option {
  color: #ffffff;
}
header .header_actions .header_searcher input[type="text"] {
  border-radius: 0 10rem 10rem 0;
  width: 100%;
  height: 54px;
  display: flex;
  flex-direction: row;
  z-index: 1;
  padding: 0 38px 0 15px;
}
header .header_actions .header_searcher input[type="text"]::placeholder {
  color: #bcbcbc;
  font-family: "OpenSansItalic";
  font-size: 14px;
}
header .header_actions a.carrefour_logo {
  margin-left: 24px;
  margin-right: 24px;
  display: flex;
  align-items: center;
}
header .header_actions .header-icons,
header .header_actions .menu-logo {
  display: flex;
}
header .header_actions .header-icons {
  flex-basis: 400px;
}
header .header_actions .header_icon {
  width: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 112px;
  padding: 0 8px;
  flex-grow: 0;
}
@media only screen and (min-width: 1024px) {
  header .header_actions .header_icon.mobile_localisation {
    flex-basis: 27%;
  }
  header .header_actions .header_icon.lists-icon-header {
    flex-basis: 22%;
  }
  header .header_actions .header_icon.user-icon-header {
    flex-basis: 26%;
  }
  header .header_actions .header_icon.basket_button {
    flex-basis: 24%;
  }
}
header .header_actions .header_icon.shadow:hover {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
header .header_actions .header_icon.basket_button .basket_button_menu {
  position: relative;
}
header .header_actions .header_icon.basket_button .cart-number {
  background-color: #4ccd8a;
  padding: 2px 7px;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-family: "OpenSansRegular";
  font-style: normal;
  position: absolute;
  top: -7px;
  right: -11px;
  z-index: 10;
}
header .header_actions .header_icon.toaster--shown {
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
@media (max-width: 991px) {
  header .header_actions .header_icon.toaster--shown {
    background: white;
  }
  header .header_actions .header_icon.toaster--shown i.icon {
    color: #0970e6;
  }
}
header .header_actions .header_icon.toaster--shown::after {
  content: "";
  opacity: 1;
  background-color: #fff;
  position: absolute;
  z-index: 145;
  display: block;
  top: 97px;
  right: 56px;
  height: 34px;
  width: 94px;
  transition: all 500ms cubic-bezier(0.3, 0.91, 0.3, 0.92);
}
@media (max-width: 1200px) {
  header .header_actions .header_icon.toaster--shown::after {
    right: 40px;
    width: 69px;
  }
}
@media (max-width: 991px) {
  header .header_actions .header_icon.toaster--shown::after {
    visibility: hidden;
  }
}
header .header_actions .header_icon span {
  font-family: "OpenSansSemiBold";
  color: #929292;
  font-size: 0.875rem;
}
header .header_actions .header_icon .nameOfStore {
  color: #0970e6;
  font-size: 10px;
  width: 85px;
  white-space: nowrap;
  overflow: hidden;
  position: absolute;
  bottom: 10px;
}
@media (max-width: 1199px) {
  header .header_actions .header_icon .nameOfStore {
    bottom: 3px;
  }
}
header .header_actions .header_icon .nameOfStore span {
  font-size: 10px;
  color: #0970e6;
}
header .header_actions .header_icon .nameOfStore img {
  width: 15%;
}
header .header_actions .header_icon i.icon {
  color: #0970e6;
  font-size: 1.6rem;
  position: relative;
  margin-top: 0;
  font-family: auto;
}
header .header_actions .header_icon .cart-number {
  background-color: #4ccd8a;
  padding: 2px 7px;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-family: "OpenSansRegular";
  font-style: normal;
  position: absolute;
  top: 9px;
  right: 50px;
  z-index: 10;
  display: block;
}
header.scrolled .header_actions .header-icons .header_icon i {
  margin-top: 0;
  transition: 0.5s ease margin-top;
}
header.scrolled .header_actions .header-icons .header_icon span {
  display: none;
}
header.scrolled .header_actions .header-icons .header_icon span.not-found-icon {
  display: block;
}
header.scrolled .header_actions .header-icons .header_icon span.cart-number {
  display: block;
}
/* Select Header ----------------------------------------- */
.selector_wrapper {
  display: flex;
  flex-direction: row;
  width: 400px;
  text-align: left;
}
.selector_wrapper .header_searcher,
.selector_wrapper .lang_selector {
  width: 400px;
}
.selector_wrapper .header_searcher .select2-container,
.selector_wrapper .lang_selector .select2-container {
  width: 60% !important;
}
.selector_wrapper .header_searcher .select2-container .select2-selection,
.selector_wrapper .lang_selector .select2-container .select2-selection {
  width: 100% !important;
  display: inline-block;
  position: relative;
  z-index: 3;
  border: none;
  background: transparent;
}
.selector_wrapper .header_searcher .select2-container .select2-selection:focus,
.selector_wrapper .lang_selector .select2-container .select2-selection:focus {
  outline: none;
}
.selector_wrapper .header_searcher .select2-container .select2-selection .select2-selection__rendered,
.selector_wrapper .lang_selector .select2-container .select2-selection .select2-selection__rendered {
  border-radius: 10rem 0 0 10rem;
  color: #ffffff;
  padding: 0 40px;
  background: #05529c;
  padding: 16px 40px 16px 32px;
  width: 100% !important;
  font-size: 0.875rem;
  line-height: 1.4rem;
  transition: all 0.3s linear;
}
.selector_wrapper .header_searcher .select2-container .select2-selection .select2-selection__rendered::after,
.selector_wrapper .lang_selector .select2-container .select2-selection .select2-selection__rendered::after {
  font-family: "carrefour-sav";
  content: "\63";
  color: #ffffff;
  line-height: 2rem;
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  font-size: 0.8rem;
}
.selector_wrapper .header_searcher .select2-container .select2-selection .select2-selection__arrow,
.selector_wrapper .lang_selector .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}
.selector_wrapper .header_searcher .select2-container .select2-dropdown,
.selector_wrapper .lang_selector .select2-container .select2-dropdown {
  top: -32px;
  z-index: 1;
  background: #05529c;
  border: none;
  padding: 32px 0 32px;
  border-radius: 0 0 20px 20px;
}
.selector_wrapper .header_searcher .select2-container .select2-dropdown .select2-results ul,
.selector_wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul {
  overflow: hidden;
}
.selector_wrapper .header_searcher .select2-container .select2-dropdown .select2-results ul li,
.selector_wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li {
  color: #ffffff;
  padding: 8px 32px;
  font-size: 0.875rem;
}
.selector_wrapper .header_searcher .select2-container .select2-dropdown .select2-results ul li:hover,
.selector_wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li:hover {
  background: #0e3368;
}
.selector_wrapper .header_searcher .select2-container .select2-dropdown .select2-results ul li[aria-selected="true"],
.selector_wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li[aria-selected="true"] {
  background: #0e3368;
}
.selector_wrapper .lang_selector {
  margin-left: 16px;
}
.selector_wrapper .lang_selector .select2-container .select2-selection .select2-selection__rendered {
  background: #e5f0fd;
  border-radius: 10rem;
  padding: 16px;
  color: #05529c;
}
.selector_wrapper .lang_selector .select2-container .select2-selection .select2-selection__rendered:after {
  content: "";
}
.selector_wrapper .lang_selector .select2-container .select2-dropdown {
  top: -32px;
  z-index: 1;
  background: #e5f0fd;
  border: none;
  padding: 32px 0 32px;
  border-radius: 0 0 20px 20px;
}
.selector_wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li {
  color: #05529c;
  padding: 8px;
  text-align: center;
}
.selector_wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li:hover {
  background: #0e3368;
  color: #ffffff;
}
.selector_wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li[aria-selected="true"] {
  background: #0e3368;
  color: #ffffff;
}
@media (max-width: 991px) {
  header .header_actions {
    background: #05529c;
    width: 100%;
    padding: 0;
    height: 60px;
    max-width: 100%;
  }
  header .header_actions a.carrefour_logo {
    position: fixed;
    top: 0px;
    left: 0;
    width: 100%;
    background: #ffffff;
    padding: 10px 0;
    text-align: center;
    display: block;
    margin: 0 0;
    z-index: 100;
  }
  header .header_actions a.carrefour_logo img {
    width: 60px;
  }
  header .header_actions .header_icon.shadow:hover {
    box-shadow: none;
  }
  header .header_actions .mobile_search,
  header .header_actions .mobile_localisation {
    display: flex;
    flex-grow: 1;
  }
  header .header_actions .keyword-autocomplete-title,
  header .header_actions .recipe-autocomplete-title,
  header .header_actions .inspiration-autocomplete-title {
    display: block;
  }
  header .header_actions .mobile_search_input.show {
    display: block;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile {
    display: flex;
    position: absolute;
    background-color: #05529c;
    height: 70px;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    z-index: 2000;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile a.header_icon {
    padding: initial;
    margin-top: 0px;
    flex-basis: 15%;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile a.header_icon i.icon {
    color: #ffffff;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile a.header_icon span {
    display: none;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile a.header_icon::last-child {
    border: none;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile .header_icon.mobile_search {
    flex-basis: 15%;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile .header_search-mobile {
    display: flex;
    align-items: center;
    margin-left: 10px;
    width: 100%;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile .header_search-mobile:before {
    top: 41px;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile .header_search-mobile .select2 {
    border: 1px solid #ffffff;
    border-radius: 10rem 0 0 10rem;
    padding-left: 4px;
    z-index: 10;
    background: #05529c;
    height: 62px;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile .header_search-mobile input {
    height: 64px;
    background-color: #ffffff;
  }
  header .header_actions .mobile_search_input.show .selector-wrapper-mobile .icon-close {
    color: #ffffff;
    z-index: 2;
    font-weight: 100;
    font-size: 1.5rem;
    line-height: 2.5rem;
    padding: 4px 16px;
    margin-left: 16px;
    border-left: 1px solid #e5f0fd;
    height: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
  }
  header .header_actions .menu-logo {
    flex-basis: 15%;
    flex-grow: 1;
    height: 100%;
  }
  header .header_actions a.header_icon_hamburger i.icon.icon-hamburger {
    color: #ffffff;
  }
  header .header_actions .selector_wrapper {
    display: none;
  }
  header .header_actions .header-icons {
    height: 100%;
    flex-grow: 1;
    flex-basis: 85%;
  }
  header .header_actions a.header_icon {
    border-right: 1px solid #ffffff;
    padding: 0px 8px;
    width: 100%;
    height: 100%;
  }
  header .header_actions a.header_icon i.icon {
    color: #ffffff;
  }
  header .header_actions a.header_icon span {
    display: none;
  }
  header .header_actions a.header_icon span.not-found-icon {
    display: block;
  }
  header .header_actions a.header_icon::last-child {
    border: none;
  }
  header .header_actions .lang_selector {
    display: none;
  }
  header .header_actions.scrolled {
    padding: 0;
  }
  header.fixed-top {
    top: 56px;
    position: fixed;
  }
  header.push_to_right {
    left: 0;
  }
  .header_tabs {
    visibility: hidden;
    height: 0px;
  }
}
@media (max-width: 991px) and only screen and (min-width: 320px) {
  header.fixed-top {
    top: 60px;
  }
}
@media (min-width: 992px) {
  header .header_actions {
    width: 100%;
  }
  header .header_actions a.carrefour_logo {
    position: unset;
  }
  header .header_actions .mobile_search {
    display: none;
  }
  header.fixed-top {
    top: 0;
  }
  .header_tabs {
    display: block;
  }
  .header_tabs .dropdown-menu .section_wrapper {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  header .header_actions {
    width: 100%;
  }
  .header_tabs {
    display: block;
  }
  .header_tabs .dropdown-menu .section_wrapper {
    max-width: 1140px;
  }
}
/*---End - HEADER---*/
/*---Start LOADER---*/
#LoadingImage {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: LoadingImage 1s linear infinite;
  margin: 40px auto;
}
@keyframes LoadingImage {
  0% {
    box-shadow: 0 -13px 0 0 rgba(9, 112, 230, 0.05), 9px -9px 0 0 rgba(9, 112, 230, 0.1), 13px 0 0 0 rgba(9, 112, 230, 0.2), 9px 9px 0 0 rgba(9, 112, 230, 0.3), 0 13px 0 0 rgba(9, 112, 230, 0.4), -9px 9px 0 0 rgba(9, 112, 230, 0.6), -13px 0 0 0 rgba(9, 112, 230, 0.8), -9px -9px 0 0 #0052ec;
  }
  12.5% {
    box-shadow: 0 -13px 0 0 #0052ec, 9px -9px 0 0 rgba(9, 112, 230, 0.05), 13px 0 0 0 rgba(9, 112, 230, 0.1), 9px 9px 0 0 rgba(9, 112, 230, 0.2), 0 13px 0 0 rgba(9, 112, 230, 0.3), -9px 9px 0 0 rgba(9, 112, 230, 0.4), -13px 0 0 0 rgba(9, 112, 230, 0.6), -9px -9px 0 0 rgba(9, 112, 230, 0.8);
  }
  25% {
    box-shadow: 0 -13px 0 0 rgba(9, 112, 230, 0.8), 9px -9px 0 0 #0052ec, 13px 0 0 0 rgba(9, 112, 230, 0.05), 9px 9px 0 0 rgba(9, 112, 230, 0.1), 0 13px 0 0 rgba(9, 112, 230, 0.2), -9px 9px 0 0 rgba(9, 112, 230, 0.3), -13px 0 0 0 rgba(9, 112, 230, 0.4), -9px -9px 0 0 rgba(9, 112, 230, 0.6);
  }
  37.5% {
    box-shadow: 0 -13px 0 0 rgba(9, 112, 230, 0.6), 9px -9px 0 0 rgba(9, 112, 230, 0.8), 13px 0 0 0 #0052ec, 9px 9px 0 0 rgba(9, 112, 230, 0.05), 0 13px 0 0 rgba(9, 112, 230, 0.1), -9px 9px 0 0 rgba(9, 112, 230, 0.2), -13px 0 0 0 rgba(9, 112, 230, 0.3), -9px -9px 0 0 rgba(9, 112, 230, 0.4);
  }
  50% {
    box-shadow: 0 -13px 0 0 rgba(9, 112, 230, 0.4), 9px -9px 0 0 rgba(9, 112, 230, 0.6), 13px 0 0 0 rgba(9, 112, 230, 0.8), 9px 9px 0 0 #0052ec, 0 13px 0 0 rgba(9, 112, 230, 0.05), -9px 9px 0 0 rgba(9, 112, 230, 0.1), -13px 0 0 0 rgba(9, 112, 230, 0.2), -9px -9px 0 0 rgba(9, 112, 230, 0.3);
  }
  62.5% {
    box-shadow: 0 -13px 0 0 rgba(9, 112, 230, 0.3), 9px -9px 0 0 rgba(9, 112, 230, 0.4), 13px 0 0 0 rgba(9, 112, 230, 0.6), 9px 9px 0 0 rgba(9, 112, 230, 0.8), 0 13px 0 0 #0052ec, -9px 9px 0 0 rgba(9, 112, 230, 0.05), -13px 0 0 0 rgba(9, 112, 230, 0.1), -9px -9px 0 0 rgba(9, 112, 230, 0.2);
  }
  75% {
    box-shadow: 0 -13px 0 0 rgba(9, 112, 230, 0.2), 9px -9px 0 0 rgba(9, 112, 230, 0.3), 13px 0 0 0 rgba(9, 112, 230, 0.4), 9px 9px 0 0 rgba(9, 112, 230, 0.6), 0 13px 0 0 rgba(9, 112, 230, 0.8), -9px 9px 0 0 #0052ec, -13px 0 0 0 rgba(9, 112, 230, 0.05), -9px -9px 0 0 rgba(9, 112, 230, 0.1);
  }
  87.5% {
    box-shadow: 0 -13px 0 0 rgba(9, 112, 230, 0.1), 9px -9px 0 0 rgba(9, 112, 230, 0.2), 13px 0 0 0 rgba(9, 112, 230, 0.3), 9px 9px 0 0 rgba(9, 112, 230, 0.4), 0 13px 0 0 rgba(9, 112, 230, 0.6), -9px 9px 0 0 rgba(9, 112, 230, 0.8), -13px 0 0 0 #0052ec, -9px -9px 0 0 rgba(9, 112, 230, 0.05);
  }
  100% {
    box-shadow: 0 -13px 0 0 rgba(9, 112, 230, 0.05), 9px -9px 0 0 rgba(9, 112, 230, 0.1), 13px 0 0 0 rgba(9, 112, 230, 0.2), 9px 9px 0 0 rgba(9, 112, 230, 0.3), 0 13px 0 0 rgba(9, 112, 230, 0.4), -9px 9px 0 0 rgba(9, 112, 230, 0.6), -13px 0 0 0 rgba(9, 112, 230, 0.8), -9px -9px 0 0 #0052ec;
  }
}
/*---End LOADER---*/
/*---START Language Selector PopUp---*/
.model-backdrop-dark-gray .modal-backdrop {
  background: #000000;
  opacity: 0.6;
}
.model-lang-popup {
  padding-left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  pointer-events: none;
}
.model-lang-popup .modal-dialog {
  width: 310px;
  vertical-align: middle;
  pointer-events: none;
}
.model-lang-popup .modal-dialog .modal-content {
  border-radius: 20px !important;
  border: 0px !important;
  margin: 0 auto;
  pointer-events: all;
}
.model-lang-popup .modal-dialog .modal-content button.btn-language {
  width: 230px;
}
.model-lang-popup .modal-dialog .modal-content .modal-body .logo-container {
  margin: 0 auto;
  text-align: center;
}
.model-lang-popup .modal-dialog .modal-content .modal-body .logo-container img {
  width: 150px;
  height: 150px;
  margin: 0 auto;
}
.model-lang-popup .modal-dialog .modal-content .modal-body .language-container-fr {
  text-align: center;
  padding-bottom: 10px;
}
.model-lang-popup .modal-dialog .modal-content .modal-body .language-container-fr p {
  margin-bottom: 15px;
  font-weight: bold;
  font: normal normal bold 18px/24px Ubuntu;
  color: #0E3368;
}
.model-lang-popup .modal-dialog .modal-content .modal-footer .language-container-nl {
  text-align: center;
  width: 100%;
  margin-bottom: 20px;
}
.model-lang-popup .modal-dialog .modal-content .modal-footer .language-container-nl p {
  margin-bottom: 15px;
  font-weight: bold;
  font: normal normal bold 18px/24px Ubuntu;
  color: #0E3368;
}
/*---End Language Selector PopUp---*/
.header_tabs {
  position: relative;
  z-index: 1000;
}
.header_tabs .nav-tabs {
  border: none;
  padding-top: 1px;
}
.header_tabs .nav-tabs .nav-item .nav-link {
  position: relative;
  border: none;
  color: #ffffff;
  padding: 16px 32px;
  font-size: 1rem;
  line-height: 1rem;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.header_tabs .nav-tabs .nav-item .nav-link.active,
.header_tabs .nav-tabs .nav-item .nav-link[aria-expanded="true"] {
  background: #ffffff;
  color: #05529c;
}
.header_tabs .nav-tabs .nav-item .nav-link.active:after,
.header_tabs .nav-tabs .nav-item .nav-link[aria-expanded="true"]:after {
  position: absolute;
  bottom: 1px;
  right: -20px;
  background: #05529c;
  width: 20px;
  height: 20px;
  border-radius: 20rem;
  content: "";
  z-index: 6;
}
.header_tabs .nav-tabs .nav-item .nav-link.active:before,
.header_tabs .nav-tabs .nav-item .nav-link[aria-expanded="true"]:before {
  position: absolute;
  bottom: 1px;
  left: -20px;
  background: #05529c;
  width: 20px;
  height: 20px;
  border-radius: 20rem;
  content: "";
  z-index: 6;
}
.header_tabs .nav-tabs .nav-item .nav-link.active span,
.header_tabs .nav-tabs .nav-item .nav-link[aria-expanded="true"] span {
  position: absolute;
  bottom: 1px;
  display: block;
  height: 10px;
  width: 10px;
  z-index: 5;
}
.header_tabs .nav-tabs .nav-item .nav-link.active span:first-child,
.header_tabs .nav-tabs .nav-item .nav-link[aria-expanded="true"] span:first-child {
  background: #ffffff;
  left: -10px;
}
.header_tabs .nav-tabs .nav-item .nav-link.active span:last-child,
.header_tabs .nav-tabs .nav-item .nav-link[aria-expanded="true"] span:last-child {
  background: #ffffff;
  right: -10px;
}
.header_tabs .nav-tabs .nav-item .nav-link:hover {
  background: #ffffff;
  color: #05529c;
  z-index: 10;
  border-left: 1px solid #05529c;
  border-right: 1px solid #05529c;
}
.header_tabs .dropdown-menu {
  display: none;
  top: 48px;
  left: 0;
  border: 0px;
  border-bottom: 1px solid #f5f4f2;
  width: 100%;
  min-height: 180px;
  padding: 32px 0;
  margin: 0;
}
.header_tabs .dropdown-menu .section_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  margin: auto;
}
.header_tabs .dropdown-menu .section_wrapper .section_title {
  display: flex;
  flex-direction: column;
  align-self: center;
  justify-content: center;
  padding: 0 40px;
  border-right: 1px solid #f5f4f2;
  min-height: 116px;
  max-width: 256px;
  position: relative;
}
.header_tabs .dropdown-menu .section_wrapper .section_title i.icon-fruits-legumes {
  font-size: 3rem;
  color: #929292;
  text-align: center;
}
.header_tabs .dropdown-menu .section_wrapper .section_title h3 {
  text-transform: uppercase;
  text-align: center;
  color: #929292;
}
.header_tabs .dropdown-menu .section_wrapper .section_title:after {
  content: "\e0e0";
  font-family: "carrefour-sav";
  position: absolute;
  right: -8px;
  color: #f5f4f2;
  font-size: 0.5rem;
}
.header_tabs .dropdown-menu .section_wrapper .section_content {
  padding-left: 40px;
  column-count: 3;
  min-height: 120px;
}
.header_tabs .dropdown-menu .section_wrapper .section_content ul {
  list-style: none;
}
.header_tabs .dropdown-menu .section_wrapper .section_content ul li a {
  color: #000000;
  line-height: 2.5rem;
}
.header_tabs .dropdown-menu .section_wrapper .section_content ul li a:hover {
  color: #05529c;
}
.header_tabs .dropdown-menu.active {
  display: block;
}
.header_tabs.m_top {
  margin-top: 0px;
}
nav.side_menu {
  position: fixed;
  width: 380px;
  top: 0;
  z-index: 1033;
  left: -380px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  overflow: hidden;
  height: 100vh;
}
nav.side_menu.open {
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
nav.side_menu .side_menu_header {
  background: #ffffff;
  padding: 35px 24px;
  border: 1px solid #0e3368;
  border-top: 0px;
  position: relative;
}
nav.side_menu .side_menu_header .logged {
  display: none;
}
nav.side_menu .side_menu_header.log-in .logged {
  display: block;
}
nav.side_menu .side_menu_header.log-in .not-logged {
  display: none;
}
nav.side_menu .side_menu_header h3 {
  font-family: "CaveatRegular";
  font-size: 2rem;
  color: #0e3368;
}
nav.side_menu .side_menu_header .icon-close {
  position: absolute;
  top: 16px;
  right: 16px;
  font-size: 2rem;
  display: none;
  color: #0e3368;
  cursor: pointer;
  /*//@media @mobile{
				display:block !important;
		   }
		   @media (max-width: 320px){
				  right:4px;
			  }*/
}
nav.side_menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  background: #0e3368;
  overflow-x: hidden;
  overflow-y: auto;
}
nav.side_menu ul li {
  background: #0e3368;
  border-bottom: 1px solid #355f85;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-height: 60px;
}
nav.side_menu ul li:hover {
  background: #05529c;
}
nav.side_menu ul li.has_subs ul.sub_sections {
  height: 0;
}
nav.side_menu ul li.has_subs ul.sub_sections.active {
  height: 200%;
  background: #0e3368;
  overflow-x: hidden;
  overflow-y: auto;
}
nav.side_menu ul li.has_subs .hamb_menu_arrow {
  cursor: pointer;
}
nav.side_menu ul li.has_subs .hamb_menu_arrow:after {
  content: "e";
  font-family: "carrefour-sav";
  color: rgba(255, 255, 255, 0.5);
  padding-right: 16px;
  float: right;
}
nav.side_menu ul li.no_subs .hamb_menu_arrow {
  display: none;
}
nav.side_menu ul li i {
  color: #ffffff;
  padding: 16px 24px 16px;
}
nav.side_menu ul li i.back {
  color: #7194ba;
  display: flex;
  flex-direction: column;
  text-align: center;
  font-size: .8em;
  padding: 21px 24px 5px;
  margin-right: 20px;
}
nav.side_menu ul li i.back span {
  font-style: normal;
  display: flex;
  width: 100%;
  margin-top: 8px;
}
nav.side_menu ul li a {
  display: inline-block;
  padding: 16px 0;
  width: 100%;
  color: #ffffff;
  font-size: 16px;
  line-height: 1.25rem;
  cursor: auto;
}
nav.side_menu ul li a:hover {
  color: #ffffff;
}
nav.side_menu ul li a.link-section-title:after {
  content: "";
}
nav.side_menu ul li a .hamb_menu_title {
  cursor: pointer;
}
nav.side_menu ul li ul.sub_sections {
  position: absolute;
  top: 0;
  left: 324px;
  width: 100%;
  height: 100%;
  background: #0e3368;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
  overflow: hidden;
}
nav.side_menu ul li ul.sub_sections.active {
  left: 0;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
nav.side_menu ul li.sub_sections_back {
  background: #0e3368;
}
nav.side_menu ul li.sub_sections_back .icon-arrow-left {
  margin-right: 20px;
  border-right: 1px solid #0970e6;
}
nav.side_menu ul li.sub_sections_back:after {
  content: "";
}
nav.side_menu .side_menu_footer {
  padding: 32px;
  background: #0e3368;
}
nav.side_menu .side_menu_footer a.link {
  color: #ffffff;
  text-decoration: underline;
  margin-bottom: 32px;
}
nav.side_menu .side_menu_footer .lang-selector {
  text-align: center;
  margin-bottom: 20px;
}
nav.side_menu .side_menu_footer .lang-selector a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  /* remove default arrow */
  background-image: url(main/css/partials/...);
  /* add custom arrow */
  padding: 10px 37px;
  border-radius: 50px;
  color: #ffffff;
  background: transparent;
  border: 1px solid #ffffff;
}
nav.side_menu .side_menu_footer .disconnect-link {
  display: none;
  line-height: 1em;
  justify-content: center;
  color: #7194ba;
}
nav.side_menu .side_menu_footer .disconnect-link span {
  text-decoration: underline;
}
nav.side_menu .side_menu_footer.log-in .disconnect-link {
  display: flex;
}
#ss-hamburger-menu-close {
  width: 103px;
  display: none;
  height: 112px;
  border-right: solid 1px darkgrey;
  z-index: 1000000;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  background: #ffffff;
  cursor: pointer;
}
@media (min-width: 320px) and (max-width: 360px) {
  #ss-hamburger-menu-close {
    height: 80px;
    width: 20%;
    left: 80%;
    border-bottom: solid 1px darkgrey;
  }
}
@media (width: 360px) {
  #ss-hamburger-menu-close {
    width: 20%;
    left: 81%;
  }
}
@media (min-width: 361px) and (max-width: 767px) {
  #ss-hamburger-menu-close {
    width: 20%;
    height: 80px;
    left: 80%;
    border-bottom: solid 1px darkgrey;
  }
}
@media (width: 768px) {
  #ss-hamburger-menu-close {
    width: 10%;
    height: 80px;
    left: 90%;
    border-bottom: solid 1px darkgrey;
  }
}
@media (min-width: 1024px) and (max-width: 1119px) {
  #ss-hamburger-menu-close {
    left: 0px;
  }
}
@media (min-width: 1120px) and (max-width: 1199px) {
  #ss-hamburger-menu-close {
    left: 80px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  #ss-hamburger-menu-close {
    left: 30px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  #ss-hamburger-menu-close {
    left: 80px;
  }
}
@media (min-width: 1400px) and (max-width: 1499px) {
  #ss-hamburger-menu-close {
    left: 130px;
  }
}
@media (min-width: 1500px) and (max-width: 1599px) {
  #ss-hamburger-menu-close {
    left: 180px;
  }
}
@media (min-width: 1600px) and (max-width: 1699px) {
  #ss-hamburger-menu-close {
    left: 230px;
  }
}
@media (min-width: 1700px) and (max-width: 1799px) {
  #ss-hamburger-menu-close {
    left: 280px;
  }
}
@media (min-width: 1800px) and (max-width: 1899px) {
  #ss-hamburger-menu-close {
    left: 330px;
  }
}
@media (min-width: 1900px) {
  #ss-hamburger-menu-close {
    left: 380px;
  }
}
.ss-hamburger-menu-btn-close {
  position: absolute;
  font-size: 1.6rem;
  color: #0970e6;
  top: 35px;
  left: 0;
  right: 0;
  margin: auto;
}
@media (min-width: 320px) and (max-width: 768px) {
  .ss-hamburger-menu-btn-close {
    font-size: 1.2rem;
    top: 20px;
  }
}
.close {
  margin: auto;
  position: absolute;
  top: 68px;
  left: 4px;
  right: 0;
  color: #929292;
  float: right;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-shadow: 0 1px 0 #fff;
  opacity: .5;
  font-family: "OpenSansSemiBold";
  text-transform: uppercase;
}
@media (min-width: 320px) and (max-width: 768px) {
  .close {
    top: 55px;
  }
}
@media only screen and (min-width: 320px) {
  nav.side_menu.open {
    width: 80%;
    height: 100%;
  }
}
@media only screen and (min-width: 768px) {
  nav.side_menu.open {
    width: 90%;
  }
}
@media only screen and (min-width: 1024px) {
  nav.side_menu.open {
    width: 380px;
  }
}
/*
@media (max-width:991px) {
    nav.side_menu.open {
        width: 100vw;
        .side_menu_header {
            .icon-close {
                display: block;
            }
        }
        ul li {
            width: 100%;
            ul.sub_sections {
                left: 100%;
                &.active {
                    left: 0;
                }
            }
        }
    }
}
*/
.content {
  padding: 8px 24px;
}
.content > * {
  margin-bottom: 16px;
  width: 100%;
}
.content h3 {
  border-bottom: 1px solid #05529c;
}
.content.bg-blue {
  background: #e5f0fd;
}
.content.bg-blue article .cont_text {
  background: #ffffff;
}
.content.bg-white {
  background: #ffffff;
}
.content.bg-white article .cont_text {
  background: #e5f0fd;
}
.content:first-child {
  padding-top: 24px;
}
.block {
  position: relative;
  min-height: 240px;
}
.block .cont_img img {
  transition: transform .2s;
  backface-visibility: hidden;
  -webkit-font-smoothing: subpixel-antialiased;
  will-change: transform;
}
.block:hover .cont_img img {
  -webkit-transform: scale(1.1) translate3d(0, 0, 0) perspective(1px);
  -moz-transform: scale(1.1) translate3d(0, 0, 0) perspective(1px);
  -o-transform: scale(1.1) translate3d(0, 0, 0) perspective(1px);
  -ms-transform: scale(1.1) translate3d(0, 0, 0) perspective(1px);
  transform: scale(1.1) translate3d(0, 0, 0) perspective(1px);
}
.block .tag_container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.block .tag_container .tag {
  background: #f7faff;
  color: #0970e6;
  width: auto;
  float: left;
  clear: both;
  font-size: 0.875rem;
  padding: 8px 16px;
  border-radius: 0 10px 10px 0;
  margin-bottom: 8px;
}
.block .tag_container .tag:first-child {
  border-radius: 0 0 10px 0;
}
.block .ribbon_container {
  position: absolute;
  top: 22px;
  right: -41px;
  z-index: 1;
  width: 150px;
}
.block .ribbon_container .ribbon {
  background: #f7faff;
  color: #0970e6;
  width: auto;
  float: left;
  clear: both;
  font-size: 0.75rem;
  padding: 8px 16px;
  border-radius: 0;
  margin-bottom: 8px;
  transform: rotate(45deg);
  text-align: center;
  min-width: 143px;
  font-family: OpenSansSemiBold;
}
.block .veggie-tag #veggie {
  position: absolute;
  left: 0;
  top: 0;
  width: fit-content;
  z-index: 3;
  color: #0970E6;
  font-size: 14px;
  font-family: OpenSansSemibold;
  height: 30px;
  background: #F4F9FF;
  padding: 0 10px;
  border-radius: 0px 0 6px 0;
  overflow: hidden;
}
.block.video .image_fit_2_1,
.block.video .image_fit_1_1 {
  height: 0;
}
.block.video .image_fit_2_1 .play_container,
.block.video .image_fit_1_1 .play_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 0;
}
.block.video .image_fit_2_1 .play_container .icon,
.block.video .image_fit_1_1 .play_container .icon {
  color: #ffffff;
  font-size: 3rem;
  line-height: 3rem;
  text-shadow: 0px 0px 4px #000000;
  cursor: pointer;
  position: absolute;
  left: 48%;
  top: 48%;
  left: calc(50% - 1rem);
  top: calc(50% - 1rem);
}
.block.video .image_fit_2_1 .play_container {
  padding-bottom: 50%;
}
.block.video .image_fit_1_1 .play_container {
  padding-bottom: 100%;
}
.block:hover {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}
.block:hover .cont_text p {
  color: #0970e6;
}
.breadcrumb {
  width: 100%;
  padding: 8px 2px;
  background-color: transparent;
  font-size: 12px;
  color: #0970E6 !important;
  margin: 10px 0px 16px;
  border-radius: 0;
}
@media only screen and (min-width: 320px) {
  .breadcrumb {
    margin: 10px 0 10px;
  }
}
.breadcrumb a {
  color: #0970E6;
  padding: 0 4px;
}
.breadcrumb a:hover {
  color: #0970E6 !important;
  text-decoration: underline;
}
.breadcrumb a i.icon-arrow-right {
  padding: 0px 6px 0px 10px;
  color: #9A9A9A !important;
  font-size: 9px;
}
.breadcrumb a:last-child {
  color: #9A9A9A !important;
}
.breadcrumb a:last-child:hover {
  text-decoration: none;
}
.breadcrumb-new-level,
.breadcrumb-level {
  width: auto;
  display: none;
}
.breadcrumb-level {
  border-bottom: 1px solid #E6E6E6;
}
.breadcrumb-level.content-overflow a {
  float: left;
}
.breadcrumb-level.content-overflow a:last-child {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  float: none;
  width: 50%;
}
.breadcrumb-new-level {
  float: left;
}
.breadcrumb-new-level a {
  display: block;
  cursor: pointer;
}
.breadcrumb-new-level a .icon:before {
  font-size: 8px;
}
.breadcrumb-new-level a .hidden {
  display: none;
}
.breadcrumb-new-level a:last-child {
  color: #575757 !important;
}
.breadcrumb-new-level a:last-child:hover {
  color: #0970E6 !important;
}
.breadcrumb-new-level.show i.icon-arrow-down {
  transform: rotate(180deg);
  display: inline-block;
  transform-origin: center center;
}
.breadcrumb-new-level .dropdown-menu {
  top: 7px !important;
  left: -5px !important;
  border: 1px solid #E6E6E6;
  border-bottom-left-radius: 30px;
  border-bottom-right-radius: 30px;
  box-shadow: 0px 3px 6px #00000029;
  border-top: 0;
  padding: 20px 0px !important;
}
.breadcrumb-new-level .dropdown-menu a {
  padding: 10px 0px;
  margin: 0px 20px;
  color: #575757;
  border-bottom: 1px solid #E6E6E6;
  font-size: 14px;
  font-family: OpenSansRegular;
}
.breadcrumb-new-level .dropdown-menu a i {
  display: none;
}
.breadcrumb-new-level .dropdown-menu a:hover {
  color: #0970E6;
  text-decoration: none;
}
.breadcrumb-new-level .dropdown-menu a::after {
  content: '';
}
.breadcrumb-new-level .dropdown-menu a:last-child {
  border-bottom: none;
}
.breadcrumb-arrow a:last-child i.icon-arrow-right::before {
  content: '';
}
.slider_container {
  width: 100%;
  margin: 8px;
}
.slider_container .carousel-indicators li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
}
.slider_container .carousel-caption h4 {
  margin-bottom: 10.5rem;
  font-size: 2.5rem;
  font-weight: bold;
}
.accordion.nutritional .card .card-header#nutritionalHeading {
  border-top: 1px solid #ebebeb;
}
.accordion.nutritional .card .card-header button {
  background: #ffffff;
  color: #0E3368;
  font-family: "UbuntuLight";
  text-align: left;
  cursor: pointer;
  font-size: 20px;
}
.accordion.nutritional .card h6 {
  padding-bottom: 0.75rem;
  background: #ffffff;
  color: #0E3368;
  font-family: "OpenSansItalic";
  text-transform: uppercase;
  text-align: left;
  cursor: default !important;
  font-size: 28px;
}
.accordion.nutritional .card i {
  padding-left: 1rem;
  color: #0970E6;
  font-size: 12px;
}
.accordion.nutritional .card #informationNutritionelle .panel {
  border-radius: 25px !important;
  border-width: 1px !important;
  border-style: solid !important;
  border-color: #E5E5E5 !important;
  border-top-width: 0px !important;
}
.accordion.nutritional .card #informationNutritionelle .panel .table-bordered {
  border: none !important;
  margin-bottom: 15px;
}
.accordion.nutritional .card #informationNutritionelle .panel .table-bordered th,
.accordion.nutritional .card #informationNutritionelle .panel .table-bordered td {
  border: none;
  padding: 0.60rem 2rem;
}
.accordion.nutritional .card #informationNutritionelle .panel .table-bordered thead tr {
  background-color: #F5F4F2;
  color: #0E3368;
  font-family: UbuntuLight;
  font-size: 14px;
}
.accordion.nutritional .card #informationNutritionelle .panel .table-bordered thead tr th {
  vertical-align: middle;
  border-bottom: none;
  font-weight: normal;
}
.accordion.nutritional .card #informationNutritionelle .panel .table tbody tr th,
.accordion.nutritional .card #informationNutritionelle .panel .table tbody tr td {
  border-top: 1px solid #EBEBEB;
  border-right: 1px solid #EBEBEB;
  font-size: 14px;
  color: #575757;
  font-weight: bold;
}
.accordion.nutritional .card #informationNutritionelle .panel .table thead tr th:first-child {
  border-top-left-radius: 20px;
}
.accordion.nutritional .card #informationNutritionelle .panel .table thead tr th:nth-child(2) {
  border-top-right-radius: 20px;
}
.accordion.nutritional .inline-block:first-child {
  margin: auto 5rem auto auto;
}
.table {
  width: auto;
}
.table.nutritionalÂ {
  font-size: 0.75rem;
  line-height: 0.50rem;
}
.table.nutritionalÂ th,
.table.nutritionalÂ td {
  border: 1px solid #f5f4f2;
}
.table.nutritionalÂ thead tr {
  background-color: #e5f0fd;
  color: #05529c;
}
.table.nutritionalÂ thead tr th {
  line-height: 1rem;
  vertical-align: middle;
}
.table.nutritionalÂ tbody tr th {
  font-family: "OpenSansSemiBold";
  min-width: 300px;
}
@media only screen and (min-width: 320px) {
  .table.nutritionalÂ tbody tr th {
    min-width: 200px;
  }
}
.table.nutritionalÂ tbody tr.extra-info {
  color: #bcbcbc;
}
.table.nutritionalÂ tbody tr.extra-info th {
  font-family: "OpenSansRegular";
  padding-left: 3rem;
}
.table.nutritionalÂ tbody tr .kcal_value {
  color: #bcbcbc;
}
@media (max-width: 991px) {
  .nutritional {
    margin-bottom: 32px;
  }
  .nutritional .card-body {
    padding: 0;
  }
  .nutritional .card-body .inline-block,
  .nutritional .card-body .inline-block:first-child {
    margin: 0;
    width: 100%;
  }
  .nutritional .card-body .inline-block .table,
  .nutritional .card-body .inline-block:first-child .table {
    width: 100%;
  }
}
.nutritionalinfo {
  width: 100%;
}
.nutritionalinfo .extra-info th,
.nutritionalinfo .extra-info td {
  font-family: "OpenSansRegular";
  color: #9A9A9A !important;
  text-transform: lowercase !important;
  font-weight: normal !important;
}
.view-panel {
  border-bottom: 1px solid #ebebeb;
}
/* Start - Card list component  */
.list_four_items .grid-col {
  margin-right: -16px !important;
}
.list_four_items .grid-col .col-3 {
  width: calc(25% - 16px);
  height: 190px;
  float: left;
  margin-bottom: 16px;
  padding: 0;
}
.list_four_items .grid-col .col-3.incontournable {
  width: calc(50% - 16px);
  height: 396px;
  flex: 0 0 50%;
  max-width: 50%;
}
.list_four_items .grid-col .col-3.double {
  width: calc(50% - 16px);
  height: 190px;
  flex: 0 0 50%;
  max-width: 50%;
}
.list_three_items .grid-col {
  margin-right: -16px !important;
}
.list_three_items .grid-col .col-4 {
  width: calc(33.3% - 16px);
  height: 236px;
  float: left;
  margin-bottom: 16px;
  padding: 0;
}
.list_three_items .grid-col .col-4.double {
  width: calc(66.6% - 16px);
  height: 236px;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
.list_static > div {
  margin-bottom: 16px;
}
.list_static .col-3 {
  margin-bottom: 16px;
}
.list_static .col-4 {
  margin-bottom: 16px;
}
.list_static .col-6 {
  margin-bottom: 16px;
}
.list_static .more_button {
  text-align: center;
  height: auto;
}
.list_static .more_button .btn {
  width: auto;
  margin: 16px auto;
  height: auto;
}
.list_four_items .more_button,
.list_three_items .more_button {
  text-align: center;
}
.list_four_items .more_button .btn,
.list_three_items .more_button .btn {
  width: auto;
  margin: 16px auto;
  height: auto;
}
@media (max-width: 991px) {
  .list_four_items .grid-col .col-3 {
    min-width: calc(100% - 16px);
    height: auto;
    margin-bottom: 0;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list_four_items .grid-col .col-3.incontournable {
    min-width: calc(100% - 16px);
    height: auto;
    flex: 0 0 50%;
    max-width: 50%;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .list_three_items .grid-col .col-4 {
    min-width: calc(100% - 16px);
    height: auto;
    margin-bottom: 0;
  }
}
.inspiration-list {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}
@media screen and (max-width: 767px) {
  .inspiration-list .col-12 {
    padding: 10px;
  }
}
.inspiration-list .item {
  margin-bottom: 8px;
}
@media only screen and (min-width: 1200px) {
  .inspiration-list .item {
    margin-bottom: 16px;
  }
}
.inspiration-list .link-wrapper {
  width: 100%;
  justify-content: flex-end;
  display: flex;
  padding-top: 0;
  margin-top: -10px;
}
@media only screen and (min-width: 1200px) {
  .inspiration-list .link-wrapper {
    padding-top: 0;
  }
}
.inspiration-list .link-wrapper a {
  text-decoration: underline;
  font-size: 0.875rem;
}
.list.component .inspiration-list-vertical {
  flex-direction: column;
}
.list.component .inspiration-list-vertical .teaser_inspirational {
  margin-bottom: 15px !important;
}
.inspiration-list-vertical > div {
  height: 100%;
  flex: 1 1 auto !important;
}
@media only screen and (min-width: 1200px) {
  .list .col-md-6 .teaser_recipe .cont_text p {
    line-height: 26px;
    height: 55px;
    -webkit-line-clamp: 2;
  }
}
/* End - Card list component  */
/*Bootstrap override for list component to control tablet cols in existing authored content */
@media only screen and (min-width: 768px) {
  .list .col-smd-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list .col-smd-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .list .col-smd-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .list .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .list .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .list .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.teaser-wrapper .relative-container {
  position: relative;
  display: inline-block;
  width: 100%;
}
.teaser-wrapper .relative-container .left,
.teaser-wrapper .relative-container .right {
  height: 105px;
  width: 25px;
  display: inline-block;
  z-index: 10;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  position: absolute;
  bottom: 60%;
  transform: translateY(50%);
  cursor: pointer;
  opacity: 80%;
}
.teaser-wrapper .relative-container .left:hover,
.teaser-wrapper .relative-container .right:hover {
  opacity: 100%;
}
.teaser-wrapper .relative-container .left i,
.teaser-wrapper .relative-container .right i {
  top: 42px;
  left: 8px;
  position: absolute;
  z-index: 5;
}
.teaser-wrapper .relative-container .left {
  left: 0px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (min-width: 1200px) {
  .teaser-wrapper .relative-container .left {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.teaser-wrapper .relative-container .right {
  right: 0px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media only screen and (min-width: 1200px) {
  .teaser-wrapper .relative-container .right {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.teaser-wrapper .relative-container .slider-container {
  display: flex;
  flex-direction: column;
  width: auto;
  margin: 0px;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .teaser-wrapper .relative-container .slider-container {
    margin: 0px auto 0 auto;
  }
}
.teaser-wrapper .relative-container .slider-container.category-carousel .carousel .carousel-inner {
  overflow-x: scroll;
}
@media only screen and (min-width: 1200px) {
  .teaser-wrapper .relative-container .slider-container.category-carousel .carousel .carousel-inner {
    overflow: hidden;
  }
}
.teaser-wrapper .relative-container .slider-container.inspiration-carousel .carousel .carousel-inner .item .img-container article {
  margin-bottom: 8px;
}
.teaser-wrapper .relative-container .slider-container.folder-carousel .col-md-3 {
  padding: 0;
}
.teaser-wrapper .relative-container .slider-container .carousel {
  position: relative;
}
.teaser-wrapper .relative-container .slider-container .carousel .carousel-inner {
  position: relative;
  display: flex;
  width: 100%;
  justify-content: space-between;
}
@media only screen and (min-width: 1200px) {
  .teaser-wrapper .relative-container .slider-container .carousel .carousel-inner .item {
    transition: all 0.5s;
  }
}
.teaser-wrapper .relative-container .slider-container .carousel .promo-carousel {
  justify-content: unset;
}
.teaser-wrapper .teaser-info {
  text-align: right;
  padding: 8px;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .teaser-wrapper .teaser-info {
    display: block;
  }
}
.teaser-wrapper .teaser-info .carousel-pagination {
  display: block;
  text-align: center;
  margin: 0 auto;
  width: auto;
  min-height: 25px;
}
@media only screen and (min-width: 320px) {
  .teaser-wrapper .teaser-info .carousel-pagination {
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .teaser-wrapper .teaser-info .carousel-pagination {
    margin-bottom: 0px;
  }
}
.teaser-wrapper .teaser-info .carousel-pagination div {
  display: inline-block;
  background-color: #9A9A9A;
  cursor: pointer;
  margin: auto 5px;
  height: 5px;
  width: 21px;
  border-radius: 20px;
}
.teaser-wrapper .teaser-info .carousel-pagination div:hover {
  background: #ffffff !important;
  border: 1px solid #0E3368;
}
.teaser-wrapper .teaser-info .carousel-links {
  display: inline-block;
  text-decoration: underline;
  position: relative;
  top: -20px;
}
@media only screen and (min-width: 320px) {
  .teaser-wrapper .teaser-info .carousel-links {
    top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .teaser-wrapper .teaser-info .carousel-links {
    top: -20px;
  }
}
@media only screen and (min-width: 1200px) {
  .teaser-wrapper .teaser-info .carousel-links {
    visibility: visible;
    pointer-events: all;
  }
}
.teaser-wrapper .teaser-info .carousel-links a {
  font-size: 0.875rem;
  color: #0970e6;
  float: left;
  text-decoration: underline;
}
.teaser-wrapper .teaser-info .carousel-links a:hover {
  color: #0970e6;
  text-decoration: none;
}
.teaser-wrapper .teaser-info .carousel-links a .cont_arrow {
  float: right;
  line-height: 25px;
  padding-left: 5px;
}
.customteaserlist .teaser-wrapper .relative-container {
  padding: 25px;
  border: 1px solid #e8e8e8;
}
.customteaserlist .teaser-wrapper .relative-container .slider-container.recipe-carousel .carousel-inner .item {
  left: 0 !important;
}
.list .teaser-wrapper .relative-container .teaser-left-arrow,
.list .teaser-wrapper .relative-container .teaser-right-arrow {
  background: #575757;
  opacity: 100%;
}
.list .teaser-wrapper .relative-container .teaser-left-arrow:hover,
.list .teaser-wrapper .relative-container .teaser-right-arrow:hover {
  background: #282828;
}
.list .teaser-wrapper .relative-container.recipe-type .teaser-left-arrow,
.list .teaser-wrapper .relative-container.recipe-type .teaser-right-arrow {
  bottom: 70%;
}
@media only screen and (min-width: 1024px) {
  .list .teaser-wrapper .relative-container.recipe-type .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.recipe-type .teaser-right-arrow {
    bottom: 69%;
  }
}
@media only screen and (min-width: 1200px) {
  .list .teaser-wrapper .relative-container.recipe-type .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.recipe-type .teaser-right-arrow {
    bottom: 68%;
  }
}
@media only screen and (min-width: 1440px) {
  .list .teaser-wrapper .relative-container.recipe-type .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.recipe-type .teaser-right-arrow {
    bottom: 67%;
  }
}
@media only screen and (min-width: 768px) {
  .list .teaser-wrapper .relative-container.recipe-type.col-4-tablet .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.recipe-type.col-4-tablet .teaser-right-arrow {
    bottom: 77%;
  }
}
@media only screen and (min-width: 1024px) {
  .list .teaser-wrapper .relative-container.recipe-type.col-4-tablet .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.recipe-type.col-4-tablet .teaser-right-arrow {
    bottom: 73%;
  }
}
@media only screen and (min-width: 1200px) {
  .list .teaser-wrapper .relative-container.recipe-type.col-4-tablet .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.recipe-type.col-4-tablet .teaser-right-arrow {
    bottom: 71%;
  }
}
@media only screen and (min-width: 1440px) {
  .list .teaser-wrapper .relative-container.recipe-type.col-4-tablet .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.recipe-type.col-4-tablet .teaser-right-arrow {
    bottom: 69%;
  }
}
.list .teaser-wrapper .relative-container.inspirational-type .teaser-left-arrow,
.list .teaser-wrapper .relative-container.inspirational-type .teaser-right-arrow {
  bottom: 50%;
}
@media only screen and (min-width: 768px) {
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-right-arrow {
    height: 40px;
  }
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-left-arrow i,
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-right-arrow i {
    top: 10px;
  }
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-left-arrow.left i,
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-right-arrow.left i {
    left: 3px;
  }
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-left-arrow.right i,
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-right-arrow.right i {
    left: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-right-arrow {
    height: 80px;
  }
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-left-arrow i,
  .list .teaser-wrapper .relative-container.col-4-tablet .teaser-right-arrow i {
    top: 29px;
  }
  .list .teaser-wrapper .relative-container.col-4-desktop .teaser-left-arrow,
  .list .teaser-wrapper .relative-container.col-4-desktop .teaser-right-arrow {
    height: 40px;
  }
  .list .teaser-wrapper .relative-container.col-4-desktop .teaser-left-arrow i,
  .list .teaser-wrapper .relative-container.col-4-desktop .teaser-right-arrow i {
    top: 10px;
  }
  .list .teaser-wrapper .relative-container.col-4-desktop .teaser-left-arrow.left i,
  .list .teaser-wrapper .relative-container.col-4-desktop .teaser-right-arrow.left i {
    left: 3px;
  }
  .list .teaser-wrapper .relative-container.col-4-desktop .teaser-left-arrow.right i,
  .list .teaser-wrapper .relative-container.col-4-desktop .teaser-right-arrow.right i {
    left: 6px;
  }
}
.list .teaser-wrapper .relative-container .right {
  right: 11px;
}
@media only screen and (min-width: 768px) {
  .list .teaser-wrapper .relative-container .right {
    right: 15px;
  }
}
.list .teaser-wrapper .relative-container .left {
  left: 11px;
}
@media only screen and (min-width: 768px) {
  .list .teaser-wrapper .relative-container .left {
    left: 15px;
  }
}
.list .teaser-wrapper .teaser-info .carousel-links {
  display: inline-block;
  visibility: hidden;
}
@media only screen and (min-width: 1200px) {
  .list .teaser-wrapper .teaser-info .carousel-links {
    visibility: visible;
    pointer-events: all;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: auto;
  }
}
.list .teaser-wrapper .teaser-info .carousel-pagination div:hover {
  background: #ffffff;
  border: 1px solid #0E3368;
}
.item {
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .item {
    cursor: pointer;
    display: inline-block;
  }
}
.item .img-container {
  width: 100%;
  transition: all 0.5s ease;
  padding-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .item .img-container {
    height: 100%;
  }
}
.active {
  left: 0;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .active {
    display: inline-block;
  }
}
.title_component_container {
  flex-direction: row;
  align-items: center;
  position: relative;
  text-align: center;
}
.title_component_container .title_component {
  color: #0e3368;
  text-align: left;
}
.title_component_container .title_component .icon {
  color: #1b5ea5;
  margin-right: 8px;
  vertical-align: middle;
  margin-top: 0px;
}
.title_component_container .title_component span {
  display: inline-block;
  position: relative;
}
.title_component_container .title_component span:before {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid #cce3fe;
  top: 16px;
  width: 600px;
  right: 100%;
  margin-right: 35px;
}
@media only screen and (min-width: 320px) {
  .title_component_container .title_component span:before {
    display: none;
  }
}
.title_component_container .title_component span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid #cce3fe;
  top: 16px;
  width: 600px;
  left: 100%;
  margin-left: 15px;
}
@media only screen and (min-width: 320px) {
  .title_component_container .title_component span:after {
    display: none;
  }
}
.title_component_container.recipe h1 {
  text-transform: unset;
  text-align: left;
  width: 100%;
}
.title_component_container.red h3 {
  color: #8e1e44;
}
.title_component_container.red h3 .icon {
  color: #8e1e44;
}
.title_component_container.red span {
  background-color: rgba(142, 30, 68, 0.2);
}
.title_component {
  display: flex;
}
.title_component h1,
.title_component h2,
.title_component h3,
.title_component h4,
.title_component h5 {
  display: flex;
}
@media (max-width: 768px) {
  .title_component.recipe h2 {
    width: 100%;
  }
}
.title_component_container {
  margin-bottom: 15px;
}
.title_component_container .title_component {
  margin-bottom: 0;
}
@media only screen and (min-width: 320px) {
  .title_component_container {
    margin-bottom: 10px;
  }
  .title_component_container .title_component {
    margin-bottom: 0;
    margin-top: 0;
  }
}
h3.title_component {
  font-family: "OpenSansSemiBold";
  font-weight: 400;
  color: #0e3368;
  font-size: 24px;
  text-align: center;
  text-transform: uppercase;
  line-height: 34px;
  margin-left: 30px;
  margin-right: 30px;
}
@media only screen and (min-width: 320px) {
  h3.title_component {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-right: 15px;
    margin-left: 15px;
  }
}
h3.title_component i.icon {
  vertical-align: middle;
}
h3.title_component span:before {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid #cce3fe;
  top: 16px;
  width: 600px;
  right: 100%;
  margin-right: 35px;
}
@media only screen and (min-width: 320px) {
  h3.title_component span:before .title_component_container .title_component span:before {
    display: none;
  }
}
h3.title_component span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 2px solid #cce3fe;
  top: 16px;
  width: 600px;
  left: 100%;
  margin-left: 15px;
}
@media only screen and (min-width: 320px) {
  h3.title_component span:after .title_component_container .title_component span:after {
    display: none;
  }
}
.title-component-new h1,
.title-component-new h2,
.title-component-new h3,
.title-component-new h4,
.title-component-new h5 {
  font-family: "UbuntuLight";
  text-transform: none;
  text-align: left;
  color: #0E3368;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 10px;
  margin-top: 10px;
}
.title-component-new h1.title_component {
  font-size: 28px;
  line-height: 38px;
  letter-spacing: 0.56px;
}
@media only screen and (min-width: 1200px) {
  .title-component-new h1.title_component {
    font-size: 36px;
    line-height: 42px;
    letter-spacing: 0.72px;
  }
}
@media only screen and (min-width: 1440px) {
  .title-component-new h1.title_component {
    letter-spacing: 0.52px;
  }
}
.title-component-new h2.title_component {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
}
@media only screen and (min-width: 1200px) {
  .title-component-new h2.title_component {
    font-size: 28px;
    line-height: 35px;
    letter-spacing: 0.56px;
  }
}
.title-component-new h3.title_component {
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.36px;
}
@media only screen and (min-width: 1200px) {
  .title-component-new h3.title_component {
    font-size: 20px;
    line-height: 25px;
    letter-spacing: 0.4px;
  }
}
.title-component-new h3.title_component span {
  display: inline;
}
.title-component-new h4.title_component {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.32px;
}
@media only screen and (min-width: 1200px) {
  .title-component-new h4.title_component {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.36px;
  }
}
.title-component-new h5.title_component {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.28px;
}
@media only screen and (min-width: 1200px) {
  .title-component-new h5.title_component {
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 0.32px;
  }
}
.title-component-new .title_component .icon {
  margin-right: 8px;
}
.title-component-new .title_component.title-center {
  text-align: center;
  align-content: center;
  flex-direction: column;
}
.title-component-new .title_component.title-bold {
  font-family: "UbuntuBold";
}
.title-component-new .title-link {
  text-align: left;
  font-family: 'UbuntuRegular';
  font-size: 16px;
  line-height: 18px;
  margin-bottom: 10px;
  color: #0970E6;
}
.title-component-new .title-link a {
  cursor: pointer;
}
.title-component-new .title-link a:hover {
  color: #0056b3;
}
.title-component-new .title-link i {
  font-size: 8px;
}
.columncontrol-row .title .row {
  margin: 0;
}
.columncontrol-row .title .col-12 {
  padding: 0;
}
.tips {
  margin: 1rem 0;
  color: #05529c;
  font-size: 1rem;
  line-height: 1.625rem;
  text-align: left;
  font-family: "OpenSansItalic";
}
.tips div {
  display: inline-block;
}
.tips i {
  font-size: 3rem;
  margin-right: 1rem;
}
.tips .title {
  font-family: "CaveatBold";
  display: block;
}
@media only screen and (min-width: 1200px) {
  .tips {
    margin: 1rem;
  }
}
.tips-component .title {
  font-family: "UbuntuLightItalic";
  font-size: 16px;
  word-spacing: 0.16px;
  line-height: 26px;
  color: #0E3368;
  display: block;
}
@media only screen and (min-width: 1024px) {
  .tips-component .title {
    font-size: 18px;
    word-spacing: 0.36px;
    line-height: 25px;
  }
}
.tips-component .description {
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 22px;
  color: #575757;
  display: block;
  margin-top: 5px;
}
@media only screen and (min-width: 1440px) {
  .tips-component .description {
    font-size: 16px;
    line-height: 24px;
  }
}
.quick_links_wrapper {
  width: 100%;
  /* Custom modification depending on template*/
}
.quick_links_wrapper .title_component h2 {
  font-family: "UbuntuLight";
  font-size: 24px;
  line-height: 34px;
  text-align: left;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .quick_links_wrapper .title_component h2 {
    font-size: 28px;
    line-height: 35px;
  }
}
.quick_links_wrapper .title_component .icon {
  padding-right: 10px;
}
.quick_links_wrapper .card-columns {
  orphans: 1 !important;
  widows: 1 !important;
}
.quick_links_wrapper .card-columns.quickLinks-column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .quick_links_wrapper .card-columns.quickLinks-column-4 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    display: flex;
    flex-flow: row wrap;
  }
  .quick_links_wrapper .card-columns.quickLinks-column-4 .card.section {
    flex: 0 0 50%;
  }
  .quick_links_wrapper .card-columns.quickLinks-column-4 .card.section ul {
    border-bottom: 1px solid #E5E5E5;
    margin-bottom: 0;
  }
  .quick_links_wrapper .card-columns.quickLinks-column-4 .card.section:nth-last-child(even) {
    border-right: none;
    padding-left: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .quick_links_wrapper .card-columns.quickLinks-column-4 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 2.25rem;
    -moz-column-gap: 2.25rem;
    column-gap: 2.25rem;
  }
}
@media (min-width: 375px) and (max-width: 767px) {
  .quick_links_wrapper .card-columns {
    -webkit-column-count: 1 !important;
    -moz-column-count: 1 !important;
    column-count: 1 !important;
  }
}
.quick_links_wrapper .section {
  padding-left: 15px;
  padding-right: 30px;
  border-right: 1px solid #E5E5E5;
  background-color: transparent;
}
.quick_links_wrapper .section:last-child {
  border-right: none;
}
.quick_links_wrapper .section h5 {
  font-family: "UbuntuMedium";
  font-size: 18px;
  line-height: 24px;
  color: #0e3368;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1200px) {
  .quick_links_wrapper .section h5 {
    font-size: 20px;
    line-height: 25px;
  }
}
.quick_links_wrapper .section ul {
  list-style: none;
  padding-left: 0;
  line-height: 40px;
  margin-bottom: 0;
}
.quick_links_wrapper .section ul li a {
  font-family: "OpenSansRegular";
  font-size: 16px;
  text-decoration: none;
  color: #000000;
}
.quick_links_wrapper .section ul li a:after {
  content: "\65";
  font-family: "carrefour-sav";
  text-align: left;
  position: absolute;
  right: 0px;
  font-size: 10px;
  color: #0970e6;
}
@media only screen and (min-width: 768px) {
  .quick_links_wrapper .section ul li a:after {
    right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .quick_links_wrapper .section ul li a:after {
    right: 20px;
  }
}
.quick_links_wrapper .section ul li a:hover {
  color: #0970e6;
  cursor: pointer;
}
.quick_links_wrapper .card {
  padding-left: 0px;
  padding-right: 0px;
  border-radius: unset;
  -webkit-column-break-inside: avoid;
  display: block;
  width: 100%;
}
@media only screen and (min-width: 320px) {
  .quick_links_wrapper .card {
    border: none;
    border-bottom: 1px solid #E5E5E5;
  }
  .quick_links_wrapper .card:last-child {
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .quick_links_wrapper .card {
    border: none;
    border-right: 1px solid #E5E5E5;
  }
  .quick_links_wrapper .card:last-child {
    border-right: none;
  }
}
.quick_links_wrapper .card li {
  line-height: 24px;
  padding-bottom: 20px;
}
.quick_links_wrapper .button_wrapper {
  text-align: left;
}
.quick_links_wrapper.recipe .sections_wrapper {
  overflow: scroll;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .quick_links_wrapper.recipe .sections_wrapper {
    overflow: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .quick_links_wrapper.inspiration .sections_wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    overflow: auto;
  }
}
.quick_links_wrapper.inspiration .sections_wrapper .section {
  border-right: none;
}
.quick_links_wrapper.inspiration .sections_wrapper .section li {
  border-bottom: 1px #f5f4f2 solid;
}
@media only screen and (min-width: 1200px) {
  .quick_links_wrapper.inspiration .sections_wrapper .section li {
    border: none;
  }
}
.quick_links_wrapper.full_taxonomy .sections_wrapper {
  display: grid;
  grid-gap: 0;
  grid-auto-rows: auto;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
}
@media only screen and (min-width: 1200px) {
  .quick_links_wrapper.full_taxonomy .sections_wrapper {
    grid-gap: 4%;
    grid-auto-rows: 65px;
    grid-template-columns: repeat(auto-fill, minmax(20%, 1fr));
  }
}
.quick_links_wrapper.full_taxonomy .sections_wrapper .section {
  padding-left: 0;
  border-right: none;
  margin-bottom: 1rem;
}
.quick_links_wrapper.full_taxonomy .sections_wrapper .section .content {
  padding: 0;
}
.quick_links_wrapper.full_taxonomy .sections_wrapper .section .content li {
  position: relative;
  border-bottom: 1px #f5f4f2 solid;
}
@media only screen and (min-width: 1200px) {
  .quick_links_wrapper.full_taxonomy .sections_wrapper .section .content li {
    border: none;
  }
}
.quick_links_wrapper.full_taxonomy .sections_wrapper .section .content li a::after {
  right: 0;
}
.banner {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 40px 0 30px !important;
}
.banner .banner_slider {
  position: relative;
  display: inline-block;
  width: 100%;
}
.banner .banner_slider .content_wrapper .banner_inner img {
  position: relative;
  object-fit: cover;
  object-position: center center;
  height: auto;
  width: 100%;
}
.banner .banner_slider .left,
.banner .banner_slider .right {
  height: 60px;
  width: 25px;
  display: inline-block;
  z-index: 10;
  color: #FFFFFF;
  background-color: #575757;
  font-size: 1rem;
  position: absolute;
  bottom: 60%;
  transform: translateY(50%);
  cursor: pointer;
  opacity: 80%;
}
@media only screen and (min-width: 768px) {
  .banner .banner_slider .left,
  .banner .banner_slider .right {
    height: 80px;
    width: 25px;
    bottom: 50%;
  }
}
@media only screen and (min-width: 1200px) {
  .banner .banner_slider .left,
  .banner .banner_slider .right {
    height: 80px;
    width: 25px;
    bottom: 50%;
    z-index: 10;
  }
}
.banner .banner_slider .left i,
.banner .banner_slider .right i {
  top: 28px;
  left: 12px;
  position: absolute;
  z-index: 5;
}
@media only screen and (min-width: 320px) {
  .banner .banner_slider .left i,
  .banner .banner_slider .right i {
    left: 8px;
    top: 22px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .banner .banner_slider .left i,
  .banner .banner_slider .right i {
    font-size: 1rem;
    top: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner .banner_slider .left i,
  .banner .banner_slider .right i {
    left: 8px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner .banner_slider .left i,
  .banner .banner_slider .right i {
    top: 31px;
    left: 8px;
  }
}
.banner .banner_slider .left:hover,
.banner .banner_slider .right:hover {
  opacity: 100%;
}
.banner .banner_slider .left {
  left: 0px;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
@media only screen and (min-width: 1200px) {
  .banner .banner_slider .left {
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.banner .banner_slider .right {
  right: 0px;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
@media only screen and (min-width: 1200px) {
  .banner .banner_slider .right {
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
  }
}
.banner .content_wrapper {
  width: 100%;
  position: relative;
}
.banner .content_wrapper .banner_inner {
  height: auto;
  position: relative;
  display: flex;
  flex-direction: row;
  overflow: hidden;
}
.banner .content_wrapper .banner_inner .video-wrapper {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  display: block !important;
}
@media (min-width: 769px) {
  .banner .content_wrapper .banner_inner .video-wrapper {
    padding-bottom: 45.25%;
  }
}
@media (min-width: 1025px) {
  .banner .content_wrapper .banner_inner .video-wrapper {
    padding-bottom: 37.25%;
  }
}
@media (min-width: 992px) {
  .banner .content_wrapper .banner_inner {
    height: auto;
  }
}
.banner .content_wrapper .banner_inner a {
  color: inherit;
}
.banner .content_wrapper .banner_inner .img_wrapper {
  transition: all 1s;
}
@media (max-width: 992px) {
  .banner .content_wrapper .banner_inner .img_wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
.banner .content_wrapper .banner_inner .img_wrapper .img-border img {
  border-radius: 6px;
}
@media only screen and (min-width: 1024px) {
  .banner .content_wrapper .banner_inner .img_wrapper .img-border img {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner .content_wrapper .banner_inner .img_wrapper .full-screen-img-border {
    margin-top: -15%;
  }
}
.banner .content_wrapper .banner_inner .img_wrapper .full-screen-img-border img {
  border-radius: 6px;
}
.banner .content_wrapper .banner_inner img,
.banner .content_wrapper .banner_inner iframe {
  width: 100%;
  height: 100%;
  position: relative;
}
.banner .content_wrapper .banner_inner iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
.banner .content_wrapper .banner_inner img {
  z-index: 2;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
}
.banner .content_wrapper .banner_inner i {
  color: #ffffff;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) !important;
  font-size: 50px;
}
.banner.recipe_detail {
  margin-bottom: 0 !important;
  margin-top: 0;
}
.banner.recipe_detail .tag {
  background: #f7faff;
  color: #0970e6;
  width: auto;
  font-size: 0.875rem;
  padding: 8px 16px;
}
.banner.recipe_detail .tag_container {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
}
.banner.recipe_detail .tag_container .tag {
  float: left;
  clear: both;
  border-radius: 0 10px 10px 0;
  margin-bottom: 8px;
}
.banner.recipe_detail .tag_container .tag:not(:first-child) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .banner.recipe_detail .tag_container .tag:not(:first-child) {
    display: block;
  }
}
.banner.recipe_detail .tag_container .tag.first-child {
  border-radius: 0 0 10px 0;
}
.banner.recipe_detail .tag_container_header {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
  display: none;
}
.banner.recipe_detail .tag_container_header .tag {
  float: left;
  clear: both;
  border-radius: 6px 0 6px 0;
  margin-bottom: 0;
  padding: 6px 15px 6px 10px;
  width: 90px;
  height: 40px;
  font-family: "OpenSansSemibold";
  font-size: 20px;
  background: #F4F9FF;
}
@media only screen and (min-width: 1024px) {
  .banner.recipe_detail .tag_container_header {
    display: block;
  }
}
.banner.recipe_detail .tag_container_footer {
  position: absolute;
  left: 0px;
  z-index: 4;
  bottom: 0;
  width: 100%;
  display: block;
  background: rgba(255, 255, 255, 0.7);
  padding: 5px 20px;
  right: 0px;
  height: 60px;
}
@media only screen and (min-width: 768px) {
  .banner.recipe_detail .tag_container_footer {
    padding: 22px 20px 3px;
    height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.recipe_detail .tag_container_footer {
    padding: 15px 40px 10px;
  }
}
.banner.recipe_detail .tag_container_footer .tag {
  background: transparent;
  display: block;
  padding: 0;
}
.banner.recipe_detail .tag_container_footer .tag p {
  font-family: "OpenSansSemibold";
  font-size: 14px;
  color: #0E3368;
  text-align: left;
  height: 50px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0;
  margin: 0;
  display: none;
  line-height: 22px;
  -webkit-box-pack: center;
}
@media only screen and (min-width: 768px) {
  .banner.recipe_detail .tag_container_footer .tag p {
    font-size: 20px;
    height: 74px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.recipe_detail .tag_container_footer .tag p {
    font-size: 26px;
    line-height: 34px;
  }
}
.banner.recipe_detail .tag_container_footer .tag p:first-child {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
}
.banner.recipe_detail .content_wrapper .img_wrapper {
  position: relative;
}
.banner.recipe_detail .content_wrapper .img_wrapper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover;';
  position: relative;
  border-radius: 6px;
}
.banner.recipe_detail .content_wrapper .banner_inner .icon-play-outlined {
  cursor: pointer;
}
.banner.recipe_detail .recipe_banner_title {
  width: 100%;
  background: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .banner.recipe_detail .recipe_banner_title {
    display: none;
  }
}
.banner.recipe_detail .recipe_banner_title h2 {
  padding: 1rem;
  line-height: 1.875rem;
  font-family: "OpenSansSemiBold";
  text-align: center;
}
.banner.recipe_detail .recipe_banner_title .tag_wrapper {
  display: flex;
  justify-content: center;
}
.banner.recipe_detail .recipe_banner_title .tag_wrapper .tag {
  border-radius: 0 10px 10px 0;
}
.banner.recipe_detail .banner_video .content_wrapper .banner_inner {
  border-radius: 6px;
  height: 0;
}
.banner.recipe_detail .banner_video .content_wrapper .banner_inner img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.banner.recipe_detail .banner_video .content_wrapper .banner_inner .icon-play-outlined {
  color: #ffffff;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) !important;
  font-size: 42px;
}
@media only screen and (min-width: 768px) {
  .banner.recipe_detail .banner_video .content_wrapper .banner_inner .icon-play-outlined {
    font-size: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.recipe_detail .banner_video .content_wrapper .banner_inner .icon-play-outlined {
    font-size: 110px;
  }
}
.banner.recipe_detail .banner_video .content_wrapper .banner_inner .icon-play-outlined:hover {
  cursor: pointer;
}
.banner.recipe_detail .banner_video .content_wrapper .banner_inner .icon-play-outlined:hover:before {
  content: "\e0e0";
}
.banner.general {
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.banner.general .banner_slider {
  position: relative;
}
.banner.general .banner_slider .img_container_mobile {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border-bottom-right-radius: 8px;
}
.banner.general .banner_slider .img_container_mobile img {
  width: auto;
  max-height: 40px;
}
@media (max-width: 992px) {
  .banner.general .banner_slider .img_container_mobile {
    display: block;
  }
}
.banner.general .banner_slider .overlay-background {
  background-color: #f4f9ff;
  border: 1px solid #CFE1F5;
  display: none;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_slider .overlay-background {
    display: block;
  }
}
.banner.general .banner_slider .overlay-background-mobile {
  background: rgba(255, 255, 255, 0.7);
  position: absolute;
  bottom: 0;
  z-index: 3;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_slider .overlay-background-mobile {
    display: none;
    border: 1px solid #CFE1F5;
  }
}
.banner.general .banner_slider .banner_overlay {
  text-align: center;
  padding: 10px;
  overflow-y: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media only screen and (min-width: 320px) {
  .banner.general .banner_slider .banner_overlay {
    padding: 5px 20px;
    border: none;
  }
}
@media only screen and (min-width: 768px) {
  .banner.general .banner_slider .banner_overlay {
    padding: 15px 20px;
    border: none;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_slider .banner_overlay {
    padding: 17px 30px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner.general .banner_slider .banner_overlay {
    padding: 20px 40px;
  }
}
.banner.general .banner_slider .banner_overlay:hover {
  cursor: pointer;
}
@media (min-width: 992px) {
  .banner.general .banner_slider .banner_overlay .img_container {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_slider .banner_overlay .img_container {
    height: 50px;
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner.general .banner_slider .banner_overlay .img_container {
    height: 80px;
    width: 320px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner.general .banner_slider .banner_overlay .img_container {
    height: 100px;
    width: 400px;
  }
}
.banner.general .banner_slider .banner_overlay .img_container img {
  height: 100%;
  width: auto;
}
.banner.general .banner_slider .banner_overlay h4 {
  font-family: "OpenSansSemibold";
  color: #0e3368;
  margin-bottom: 0;
  text-align: left;
  width: 100%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  line-height: 22px;
}
.banner.general .banner_slider .banner_overlay h4 .banner-title-arrow i {
  position: relative;
  font-size: 10px;
  color: #0970E6;
  left: 0;
  vertical-align: middle;
  bottom: -4px;
  margin-left: 5px;
  font-size: 8px;
}
@media only screen and (min-width: 768px) {
  .banner.general .banner_slider .banner_overlay h4 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_slider .banner_overlay h4 {
    font-size: 18px;
    line-height: 26px;
    text-align: center;
    font-family: "UbuntuBold";
  }
  .banner.general .banner_slider .banner_overlay h4 .banner-title-arrow {
    display: none;
  }
}
@media only screen and (min-width: 1200px) {
  .banner.general .banner_slider .banner_overlay h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.banner.general .banner_slider .banner_overlay .detail-content p {
  margin-top: 5px;
  display: none;
  font-family: OpenSansRegular;
  color: #282828;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.banner.general .banner_slider .banner_overlay .detail-content p:first-child {
  display: -moz-box;
  display: -webkit-box;
  display: box;
  display: -ms-flexbox;
}
@media only screen and (min-width: 320px) {
  .banner.general .banner_slider .banner_overlay .detail-content p:first-child {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_slider .banner_overlay .detail-content p:first-child {
    font-size: 14px;
    display: -webkit-box;
    line-height: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner.general .banner_slider .banner_overlay .detail-content p:first-child {
    display: -webkit-box;
    font-size: 18px;
    line-height: 26px;
  }
}
.banner.general .banner_slider .banner_overlay .btn {
  display: none;
  width: auto;
  background: #929292 !important;
  color: #FFFFFF !important;
  border-color: #929292;
  padding: 14px 30px;
  margin: 0;
  margin-top: 5px;
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_slider .banner_overlay .btn {
    display: inline-block;
    overflow-wrap: break-word;
    white-space: normal;
    height: unset;
  }
}
.banner.general .banner_slider .banner_overlay .btn:hover {
  background: #575758 !important;
  border-color: #575758;
}
.banner.general .banner_slider .no_image_overlay {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.banner.general .banner_slider .no_image_overlay .img_container {
  display: none;
}
.banner.general .banner_slider .no_image_overlay h4 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_slider .no_image_overlay h4 {
    -webkit-line-clamp: 4;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_slider .no_image_overlay .detail-content p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-top: 3px;
  }
}
.banner.general .banner_slider .banner-pagination {
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.banner.general .banner_slider .banner-pagination div {
  margin: auto 2px;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background-color: #bcbcbc;
  cursor: pointer;
}
.banner.general .banner_slider .banner-pagination div:hover {
  background: #ffffff !important;
  border: 1px solid #0970e6;
}
.banner.general .banner_slider .banner-pagination div.activeBanner:hover {
  background: #0970e6 !important;
  border: 1px solid #0970e6;
}
.banner.general .banner_slider .banner_inner .banner_back_img img {
  height: 100%;
  position: absolute;
}
.banner.general .banner_video .banner_inner {
  border-radius: 6px;
  height: 0;
}
.banner.general .banner_video .banner_inner img {
  object-fit: cover;
  object-position: center center;
  height: 100%;
  width: 100%;
}
.banner.general .banner_video .banner_inner .icon-play-outlined {
  color: #ffffff;
  z-index: 3;
  position: absolute;
  left: 50%;
  top: 40%;
  transform: translate(-50%, -50%) !important;
  font-size: 42px;
}
@media only screen and (min-width: 768px) {
  .banner.general .banner_video .banner_inner .icon-play-outlined {
    font-size: 74px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner.general .banner_video .banner_inner .icon-play-outlined {
    font-size: 110px;
  }
}
.banner.general .banner_video .banner_inner .icon-play-outlined:hover {
  cursor: pointer;
}
.banner.general .banner_video .banner_inner .icon-play-outlined:hover:before {
  content: "\e0e0";
}
.banner_tiles .col-12 {
  padding: 0;
}
.banner_tiles .banner.general {
  margin-top: 0;
  margin-bottom: 0px;
}
.banner_tiles .banner.general .banner_slider .img_container_mobile {
  display: none !important;
}
.banner_tiles .banner.general .banner_slider .overflow_hidden {
  overflow: hidden;
}
.banner_tiles .banner.general .banner_slider .banner_inner img {
  transition: transform .2s;
}
@media only screen and (min-width: 320px) {
  .banner_tiles .banner.general .banner_slider .banner_inner img {
    max-height: 175px;
    height: 175px;
  }
}
@media only screen and (min-width: 768px) {
  .banner_tiles .banner.general .banner_slider .banner_inner img {
    max-height: 345px;
    height: 345px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner_tiles .banner.general .banner_slider .banner_inner img {
    max-height: 270px;
    height: 270px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner_tiles .banner.general .banner_slider .banner_inner img {
    max-height: 310px;
    height: 310px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner_tiles .banner.general .banner_slider .banner_inner img {
    max-height: 380px;
    height: 380px;
  }
}
.banner_tiles .banner.general .banner_slider .banner_inner .img_wrapper {
  height: 0;
}
.banner_tiles .banner.general .banner_slider .banner_inner .img_wrapper.active {
  overflow: auto;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  .banner_tiles .banner.general .banner_slider .banner_inner .img_wrapper {
    height: auto !important;
  }
}
.banner_tiles .banner.general .banner_slider .banner_inner .img_wrapper a:hover .banner_overlay h4,
.banner_tiles .banner.general .banner_slider .banner_inner .img_wrapper a:hover .banner_overlay p {
  color: #0970e6 !important;
}
.banner_tiles .banner.general .banner_slider:hover {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}
.banner_tiles .banner.general .banner_slider:hover img {
  transform: scale(1.1);
}
.banner_tiles .banner.general .banner_slider .left {
  bottom: 65% !important;
  left: 0px;
}
.banner_tiles .banner.general .banner_slider .right {
  bottom: 65% !important;
  right: 0px;
}
.banner_tiles .banner.general .banner_slider .banner_overlay {
  padding: 20px 28px 30px;
  position: relative;
  background-color: #fff;
  text-align: left;
  max-width: 100%;
  overflow-y: hidden;
  width: 100%;
  height: auto;
  right: 0;
  top: 0;
  border: 1px solid #e8e8e8;
}
.banner_tiles .banner.general .banner_slider .banner_overlay h4 {
  font-family: "UbuntuMedium";
  text-align: left;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
}
@media only screen and (min-width: 320px) {
  .banner_tiles .banner.general .banner_slider .banner_overlay h4 {
    font-size: 16px;
    line-height: 26px;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 768px) {
  .banner_tiles .banner.general .banner_slider .banner_overlay h4 {
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 1440px) {
  .banner_tiles .banner.general .banner_slider .banner_overlay h4 {
    font-size: 18px;
    line-height: 26px;
  }
}
.banner_tiles .banner.general .banner_slider .banner_overlay p {
  font-family: "OpenSansRegular";
  font-size: 16px;
  height: fit-content;
  width: 100%;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
.banner_tiles .banner.general .banner_slider .banner_overlay p:after {
  content: "\65";
  font-family: "carrefour-sav" !important;
  color: #0970E6;
  font-size: 10px;
  margin-left: 5px;
}
@media only screen and (min-width: 320px) {
  .banner_tiles .banner.general .banner_slider .banner_overlay p {
    height: 48px;
  }
}
@media only screen and (min-width: 768px) {
  .banner_tiles .banner.general .banner_slider .banner_overlay p {
    -webkit-line-clamp: 1;
    height: 24px;
  }
}
.banner_tiles .banner.general .banner_slider .banner_overlay btn {
  display: none;
}
.banner_tiles .banner.general .banner_slider .banner_overlay .bannerText {
  font-family: OpenSansRegular;
  text-align: left;
  color: #575757;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  margin-top: 0;
}
@media only screen and (min-width: 320px) {
  .banner_tiles .banner.general .banner_slider .banner_overlay .bannerText {
    font-size: 14px;
    line-height: 22px;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 768px) {
  .banner_tiles .banner.general .banner_slider .banner_overlay .bannerText {
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .banner_tiles .banner.general .banner_slider .banner_overlay .bannerText {
    -webkit-line-clamp: 4;
  }
}
@media only screen and (min-width: 1440px) {
  .banner_tiles .banner.general .banner_slider .banner_overlay .bannerText {
    font-size: 16px;
    line-height: 26px;
  }
}
.banner_tiles .banner.general .banner_slider .banner_overlay .img_container,
.banner_tiles .banner.general .banner_slider .banner_overlay .bannerBtn {
  display: none !important;
}
.banner_tiles .inspiration-list-vertical {
  margin-top: 40px !important;
}
@media only screen and (min-width: 768px) {
  .banner_tiles .inspiration-list-vertical {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .banner_tiles .inspiration-list-vertical {
    flex-direction: column;
    margin-top: 0px !important;
  }
}
.banner_tiles .inspiration-list-vertical > div {
  padding: 0;
  height: auto;
  max-height: fit-content;
}
@media only screen and (min-width: 320px) {
  .banner_tiles .inspiration-list-vertical > div {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .banner_tiles .inspiration-list-vertical > div {
    max-width: 50%;
  }
  .banner_tiles .inspiration-list-vertical > div:nth-child(2) article {
    padding-top: 0;
  }
  .banner_tiles .inspiration-list-vertical > div:nth-child(even) {
    padding-left: 15px;
  }
  .banner_tiles .inspiration-list-vertical > div:nth-child(odd) {
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .banner_tiles .inspiration-list-vertical > div {
    max-width: 100%;
  }
  .banner_tiles .inspiration-list-vertical > div:nth-child(2) article {
    padding-top: 20px;
  }
  .banner_tiles .inspiration-list-vertical > div:nth-child(even) {
    padding-left: 0px;
  }
  .banner_tiles .inspiration-list-vertical > div:nth-child(odd) {
    padding-right: 0px;
  }
}
.banner_tiles .inspiration-list-vertical > div a {
  display: flex;
  flex-direction: row;
}
.banner_tiles .inspiration-list-vertical > div a .cont_img {
  padding-bottom: 20px;
  border-radius: 6px;
}
@media only screen and (min-width: 320px) {
  .banner_tiles .inspiration-list-vertical > div a .cont_img {
    width: 60px !important;
    height: 60px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .banner_tiles .inspiration-list-vertical > div a .cont_img {
    width: 70px !important;
    height: 70px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .banner_tiles .inspiration-list-vertical > div a .cont_img {
    width: 90px !important;
    height: 90px !important;
  }
}
.banner_tiles .inspiration-list-vertical > div a .cont_text {
  position: relative;
  display: block;
  padding: 0 20px !important;
}
.banner_tiles .inspiration-list-vertical > div a .cont_text h5 {
  font-family: "UbuntuRegular";
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 2;
  margin: 0;
}
@media only screen and (min-width: 320px) {
  .banner_tiles .inspiration-list-vertical > div a .cont_text h5 {
    font-size: 14px;
    line-height: 20px;
    height: 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner_tiles .inspiration-list-vertical > div a .cont_text h5 {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner_tiles .inspiration-list-vertical > div a .cont_text h5 {
    font-size: 18px;
    line-height: 26px;
    height: 52px;
  }
}
.banner_tiles .inspiration-list-vertical > div a .cont_text h5 .icon {
  display: none;
}
.banner_tiles .inspiration-list-vertical > div a .cont_text p {
  font-family: "OpenSansRegular";
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  height: fit-content;
  color: #575757;
}
@media only screen and (min-width: 320px) {
  .banner_tiles .inspiration-list-vertical > div a .cont_text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner_tiles .inspiration-list-vertical > div a .cont_text p {
    font-size: 14px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1440px) {
  .banner_tiles .inspiration-list-vertical > div a .cont_text p {
    font-size: 16px;
    line-height: 26px;
  }
}
.banner_tiles .inspiration-list-vertical > div a .cont_arrow {
  display: flex;
  border: none;
}
.banner_tiles .inspiration-list-vertical > div article {
  padding: 20px 0;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #e8e8e8;
  margin-bottom: 0px !important;
}
.banner_tiles .inspiration-list-vertical > div article:hover {
  box-shadow: none;
}
.banner_tiles .inspiration-list-vertical > div:first-child article {
  padding-top: 0;
}
.banner_tiles .inspiration-list-vertical > div:last-child article {
  border-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .banner_tiles .inspiration-list-vertical > div:nth-last-child(2) article {
    border-bottom: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .banner_tiles .inspiration-list-vertical > div:nth-last-child(2) article {
    border-bottom: 1px solid #e8e8e8;
  }
}
.banner_tiles .row {
  margin: 0;
}
.recipe-page-banner {
  margin-bottom: 30px;
}
.recipe-banner .banner {
  margin-top: 0 !important;
}
.zmags-complete.zmags-landing .wrapper {
  height: 60px;
  border-bottom: none;
}
.zmags-complete.zmags-landing .wrapper ul .scroll_tab_inner {
  font-size: 16px !important;
  top: 11px !important;
}
.zmags-complete.zmags-landing .wrapper ul .scroll_tab_inner .nav-item {
  vertical-align: middle;
}
.zmags-complete.zmags-landing .wrapper ul .scroll_tab_inner .nav-item a span {
  padding-bottom: 0px;
}
.zmags-complete.zmags-landing .zmags-title {
  font-family: UbuntuBold;
  font-size: 28px;
  line-height: 35px;
  color: #0E3368;
  margin-bottom: 10px;
  height: 60px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  align-items: flex-start;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 3;
  -webkit-box-pack: center;
}
@media only screen and (min-width: 1024px) {
  .zmags-complete.zmags-landing .zmags-title {
    font-size: 36px;
    line-height: 42px;
  }
}
@media only screen and (min-width: 768px) {
  .zmags-complete.zmags-landing .zmags-title {
    height: 40px !important;
    -webkit-line-clamp: 2;
  }
}
.zmags-complete.zmags-landing .zmags-subtitle {
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 24px;
  color: #575757;
  margin-bottom: 30px;
}
.zmags-complete.zmags-landing .zmags-filter .filters-group .filter-label {
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 24px;
  color: #575757;
}
.zmags-complete.zmags-landing .zmags-filter .filters-group .btn {
  color: #282828 !important;
  background: #ffffff !important;
  border: 1px solid rgba(174, 182, 191, 0.5);
  border-radius: 6px;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
  font-family: OpenSansRegular;
  font-size: 14px;
  line-height: 20px;
  padding: 10px;
  font-size: 12px;
  width: auto;
}
.zmags-complete.zmags-landing .zmags-filter .filters-group .btn.active {
  background: #E4F0FE !important;
  flex-direction: row;
  justify-content: center;
  border-color: #0970E6;
}
.zmags-complete.zmags-landing .zmags-filter .filters-group .btn:hover {
  background: #E4F0FE !important;
  border-color: #0970E6;
}
.zmags-complete.zmags-landing .zmags-filter .filters-group.filters-group-sort .sort-select {
  color: #282828 !important;
  border: 1px solid rgba(174, 182, 191, 0.5);
  border-radius: 6px;
  font-family: OpenSansRegular;
  line-height: 16px;
  padding: 10px;
  font-size: 12px;
}
.zmags-complete.zmags-landing .zmags-filter .filters-group.filters-group-sort .sort-select option {
  color: #282828 !important;
  font-size: 14px;
}
.zmags-complete.zmags-landing .zmags-filter .filters-group.filters-group-sort .sort-select option.active {
  background: #E4F0FE !important;
  flex-direction: row;
  justify-content: center;
  border: 1px solid #0970E6;
}
.zmags-complete.zmags-landing .zmags-search {
  background: #ffffff;
  border: 1px solid rgba(174, 182, 191, 0.5);
  color: #282828 !important;
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid {
  list-style: none;
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .shuffle-sizer {
  width: 8.33%;
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer,
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding: 20px 5px;
  display: block;
  opacity: 0;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer,
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item {
    width: 50%;
    padding: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer,
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item {
    width: 33%;
  }
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box,
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box {
  padding: 0;
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a,
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a {
  width: 100%;
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .img-container,
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .img-container {
  margin: auto;
  padding: 10px 20px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  height: 184px;
  border: 1px solid transparent;
}
@media only screen and (min-width: 768px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .img-container,
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .img-container {
    height: 400px;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .img-container,
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .img-container {
    height: 330px;
  }
}
@media only screen and (min-width: 1440px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .img-container,
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .img-container {
    height: 400px;
  }
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .img-container img,
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .img-container img {
  width: 100%;
  height: auto;
  padding: 0px;
  margin-bottom: 0;
  transition: none;
  object-fit: contain;
  object-position: center center;
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .img-container img:hover,
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .img-container img:hover {
  transform: none;
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .text-container,
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .text-container {
  font-size: 16px;
  line-height: 20px;
  min-height: 75px;
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .text-container .zmags-title,
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .text-container .zmags-title {
  width: 100%;
  text-align: left;
  height: auto;
  color: #0E3368;
  font-family: UbuntuBold;
  font-size: 14px;
  line-height: 20px;
}
@media only screen and (min-width: 768px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .text-container .zmags-title,
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .text-container .zmags-title {
    font-size: 16px;
  }
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .text-container .zmags-duration,
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .text-container .zmags-duration {
  color: #575757;
  width: auto;
  line-height: 20px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-sizer .zmags.box a .text-container .zmags-duration,
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .grid-item .zmags.box a .text-container .zmags-duration {
    font-size: 16px;
  }
}
.zmags-complete.zmags-landing .zmags-shuffle-container.grid .gutter-sizer {
  width: 0;
}
@media only screen and (min-width: 768px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .gutter-sizer {
    width: 4%;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .gutter-sizer {
    width: 3.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .zmags-complete.zmags-landing .zmags-shuffle-container.grid .gutter-sizer {
    width: 4%;
  }
}
/*
  Shuffle specific CSS
 */
.zmags-shuffle-container {
  position: relative;
  overflow: hidden;
  background: transparent;
  margin-bottom: 15px;
}
.zmags-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.picture-item {
  height: auto;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.picture-item img {
  display: block;
  width: 100%;
}
@supports (object-fit: cover) {
  .picture-item img {
    max-width: none;
    height: 100%;
    object-fit: cover;
  }
}
.picture-item--h2 {
  height: 464px;
  /* 2x the height + 1 gutter */
}
.picture-item__inner {
  position: relative;
  height: 100%;
  overflow: hidden;
  background: #ecf0f1;
}
.picture-item__inner a:hover {
  cursor: pointer;
}
.picture-item__inner a:hover .aspect__inner.img-container {
  border: 1px solid #0970E6 !important;
}
.picture-item__inner a:hover .zmags-title {
  color: #0970E6 !important;
}
.shuffle--animatein .picture-item__inner {
  opacity: 0;
  transform: translateY(220px);
}
.shuffle--animatein .picture-item.in .picture-item__inner {
  opacity: 1;
  transform: translate(0);
}
.shuffle--animatein .picture-item__inner--transition {
  transition: all .6s ease;
}
.picture-item__details {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  padding: 1em;
}
.picture-item__details .text-container .zmags-label-show {
  display: inline !important;
}
.picture-item__details .text-container .zmags-label-show .zmags-new-item-label,
.picture-item__details .text-container .zmags-label-show .zmags-upcoming-item-label {
  display: inline;
}
.picture-item__details .text-container .zmags-new-item-label,
.picture-item__details .text-container .zmags-upcoming-item-label {
  font-size: 10px;
  background: #F5F5F5;
  padding: 0px 2px;
  font-family: UbuntuBold !important;
  line-height: 15px;
  width: auto;
}
@media only screen and (min-width: 1200px) {
  .picture-item__details .text-container .zmags-new-item-label,
  .picture-item__details .text-container .zmags-upcoming-item-label {
    margin-right: 15px;
  }
}
.picture-item__details .text-container .zmags-new-item-label {
  color: #4CCD8A;
}
.picture-item__details .text-container .zmags-upcoming-item-label {
  color: #0E3368;
}
.picture-item__description {
  width: 100%;
  padding: 0 2em 1em 1em;
  margin: 0;
}
.picture-item__title {
  flex-shrink: 0;
  margin-right: 4px;
  height: 150px;
}
@media only screen and (min-width: 768px) {
  .picture-item__title {
    height: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .picture-item__title {
    height: 110px;
  }
}
.picture-item__tags {
  flex-shrink: 1;
  text-align: right;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .picture-item--overlay .picture-item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(7px);
    color: white;
    overflow: hidden;
  }
  .picture-item--overlay .picture-item__description {
    display: none;
  }
  .picture-item--overlay a {
    color: white;
    text-shadow: 0 0 1px black;
  }
}
@media screen and (max-width: 767px) {
  .picture-item {
    height: auto;
    margin-top: 20px;
  }
  .picture-item__details,
  .picture-item__description {
    font-size: 0.875em;
    padding: 0.625em;
  }
  .picture-item__description {
    padding-right: 0.875em;
    padding-bottom: 1.25em;
  }
  .picture-item--h2 {
    height: auto;
  }
}
.filters-group {
  margin: 0 0 10px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .filters-group-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  height: auto;
}
.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect--16x9 {
  padding-bottom: 56.25%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
/* Animation on scroll for masonary */
.grid li.grid-item.shown,
.no-js .grid li.grid-item,
.no-cssanimations .grid li.grid-item {
  opacity: 1;
}
/* Effect 1: opacity */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
/* Effect 2: Move Up */
.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Effect 3: Scale up */
.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Effect 4: fall perspective */
.grid.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 5: fly (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly 0.8s ease-in-out forwards;
  animation: fly 0.8s ease-in-out forwards;
}
@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 6: flip (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards;
}
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 7: helix (based on http://lab.hakim.se/scroll-effects/ by @hakimel) */
.grid.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards;
}
@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 8:  */
.grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.zmags-viewer-page .folder-title-section {
  margin-top: 15px;
}
.zmags-viewer-page .folder-title-section a {
  cursor: pointer;
  color: #0970E6;
}
.zmags-viewer-page .folder-title-section a .icon.icon-arrow-left {
  font-size: 10px;
  font-weight: 500;
}
.zmags-viewer-page .folder-title-section a p {
  display: inline-block;
  font-weight: 700;
  font-family: Ubuntu;
  margin-left: 4px;
  font-size: 13px;
}
@media only screen and (min-width: 768px) {
  .zmags-viewer-page .folder-title-section a p {
    font-size: 16px;
  }
}
.zmags-viewer-page .folder-title-section h1 {
  font-size: 36px;
  text-align: center;
  display: block;
  margin-top: 15px;
  font-family: "Ubuntu";
}
@media only screen and (min-width: 320px) {
  .zmags-viewer-page .folder-title-section h1 {
    font-size: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .zmags-viewer-page .folder-title-section h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-viewer-page .folder-title-section h1 {
    font-size: 36px;
  }
}
.zmags-static-subscription {
  /*@media @mobile{
        width: 170px !important;
        height: 297px !important;
    }
    @media @tabletvertical{
        width: 330px !important;
        height: 446px !important;
    }
    @media @tablethorizontal{
        width: 450px !important;
        height: 518px !important;
    }*/
}
.zmags-static-subscription .picture-item__inner .img-container {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-flow: column;
  height: 354px;
}
@media (max-width: 320px) {
  .zmags-static-subscription .picture-item__inner .img-container {
    height: 354px;
  }
}
@media only screen and (min-width: 768px) {
  .zmags-static-subscription .picture-item__inner .img-container {
    height: 510px;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-static-subscription .picture-item__inner .img-container {
    height: 460px;
  }
}
@media only screen and (min-width: 1200px) {
  .zmags-static-subscription .picture-item__inner .img-container {
    height: 460px;
  }
}
@media only screen and (min-width: 1440px) {
  .zmags-static-subscription .picture-item__inner .img-container {
    height: 530px;
  }
}
.zmags-static-subscription .picture-item__inner .img-container img {
  width: 142px;
  height: 170px;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) {
  .zmags-static-subscription .picture-item__inner .img-container img {
    width: 75px;
    height: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .zmags-static-subscription .picture-item__inner .img-container img {
    width: 114px;
    height: 136px;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-static-subscription .picture-item__inner .img-container img {
    width: 142px;
    height: 170px;
  }
}
.zmags-static-subscription .picture-item__inner .img-container .zmags-subscription-text {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  text-align: center;
  color: #0E3368;
}
@media only screen and (min-width: 320px) {
  .zmags-static-subscription .picture-item__inner .img-container .zmags-subscription-text {
    font-size: 16px;
    line-height: 24px;
    margin: 9px 0px 14px 0px;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 768px) {
  .zmags-static-subscription .picture-item__inner .img-container .zmags-subscription-text {
    font-size: 16px;
    line-height: 24px;
    margin: 21px 0px 17px 0px;
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-static-subscription .picture-item__inner .img-container .zmags-subscription-text {
    font-size: 20px;
    line-height: 28px;
    margin: 22px 0px 26px 0px;
    padding: auto;
  }
}
.zmags-static-subscription .primary-btn.zmags-subscription-btn {
  padding: 10px 0px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 15px;
  line-height: 17px;
  color: #FFFFFF;
  height: 40px;
}
@media only screen and (min-width: 320px) {
  .zmags-static-subscription .primary-btn.zmags-subscription-btn {
    width: 130px !important;
  }
}
@media only screen and (min-width: 768px) {
  .zmags-static-subscription .primary-btn.zmags-subscription-btn {
    width: 192px !important;
  }
}
.thematic-complete.thematic-landing .wrapper {
  height: 60px;
  border-bottom: none;
}
.thematic-complete.thematic-landing .wrapper ul .scroll_tab_inner {
  font-size: 16px !important;
  top: 11px !important;
}
.thematic-complete.thematic-landing .wrapper ul .scroll_tab_inner .nav-item {
  vertical-align: middle;
}
.thematic-complete.thematic-landing .wrapper ul .scroll_tab_inner .nav-item a span {
  padding-bottom: 0px;
}
.thematic-complete.thematic-landing .thematic-title {
  font-family: 'UbuntuLight';
  font-size: 28px;
  line-height: 36px;
  color: #0E3368;
  margin-bottom: 12px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media only screen and (min-width: 768px) {
  .thematic-complete.thematic-landing .thematic-title {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .thematic-complete.thematic-landing .thematic-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}
.thematic-complete.thematic-landing .thematic-subtitle {
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 26px;
  color: #575757;
}
@media only screen and (min-width: 1024px) {
  .thematic-complete.thematic-landing .thematic-subtitle {
    font-size: 20px;
    line-height: 28px;
  }
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid {
  list-style: none;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .shuffle-sizer {
  width: 8.33%;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  padding: 5px 5px 15px 5px;
  display: block;
  opacity: 0;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer,
  .thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item {
    padding: 15px;
  }
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box {
  padding: 0;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box .box_inner,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box .box_inner {
  border: 2px solid transparent;
  border-radius: 5px;
  overflow: hidden;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box a,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box a {
  width: 100%;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box a .img-container,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box a .img-container {
  margin: auto;
  overflow: hidden;
  border: 0px solid transparent !important;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box a .img-container img,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box a .img-container img {
  width: 100%;
  height: auto;
  padding: 0px;
  margin-bottom: 0;
  transition: none;
  object-fit: contain;
  object-position: center center;
  border-radius: 5px 5px 0px 0px;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box a .img-container img:hover,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box a .img-container img:hover {
  transform: none;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box a .picture-item__details,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box a .picture-item__details {
  min-height: 70px;
  border: 1px solid #DEDEDE;
  border-radius: 0px 0px 5px 5px;
  padding: 10px 20px;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box a .picture-item__details .text-container .thematic-link,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box a .picture-item__details .text-container .thematic-link {
  flex-basis: 90%;
  max-width: 90%;
  font-size: 16px;
  line-height: 24px;
  color: #0E3368;
  font-family: UbuntuBold;
  margin: 0;
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  align-items: baseline;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  max-height: 48px;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box a .picture-item__details .text-container i,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box a .picture-item__details .text-container i {
  font-size: 12px;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box:hover,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box:hover {
  cursor: pointer;
  overflow: hidden;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box:hover .box_inner,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box:hover .box_inner {
  border: 2px solid #0970E6;
  border-radius: 5px;
  overflow: hidden;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box:hover a,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box:hover a {
  overflow: hidden;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-sizer .thematic.box:hover a .picture-item__details .text-container .thematic-link,
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .grid-item .thematic.box:hover a .picture-item__details .text-container .thematic-link {
  color: #0970E6;
}
.thematic-complete.thematic-landing .thematic-shuffle-container.grid .gutter-sizer {
  width: 0;
}
@media only screen and (min-width: 768px) {
  .thematic-complete.thematic-landing .thematic-shuffle-container.grid .gutter-sizer {
    width: 4%;
  }
}
@media only screen and (min-width: 1024px) {
  .thematic-complete.thematic-landing .thematic-shuffle-container.grid .gutter-sizer {
    width: 3.5%;
  }
}
@media only screen and (min-width: 1200px) {
  .thematic-complete.thematic-landing .thematic-shuffle-container.grid .gutter-sizer {
    width: 4%;
  }
}
.thematic-complete.thematic-landing .more_button {
  padding: 0 10px;
}
@media only screen and (min-width: 768px) {
  .thematic-complete.thematic-landing .more_button {
    padding: 0 15px;
  }
}
.thematic-complete.thematic-landing .more_button a {
  color: #0970E6;
  text-decoration: none;
  font: 14px/20px OpenSansSemiBold;
  font-family: 'UbuntuMedium';
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  text-align: center;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .thematic-complete.thematic-landing .more_button a {
    -webkit-line-clamp: 2;
    margin-bottom: 0px;
  }
}
.thematic-complete.thematic-landing .more_button a:hover {
  cursor: pointer;
}
.thematic-complete.thematic-landing .more_button a i {
  font-size: 8px;
  vertical-align: middle;
}
/*
  Shuffle specific CSS
 */
.thematic-shuffle-container {
  position: relative;
  overflow: hidden;
}
.thematic-sizer-element {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.picture-item {
  height: auto;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}
.picture-item img {
  display: block;
  width: 100%;
}
@supports (object-fit: cover) {
  .picture-item img {
    max-width: none;
    height: 100%;
    object-fit: cover;
  }
}
.picture-item--h2 {
  height: 464px;
  /* 2x the height + 1 gutter */
}
.picture-item__inner {
  position: relative;
  height: auto;
  background: transparent;
}
.picture-item__inner a:hover .aspect__inner.img-container {
  border: none;
}
.shuffle--animatein .picture-item__inner {
  opacity: 0;
  transform: translateY(220px);
}
.shuffle--animatein .picture-item.in .picture-item__inner {
  opacity: 1;
  transform: translate(0);
}
.shuffle--animatein .picture-item__inner--transition {
  transition: all .6s ease;
}
.picture-item__details {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  width: 100%;
  padding: 10px;
  background: #fff;
}
.picture-item__description {
  width: 100%;
  padding: 0 2em 1em 1em;
  margin: 0;
}
.picture-item__title {
  flex-shrink: 0;
  margin-right: 4px;
}
.picture-item__tags {
  flex-shrink: 1;
  text-align: right;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .picture-item--overlay .picture-item__details {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    backdrop-filter: blur(7px);
    color: white;
    overflow: hidden;
  }
  .picture-item--overlay .picture-item__description {
    display: none;
  }
  .picture-item--overlay a {
    color: white;
    text-shadow: 0 0 1px black;
  }
}
@media screen and (max-width: 767px) {
  .picture-item {
    height: auto;
    margin-top: 20px;
  }
  .picture-item__details,
  .picture-item__description {
    font-size: 0.875em;
    padding: 0.625em;
  }
  .picture-item__description {
    padding-right: 0.875em;
    padding-bottom: 1.25em;
  }
  .picture-item--h2 {
    height: auto;
  }
}
.filters-group {
  margin: 0 0 10px;
  border: 0;
}
@media screen and (min-width: 768px) {
  .filters-group-wrap {
    display: flex;
    justify-content: space-between;
  }
}
.aspect {
  position: relative;
  width: 100%;
  height: 0;
  height: auto;
}
.aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.aspect--16x9 {
  padding-bottom: 56.25%;
}
@keyframes shimmer {
  0% {
    background-position: -1000px 0;
  }
  100% {
    background-position: 1000px 0;
  }
}
/* Animation on scroll for masonary */
.grid li.grid-item.shown,
.no-js .grid li.grid-item,
.no-cssanimations .grid li.grid-item {
  opacity: 1;
}
/* Effect 1: opacity */
.grid.effect-1 li.animate {
  -webkit-animation: fadeIn 0.65s ease forwards;
  animation: fadeIn 0.65s ease forwards;
}
@-webkit-keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  100% {
    opacity: 1;
  }
}
/* Effect 2: Move Up */
.grid.effect-2 li.animate {
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-animation: moveUp 0.65s ease forwards;
  animation: moveUp 0.65s ease forwards;
}
@-webkit-keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    opacity: 1;
  }
}
@keyframes moveUp {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
/* Effect 3: Scale up */
.grid.effect-3 li.animate {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-animation: scaleUp 0.65s ease-in-out forwards;
  animation: scaleUp 0.65s ease-in-out forwards;
}
@-webkit-keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes scaleUp {
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
/* Effect 4: fall perspective */
.grid.effect-4 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-4 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  transform: translateZ(400px) translateY(300px) rotateX(-90deg);
  -webkit-animation: fallPerspective 0.8s ease-in-out forwards;
  animation: fallPerspective 0.8s ease-in-out forwards;
}
@-webkit-keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fallPerspective {
  100% {
    -webkit-transform: translateZ(0px) translateY(0px) rotateX(0deg);
    transform: translateZ(0px) translateY(0px) rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 5: fly */
.grid.effect-5 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-5 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 50% 50% -300px;
  transform-origin: 50% 50% -300px;
  -webkit-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
  -webkit-animation: fly 0.8s ease-in-out forwards;
  animation: fly 0.8s ease-in-out forwards;
}
@-webkit-keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes fly {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 6: flip  */
.grid.effect-6 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-6 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform-origin: 0% 0%;
  transform-origin: 0% 0%;
  -webkit-transform: rotateX(-80deg);
  transform: rotateX(-80deg);
  -webkit-animation: flip 0.8s ease-in-out forwards;
  animation: flip 0.8s ease-in-out forwards;
}
@-webkit-keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip {
  100% {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
    opacity: 1;
  }
}
/* Effect 7: helix  */
.grid.effect-7 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-7 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: rotateY(-180deg);
  transform: rotateY(-180deg);
  -webkit-animation: helix 0.8s ease-in-out forwards;
  animation: helix 0.8s ease-in-out forwards;
}
@-webkit-keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    opacity: 1;
  }
}
@keyframes helix {
  100% {
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg);
    opacity: 1;
  }
}
/* Effect 8:  popUp*/
.grid.effect-8 {
  -webkit-perspective: 1300px;
  perspective: 1300px;
}
.grid.effect-8 li.animate {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-animation: popUp 0.8s ease-in forwards;
  animation: popUp 0.8s ease-in forwards;
}
@-webkit-keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes popUp {
  70% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    opacity: .8;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
}
.thematic-carousel-header .thematic-title {
  font-family: 'UbuntuBold' !important;
  margin-bottom: 13px !important;
}
@media only screen and (min-width: 1024px) {
  .thematic-carousel-header .thematic-title {
    margin-bottom: 11px !important;
  }
}
.thematic-carousel-header .more_button a i {
  margin-bottom: 0;
}
.thematic-carousel-container {
  margin-top: 18px;
}
@media only screen and (min-width: 768px) {
  .thematic-carousel-container {
    margin-top: 28px;
  }
}
@media only screen and (min-width: 1024px) {
  .thematic-carousel-container {
    margin-top: 46px;
  }
}
.thematic-carousel-container .swiper-slide {
  width: 185px;
  margin-right: 10px;
}
@media only screen and (min-width: 768px) {
  .thematic-carousel-container .swiper-slide {
    width: 210px;
    margin-right: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .thematic-carousel-container .swiper-slide {
    width: 270px;
  }
}
@media only screen and (min-width: 1440px) {
  .thematic-carousel-container .swiper-slide {
    width: 330px;
  }
}
.thematic-carousel-container .swiper-slide .thematic-box {
  border: 2px solid transparent;
  border-radius: 5px;
}
.thematic-carousel-container .swiper-slide .thematic-box a {
  width: 100%;
}
.thematic-carousel-container .swiper-slide .thematic-box a .img-container img {
  border-radius: 5px;
}
.thematic-carousel-container .swiper-slide .thematic-box a .picture-item__details {
  min-height: 70px;
  border: 1px solid #DEDEDE;
  border-radius: 0px 0px 5px 5px;
  padding: 10px 20px;
  background: #fff;
}
.thematic-carousel-container .swiper-slide .thematic-box a .picture-item__details .thematic-link {
  flex-basis: 90%;
  max-width: 90%;
  font-size: 16px;
  line-height: 24px;
  color: #0E3368;
  font-family: UbuntuBold;
  margin: 0;
  display: flex;
  flex-direction: row;
  vertical-align: middle;
  align-items: baseline;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  max-height: 48px;
}
.thematic-carousel-container .swiper-slide .thematic-box a .picture-item__details i {
  font-size: 12px;
}
.thematic-carousel-container .swiper-slide .thematic-box:hover {
  border: 2px solid #0970E6;
}
.thematic-carousel-container .swiper-slide .thematic-box:hover .thematic-link {
  color: #0970E6 !important;
}
.thematic-carousel-container .swiper-button-next,
.thematic-carousel-container .swiper-button-prev {
  height: 63px;
  width: 25px;
  display: inline-block;
  z-index: 10;
  color: #FFFFFF;
  background: rgba(0, 0, 0, 0.3);
  font-size: 1rem;
  position: absolute;
  transform: translateY(50%);
  cursor: pointer;
  background: #000000;
  opacity: 0.3;
  bottom: 50%;
  top: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media only screen and (min-width: 1024px) {
  .thematic-carousel-container .swiper-button-next,
  .thematic-carousel-container .swiper-button-prev {
    height: 105px;
  }
}
.thematic-carousel-container .swiper-button-next::after,
.thematic-carousel-container .swiper-button-prev::after {
  font-size: 15px;
  content: '';
}
.thematic-carousel-container .swiper-button-next:hover,
.thematic-carousel-container .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.4);
}
.thematic-carousel-container .swiper-button-next.swiper-button-disabled,
.thematic-carousel-container .swiper-button-prev.swiper-button-disabled {
  display: none;
}
.thematic-carousel-container .swiper-button-prev {
  left: 2px;
  border-radius: 0 10px 10px 0;
}
.thematic-carousel-container .swiper-button-next {
  right: 2px;
  border-radius: 10px 0 0 10px;
}
.social-media-teaser {
  background-color: #e5f0fd;
  border-radius: 10px;
  padding: 16px;
  margin-top: 0;
  margin-bottom: 16px;
  height: auto;
  min-height: 212px;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .social-media-teaser {
    height: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 48px 32px 32px;
  }
}
.social-media-teaser .social-icons {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}
.social-media-teaser .social-icons button {
  margin: auto 4px;
  cursor: pointer;
}
.newsletter-teaser {
  background-color: #e5f0fd;
  border-radius: 10px;
  padding: 16px;
  margin-top: 0;
  margin-bottom: 16px;
  min-height: 212px;
  height: auto;
  display: flex;
  flex-direction: column;
  text-align: center;
}
@media only screen and (min-width: 1200px) {
  .newsletter-teaser {
    height: 100%;
    margin-top: 0;
    margin-bottom: 32px;
    padding: 48px 32px 32px;
  }
}
.newsletter-teaser .btn.outlined {
  background: transparent;
  margin: 8px 4px;
  border: 1px solid #05529c;
  border-radius: 50px;
  color: #05529c;
  font-family: "OpenSansSemiBold";
  text-align: center;
  height: 50px;
  width: 100%;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .newsletter-teaser .btn.outlined {
    width: 240px;
    margin: 24px auto auto;
    height: auto;
  }
}
.newsletter-teaser .btn.outlined:hover {
  background-color: #0e3368;
  border-color: #0e3368;
  color: #ffffff;
}
.focus_teaser {
  background: #F4F9FF;
  padding: 20px;
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
  border: 1px solid #CFE1F5;
  border-radius: 6px;
}
@media only screen and (min-width: 768px) {
  .focus_teaser {
    flex-direction: row;
    padding: 40px;
  }
  .focus_teaser.reverse {
    flex-direction: row-reverse;
  }
  .focus_teaser.reverse .text h6,
  .focus_teaser.reverse .text p {
    padding-left: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .focus_teaser {
    padding: 50px 60px 60px 60px;
  }
}
@media only screen and (min-width: 1440px) {
  .focus_teaser {
    padding: 55px 60px 60px 60px;
  }
}
@media only screen and (min-width: 768px) {
  .focus_teaser .content-row {
    flex-direction: row;
  }
  .focus_teaser .content-row.reverse {
    flex-direction: row-reverse !important;
  }
  .focus_teaser .content-row.reverse .text {
    padding-left: 16px;
  }
  .focus_teaser .content-row.reverse .text h6,
  .focus_teaser .content-row.reverse .text p {
    padding-left: 0;
  }
  .focus_teaser .content-row.reverse .media_container {
    padding-left: 0 !important;
  }
}
.focus_teaser.white {
  background: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .focus_teaser.white {
    flex-direction: row;
  }
  .focus_teaser.white.reverse {
    flex-direction: row-reverse !important;
  }
  .focus_teaser.white.reverse .text {
    padding-left: 16px;
  }
  .focus_teaser.white.reverse .text h6,
  .focus_teaser.white.reverse .text p {
    padding-left: 0;
  }
  .focus_teaser.white.reverse .media_container {
    padding-left: 0 !important;
  }
}
.focus_teaser .focus-teaser-title {
  margin-bottom: 20px;
}
.focus_teaser .text {
  padding: 0;
  margin-bottom: 20px;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .focus_teaser .text {
    margin-bottom: 0;
  }
}
.focus_teaser .text h2 {
  text-align: left;
  font-family: UbuntuMedium;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0.48px;
  color: #0E3368;
}
.focus_teaser .text p {
  padding: 0;
  padding-right: 15px;
  font-size: 14px;
  line-height: 22px;
}
.focus_teaser .text p:empty {
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1440px) {
  .focus_teaser .text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.focus_teaser .text p span {
  padding-left: 0;
}
.focus_teaser .text h3 {
  text-align: left;
  font-family: UbuntuRegular;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.18px;
}
.focus_teaser .text h4 {
  text-align: left;
  font-family: UbuntuRegular;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.18px;
}
.focus_teaser .text .tips {
  margin-left: 0;
  padding-left: 0;
}
.focus_teaser .text .btn.secondary {
  width: auto;
  padding: 15px 30px 15px 30px;
  background: #929292;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  border-radius: 50px;
}
.focus_teaser .text .btn.secondary:hover {
  background: #575757;
}
.focus_teaser .media_wrapper {
  width: 100%;
  height: fit-content;
}
.focus_teaser .media_wrapper .video_wrapper {
  position: relative;
  height: 0;
  width: 100%;
}
.focus_teaser .media_wrapper .video_wrapper i {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 3;
  color: #ffffff;
  cursor: pointer;
}
.focus_teaser .media_wrapper .video_wrapper a {
  display: flex;
  justify-content: center;
}
.focus_teaser .media_wrapper .video_wrapper img {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.focus_teaser .media_wrapper .video_wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.teaser_incontournable {
  display: flex;
  border: 1px solid #f5f4f2;
  flex-direction: column;
  overflow: hidden;
  min-height: unset;
}
.teaser_incontournable a {
  display: flex;
  flex-direction: column;
  border: 1px solid #f5f4f2;
  color: unset;
}
.teaser_incontournable a .cont_img {
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  height: unset;
  overflow: hidden;
}
.teaser_incontournable a .cont_img img {
  padding: 0;
}
.teaser_incontournable a .cont_img h5 {
  font-family: "OpenSansSemiBold";
  color: #0e3368;
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 1rem;
}
.teaser_incontournable a .cont_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  padding: 1rem 2rem 2rem;
  font-family: "OpenSansLight";
  position: relative;
}
@media (max-width: 450px) {
  .teaser_incontournable a .cont_text {
    padding: .5rem 1rem 1rem;
  }
}
@media (max-width: 380px) {
  .teaser_incontournable a .cont_text {
    margin-top: 2rem;
    padding: .25rem .5rem .5rem;
  }
}
.teaser_incontournable a .cont_text .manuscript {
  font-family: "CaveatRegular";
  font-size: 2rem;
  color: #575757;
  width: 100%;
  margin-top: -41px;
  line-height: inherit;
}
.teaser_incontournable a .cont_text .manuscript:hover {
  color: #575757;
}
@media (max-width: 450px) {
  .teaser_incontournable a .cont_text .manuscript {
    font-size: 1.7rem;
  }
}
@media (max-width: 380px) {
  .teaser_incontournable a .cont_text .manuscript {
    font-size: 1.4rem;
  }
}
.teaser_incontournable a .cont_text .manuscript::before {
  content: "g";
  font-family: "carrefour-sav";
  transform: rotate(-120deg);
  display: inline-block;
  font-size: 4rem;
  color: #05529c;
}
@media (max-width: 991px) {
  .teaser_incontournable a .cont_text .manuscript::before {
    font-size: 3rem;
  }
}
@media (max-width: 380px) {
  .teaser_incontournable a .cont_text .manuscript::before {
    font-size: 2rem;
  }
}
.teaser_incontournable a .cont_text .manuscript::after {
  content: "k";
  font-family: "carrefour-sav";
  transform: rotate(20deg);
  display: inline-block;
  padding: 8px;
  font-size: 1.4rem;
  color: #05529c;
}
.teaser_simply_you_box {
  height: 100%;
  overflow: hidden;
  border: 1px solid #f5f4f2;
}
.teaser_simply_you_box .cont_img {
  height: 100%;
  position: relative;
}
.teaser_simply_you_box .cont_img img {
  padding: 0;
}
.teaser_simply_you_box .cont_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px;
  text-align: center;
  height: 64px;
  position: relative;
}
.teaser_simply_you_box .cont_text h5 {
  display: inline-block;
  width: 100%;
  background: #ffffff;
  position: absolute;
  z-index: 10;
  color: #0e3368;
  bottom: 64px;
  margin: 0;
  font-size: 1rem;
  line-height: 1.5rem;
  padding: 0 16px;
  height: 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.teaser_simply_you_box .cont_text p.manuscript {
  font-family: "CaveatRegular";
  font-size: 2rem;
  color: #575757;
  width: 100%;
  display: none;
}
.teaser_simply_you_box .cont_text p.manuscript:hover {
  color: #575757;
}
.teaser_simply_you_box .cont_text p.manuscript::before {
  content: "g";
  font-family: "carrefour-sav";
  transform: rotate(-100deg);
  display: inline-block;
  padding: 8px;
  font-size: 3rem;
  color: #05529c;
}
.teaser_simply_you_box .cont_text p.manuscript::after {
  content: "k";
  font-family: "carrefour-sav";
  transform: rotate(20deg);
  display: inline-block;
  padding: 8px;
  font-size: 1.2rem;
  color: #05529c;
}
.teaser_simply_you_box .cont_text p {
  color: #0e3368;
  font-family: "OpenSansRegular";
  font-size: 1rem;
  line-height: 1.5rem;
  display: inline-block;
  max-height: calc(24px*2 + 1px);
  overflow: hidden;
  display: none;
}
@media (max-width: 576px) {
  .teaser_simply_you_box .cont_text p.manuscript {
    font-size: 1.5rem;
  }
  .teaser_simply_you_box .cont_text p.manuscript::before {
    font-size: 2rem;
    margin-left: -24px;
  }
  .teaser_simply_you_box .cont_text p.manuscript::after {
    font-size: 1rem;
  }
}
@media (max-width: 991px) {
  .teaser_simply_you_box .cont_img {
    height: auto;
  }
  .teaser_simply_you_box .cont_img img::before {
    content: "g";
    font-family: "carrefour-sav";
    transform: rotate(-100deg);
    display: inline-block;
    padding: 8px;
    font-size: 3rem;
    color: #05529c;
  }
  .teaser_simply_you_box .cont_text {
    background: #f7faff;
    height: 128px;
  }
  .teaser_simply_you_box .cont_text h5 {
    bottom: 128px;
  }
  .teaser_simply_you_box .cont_text p,
  .teaser_simply_you_box .cont_text p.manuscript {
    display: inline-block;
  }
  .teaser_SYB_editorial {
    width: 100%;
    margin: 80px 0 32px;
  }
}
.teaser_recipe {
  height: auto;
  overflow: hidden;
  border-radius: 6px;
  min-height: 0;
  margin-bottom: 30px !important;
}
@media only screen and (min-width: 768px) {
  .teaser_recipe {
    margin-bottom: 15px !important;
  }
}
.teaser_recipe a {
  color: #0E3368;
}
.teaser_recipe a:hover {
  color: #0970E6;
  cursor: pointer;
}
.teaser_recipe a:hover .cont_prop .property .icon {
  color: #0970E6;
}
.teaser_recipe a:hover .cont_prop .property .icon.icon-euro {
  color: #BCBCBC;
}
.teaser_recipe a:hover .cont_prop .property .icon.icon-euro.color {
  color: #0970E6;
}
.teaser_recipe a:hover .cont_prop .property .property-value {
  color: #575757;
}
.teaser_recipe .cont_img {
  overflow: hidden;
}
.teaser_recipe .cont_img img {
  padding: 0;
}
.teaser_recipe .cont_img .play_container i {
  font-size: 2rem !important;
  line-height: 2rem !important;
}
@media only screen and (min-width: 1024px) {
  .teaser_recipe .cont_img .play_container i {
    font-size: 3rem !important ;
    line-height: 3rem !important;
  }
}
.teaser_recipe .cont_text {
  width: 100%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  height: 100px;
}
.teaser_recipe .cont_text p {
  color: #0e3368;
  font-family: 'UbuntuMedium';
  font-size: 16px;
  line-height: 20px;
  max-height: 60px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 3;
}
.teaser_recipe .cont_text p:hover {
  color: #0970e6;
}
.teaser_recipe .cont_prop {
  padding: 11px 20px;
  box-shadow: 0 0 3px 0 #e6e6e6;
  margin-bottom: 3px;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 768px) {
  .teaser_recipe .cont_prop {
    padding: 11px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .teaser_recipe .cont_prop {
    padding: 11px 20px;
  }
}
.teaser_recipe .cont_prop .property .icon {
  font-size: 15px;
  height: 15px;
  color: #0970E6;
  margin-right: 4px;
}
.teaser_recipe .cont_prop .property .icon.icon-euro {
  margin-right: 0px;
  color: #BCBCBC;
}
.teaser_recipe .cont_prop .property .icon.icon-euro.color {
  color: #0970E6;
}
.teaser_recipe .cont_prop .property .property-value {
  font-size: 13px;
  line-height: 20px;
  color: #575757;
}
.teaser_recipe:hover .cont_arrow {
  background: #0970e6;
}
@media only screen and (min-width: 768px) {
  .col-md-4.columnComponents .teaser_recipe .cont_text p {
    height: 66px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-4.columnComponents .teaser_recipe .cont_text p {
    height: 45px;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-6.col-xl-3.columnComponents .teaser_recipe .cont_text p {
    min-height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .col-12.col-md-12.col-xl-6 .col-md-6.columnComponents .teaser_recipe .cont_text {
    padding: 10px 15px !important;
    height: auto !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-12.col-md-12.col-xl-6 .col-md-6.columnComponents .teaser_recipe .cont_text p {
    height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-12.col-xl-6.columnComponents .teaser_recipe .cont_text {
    height: 112px;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-12.col-xl-6.columnComponents .teaser_recipe .cont_text p {
    height: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-layout > .col-md-12.col-xl-6.columnComponents:first-child .cont_text p {
    font-size: 18px;
    line-height: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .banner-layout > .col-md-12.col-xl-6.columnComponents:first-child .cont_text .teaser-desciption {
    font-family: 'OpenSansRegular';
    display: flex !important;
    height: 28px;
    overflow: hidden;
    font-size: 16px;
    line-height: 24px;
    color: #575757;
    flex-direction: column;
  }
}
.banner-layout > .col-md-12.col-xl-6.columnComponents:first-child .cont_text .teaser-desciption p {
  font-family: 'OpenSansRegular';
  color: #575757;
  font-size: 16px;
  line-height: 24px;
}
.teaser_inspirational {
  min-height: auto;
  border: 1px solid #E5E5E5;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px !important;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .teaser_inspirational {
    margin-bottom: 30px !important;
  }
}
.teaser_inspirational a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.teaser_inspirational a:hover .cont_text h5,
.teaser_inspirational a:hover .cont_text p {
  color: #0970e6 !important;
}
.teaser_inspirational a .cont_img {
  position: relative;
  width: 90px;
  height: 90px;
  overflow: hidden;
  padding-bottom: unset;
  min-width: 90px;
}
.teaser_inspirational a .cont_img img {
  padding: 0;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .teaser_inspirational a .cont_img {
    width: 110px;
    height: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .teaser_inspirational a .cont_img {
    width: 150px;
    height: 150px;
  }
}
.teaser_inspirational a .cont_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 0 20px;
  flex: 1;
  width: 100%;
  align-items: flex-start;
}
.teaser_inspirational a .cont_text h5 {
  font-family: UbuntuMedium;
  font-size: 16px;
  line-height: 24px;
  height: 74px;
  width: 100%;
  text-align: left;
  color: #0E3368;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 3;
  -webkit-box-pack: center;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teaser_inspirational a .cont_text h5:hover {
  color: #0970e6;
}
@media only screen and (min-width: 1024px) {
  .teaser_inspirational a .cont_text h5 {
    font-size: 18px;
    line-height: 28px;
    height: 86px;
  }
}
@media only screen and (min-width: 1200px) {
  .teaser_inspirational a .cont_text h5 {
    font-family: OpenSansSemiBold;
    font-size: 18px;
    line-height: 26px;
    height: 80px;
  }
}
.teaser_inspirational a .cont_text p,
.teaser_inspirational a .cont_text button {
  display: none;
  height: fit-content;
}
.teaser_inspirational a .cont_arrow {
  display: none;
}
.teaser_inspirational.inspiration_cta {
  display: flex;
  flex-direction: row;
  border: 1px solid #E8E8E8;
  flex-direction: column !important;
  /*Height and justify content for search page inspirational mode*/
  justify-content: flex-start;
  flex: 1;
  width: 100%;
  height: auto;
  min-width: 1px;
  margin-bottom: 15px;
}
@media only screen and (min-width: 768px) {
  .teaser_inspirational.inspiration_cta {
    margin-bottom: 15px;
  }
}
.teaser_inspirational.inspiration_cta:hover .cont_text h5,
.teaser_inspirational.inspiration_cta:hover .cont_text p {
  color: #0970e6;
}
.teaser_inspirational.inspiration_cta .cont_img {
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  height: unset;
  overflow: hidden;
}
.teaser_inspirational.inspiration_cta .cont_img img {
  padding: 0;
}
.teaser_inspirational.inspiration_cta .cta-img {
  width: 50% !important;
  min-width: 50% !important;
  height: 0 !important;
}
.teaser_inspirational.inspiration_cta .cont_text {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 20px;
  flex: 0 0 auto;
  align-items: center;
  width: 100%;
  height: 100%;
  min-width: 1px;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.teaser_inspirational.inspiration_cta .cont_text h5,
.teaser_inspirational.inspiration_cta .cont_text p,
.teaser_inspirational.inspiration_cta .cont_text button {
  display: block;
  text-align: center;
  height: auto;
  min-width: 1px;
  width: 100%;
}
.teaser_inspirational.inspiration_cta .cont_text h5 {
  margin-bottom: 10px;
  margin-top: 0px;
  font-family: OpenSansSemibold;
  font-size: 18px;
  line-height: 26px;
  height: 54px;
  color: #0E3368;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 2;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teaser_inspirational.inspiration_cta .cont_text h5:hover {
  color: #0970e6;
}
.teaser_inspirational.inspiration_cta .cont_text p {
  margin-bottom: 15px;
  align-items: center;
  position: relative;
  font-family: OpenSansRegular;
  font-size: 16px;
  line-height: 26px;
  height: 80px;
  color: #575757;
  display: block;
  text-align: center;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 3;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}
.teaser_inspirational.inspiration_cta .cont_text p:hover {
  color: #0970e6;
}
.teaser_inspirational.inspiration_cta .cont_text p:empty {
  height: 0 !important;
  margin-bottom: 0 !important;
}
@media only screen and (min-width: 1024px) {
  .teaser_inspirational.inspiration_cta .cont_text p {
    height: 105px;
    -webkit-line-clamp: 4;
  }
}
.teaser_inspirational.inspiration_cta .cont_text a {
  width: auto;
  height: auto;
  display: block;
  text-align: center;
  align-items: center;
  position: relative;
  margin: 0 auto;
}
.teaser_inspirational.inspiration_cta .cta-text {
  width: 50%;
  padding: 10px;
}
.teaser_inspirational.inspiration_cta .cta-text .btn {
  width: auto !important;
}
.teaser_inspirational.inspirational_img {
  margin-bottom: 15px !important;
}
@media only screen and (min-width: 768px) {
  .teaser_inspirational.inspirational_img {
    margin-bottom: 30px !important;
  }
}
.teaser_inspirational.inspirational_img a {
  border: 0;
  padding: 0;
  flex-direction: column;
  flex: 1;
  width: 100%;
  height: auto;
  min-width: 1px;
}
.teaser_inspirational.inspirational_img a:hover .cont_text h5 {
  color: #0970e6;
}
.teaser_inspirational.inspirational_img a .cont_img {
  padding-bottom: 50%;
  position: relative;
  width: 100% !important;
  height: unset !important;
  overflow: hidden;
}
.teaser_inspirational.inspirational_img a .cont_img img {
  padding: 0;
  height: auto;
}
.teaser_inspirational.inspirational_img a .cont_text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
  min-height: 56px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #0e3368;
  flex-direction: row;
}
@media only screen and (min-width: 320px) {
  .teaser_inspirational.inspirational_img a .cont_text {
    height: inherit;
  }
}
.teaser_inspirational.inspirational_img a .cont_text h5 {
  font-family: OpenSansSemibold;
  font-size: 18px;
  line-height: 26px;
  height: 54px;
  color: #0E3368;
  width: 100%;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 2;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
.teaser_inspirational.inspirational_img a .cont_text h5:hover {
  color: #0970e6;
}
.teaser_inspirational.inspirational_text a {
  min-height: 124px;
}
.teaser_inspirational.inspirational_text a .cont_img {
  width: 100%;
  height: unset;
}
.teaser_inspirational.inspirational_text a .cont_text p {
  display: inline-block;
  font-size: 14px;
  color: #575757;
  overflow: hidden;
  line-height: 16px;
}
.teaser_inspirational .cont_arrow {
  order: 2;
  border: 1px solid #e5f0fd;
  display: flex;
  align-items: center;
  font-size: 0.75rem;
}
.teaser_inspirational .cont_arrow i {
  padding: 0 8px;
}
.teaser_inspirational.with_text {
  line-height: 1.125rem;
}
.teaser_inspirational.with_text .cont_text p {
  line-height: 1.125rem;
  color: #575757;
  overflow: hidden;
  display: none;
  font-size: 0.75rem;
}
@media only screen and (min-width: 768px) {
  .col-md-4 .teaser_inspirational a .cont_img,
  .col-md-3 .teaser_inspirational a .cont_img {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .col-md-4 .teaser_inspirational a .cont_img,
  .col-md-3 .teaser_inspirational a .cont_img {
    width: 107px;
    height: 107px;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-4 .teaser_inspirational a .cont_text h5,
  .col-md-3 .teaser_inspirational a .cont_text h5 {
    -webkit-line-clamp: 2;
    height: 56px;
  }
}
.reference .list.component .inspiration-list .teaser_inspirational.inspirational_img a .cont_text {
  align-items: center;
  background: rgba(255, 255, 255, 0.8);
  bottom: 0;
  color: #0e3368;
  display: flex;
  flex-direction: row;
  justify-content: center;
  min-height: 56px;
  padding: 0 0 0 1rem !important;
  position: absolute !important;
  width: 100%;
}
.reference .list.component .inspiration-list .teaser_inspirational.inspirational_img a .cont_text h5 {
  align-items: center;
  border-right: 1px solid #e5f0fd;
  display: flex;
  height: unset;
  justify-content: center;
  margin-bottom: 0;
  min-height: 56px;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.reference .list.component .inspiration-list .teaser_inspirational.inspirational_img a .cont_arrow {
  align-items: center;
  border: none !important;
  color: #007bff !important;
  display: flex;
  height: 56px;
  margin-left: auto;
  order: 2;
}
.category-teaser {
  color: white;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}
.category-teaser div {
  position: relative;
}
.category-teaser div.img-container {
  padding-bottom: 50%;
}
.category-teaser div.img-container img {
  padding: 0;
}
.category-teaser div.img-container:before {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.category-teaser .text-wrapper {
  position: absolute;
  z-index: 2;
  text-align: center;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.category-teaser .text-wrapper:hover .btn {
  display: block;
}
.category-teaser .text-wrapper h4 {
  font-family: UbuntuBold;
  max-width: 80%;
  color: #FFF;
  vertical-align: middle;
  margin-bottom: 10px;
  font-size: 26px !important;
  line-height: 34px !important;
  height: 68px !important;
}
@media only screen and (min-width: 1024px) {
  .category-teaser .text-wrapper h4 {
    font-size: 32px !important;
    line-height: 49px !important;
    height: 98px !important;
  }
}
.category-teaser .text-wrapper .btn {
  display: none;
  font-family: "OpenSansSemiBold";
  text-align: center;
  height: 50px;
  width: auto;
  color: #0970E6 !important;
  background: #ffffff !important;
  border: 1px solid #ffffff;
  border-radius: 50px;
  padding: 15px 30px;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .col-md-3.columnComponents .category-teaser .text-wrapper:hover h4 {
    height: 28px !important;
    -webkit-line-clamp: 1;
  }
  .col-md-3.columnComponents .category-teaser .text-wrapper h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    height: 56px !important;
  }
  .col-md-4.columnComponents .category-teaser .text-wrapper:hover h4 {
    height: 34px !important;
    -webkit-line-clamp: 1;
  }
  .list .col-smd-3 .category-teaser .text-wrapper:hover h4 {
    height: 28px !important;
    -webkit-line-clamp: 1;
  }
  .list .col-smd-3 .category-teaser .text-wrapper h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    height: 56px !important;
  }
  .list .col-smd-4 .category-teaser .text-wrapper:hover h4 {
    height: 34px !important;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-6.columnComponents .category-teaser .text-wrapper h4 {
    font-size: 32px !important;
    line-height: 49px !important;
    height: 98px !important;
    -webkit-line-clamp: 2;
  }
  .col-md-4.columnComponents .category-teaser .text-wrapper h4 {
    font-size: 26px !important;
    line-height: 34px !important;
    height: 68px !important;
    -webkit-line-clamp: 2;
  }
  .col-md-4.columnComponents .category-teaser .text-wrapper:hover h4 {
    height: 68px !important;
    -webkit-line-clamp: 2;
  }
  .col-md-3.columnComponents .category-teaser .text-wrapper h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    height: 56px !important;
  }
  .col-md-3.columnComponents .category-teaser .text-wrapper:hover h4 {
    height: 28px !important;
    -webkit-line-clamp: 1;
  }
  .list .col-md-6 .category-teaser .text-wrapper h4 {
    font-size: 32px !important;
    line-height: 49px !important;
    height: 98px !important;
  }
  .list .col-md-4 .category-teaser .text-wrapper h4 {
    font-size: 26px !important;
    line-height: 34px !important;
    height: 68px !important;
  }
  .list .col-md-4 .category-teaser .text-wrapper:hover h4 {
    height: 68px !important;
    -webkit-line-clamp: 2;
  }
  .list .col-md-3 .category-teaser .text-wrapper h4 {
    font-size: 20px !important;
    line-height: 28px !important;
    height: 56px !important;
  }
  .list .col-md-3 .category-teaser .text-wrapper:hover h4 {
    height: 28px !important;
    -webkit-line-clamp: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-3.columnComponents .category-teaser .text-wrapper h4 {
    font-size: 24px !important;
    line-height: 32px !important;
    height: 64px !important;
  }
  .col-md-3.columnComponents .category-teaser .text-wrapper:hover h4 {
    height: 56px !important;
    -webkit-line-clamp: 2;
  }
  .list .col-md-3 .category-teaser .text-wrapper h4 {
    font-size: 24px !important;
    line-height: 32px !important;
    height: 64px !important;
  }
  .list .col-md-3 .category-teaser .text-wrapper:hover h4 {
    height: 56px !important;
    -webkit-line-clamp: 2;
  }
}
.related_content {
  padding: 32px 8px;
}
@media only screen and (min-width: 1200px) {
  .related_content {
    padding: 32px;
  }
}
.related_content > div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.related_content > div .richtext h4,
.related_content > div .richtext p {
  padding: 0;
}
.related_content > div .richtext h4 {
  color: #8e1e44;
}
.related_content > div .richtext p {
  margin-bottom: 32px;
}
.related_content > div .btn.outlined {
  background: transparent;
  max-width: 80%;
}
@media only screen and (min-width: 320px) {
  .related_content > div .btn.outlined {
    margin-bottom: 24px;
  }
}
.related_content > div .btn.outlined:hover {
  background: #0e3368;
}
.related_content > div .block {
  max-height: unset;
}
@media only screen and (min-width: 1200px) {
  .related_content > div .block {
    max-height: 240px;
  }
}
.related_content .related_content_person {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 24px 0;
}
@media (max-width: 765px) {
  .related_content .related_content_person {
    flex-direction: column;
    position: relative;
  }
}
.related_content .related_content_person .related_content_person_img {
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 116px;
  height: 116px;
}
.related_content .related_content_person .related_content_person_img img {
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  width: 116px;
}
.related_content .related_content_person .related_content_person_img .border_layer {
  width: 108px;
  height: 108px;
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 50%;
  border: 2px solid #f5f4f2;
}
.related_content .related_content_person .related_content_person_data {
  display: flex;
  flex-direction: column;
  padding-left: 16px;
}
.related_content .related_content_person .related_content_person_data .related_content_person_name {
  font-family: "CaveatRegular";
  font-size: 1.6rem;
  color: #05529c;
}
.related_content .related_content_person .related_content_person_data .related_content_person_subtitle {
  font-family: 'OpenSansRegular';
  font-size: 0.875rem;
  color: #05529c;
}
.related_content .related_content_person .related_content_person_arrow {
  transform: rotateX(180deg);
}
@media (max-width: 765px) {
  .related_content .related_content_person .related_content_person_arrow {
    transform: rotateX(0deg);
    transform: rotateZ(90deg);
  }
}
@media (min-width: 766px) and (max-width: 991px) {
  .related_content .related_content_person .related_content_person_arrow {
    margin: 40px 0 0 40px;
    transform: rotateX(0deg);
    transform: rotateZ(45deg);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .related_content .related_content_person .related_content_person_arrow {
    position: absolute;
    right: 0;
    margin-top: 40px;
  }
}
.related_content .related_content_person .related_content_person_arrow i {
  font-size: 3rem;
  color: #05529c;
}
.related_content_card {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  background-color: #ffffff;
}
@media only screen and (min-width: 1200px) {
  .related_content_card {
    flex-direction: row;
  }
}
.related_content_card .cont_img {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .related_content_card .cont_img {
    width: 50%;
  }
}
.related_content_card .cont_img img {
  padding: 0;
}
.related_content_card .cont_text {
  width: 100%;
  height: 100%;
  padding: 32px 16px 16px;
  display: flex;
  flex-direction: column;
  justify-items: flex-start;
}
@media only screen and (min-width: 1200px) {
  .related_content_card .cont_text {
    width: 50%;
  }
}
.related_content_card .cont_text h4 {
  margin-bottom: 1rem;
  display: inline-block;
  max-height: calc(30px*2 + 1px);
  overflow: hidden;
}
.related_content_card .cont_text .product_info {
  width: 80%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.related_content_card .cont_text .product_info .add_to_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 50px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  padding: 0 8px;
  cursor: pointer;
}
.related_content_card .cont_text .product_info .add_to_list .icon-list {
  color: #929292;
  font-size: 1.6rem;
  line-height: 1.2rem;
}
.related_content_card .cont_text .product_info .add_to_list .icon-plus-circle {
  color: #05529c;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  top: 0;
  right: 0;
  font-size: 1rem;
  line-height: 1rem;
}
.related_content_card .cont_text .product_info .price_container .old_price .price,
.related_content_card .cont_text .product_info .price_container .old_price .currency {
  font-family: 'OpenSansRegular';
  font-size: 12px;
  color: #929292;
  text-decoration: line-through;
}
.related_content_card .cont_text .product_info .price_container .new_price .price {
  font-family: 'OpenSansSemibold';
  font-size: 30px;
  color: #05529c;
  line-height: 1;
}
.related_content_card .cont_text .product_info .price_container .new_price .decimals,
.related_content_card .cont_text .product_info .price_container .new_price .currency {
  font-family: 'OpenSansSemibold';
  font-size: 16px;
  color: #05529c;
}
.related_content_card .cont_text .product_info .price_container .new_price .units {
  font-family: 'OpenSansRegular';
  font-size: 12px;
  color: #929292;
}
.related_content_card .cont_text .btn.btn_icon {
  display: block;
  max-width: 80%;
  margin-left: 0;
  text-align: center;
  margin-bottom: 1rem;
}
.related_content_card .cont_text .characteristics_wrapper {
  background: #ffccbd;
  padding: 16px;
  display: flex;
  flex-direction: column;
  margin-top: auto;
}
@media only screen and (min-width: 1200px) {
  .related_content_card .cont_text .characteristics_wrapper {
    flex-direction: row;
  }
}
.related_content_card .cont_text .characteristics_wrapper .characteristic {
  padding: 8px 0;
}
@media only screen and (min-width: 1200px) {
  .related_content_card .cont_text .characteristics_wrapper .characteristic {
    padding: 0 16px;
  }
}
.related_content_card .cont_text .characteristics_wrapper .characteristic .icon {
  color: #8e1e44;
}
.related_content_card .cont_text .characteristics_wrapper .characteristic p {
  color: #575757;
}
.related_content_card .cont_text .characteristics_wrapper .characteristic span {
  font-family: 'OpenSansSemibold';
  color: #8e1e44;
}
.related_content_card .cont_text .characteristics_wrapper .characteristic:first-child {
  border: none;
  border-bottom: 1px solid #575757;
}
@media only screen and (min-width: 1200px) {
  .related_content_card .cont_text .characteristics_wrapper .characteristic:first-child {
    border: none;
    border-right: 1px solid #575757;
  }
}
.related_content_card:hover .characteristics_wrapper .characteristic p {
  color: #575757;
}
@media only screen and (min-width: 320px) {
  #tab-content {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 320px) {
  .tab_component .nav-tabs {
    border-bottom: none ;
  }
}
.tab_component .nav-tabs .nav-item a {
  height: 100%;
}
.tab_component .nav-tabs .nav-item a img {
  padding-right: 10px;
}
.tab_component .nav-tabs .nav-link {
  color: #9A9A9A;
}
.tab_component .nav-tabs .nav-link .img-cont {
  display: flex;
  flex-wrap: wrap;
}
.tab_component .nav-tabs .nav-link .text-cont {
  display: flex;
  flex-wrap: wrap;
}
.tab_component .nav-tabs .nav-link:hover {
  color: #0970E6;
}
.tab_component .nav-tabs .nav-link.active,
.tab_component .nav-tabs .nav-item.show .nav-link {
  text-align: center;
  color: #0970E6;
  font-weight: 600;
  border-bottom: none;
}
.tab_component .nav-tabs li {
  font-family: "OpenSansSemiBold";
  font-size: 16px;
  padding-right: 0;
  line-height: 22px;
  margin-right: 30px;
}
@media only screen and (min-width: 320px) {
  .tab_component .nav-tabs li {
    font-size: 14px;
    border-bottom: none;
    white-space: nowrap;
  }
}
@media only screen and (min-width: 1024px) {
  .tab_component .nav-tabs li {
    font-size: 16px;
  }
}
.tab_component .nav-tabs .nav-link {
  padding: 0;
  background: transparent;
  border: none;
  text-transform: uppercase;
}
@media only screen and (min-width: 320px) {
  .tab_component .nav-tabs li.scroll_tab_first {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .tab_component .nav-tabs li.scroll_tab_first {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 320px) {
  .tab_component .nav-tabs li:first-child {
    padding-left: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .tab_component .nav-tabs li:first-child {
    padding-left: 0px;
  }
}
@media only screen and (min-width: 320px) {
  .tab_component .nav-tabs li:last-child {
    padding-right: 60px;
  }
}
@media only screen and (min-width: 768px) {
  .tab_component .nav-tabs li:last-child {
    padding-right: 0px;
  }
}
.tab_component .nav-tabs .nav-link.active {
  border-bottom: 3px solid #0970E6;
  padding-bottom: 13px;
  font-family: "OpenSansBold";
}
@media only screen and (min-width: 320px) {
  .tab_component .nav-tabs .nav-link.active {
    display: inline-block;
  }
}
.tab_component.red .nav-tabs {
  border-color: #8e1e44;
}
.tab_component.red .nav-tabs .nav-link.active,
.tab_component.red .nav-tabs .nav-item.show .nav-link {
  color: #8e1e44;
  background: #f5f4f2;
  border-color: #8e1e44 #8e1e44 #f5f4f2;
}
.tab_component.red .nav-tabs .nav-link.active:hover,
.tab_component.red .nav-tabs .nav-item.show .nav-link:hover {
  border-color: #8e1e44 #8e1e44 #f5f4f2;
}
.tab_component.red .nav-tabs .nav-link:hover {
  border-color: #8e1e44;
  color: #8e1e44;
}
.tab_component .tab-menu-wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background: white !important;
  line-height: 60px;
  padding-bottom: 15px;
}
.tab_component .tab-menu-wrapper .tab-menu-list {
  margin: 0 30px;
  text-align: left;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0 15px;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
}
.tab_component .tab-menu-wrapper .tab-menu-list::-webkit-scrollbar {
  display: none;
}
.tab_component .tab-menu-wrapper .tab-menu-list .tab-menu-item {
  display: inline-block;
  box-sizing: border-box;
  text-align: left;
  line-height: 60px;
}
.tab_component .tab-menu-wrapper .tab-menu-list li:first-child {
  padding-left: 0;
}
.tab_component .tab-menu-wrapper .tab-menu-list li:last-child {
  padding-right: 0px;
}
.tab_component .tab-menu-wrapper .tab-menu-list .nav-link.active {
  padding-bottom: 0px;
  color: #0970E6 !important;
  background: #ffff !important;
}
@media only screen and (min-width: 320px) {
  .tab_component .tab-menu-wrapper .tab-menu-list .nav-link.active {
    display: block;
  }
}
.tab_component .tab-menu-wrapper .paddles .paddle {
  position: absolute;
  top: 0;
  width: 30px;
  background-color: #fff;
  color: #0970E6;
  line-height: 60px;
  vertical-align: middle;
  text-align: center;
  cursor: pointer;
  font-size: 12px;
}
.tab_component .tab-menu-wrapper .paddles .left-paddle {
  left: -7px;
  border-right: 1px solid rgba(154, 154, 154, 0.3);
}
.tab_component .tab-menu-wrapper .paddles .right-paddle {
  right: -7px;
  border-left: 1px solid rgba(154, 154, 154, 0.3);
}
.tab_component .tab-menu-wrapper .paddles .left-paddle:hover,
.tab_component .tab-menu-wrapper .paddles .right-paddle:hover {
  color: #05529C;
}
.tab_component .tab-menu-wrapper .paddles .inactive-gray-paddle {
  color: gray;
  pointer-events: none;
}
.tab_component .carousel-indicators {
  bottom: -36px;
}
.tab_component .carousel-indicators li {
  background-color: #e5f0fd;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  cursor: pointer;
}
.tab_component .carousel-indicators li.active {
  background-color: #05529c;
}
.tab_component .carousel-control-prev,
.tab_component .carousel-control-next {
  position: absolute;
  border: 1px solid #bcbcbc;
  background-color: #f5f4f2;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  top: 48%;
}
.tab_component .carousel-control-prev i,
.tab_component .carousel-control-next i {
  color: #05529c;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_component .carousel-control-prev {
  left: -8px;
}
.tab_component .carousel-control-prev i {
  padding-right: 2px;
}
.tab_component .carousel-control-next {
  right: -8px;
}
.tab_component .carousel-control-next i {
  padding-left: 2px;
}
.tab_component .tab-content .tab-pane {
  padding: 20px 0 0 0;
}
.tab_component .tab-content .tab-pane:after {
  content: '';
  clear: both;
  display: table;
}
.tab_component .promo_img .img-container {
  padding-top: 0px !important;
}
.tab_component .promo_img .img-container img {
  width: 160px !important;
  height: 160px !important;
  max-width: none !important;
  max-height: none !important;
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 320px) {
  .tab_component .promo_img .img-container img {
    width: 140px !important;
    height: 140px !important;
  }
}
@media only screen and (min-width: 768px) {
  .tab_component .promo_img .img-container img {
    width: 140px !important;
    height: 140px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .tab_component .promo_img .img-container img {
    width: 130px !important;
    height: 130px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .tab_component .promo_img .img-container img {
    width: 160px !important;
    height: 160px !important;
  }
}
.tab_component .promo_img .promotions .zmags {
  border: none;
}
.tab_component .promo_img .promotions .zmags .cont_text .product_info {
  margin-bottom: 0;
  max-height: none;
}
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price {
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
  .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price {
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 425px) {
  .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price {
    padding: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price {
    padding: 0px 25px;
  }
}
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .unit {
  width: 62.5%;
  font-size: 12px;
  font-family: "OpenSansRegular";
  text-align: left;
  line-height: 19px;
  display: flex;
  height: 43px;
  align-items: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #9A9A9A;
}
@media only screen and (min-width: 768px) {
  .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .unit {
    line-height: 20px;
  }
}
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .unit .units {
  color: #9A9A9A;
}
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .prices {
  width: 37.5%;
  text-align: right;
  line-height: 12px;
}
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .prices .old_price .price,
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .prices .old_price .currency {
  font-size: 14px;
  color: #575757;
  font-family: "OpenSansRegular";
}
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .prices .unit_price .price_group {
  background-color: #FFF29C;
  word-spacing: -3px;
  font-family: "OpenSansSemiBold";
  line-height: 16px;
  font-size: 14px;
  padding-top: 4px;
}
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .prices .unit_price .price_group .price {
  vertical-align: sub;
  font-family: "OpenSansSemiBold";
}
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .prices .unit_price .price_group .decimals,
.tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .prices .unit_price .price_group .currency {
  font-size: 14px;
}
.tab_component .promo_img .promotions .zmags .promotions-btn {
  bottom: unset;
  width: unset;
  min-width: 153px;
  max-width: 100%;
}
.tab_component .promo_img .promotions .zmags .promotions-btn:hover {
  background: #05529C;
  border: none;
  color: #ffffff;
}
.tab_component .promo_img .promotions .zmags .promotions-btn:hover:before {
  color: #ffffff;
}
.tab_component .promo_img .promotions .zmags .promotions-btn::before {
  position: relative;
  top: 2px;
}
.tab_component .promo_img .promotions .zmags .promotions-btn.hide-cart-btn {
  display: none !important;
}
.tab_component .promo_img .promotions .zmags .product-not-available {
  display: none !important;
  text-align: center;
  background-color: #F4F9FF;
  border: 1px solid #CFE1F5;
  padding: 10px;
  font-size: 12px;
}
.tab_component .promo_img .promotions .zmags .product-not-available span:first-child {
  color: #0E3368;
}
.tab_component .promo_img .promotions .zmags .product-not-available span:last-child {
  color: #0970E6;
  text-decoration: underline;
}
.tab_component .promo_img .promotions .zmags .product-not-available:hover span {
  text-decoration: none;
}
.tab_component .promo_img .promotions .zmags .product-not-available.show-notAvailable-data {
  display: block !important;
}
.tab_component .promo_img .promotions .zmags .cont_promotion_container {
  height: 30px;
}
.tab_component .promo_img .promotions .zmags .cont_promotion_container .cont_promotion {
  font-size: 14px;
  font-family: "OpenSansSemiBold";
  background-color: #FFF29C;
  color: #D83832;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tab_component .promo_img .promotions .zmags .cont_promotion_container .cont_logo {
  padding: 8px 8px 5px 8px;
  border: 1px solid #FFF29C;
}
.tab_component .promo_img .promotions .zmags .cont_promotion_container .cont_logo img {
  width: 17px;
  height: 12px;
  vertical-align: text-top;
}
.tab_component .promo_img .promotions .zmags .cont_promotion_container .cont_logo img:last-child {
  margin-left: 0px;
}
.tab_component .promo_img .zmags.box {
  flex-direction: column-reverse !important;
  justify-content: flex-start;
  padding-bottom: 15px !important;
}
.tab_component .promo_img .zmags.box .text-container {
  height: auto !important;
}
.tab_component .promo_img .zmags.box .text-container h5 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 0px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  vertical-align: middle;
  -webkit-box-pack: center;
}
.tab_component .promo_img .zmags.box .text-container h5:hover {
  color: #0970E6;
}
.tab_component .promo_img .zmags.box .text-container h5:empty {
  display: none;
}
@media only screen and (min-width: 320px) {
  .tab_component .promo_img .zmags.box .text-container h5 {
    padding: 0px 20px;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 768px) {
  .tab_component .promo_img .zmags.box .text-container h5 {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .tab_component .promo_img .zmags.box .text-container h5 {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .tab_component .promo_img .zmags.box .text-container h5 {
    padding: 0px;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .tab_component .promo_img .zmags.box .text-container h5 {
    padding: 0px 25px;
  }
}
.tab_component .promo_img .zmags.box .text-container .promotion-title {
  width: 90%;
  min-height: 24px;
  background: rgba(230, 230, 230, 0.5);
  padding: 5px;
}
@media only screen and (min-width: 1200px) {
  .tab_component .promo_img .zmags.box .text-container .promotion-title {
    width: 100%;
  }
}
.tab_component .promo_img .zmags.box .text-container .promotion-title i {
  font-size: 1rem;
  padding-right: 5px;
}
.tab_component .promo_img .zmags.box .text-container .promotion-title h6 {
  text-transform: uppercase;
  font-family: UbuntuLight;
  font-size: 14px !important;
  letter-spacing: 1.4px;
  margin: 0;
  color: #575757;
}
@media only screen and (min-width: 1024px) {
  .tab_component .promo_img .zmags.box .cont-text {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .tab_component .promo_img .zmags.box .cont-text {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .tab_component .li-tab-first {
    margin-left: 20px;
  }
}
.tab_component .tab-borderbottom-none {
  border-bottom: none !important;
  height: 59px !important;
}
.search_results_tab {
  margin-bottom: 0px !important;
}
.search_results_tab .tab-pane {
  padding-bottom: 0px !important;
}
.columnComponents .columcontrol-tabcomponent {
  margin: 0;
}
@media only screen and (min-width: 320px) {
  .share-wrapper {
    z-index: 10;
  }
}
@media screen and (max-width: 1023px) {
  .share-wrapper.show-social-share .at-share-btn-elements {
    margin-top: 6px;
  }
  .share-wrapper.show-social-share .at-share-btn-elements a.at-icon-wrapper {
    width: 21px;
    height: 21px;
  }
  .share-wrapper.show-social-share .at-share-btn-elements span.at-icon-wrapper,
  .share-wrapper.show-social-share .at-share-btn-elements span svg {
    width: 15px !important;
    height: 15px !important;
    margin-top: -3px;
    margin-left: -1px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .share-wrapper.show-social-share .at-share-btn-elements {
    margin-top: 6px;
  }
  .share-wrapper.show-social-share .at-share-btn-elements a.at-icon-wrapper {
    width: 28px;
    height: 28px;
  }
  .share-wrapper.show-social-share .at-share-btn-elements span.at-icon-wrapper,
  .share-wrapper.show-social-share .at-share-btn-elements span svg {
    width: 17px !important;
    height: 17px !important;
    margin: 0px;
  }
}
.share-wrapper .share-close {
  color: #0970E6 ;
  cursor: pointer;
  text-decoration: underline;
}
.share-wrapper .share-close:hover {
  text-decoration: none;
}
.share-wrapper .share-open {
  display: none;
}
.share-wrapper .share-open .at-icon-wrapper {
  border-radius: 50%!important;
}
.share-wrapper .share-open .close-button {
  color: #0970E6;
  text-decoration: underline;
  display: inline-block;
  font-size: 0.875rem;
  cursor: pointer;
}
.print-button {
  color: #0970E6 ;
  text-decoration: underline;
}
.print-button:hover {
  text-decoration: none;
}
.print-button .icon-print {
  display: inline-block;
  vertical-align: middle;
}
.safari-browser .share-wrapper.mr-3 {
  margin-right: 0 !important;
}
.quote.component {
  padding-bottom: 20px;
  border-bottom: 1px solid #E2E2E2;
}
.quote .btn.primary-btn:hover {
  background: #00509E !important;
}
.quote .text-wrapper {
  text-align: center;
}
.quote .text-wrapper h4 {
  font-size: 1rem;
  color: #0e3368;
  font-family: "OpenSansSemiBold";
  margin-bottom: 1rem;
}
.quote .text-wrapper p {
  color: #282828;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  font-family: "OpenSansRegular";
}
@media only screen and (min-width: 320px) {
  .quote .text-wrapper p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1440px) {
  .quote .text-wrapper p {
    font-size: 16px;
  }
}
.quote .text-wrapper p:nth-child(2) {
  padding-bottom: 20px;
}
.quote .cta-btn {
  text-align: center;
  padding-bottom: 10px !important;
}
.quote .cta-btn a {
  margin: 0;
  display: inline-block !important;
}
.quote .author {
  display: block;
  text-align: center;
  padding-bottom: 15px;
}
.quote .author .author-name {
  color: #0e3368;
  line-height: 0.5rem;
  margin: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-self: flex-end;
}
.quote .author .author-name h5 {
  color: #0A316A;
}
@media only screen and (min-width: 320px) {
  .quote .author .author-name h5 {
    font-size: 20px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .quote .author .author-name h5 {
    font-size: 24px;
    line-height: 24px;
  }
}
.quote .author .author-name span {
  font-size: 14px;
  line-height: 20px;
  color: #0A316A;
  font-family: OpenSansRegular;
}
.quote .author .profile {
  border-radius: 50%;
}
.quote .author .profile .false-border {
  border-radius: 50%;
  width: 92px;
  border: #ffffff 2px solid;
  height: 92px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  display: none;
}
.quote .author .profile .parent-img {
  left: 0;
  right: 0;
  display: inline-block;
}
.quote .author .profile .parent-img:before,
.quote .author .profile .parent-img:after {
  content: "";
  position: absolute;
  height: 5px;
  border-top: 1px solid #E2E2E2;
  top: 40px;
}
@media only screen and (min-width: 320px) {
  .quote .author .profile .parent-img:before,
  .quote .author .profile .parent-img:after {
    width: 32% !important;
  }
}
@media only screen and (min-width: 768px) {
  .quote .author .profile .parent-img:before,
  .quote .author .profile .parent-img:after {
    width: 40% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .quote .author .profile .parent-img:before,
  .quote .author .profile .parent-img:after {
    width: 41% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .quote .author .profile .parent-img:before,
  .quote .author .profile .parent-img:after {
    width: 43% !important;
  }
}
@media only screen and (min-width: 1440px) {
  .quote .author .profile .parent-img:before,
  .quote .author .profile .parent-img:after {
    width: 44% !important;
  }
}
@media only screen and (min-width: 320px) {
  .quote .author .profile .parent-img:before {
    right: 60% !important;
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .quote .author .profile .parent-img:before {
    right: 54% !important;
    margin-right: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .quote .author .profile .parent-img:before {
    right: 54% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .quote .author .profile .parent-img:before {
    right: 53% !important;
  }
}
@media only screen and (min-width: 320px) {
  .quote .author .profile .parent-img:after {
    left: 60% !important;
    margin-left: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .quote .author .profile .parent-img:after {
    left: 54% !important;
    margin-left: 40px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .quote .author .profile .parent-img:after {
    left: 54% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .quote .author .profile .parent-img:after {
    left: 53% !important;
  }
}
.quote .author .profile img {
  margin: 2px;
  border-radius: 50%;
  display: inline-block;
  position: relative;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover;';
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.10196078);
  opacity: 1;
}
@media only screen and (min-width: 320px) {
  .quote .author .profile img {
    width: 70px;
    height: 70px;
  }
}
@media only screen and (min-width: 1440px) {
  .quote .author .profile img {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 320px) {
  .col-md-6 .quote .author .profile .parent-img:before,
  .col-md-6 .quote .author .profile .parent-img:after {
    width: 32% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-6 .quote .author .profile .parent-img:before,
  .col-md-6 .quote .author .profile .parent-img:after {
    width: 29% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-6 .quote .author .profile .parent-img:before,
  .col-md-6 .quote .author .profile .parent-img:after {
    width: 35% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-6 .quote .author .profile .parent-img:before,
  .col-md-6 .quote .author .profile .parent-img:after {
    width: 38% !important;
  }
}
@media only screen and (min-width: 320px) {
  .col-md-6 .quote .author .profile .parent-img:before {
    right: 60% !important;
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-6 .quote .author .profile .parent-img:before {
    right: 61% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-6 .quote .author .profile .parent-img:before {
    right: 58% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-6 .quote .author .profile .parent-img:before {
    right: 56% !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-md-6 .quote .author .profile .parent-img:before {
    right: 57% !important;
  }
}
@media only screen and (min-width: 320px) {
  .col-md-6 .quote .author .profile .parent-img:after {
    left: 60% !important;
    margin-left: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-6 .quote .author .profile .parent-img:after {
    left: 61% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-6 .quote .author .profile .parent-img:after {
    left: 58% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-6 .quote .author .profile .parent-img:after {
    left: 56% !important;
  }
}
@media only screen and (min-width: 1440px) {
  .col-md-6 .quote .author .profile .parent-img:after {
    left: 57% !important;
  }
}
@media only screen and (min-width: 320px) {
  .col-md-4 .quote .author .profile .parent-img:before,
  .col-md-4 .quote .author .profile .parent-img:after {
    width: 32% !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-4 .quote .author .profile .parent-img:before,
  .col-md-4 .quote .author .profile .parent-img:after {
    width: 18% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-4 .quote .author .profile .parent-img:before,
  .col-md-4 .quote .author .profile .parent-img:after {
    width: 27% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-4 .quote .author .profile .parent-img:before,
  .col-md-4 .quote .author .profile .parent-img:after {
    width: 32% !important;
  }
}
@media only screen and (min-width: 320px) {
  .col-md-4 .quote .author .profile .parent-img:before {
    right: 60% !important;
    margin-right: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-4 .quote .author .profile .parent-img:before {
    right: 67% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-4 .quote .author .profile .parent-img:before {
    right: 62% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-4 .quote .author .profile .parent-img:before {
    right: 60% !important;
  }
}
@media only screen and (min-width: 320px) {
  .col-md-4 .quote .author .profile .parent-img:after {
    left: 60% !important;
    margin-left: 30px !important;
  }
}
@media only screen and (min-width: 768px) {
  .col-md-4 .quote .author .profile .parent-img:after {
    left: 67% !important;
  }
}
@media only screen and (min-width: 1024px) {
  .col-md-4 .quote .author .profile .parent-img:after {
    left: 62% !important;
  }
}
@media only screen and (min-width: 1200px) {
  .col-md-4 .quote .author .profile .parent-img:after {
    left: 60% !important;
  }
}
.article-library.reverse {
  flex-direction: row-reverse;
}
.article-library .col-12 {
  padding: 10px !important;
}
.article-library .teaser_inspirational {
  margin-top: 8px;
  min-height: auto;
  margin-bottom: 0 !important;
}
.article-library .teaser_inspirational a .cont_img {
  width: 70px;
  height: 70px;
  min-width: 70px;
  padding-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .article-library .teaser_inspirational a .cont_img {
    width: 83px;
    height: 83px;
  }
}
@media only screen and (min-width: 1200px) {
  .article-library .teaser_inspirational a .cont_img {
    width: 90px;
    height: 90px;
  }
}
@media only screen and (min-width: 1440px) {
  .article-library .teaser_inspirational a .cont_img {
    width: 107px;
    height: 107px;
  }
}
.article-library .teaser_inspirational a .cont_text h5 {
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 1024px) {
  .article-library .teaser_inspirational a .cont_text h5 {
    font-size: 18px;
    line-height: 28px;
    height: 56px;
  }
}
@media only screen and (min-width: 1024px) {
  .article-library .teaser_inspirational a .cont_text h5 {
    font-family: OpenSansSemiBold;
    font-size: 18px;
    line-height: 26px;
    height: 53px;
  }
}
.article-library .teaser_inspirational.inspiration_cta {
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1200px) {
  .article-library .teaser_inspirational.inspiration_cta {
    flex-direction: column;
  }
}
.article-library .teaser_inspirational.inspiration_cta a {
  height: 100%;
  width: 100%;
  position: absolute;
}
.article-library .teaser_inspirational.inspiration_cta a:hover .cont_text h5 {
  color: #0970e6;
}
.article-library .teaser_inspirational.inspiration_cta .cont_text {
  padding: 26px 20px 20px 20px;
}
.article-library .teaser_inspirational.inspiration_cta .cont_text p {
  display: none;
}
.article-library .teaser_inspirational.inspiration_cta .cont_text a {
  display: none;
}
.article-library .teaser_inspirational.inspiration_cta .cont_text h5 {
  font-family: "OpenSansSemiBold";
  text-align: left;
  font-size: 16px;
  line-height: 24px;
  height: 50px;
  max-height: calc(49px);
  color: #0e3368;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  vertical-align: middle;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 2;
  -webkit-box-pack: center;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1024px) {
  .article-library .teaser_inspirational.inspiration_cta .cont_text h5 {
    font-size: 18px;
    line-height: 26px;
    height: 54px;
  }
}
.article-library .teaser_inspirational.inspiration_cta .cont_img {
  padding-bottom: 50%;
  position: relative;
  width: 100%;
  height: unset;
  overflow: hidden;
}
.usp_component {
  padding: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
.usp_component .col-12 {
  padding-left: 0;
  padding-right: 0;
}
@media only screen and (min-width: 480px) {
  .usp_component .col-12 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1200px) {
  .usp_component .col-12 {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .usp_component {
    padding: 16px;
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .usp_component {
    padding: 32px;
  }
}
.usp_component .ups_item {
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  border: 1px solid #E5E5E5;
  border-radius: 10px;
  margin: 8px 0;
  padding: 10px 30px 10px 16px;
}
@media only screen and (min-width: 320px) {
  .usp_component .ups_item {
    margin-left: 25px;
  }
}
@media only screen and (min-width: 1200px) {
  .usp_component .ups_item {
    margin: 16px 0px 16px 25px;
  }
}
.usp_component .ups_item .cont_icon {
  display: inline-block;
  font-size: 2rem;
  line-height: 1.4rem;
  border-radius: 50%;
  text-align: center;
  margin-left: -42px;
  background: #F4F9FF;
  border: 1px solid #CFE1F5;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: initial;
  height: 40px;
  width: 40px;
}
.usp_component .ups_item .cont_icon .icon {
  color: #0E3368;
  font-size: 20px;
}
@media only screen and (min-width: 1200px) {
  .usp_component .ups_item .cont_icon {
    line-height: 1.4rem;
    margin-left: -56px;
  }
}
.usp_component .ups_item .cont_text {
  padding-left: 16px;
}
.usp_component .ups_item .cont_text h3 {
  font-family: "UbuntuRegular";
  text-align: left;
  font-size: 18px;
  line-height: 26px;
  padding-top: 20px;
  padding-bottom: 10px;
  margin-bottom: 0px;
}
.usp_component .ups_item .cont_text p {
  font-family: "OpenSansRegular";
  color: #282828;
  display: inline-block;
  font-size: 14px;
  line-height: 22px;
  padding: 10px 0px;
}
@media only screen and (min-width: 1440px) {
  .usp_component .ups_item .cont_text p {
    font-size: 16px;
    line-height: 24px;
  }
}
.usp_component.hyper .ups_item {
  border-color: #cce3fe;
}
.usp_component.hyper .ups_item .cont_icon {
  background: #0e3368;
}
.usp_component.hyper .ups_item .cont_icon .icon {
  color: #cce3fe;
}
.usp_component.hyper .ups_item .cont_text h1,
.usp_component.hyper .ups_item .cont_text h2,
.usp_component.hyper .ups_item .cont_text h3,
.usp_component.hyper .ups_item .cont_text h4,
.usp_component.hyper .ups_item .cont_text h5,
.usp_component.hyper .ups_item .cont_text h6 {
  text-align: left;
  color: #0e3368 !important;
}
.usp_component.market .ups_item {
  border-color: #fbdfdf;
}
.usp_component.market .ups_item .cont_icon {
  background: #e52629;
}
.usp_component.market .ups_item .cont_icon .icon {
  color: #fbdfdf;
}
.usp_component.market .ups_item .cont_text h1,
.usp_component.market .ups_item .cont_text h2,
.usp_component.market .ups_item .cont_text h3,
.usp_component.market .ups_item .cont_text h4,
.usp_component.market .ups_item .cont_text h5,
.usp_component.market .ups_item .cont_text h6 {
  text-align: left;
  color: #e52629 !important;
}
.usp_component.express .ups_item {
  border-color: #d9ebe1;
}
.usp_component.express .ups_item .cont_icon {
  background: #007934;
}
.usp_component.express .ups_item .cont_icon .icon {
  color: #d9ebe1;
}
.usp_component.express .ups_item .cont_text h1,
.usp_component.express .ups_item .cont_text h2,
.usp_component.express .ups_item .cont_text h3,
.usp_component.express .ups_item .cont_text h4,
.usp_component.express .ups_item .cont_text h5,
.usp_component.express .ups_item .cont_text h6 {
  text-align: left;
  color: #007934 !important;
}
.zmags-box-container {
  display: flex;
  border: 1px solid #E8E8E8;
}
.zmags-box-container .img-container {
  height: inherit;
}
@media only screen and (min-width: 320px) {
  .zmags-box-container {
    border-left-width: 1px;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-box-container {
    border-left-width: 0px;
  }
}
.zmags-box-container:first-child {
  border-left: 1px solid #E8E8E8;
}
.zmags .img-container {
  position: relative;
  width: fit-content;
  padding-bottom: unset;
}
.zmags .img-container img {
  position: relative;
}
.zmags.link a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
@media only screen and (min-width: 320px) {
  .zmags.link a {
    cursor: pointer;
    padding: 1rem;
    flex-direction: column;
  }
}
.zmags.link a .text-container {
  display: flex;
  align-items: center;
}
.zmags.link a .text-container .text-wrapper {
  text-align: center;
  padding: 16px;
  border: 1px solid #f5f4f2;
  border-radius: 0 15px 15px 0;
  width: 170px;
}
@media only screen and (min-width: 320px) {
  .zmags.link a .text-container .text-wrapper {
    border-radius: 15px;
    width: 100%;
  }
}
@media only screen and (max-width: 300px) {
  .zmags.link a .text-container .text-wrapper {
    width: 100px;
  }
}
.zmags.link a .text-container .text-wrapper h5 {
  color: #0e3368;
  font-size: 1rem;
  font-family: "OpenSansSemiBold";
}
@media only screen and (max-width: 300px) {
  .zmags.link a .text-container .text-wrapper h5 {
    font-size: 12px;
  }
}
.zmags.box {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: center;
  padding: 2rem 10px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  align-items: center;
}
@media only screen and (min-width: 320px) {
  .zmags.box {
    padding: 30px 95px;
  }
}
@media only screen and (min-width: 768px) {
  .zmags.box {
    padding: 20px 33px 20px 34px;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags.box {
    padding: 20px 34px 20px 35px;
  }
}
@media only screen and (min-width: 1200px) {
  .zmags.box {
    padding: 20px 65px 30px 65px;
  }
}
@media only screen and (min-width: 1440px) {
  .zmags.box {
    padding: 20px 86px 20px 87px;
  }
}
.zmags.box a {
  color: #575757;
}
.zmags.box a .img-container {
  margin: auto;
}
.zmags.box a .img-container .shadow {
  position: absolute;
  bottom: 0px;
  right: 0px;
  box-shadow: none !important;
}
@media only screen and (min-width: 320px) {
  .zmags.box a .img-container .shadow img {
    width: 210px;
    height: auto;
    margin: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .zmags.box a .img-container .shadow img {
    width: 240px;
  }
}
.zmags.box a .img-container .shadow img:hover {
  transform: translate(0);
}
.zmags.box a .img-container img {
  object-fit: cover;
  object-position: top center;
  width: 162px;
  height: 180px;
  padding: 0px;
  margin-bottom: 0px;
  transition: all 0.3s;
}
@media only screen and (min-width: 1440px) {
  .zmags.box a .img-container img {
    width: 180px;
    height: 200px;
  }
}
.zmags.box a .img-container img:hover {
  transform: translateY(-8px);
  color: #0970E6;
}
.zmags.box a .logo-container img,
.zmags.box a .logo-container i {
  height: 20px;
  padding: 0;
  width: unset;
  position: relative;
  object-fit: contain;
  object-position: center center;
  font-family: 'object-fit: contain;';
  margin: 0 auto 9px auto;
}
@media only screen and (min-width: 1200px) {
  .zmags.box a .logo-container img,
  .zmags.box a .logo-container i {
    width: 25px;
    height: 17px;
  }
}
.zmags.box a .logo-container i {
  color: #0E3368;
}
.zmags.box a .text-container h3 {
  font-size: 0.875rem;
  font-family: "OpenSansRegular";
  color: #0E3368;
  height: 40px;
  padding-top: 5px;
  margin-bottom: 12px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 18px;
}
.zmags.box a .text-container h3:hover {
  color: #0970E6;
}
@media only screen and (min-width: 320px) {
  .zmags.box a .text-container h3 {
    width: 310px;
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .zmags.box a .text-container h3 {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .zmags.box a .text-container h3 {
    width: 237px;
  }
}
@media only screen and (min-width: 1440px) {
  .zmags.box a .text-container h3 {
    width: 297px;
  }
}
.zmags.box a .text-container span {
  font-size: 0.75rem;
  font-family: "OpenSansRegular";
}
@media only screen and (min-width: 320px) {
  .zmags.box a .text-container span {
    width: 310px;
  }
}
@media only screen and (min-width: 768px) {
  .zmags.box a .text-container span {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .zmags.box a .text-container span {
    width: 252px;
  }
}
.zmags.box a .link_logo {
  padding: 0;
  width: unset;
  position: relative;
  object-fit: contain;
  object-position: center center;
  font-family: 'object-fit: contain;';
  margin: 0 auto 9px auto;
}
@media only screen and (min-width: 320px) {
  .zmags.box a .link_logo {
    width: 25px;
    height: 17px;
  }
}
.zmags-box-container {
  padding-left: 0;
  padding-right: 0;
}
.link_zmags {
  border-left: 1px solid #E8E8E8 !important;
}
.link_zmags .zmags.box {
  padding: 15px !important;
}
.link_zmags .zmags.box .img-container img {
  width: 210px;
  height: auto;
}
.link_zmags .zmags.box .text-container h5 {
  width: 90%;
  margin: 16px auto 12px;
}
.link_zmags .zmags.box .text-container .link_logo {
  width: 25px;
  height: 18px;
}
.zmags-complete .carousel-links a .cont_arrow i.icon,
.columcontrol-tabcomponent .carousel-links a .cont_arrow i.icon {
  font-size: 8px;
}
.zmags-complete .wrapper,
.columcontrol-tabcomponent .wrapper,
.zmags-complete .promotional_wrapper,
.columcontrol-tabcomponent .promotional_wrapper,
.zmags-complete .tab-list-wrapper,
.columcontrol-tabcomponent .tab-list-wrapper {
  overflow: hidden;
  height: 38px;
  border-bottom: 1px solid rgba(10, 112, 230, 0.2);
}
@media only screen and (min-width: 320px) {
  .zmags-complete .wrapper,
  .columcontrol-tabcomponent .wrapper,
  .zmags-complete .promotional_wrapper,
  .columcontrol-tabcomponent .promotional_wrapper,
  .zmags-complete .tab-list-wrapper,
  .columcontrol-tabcomponent .tab-list-wrapper {
    height: 60px;
    border-bottom: none;
  }
}
@media only screen and (min-width: 768px) {
  .zmags-complete .wrapper,
  .columcontrol-tabcomponent .wrapper,
  .zmags-complete .promotional_wrapper,
  .columcontrol-tabcomponent .promotional_wrapper,
  .zmags-complete .tab-list-wrapper,
  .columcontrol-tabcomponent .tab-list-wrapper {
    height: 60px;
    border-bottom: 1px solid rgba(10, 112, 230, 0.2);
  }
}
@media only screen and (min-width: 320px) {
  .zmags-complete .wrapper ul .scroll_tab_inner,
  .columcontrol-tabcomponent .wrapper ul .scroll_tab_inner,
  .zmags-complete .promotional_wrapper ul .scroll_tab_inner,
  .columcontrol-tabcomponent .promotional_wrapper ul .scroll_tab_inner,
  .zmags-complete .tab-list-wrapper ul .scroll_tab_inner,
  .columcontrol-tabcomponent .tab-list-wrapper ul .scroll_tab_inner {
    top: 16px !important;
  }
}
@media only screen and (min-width: 768px) {
  .zmags-complete .wrapper ul .scroll_tab_inner,
  .columcontrol-tabcomponent .wrapper ul .scroll_tab_inner,
  .zmags-complete .promotional_wrapper ul .scroll_tab_inner,
  .columcontrol-tabcomponent .promotional_wrapper ul .scroll_tab_inner,
  .zmags-complete .tab-list-wrapper ul .scroll_tab_inner,
  .columcontrol-tabcomponent .tab-list-wrapper ul .scroll_tab_inner {
    top: 16px !important;
  }
}
.zmags-complete .wrapper ul .scroll_tab_inner li a span,
.columcontrol-tabcomponent .wrapper ul .scroll_tab_inner li a span,
.zmags-complete .promotional_wrapper ul .scroll_tab_inner li a span,
.columcontrol-tabcomponent .promotional_wrapper ul .scroll_tab_inner li a span,
.zmags-complete .tab-list-wrapper ul .scroll_tab_inner li a span,
.columcontrol-tabcomponent .tab-list-wrapper ul .scroll_tab_inner li a span {
  padding-bottom: 15px;
}
.zmags-complete .wrapper .nav-tabs .nav-link.active,
.columcontrol-tabcomponent .wrapper .nav-tabs .nav-link.active,
.zmags-complete .promotional_wrapper .nav-tabs .nav-link.active,
.columcontrol-tabcomponent .promotional_wrapper .nav-tabs .nav-link.active,
.zmags-complete .tab-list-wrapper .nav-tabs .nav-link.active,
.columcontrol-tabcomponent .tab-list-wrapper .nav-tabs .nav-link.active {
  border-bottom: 4px solid #0970E6;
  padding-bottom: 18px;
}
.zmags-complete .scroller,
.columcontrol-tabcomponent .scroller {
  text-align: center;
  cursor: pointer;
  display: none;
  white-space: no-wrap;
  vertical-align: middle;
  width: 30px;
  height: 60px;
  align-items: center;
  justify-content: center;
  color: #0970E6;
  box-shadow: 0px 0px 5px #00000029;
}
@media only screen and (min-width: 768px) {
  .zmags-complete .scroller,
  .columcontrol-tabcomponent .scroller {
    height: 60px;
  }
}
.zmags-complete .scroller-left,
.columcontrol-tabcomponent .scroller-left,
.zmags-complete .promotional-scroller-left,
.columcontrol-tabcomponent .promotional-scroller-left,
.zmags-complete .scroll_tab_left_button,
.columcontrol-tabcomponent .scroll_tab_left_button {
  border-right: 1px solid rgba(153, 153, 153, 0.3);
}
.zmags-complete .scroller-right,
.columcontrol-tabcomponent .scroller-right,
.zmags-complete .promotional-scroller-right,
.columcontrol-tabcomponent .promotional-scroller-right,
.zmags-complete .scroll_tab_right_button,
.columcontrol-tabcomponent .scroll_tab_right_button {
  border-left: 1px solid rgba(153, 153, 153, 0.3);
}
.zmags-complete .scroll_tab_left_button,
.columcontrol-tabcomponent .scroll_tab_left_button,
.zmags-complete .scroll_tab_right_button,
.columcontrol-tabcomponent .scroll_tab_right_button {
  display: flex;
}
#myViewerContent {
  width: 100%;
  height: 600px;
  margin-top: 15px;
  margin-bottom: 80px;
  z-index: 0;
  position: relative;
}
@media only screen and (min-width: 320px) {
  #myViewerContent {
    margin-bottom: 40px;
  }
}
.manual-promotion-container .left,
.manual-promotion-container .right {
  bottom: 58% !important;
}
.scroll_tabs_theme_dark .scroll_tab_left_button_disabled {
  color: #9a9a9a;
}
.scroll_tabs_theme_dark .scroll_tab_right_button_disabled {
  color: #9a9a9a;
}
@media only screen and (min-width: 768px) {
  .columncontrol .col-md-6.columnComponents .carousel-inner.teaser-carousel {
    min-height: 500px;
  }
}
.columncontrol .col-md-6.columnComponents .zmags-display .zmags-complete .zmags.box {
  justify-content: center;
}
.columnComponents .tab_component.columcontrol-tabcomponent .tab-content .row.carrefour-tab-content {
  margin: 0 -20px;
}
.tab.component .tab_component.columcontrol-tabcomponent {
  margin: 0;
}
.zmags-fullwidth-folder {
  background: #0E3368;
  padding-top: 40px;
  padding-bottom: 38px;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-top: 0px;
  left: 50%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .zmags-fullwidth-folder {
    padding-top: 58px;
    padding-bottom: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-fullwidth-folder {
    padding-top: 50px;
  }
}
.zmags-fullwidth-folder .zmags-header {
  margin-bottom: 10px;
}
.zmags-fullwidth-folder .zmags-header h2 {
  font-family: 'UbuntuLight';
  color: #ffffff;
  font-size: 28px;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .zmags-fullwidth-folder .zmags-header h2 {
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 1024px) {
  .zmags-fullwidth-folder .zmags-header h2 {
    font-size: 36px;
    line-height: 44px;
  }
}
.zmags-fullwidth-folder .zmags-header a {
  font-family: 'UbuntuMedium';
  color: #ffffff;
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 3;
}
@media only screen and (min-width: 768px) {
  .zmags-fullwidth-folder .zmags-header a {
    -webkit-line-clamp: 2;
  }
}
.zmags-fullwidth-folder .zmags-header a .icon-arrow-right {
  font-size: 8px;
  margin-left: 5px;
  vertical-align: middle;
  padding-bottom: 2px;
}
.zmags-fullwidth-folder .zmags-header a:hover {
  cursor: pointer;
}
.zmags-fullwidth-folder .zmags-box-container {
  border: none;
  padding: 3px;
}
.zmags-fullwidth-folder .zmags-box-container .zmags.box {
  border-radius: 5px;
  justify-content: flex-end;
  padding: 30px;
}
.zmags-fullwidth-folder .zmags-box-container .zmags.box a .img-container img {
  width: 180px;
  height: 200px;
}
@media only screen and (min-width: 768px) {
  .zmags-fullwidth-folder .zmags-box-container .zmags.box a .img-container img {
    width: 153px;
    height: 170px;
  }
}
.zmags-fullwidth-folder .zmags-box-container .zmags.box a .text-container {
  min-height: 85px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (min-width: 768px) {
  .zmags-fullwidth-folder .zmags-box-container .zmags.box a .text-container {
    min-height: 125px;
  }
}
@media only screen and (min-width: 1200px) {
  .zmags-fullwidth-folder .zmags-box-container .zmags.box a .text-container {
    min-height: 95px;
  }
}
.zmags-fullwidth-folder .zmags-box-container .zmags.box a .text-container span {
  font-family: 'UbuntuRegular';
  font-size: 14px;
  line-height: 16px;
  color: #bcbcbc;
  width: 100%;
}
.zmags-fullwidth-folder .zmags-box-container .zmags.box a .text-container span.title_folder {
  line-height: 20px;
  height: auto;
  padding-top: 16px;
  margin-bottom: 10px;
  margin-top: 0;
  width: 100%;
  color: #0E3368;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 768px) {
  .zmags-fullwidth-folder .zmags-box-container .zmags.box a .text-container span.title_folder {
    -webkit-line-clamp: 3;
    padding-top: 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .zmags-fullwidth-folder .zmags-box-container .zmags.box a .text-container span.title_folder {
    -webkit-line-clamp: 2;
  }
}
.zmags-fullwidth-folder .zmags-box-container .zmags.box a .text-container span {
  font-family: 'UbuntuRegular';
  font-size: 14px;
  line-height: 16px;
  color: #bcbcbc;
  width: 100%;
}
.zmags-fullwidth-folder .teaser-info {
  padding-top: 20px;
  padding-bottom: 0;
}
.zmags-fullwidth-folder .teaser-info .carousel-pagination {
  margin: 0;
}
.zmags-fullwidth-folder .teaser-wrapper .teaser-info .carousel-pagination div {
  margin: auto 5px;
  height: 5px;
  width: 21px;
  border-radius: 20px;
}
.zmags-fullwidth-folder .teaser-wrapper .teaser-info .carousel-pagination div:hover {
  background: #0970E6 !important;
  border: 1px solid #0970E6;
}
.zmags-fullwidth-folder .teaser-wrapper .relative-container .left,
.zmags-fullwidth-folder .teaser-wrapper .relative-container .right {
  background: rgba(0, 0, 0, 0.3);
  height: 105px;
  width: 25px;
}
.zmags-fullwidth-folder .teaser-wrapper .relative-container .left:hover,
.zmags-fullwidth-folder .teaser-wrapper .relative-container .right:hover {
  opacity: 50%;
}
.zmags-fullwidth-folder .teaser-wrapper .relative-container .left i,
.zmags-fullwidth-folder .teaser-wrapper .relative-container .right i {
  left: 5px;
  top: 43px;
}
.zmags-fullwidth-folder .teaser-wrapper .relative-container .left {
  left: 3px;
}
.zmags-fullwidth-folder .teaser-wrapper .relative-container .right {
  right: 3px;
}
.zmags-fullwidth-folder .zmags-complete .wrapper .nav-tabs .nav-link {
  color: #fff;
}
.zmags-fullwidth-folder .zmags-complete .wrapper .nav-tabs .nav-link.active {
  color: #0970E6;
}
@media only screen and (min-width: 768px) {
  .zmags-fullwidth-folder .zmags-complete .wrapper {
    border-bottom: 1px solid #0a70e6;
  }
}
.footer {
  overflow-x: hidden;
  bottom: 0;
  width: 100%;
  font-size: 14px;
  z-index: 950;
  background-color: #FFF;
  font-family: "OpenSansLight";
}
.footer h6,
.footer h3 {
  font-family: "UbuntuLight";
  color: #0A316A;
  font-size: 18px;
}
@media only screen and (min-width: 320px) {
  .footer h6,
  .footer h3 {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer h6,
  .footer h3 {
    font-size: 18px;
  }
}
.footer h6 i,
.footer h3 i {
  font-size: 0.875rem;
  margin-left: 12px;
}
@media only screen and (min-width: 320px) {
  .footer h6 i,
  .footer h3 i {
    font-size: 0.775rem;
  }
}
.footer .footer-payments {
  border-top: 1px #E6E6E6 solid;
  border-bottom: 1px #E6E6E6 solid;
  padding-bottom: 10px;
  padding-top: 10px;
}
@media only screen and (min-width: 320px) {
  .footer .footer-payments {
    padding: 15px 25px;
  }
}
.footer .footer-payments .payments-container {
  justify-content: space-around;
  display: flex;
  align-items: center;
  padding-left: 0px;
  padding-right: 0px;
}
@media only screen and (min-width: 320px) {
  .footer .footer-payments .payments-container {
    justify-content: center;
  }
}
.footer .footer-payments .payments-container .payment-title {
  display: inline-flex;
  margin-bottom: 0px;
}
@media only screen and (min-width: 320px) {
  .footer .footer-payments .payments-container .payment-title {
    font-size: 12px;
  }
}
.footer .footer-payments .payments-container .payment-logos {
  max-width: 69px;
  max-height: 42px;
  margin: 0 5%;
}
@media only screen and (min-width: 320px) {
  .footer .footer-payments .payments-container .payment-logos {
    max-width: 40px;
    margin: 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-payments .payments-container .payment-logos {
    margin: 0 20px;
  }
}
@media only screen and (min-width: 320px) {
  .footer .footer-payments .col-4 {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.footer .footer-payments .safeshops-logo {
  width: 173px;
  margin-left: 100px;
}
@media only screen and (min-width: 320px) {
  .footer .footer-payments .safeshops-logo {
    width: 145px;
    margin-left: -18px;
    height: inherit;
  }
}
@media only screen and (min-width: 320px) {
  .footer .footer-content {
    padding: 0 0 15px 0;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-content {
    padding: 0 15px 15px 15px;
  }
}
.footer .footer-content .social_tab {
  padding: 0 15px !important;
}
@media only screen and (min-width: 320px) {
  .footer .footer-content .col-3 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.footer .footer-content ul {
  list-style: none;
  padding: 0;
}
.footer .footer-content ul li {
  line-height: 40px;
}
.footer .footer-content ul li h4 {
  font-size: 14px;
  font-family: "OpenSansLight";
  text-align: left;
  line-height: 40px;
  margin: 0px;
  padding: 0px;
}
.footer .footer-content ul li h4 a {
  color: #282828;
}
.footer .footer-content ul li h4 a:hover {
  color: #0970E6;
}
.footer .footer-content h3:hover {
  color: #0970E6;
}
.footer .footer-content a:not([href]):not([tabindex]):hover h6,
.footer .footer-content a:not([href]):not([tabindex]):hover h3 {
  color: #0a316a;
  text-decoration: none;
}
.footer .footer-content .icon-container {
  padding-top: 1rem;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  max-width: 100%;
  height: 80px;
}
@media only screen and (min-width: 320px) {
  .footer .footer-content .icon-container {
    max-width: 100%;
    padding-top: 0px;
    height: 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .footer-content .icon-container {
    height: 80px;
  }
}
.footer .footer-content .icon-container a {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto 8px 12px 0;
  cursor: pointer;
}
@media only screen and (min-width: 320px) {
  .footer .footer-content .icon-container a {
    margin: auto 7px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-content .icon-container a {
    margin: auto 15px;
  }
}
.footer .footer-content .icon-container a i {
  color: #ffffff;
}
.footer .footer-content .icon-container a i:hover {
  color: #E4F0FE;
}
.footer .footer-content .icon-container a.email i,
.footer .footer-content .icon-container a .youtube i {
  margin-top: -4px;
}
.footer .footer-content .icon-container a.email:hover,
.footer .footer-content .icon-container a.facebook:hover,
.footer .footer-content .icon-container a.instagram:hover,
.footer .footer-content .icon-container a.pinterest:hover,
.footer .footer-content .icon-container a.twitter:hover,
.footer .footer-content .icon-container a.youtube:hover {
  background: transparent;
}
.footer .footer-content .icon-container a.email:hover i {
  color: #E4F0FE;
}
.footer .footer-content .icon-container a.pinterest:hover i {
  color: #E4F0FE;
}
.footer .footer-content .icon-container a.facebook:hover i {
  color: #E4F0FE;
}
.footer .footer-content .icon-container a.instagram:hover i {
  color: #E4F0FE;
}
.footer .footer-content .icon-container a.twitter:hover i {
  color: #E4F0FE;
}
.footer .footer-content .icon-container a.youtube:hover i {
  color: #E4F0FE;
}
.footer .footer-content .icon-container .btn.social_button {
  width: 35px;
  height: 35px;
  min-width: 35px;
}
@media only screen and (min-width: 320px) {
  .footer .footer-content .icon-container .btn.social_button {
    width: 22px;
    height: 41px;
    min-width: 22px;
    padding: 0;
  }
}
.footer .footer-content .icon-container .btn.social_button.facebook {
  margin-left: 0;
  background: none !important;
}
.footer .footer-content .icon-container .btn.social_button.instagram {
  background: none !important;
}
.footer .footer-content .icon-container .btn.social_button.twitter {
  background: none !important;
}
.footer .footer-content .icon-container .btn.social_button.pinterest {
  background: none !important;
}
.footer .footer-content .icon-container .btn.social_button.email {
  background: none !important;
}
.footer .footer-content .icon-container .btn.social_button.share {
  background: none !important;
}
.footer .footer-content .icon-container .btn.social_button.youtube {
  background: none !important;
}
.footer .footer-content .icon-container h6,
.footer .footer-content .icon-container h3 {
  font-family: "UbuntuLight";
  font-size: 16px;
  color: #ffffff;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  padding-right: 30px;
}
@media only screen and (min-width: 320px) {
  .footer .footer-content .icon-container h6,
  .footer .footer-content .icon-container h3 {
    padding-right: 5px;
  }
}
@media only screen and (min-width: 768px) {
  .footer .footer-content .icon-container h6,
  .footer .footer-content .icon-container h3 {
    padding-right: 30px;
  }
}
.footer .footer-content.labelSection .hidden {
  display: none;
}
.footer .footer-content.labelSection img {
  height: 35px;
}
.footer .footer-content.labelSection h6,
.footer .footer-content.labelSection h3 {
  text-align: left;
  text-transform: uppercase;
}
.footer .footer-legal {
  color: #575757;
  font-size: 14px;
  padding: 15px 20px;
}
@media only screen and (min-width: 375px) {
  .footer .footer-legal {
    padding: 15px 10px;
  }
}
.footer .footer-legal .legal-links {
  width: 100%;
  line-height: 40px;
  padding-right: 30px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-legal .legal-links {
    width: auto;
  }
}
.footer .footer-legal .legal-links a {
  color: #575757;
  display: flex;
  flex-direction: row;
  cursor: pointer;
}
.footer .footer-legal .legal-links a > span {
  display: none;
}
.footer .footer-legal .legal-links:first-child a > span {
  display: block;
}
.footer .footer-legal .legal-links.bold-link {
  font-family: OpenSansBold;
  padding-right: 0;
}
.footer .footer-legal .legal-links.bold-link a {
  color: #0970E6;
}
.footer .footer-legal .legal-links .modal .modal-dialog {
  max-width: 350px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-legal .legal-links .modal .modal-dialog {
    max-width: 690px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .footer-legal .legal-links .modal .modal-dialog {
    max-width: 610px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-legal .legal-links .modal .modal-dialog {
    max-width: 770px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer .footer-legal .legal-links .modal .modal-dialog {
    max-width: 990px;
  }
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content {
  border-radius: 10px;
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-header .modal-title {
  color: #0E3368;
  font-size: 28px;
  line-height: 36px;
  font-family: "UbuntuBold";
}
@media only screen and (min-width: 768px) {
  .footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-header .modal-title {
    font-size: 36px;
    line-height: 44px;
  }
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-header .close {
  opacity: 1;
  position: static;
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-header .close i {
  color: #0970E6;
  font-size: 20px;
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-header .close i:hover {
  color: #05529c;
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body {
  padding: 15px 30px 40px 30px;
  padding-bottom: 40px;
}
@media only screen and (min-width: 768px) {
  .footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body {
    padding: 15px 60px 40px 60px;
  }
}
@media only screen and (min-width: 1024px) {
  .footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body {
    padding: 15px 80px 40px 80px;
  }
}
@media only screen and (min-width: 1200px) {
  .footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body {
    padding: 15px 100px 40px 100px;
  }
}
@media only screen and (min-width: 1440px) {
  .footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body {
    padding: 15px 120px 40px 120px;
  }
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body .modal-body-description {
  color: #575757;
  font-family: "OpenSansRegular";
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 30px;
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body .modal-body-links {
  color: #575757;
  font-family: "OpenSansRegular";
  font-size: 16px;
  line-height: 24px;
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body .modal-body-links .modal-body-link-item h3 {
  margin: 0px;
  font-family: "OpenSansRegular";
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body .modal-body-links .modal-body-link-item h3 a {
  cursor: pointer;
  color: #0970E6;
  font-size: 16px;
  line-height: 24px;
}
.footer .footer-legal .legal-links .modal .modal-dialog .modal-content .modal-body .modal-body-links .modal-body-link-item h3 a:hover {
  color: #0970e6;
}
.footer .footer-legal .shops_logo img {
  width: 130px;
  margin-left: -5px;
}
.active_link {
  color: #0970E6 !important;
}
.active_link active {
  display: block;
}
.inactive_link {
  color: #575757;
}
.social_tab {
  background-color: #0A316A;
}
body.modal-open,
body.modal-open .fixed-top {
  padding-right: 0 !important;
}
.recipe-tags {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  text-align: center;
  margin-bottom: 0px;
}
.recipe-tags .recipe-tag {
  margin-right: 10px;
  margin-bottom: 30px;
}
.recipe-tags .recipe-tag a {
  background-color: #E4F0FE;
  color: #0970E6;
  font-size: 12px;
  padding: 5px 10px;
  line-height: 20px;
  border-radius: 50px;
  white-space: nowrap;
}
.recipe-tags .recipe-tag a:hover {
  background: #ffffff;
  box-shadow: 0px 3px 3px rgba(0, 0, 0, 0.1);
}
.support .teaser_inspirational {
  margin-bottom: 1rem;
}
@media only screen and (min-width: 320px) {
  .support .teaser_inspirational.with_text .cont_img {
    height: 90px;
    min-width: 90px;
  }
}
@media only screen and (min-width: 1024px) {
  .support .teaser_inspirational.with_text .cont_img {
    height: 110px;
    min-width: 110px;
  }
}
@media only screen and (min-width: 1200px) {
  .support .teaser_inspirational.with_text .cont_img {
    height: 150px;
    min-width: 150px;
  }
}
.support .teaser_inspirational.with_text .cont_text {
  height: inherit;
}
@media only screen and (min-width: 320px) {
  .support .teaser_inspirational.with_text .cont_text {
    padding: 5px 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .support .teaser_inspirational.with_text .cont_text {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .support .teaser_inspirational.with_text .cont_text {
    padding: 30px;
  }
}
.support .teaser_inspirational.with_text .cont_arrow {
  color: #0E3368 !important;
  border: none !important;
  display: flex;
}
.support .teaser_inspirational.with_text .cont_arrow:hover {
  color: #0970e6 !important;
}
.support .teaser_inspirational.with_text a:hover .cont_text,
.support .teaser_inspirational.with_text a:hover .cont_arrow {
  color: #0970e6 !important;
}
@media only screen and (min-width: 320px) {
  .support .left_teaser .teaser_inspirational {
    margin-bottom: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .support .left_teaser .teaser_inspirational {
    margin-bottom: 1rem;
  }
}
.support .title_component {
  margin-right: 0;
  margin-left: 0;
}
.editorial-promotion-item-wrapper {
  margin-bottom: 30px;
}
.editorial-promotion-item-wrapper .editorial-promotion-item {
  width: 100%;
  height: auto;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  background: #fff;
}
@media only screen and (min-width: 480px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item {
    height: auto;
  }
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item {
    height: 330px;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item {
    height: 380px;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a {
  display: flex;
  flex-direction: column;
  position: relative;
  color: unset;
  cursor: unset;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header {
  margin-bottom: 9px;
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header {
    margin-bottom: 15px;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container {
  display: flex;
  flex-direction: row;
  position: relative;
  border-radius: 0 0 10px 0;
  z-index: 1;
  max-height: 30px;
  height: 30px;
  width: 100%;
  border: none !important;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container .cont_promotion {
  padding: 5px 10px;
  color: #ffffff;
  border-radius: 6px 0 0 0;
  background-color: #0E3368;
  width: auto;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container .cont_promotion span {
  font-size: 14px;
  font-weight: bold;
  font-family: OpenSansSemiBold;
  line-height: 16px;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container .cont_logo {
  background-color: #ffffff;
  padding: 8px 7px 7px 8px;
  border: 1px solid #0E3368;
  border-radius: 0 0 6px 0;
  width: 35px;
  overflow: hidden;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container .cont_logo img {
  width: 17px;
  height: 12px;
  margin-right: 5px;
  vertical-align: top;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container .cont_logo img:last-child {
  margin-right: 0px;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container.blue .cont_promotion {
  min-width: 55px;
  background-color: #0E3368;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container.blue .cont_promotion span {
  text-transform: none;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container.blue .cont_logo {
  border: 1px solid #0E3368;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container.yellow .cont_promotion {
  min-width: 95px;
  background-color: #FFF29C;
  color: #D83832;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container.yellow .cont_promotion span {
  text-transform: none;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container.yellow .cont_logo {
  border: 1px solid #FFF29C;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container.lightblue .cont_promotion {
  background-color: #3FBFEC;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container.lightblue .cont_promotion .cbc {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url('main/css/img/CBC.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .cont_promotion_container.lightblue .cont_logo {
  border: 1px solid #3FBFEC;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content {
  display: flex;
  flex-direction: row;
  width: 100%;
  padding: 0;
  height: auto;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left {
  padding: 0 20px;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
  position: relative;
  background-color: #FFF;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100px;
  height: 100px;
  flex: 1;
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
    width: 200px;
    height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
    width: 250px;
    height: 250px;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
    width: 290px;
    height: 290px;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  font-family: 'object-fit: cover;';
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right {
  min-width: 130px;
  padding-right: 20px;
  width: 100%;
}
@media (min-width: 375px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right {
    min-width: 180px;
  }
}
@media only screen and (min-width: 480px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right {
    min-height: 100px;
  }
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right {
    min-height: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right {
    min-height: 250px;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right {
    min-height: 290px;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text {
  padding: 0;
  background: none;
  flex: 1;
  text-align: left;
  color: #0e3368;
  width: 100%;
  height: 100%;
  text-overflow: ellipsis;
  min-height: 72px;
  cursor: pointer;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title {
  color: #575757;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title i {
  font-size: 1rem;
  padding-right: 5px;
}
@media only screen and (min-width: 320px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title i {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title i {
    display: flex;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title h6 {
  text-transform: uppercase;
  font-family: UbuntuLight;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin: 0;
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title h6 {
    letter-spacing: 1.6px;
    font-size: 16px;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-description p {
  margin-bottom: 0px;
  height: auto;
  font-size: 14px;
  text-align: left;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-height: 72px;
  color: #0E3368;
  font-family: OpenSansSemiBold;
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-description p {
    font-size: 16px;
    -webkit-line-clamp: 4;
    max-height: 88px;
  }
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-description p {
    font-size: 18px;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-description p {
    max-height: 100px;
    -webkit-line-clamp: 4;
    max-height: 88px;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-description p:hover {
  color: #0970E6;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-description p:empty {
  height: 0;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-description i {
  font-size: 8px;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-description:hover {
  color: #0970E6;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop {
  display: none;
  position: relative;
  min-height: 50px;
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop {
    display: flex;
  }
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop {
    margin-bottom: 0px;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-component-content-addtocart {
  padding: 0;
  align-items: center;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-component-content-addtocart .btn {
  cursor: pointer;
  width: auto;
  padding: 14px 30px;
  line-height: 22px;
  font-family: OpenSansRegular;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-component-content-addtocart .btn.mobile-cart {
  width: 50px;
  padding: 0;
  position: relative;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-component-content-addtocart .btn.hide-cart-btn {
  display: none !important;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-promotion-content-price {
  text-align: left;
  font-size: 14px;
  word-break: break-word;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-promotion-content-price span {
  width: fit-content;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-promotion-content-price .prev_price {
  text-decoration: line-through;
  color: #575757;
  font-size: 14px;
  font-family: OpenSansRegular;
  line-height: 16px;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-promotion-content-price .curr_price {
  font-weight: 600;
  font-size: 24px;
  color: #0E3368;
  background-color: #FFF29C;
  width: fit-content;
  font-family: OpenSansSemiBold;
  line-height: 24px;
  display: table;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-promotion-content-price .unit_price {
  display: none;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice {
  margin-top: 0px;
  padding: 0;
  position: static;
  bottom: 0;
  font-size: 12px;
  line-height: 18px;
  color: #9A9A9A;
  display: none !important;
  -webkit-line-clamp: 3;
  max-height: 75px;
  overflow: hidden;
  font-family: OpenSansRegular;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice:empty {
  height: 0;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice p,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice span,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice div,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice h1,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice h2,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice h3,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice h4,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice small {
  font-size: 12px !important;
  color: #9A9A9A;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice {
    margin-top: 0px;
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice:empty {
  height: 0;
  display: none !important;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice.product-not-available {
  display: none !important;
  text-align: center;
  background-color: #F4F9FF;
  border: 1px solid #CFE1F5;
  padding: 10px;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice.product-not-available span:first-child {
  color: #0E3368;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice.product-not-available span:last-child {
  color: #0970E6;
  text-decoration: underline;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice.product-not-available:hover span {
  text-decoration: none;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice.show-notAvailable-data {
    display: block !important;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice.hideUnitPrice {
  display: none !important;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer {
  padding: 10px 20px;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer {
    display: none;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile {
  display: flex;
  position: relative;
  min-height: 50px;
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile {
    display: none;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile .mobile-cart {
  display: block;
  position: relative;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile .mobile-cart.btn.btn_icon::before {
  content: "";
  display: none;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile .mobile-cart.hide-cart-btn {
  display: none !important;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile .editorial-promotion-footer-price {
  text-align: left;
  font-size: 14px;
  word-break: break-all;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile .editorial-promotion-footer-price .prev_price {
  text-decoration: line-through;
  color: #575757;
  font-size: 14px;
  font-family: OpenSansRegular;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile .editorial-promotion-footer-price .curr_price {
  font-weight: 600;
  font-size: 24px;
  color: #0E3368;
  background-color: #FFF29C;
  width: fit-content;
  font-family: OpenSansSemiBold;
  line-height: 24px;
  display: table;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile .editorial-promotion-footer-price .unit_price {
  display: none;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice {
  margin-top: 10px;
  padding: 0;
  font-family: OpenSansRegular;
  line-height: 18px;
  height: 54px;
  font-size: 12px;
  color: #9A9A9A;
  display: -webkit-box !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 3;
  max-height: 75px;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice {
    margin-top: 0px;
  }
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice {
    margin-top: 0px;
    display: none !important;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice:empty {
  height: 0;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice p,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice span,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice div,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice h1,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice h2,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice h3,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice h4,
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice small {
  font-size: 12px !important;
  color: #9A9A9A;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice.product-not-available {
  display: none !important;
  text-align: center;
  background-color: #F4F9FF;
  border: 1px solid #CFE1F5;
  padding: 10px;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice.product-not-available span:first-child {
  color: #0E3368;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice.product-not-available span:last-child {
  color: #0970E6;
  text-decoration: underline;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice.product-not-available:hover span {
  text-decoration: none;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice.show-notAvailable-data {
  display: block !important;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice.hideUnitPrice {
  display: none !important;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .block-with-ellipsis {
  line-height: 22px;
  max-height: 72px;
  /* max: 4 lines */
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .btn {
  background: #0970e6;
  color: #ffffff;
  justify-content: center;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .btn:hover {
  color: #fff;
  background: #05529c;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .btn .icon {
  font-size: 1.25rem;
  vertical-align: middle;
  height: 19px;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .btn .icon {
    padding-right: 7px;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .btn .icon::before {
  margin: 0;
  font-size: 20px;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .btn.btn_icon::before {
  content: "";
  display: none;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .btn.mobile-cart {
  width: 50px;
  color: #ffffff;
  background: #0970E6;
  box-shadow: none;
  border: none;
  padding: 0;
  font-size: 1rem;
  line-height: 1rem;
  border-radius: 50px;
  white-space: normal;
  height: 50px;
  max-width: 50px;
  min-width: 0;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper .editorial-promotion-item a .btn.mobile-cart .icon {
    padding-right: 0px;
    justify-content: center;
    display: flex;
    align-items: center;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .btn.mobile-cart:hover {
  background: #05529c;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .cart-number {
  background-color: #4ccd8a;
  color: white;
  border-radius: 50px;
  font-size: 10px;
  font-family: "OpenSansBold";
  position: absolute;
  top: -2px;
  right: -7px;
  width: 20px;
  height: 20px;
  display: none;
  line-height: 20px;
  justify-content: center;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .shopping-spinner .editorial-component-spinner-container {
  display: flex !important;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .shopping-spinner .editorial-component-content-addtocart,
.editorial-promotion-item-wrapper .editorial-promotion-item a .shopping-spinner .editorial-component-footer-addtocart {
  display: none !important;
}
.editorial-promotion-item-wrapper .editorial-promotion-item a .shopping-spinner .spinner-cotainer {
  top: 2px;
}
.editorial-promotion-item-wrapper.col-md-4 {
  -ms-flex: 0 0 33% !important;
  flex: 0 0 33% !important;
  max-width: 33% !important;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item {
  height: 250px;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item {
    height: 300px;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item {
    height: 340px;
  }
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title {
  font-family: ubuntulight;
  font-size: 14px;
  padding: 10px 20px 0;
  height: 15px;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title i {
  font-size: 14px;
  padding-right: 5px;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title h6 {
  text-transform: uppercase;
  font-family: UbuntuLight;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title {
    display: flex !important;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title {
    display: none !important;
  }
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content {
  height: auto;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
  width: 80px !important;
  height: 80px !important;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
    width: 150px !important;
    height: 150px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
    width: 180px !important;
    height: 180px !important;
  }
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right {
  min-height: 0;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text {
  height: 100%;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title {
  display: none !important;
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title {
    display: flex !important;
  }
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text p {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text p {
    font-size: 18px;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text p {
    max-height: 100px;
    -webkit-line-clamp: 4;
    max-height: 88px;
  }
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop {
    display: flex !important;
  }
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-component-content-addtocart .btn {
  display: none !important;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-component-content-addtocart .btn.mobile-cart {
  display: flex !important;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice {
  display: none !important;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-component-footer {
  display: flex !important;
  padding: 10px 20px;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-component-footer {
    padding: 5px 20px;
  }
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile {
  display: flex !important;
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile {
    display: none !important;
  }
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice {
  display: none !important;
  margin-top: 0;
}
.editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  max-height: 75px;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3;
    max-height: 50px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1200px) {
  .editorial-promotion-item-wrapper.col-md-4 .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice {
    margin-top: 20px;
  }
}
.editorial-promotion-item-wrapper .editorial-promotion .title_component_container {
  margin: 10px 0 !important;
}
.editorial-promotion-item-wrapper .editorial-promotion .title_component_container .title_component {
  margin: 0;
}
.columnComponents.col-lg-6 .editorial-promotion.component {
  margin-top: 0px;
}
@media only screen and (min-width: 1024px) {
  .columnComponents.col-lg-6 .editorial-promotion.component {
    margin-top: 56px;
  }
}
.columnComponents.col-lg-6 .editorial-promotion.component .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer {
  padding: 10px 20px 13px;
}
.columnComponents .editorial-promotion-item-wrapper {
  -ms-flex: 0 0 100% !important;
  flex: 0 0 100% !important;
  max-width: 100% !important;
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item {
  height: auto !important;
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title {
  font-family: ubuntulight;
  font-size: 14px;
  padding: 10px 20px 0;
  height: 15px;
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title i {
  font-size: 14px;
  padding-right: 5px;
  line-height: 30px;
  padding-top: 7px;
}
@media only screen and (min-width: 1200px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title i {
    padding-top: 0px;
  }
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title h6 {
  text-transform: uppercase;
  font-family: UbuntuLight;
  font-size: 14px;
  letter-spacing: 1.4px;
  margin-bottom: 0;
  line-height: 26px;
}
@media only screen and (min-width: 1440px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title h6 {
    letter-spacing: 1.6px;
  }
}
@media only screen and (min-width: 1200px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title {
    display: flex !important;
    flex: 1;
    height: 16px;
  }
}
@media only screen and (min-width: 1440px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-header .editorial-promotion-title {
    display: none !important;
  }
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content {
  height: auto;
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
  width: 80px !important;
  height: 80px !important;
}
@media only screen and (min-width: 1200px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
    width: 150px !important;
    height: 150px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-left .cont_img {
    width: 180px !important;
    height: 180px !important;
  }
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right {
  min-width: 0px;
  min-height: 0;
  width: 100%;
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text {
  height: 100%;
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title {
  display: none !important;
}
@media only screen and (min-width: 1440px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-title {
    display: flex !important;
  }
}
@media only screen and (min-width: 1024px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text p {
    font-size: 16px;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 1200px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text p {
    font-size: 18px;
    -webkit-line-clamp: 3;
  }
}
@media only screen and (min-width: 1440px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text p {
    max-height: 100px;
    -webkit-line-clamp: 4;
  }
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop {
  display: none !important;
}
@media only screen and (min-width: 1200px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop {
    display: flex !important;
  }
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-component-content-addtocart .btn {
  display: none !important;
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-buy-desktop .editorial-component-content-addtocart .btn.mobile-cart {
  display: flex !important;
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-promotion-content .editorial-promotion-right .cont_text .editorial-promotion-content-unitprice {
  display: none !important;
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer {
  display: flex !important;
  padding: 10px 20px;
}
@media only screen and (min-width: 1200px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer {
    padding: 5px 20px;
  }
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile {
  display: flex !important;
}
@media only screen and (min-width: 1200px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-buy-mobile {
    display: none !important;
  }
}
.columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice {
  margin: 15px 0 0 0;
}
@media only screen and (min-width: 1024px) {
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 3;
    max-height: 50px;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .columnComponents .editorial-promotion-item-wrapper .editorial-promotion-item a .editorial-component-footer .editorial-promotion-footer-unitprice:empty {
    margin-bottom: 0px;
  }
}
.columnComponents.col-md-4 .editorial-promotion-left .cont_img {
  width: 80px !important;
  height: 80px !important;
}
@media only screen and (min-width: 1200px) {
  .columnComponents.col-md-4 .shopping-spinner .editorial-promotion-buy-desktop .editorial-promotion-content-price {
    display: none !important;
  }
  .columnComponents.col-md-4 .shopping-spinner .editorial-promotion-buy-desktop .editorial-component-spinner-container {
    display: flex;
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  .columnComponents.col-md-4 .shopping-spinner .editorial-promotion-buy-mobile .editorial-promotion-footer-price {
    display: none !important;
  }
  .columnComponents.col-md-4 .shopping-spinner .editorial-promotion-buy-mobile .editorial-component-spinner-container {
    display: flex;
    max-width: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .columnComponents.col-md-4 .shopping-spinner .editorial-promotion-buy-mobile .editorial-promotion-footer-price {
    display: flex !important;
  }
}
.columnComponents .editorial-promotion .title_component_container {
  margin: 10px -10px !important;
}
@media only screen and (min-width: 768px) {
  .columnComponents .editorial-promotion .title_component_container {
    margin: 10px 0 !important;
  }
}
.columnComponents .editorial-promotion .title_component_container .title_component {
  margin: 0;
}
.editorial-container {
  margin: 0 -10px !important;
}
@media only screen and (min-width: 768px) {
  .editorial-container {
    margin: 0 -15px !important;
  }
}
.recipe-properties {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  color: #9A9A9A;
  font-size: 0.875rem;
  padding-left: 0;
  font-family: "OpenSansLight";
}
@media only screen and (min-width: 320px) {
  .recipe-properties {
    display: block;
    height: inherit;
    flex-wrap: inherit;
  }
}
.recipe-properties .cont_properties {
  height: auto;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .recipe-properties .cont_properties {
    height: 60px;
  }
}
.recipe-properties .cont_properties .property {
  text-align: center;
  font-size: 14px;
  font-family: OpenSansSemiBold;
  line-height: 16px;
  color: #0E3368;
  min-height: 60px;
}
@media only screen and (min-width: 1024px) {
  .recipe-properties .cont_properties .property {
    margin-bottom: 45px;
    min-height: 42px;
  }
}
.recipe-properties .cont_properties .property.price {
  padding-top: 2px;
}
@media only screen and (min-width: 320px) {
  .recipe-properties .cont_properties .property.price {
    display: flex;
  }
}
.recipe-properties .cont_properties .property .property-label {
  font-family: OpenSansRegular;
  color: #575757;
  line-height: 21px;
  text-align: left;
}
.recipe-properties .cont_properties .property .property-value {
  line-height: 21px;
}
.recipe-properties .cont_properties i {
  display: block;
  text-align: center;
  font-size: 36px;
  color: #9A9A9A;
  margin-right: 5px;
}
@media only screen and (min-width: 1024px) {
  .recipe-properties .cont_properties i {
    margin-right: 13px;
    width: 40px;
  }
  .recipe-properties .cont_properties i.icon-cooking-hat {
    font-size: 36px;
  }
  .recipe-properties .cont_properties i.icon-oven {
    font-size: 28px;
  }
  .recipe-properties .cont_properties i.icon-humor-happy {
    font-size: 36px;
  }
  .recipe-properties .cont_properties i.icon-humeur-smile {
    font-size: 36px;
  }
}
.recipe-properties .cont_functionality {
  padding: 5px 0;
  border-color: #E8E8E8;
  border-width: 1px 0 1px 0;
  border-style: solid;
  min-height: 65px;
}
.recipe-properties .cont_functionality button {
  color: #0970e6;
}
@media only screen and (min-width: 320px) {
  .recipe-properties .cont_functionality .print-button {
    padding: 0;
  }
}
.recipe_title {
  margin: 0 0 20px 0;
  text-align: left;
}
.recipe_title h1 {
  text-align: left;
  color: #0E3368;
  font-family: UbuntuLight;
  letter-spacing: 0.78px;
  font-weight: normal;
  font-size: 36px;
  line-height: 42px;
  margin-bottom: 0;
}
.syb-label {
  color: #4CCD8A;
  font-family: OpenSansBold;
  font-size: 16px;
  line-height: 22px;
}
@media only screen and (min-width: 1024px) {
  .property-wrapper {
    max-width: 175px;
  }
  .step-wrapper {
    max-width: calc(100% - 175px) !important;
    flex: calc(100% - 175px) !important;
  }
}
.recipe-title-links {
  margin-bottom: 30px;
}
.recipe-title-links h2 {
  font-family: UbuntuLight;
  font-size: 28px;
  line-height: 36px;
  text-align: left;
}
.recipe-title-links button {
  color: #0970E6;
  font-size: 14px;
  line-height: 20px;
  font-family: OpenSansRegular;
}
.syb-content {
  padding-bottom: 10px;
  margin-top: 0;
}
.syb-content .syb-img,
.syb-content .syb-label {
  display: inline-block;
}
.syb-content .syb-img {
  width: 90px;
  height: 60px;
}
.syb-content .syb-label {
  width: 65%;
}
.ie-old .recipe-properties .cont_properties i.icon-cooking-hat {
  height: 36px;
  margin-top: -72px;
}
.ie-old .recipe-properties .cont_properties i.icon-oven {
  height: 36px;
  margin-top: -72px;
}
.ie-old .recipe-properties .cont_properties i.icon-humor-happy {
  height: 36px;
  margin-top: -72px;
}
.ingredient {
  margin-bottom: 0;
  border-bottom: 0;
}
.ingredient .ingredients .top-banner {
  width: 100%;
  background-color: #fff;
  display: flex;
  padding: 20px 20px 10px;
  border: 1px solid #E5E5E5;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom: none;
}
.ingredient .ingredients .top-banner ul {
  width: 100%;
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: space-between;
}
.ingredient .ingredients .top-banner ul li {
  float: left;
}
.ingredient .ingredients .top-banner ul li:first-child {
  padding-right: 10px;
  font-family: UbuntuLight;
  font-size: 20px;
  line-height: 25px;
  color: #0E3368;
  color: #0e3368;
}
@media only screen and (min-width: 320px) {
  .ingredient .ingredients .top-banner ul li:first-child {
    padding-right: 20px;
  }
}
.ingredient .ingredients .top-banner ul li a {
  color: #0970e6;
}
.ingredient .ingredients .top-banner ul li a:hover {
  color: #05529c;
}
.ingredient .ingredients .top-banner ul li a .icon {
  font-size: 34px;
}
.ingredient .ingredients .top-banner ul .persons {
  padding: 0;
  font-size: 10px;
  color: #7b7b7b;
  text-align: center;
}
.ingredient .ingredients .top-banner ul .persons span {
  font-family: "OpenSansBold";
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 24px;
}
.ingredient .ingredients .ingredients-select {
  float: left;
  width: 100%;
  border: 1px solid #E5E5E5;
  background: #fff;
  padding: 20px 20px 0px 20px;
  display: flex;
  overflow: hidden;
  border-top: none;
  border-bottom: none;
}
@media only screen and (min-width: 320px) {
  .ingredient .ingredients .ingredients-select {
    display: unset;
  }
}
.ingredient .ingredients .ingredients-select .included h3,
.ingredient .ingredients .ingredients-select .not-included h3,
.ingredient .ingredients .ingredients-select .list-of-ingredients h3 {
  font-family: "OpenSansSemiBold";
  font-size: 20px;
  width: 100%;
  flex: 0 0 100%;
  text-align: left;
}
.ingredient .ingredients .ingredients-select .included ul,
.ingredient .ingredients .ingredients-select .not-included ul,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.ingredient .ingredients .ingredients-select .included ul .title,
.ingredient .ingredients .ingredients-select .not-included ul .title,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul .title {
  padding: 0;
}
.ingredient .ingredients .ingredients-select .included ul li,
.ingredient .ingredients .ingredients-select .not-included ul li,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul li {
  padding: 9px 0;
  font-family: "OpenSansRegular";
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.ingredient .ingredients .ingredients-select .included ul li:hover,
.ingredient .ingredients .ingredients-select .not-included ul li:hover,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul li:hover {
  color: #0970E6;
}
.ingredient .ingredients .ingredients-select .included ul li:first-child,
.ingredient .ingredients .ingredients-select .not-included ul li:first-child,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul li:first-child {
  padding-top: 0px;
}
.ingredient .ingredients .ingredients-select .included ul li .ingredientName,
.ingredient .ingredients .ingredients-select .not-included ul li .ingredientName,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul li .ingredientName {
  flex-basis: 60%;
}
.ingredient .ingredients .ingredients-select .included ul li .weight .weight-number,
.ingredient .ingredients .ingredients-select .not-included ul li .weight .weight-number,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul li .weight .weight-number {
  line-height: 24px;
  padding-right: 3px;
}
.ingredient .ingredients .ingredients-select .included ul li .weight i:before,
.ingredient .ingredients .ingredients-select .not-included ul li .weight i:before,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul li .weight i:before {
  vertical-align: middle;
}
@media only screen and (min-width: 320px) {
  .ingredient .ingredients .ingredients-select .included ul li,
  .ingredient .ingredients .ingredients-select .not-included ul li,
  .ingredient .ingredients .ingredients-select .list-of-ingredients ul li {
    padding: 10px 0;
  }
}
@media only screen and (min-width: 320px) {
  .ingredient .ingredients .ingredients-select .included ul li .weight,
  .ingredient .ingredients .ingredients-select .not-included ul li .weight,
  .ingredient .ingredients .ingredients-select .list-of-ingredients ul li .weight {
    margin-left: 10px;
  }
}
.ingredient .ingredients .ingredients-select .included ul li .weight .icon,
.ingredient .ingredients .ingredients-select .not-included ul li .weight .icon,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul li .weight .icon {
  cursor: pointer;
  color: #0970e6;
  border-radius: 50%;
  font-size: 16px;
  margin-left: 10px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 0;
  transition: 0.2s all ease;
}
.ingredient .ingredients .ingredients-select .included ul li .weight .icon:hover,
.ingredient .ingredients .ingredients-select .not-included ul li .weight .icon:hover,
.ingredient .ingredients .ingredients-select .list-of-ingredients ul li .weight .icon:hover {
  color: #05529c;
  transform: scale(1.1);
}
.ingredient .ingredients .ingredients-select .list-of-ingredients {
  width: 100%;
}
.ingredient .ingredients .ingredients-select .list-of-ingredients ul {
  flex: 0 0 25%;
}
@media only screen and (min-width: 320px) {
  .ingredient .ingredients .ingredients-select .list-of-ingredients ul {
    width: 100%;
    float: unset;
  }
}
.ingredient .ingredients .ingredients-select .list-of-ingredients ul li {
  color: #575757;
}
.ingredient .ingredients .ingredients-select .included {
  width: 80%;
}
@media only screen and (min-width: 320px) {
  .ingredient .ingredients .ingredients-select .included {
    width: 100%;
    float: unset;
  }
}
.ingredient .ingredients .ingredients-select .included ul {
  float: left;
  width: 33%;
}
@media only screen and (min-width: 320px) {
  .ingredient .ingredients .ingredients-select .included ul {
    width: 100%;
    float: unset;
  }
}
.ingredient .ingredients .ingredients-select .not-included {
  width: 20%;
  border-left: 1px solid #e5f0fd;
  padding-left: 20px;
}
@media only screen and (min-width: 320px) {
  .ingredient .ingredients .ingredients-select .not-included {
    width: 100%;
    float: unset;
    border-left: none;
    padding-left: 0;
  }
}
.ingredient .ingredients .moreIngredients {
  height: unset;
}
.ingredient .ingredients .showMore {
  border: 1px solid #E5E5E5;
  border-bottom: none;
  background: #fff;
  border-top: none;
}
.ingredient .ingredients .showMore button {
  text-align: center;
  font-family: "OpenSansRegular";
  font-size: 16px;
  color: #0970e6;
  width: 90%;
  margin: 5%;
  padding-top: 15px;
  border-top: 1px solid #E5E5E5;
  text-decoration: underline;
  cursor: pointer;
  padding-bottom: 5%;
  margin-bottom: 0;
}
.ingredient .ingredients .showMore button .icon-arrow-down {
  margin-top: -5px;
  vertical-align: top;
}
.ingredient .ingredients .showMore button .icon-arrow-down::before {
  font-size: 9px;
}
.ingredient .ingredients .showMore button .icon-arrow-up {
  margin-top: -5px;
  vertical-align: top;
}
.ingredient .ingredients .showMore button .icon-arrow-up::before {
  font-size: 9px;
}
.ingredient .ingredients .showMore .reveal,
.ingredient .ingredients .showMore .openBtn {
  display: block;
}
.ingredient .ingredients .showMore .unreveal,
.ingredient .ingredients .showMore .closeBtn {
  display: none;
}
.filter-container {
  width: 100%;
  border-right: 1px solid #f5f4f2;
  padding: 25px 20px 10px;
}
.filter-container .cont_title {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .filter-container .cont_title {
    padding-top: 0px;
  }
}
.filter-container .cont_title h5 {
  font-family: 'UbuntuBold';
  font-size: 16px;
  color: #575757;
  margin-bottom: 0px;
  margin-top: 0;
}
.filter-container .cont_title .filter_quant {
  background: #e5f0fd;
  color: #0970e6;
  border-radius: 40%;
  padding: 4px 16px;
}
.filter-container .filter-tags {
  padding-bottom: 0px;
}
.filter-container .filter-tags .tag-container {
  padding: 0;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.filter-container .filter-tags .tag-container .badge {
  pointer-events: auto;
  padding: 2px 18px 2px 14px;
  margin: 10px 10px 10px 0;
  border-radius: 50px;
  background: #F0F7FF !important;
  font-size: 12px;
  font-family: "OpenSansRegular";
  color: #0E3368 !important;
  line-height: 24px;
  border: 1px solid transparent;
  font: normal normal normal 12px/24px Open Sans;
  letter-spacing: 0px;
}
@media only screen and (min-width: 1200px) {
  .filter-container .filter-tags .tag-container .badge:hover {
    border: 1px solid #0970E6;
  }
}
.filter-container .filter-tags .tag-container .badge:hover .cont_icons .icon::before {
  font-size: 10px;
  width: 10px;
  height: 10px;
  bottom: 10px;
  color: #004E9E;
}
.filter-container .filter-tags .tag-container .badge .cont_icons {
  display: inline-block;
  position: relative;
  padding: 0 8px 0 0;
  pointer-events: visible;
}
.filter-container .filter-tags .tag-container .badge .cont_icons .icon::before {
  font-size: 12px;
  position: absolute;
  color: #0970E6;
  font-size: 10px;
  width: 10px;
  height: 10px;
  bottom: 10px;
}
.filter-container .filter-tags .tag-container .badge .cont_icons .icon-close {
  display: block !important;
}
@media only screen and (min-width: 1200px) {
  .filter-container .filter-tags .tag-container .badge:hover {
    border: 1px solid #0970E6;
  }
}
.filter-container .filter-tags .tag-container .badge:hover .cont_icons .icon::before {
  font-size: 10px;
  width: 10px;
  height: 10px;
  bottom: 10px;
  color: #004E9E;
}
.filter-container .filter-tags .reset-btn {
  color: #0970E6;
  font-family: 'UbuntuMedium';
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
}
.filter-container .filter-tags .reset-btn:hover {
  text-decoration: none;
  color: #004E9E;
}
.search-result-header .search-title h2 {
  font-family: "OpenSansRegular";
  color: #0e3368;
  font-size: 24px;
}
.search-result-header .search-title h2 span {
  font-family: "OpenSansSemiBold";
  color: #0970e6;
}
.search-result-header .search-title h2 .results {
  display: none;
  color: #0970e6;
  font-family: "OpenSansLight";
  background-color: #e5f0fd;
  padding: 5px 12px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  font-size: 12px;
  margin-left: 20px;
}
.search-result-header .search-title p {
  color: #929292;
  font-family: "OpenSansLight";
}
.search-result-header .search-title p a {
  color: #0970e6;
  text-decoration: underline;
}
.auto-complete-container {
  width: 35%;
  background-color: #ffffff;
}
.auto-complete-container .search-box {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 100%;
}
.auto-complete-container .search-box .search-box-wrapper {
  border-radius: 10rem 0 0 10rem;
  display: inline-block;
  background: #05529c;
  color: #ffffff;
  padding: 16px 16px 16px 24px;
  width: auto;
  min-width: 140px;
}
.auto-complete-container .search-box .search-box-wrapper::after {
  color: #ffffff;
  right: 16px;
  font-size: 0.8rem;
  line-height: 1.4rem;
}
.auto-complete-container .search-box .search-box-wrapper select {
  color: #ffffff;
}
.auto-complete-container .search-box .search-box-wrapper option {
  color: #ffffff;
}
.auto-complete-container .search-box input[type="text"] {
  border-radius: 0 10rem 10rem 0;
  width: 75%;
  height: 54px;
  display: flex;
  flex-direction: row;
}
.auto-complete-container .search-box input[type="text"]::after {
  display: inline-block;
  width: 10px;
  height: 10px;
  font-family: "carrefour-sav";
  content: "A";
  color: #05529c;
}
.auto-complete-container .search-box-wrapper {
  display: flex;
  flex-direction: row;
}
.auto-complete-container .search-box-wrapper .header_searcher .select2-container,
.auto-complete-container .search-box-wrapper .lang_selector .select2-container {
  width: 100% !important;
}
.auto-complete-container .search-box-wrapper .header_searcher .select2-container .select2-selection,
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-selection {
  width: 100% !important;
  display: inline-block;
  position: relative;
  z-index: 3;
  border: none;
  background: transparent;
}
.auto-complete-container .search-box-wrapper .header_searcher .select2-container .select2-selection .select2-selection__rendered,
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-selection .select2-selection__rendered {
  border-radius: 10rem 0 0 10rem;
  color: #ffffff;
  padding: 0 40px;
  background: #05529c;
  padding: 16px 40px 16px 32px;
  width: 100% !important;
  font-size: 0.875rem;
  line-height: 1.4rem;
  transition: all 0.3s linear;
}
.auto-complete-container .search-box-wrapper .header_searcher .select2-container .select2-selection .select2-selection__rendered::after,
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-selection .select2-selection__rendered::after {
  font-family: "carrefour-sav";
  content: "\63";
  color: #ffffff;
  line-height: 2rem;
  position: absolute;
  z-index: 1;
  right: 16px;
  top: 50%;
  font-size: 0.8rem;
}
.auto-complete-container .search-box-wrapper .header_searcher .select2-container .select2-selection .select2-selection__arrow,
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-selection .select2-selection__arrow {
  display: none;
}
.auto-complete-container .search-box-wrapper .header_searcher .select2-container .select2-dropdown,
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-dropdown {
  top: -32px;
  z-index: 1;
  background: #05529c;
  border: none;
  padding: 32px 0 32px;
  border-radius: 0 0 20px 20px;
}
.auto-complete-container .search-box-wrapper .header_searcher .select2-container .select2-dropdown .select2-results ul li,
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li {
  color: #ffffff;
  padding: 8px 32px;
  font-size: 0.875rem;
}
.auto-complete-container .search-box-wrapper .header_searcher .select2-container .select2-dropdown .select2-results ul li:hover,
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li:hover {
  background: #0e3368;
}
.auto-complete-container .search-box-wrapper .header_searcher .select2-container .select2-dropdown .select2-results ul li[aria-selected="true"],
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li[aria-selected="true"] {
  background: #0e3368;
}
.auto-complete-container .search-box-wrapper .lang_selector {
  margin-left: 16px;
}
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-selection .select2-selection__rendered {
  background: #e5f0fd;
  border-radius: 10rem;
  padding: 16px;
  color: #05529c;
}
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-selection .select2-selection__rendered:after {
  content: "";
}
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-dropdown {
  top: -32px;
  z-index: 1;
  background: #e5f0fd;
  border: none;
  padding: 32px 0 32px;
  border-radius: 0 0 20px 20px;
}
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li {
  color: #05529c;
  padding: 8px;
  text-align: center;
}
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li:hover {
  background: #0e3368;
  color: #ffffff;
}
.auto-complete-container .search-box-wrapper .lang_selector .select2-container .select2-dropdown .select2-results ul li[aria-selected="true"] {
  background: #0e3368;
  color: #ffffff;
}
.auto-complete-container .search-results {
  padding: 60px 40px 40px 40px;
  border: 1px solid #9aafcc;
  border-top: none;
  border-bottom-left-radius: 5%;
  border-bottom-right-radius: 5%;
  margin-top: -27px;
}
.auto-complete-container .search-results h3 {
  padding-bottom: 10px;
  font-size: 18px;
}
.auto-complete-container .search-results h3:before {
  content: "\e0c4";
  font-family: "carrefour-sav";
  margin-right: 5px;
}
.auto-complete-container .search-results h3:after {
  content: "";
  border-top: 2px solid #c4efff;
  width: 57%;
  display: inline-block;
  margin-bottom: 6px;
  margin-left: 10px;
}
.auto-complete-container .search-results .product-title:before {
  content: "\e0ab";
  font-family: "carrefour-sav";
  margin-right: 5px;
}
.auto-complete-container .search-results .keywords,
.auto-complete-container .search-results .products {
  width: 100%;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.auto-complete-container .search-results .keywords li,
.auto-complete-container .search-results .products li {
  padding: 5px 0;
}
.auto-complete-container .search-results .keywords li:last-child,
.auto-complete-container .search-results .products li:last-child {
  padding-bottom: 30px;
}
.auto-complete-container .search-results .see-results-btn {
  width: 70%;
  margin: 0 auto;
}
.dropbtn {
  cursor: pointer;
}
.dropbtn .down-icon {
  float: right;
  color: #0970E6;
  font-size: 12px;
  padding: 5px 10px 0px 0px;
}
.active.dropbtn:before {
  transform: rotate(180deg);
  transition: all 0.2s;
}
.dropdown {
  position: relative;
  display: block;
}
.dropdown-content {
  display: none;
  background-color: white;
  width: 100%;
  overflow: auto;
  z-index: 1;
}
.dropdown-content .slider-numbers-right {
  float: right;
}
.dropdown-content input {
  padding: 16px 32px 0 32px;
}
.dropdown-content .show-more {
  justify-content: flex-end;
  display: none !important;
  cursor: pointer;
  color: #0970e6;
  padding-bottom: 20px;
  padding-top: 15px;
  flex-direction: row-reverse;
}
.dropdown-content .show-more .show-text {
  font-size: 14px;
  line-height: 16px;
  text-align: right;
  text-decoration: none;
  font-family: "UbuntuMedium";
  color: #0970E6;
}
.dropdown-content .show-more .show-text:hover {
  text-decoration: none;
}
.dropdown-content .show-more .show-icon {
  padding-right: 10px;
  display: flex;
  align-items: flex-end;
  padding-bottom: 5px;
}
.dropdown-content .show-more .show-icon i.icon.icon-arrow-down::before {
  font-size: 7px;
}
.dropdown-content .show-more .show-icon i.icon.icon-arrow-up::before {
  font-size: 7px;
}
.budget ul {
  display: flex;
}
.budget ul li i {
  font-size: 30px !important;
  color: #bcbcbc;
}
.budget ul li .icon-promo2 {
  color: #4ccd8a;
}
.dropdown-content ul {
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
label {
  display: block;
  color: #333333;
  font-size: 14px;
  font-weight: 400;
}
.number-of-items {
  float: right;
  background-color: #c4efff;
  padding: 3px 8px;
  color: #0970e6;
  font-size: 12px;
  border-radius: 36%;
}
label input {
  position: absolute;
  right: 11px;
  display: none;
}
.dropdown-content li,
.preparation-filter li,
.cooking-filter li {
  padding: 10px 0px;
}
.dropdown-content li .slider-numbers,
.preparation-filter li .slider-numbers,
.cooking-filter li .slider-numbers,
.dropdown-content li .slider-numbers-right,
.preparation-filter li .slider-numbers-right,
.cooking-filter li .slider-numbers-right {
  font-size: 12px;
  color: #575757;
  font-family: "OpenSansRegular";
}
.dropdown-content ul li {
  color: black;
  padding: 5px 0px;
  text-decoration: none;
  display: block;
  width: fit-content;
}
.dropdown-content ul li .range-slider {
  display: inline-block;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.dropdown-content ul li .range-slider > input {
  opacity: 0;
  width: 100%;
  position: relative;
  z-index: 5;
  padding: 16px 32px 0 32px;
}
.dropdown-content ul li .range-slider > input::-webkit-slider-thumb {
  z-index: 100;
  position: relative;
  width: 50px;
  height: 30px;
  -webkit-border-radius: 10px;
}
.dropdown-content ul li .range-slider > span.slider-container {
  display: inline-block;
  position: absolute;
  top: 5px;
  left: -8px;
  right: 46px;
  z-index: 3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.dropdown-content ul li .range-slider > span.slider-container > span.bar {
  background-color: #bcbcbc;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 12px;
  left: 10px;
  right: -42px;
  height: 4px;
  overflow: hidden;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.dropdown-content ul li .range-slider > span.slider-container > span.bar > span {
  background: #4ccd8a;
  display: inline-block;
  float: left;
  height: 11px;
  width: 0%;
}
.dropdown-content ul li .range-slider > span.slider-container > span.bar-btn {
  display: inline-block;
  position: absolute;
  width: 46px;
  padding-top: 21px;
  font-weight: bold;
  text-align: center;
  left: -25px;
  top: -51px;
  color: #4ccd8a;
  font-size: 13px;
}
.dropdown-content ul li .range-slider > span.slider-container > span.bar-btn:after {
  content: "";
  border: 1px solid #ffffff;
  background-color: #4CCD8A;
  border-radius: 20px;
  width: 30px;
  height: 30px;
  display: inline-block;
  position: absolute;
  left: 8px;
  top: 50px;
  z-index: 3;
}
.dropdown-content ul li .range-slider > span.slider-container > span.bar-btn > span:after {
  content: "min";
}
.dropdown-content ul li .range-slider > span.slider-container > span.bar-btn > span.difficulty:after {
  content: "";
}
.dropdown-content ul li .range-slider > span.slider-container > span.bar-btn .difficulty {
  display: none;
}
.dropdown a:hover {
  background-color: #f1f1f1;
}
.show {
  display: block;
}
.checkbox-style {
  width: 15px;
  height: 15px;
  border: 1px solid #bcbcbc;
  border-radius: 4px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 3px;
  cursor: pointer;
}
.checkbox-style.active {
  background: #ffffff;
  border-color: #4ccd8a;
}
.checkbox-style.active:before {
  font-family: "carrefour-sav", "icons_carrefour" !important;
  content: "\eac2";
  width: 9px;
  height: 5px;
  position: absolute;
  top: 2px;
  left: 3px;
  border-top: none;
  border-right: none;
  background: transparent;
  color: #4ccd8a;
  font-size: 7px;
}
label:hover .checkbox-style {
  border: 1px solid #4ccd8a;
}
.cooking-filter .range-slider,
.preparation-filter .range-slider {
  margin-top: 22px;
}
.vos-filtres-container {
  padding-bottom: 40px;
  border-bottom: 1px solid #929292;
}
.vos-filtres-container h2 {
  font-family: "OpenSansSemiBold";
  color: #000000;
  font-size: 18px;
  padding-bottom: 20px;
}
.vos-filtres-container h2 span {
  float: right;
  background-color: #c4efff;
  padding: 7px 14px;
  border-radius: 20px;
  font-size: 14px;
  color: #0970e6;
}
.vos-filtres-container .search-bubbles {
  list-style-type: none;
  padding: 0;
}
.vos-filtres-container .search-bubbles li {
  display: inline-block;
  background-color: #c4efff;
  padding: 10px 20px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}
.vos-filtres-container .search-bubbles li span {
  color: #0970e6;
  padding-left: 10px;
  font-family: "OpenSansSemiBold";
  font-size: 16px;
}
.vos-filtres-container .reset {
  text-decoration: underline !important;
  color: #0970e6 !important;
  font-size: 14px;
}
@media screen and (max-width: 1024px) {
  .search-page-results-container {
    margin-bottom: 49px !important;
  }
}
@media screen and (min-width: 1024px) {
  .search-page-results-container {
    margin-bottom: 69px !important;
  }
}
.search-page-results-container .left-search-results {
  background: #FAFAFA;
}
.search-page-results-container .left-search-results .filter-container {
  border-right: none;
}
.search-page-results-container .left-search-results .filter-container .no-filter {
  font-size: 14px;
  font-family: "OpenSansRegular";
  color: #575757;
  padding: 18px 0px 25px 0px;
  border-top: 1px solid #E8E8E8;
  margin-top: 18px;
  line-height: 16px;
}
.search-page-results-container .left-search-results .dropdown {
  padding: 0px 16px;
}
.search-page-results-container .left-search-results .dropdown .dropbtn {
  font-family: "OpenSansRegular";
  border-top: 1px solid #e6e6e6;
  color: #575757;
  padding: 20px 0 20px 0;
}
.search-page-results-container .left-search-results .dropdown .dropdown-content {
  background-color: inherit;
}
.search-page-results-container .left-search-results .dropdown .dropdown-content label {
  color: #575757;
  font-family: "OpenSansRegular";
  margin: 0;
}
@media only screen and (min-width: 1200px) {
  .search-page-results-container .left-search-results .dropdown .dropdown-content label:hover {
    cursor: pointer;
  }
}
.search-page-results-container .right-search-results .tab-content > .active {
  height: 100vh;
  overflow-y: scroll;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
}
.search-page-results-container .right-search-results .tab-content > .active::-webkit-scrollbar {
  display: none;
}
@media only screen and (min-width: 320px) {
  .search-page-results-container .right-search-results .tab-content > .active {
    height: inherit;
    overflow-y: unset;
  }
}
.search-page-results-container .right-search-results .zero-result {
  color: #0E3368;
  font-family: UbuntuLight;
  border-bottom: 1px solid #E5E5E5;
}
@media only screen and (min-width: 320px) {
  .search-page-results-container .right-search-results .zero-result {
    padding: 10px 0px 23.5px 0px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media only screen and (min-width: 768px) {
  .search-page-results-container .right-search-results .zero-result {
    font-size: 18px;
    padding: 18px 0px 39.5px 0px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-page-results-container .right-search-results .zero-result {
    font-size: 24px;
    line-height: 34px;
    padding: 18px 0px 39.5px 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-page-results-container .right-search-results .zero-result {
    font-size: 28px;
    padding: 30px 0px 60px 0px;
    line-height: 35px;
  }
}
.search-page-results-container .right-search-results .zero-result span {
  pointer-events: auto;
  padding: 10px 25px;
  border-radius: 50px;
  box-shadow: 0px 1px 5px 1px #0000001A;
  background: #FFFFFF !important;
  font-size: 14px;
  font-family: "OpenSansRegular";
  color: #0970E6 !important;
  line-height: 20px;
}
@media only screen and (min-width: 320px) {
  .search-page-results-container .right-search-results .zero-result span {
    margin-left: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .search-page-results-container .right-search-results .zero-result span {
    margin-left: 10px;
  }
}
@media only screen and (min-width: 320px) {
  .search-page-results-container {
    display: block;
  }
}
@media screen and (max-width: 320px) {
  .search-page-results-container {
    display: block;
    margin: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .search-page-results-container {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .search-page-results-container {
    display: flex;
  }
}
.search-page-results-container .mobilestickyfilter {
  margin: 0px;
}
.no-results-container {
  width: 100%;
}
.no-results-container .no-results {
  font-family: "OpenSansRegular";
  font-size: 12px;
  color: #bcbcbc;
  position: relative;
}
.no-results-container .no-results p {
  padding-bottom: 20px;
}
.no-results-container .no-results .no-results-textbox {
  padding: 8px 50px 8px 25px;
  background: #e5f0fd;
}
.no-results-container .no-results .no-results-searchIcon {
  color: #0970e6;
  font-size: 20px;
  position: absolute;
  right: 5%;
  top: 16%;
}
.manual-promotion-carousel .relative-container .left,
.manual-promotion-carousel .relative-container .right {
  background-color: #FFF;
}
.manual-promotion-carousel .relative-container .left {
  left: -21px;
}
.manual-promotion-carousel .relative-container .right {
  right: -21px;
}
.manual-promotion {
  padding: 0;
}
.manual-promotion .zmags a .manual-promotion-img img {
  max-width: 200px;
  max-height: unset;
}
.manual-promotion .zmags a .manual-promotion-text h5 {
  padding: 10px 0;
  min-height: 70px;
  width: 210px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}
@media (max-width: 768px) {
  .manual-promotion .zmags a .manual-promotion-text h5 {
    width: auto;
  }
}
.manual-promotion-btn {
  justify-content: center;
  padding-top: 30px;
}
@keyframes spin {
  100% {
    -moz-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.page .app {
  position: fixed;
  width: 380px;
  height: 100%;
  right: -540px;
  top: 0;
  transition: right 500ms cubic-bezier(0.3, 0.91, 0.3, 0.92);
  z-index: 10053;
  opacity: 1;
}
@media (max-width: 992px) {
  .page .app {
    width: 100%;
    right: -1000px;
  }
}
.page .app ion-app {
  position: absolute;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  z-index: 100768;
  opacity: 1;
  background-color: #ffffff;
}
.page .app .close-app {
  position: absolute;
  left: -45px;
  width: 45px;
  height: 45xp;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.4);
  display: block;
  color: #0970e6;
  font-family: Arial;
  font-weight: bold;
  font-size: 2rem;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  background-color: #ffffff;
  z-index: 99;
  border-radius: 0 0 0 10px;
}
.app-open .app {
  right: 0;
}
ul.clean {
  list-style-type: none;
}
.df {
  display: flex;
}
body {
  position: relative !important;
  /*overflow: auto !important;
	overflow-x: hidden !important;*/
}
.basket-known .website .header .icons .action-basket {
  display: inline-block;
}
.no-store .website .header .icons .action-store {
  display: inline-block;
}
header .toaster {
  position: absolute;
  right: 46px;
  top: 102px;
  margin-top: 10px;
  margin-right: 10px;
  background-color: #fff;
  color: #05529c;
  padding: 10px;
  visibility: hidden;
  opacity: 0;
  z-index: 88;
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 0 0 16px 16px;
}
@media (min-width: 991px) {
  header .toaster {
    max-width: 350px;
  }
}
@media (max-width: 1200px) {
  header .toaster {
    right: 30px;
  }
}
@media (max-width: 991px) {
  header .toaster {
    right: -9px;
    top: 50px;
    width: 100%;
  }
}
header .toaster p {
  padding: 5px 0;
  text-align: left;
}
header .toaster p.status {
  display: none;
}
header .toaster p.error {
  display: none;
  color: #d83832;
}
header .toaster p.toaster__message {
  margin: 0;
  font-size: .8em;
  text-align: left;
  border-top: 1px solid #e4e4e4;
}
header .toaster .not-found {
  padding: 10px 20px !important;
  display: none;
  text-align: left;
  color: #d83832;
}
header .toaster .not-found button {
  margin-top: 10px;
  font-size: .875rem;
  color: #0970e6;
  float: left;
  text-decoration: underline;
}
header .toaster .not-found button .cont-arrow {
  float: right;
  line-height: 26px;
  padding-left: 6px;
  font-size: 8px;
}
header .toaster .not-found button .cont-arrow .icon {
  color: #0970e6;
  font-size: inherit;
}
header .toaster .not-found i {
  color: #D83832 !important;
  font-size: 14px !important;
  width: 14px !important;
  height: 14px !important;
  margin-right: 5px;
}
header .toaster .not-found .not-found-error {
  font-size: 14px;
}
header .toaster .not-found .not-found-icon {
  background-color: #dd352b;
  padding: 1px 15px;
  border: 2px solid white;
  border-radius: 50%;
  font-size: 1.3em;
  color: white;
  position: absolute;
  top: 30%;
  left: -20px;
}
header .toaster.toaster--shown {
  visibility: visible;
  opacity: 1;
  top: 102px;
}
@media (max-width: 991px) {
  header .toaster.toaster--shown {
    top: 50px;
  }
}
.user {
  width: 500px;
  margin: 300px auto;
}
.user .button {
  margin-bottom: 20px;
}
.splashbg {
  background-image: url(main/css/img/splashbgnew.png);
  min-height: 100%;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 12;
  background-size: cover;
  background-position: center;
}
.splashbg .info-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
}
.splashbg .info-container .logo-container {
  text-align: center;
  margin-top: 25px;
}
@media only screen and (min-width: 1024px) {
  .splashbg .info-container .logo-container {
    margin-top: 70px;
  }
}
@media only screen and (min-width: 1920px) {
  .splashbg .info-container .logo-container {
    margin-top: 200px;
  }
}
.splashbg .info-container .logo-container img {
  /* Landscape */
  /* Landscape */
}
@media only screen and (min-width: 320px) {
  .splashbg .info-container .logo-container img {
    width: 120px;
    height: 120px;
  }
}
@media only screen and (min-width: 768px) {
  .splashbg .info-container .logo-container img {
    width: 210px;
    height: 210px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .splashbg .info-container .logo-container img {
    width: 100px;
    height: 100px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .splashbg .info-container .logo-container img {
    width: 120px;
    height: 120px;
  }
}
.splashbg .info-container .button-container {
  list-style-type: none;
  display: flex;
  padding-left: 0;
  margin: 0;
}
@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
  .splashbg .info-container .button-container {
    flex-direction: column;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 700px) and (orientation: landscape) {
  .splashbg .info-container .button-container {
    flex-direction: row;
  }
}
.splashbg .info-container .button-container li {
  margin: 0px 80px;
}
.splashbg .info-container .button-container li:first-child {
  margin-left: 0;
}
.splashbg .info-container .button-container li:last-child {
  margin-right: 0;
  /* Landscape */
  /* Landscape */
}
@media only screen and (min-width: 320px) {
  .splashbg .info-container .button-container li:last-child {
    padding-top: 30px;
    width: 100%;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .splashbg .info-container .button-container li:last-child {
    padding: 30px 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .splashbg .info-container .button-container li:last-child {
    padding-top: 10px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .splashbg .info-container .button-container li:last-child {
    padding-top: 10px;
  }
}
.splashbg .info-container .button-container a:first-child {
  margin-right: 50px;
}
@media only screen and (min-width: 320px) {
  .splashbg .info-container .button-container a:first-child {
    margin-right: 0;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 700px) and (orientation: landscape) {
  .splashbg .info-container .button-container a:first-child {
    margin-right: 50px;
  }
}
.splashbg .info-container .button-container a button {
  border-radius: 50px;
  color: #ffffff;
  height: 60px;
  width: 200px;
  font-size: 20px;
  background: #FFFFFF;
  color: #0970E6;
  font-family: "OpenSansSemiBold";
  margin: 0 15px;
  /* Landscape */
  /* Landscape */
}
.splashbg .info-container .button-container a button:hover {
  background-color: #EBEBEB;
  color: #0970E6;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .splashbg .info-container .button-container a button {
    font-size: 24px;
    height: 80px;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
  .splashbg .info-container .button-container a button {
    height: 50px;
    width: 140px;
    font-size: 16px;
  }
}
@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) and (orientation: landscape) {
  .splashbg .info-container .button-container a button {
    height: 60px;
    width: 150px;
    font-size: 18px;
  }
}
.splashbg .splashbg-footer-container {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  margin: auto;
}
.splashbg .splashbg-footer-container .splashbg-footer {
  padding: 0 12px;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .splashbg .splashbg-footer-container .splashbg-footer {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .splashbg .splashbg-footer-container .splashbg-footer {
    padding: 0 45px;
  }
}
@media (min-width: 1400px) {
  .splashbg .splashbg-footer-container .splashbg-footer {
    padding: 0 115px;
  }
}
@media (min-width: 1900px) {
  .splashbg .splashbg-footer-container .splashbg-footer {
    padding: 0 225px;
  }
}
.splashbg .splashbg-footer-container .splashbg-footer p {
  color: #FFFFFF;
  width: 100%;
  text-align: center;
  font-family: "UbuntuRegular";
  line-height: 24px;
  font-size: 16px;
  display: block;
}
@media only screen and (min-width: 768px) {
  .splashbg .splashbg-footer-container .splashbg-footer p {
    line-height: 32px;
    font-size: 20px;
  }
}
.splashbg .splashbg-footer-container .splashbg-footer p.leftalign {
  text-align: left;
  line-height: 22px;
  padding: 10px 0 20px;
  margin-top: 15px;
  border-top: 1px solid #F4F9FF;
  font-family: "OpenSansRegular";
  font-size: 12px;
  color: #FFFFFF;
}
.list-variant-complete .nav-tabs {
  justify-content: flex-start;
  padding-left: 20px;
}
.list-variant-complete .list-variant-tab-pane {
  flex-direction: row;
}
.list-variant-complete .list-variant-tab-pane .list-variant-links {
  width: 15%;
  padding-left: 0px;
  margin-right: 20px;
  margin-top: 40px;
  border-right: 1px solid #f5f4f2;
}
@media only screen and (min-width: 320px) {
  .list-variant-complete .list-variant-tab-pane .list-variant-links {
    display: none;
  }
}
.list-variant-complete .list-variant-tab-pane .list-variant-links li {
  list-style-type: none;
  padding: 11px 0;
}
.list-variant-complete .list-variant-tab-pane .list-variant-links li a {
  font-size: 16px;
  font-family: "OpenSansRegular";
  color: #000;
  cursor: pointer;
}
.list-variant-complete .list-variant-tab-pane .list-variant-container {
  width: 100%;
}
.list-variant-complete .list-variant-tab-pane .tab_view {
  width: 100%;
}
.list-variant-complete .list-variant-tabs > .active {
  display: flex;
}
.list-variant-complete .relative-container:first-child .list-variant-container {
  padding-top: inherit;
  margin-top: inherit;
}
.list-variant-complete .relative-container:first-child .list-variant-container .list-variant-header {
  padding: 10px 0;
}
.list-variant-container .list-variant-header {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}
.list-variant-container .list-variant-header h5 {
  color: #0e3368;
  font-family: "OpenSansRegular";
}
.list-variant-container .list-variant-header .carousel-links a {
  color: #1b5ea5;
  text-decoration: underline;
}
.list-variant-container .list-variant-header .carousel-links a:after {
  font-family: "carrefour-sav";
  content: "\65";
  color: #1b5ea5;
  font-size: 14px;
}
.list-variant-container .list-variant {
  display: flex;
  flex-wrap: wrap;
}
.splashbg,
.fourhundred {
  z-index: 2000;
}
.splashbg .errorPage-container,
.fourhundred .errorPage-container {
  justify-content: center;
  align-items: center;
  flex-direction: column;
  display: flex;
  margin-top: 1%;
}
.splashbg .errorPage-container .errorPage-title,
.fourhundred .errorPage-container .errorPage-title {
  font-size: 160px;
  color: #ffffff;
  font-family: "OpenSansLight";
}
.splashbg .errorPage-container .errorPage-title img,
.fourhundred .errorPage-container .errorPage-title img {
  width: 100%;
  height: auto;
}
.splashbg .errorPage-container .error-message,
.fourhundred .errorPage-container .error-message {
  font-size: 26px;
  font-family: "OpenSansRegular";
  color: #ffffff;
  text-align: center;
}
.splashbg .errorPage-container .error-message span,
.fourhundred .errorPage-container .error-message span {
  font-size: 18px;
  display: block;
  padding: 20px 0 80px;
  font-family: "OpenSansLight";
}
.splashbg .errorPage-container .errorPage-links,
.fourhundred .errorPage-container .errorPage-links {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  color: #ffffff;
  padding-left: 0;
}
.splashbg .errorPage-container .errorPage-links li,
.fourhundred .errorPage-container .errorPage-links li {
  font-size: 16px;
  flex-grow: 1;
  width: 33%;
  padding: 10px 0;
  font-family: "OpenSansRegular";
  text-align: center;
}
.splashbg .errorPage-container .errorPage-links li a,
.fourhundred .errorPage-container .errorPage-links li a {
  text-decoration: underline;
  cursor: pointer;
  color: #ffffff;
}
.splashbg .errorPage-container .errorPage-links li a:hover,
.fourhundred .errorPage-container .errorPage-links li a:hover {
  text-decoration: none;
}
.fourhundred {
  z-index: 1000;
  height: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: unset;
}
.popover {
  z-index: 10;
  position: absolute;
  background-color: #ffffff;
  padding: 20px;
  width: 200px;
  top: -10000px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  -webkit-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 2px 2px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 320px) {
  .popover {
    width: 80%;
  }
}
.popover .popover-dates {
  font-size: 12px;
  color: #575757;
  text-align: center;
}
.popover .popover-text {
  font-size: 9px;
  color: #bcbcbc;
  text-align: center;
}
.splashbg .fiveofive-container .errorPage-title .circle-logo,
.splashbg .fiveofive-container .errorPage-title .broken-eggs {
  margin: 0 auto;
  display: block;
}
.splashbg .fiveofive-container .errorPage-title .circle-logo {
  width: 15%;
  margin-bottom: 5%;
}
.splashbg .fiveofive-container .errorPage-title .broken-eggs {
  width: 40%;
}
.splashbg .fiveofive-container .error-text-container {
  display: flex;
  color: #ffffff;
  justify-content: space-between;
  width: 80%;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .splashbg .fiveofive-container .error-text-container {
    display: block;
  }
}
.splashbg .fiveofive-container .error-text-container .error-text-right,
.splashbg .fiveofive-container .error-text-container .error-text-left {
  width: 47%;
}
@media only screen and (min-width: 320px) {
  .splashbg .fiveofive-container .error-text-container .error-text-right,
  .splashbg .fiveofive-container .error-text-container .error-text-left {
    width: 100%;
  }
}
.splashbg .fiveofive-container .error-text-container .error-text-right h1,
.splashbg .fiveofive-container .error-text-container .error-text-left h1 {
  padding: 30px 0 20px 0;
  color: #ffffff;
  font-family: "UbuntuRegular";
}
.splashbg .fiveofive-container .error-text-container .error-text-right h1:last-child,
.splashbg .fiveofive-container .error-text-container .error-text-left h1:last-child {
  padding-bottom: 10px;
}
@media only screen and (min-width: 320px) {
  .splashbg .fiveofive-container .error-text-container .error-text-right h1,
  .splashbg .fiveofive-container .error-text-container .error-text-left h1 {
    padding-bottom: 5px;
  }
}
.ie-popupContianer {
  display: none;
  width: 50%;
  -webkit-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 1px 7px 0px rgba(0, 0, 0, 0.75);
  font-family: "OpenSansRegular";
  margin-bottom: 50px;
  position: absolute;
  top: 5%;
  z-index: 3000;
  left: 0;
  right: 0;
  margin: auto;
}
.ie-popupContianer .topSection,
.ie-popupContianer .bottomSection {
  width: 100%;
  background-color: #e5f0fd;
  padding-top: 30px;
  text-align: center;
}
.ie-popupContianer .topSection {
  border-bottom: 1px solid #c4efff;
  padding-top: 80px;
  position: relative;
  color: #05529c;
  padding-bottom: 20px;
}
.ie-popupContianer .topSection .iepopup-logo {
  width: 150px;
  height: 150px;
  position: absolute;
  top: -70%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.ie-popupContianer .topSection .icon {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  color: #0970e6;
  font-size: 25px;
  font-family: "OpenSansLight";
}
.ie-popupContianer .middleSection {
  background-color: #ffffff;
  text-align: center;
  padding: 20px;
  color: #929292;
}
.ie-popupContianer .middleSection p {
  font-size: 14px;
  line-height: 2;
}
.ie-popupContianer .middleSection ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  justify-content: center;
  padding-top: 20px;
  margin-bottom: 0;
}
.ie-popupContianer .middleSection ul li img {
  width: 50%;
}
.ie-popupContianer .middleSection ul li p {
  color: #bcbcbc;
  font-size: 14px;
  padding-top: 10px;
}
.ie-popupContianer .bottomSection {
  border-top: 1px solid #c4efff;
  padding-bottom: 40px;
}
.ie-popupContianer .bottomSection button {
  width: 40%;
}
.ie-popupContianer .popup-background {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  opacity: 1;
  transition: all 0.5 linear;
  z-index: -1;
}
.wine-recommendation {
  background: #fff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  border: 1px solid #E5E5E5;
  border-top: none;
}
.wine-recommendation .wine-wrapper {
  margin: 0 20px 20px 20px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}
.wine-recommendation .wine-wrapper .product-fragment {
  transition: all .25s ease;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags {
  border: 0px;
  padding: 30px 0 0 0;
  height: auto;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .richtext h2 {
  font-family: UbuntuLight;
  margin-left: 0;
  font-size: 30px;
  text-align: center;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .img-container img {
  width: 160px !important;
  height: 160px !important;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .text-container h5 {
  color: #0e3368;
  font-family: "OpenSansRegular";
  font-size: 14px !important;
  line-height: 20px !important;
  width: auto;
  height: auto;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .price_container .old_price .price,
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .price_container .old_price .currency {
  font-family: 'OpenSansRegular';
  font-size: 14px;
  color: #575757;
  text-decoration: line-through;
  line-height: 16px;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .price_container .new_price {
  font-family: 'OpenSansSemibold';
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .price_container .new_price .price {
  font-weight: 600;
  font-size: 24px;
  color: #0e3368;
  background-color: #fff29c;
  width: fit-content;
  font-family: 'OpenSansSemiBold';
  line-height: 24px;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .price_container .new_price .decimals,
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .price_container .new_price .currency {
  color: #0E3368;
  background-color: #fff29c;
  width: fit-content;
  line-height: 28px;
  height: 24px;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .price_container .new_price .units {
  font-size: 14px;
  color: #0E3368;
  margin-left: 3px;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .btn {
  margin: 10px 0;
  overflow: initial;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .btn .cart-number {
  background-color: #4ccd8a;
  color: white;
  border-radius: 50px;
  font-size: 10px;
  font-family: "OpenSansBold";
  position: absolute;
  top: -3px;
  right: -7px;
  width: 20px;
  height: 20px;
  display: none;
  line-height: 20px;
  justify-content: center;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .btn.hide-cart-btn {
  display: none !important;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .wine-recommendation-button-container.shopping-spinner .primary-btn {
  display: none !important;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .wine-recommendation-button-container.shopping-spinner .wine-recommendation-spinner-container {
  height: 70px;
  padding-top: 5px;
  display: flex !important;
  justify-content: center;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .wine-recommendation-button-container.shopping-spinner .wine-recommendation-spinner-container .spinner-cotainer {
  position: static;
  transform: translateX(210%);
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .wine-recommendation-button-container .product-not-available {
  display: none !important;
  text-align: center;
  background-color: #F4F9FF;
  border: 1px solid #CFE1F5;
  padding: 10px;
  font-size: 12px;
  margin-top: 10px;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .wine-recommendation-button-container .product-not-available span:first-child {
  color: #0E3368;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .wine-recommendation-button-container .product-not-available span:last-child {
  color: #0970E6;
  text-decoration: underline;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .wine-recommendation-button-container .product-not-available:hover span {
  text-decoration: none;
}
.wine-recommendation .wine-wrapper .product-fragment .zmags a .cont_text .wine-recommendation-button-container .product-not-available.show-notAvailable-data {
  display: block !important;
}
.wine-recommendation .wine-wrapper .teaser-wrapper .carousel-pagination {
  height: auto;
  bottom: 0;
}
.wine-recommendation .wine-wrapper .teaser-wrapper .carousel-pagination:empty {
  margin: 0px !important;
  padding: 0px !important;
  height: 0px !important;
}
.wine-recommendation .wine-wrapper .legal-mention p {
  color: #9A9A9A;
}
.legal-mention {
  color: lightgrey;
  text-align: center;
  padding: 10px;
}
header.fixed-top {
  background: #ffffff;
  text-align: center;
}
header.fixed-top .top-nav .header_promotion {
  position: fixed;
  flex-direction: row;
  background: #d83832;
  color: #ffffff;
  font-family: "OpenSansRegular";
  font-size: 10px;
  min-height: 48px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 0;
  visibility: hidden;
  left: -50%;
  margin-left: 50%;
  height: 0px;
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav .header_promotion {
    font-size: 12px;
  }
}
header.fixed-top .top-nav .header_promotion.shown {
  visibility: visible;
  height: auto;
  min-height: 50px;
}
header.fixed-top .top-nav .header_promotion .icon {
  padding-bottom: 1px;
  font-size: 12px !important;
  height: 12px !important;
  width: 12px !important;
  color: #ffffff !important;
}
header.fixed-top .top-nav .header_promotion .icon:before {
  font-family: "carrefour-sav", "icons_carrefour" !important;
  font-size: 12px;
}
header.fixed-top .top-nav .header_promotion i.icon-close {
  display: block !important;
}
header.fixed-top .top-nav .header_promotion i.icon-arrow-right {
  font-size: 12px !important;
  margin-top: -3px;
}
header.fixed-top .top-nav .header_promotion span {
  width: auto;
  padding: 0 1px;
}
header.fixed-top .top-nav .header_promotion .promotion-content {
  padding: 0 !important;
  margin: 0 !important;
  font-size: 10px;
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav .header_promotion .promotion-content {
    font-size: 12px;
  }
}
header.fixed-top .top-nav .header_promotion .btn.link {
  width: 16px;
  height: 16px;
  margin-top: -22px;
  min-width: unset;
  background: transparent !important;
  cursor: pointer;
}
header.fixed-top .top-nav .header_promotion a {
  color: #ffffff;
  font-family: "OpenSansLight";
}
header.fixed-top .top-nav .header_promotion a span {
  text-decoration: underline;
}
header.fixed-top .top-nav .header_promotion a i {
  text-decoration: none;
}
header.fixed-top .top-nav .promotion-banner-yellow {
  background-color: #FFF29C;
  color: #d83832;
}
header.fixed-top .top-nav .promotion-banner-yellow a {
  color: #d83832;
}
/* Image resizing */
.img-container {
  width: 100%;
}
.img-container img {
  width: 100%;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
}
.img-container.image_fit_2_1 {
  padding-bottom: 50%;
  position: relative;
  height: 0;
}
.img-container.image_fit_1_1 {
  padding-bottom: 100%;
  position: relative;
  height: 0;
}
.img-container.image_fit_1_1 img {
  width: 100% !important;
  height: 100% !important;
}
.img-container.image_fit_1_2 {
  padding-bottom: 200%;
  height: 0;
  position: relative;
}
.img-container.image_fit_4_3 {
  padding-bottom: 75%;
  height: 0;
  position: relative;
}
.img-container.image_fit_16_9 {
  padding-bottom: 56.25%;
  height: 0;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .col-md-6.columnComponents .teaser .img-container.image_fit_2_1 {
    padding-bottom: 50%;
  }
  .col-md-6.columnComponents .teaser .img-container.image_fit_2_1 img {
    top: 0;
  }
  .col-md-6 .teaser_recipe .img-container.image_fit_2_1 {
    padding-bottom: 40%;
  }
  .col-md-6 .teaser_recipe .img-container.image_fit_2_1 img {
    top: -10%;
  }
  .col-md-6 .teaser_recipe.video .img-container.image_fit_2_1 .play_container {
    padding-bottom: 40%;
  }
  .article-library .col-md-6 .teaser_inspirational.inspiration_cta .img-container.image_fit_2_1,
  .inspiration-list .col-md-6 .teaser_inspirational.inspiration_cta .img-container.image_fit_2_1 {
    padding-bottom: 40%;
  }
  .article-library .col-md-6 .teaser_inspirational.inspiration_cta .img-container.image_fit_2_1 img,
  .inspiration-list .col-md-6 .teaser_inspirational.inspiration_cta .img-container.image_fit_2_1 img {
    top: -10%;
  }
}
/* Evolution Less Files */
html.no-scroll {
  overflow: hidden !important;
  height: 100%;
  position: fixed;
  width: 100%;
}
body {
  overflow-y: scroll;
}
body.modal-open {
  overflow: hidden !important;
}
body.no-scroll {
  overflow: hidden !important;
  height: 100%;
  position: fixed;
  width: 100%;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 1050;
}
body.no-scroll.nav-open .container-fluid.content-page {
  margin-top: 132px;
}
body {
  padding: 0px !important;
}
.container-fluid {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 480px) {
  .container-fluid {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.container-fluid.content-page-evolution {
  margin-top: 146px !important;
}
@media only screen and (min-width: 1024px) {
  .container-fluid.content-page-evolution {
    margin-top: 72px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .container-fluid.content-page-evolution.top {
    margin-top: 82px !important;
  }
}
.container-fluid.content-page-evolution.top.promotion-shown {
  margin-top: 180px !important;
}
@media only screen and (min-width: 1024px) {
  .container-fluid.content-page-evolution.top.promotion-shown {
    margin-top: 132px !important;
  }
}
#main {
  transition: margin-left 0.5s;
  padding: 20px;
}
/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
  .sidenav {
    padding-top: 15px;
  }
  .sidenav a {
    font-size: 18px;
  }
}
.mobile-header-item {
  font-size: 1.25rem;
  color: #575757;
}
.btn {
  background: #0970E6 !important;
  color: #fff !important;
}
.btn:hover {
  background: #05529C !important;
}
input::-ms-clear {
  display: none;
  height: 0;
  width: 0;
}
.xf-content-height {
  min-height: 0px !important;
}
body.no-scroll.nav-open .header_promotion .container,
body.modal-open .header_promotion .container {
  padding-right: 33px !important;
}
body.no-scroll.nav-open .header_promotion .cross-btn,
body.modal-open .header_promotion .cross-btn {
  padding-right: 0px !important;
  padding-left: 18px !important;
}
body.no-scroll.nav-open header.fixed-top .top-nav,
body.modal-open header.fixed-top .top-nav {
  padding-right: 17px !important;
  /*@media @desktoplarge {
                padding-right: 0 !important;
           }*/
}
body.no-scroll.nav-open .content-wrapper.container-fluid,
body.modal-open .content-wrapper.container-fluid {
  padding-right: 15px;
  /*@media @desktoplarge {
            padding-right: 0 !important;
        }*/
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .mainnav,
body.modal-open .container-fluid.content-page-evolution .navigation .mainnav {
  padding-right: 17px !important;
  /*@media @desktoplarge {
                    padding-right: 0 !important;
               }*/
}
body.no-scroll.nav-open .container-fluid.content-page.osm-promotion {
  margin-top: 182px;
}
@media only screen and (min-width: 1440px) {
  body.no-scroll.nav-open .container-fluid.content-page.osm-promotion {
    margin-top: 210px;
  }
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .tab-pane {
  padding-right: 15px !important;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .tab-pane .level-1-container,
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .tab-pane .level-2-container {
  flex-flow: column wrap !important;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .tab-pane .level-1-container .static-level2-item,
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .tab-pane .level-2-container .static-level2-item {
  flex-flow: column wrap !important;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-1 {
  max-height: 65px;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-2 {
  max-height: 130px;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-3 {
  max-height: 190px;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-4 {
  max-height: 245px;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-5 {
  max-height: 310px;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-6 {
  max-height: 375px;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-7 {
  max-height: 435px;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-8 {
  max-height: 505px;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-9 {
  max-height: 565px;
}
body.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .navigation-overlay .row-10 {
  max-height: 620px;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-1 {
  max-height: 65px;
  height: 65px;
  flex-direction: row !important;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-2 {
  max-height: 130px;
  height: 130px;
  flex-direction: row !important;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-3 {
  max-height: 190px;
  height: 190px;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-4 {
  max-height: 245px;
  height: 245px;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-5 {
  max-height: 310px;
  height: 310px;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-6 {
  max-height: 375px;
  height: 375px;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-7 {
  max-height: 435px;
  height: 435px;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-8 {
  max-height: 505px;
  height: 505px;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-9 {
  max-height: 565px;
  height: 565px;
}
body.no-scroll.nav-open.ie-browser .container-fluid.content-page-evolution .navigation .navigation-overlay .row-10 {
  max-height: 620px;
  height: 620px;
}
body.storepicker-open.no-scroll-store,
body.gigyalogin-open.no-scroll-store {
  overflow: hidden !important;
  height: 100%;
  position: fixed;
  width: 100%;
}
body.storepicker-open.no-scroll-store .container-fluid.content-page-evolution {
  position: relative;
}
body.storepicker-open.no-scroll-store .header_promotion .container,
body.gigyalogin-open.no-scroll-store .header_promotion .container {
  padding-right: 33px !important;
}
body.storepicker-open.no-scroll-store .header_promotion .cross-btn,
body.gigyalogin-open.no-scroll-store .header_promotion .cross-btn {
  padding-right: 0px !important;
  padding-left: 18px !important;
}
body.storepicker-open.no-scroll-store header.fixed-top .top-nav,
body.gigyalogin-open.no-scroll-store header.fixed-top .top-nav {
  padding-right: 17px !important;
  /*@media @desktoplarge {
                padding-right: 0 !important;
            }*/
}
body.storepicker-open.no-scroll-store .content-wrapper.container-fluid,
body.gigyalogin-open.no-scroll-store .content-wrapper.container-fluid {
  padding-right: 15px;
  /*@media @desktoplarge {
            padding-right: 0 !important;
        }*/
}
body.storepicker-open.no-scroll-store .container-fluid.content-page-evolution .navigation .mainnav,
body.gigyalogin-open.no-scroll-store .container-fluid.content-page-evolution .navigation .mainnav {
  padding-right: 17px !important;
  /*@media @desktoplarge {
                    padding-right: 0 !important;
                }*/
}
body.ipad.storepicker-open.no-scroll-store header.fixed-top .top-nav,
body.ipad.gigyalogin-open.no-scroll-store header.fixed-top .top-nav {
  padding-right: 0px !important;
}
body.ipad.storepicker-open.no-scroll-store .content-wrapper.container-fluid,
body.ipad.gigyalogin-open.no-scroll-store .content-wrapper.container-fluid {
  padding-right: 0px;
}
body.ipad.storepicker-open.no-scroll-store .container-fluid.content-page-evolution .navigation .mainnav,
body.ipad.gigyalogin-open.no-scroll-store .container-fluid.content-page-evolution .navigation .mainnav {
  padding-right: 0px !important;
}
.storepicker h3,
.storepicker h4 {
  text-align: left !important;
}
body.storepicker-open {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  position: fixed !important;
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  text-rendering: optimizeLegibility;
  overflow: hidden;
  touch-action: manipulation;
  -webkit-user-drag: none;
  -ms-content-zooming: none;
  word-wrap: break-word;
  overscroll-behavior-y: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  text-size-adjust: none;
}
@media only screen and (max-width: 1199px) {
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart:before,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i:before,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i:before,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i:before {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .desktop-header .icon-list,
  .plt-tablet body:not(.browser_emulator) .desktop-header .icon-lists {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .desktop-header .icon-list:before,
  .plt-tablet body:not(.browser_emulator) .desktop-header .icon-lists:before {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .desktop-header .nav-cart i.icon-cart {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .desktop-header .nav-cart i.icon-cart:before {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before {
    margin-top: 0px !important;
    top: 0 !important;
  }
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart:before,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart:before,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart:before,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i:before,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i:before,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i:before,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i:before,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i:before,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i:before,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i:before,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i:before,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i:before {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning,
  .plt-ios body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before,
  .plt-ios body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before {
    margin-top: 0px !important;
    top: 0 !important;
  }
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) {
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart,
  .plt-ipad body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i,
  .plt-ipad body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i,
  .plt-ipad body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i,
  .plt-ipad body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart:before,
  .plt-ipad body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart:before,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i:before,
  .plt-ipad body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i:before,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i:before,
  .plt-ipad body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i:before,
  .plt-tablet body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i:before,
  .plt-ipad body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i:before {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .desktop-header i.icon-list,
  .plt-ipad body:not(.browser_emulator) .desktop-header i.icon-list,
  .plt-tablet body:not(.browser_emulator) .desktop-header i.icon-lists,
  .plt-ipad body:not(.browser_emulator) .desktop-header i.icon-lists {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .desktop-header i.icon-list:before,
  .plt-ipad body:not(.browser_emulator) .desktop-header i.icon-list:before,
  .plt-tablet body:not(.browser_emulator) .desktop-header i.icon-lists:before,
  .plt-ipad body:not(.browser_emulator) .desktop-header i.icon-lists:before {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .desktop-header .nav-cart i.icon-cart,
  .plt-ipad body:not(.browser_emulator) .desktop-header .nav-cart i.icon-cart {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .desktop-header .nav-cart i.icon-cart:before,
  .plt-ipad body:not(.browser_emulator) .desktop-header .nav-cart i.icon-cart:before {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning,
  .plt-ipad body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before,
  .plt-ipad body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-ipad body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-ipad body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link,
  .plt-ipad body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link {
    margin-top: 0px !important;
  }
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-ipad body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-ipad body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-tablet body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before,
  .plt-ipad body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before {
    margin-top: 0px !important;
    top: 0 !important;
  }
}
@media only screen and (max-width: 1199px) and (orientation: landscape) {
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart:before,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart:before,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .icon-cart:before,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i:before,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i:before,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .list-open i:before,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i:before,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i:before,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-open i:before,
  .plt-android body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i:before,
  .plt-ios body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i:before,
  .plt-mobileweb body:not(.browser_emulator) .mobile-header .mobile-header-item .hamburger-close i:before {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning,
  .plt-ios body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before,
  .plt-ios body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link {
    margin-top: 0px !important;
  }
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-android body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before,
  .plt-ios body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before,
  .plt-mobileweb body:not(.browser_emulator) .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before {
    margin-top: 0px !important;
    top: 0 !important;
  }
}
@media only screen and (min-width: 1200px) {
  .plt-desktop body:not(.browser_emulator).ipad .mobile-header .mobile-header-item .icon-cart,
  .plt-desktop body:not(.browser_emulator).ipad .mobile-header .mobile-header-item .list-open i,
  .plt-desktop body:not(.browser_emulator).ipad .mobile-header .mobile-header-item .hamburger-open i,
  .plt-desktop body:not(.browser_emulator).ipad .mobile-header .mobile-header-item .hamburger-close i {
    margin-top: 0px !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad .desktop-header .icon-list,
  .plt-desktop body:not(.browser_emulator).ipad .desktop-header .icon-lists {
    margin-top: 0px !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad .desktop-header .icon-list:before,
  .plt-desktop body:not(.browser_emulator).ipad .desktop-header .icon-lists:before {
    margin-top: 0px !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad .desktop-header .icon-cart {
    margin-top: 0px !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad .desktop-header .icon-cart:before {
    margin-top: 0px !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning {
    margin-top: 0px !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before {
    margin-top: 0px !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link,
  .plt-desktop body:not(.browser_emulator).ipad .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link,
  .plt-desktop body:not(.browser_emulator).ipad .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link {
    margin-top: 0px !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#products.nav-link:before,
  .plt-desktop body:not(.browser_emulator).ipad .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#recipe.nav-link:before,
  .plt-desktop body:not(.browser_emulator).ipad .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab a#inspiration.nav-link:before {
    margin-top: 0px !important;
    top: 0 !important;
  }
}
.container-fluid.content-page.p-0.sidenavopen .container-fluid.content-wrapper {
  padding-right: 17px;
  /*@media @desktoplarge {
            padding-right: 0 !important;
        }*/
}
.container-fluid.content-page.p-0.sidenavopen.content-page-evolution {
  padding-right: 17px;
  /*@media @desktoplarge {
            padding-right: 0 !important;
        }*/
}
@media only screen and (min-width: 1200px) {
  .plt-desktop body:not(.browser_emulator).ipad.no-scroll.nav-open header.fixed-top .top-nav,
  .plt-desktop body:not(.browser_emulator).ipad.modal-open header.fixed-top .top-nav,
  .plt-ipad body:not(.browser_emulator).ipad.no-scroll.nav-open header.fixed-top .top-nav,
  .plt-ipad body:not(.browser_emulator).ipad.modal-open header.fixed-top .top-nav,
  .plt-desktop body:not(.browser_emulator).ipad.no-scroll.nav-open .content-wrapper.container-fluid,
  .plt-desktop body:not(.browser_emulator).ipad.modal-open .content-wrapper.container-fluid,
  .plt-ipad body:not(.browser_emulator).ipad.no-scroll.nav-open .content-wrapper.container-fluid,
  .plt-ipad body:not(.browser_emulator).ipad.modal-open .content-wrapper.container-fluid,
  .plt-desktop body:not(.browser_emulator).ipad.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .mainnav,
  .plt-desktop body:not(.browser_emulator).ipad.modal-open .container-fluid.content-page-evolution .navigation .mainnav,
  .plt-ipad body:not(.browser_emulator).ipad.no-scroll.nav-open .container-fluid.content-page-evolution .navigation .mainnav,
  .plt-ipad body:not(.browser_emulator).ipad.modal-open .container-fluid.content-page-evolution .navigation .mainnav {
    padding-right: 0 !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad.my-account-slider .container-fluid.bg-white.top-nav,
  .plt-ipad body:not(.browser_emulator).ipad.my-account-slider .container-fluid.bg-white.top-nav,
  .plt-desktop body:not(.browser_emulator).ipad.my-account-slider .container-fluid.content-page,
  .plt-ipad body:not(.browser_emulator).ipad.my-account-slider .container-fluid.content-page {
    padding-right: 0 !important;
  }
  .plt-desktop body:not(.browser_emulator).ipad .sidenavopen header.fixed-top .top-nav,
  .plt-ipad body:not(.browser_emulator).ipad .sidenavopen header.fixed-top .top-nav,
  .plt-desktop body:not(.browser_emulator).ipad .sidenavopen .navigation .row.bg-white.mainnav,
  .plt-ipad body:not(.browser_emulator).ipad .sidenavopen .navigation .row.bg-white.mainnav,
  .plt-desktop body:not(.browser_emulator).ipad .container-fluid.content-page.p-0.sidenavopen .container-fluid.content-wrapper,
  .plt-ipad body:not(.browser_emulator).ipad .container-fluid.content-page.p-0.sidenavopen .container-fluid.content-wrapper {
    padding-right: 0 !important;
  }
}
header.fixed-top {
  top: 0 !important;
  z-index: 1035;
}
header.fixed-top.sidenavopen {
  z-index: 1000;
}
header.fixed-top .top-nav {
  box-shadow: 0 1px 0 0 #ededed;
  -webkit-box-shadow: 0 1px 0 0 #ededed;
  -moz-box-shadow: 0 1px 0 0 #ededed;
  margin-bottom: 2px;
  position: relative;
  height: 110px;
  transition: height 0.3s ease .1s;
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav {
    height: 80px;
    transition: none;
  }
}
header.fixed-top .top-nav .desktop-header {
  position: fixed;
  top: 50px;
  transition: top .4s ease .1s, background 0.1s ease 0.5s, width 0.6s ease 0.4s;
  width: calc(100% - 30px);
  background: white;
  padding: 10px 0px !important;
}
@media only screen and (min-width: 768px) {
  header.fixed-top .top-nav .desktop-header {
    width: 690px;
    max-width: 690px;
  }
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav .desktop-header {
    position: relative;
    top: auto;
    transition: none;
    left: auto;
    width: 100%;
    max-width: 100%;
    background: white;
    padding: 0px !important;
  }
}
header.fixed-top .top-nav .desktop-header .header-item {
  padding: 0 !important;
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav .desktop-header .header-item {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    padding-left: 10px;
    padding-right: 10px;
  }
}
header.fixed-top .top-nav .desktop-header .header-item .header-links {
  min-width: 50px;
  flex-basis: 50px;
  height: 50px;
  cursor: pointer;
  margin-right: 20px;
}
header.fixed-top .top-nav .desktop-header .header-item .header-links .label {
  color: #575757;
  font-size: 12px;
}
header.fixed-top .top-nav .desktop-header .header-item .header-links:hover .label,
header.fixed-top .top-nav .desktop-header .header-item .header-links:hover .icon {
  color: #004E9E;
}
header.fixed-top .top-nav .desktop-header .header-item .header-links.mylist-item {
  width: 0;
  height: 0;
  flex-basis: 0;
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav .desktop-header .header-item .header-links.mylist-item {
    width: auto;
    flex-basis: auto;
  }
}
header.fixed-top .top-nav .desktop-header .header-item.myaccount-list-cart-icon {
  width: auto;
  padding: 0;
}
header.fixed-top .top-nav .desktop-header a.carrefour_logo {
  width: 200px;
  height: 35px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  header.fixed-top .top-nav .desktop-header a.carrefour_logo {
    width: 265px;
    height: 46px;
  }
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav .desktop-header a.carrefour_logo {
    width: 222px;
    height: 39px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 768px) {
  header.fixed-top .top-nav .desktop-header a.carrefour_logo {
    width: 172px;
    height: 30px;
  }
}
header.fixed-top .top-nav .desktop-header a.carrefour_logo span {
  position: absolute;
  left: -1000rem;
}
header.fixed-top .top-nav .desktop-header .level-0 {
  color: #575757;
  font-family: UbuntuMedium;
}
header.fixed-top .top-nav .desktop-header .level-0 i.icon.icon-arrow-down {
  color: #0970E6;
  font-size: 0.5rem;
}
header.fixed-top .top-nav .desktop-header .shopping-open {
  width: 0px;
  visibility: hidden;
  white-space: nowrap;
  background: #F5FAFF;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
  height: 80px;
  overflow: hidden;
  transition: width 0.5s ease, visibility 0.3s ease, background 0.8s ease;
}
header.fixed-top .top-nav .desktop-header .shopping-open .shopping-content {
  display: flex;
  height: 26px;
  align-items: center;
  justify-content: start;
}
header.fixed-top .top-nav .desktop-header .shopping-open .shopping-label {
  font-family: 'OpenSansBold';
  margin-left: 10px;
  color: #0970E6;
  font-size: 15px;
  line-height: 26px;
}
header.fixed-top .top-nav .desktop-header .shopping-open.shown {
  width: 134px;
  visibility: visible;
  transition: width 0.5s ease, visibility 0.3s ease, background 0.8s ease;
  margin-right: 20px;
  margin-left: 0px;
}
header.fixed-top .top-nav .desktop-header .shopping-open:hover {
  background: #E0EFFF;
  cursor: pointer;
}
header.fixed-top .top-nav .desktop-header .shopping-open.slider-shown {
  background: #0970E6;
}
header.fixed-top .top-nav .desktop-header .searchbar {
  max-width: 100%;
  flex: 1;
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav .desktop-header .searchbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-right: 20px;
    margin-left: 0px;
  }
}
header.fixed-top .top-nav .desktop-header .account-open {
  color: #0970E6;
}
header.fixed-top .top-nav .desktop-header .availableState::after {
  position: absolute;
  top: 15px;
  left: 50%;
  content: " ";
  background: url(main/css/img/ValidateGreenCircle.svg);
  background-size: 100% 100%;
  background-position: right bottom;
  width: 20%;
  height: 40%;
  margin: 2px;
  float: left;
}
header.fixed-top .top-nav .desktop-header .nav-cart {
  position: relative;
  font-size: 30px;
  color: #0970E6;
  margin-right: 0;
  margin-left: 0;
  padding-top: 4px;
  width: 28px;
  margin-right: 0 !important;
}
header.fixed-top .top-nav .desktop-header .nav-cart i {
  font-size: 16px;
  color: #0970E6;
  margin-bottom: 8px;
  margin-top: -55px;
  margin-left: 5px;
}
header.fixed-top .top-nav .desktop-header .nav-cart i:hover {
  color: #05529C;
}
header.fixed-top .top-nav .desktop-header .nav-cart i:before {
  margin-top: 0px;
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav .desktop-header .nav-cart i:before {
    margin-top: 0px;
  }
}
header.fixed-top .top-nav .desktop-header .nav-cart .open_basket {
  padding-left: 3px;
  justify-content: flex-end;
  width: 50px;
}
@media only screen and (min-width: 1440px) {
  header.fixed-top .top-nav .desktop-header .nav-cart .open_basket {
    justify-content: flex-end;
  }
}
header.fixed-top .top-nav .desktop-header .nav-cart .cart-number {
  font-family: 'OpenSansBold';
  background: #4ccd8a;
  color: #fff;
  border-radius: 40px;
  line-height: 15px;
  min-width: 21px;
  font-size: 12px;
  position: absolute;
  top: -4px;
  right: -4px;
  width: auto;
  padding: 0px 6px;
  border: 1px solid #ffffff;
  height: 17px;
}
header.fixed-top .top-nav .desktop-header .nav-cart .toaster--shown {
  font-family: OpenSansRegular;
  font-size: 12px;
  top: 50px;
  width: 290px;
  right: 0px;
  box-shadow: 0px 6px 6px 0px #00000029;
  padding: 10px 20px 20px;
}
header.fixed-top .top-nav .desktop-header .nav-cart .toaster--shown .row {
  margin-left: -8px;
  margin-right: -8px;
}
header.fixed-top .top-nav .desktop-header .nav-cart .toaster--shown .row div {
  padding-left: 8px;
  padding-right: 8px;
}
header.fixed-top .top-nav .desktop-header .nav-cart .toaster--shown img {
  width: 70px;
  height: 70px;
}
header.fixed-top .top-nav .desktop-header .nav-cart .toaster--shown .text-content {
  padding-right: 0 !important;
  margin-left: 10px;
}
header.fixed-top .top-nav .desktop-header .nav-cart .toaster--shown .status {
  font-size: 10px;
  font-family: "OpenSansRegular";
  color: #575757;
}
header.fixed-top .top-nav .desktop-header .nav-cart .toaster--shown .toaster__message {
  font-size: 12px;
  font-family: "OpenSansRegular";
  color: #575757;
}
header.fixed-top .top-nav .desktop-header .list-open i {
  margin-top: 5px;
}
header.fixed-top .top-nav .desktop-header .list-open i:before {
  font-family: "icons_carrefour" !important;
  margin-top: 0px;
  font-size: 24px;
}
header.fixed-top .top-nav .desktop-header .icon-label {
  font-family: 'OpenSansRegular';
  font-size: 12px;
  color: #575757;
}
header.fixed-top .top-nav .mobile-header {
  height: 110px;
  overflow: hidden;
  padding: 10px 0px !important;
  position: fixed;
  width: calc(100% - 30px);
  background: #fff;
  top: 0;
  transition: height 0.2s ease 0.3s;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media only screen and (min-width: 768px) {
  header.fixed-top .top-nav .mobile-header {
    width: 690px;
    padding: 10px 0px !important;
  }
}
header.fixed-top .top-nav .mobile-header a.carrefour_logo_mobile:before {
  content: "";
  display: block;
  width: 42px;
  margin-top: 4px;
}
header.fixed-top .top-nav .mobile-header a.carrefour_logo_mobile span {
  position: absolute;
  left: -1000rem;
}
header.fixed-top .top-nav .mobile-header a.carrefour_logo_mobile img {
  width: 42px;
  height: 30px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item {
  font-size: 1.25rem;
  color: #575757;
  cursor: pointer;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .label {
  color: #575757;
  font-size: 10px;
  position: absolute;
  bottom: 0;
  font-family: 'OpenSansRegular';
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .top-nav .mobile-header .mobile-header-item .label {
    font-size: 12px;
  }
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .label:hover {
  color: #004E9E;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .label.open_basket {
  font-size: 11px;
  bottom: -1px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .list-open,
header.fixed-top .top-nav .mobile-header .mobile-header-item .account-open,
header.fixed-top .top-nav .mobile-header .mobile-header-item .carrefour_logo_mobile {
  visibility: visible;
  transition: visibility 0.2s ease 0.4s;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item.hamburger {
  color: #0970E6;
  cursor: pointer;
  width: 50px;
  height: 40px;
  position: relative;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item.hamburger .hamburger-open,
header.fixed-top .top-nav .mobile-header .mobile-header-item.hamburger .hamburger-close {
  width: 50px;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item.hamburger .hamburger-open {
  transform: scale(1);
  transform-origin: center 10px;
  transition: transform 0.5s ease;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item.hamburger .hamburger-open i {
  color: #0970e6 !important;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item.hamburger .hamburger-close {
  transform: scale(0);
  transition: transform 0.5s ease;
  transform-origin: center 10px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item.hamburger .hamburger-close i {
  color: #004E9E;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item.hamburger .hamburger-close .label {
  color: #004E9E;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item.hamburger i {
  width: 20px;
  height: 20px;
  margin-top: 0px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .list-open,
header.fixed-top .top-nav .mobile-header .mobile-header-item .account-open {
  width: 50px;
  height: 40px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .list-open i,
header.fixed-top .top-nav .mobile-header .mobile-header-item .account-open i {
  width: 20px;
  height: 20px;
  margin-top: -15px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .list-open i {
  margin-top: 5px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .list-open i:before {
  font-family: "icons_carrefour" !important;
  font-size: 28px;
  margin-top: -1px !important;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .account-open {
  color: #0970E6;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .account-open:before {
  margin-top: -1px !important;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .icon-cart {
  color: #0970E6;
  font-size: 20px;
  margin-top: 2px!important;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .icon-cart:hover {
  color: #05529C;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .availableState::after {
  position: absolute;
  top: 15px;
  left: 50%;
  content: " ";
  background: url(main/css/img/ValidateGreenCircle.svg);
  background-size: 100% 100%;
  background-position: right bottom;
  width: 20%;
  height: 40%;
  margin: 2px;
  float: left;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .cart-number {
  font-family: 'OpenSansBold';
  background: #4ccd8a;
  color: #fff;
  border-radius: 40px;
  line-height: 15px;
  min-width: 21px;
  font-size: 12px;
  position: absolute;
  top: -8px;
  right: -2px;
  width: auto;
  padding: 0px 6px;
  border: 1px solid #ffffff;
  height: 17px;
}
@media only screen and (min-width: 768px) {
  header.fixed-top .top-nav .mobile-header .mobile-header-item .cart-number {
    right: -8px;
  }
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .open_basket {
  padding-left: 3px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .toaster--shown {
  font-family: OpenSansRegular;
  font-size: 12px;
  top: 45px;
  right: -10px;
  box-shadow: 0px 6px 6px 0px #00000029;
  position: fixed;
  top: 60px;
}
@media only screen and (min-width: 320px) {
  header.fixed-top .top-nav .mobile-header .mobile-header-item .toaster--shown {
    width: 100%;
  }
}
@media only screen and (min-width: 768px) {
  header.fixed-top .top-nav .mobile-header .mobile-header-item .toaster--shown {
    width: 290px;
    margin-right: 50px;
  }
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .toaster--shown .row {
  margin-left: -8px;
  margin-right: -8px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .toaster--shown .row div {
  padding-left: 8px;
  padding-right: 8px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .toaster--shown img {
  width: 70px;
  height: 70px;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .toaster--shown .status {
  font-size: 10px;
  font-family: "OpenSansRegular";
  color: #575757;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .toaster--shown .toaster__message {
  font-size: 12px;
  font-family: "OpenSansRegular";
  color: #575757;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item i {
  width: 24px;
  height: 20px;
  font-size: 20px;
  margin-top: 0px;
  color: #0970E6;
}
@media only screen and (min-width: 768px) {
  header.fixed-top .top-nav .mobile-header .mobile-header-item i {
    width: 28px;
    height: 28px;
    font-size: 28px;
  }
}
header.fixed-top .top-nav .mobile-header .mobile-header-item:hover .label,
header.fixed-top .top-nav .mobile-header .mobile-header-item:hover .icon {
  color: #004E9E;
}
header.fixed-top .top-nav .mobile-header .mobile-header-item .account-open.available-state:hover:before {
  background: url('main/css/img/account-loggedin-hover.svg');
  background-repeat: no-repeat;
}
header.fixed-top .top-nav i.icon {
  width: 28px;
  height: 28px;
  font-size: 28px;
  color: #0970E6;
}
@media only screen and (min-width: 768px) {
  header.fixed-top .top-nav i.icon {
    width: 24px;
    height: 20px;
    font-size: 20px;
  }
}
header.fixed-top .top-nav i.icon:before {
  font-size: 20px;
  font-family: "icons_carrefour" !important;
}
header.fixed-top .top-nav i.icon:hover {
  color: #004E9E;
}
header.fixed-top .top-nav i.icon.icon-list {
  margin-top: 0px;
}
header.fixed-top .top-nav i.icon.icon-list:before {
  content: "\ea58";
  margin-top: 0px;
}
header.fixed-top .top-nav i.icon.icon-lists {
  margin-top: 0px;
}
header.fixed-top .top-nav i.icon.icon-lists:before {
  margin-top: 0px;
}
header.fixed-top .top-nav i.icon.icon-account {
  margin-top: 0px;
}
header.fixed-top .top-nav i.icon.icon-account:before {
  margin-top: 0px;
}
header.fixed-top .top-nav i.icon.icon-cart {
  margin-top: 0px;
}
header.fixed-top .top-nav i.icon.icon-cart:before {
  margin-top: 0px;
}
header.fixed-top .top-nav i.icon.icon-store:before {
  content: "\ea34";
}
header.fixed-top.sidenavopen .top-nav .mobile-header .hamburger .hamburger-open {
  transform: scale(0);
  transform-origin: center 10px;
  transition: transform 0.5s ease;
}
header.fixed-top.sidenavopen .top-nav .mobile-header .hamburger .hamburger-close {
  transform: scale(1);
  transition: transform 0.5s ease;
  transform-origin: center 10px;
}
header.fixed-top .cartIcon {
  font-size: 20px;
  color: #0970E6;
  cursor: pointer;
}
@media only screen and (min-width: 320px) {
  header.fixed-top .cartIcon {
    width: 50px;
    height: 40px;
    position: relative;
  }
}
@media only screen and (min-width: 1024px) {
  header.fixed-top .cartIcon {
    font-size: 30px;
    width: 45px;
    height: 45px;
  }
}
header.fixed-top .cartIcon:hover {
  color: #05529C;
}
header.fixed-top .cartIcon:before {
  width: inherit;
  height: inherit;
  display: block;
  background-repeat: no-repeat;
  background-size: 100%;
}
header.fixed-top.scrolled .top-nav {
  margin-bottom: 0px;
  box-shadow: 0 5px 7px 0 #0000000D;
  -webkit-box-shadow: 0 5px 7px 0 #0000000D;
  -moz-box-shadow: 0 5px 7px 0 #0000000D;
}
.content-page.content-page-evolution:not(.top) header.fixed-top .top-nav {
  margin-bottom: 0px;
  box-shadow: 0 5px 7px 0 #0000000D;
  -webkit-box-shadow: 0 5px 7px 0 #0000000D;
  -moz-box-shadow: 0 5px 7px 0 #0000000D;
}
@media only screen and (min-width: 1024px) {
  .osm-promotion.promotion-shown header.fixed-top.top .top-nav {
    height: 130px;
  }
  .osm-promotion.promotion-shown header.fixed-top.top .top-nav .desktop-header .header-row1 {
    margin-top: 50px;
  }
  .osm-promotion header.fixed-top .top-nav {
    height: 80px;
  }
  .osm-promotion header.fixed-top .top-nav .desktop-header .desktop_promotion {
    display: none;
  }
  .osm-promotion header.fixed-top .top-nav .desktop-header .header-row1 {
    margin-top: 0px;
  }
  header.fixed-top:not(.top) .top-nav {
    height: 80px;
  }
  header.fixed-top:not(.top) .top-nav .mobile-header {
    height: 60px;
    transition: height 0.2s ease-in 0.3s, padding 0.2s ease-in 0.3s;
  }
  header.fixed-top:not(.top) .top-nav .mobile-header .account-open,
  header.fixed-top:not(.top) .top-nav .mobile-header .list-open,
  header.fixed-top:not(.top) .top-nav .mobile-header .carrefour_logo_mobile {
    visibility: hidden;
    transition: visibility 0.1s ease 0.3s;
  }
  header.fixed-top:not(.top) .top-nav .desktop-header .header-item {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
  }
  header.fixed-top:not(.top) .top-nav .desktop-header .searchbar {
    padding-top: 15px !important;
    padding-bottom: 15px !important;
    margin-left: 0px !important;
  }
  header.fixed-top:not(.top) .top-nav .desktop-header .shopping-open {
    height: 80px;
  }
  header.fixed-top:not(.top) .top-nav .desktop-header .myAccount .account-open.available-state:before {
    top: 14px;
  }
}
@media only screen and (max-width: 1023px) {
  header.fixed-top.scrolled .top-nav {
    height: 60px;
    transition: height 0.4s ease .3s;
  }
  header.fixed-top.scrolled .top-nav .mobile-header {
    height: 60px;
    transition: height 0.1s ease-in 0.3s, padding 0.2s ease-in 0.3s;
  }
  header.fixed-top.scrolled .top-nav .mobile-header .account-open,
  header.fixed-top.scrolled .top-nav .mobile-header .list-open,
  header.fixed-top.scrolled .top-nav .mobile-header .carrefour_logo_mobile {
    visibility: hidden;
    transition: visibility 0.1s ease 0.3s;
  }
  header.fixed-top.scrolled .top-nav .desktop-header {
    position: fixed;
    top: 0;
    width: calc(690px/12*10);
    padding: 10px 0px !important;
    background: transparent;
    margin-bottom: 0px;
    z-index: 1200;
    transition: top 0.4s ease 0.3s, background 0.3s ease, width 0.6s ease;
  }
  .osm-promotion header.fixed-top.scrolled .top-nav .desktop-header {
    top: 0px;
    background: transparent;
    margin-bottom: 4px;
    transition: top 0.4s ease 0.3s, background 0.3s ease 0.2s, width 0.6s ease;
  }
  .osm-promotion.promotion-shown header.fixed-top .top-nav {
    height: 165px;
    transition: height 0.2s ease;
  }
  .osm-promotion.promotion-shown header.fixed-top .top-nav .mobile-header {
    padding: 60px 0px 10px 0px !important;
  }
  .osm-promotion.promotion-shown header.fixed-top .top-nav .desktop-header {
    top: 100px;
    background: #ffffff;
    margin-bottom: 4px;
    transition: top 0.2s ease, background 0.2s ease 0.7s, width 0.6s ease;
  }
  .osm-promotion.promotion-shown header.fixed-top.sidenavopen .mobile-header {
    padding: 10px 0 !important;
  }
  .osm-promotion.promotion-shown header.fixed-top.sidenavopen .mobile-header .header_promotion.shown {
    visibility: hidden;
    height: 0;
  }
  .osm-promotion.promotion-shown header.fixed-top.scrolled .top-nav .mobile-header {
    padding: 16px !important;
  }
  .osm-promotion.promotion-shown header.fixed-top.scrolled .top-nav .desktop-header {
    top: 50px;
    background: transparent;
    margin-bottom: 4px;
    transition: top 0.4s ease 0.3s, background 0.3s ease 0s;
  }
}
@media only screen and (max-width: 1023px) and only screen and (min-width: 1024px) {
  .osm-promotion.promotion-shown header.fixed-top .top-nav .desktop-header {
    padding-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  header.fixed-top.scrolled .top-nav .desktop-header {
    width: calc(100% - 130px);
  }
  header.fixed-top.scrolled .top-nav .desktop-header .searchbar {
    max-width: 100%;
  }
}
@media only screen and (max-width: 479px) {
  header.fixed-top.scrolled .top-nav .desktop-header {
    width: 250px;
    top: -2px;
  }
  header.fixed-top.scrolled .top-nav .desktop-header .searchbar {
    max-width: 100%;
  }
}
@media only screen and (max-width: 320px) {
  header.fixed-top.scrolled .top-nav .desktop-header {
    width: 200px;
    top: -2px;
  }
}
@media only screen and (min-width: 1024px) {
  .osm-promotion .carrefourSidenav {
    top: 80px;
  }
  .osm-promotion.promotion-shown .carrefourSidenav {
    top: 181px;
  }
  .osm-promotion.promotion-shown .carrefour-sidenav-overlay {
    top: 181px;
  }
  .osm-promotion.promotion-shown.sidenavopen header.fixed-top.top .top-nav {
    height: 130px;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .osm-promotion .carrefour-sidenav-overlay {
    top: 80px;
  }
}
@media only screen and (min-width: 1024px) {
  .sidenavopen header.fixed-top .top-nav {
    height: 70px;
    padding-right: 17px;
  }
}
@media only screen and (min-width: 1440px) {
  .sidenavopen header.fixed-top .top-nav {
    padding-right: 0 !important;
  }
}
.sidenavopen header.fixed-top .top-nav .mobile-header {
  z-index: 10000;
  height: 60px;
}
.sidenavopen header.fixed-top .top-nav .mobile-header .account-open,
.sidenavopen header.fixed-top .top-nav .mobile-header .list-open,
.sidenavopen header.fixed-top .top-nav .mobile-header .carrefour_logo_mobile {
  visibility: visible;
  transition: visibility 0.1s ease 0.3s;
}
.sidenavopen header.fixed-top .top-nav .mobile-header {
  padding: 10px 0 !important;
}
.sidenavopen header.fixed-top .top-nav .header_promotion.shown {
  visibility: hidden;
}
@media only screen and (min-width: 1024px) {
  .sidenavopen header.fixed-top .top-nav .header_promotion.shown {
    visibility: visible;
  }
}
@media only screen and (min-width: 1024px) {
  .sidenavopen header.fixed-top.top .top-nav {
    height: 80px;
  }
}
.sidenavopen .carrefourSidenav {
  top: 59px;
}
@media only screen and (min-width: 1024px) {
  .sidenavopen .carrefourSidenav {
    top: 132px;
  }
}
@media only screen and (min-width: 1200px) {
  .sidenavopen .mainnav {
    padding-right: 17px !important;
  }
}
.sidenavopen .shopping-open {
  background: #0970E6 !important;
  transition: background 0.8s ease;
}
.sidenavopen .shopping-open .icon,
.sidenavopen .shopping-open .shopping-label {
  color: #ffffff !important;
}
.sidenavopen .navigation .row.bg-white.mainnav {
  padding-right: 0px !important;
}
@media only screen and (min-width: 1200px) {
  .sidenavopen .navigation .row.bg-white.mainnav {
    padding-right: 17px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .sidenavopen .navigation .row.bg-white.mainnav {
    padding-right: 0 !important;
  }
}
.smartbanner-show header.fixed-top {
  top: 60px !important;
}
.smartbanner-show header.fixed-top .top-nav .mobile-header {
  top: 60px !important;
}
.smartbanner-show header.fixed-top .top-nav .desktop-header {
  top: 110px;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show header.fixed-top .top-nav .desktop-header {
    top: 0px;
  }
}
.smartbanner-show header.fixed-top.scrolled .top-nav .desktop-header {
  top: 60px;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show header.fixed-top.scrolled .top-nav .desktop-header {
    top: 0px;
  }
}
.smartbanner-show header.fixed-top.sidenavopen {
  top: 0px !important;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show header.fixed-top.sidenavopen {
    top: 60px !important;
  }
}
.smartbanner-show header.fixed-top.sidenavopen .top-nav .mobile-header {
  top: 0px !important;
}
.smartbanner-show .osm-promotion.promotion-shown header.fixed-top .top-nav .mobile-header .header_promotion.shown {
  top: 60px;
}
.smartbanner-show .osm-promotion.promotion-shown header.fixed-top .top-nav .desktop-header {
  top: 160px;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show .osm-promotion.promotion-shown header.fixed-top .top-nav .desktop-header {
    top: 0px;
  }
}
.smartbanner-show .osm-promotion.promotion-shown header.fixed-top .top-nav .desktop-header .desktop_promotion {
  top: 60px;
}
.smartbanner-show .osm-promotion.promotion-shown header.fixed-top.scrolled .top-nav .desktop-header {
  top: 60px;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show .osm-promotion.promotion-shown header.fixed-top.scrolled .top-nav .desktop-header {
    top: 0px;
  }
}
.smartbanner-show .osm-promotion.promotion-shown .mainnav {
  top: 224px;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show .osm-promotion.promotion-shown .mainnav {
    top: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show .osm-promotion.promotion-shown.sidenavopen .mainnav {
    top: 60px;
  }
  .smartbanner-show .osm-promotion.promotion-shown.sidenavopen .carrefourSidenav,
  .smartbanner-show .osm-promotion.promotion-shown.sidenavopen .carrefour-sidenav-overlay {
    top: 242px;
  }
}
.smartbanner-show .mainnav {
  top: 171px;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show .mainnav {
    top: auto;
  }
}
.smartbanner-show .content-page-evolution.top {
  margin-top: 62px !important;
}
.ie-browser header.fixed-top .top-nav .desktop-header .header-row1 {
  min-height: 70px;
}
.ie-browser header.fixed-top.top .top-nav .desktop-header .header-row1 {
  min-height: 80px;
}
.ie-browser .mainnav {
  top: auto;
  left: auto;
  right: auto;
  transform: initial;
}
.ie-browser .promotion-shown .mainnav {
  top: 0;
}
.browser_emulator header.fixed-top .top-nav i.icon.icon-cart:before {
  margin-top: 0px;
}
@media only screen and (min-width: 1024px) {
  .top-nav .searchbar {
    padding-right: 30px !important;
  }
}
.top-nav .searchbar .input-group:focus-within {
  border-radius: 25px;
  border: 1px solid #0970e6 !important;
}
.top-nav .searchbar .input-group:focus-within .btn,
.top-nav .searchbar .input-group:focus-within input,
.top-nav .searchbar .input-group:focus-within #searchclear {
  border-color: #0970E6 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.top-nav .searchbar .input-group:focus-within .btn {
  border-right-width: 0px;
}
.top-nav .searchbar .input-group:focus-within .btn i {
  background-color: transparent;
}
.top-nav .searchbar .input-group.focus-within {
  border-radius: 25px;
}
.top-nav .searchbar .input-group.focus-within .btn,
.top-nav .searchbar .input-group.focus-within input,
.top-nav .searchbar .input-group.focus-within .searchclear,
.top-nav .searchbar .input-group.focus-within #searchclear {
  border-color: #0970E6 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.top-nav .searchbar .input-group input {
  height: 40px;
  padding-left: 2px !important;
  vertical-align: middle;
  color: #929292;
  border-radius: 0 70px 70px 0 !important;
  border-left-width: 0px !important;
  font-size: 14px;
  caret-color: #0970E6;
  line-height: 19px;
  background-color: #F4F4F4;
  border: none;
}
@media only screen and (min-width: 1024px) {
  .top-nav .searchbar .input-group input {
    padding-left: 10px !important;
    height: 50px;
    padding-left: 30px;
    font-size: 15px;
  }
}
.top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning {
  width: 25px !important;
  position: absolute;
  height: 25px !important;
  color: #0970e6;
  display: none;
  z-index: 1000;
  right: 9px;
  top: 7px;
  line-height: initial;
  animation: icon-spin 2s infinite linear;
}
@media only screen and (min-width: 1024px) {
  .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning {
    right: 13px;
    top: 11px;
  }
}
.top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before {
  margin-top: 0px;
  font-size: 21px !important;
}
@media only screen and (min-width: 1024px) {
  .top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning:before {
    margin-top: 0px;
    font-size: 25px !important;
  }
}
.top-nav .searchbar .input-group i.icon.icon-loading.icon-is-spinning.icon-active {
  display: block;
}
.top-nav .searchbar .input-group #searchclear {
  width: 40px;
  height: 40px;
  padding: 11px 11px 11px 6px;
  color: #bcbcbc;
  min-width: 30px !important;
  background: #F4F4F4 !important;
  border-top: 1px solid #e5e5e5 !important;
  border-bottom: 1px solid #e5e5e5 !important;
  border-left: none !important;
  border-right: 1px solid #e5e5e5 !important;
}
@media only screen and (min-width: 1024px) {
  .top-nav .searchbar .input-group #searchclear {
    height: 50px;
    padding: 15px 15px 15px 0;
  }
}
.top-nav .searchbar .input-group #searchclear #deletesearch {
  display: none;
  cursor: pointer;
  color: #BCBCBC;
}
.top-nav .searchbar .input-group #searchclear #deletesearch:before {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  background: url(main/css/img/DeletingContentFieldIcon.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
.top-nav .searchbar .input-group #searchclear #deletesearch:hover {
  color: #9A9A9A;
}
.top-nav .searchbar .input-group #searchclear:hover i {
  color: #9A9A9A;
  background: none;
}
.top-nav .searchbar .input-group .searchenter {
  min-width: 0;
  padding: 3px;
  height: 40px;
  margin: 0 !important;
  border-color: #E5E5E5 !important;
  border-right-width: 0px !important;
  background-color: #F4F4F4 !important;
}
@media only screen and (min-width: 1024px) {
  .top-nav .searchbar .input-group .searchenter {
    height: 50px;
    padding: 3px;
    padding-left: 20px;
    padding-right: 0;
  }
}
.top-nav .searchbar .input-group .searchenter i {
  background-color: #F4F4F4;
  color: #0970E6;
  display: block;
  border-radius: 30px;
  padding-top: 8px;
  cursor: pointer;
  font-size: 14px;
  margin-top: 1px;
}
@media only screen and (min-width: 320px) {
  .top-nav .searchbar .input-group .searchenter i {
    height: 25px;
    width: 25px;
    padding: 4px 0 0 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .top-nav .searchbar .input-group .searchenter i {
    width: 20px;
    height: 42px;
    padding: 12px 0px 0px 0px;
  }
}
.top-nav .searchbar .input-group .searchenter i:before {
  background-repeat: no-repeat;
  background-size: 100%;
  font-size: 16px;
}
@media only screen and (min-width: 320px) {
  .top-nav .searchbar .input-group .searchenter i:before {
    width: 20px;
    height: 20px;
    margin-right: 0px;
  }
}
.top-nav .close-search {
  position: absolute;
  right: 13px;
  padding-top: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .top-nav .close-search {
    right: 22px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-nav .close-search {
    right: 33px;
  }
}
.top-nav .close-search button {
  margin-top: 0;
}
.top-nav .close-search button:hover {
  cursor: pointer;
}
.top-nav .modal {
  padding: 0 !important;
  top: 112px !important;
  opacity: 0;
  transition: opacity .15s linear;
}
@media only screen and (min-width: 1024px) {
  .top-nav .modal {
    top: 80px !important;
  }
}
.top-nav .modal .modal-dialog {
  width: 100%;
  height: auto;
  padding: 0;
  margin: 0;
  transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.6s ease-out;
  transition: transform 0.6s ease-out, -webkit-transform 0.6s ease-out;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.top-nav .modal .modal-dialog .modal-content {
  border: none !important;
  border-radius: 0;
  color: white;
  overflow: hidden;
  min-height: 100px;
  height: auto;
}
@media only screen and (min-width: 1440px) {
  .top-nav .modal .modal-dialog .modal-content {
    max-height: 680px;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body {
  padding: 0 15px;
}
@media only screen and (min-width: 768px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body {
    padding: 0;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body .nav-cart {
  font-size: 30px;
  color: #0970E6;
  cursor: pointer;
}
.top-nav .modal .modal-dialog .modal-content .modal-body .nav-cart.cartIcon:before {
  content: "";
  display: block;
  background: url(main/css/img/icon-cart.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}
@media only screen and (min-width: 1024px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body .nav-cart.cartIcon:before {
    width: 45px;
    height: 45px;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body .nav-cart.cartIcon:hover:before {
  background: url(main/css/img/icon-cart-hover.svg);
}
.top-nav .modal .modal-dialog .modal-content .modal-body .nav-cart span {
  font-size: 30px;
  color: #0970E6;
}
.top-nav .modal .modal-dialog .modal-content .modal-body .nav-cart span.cart-number {
  background-color: #4ccd8a;
  padding: 2px 7px;
  color: white;
  border-radius: 50%;
  font-size: 12px;
  font-family: "OpenSansRegular";
  font-style: normal;
  position: absolute;
  top: -5px;
  right: 5px;
}
@media only screen and (min-width: 1200px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body .nav-cart span.cart-number {
    right: 15px;
  }
}
@media only screen and (min-width: 1440px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body .nav-cart span.cart-number {
    right: 25px;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body .nav-cart:hover {
  color: #05529C;
}
.top-nav .modal .modal-dialog .modal-content .modal-body .searchbar {
  padding: 20px 0;
}
@media only screen and (min-width: 1024px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body .searchbar {
    padding: 24px 10px 24px 0;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body .searchbar .input-group.focus-within {
  border-radius: 25px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body .searchbar .input-group.focus-within .btn,
.top-nav .modal .modal-dialog .modal-content .modal-body .searchbar .input-group.focus-within input,
.top-nav .modal .modal-dialog .modal-content .modal-body .searchbar .input-group.focus-within #searchclear {
  border-color: #0970E6 !important;
  box-shadow: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
}
.top-nav .modal .modal-dialog .modal-content .modal-body .searchbar .input-group.focus-within .btn {
  border-left-width: 1px !important;
}
.top-nav .modal .modal-dialog .modal-content .modal-body .searchbar .input-group .popup-input-search {
  border-radius: 0 !important;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs {
  padding: 0px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs.horizontal-scrollable-tabs .arrow-right {
  float: right;
  box-shadow: inset -10px 0px 10px 0px rgba(154, 154, 154, 0.2);
  -webkit-box-shadow: inset -10px 0px 10px 0px rgba(154, 154, 154, 0.2);
  -moz-box-shadow: inset -10px 0px 10px 0px rgba(154, 154, 154, 0.2);
}
.top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs.horizontal-scrollable-tabs .arrow-left {
  float: left;
  box-shadow: inset 10px 0px 10px 0px rgba(154, 154, 154, 0.2);
  -webkit-box-shadow: inset 10px 0px 10px 0px rgba(154, 154, 154, 0.2);
  -moz-box-shadow: inset 10px 0px 10px 0px rgba(154, 154, 154, 0.2);
}
.top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs.horizontal-scrollable-tabs .scroller {
  color: #0970E6;
  display: none;
  font-size: 14px;
  padding: 13px 4px;
  background: rgba(207, 207, 207, 0.2);
  width: 20px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs.horizontal-scrollable-tabs .scroller.disabled {
  color: #9A9A9A;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs.horizontal-scrollable-tabs .horizontal-tabs {
  padding-top: 10px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
  display: -moz-box;
  display: -webkit-box;
  overflow-x: auto;
  overflow-y: hidden;
  flex-wrap: nowrap;
  scrollbar-width: none;
  -ms-overflow-style: none;
  padding: 0px;
}
@media only screen and (min-width: 768px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal {
    padding: 0;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal::-webkit-scrollbar {
  width: 0 !important;
  display: none!important;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #searchtabs.horizontal-scrollable-tabs .horizontal-tabs .nav-tabs-horizontal li {
  float: none;
  min-width: 50px;
  text-align: center;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab {
  border-bottom: 1px solid #E0E0E0;
  overflow-x: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -moz-box;
}
@media only screen and (min-width: 768px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab {
    display: flex;
    width: 97.5%;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab .nav-link {
  border: 0;
  color: #0E3368;
  font-size: 15px;
  font-family: OpenSansBold;
  padding: 0 0 10px 0;
  margin-right: 20px;
  line-height: 24px;
  margin-bottom: 0px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  padding-left: 20px;
  position: relative;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab .nav-link.active {
  color: #0970E6;
  background-color: transparent;
  border-color: transparent transparent #0970E6;
  border-bottom: 6px solid !important;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab .nav-link.active#products {
  padding-bottom: 8px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab .nav-link.active#recipe {
  padding-bottom: 8px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab .nav-link.active#inspiration {
  padding-bottom: 8px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab .nav-link:hover {
  color: #0970E6;
  border: none;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab .nav-link:before {
  position: absolute;
  left: 0px;
  top: 0px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab #products {
  padding-left: 32px;
  padding-bottom: 14px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab #products:before {
  content: "\ea8d";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-family: 'icons_carrefour';
  color: #0970E6;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab #recipe {
  padding-left: 23px;
  padding-bottom: 14px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab #recipe:before {
  content: "\ea77";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-family: 'icons_carrefour';
  color: #0970E6;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab #inspiration {
  padding-left: 24px;
  padding-bottom: 14px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-suggestion-tab #inspiration:before {
  content: "\eaa9";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-family: 'icons_carrefour';
  color: #0970E6;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent {
  padding-bottom: 10px !important;
  padding-left: 0px !important;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane {
  font-size: 14px;
  color: #575757;
  font-family: 'OpenSansRegular';
  margin-top: 10px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .list-group {
  overflow-y: auto;
  max-height: 315px;
}
@media only screen and (min-width: 1440px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane {
    max-height: 470px;
  }
}
@media only screen and (min-width: 1200px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane {
    font-size: 18px;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList {
  padding: 10px 0px 10px 0px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .static-title {
  font-family: ubuntulight;
  color: #0E3368;
  font-size: 20px;
  line-height: 26px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .static-subtitle {
  margin-top: 10px;
  font-size: 14px;
  line-height: 24px;
  font-family: opensansregular;
  margin-bottom: 0px;
}
@media only screen and (min-width: 768px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .static-subtitle {
    font-size: 15px;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .record {
  padding: 10px 0 !important;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .keyword {
  padding-bottom: 10px;
  font-family: "OpenSansSemiBold";
  color: #575757;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .keyword:empty {
  display: none;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .keyword:last-child {
  border-bottom: 1px solid rgba(94, 94, 94, 0.2);
  width: 98%;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .keyword a {
  font-size: 14px;
  color: #575757;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .keyword a strong {
  color: #0970E6;
  font-family: "OpenSansSemiBold";
  font-weight: normal;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .keyword a:hover {
  color: #0970E6;
}
@media only screen and (min-width: 1440px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList .keyword a {
    font-size: 18px;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList:empty {
  display: none;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .keywordList.noproduct .keyword:last-child {
  border-bottom: 0px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record {
  padding: 0 0 10px 0;
  font-family: "OpenSansSemiBold";
  display: flex;
  font-size: 14px;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record:first-child {
  padding-top: 15px !important;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record a {
  color: #575757;
  font-family: "OpenSansRegular";
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record a strong {
  color: #0970E6;
  font-family: "OpenSansSemiBold";
  font-weight: normal;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record a:hover {
  color: #0970E6;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record .record-text {
  padding-right: 1rem;
  width: 90%;
}
@media only screen and (min-width: 1024px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record .record-text {
    width: 100%;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record .record-text a {
  font-size: 14px;
}
@media only screen and (min-width: 1440px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record .record-text a {
    font-size: 18px;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record .record-img {
  margin-right: 15px;
  width: 40px;
  height: 40px;
}
@media only screen and (min-width: 1440px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .resultList .record .record-img {
    width: 50px;
    height: 50px;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .showmore {
  border-top: 1px solid rgba(94, 94, 94, 0.2);
  width: 98%;
  padding: 20px 0;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .showmore:empty {
  border: none;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane .showmore .showmoresuggestion {
  width: 220px;
  font-size: 14px;
  height: 50px;
  font-family: OpensansSemibold;
  padding: 0;
  align-items: center;
  justify-content: space-around;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane.inspiration-tab .record {
  padding: 0.5rem 0;
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane.inspiration-tab .record .record-text a {
  font-size: 16px;
  font-family: OpensansSemibold;
}
@media only screen and (min-width: 1440px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane.inspiration-tab .record .record-text a {
    font-size: 18px;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane.recipe-tab .recordList .record {
  padding: 0 0 20px 0;
}
@media only screen and (min-width: 1440px) {
  .top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane.recipe-tab .recordList .record {
    padding: 0 0 16px 0;
  }
}
.top-nav .modal .modal-dialog .modal-content .modal-body #nav-tabContent .tab-pane.inspiration-tab .recordList .record {
  padding: 0 0 16px 0;
}
.top-nav .modal .modal-dialog .modal-content .modal-body .modal-close .icon-closed-outlined {
  color: #0970E6;
}
.top-nav .modal .modal-dialog .modal-content .modal-body .modal-close .icon-closed-outlined:hover {
  color: #05529C;
}
.top-nav .modal .modal-dialog.modal-full {
  min-width: 100%;
  margin: 0;
}
.search-open header.fixed-top .top-nav .desktop-header .logo-item {
  padding-right: 0px;
  margin-right: 0px;
}
.search-open header.fixed-top .top-nav .desktop-header .logo-item a.carrefour_logo {
  width: 0;
  visibility: hidden;
  transition: width 0.6s;
  margin: 0;
}
.search-open header.fixed-top .top-nav .desktop-header .shopping-open {
  padding: 0;
  transition: padding .3s ease, width 0.3s ease;
  width: 0;
  margin: 0;
}
.search-open header.fixed-top .top-nav .desktop-header .searchbar {
  padding-left: 10px !important;
  padding-right: 10px !important;
}
@media only screen and (min-width: 1024px) {
  .search-open header.fixed-top .top-nav .desktop-header .searchbar {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .search-open .content-page-evolution:not(.top) .top-nav .modal {
    top: 70px !important;
  }
}
.search-open .content-page-evolution:not(.top).scrolled .top-nav .modal {
  top: 60px !important;
}
@media only screen and (min-width: 1024px) {
  .search-open .content-page-evolution:not(.top).scrolled .top-nav .modal {
    top: 70px !important;
  }
}
.search-open .modal {
  opacity: 1;
  z-index: 10001;
}
.search-open .modal .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.search-open .modal-backdrop {
  top: 165px !important;
  transition: opacity .15s linear;
}
@media only screen and (min-width: 1024px) {
  .search-open .modal-backdrop {
    top: 132px !important;
  }
}
.search-open .promotion-shown .modal {
  top: 165px !important;
}
@media only screen and (min-width: 1024px) {
  .search-open .promotion-shown .modal {
    top: 130px !important;
  }
}
.smartbanner-show .search-open .modal {
  top: 165px !important;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show .search-open .modal {
    top: 160px ​!important;
  }
}
.smartbanner-show .search-open .modal-backdrop {
  top: 215px !important;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show .search-open .modal-backdrop {
    top: 160px ​!important;
  }
}
.smartbanner-show .search-open .promotion-shown .modal {
  top: 214px !important;
}
@media only screen and (min-width: 1024px) {
  .smartbanner-show .search-open .promotion-shown .modal {
    top: 212px !important;
  }
}
.mainnav {
  width: 100%;
  position: fixed;
  top: 110px;
  left: 0px;
  z-index: 999;
  padding: 0px !important;
  right: 0px;
  margin: 0 auto;
  height: 35px;
  visibility: visible;
  transform: translateY(0);
  transition: transform 0.8s ease 0.2s, visibility 0.4s ease 0.4s;
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 1, 0.04);
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 1, 0.04);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 1, 0.04);
  border-color: #E6E6E6;
  border-width: 0.5px 0;
}
@media only screen and (min-width: 1024px) {
  .mainnav {
    height: 50px;
    width: 100%;
    margin: 0;
    position: relative;
    top: unset;
    left: unset;
    padding: 0 !important;
    right: unset;
    transition: none;
    transform: initial;
  }
}
.mainnav .large-screen-lineheight {
  height: 50px;
  justify-content: center;
  border-left: 1px solid #EDEDED;
  box-shadow: 0px 2px 2px #0000000a;
  padding-left: 20px;
}
@media only screen and (min-width: 1440px) {
  .mainnav .large-screen-lineheight {
    line-height: 0 !important;
  }
}
.mainnav .language-selection-container .dropdown-toggle::after {
  border: none;
}
.mainnav .language-selection-container .dropdown-toggle {
  font-size: 15px;
  color: #0E3368;
  font-family: "OpenSansRegular";
  line-height: 18px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0px 0px 0px 8px;
  width: 34px;
}
.mainnav .language-selection-container .dropdown-toggle i.icon.icon-arrow-down,
.mainnav .language-selection-container .dropdown-toggle i.icon.icon-arrow-up {
  color: #0970E6;
  font-size: 6px !important;
  width: 12px;
  height: 6px;
  margin: 0px !important;
  padding: 2px 0px 0px 0px !important;
  transition: all .5s;
  display: flex !important;
}
.mainnav .language-selection-container .dropdown-toggle i.icon.icon-arrow-down.icon-rotate,
.mainnav .language-selection-container .dropdown-toggle i.icon.icon-arrow-up.icon-rotate {
  transform: rotate(180deg);
  transform-origin: center center;
  color: #004E9E;
}
.mainnav .language-selection-container .selected-language {
  width: 20px;
  height: 18px;
  display: inline-block;
  margin-right: 8px;
  white-space: nowrap;
}
@media only screen and (max-width: 1024px) {
  .mainnav .language-selection-container .selected-language {
    margin-right: 5px;
    margin-left: 3px;
  }
}
@media only screen and (min-width: 1366px) and (max-width: 1366px) and (orientation: landscape) {
  .mainnav .language-selection-container .selected-language {
    margin-right: 5px;
    margin-left: 3px;
  }
}
.mainnav .language-selection-container .dropdown-menu {
  min-width: 55px;
  padding: 0;
  border: 1px solid #fff;
  box-shadow: none;
  border-radius: 0 0 10px 10px;
  margin: 0;
  top: 14px !important;
  left: -21px !important;
  background-clip: initial;
  max-width: 55px;
  height: 56px;
}
.mainnav .language-selection-container .dropdown-menu a {
  font-family: "OpenSansRegular";
  color: #575757;
  display: flex;
  font-size: 15px;
  width: 55px;
  padding: 16px 16px 20px 20px;
  margin-right: -2px;
  margin-bottom: -2px;
  border-radius: 0 0 10px 10px;
  height: 56px;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.mainnav .language-selection-container .dropdown-menu a:hover {
  color: #0970E6 !important;
}
.mainnav .language-selection-container:hover .dropdown-toggle,
.mainnav .language-selection-container.show .dropdown-toggle,
.mainnav .language-selection-container:hover i,
.mainnav .language-selection-container.show i {
  color: #004E9E !important;
  cursor: pointer;
}
.mainnav .language-selection-container a.language-item {
  text-align: left;
  font: normal normal normal 15px/26px Open Sans;
  letter-spacing: 0px;
  color: #575757;
}
.mainnav .language-selection-container a.language-item:hover {
  color: #0970E6;
  background-color: #ffff;
}
.mainnav .store-language-selection #language-selector-mobile {
  display: none !important;
}
.mainnav .shopping-open {
  background: #f5faff;
  height: 50px;
  padding-left: 20px;
  width: 130px;
  padding-right: 15px;
}
.mainnav .shopping-open .shopping-content {
  display: flex;
  height: 26px;
  align-items: center;
  justify-content: start;
}
.mainnav .shopping-open .shopping-label {
  font-family: 'OpenSansBold';
  margin-left: 10px;
  color: #0970E6;
  font-size: 15px;
  line-height: 26px;
}
.mainnav .shopping-open:hover {
  background: #E0EFFF;
  cursor: pointer;
}
.mainnav .shopping-open .icon {
  color: #0970E6;
  font-size: 16px;
}
.mainnav .nav-tabs .dropdown {
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
  padding-left: 10px;
}
.mainnav .nav-tabs .dropdown .btn {
  background-color: #fff !important;
  color: #575757 !important;
  padding: 0;
  font-family: 'OpenSansRegular';
  font-size: 15px;
  line-height: 26px;
  margin-right: 20px;
  min-width: 0;
  height: 50px;
  display: flex;
  align-items: center;
}
.mainnav .nav-tabs .dropdown .btn .icon {
  color: #0970E6;
  font-size: 6px;
  transition: all 0.5s;
  transform-origin: center center;
  margin-top: 4px;
}
.mainnav .nav-tabs .dropdown .btn:focus {
  box-shadow: none;
}
.mainnav .nav-tabs .dropdown:hover .btn,
.mainnav .nav-tabs .dropdown.show .btn {
  color: #0970E6 !important;
}
.mainnav .nav-tabs .dropdown:hover .btn .icon,
.mainnav .nav-tabs .dropdown.show .btn .icon {
  transform: rotate(180deg);
}
.mainnav .nav-tabs .dropdown:hover ul.dropdown-menu,
.mainnav .nav-tabs .dropdown.show ul.dropdown-menu {
  transform: none !important;
  top: 51px !important;
  left: 0 !important;
  display: block;
  border-top: 1px solid #EDEDED;
}
.mainnav .nav-tabs .dropdown-menu {
  padding: 10px 20px 10px;
  font-family: 'OpenSansRegular';
  font-size: 15px;
  line-height: 30px;
  min-width: 260px;
  top: 10px !important;
  left: -20px !important;
  border: none;
  border-radius: 0 0 10px 10px ;
}
.mainnav .nav-tabs .dropdown-menu a {
  color: #575757;
  display: flex;
  cursor: pointer;
}
.mainnav .nav-tabs .dropdown-menu a:hover {
  color: #0970E6;
  background-color: transparent;
}
.sidenav {
  height: 100%;
  /* 100% Full-height */
  width: 0;
  /* 0 width - change this with JavaScript */
  position: fixed;
  /* Stay in place */
  z-index: 9999;
  /* Stay on top */
  top: 0;
  /* Stay at the top */
  left: 0;
  background-color: #111;
  /* Black*/
  overflow-x: hidden;
  /* Disable horizontal scroll */
  padding-top: 60px;
  /* Place content 60px from the top */
}
.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #818181;
  display: block;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 0px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav #language-mobile {
  background: #E9EFF5;
  height: 60px;
}
.sidenav #language-mobile .language-selection-mobile .language-box-container {
  width: 101px;
  height: 40px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  border-radius: 5px;
}
.sidenav #language-mobile .language-selection-mobile .language-box-container a {
  border-radius: 5px;
  padding: 0;
  font-size: 13px;
  color: #0970E6;
  width: 43px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  font-family: 'OpenSansBold';
  line-height: 24px;
}
.sidenav #language-mobile .language-selection-mobile .language-box-container a.active {
  background: #0970E6;
  color: #fff;
}
@media only screen and (min-width: 1024px) {
  .container-fluid.content-page-evolution {
    padding: 0;
  }
}
.content-wrapper .overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.55);
  top: 85px;
}
@media only screen and (min-width: 320px) {
  .content-wrapper .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .content-wrapper .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (min-width: 1024px) {
  body .content-page-evolution:not(.top).sidenavopen .mainnav {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  body.scrolled .mainnav {
    height: 0;
    padding: 0 !important;
    transform: translateY(-100%);
    transition: transform 0.5s ease;
    visibility: hidden;
  }
}
.promotion-shown .mainnav {
  top: 164px;
}
@media only screen and (min-width: 1024px) {
  .promotion-shown .mainnav {
    top: unset;
  }
}
.promotion-shown .overlay {
  top: 132px;
}
.ie-browser .mainnav .shopping-open i.icon {
  margin-top: -30px;
}
#aemheader .mainnav .nav-tabs .dropdown .btn .icon,
#aemheader .mainnav .language-selection-container .dropdown-toggle i.icon.icon-arrow-down,
#aemheader .mainnav .language-selection-container .dropdown-toggle i.icon.icon-arrow-up {
  font-size: 8px !important;
}
#aemheader .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title > i.icon-arrow-down {
  font-size: 10px;
}
#aemheader .carrefourSidenav .sideNavContent #NavAccordion .card .card-header .card-title i {
  font-size: 15px;
}
#aemheader .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title > i.icon-arrow-down {
  font-size: 15px;
}
#aemHeader.aemHeaderClass .bg-white.mainnav .container {
  padding-right: 9px!important;
}
@media only screen and (min-width: 1440px) {
  #aemHeader.aemHeaderClass .bg-white.mainnav .container {
    padding-right: 0px!important;
  }
}
#aemHeader.aemHeaderClass .large-screen-lineheight {
  padding-right: 2px;
}
@media only screen and (min-width: 1440px) {
  #aemHeader.aemHeaderClass .large-screen-lineheight {
    padding-right: 0px;
    margin-right: -5px;
  }
}
@media only screen and (max-width: 1024px) {
  .mainnav-item.large-screen-lineheight .level-0.text-uppercase {
    align-self: center;
  }
}
.carrefourSidenav {
  background-color: #fff;
  height: 100vh;
  overflow: hidden;
  transition: all 0.5s ease;
  z-index: 10000;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  width: 100%;
  position: fixed;
  top: 59px;
  padding-top: 0;
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav {
    top: 132px;
    width: 300px;
    height: calc(100vh - 130px);
    border-top: 2px solid #F7F7F7;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav.level2-active {
    width: 300px;
    transition: width .2s ease;
    overflow: visible;
    margin-top: 0;
    padding-top: 0;
  }
  .carrefourSidenav.level2-active .sideNavContent #shopping-mobile-wrapper .card .level-2-data-container.collapse.show {
    width: 300px;
    transition: width 0.2s ease, transform  0.2s ease;
    transform: translateX(0%);
    display: flex;
    flex-direction: row;
    padding: 0px !important;
  }
  .carrefourSidenav.level2-active .sideNavContent #shopping-mobile-wrapper .card .level-2-data-container.collapse.show .border-shadow {
    width: 10px;
    display: flex;
    background: transparent linear-gradient(90deg, #000000 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
    z-index: 2;
  }
  .carrefourSidenav.level2-active .sideNavContent #shopping-mobile-wrapper .card .level-2-promo-container.collapse.show {
    width: 300px;
    transition: width 0.2s ease, transform  0.2s ease;
    transform: translateX(0%);
    display: flex;
    flex-direction: row;
    padding: 0px !important;
  }
  .carrefourSidenav.level2-active .sideNavContent #shopping-mobile-wrapper .card .level-2-promo-container.collapse.show .border-shadow-2 {
    width: 10px;
    display: flex;
    background: transparent linear-gradient(90deg, #000000 0%, #ffffff 100%) 0% 0% no-repeat padding-box;
    opacity: 0.1;
    position: absolute;
    left: 0;
    top: -1px;
    height: 100%;
    z-index: 2;
  }
  .carrefourSidenav.level2-active .sideNavContent #shopping-mobile-wrapper .card .level-2-promo-container.collapse.show .border-shadow-2 {
    left: 0px;
  }
}
.carrefourSidenav .sideNavContent {
  margin-left: 0;
  margin-right: 0;
  overflow-y: auto;
}
.carrefourSidenav .sideNavContent .shadow {
  width: 100%;
  height: 0;
  position: fixed;
  top: 0;
  left: -50%;
  margin-left: 50%;
  border-top: 1px solid #ededed;
  z-index: 5;
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent .shadow {
    display: none !important;
  }
}
.carrefourSidenav .sideNavContent #NavAccordion {
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #NavAccordion {
    margin-bottom: 0px;
  }
}
.carrefourSidenav .sideNavContent #NavAccordion .card {
  border: none;
  background: transparent;
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-header {
  border: none;
  background: none;
  padding: 0px 10px 10px 10px;
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-header .card-title {
  margin-top: 0px;
  padding: 0 20px 0 15px !important;
}
@media only screen and (min-width: 768px) {
  .carrefourSidenav .sideNavContent #NavAccordion .card .card-header .card-title {
    margin-top: 0;
    padding: 0 20px 0 15px;
    width: 690px !important;
    margin: 0 auto;
  }
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-header .card-title i {
  font-size: 9px;
  width: 15px;
  height: 10px;
  color: #BCBCBC;
  transition: transform 0.5s ease;
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-header h5[aria-expanded="true"] i {
  transform: rotate(180deg);
  transform-origin: center;
  transition: transform 0.5s ease;
  color: #0970E6;
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-header h5[aria-expanded="true"] a {
  color: #0970E6;
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-header a {
  color: #575757;
  font-size: 15px;
  padding: 0;
  font-family: 'OpenSansRegular';
  line-height: 35px;
  height: 35px;
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-body {
  padding: 0 25px;
}
@media only screen and (min-width: 768px) {
  .carrefourSidenav .sideNavContent #NavAccordion .card .card-body {
    padding: 0 15px;
    width: 690px;
    margin: 0 auto;
  }
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-body ul {
  margin-bottom: 0px;
  border-left: 1px solid #efefef;
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-body ul li {
  list-style: none;
}
.carrefourSidenav .sideNavContent #NavAccordion .card .card-body ul li a {
  padding: 0 0 0 10px;
  font-size: 15px;
  color: #575757;
  line-height: 40px;
  height: 40px;
}
.carrefourSidenav .sideNavContent #shopping-mobile .title {
  padding-left: 25px;
  font-family: UbuntuBold;
  font-size: 20px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .title {
    padding-left: 15px;
    font-family: UbuntuBold;
    font-size: 20px;
    width: 690px;
    margin: 0 auto;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .title {
    display: none !important;
  }
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container {
  z-index: 10000;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card {
  border: none;
  background: transparent;
  cursor: pointer;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header {
  background: none;
  border: 0;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  height: 45px;
  padding: 0 10px !important;
  display: flex;
  border-radius: 0;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header:hover {
  background: #F0F7FF;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title {
  padding: 0 20px 0 15px !important;
}
@media only screen and (min-width: 768px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title {
    padding: 0 20px 0 15px !important;
    width: 690px !important;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title {
    width: 100% !important;
    padding: 0 20px 0 15px !important;
    margin: 0 auto;
  }
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title a {
  font-size: 16px;
  border: 0;
  font-family: 'OpenSansRegular';
  padding: 0 !important;
  z-index: 2;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title a .level-1-link {
  border: none !important;
  font-size: 15px;
  color: #575757;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title a .level-1-link .level-1-label {
  border: none !important;
  font-size: 15px;
  color: #575757;
  margin-left: 20px !important;
  white-space: nowrap;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title a .level-1-link i.icon {
  width: 25px;
  height: 25px;
  font-size: 25px;
  color: #0970E6;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title > i.icon-arrow-down {
  color: #BCBCBC;
  width: 15px;
  height: 10px;
  font-size: 9px;
  z-index: 2;
  transform: rotate(0deg);
  transform-origin: center center;
  transition: transform 0.5s ease;
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title > i.icon-arrow-down {
    transform: rotate(270deg);
    height: 10px;
    width: 10px;
    font-size: 5px;
  }
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title > i.icon-loading {
  color: #0863ca;
  width: 15px;
  height: 15px;
  font-size: 15px;
  z-index: 2;
  animation: spin 1.5s ease-out infinite;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header[aria-expanded="true"] {
  border-bottom: 0;
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header[aria-expanded="true"] {
    border-bottom: 1px solid #e6e6e6;
  }
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header[aria-expanded="true"] h5 i.icon.icon-arrow-down {
  transform: rotate(180deg);
  transform-origin: center;
  transition: transform 0.5s ease;
  color: #0970E6;
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header[aria-expanded="true"] h5 i.icon.icon-arrow-down {
    transform: rotate(270deg);
  }
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header[aria-expanded="true"] h5 a .level-1-link .level-1-label {
  color: #0970E6;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container {
  border-bottom: 1px solid #e6e6e6;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .card-body {
  overflow-y: auto;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .card-body .level-2 {
  border: 0;
  height: auto;
  padding: 10px 30px 10px 70px;
}
@media only screen and (min-width: 768px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .card-body .level-2 {
    width: 100%;
    --level2padding: calc(100% - 690px);
    padding-left: calc(var(--level2padding)/2 - -60px);
    padding-right: calc(var(--level2padding)/2 - -60px);
  }
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .card-body .level-2 {
    padding: 10px 20px;
    width: 100%;
    z-index: 1;
  }
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .card-body .level-2.animate__animated.animate__faster {
  -webkit-animation-duration: .33s;
  animation-duration: .33s;
  -webkit-animation-duration: calc(var(--animate-duration)/3);
  animation-duration: calc(var(--animate-duration)/3);
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .card-body .level-2:hover {
  background: #f0f7ff;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .card-body .level-2 .level-2-label {
  font-size: 15px;
  color: #575757;
  line-height: 20px;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .title-view-section {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .title-view-section {
    width: auto;
  }
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .title-view-section .level-2-morelink {
  padding: 10px 30px 10px 70px;
}
@media only screen and (min-width: 768px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .title-view-section .level-2-morelink {
    width: 100%;
    --level2padding: calc(100% - 690px);
    padding-left: calc(var(--level2padding)/2 - -60px);
    padding-right: calc(var(--level2padding)/2 - -60px);
  }
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .title-view-section .level-2-morelink {
    padding: 0;
  }
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .title-view-section .level-2-morelink a {
  padding: 0;
  font-size: 15px;
  color: #575757;
  font-family: 'OpenSansRegular';
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .title-view-section .level-2-morelink a {
    font-size: 14px;
    font-family: 'UbuntuMedium';
    color: #0970e6;
    line-height: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container {
    position: fixed;
    left: 300px;
    top: -2px;
    height: calc(100vh - 130px);
    width: 300px;
    transition: transform .6s ease;
    transform: translateX(-200%);
    background: #fff;
    border-top: 2px solid #F7F7F7;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .level-2-header {
    padding: 20px 0;
    border-bottom: 1px solid #E6E6E6;
    margin: 0 20px;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .level-2-header .level-2-icon {
    margin-right: 10px;
    width: 35px;
    height: auto;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .level-2-header .level-2-icon i.icon {
    font-size: 35px;
    color: #0970E6;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .level-2-header .level-2-title {
    color: #0E3368;
    font-size: 16px;
    line-height: 26px;
    font-family: UbuntuRegular;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .level-2-header .level-2-morelink {
    color: #0970E6;
    font-size: 14px;
    line-height: 16px;
    font-family: 'UbuntuMedium';
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .level-2 {
    border: none;
    padding: 10px 20px;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .level-2:hover {
    background: #f0f7ff;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container .level-2 .level-2-label {
    font-size: 15px;
    color: #575757;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container {
    z-index: 8000;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .collapsing {
    display: none;
    height: 0px;
    position: fixed;
    left: 375px;
  }
}
.carrefourSidenav .sideNavContent #shopping-mobile #shopping-mobile-level-1-promotion-container .card {
  border: none;
}
.carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container {
  border-bottom: 1px solid #e6e6e6;
}
@media only screen and (min-width: 320px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container {
    left: 600px;
    z-index: 6000;
    position: fixed;
    top: -2px;
    height: calc(100vh - 130px);
    width: 300px;
    transition: transform .6s ease;
    transform: translateX(-300%);
    background: #fff;
    border-top: 2px solid #F7F7F7;
    display: none;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container .card-body {
    overflow-y: auto;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container .card-body .promo-image-container a {
    overflow: hidden;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container .card-body .promo-image-container .img-container img {
    height: 130px;
    width: 260px;
    object-fit: fill;
    max-width: none;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container .card-body .promo-image-container .img-container img.showCursor {
    cursor: pointer;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container .card-body .level-2 {
    border: 0;
    height: auto;
    padding: 10px 30px 10px 70px;
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container .card-body .level-2.animate__animated.animate__faster {
    -webkit-animation-duration: .33s;
    animation-duration: .33s;
    -webkit-animation-duration: calc(var(--animate-duration)/3);
    animation-duration: calc(var(--animate-duration)/3);
  }
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container .card-body .level-2:hover {
    background: #f0f7ff;
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 768px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container .card-body .level-2 {
    width: 100%;
    --level2padding: calc(100% - 690px);
    padding-left: calc(var(--level2padding)/2 - -60px);
    padding-right: calc(var(--level2padding)/2 - -60px);
  }
}
@media only screen and (min-width: 1024px) and only screen and (min-width: 1024px) {
  .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container .card-body .level-2 {
    padding: 10px 20px;
    width: 100%;
    z-index: 1;
  }
}
.carrefourSidenav .sideNavContent .nav-items {
  border-bottom: 1px solid #89bceb;
}
.carrefourSidenav .sideNavContent .nav-items .list-inline {
  padding-bottom: 12px;
  text-align: center;
  display: block;
}
.carrefourSidenav .sideNavContent .nav-items .level-0 {
  display: inline;
  color: #575757;
  font-family: "OpenSansBold";
  font-size: 14px;
  line-height: 19px;
  padding: 0 0 12px 0;
}
.carrefourSidenav .sideNavContent .nav-items .level-0:hover,
.carrefourSidenav .sideNavContent .nav-items .level-0:active {
  color: #0970E6;
  border-bottom: 2px solid #0970E6;
}
.carrefourSidenav .sideNavContent .nav-items .level-0.active {
  color: #0970E6;
  border-bottom: 3px solid #0970E6;
}
.carrefourSidenav .sideNavContent .nav::-webkit-scrollbar {
  display: none;
}
.carrefourSidenav .sideNavContent .language-selection.hide {
  display: none !important;
}
.carrefour-sidenav-overlay {
  top: 60px;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear;
  z-index: 9999 !important;
  position: fixed !important;
}
@media only screen and (min-width: 1024px) {
  .carrefour-sidenav-overlay {
    top: 132px;
  }
}
.carrefour-sidenav-overlay.open {
  visibility: visible;
  opacity: 1;
}
.mobileTabContent-mobile .list-group,
.mobileTabContent-tablet .list-group {
  max-width: 100%;
}
.mobileTabContent-tablet .list-group {
  padding-right: 0;
}
.mobileTabContent {
  display: block !important;
  overflow-x: hidden;
  padding-top: 25px !important;
  margin: 0 40px !important;
}
.mobileTabContent .list-group nav {
  margin-top: 20px;
  margin-bottom: 0px;
}
.mobileTabContent .list-group .level-1-container.hide {
  display: none !important;
}
.mobileTabContent .list-group .level-2-title.hide {
  display: none !important;
}
.mobileTabContent .level-1.list-group-item {
  cursor: pointer;
}
.mobileTabContent .level-1.list-group-item p:hover {
  color: #0970E6;
}
.mobileTabContent .list-group-item {
  flex: none;
  max-width: 100%;
  border: none;
  background: none;
}
.mobileTabContent .list-group-item div {
  padding-top: 10px;
  padding-bottom: 16px;
}
.mobileTabContent .list-group-item span {
  padding-top: 10px;
  padding-bottom: 10px;
}
.mobileTabContent .list-group-item .level-1-link {
  height: 50px;
}
.mobileTabContent .list-group-item .level-1-link i {
  margin-right: 8px;
  width: 20px;
  height: 20px;
  padding-top: 2px;
  color: #0970E6;
  font-size: 16px;
}
.mobileTabContent .list-group-item .level-1-link .level-1-label,
.mobileTabContent .list-group-item .level-1-link .level-2-label {
  color: #575757;
  font-family: OpenSansRegular;
  font-size: 15px;
}
.mobileTabContent .level-1-container,
.mobileTabContent .level-2-container {
  margin: 0;
}
.mobileTabContent .tab-pane {
  padding-top: 0;
}
.mobileTabContent .tab-pane .level-2-container a.list-group-item {
  display: inline-block !important;
}
.mobileTabContent .tab-pane.active {
  position: relative;
  z-index: 10000;
}
.mobileTabContent .hot-topic.hide {
  display: none !important;
}
body.no-scroll .sidenavopen:not(.top) .carrefourSidenav,
body.no-scroll .sidenavopen:not(.top) .carrefour-sidenav-overlay {
  top: 59px;
}
@media only screen and (min-width: 1024px) {
  body.no-scroll .sidenavopen:not(.top) .carrefourSidenav,
  body.no-scroll .sidenavopen:not(.top) .carrefour-sidenav-overlay {
    top: 70px;
  }
}
body.no-scroll .container-fluid.content-page.sidenavopen:not(.top) {
  margin-top: 0px;
}
@media only screen and (min-width: 1024px) {
  body.no-scroll.scrolled .container-fluid.content-page.sidenavopen:not(.top) {
    margin-top: 122px;
  }
}
body .content-page-evolution:not(.top) .carrefourSidenav,
body .content-page-evolution:not(.top) .carrefour-sidenav-overlay {
  height: 100vh;
}
@media only screen and (min-width: 1024px) {
  body .content-page-evolution:not(.top) .carrefourSidenav,
  body .content-page-evolution:not(.top) .carrefour-sidenav-overlay {
    top: 70px;
  }
}
body .content-page-evolution:not(.top) .carrefourSidenav .sideNavContent #shopping-mobile .level-2-promo-container,
body .content-page-evolution:not(.top) .carrefourSidenav .sideNavContent #shopping-mobile .level-2-data-container {
  height: calc(100vh - 70px);
}
body .content-page-evolution:not(.top).scrolled .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-promo-container,
body .content-page-evolution:not(.top).scrolled .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container {
  height: calc(100vh - 80px);
}
@media only screen and (min-width: 1024px) {
  .sidenavopen .carrefourSidenav {
    overflow: visible;
    padding: 0;
  }
  .sidenavopen .carrefourSidenav.level2-active #shopping-mobile-level-2-container {
    position: fixed;
    left: 300px;
    height: 100vh;
    background: #fff;
    width: 300px;
    display: flex !important;
    z-index: 9999;
    top: -2px;
    border-top: 2px solid #f7f7f7;
  }
  .scrolled .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container,
  .scrolled .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-promo-container {
    height: calc(100vh - 70px);
  }
}
:root {
  --main-color: #fff;
  --loader-color: #0970e6;
  --back-color: #ffffff;
  --time: 1s;
  --size: 3px;
}
.navloader {
  background-color: var(--main-color);
  overflow: hidden;
  width: 100%;
  height: 45px;
  position: absolute;
  bottom: 0;
  left: 0;
  display: none;
  align-items: center;
  align-content: center;
  justify-content: flex-start;
  z-index: 100000;
  opacity: 0.5;
  z-index: 1;
}
.navloader__element {
  height: 45px;
  width: 100%;
  background: var(--back-color);
  opacity: 0.3;
}
.navloader__element:before {
  content: '';
  display: block;
  background-color: var(--loader-color);
  width: 40px;
  animation: getWidth var(--time) ease-in infinite;
  height: 45px;
}
@keyframes getWidth {
  100% {
    width: 100%;
  }
}
@media screen and (min-device-width: 1024px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .content-page-evolution .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container,
  .content-page-evolution .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-promo-container {
    top: auto !important;
    bottom: -1px;
  }
  .content-page-evolution .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title > i.icon-arrow-down {
    transform: rotate(-90deg) !important;
    transition: none !important;
  }
  .content-page-evolution .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .card-header .card-title > i.icon-loading {
    transform-origin: center 22px;
    margin-top: -22px;
  }
  .content-page-evolution .carrefourSidenav .sideNavContent #shopping-mobile #shopping-mobile-level-2-container {
    top: auto !important;
  }
  .content-page-evolution.top .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container,
  .content-page-evolution.top .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-promo-container {
    height: calc(100vh - 130px);
  }
  .content-page-evolution.top .carrefourSidenav .sideNavContent #shopping-mobile #shopping-mobile-level-2-container {
    height: calc(100vh - 130px);
  }
  .content-page-evolution.top.promotion-shown .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container,
  .content-page-evolution.top.promotion-shown .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-promo-container {
    height: calc(100vh - 180px);
  }
  .content-page-evolution.top.promotion-shown .carrefourSidenav .sideNavContent #shopping-mobile #shopping-mobile-level-2-container {
    height: calc(100vh - 180px);
  }
  .content-page-evolution:not(.top) .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-data-container,
  .content-page-evolution:not(.top) .carrefourSidenav .sideNavContent #shopping-mobile .level-1-container .card .level-2-promo-container {
    height: calc(100vh - 69px);
  }
  .content-page-evolution:not(.top) .carrefourSidenav .sideNavContent #shopping-mobile #shopping-mobile-level-2-container {
    height: calc(100vh - 69px);
  }
}
body.shopping-slider-open .smartbanner {
  display: none;
}
.search-result-container .view-more-div {
  text-align: center;
}
.search-result-container .view-more-div .view-more-count {
  color: #575757;
  font-size: 14px;
  padding-bottom: 14px;
}
@media only screen and (min-width: 1024px) {
  .search-result-container .view-more-div .view-more-count {
    font-size: 16px;
  }
}
.search-result-container .view-more-div .view-more-btn {
  width: 220px;
  margin: 0 auto;
  font-size: 15px;
  height: 50px;
  font-family: OpensansSemibold;
  padding: 0;
  align-items: center;
  justify-content: space-around;
  background: transparent !important;
  border: 2px solid #0970E6 !important;
  color: #0970E6 !important;
}
.search-result-container .view-more-div .view-more-btn:hover {
  color: #004A99 !important;
  border-color: #004A99 !important;
}
.search-result-container .tab_component_new .tab-pane.fade {
  padding: 0 15px;
}
.search-result-container .tab_component_new .nav-tabs {
  justify-content: left;
  text-align: left;
  box-sizing: border-box;
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  display: block;
  border-bottom: 1px solid #E0E0E0;
}
.search-result-container .tab_component_new .nav-tabs:-webkit-scrollbar {
  display: none;
}
.search-result-container .tab_component_new .nav-tabs li {
  font-family: 'OpenSansBold';
  display: inline-block;
  margin-right: 20px;
}
.search-result-container .tab_component_new .nav-tabs .nav-link {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 14px;
  padding-bottom: 10px;
  color: #0E3368;
  border-bottom: 5px solid transparent;
  line-height: 24px;
  padding-left: 32px;
  position: relative;
}
.search-result-container .tab_component_new .nav-tabs .nav-link:hover {
  color: #0970e6;
}
@media only screen and (min-width: 768px) {
  .search-result-container .tab_component_new .nav-tabs .nav-link {
    font-size: 15px;
  }
}
.search-result-container .tab_component_new .nav-tabs .nav-link:before {
  position: absolute;
  left: 0;
}
.search-result-container .tab_component_new .nav-tabs #product-tab-id:before {
  content: "\ea8d";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-family: 'icons_carrefour';
  color: #0970E6;
}
.search-result-container .tab_component_new .nav-tabs #recipe-tab-id:before {
  content: "\ea77";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-family: 'icons_carrefour';
  color: #0970E6;
}
.search-result-container .tab_component_new .nav-tabs #inspiration-tab-id {
  padding-left: 28px;
}
.search-result-container .tab_component_new .nav-tabs #inspiration-tab-id:before {
  content: "\eaa9";
  margin-right: 5px;
  width: 20px;
  height: 20px;
  font-size: 20px;
  font-family: 'icons_carrefour';
  color: #0970E6;
}
.search-result-container .tab_component_new .nav-tabs .nav-link.active {
  border-bottom: 5px solid #0970E6;
  color: #0970e6;
}
.search-result-container .tab_component_new .nav::-webkit-scrollbar {
  display: none;
}
.search-result-container .zero-result {
  display: none;
  border: none !important;
  margin-top: 26px;
  padding-top: 0px !important;
  text-align: center;
  width: 264px;
  margin: 0 auto;
  border: none;
}
@media only screen and (min-width: 768px) {
  .search-result-container .zero-result {
    width: auto;
    text-align: left;
    margin-top: 30px;
  }
}
.search-result-container .zero-result .zero-search-title {
  padding-top: 30px;
  font-family: 'UbuntuLight';
  font-size: 20px;
  color: #0E3368;
  line-height: 26px;
}
.search-result-container .zero-result .new-search-title {
  font-family: 'OpenSansRegular';
  font-size: 16px;
  line-height: 24px;
  color: #575757;
}
.search-result-container .zero-result .zero-search-title-new {
  padding-top: 21px;
}
.search-result-container .zero-result .zero-search-title-new,
.search-result-container .zero-result .new-search-title-new {
  font-family: 'UbuntuRegular';
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  color: #575757;
}
@media only screen and (min-width: 768px) {
  .search-result-container .zero-result .zero-search-title-new,
  .search-result-container .zero-result .new-search-title-new {
    font-family: 'UbuntuRegular';
    font-size: 20px;
    line-height: 30px;
  }
}
.search-result-container .zero-result .recipe-restart-search {
  margin-top: 13px;
}
.search-result-container .zero-result .recipe-restart-search .restart-search-btn {
  font-family: 'UbuntuMedium';
  cursor: pointer;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #0970E6;
}
.search-result-container .zero-result .icon-sad-smile {
  background: url('main/css/img/icon-sad-smile.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 74px;
  height: 74px;
  font-size: 21px;
}
.search-result-container .filter-section {
  line-height: 0;
  font-size: 14px;
  font-family: "OpenSansRegular";
  display: block;
  padding-bottom: 10px;
}
.search-result-container .filter-section label {
  display: inline-block;
  color: #0E3368;
}
.search-result-container .filter-section button {
  font-size: 14px;
  color: #0970E6;
}
.search-result-container .filter-section .icon-arrow-down {
  font-size: 8px;
}
.search-result-container .filter-section .dropdown {
  font-size: 14px;
  position: relative;
  display: inline-block;
  padding: 0;
  margin-right: -5px;
}
.search-result-container .filter-section .dropdown .dropdown-toggle::after {
  border: none;
}
.search-result-container .filter-section .dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: -15px;
  z-index: 1000;
  float: left;
  min-width: 95px;
  padding: 5px 0;
  margin: 5px 0 0;
  font-size: 14px;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
}
.search-result-container .filter-section .dropdown .dropdown-menu li a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  color: #333;
  white-space: nowrap;
}
.search-result-container .filter-section .sort_button {
  display: none !important;
}
@media only screen and (min-width: 1024px) {
  .search-result-container .filter-section .sort_button {
    display: block !important;
  }
}
.search-result-container .mobile-filter {
  font-size: 14px;
  color: #0970E6;
  font-family: "OpenSansRegular";
  background-color: transparent;
  display: block;
  margin-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .search-result-container .mobile-filter {
    display: none;
  }
}
.search-result-container .mobile-filter .mobile-filter-blue {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 43px;
  border: 1px solid #2E71DE;
  border-radius: 5px;
}
.search-result-container .mobile-filter .mobile-filter-blue .filter-text {
  padding-left: 10px;
  display: inline-block;
}
.search-result-container .mobile-filter .mobile-filter-blue img {
  width: 20px;
}
.search-result-container .padding-top {
  padding: 10px 10px 0;
}
@media only screen and (min-width: 768px) {
  .search-result-container .padding-top {
    padding: 20px 15px 0px 15px;
  }
}
.search-result-container .block-hover img {
  transition: transform .2s;
}
.search-result-container .inspirational-services {
  width: 100%;
  padding: 0 15px;
}
.search-result-container .inspirational-services .card-container {
  border-bottom: 1px solid #E5E5E5;
  padding: 22px 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .search-result-container .inspirational-services .card-container {
    padding: 20px 0 15px;
  }
}
.search-result-container .inspirational-services .card-container a {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.search-result-container .inspirational-services .card-container a .cont_img {
  position: relative;
  overflow: hidden;
  border-radius: 6px;
}
.search-result-container .inspirational-services .card-container a .cont_img img {
  padding: 0;
  border-radius: 6px;
  width: 80px;
  height: 80px;
  object-fit: cover;
}
@media only screen and (min-width: 768px) {
  .search-result-container .inspirational-services .card-container a .cont_img img {
    width: 200px;
    height: 100px;
    object-fit: unset;
  }
}
.search-result-container .inspirational-services .card-container a .cont_text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  width: 100%;
  font-size: 14px;
}
.search-result-container .inspirational-services .card-container a .cont_text p {
  display: flex;
  justify-content: center;
  color: #575757;
  font-family: 'OpenSansRegular';
  padding: 0 0 2px 20px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-height: 20px;
  font-size: 14px;
}
.search-result-container .inspirational-services .card-container a .cont_text p:empty {
  display: none !important;
  height: 0 !important;
}
.search-result-container .inspirational-services .card-container a .cont_text .description-title {
  font-family: 'UbuntuMedium';
  color: #0E3368;
  margin-top: 3px;
  padding: 2px 0 0px 20px;
  margin-bottom: 10px;
  font-size: 14px;
  display: flex;
  align-items: center;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1200px) {
  .search-result-container .inspirational-services .card-container a .cont_text .description-title {
    font-size: 16px;
  }
}
.search-result-container .article-result-container {
  height: 100%;
  overflow: hidden;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  position: relative;
  background: #fff;
}
.search-result-container .article-result-container .veggie-item {
  font-family: "OpenSansSemiBold";
  position: absolute;
  border: 1px solid #F4F9FF;
  border-radius: 0px 0px 6px 0px;
  font-size: 12px;
  color: #0970e6;
  padding: 3px 8.36px 5px 8.64px;
  background: #F4F9FF;
  z-index: 1;
  left: -1px;
  top: -1px;
}
@media only screen and (min-width: 1440px) {
  .search-result-container .article-result-container .veggie-item {
    padding: 6px 4px 2px 10px !important;
    font-size: 14px;
    width: 63px;
    height: 30px;
  }
}
.search-result-container .article-result-container .cont_prop {
  padding: 10px 20px;
  box-shadow: 0 0 3px 0 #e6e6e6;
  margin-bottom: 3px;
  background-color: #FAFAFA;
}
@media only screen and (min-width: 768px) {
  .search-result-container .article-result-container .cont_prop {
    padding: 10px 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .search-result-container .article-result-container .cont_prop {
    padding: 10px 20px;
  }
}
.search-result-container .article-result-container .cont_prop .property .icon {
  font-size: 15px;
  height: 15px;
  color: #0970E6;
  margin-right: 5px;
}
.search-result-container .article-result-container .cont_prop .property .icon.icon-euro {
  margin-right: 0px;
  color: #BCBCBC;
}
.search-result-container .article-result-container .cont_prop .property .icon.icon-euro.color {
  color: #0970E6;
}
.search-result-container .article-result-container .cont_prop .property .property-value {
  font-size: 13px;
  line-height: 20px;
  color: #575757;
}
.search-result-container .article-result-container .image-text {
  padding: 20px;
}
.search-result-container .article-result-container .image-text p {
  color: #0e3368;
  font-family: 'UbuntuMedium';
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  width: 100%;
  text-align: left;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: block;
  display: -webkit-box;
  overflow: hidden !important;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
@media only screen and (min-width: 1200px) {
  .search-result-container .article-result-container .image-text p {
    font-size: 16px;
    line-height: 20px;
    max-height: 60px;
    -webkit-line-clamp: 3;
  }
}
.search-result-container .article-result-container .image-container-card {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  background: white;
  position: relative;
  margin: 0;
}
.search-result-container .article-result-container .image-container-card .picture-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.search-result-container .article-result-container .image-container-card .picture-container .picture-box {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-result-container .article-result-container .image-container-card .picture-container .picture-box img {
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .search-result-container .article-result-container .image-container-card .picture-container .picture-box {
    width: 100%;
    height: auto;
  }
}
.search-result-container .result-card-block-image .picture-box img {
  transition: transform .2s;
}
.search-result-container .result-card-block-image:hover {
  box-shadow: 0px 0px 8px 2px rgba(0, 0, 0, 0.2);
}
.search-result-container .result-card-block-image:hover .image-text p,
.search-result-container .result-card-block-image:hover .cont_text p {
  color: #004E9E !important;
}
.search-result-container .result-card-block-image:hover .right-arrow-container {
  color: #004E9E !important;
}
.alternate-search-container .no-search-result-container {
  display: block;
  padding-bottom: 22px;
  border-bottom: 1px solid #E8E8E8;
  padding-top: 15px;
}
@media only screen and (min-width: 768px) {
  .alternate-search-container .no-search-result-container {
    padding-bottom: 37px;
  }
}
@media only screen and (min-width: 1024px) {
  .alternate-search-container .no-search-result-container {
    padding-bottom: 32px;
  }
}
.alternate-search-container .no-search-result-container .no-search-title {
  font-family: UbuntuLight;
  font-size: 28px;
  color: #0E3368;
  text-align: left;
  word-spacing: 0.56px;
  line-height: 36px;
  display: inline-block;
  margin-bottom: 20px;
  margin-right: 20px;
}
.alternate-search-container .no-search-result-container .search-item {
  display: inline;
}
.alternate-search-container .no-search-result-container .search-item span {
  padding: 10px 22px;
  border: 1px solid #00000026;
  border-radius: 50px;
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.1);
  font-family: OpenSansRegular;
  font-size: 14px;
  color: #0970E6;
  line-height: 20px;
  text-align: left;
  white-space: nowrap;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
}
.alternate-search-container .interest-container {
  padding-top: 30px;
}
.alternate-search-container .interest-container p {
  font-family: UbuntuLight;
  font-size: 24px;
  color: #0E3368;
  word-spacing: 0.4px;
  line-height: 30px;
}
.search-page-results-container .search-result-header .search-result-title {
  font-family: "UbuntuBold";
  line-height: 36px;
  font-size: 28px;
  color: #0e3368;
  margin: 14px 0 30px;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .search-page-results-container .search-result-header .search-result-title {
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .search-page-results-container .search-result-header .search-result-title {
    line-height: 44px;
    font-size: 36px;
  }
}
.search-page-results-container .search-result-header .search-result-title h2 {
  font-family: "UbuntuBold";
  line-height: 36px;
  font-size: 28px;
  color: #0e3368;
  margin: 0px;
  margin-top: 6px;
}
@media only screen and (min-width: 768px) {
  .search-page-results-container .search-result-header .search-result-title h2 {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 1200px) {
  .search-page-results-container .search-result-header .search-result-title h2 {
    line-height: 44px;
    font-size: 36px;
  }
}
.search-page-results-container .left-search-results .filter-container .cont_title h5 {
  font-family: 'UbuntuBold';
  font-size: 16px;
  color: #0E3368;
  margin-bottom: 0px;
  line-height: 26px;
}
.search-page-results-container .left-search-results .dropdown {
  padding: 0 20px 25px;
}
.search-page-results-container .left-search-results .dropdown .dropbtn {
  font-family: 'UbuntuBold';
  border-top: 1px solid #e8e8e8;
  color: #0E3368;
  padding: 20px 0 20px 0;
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-start;
  flex-direction: row;
}
.search-page-results-container .left-search-results .dropdown .dropbtn .down-icon {
  float: right;
  color: #0970E6;
  font-size: 12px;
  padding: 5px 0px 0px 0px;
}
.search-page-results-container .left-search-results .dropdown .dropbtn .down-icon i.icon.icon-arrow-down {
  margin-top: -5px;
  vertical-align: top;
}
.search-page-results-container .left-search-results .dropdown .dropbtn .down-icon i.icon.icon-arrow-down::before {
  font-size: 7px;
}
.search-page-results-container .left-search-results .dropdown .dropbtn .down-icon i.icon.icon-arrow-up {
  margin-top: -5px;
  vertical-align: top;
}
.search-page-results-container .left-search-results .dropdown .dropbtn .down-icon i.icon.icon-arrow-up::before {
  font-size: 7px;
}
.search-page-results-container .left-search-results .dropdown .dropbtn:hover .down-icon {
  color: #004E9E;
}
.search-page-results-container .left-search-results .dropdown .dropbtn span:first-child {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .search-page-results-container .right-search-results {
    padding: 0 15px;
  }
}
.recipe-search-container .search-result-container .view-more-div {
  padding-top: 36px;
}
@media only screen and (min-width: 768px) {
  .recipe-search-container .search-result-container .view-more-div {
    padding-top: 46px;
  }
}
.recipe-search-container .search-result-container .view-more-div .view-more-btn {
  width: 291px;
  border-radius: 50px;
  background: #0970E6 !important;
  color: #ffff !important;
  border: none !important;
  font-family: 'OpenSansSemiBold';
  font-size: 16px;
  line-height: 22px;
}
.recipe-search-container .search-result-container .view-more-div .view-more-btn:hover {
  background: #004E9E !important;
}
.myAccount a.account-open:before {
  width: 24px !important;
  height: 24px !important;
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background: url('main/css/img/icon-account.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center -2px;
}
.myAccount a.account-open:hover {
  background-color: #fff;
}
.myAccount a.account-open:hover:before {
  background: url('main/css/img/icon-account-hover.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center -2px;
}
.myAccount a.available-state {
  width: 28px;
  height: 28px;
}
.myAccount a.available-state:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background: url('main/css/img/account-loggedin-colors.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.myAccount .accountNavigation {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000000;
  top: 0;
  right: 0;
  overflow-x: hidden;
  background-color: #fff;
  transition: 0.5s;
  padding: 20px;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 376px) {
  .myAccount .accountNavigation {
    width: 375px;
  }
}
.myAccount .accountNavigation .btn-title-section {
  display: block;
  padding-top: 20px;
  height: 104px;
}
.myAccount .accountNavigation .btn-title-section .closebtn {
  position: relative;
  font-size: 20px;
  color: #0970E6;
  display: block;
  text-align: right;
  width: 100%;
}
.myAccount .accountNavigation .btn-title-section .closebtn .icon-close-cross {
  transform: none !important;
}
.myAccount .accountNavigation .btn-title-section .closebtn:hover {
  cursor: pointer;
}
.myAccount .accountNavigation .btn-title-section .profile-title {
  width: 100%;
  font-family: 'UbuntuBold';
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  margin-bottom: 20px;
  color: #0E3368;
  cursor: auto;
}
.myAccount .accountNavigation .account-menu {
  margin: 0 -20px;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item {
  line-height: 45px;
  box-shadow: 0px 1px 0px #ededed;
  padding-right: 20px;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-icon {
  width: 20px;
  margin: 0 20px;
  align-items: center;
  justify-content: center;
  text-align: center;
  display: flex;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-icon i {
  font-size: 20px !important;
  color: #0970E6 !important;
  margin-top: 0px;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-icon i:before {
  font-family: "carrefour-sav", "icons_carrefour" !important;
  margin: 0;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-icon .icon-home::before {
  content: "\ea2c";
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-content {
  width: 95%;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-content a {
  font-family: 'OpenSansRegular';
  font-size: 16px;
  color: #575757;
  line-height: 40px;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-content .nav-subtitle {
  margin-top: -10px;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-content .nav-subtitle a {
  padding-bottom: 6px;
  color: #009EE3;
  font-family: 'UbuntuRegular';
  font-size: 12px;
  line-height: 20px;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-arrow {
  width: 20px;
  text-align: right;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-arrow i {
  color: #BCBCBC !important;
  font-size: 12px !important;
  margin-top: 0px;
  width: auto;
  height: auto;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item .nav-arrow i:before {
  font-family: "carrefour-sav", "icons_carrefour" !important;
  font-size: 12px;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item:hover {
  background: #f0f7ff 0% 0% no-repeat padding-box;
  box-shadow: 0px 1px 0px #e3effd;
  color: #0970E6;
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item:hover a.nav-title {
  color: #0970E6;
  font-family: 'OpenSansRegular';
}
.myAccount .accountNavigation .account-menu .account-submenu .navigation-item:hover .nav-arrow {
  color: #0970E6;
}
.myAccount .accountNavigation .logout-section {
  position: static;
  bottom: 0;
  width: 100%;
  left: 0;
  padding: 20px;
}
.myAccount .accountNavigation .logout-section .account-logout {
  border: 2px solid #0970E6;
  width: 100%;
  border-radius: 40px;
  font-family: 'OpenSansSemiBold';
  font-size: 16px;
  color: #0970E6;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.myAccount .accountNavigation .logout-section .account-logout:hover {
  border-color: #004E9E;
  color: #004E9E;
  cursor: pointer;
}
.myAccount .accountNavigation .account-menu-container.account-menu-scroll {
  overflow-y: scroll;
  overflow-x: hidden;
}
.myAccount-sidenav-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear;
  z-index: 9999 !important;
  position: fixed !important;
}
.myAccount-sidenav-overlay.open {
  visibility: visible;
  opacity: 1;
}
.myAccount-overlay {
  display: block !important;
  position: fixed !important;
  top: 150px !important;
}
@media only screen and (min-width: 1440px) {
  .myAccount-overlay {
    top: 160px !important;
  }
}
.osm-promotion .myAccount-overlay {
  top: 200px !important;
}
.gigyamyaccount-sidenav-overlay i.icon.icon-loading.gigya-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 44px !important;
  color: #fff !important;
  animation: spin 1.5s ease-out infinite;
  margin-top: -22px;
  margin-left: -22px;
  height: 44px !important;
  width: auto !important;
  line-height: initial;
}
.gigyamyaccount-sidenav-overlay i.icon.icon-loading.gigya-loader:before {
  font-family: "carrefour-sav", "icons_carrefour" !important;
  font-size: 44px !important;
}
.desktop-header .myAccount .account-open.available-state:before {
  position: absolute;
  top: 19px;
  width: 20px !important;
}
.desktop-header .myAccount .account-open.available-state .icon-label.label {
  position: relative;
  top: 16px;
}
.desktop-header .myAccount .account-open.available-state:hover:before {
  background: url('main/css/img/account-loggedin-hover.svg');
  background-repeat: no-repeat;
}
.desktop-header .myAccount .label {
  position: relative;
  top: 4px;
}
@media screen and (max-width: 768px) {
  .my-account-slider .desktop-header {
    display: none !important;
  }
}
body.my-account-slider .container-fluid.bg-white.top-nav,
body.my-account-slider .bg-white.mainnav,
body.my-account-slider .container-fluid.content-page .container-fluid.content-wrapper {
  padding-right: 17px !important;
}
@media only screen and (min-width: 1440px) {
  body.my-account-slider .container-fluid.bg-white.top-nav,
  body.my-account-slider .bg-white.mainnav,
  body.my-account-slider .container-fluid.content-page .container-fluid.content-wrapper {
    padding-right: 0 !important;
  }
}
.resetMyaccountIcon .account-open::before {
  top: -5px !important;
}
@media screen and (max-width: 768px) {
  body.gigyalogin-open .mainnav {
    display: none;
  }
}
body.gigyalogin-open .smartbanner {
  display: none;
}
.osm-storepicker#storePicker-desktop {
  padding: 0 30px;
}
@media only screen and (min-width: 375px) {
  .osm-storepicker#storePicker-desktop {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .osm-storepicker#storePicker-desktop {
    padding: 0 20px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .osm-storepicker#storePicker-desktop .store-selection {
    line-height: 15px;
  }
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title {
  height: 35px;
  cursor: pointer;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .osm-storepicker#storePicker-desktop .store-selection .store-nav-title {
    height: 50px;
  }
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-icon {
  line-height: 17px;
  max-height: 17px;
  margin-right: 10px;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-icon i {
  color: #0970E6;
  font-size: 16px;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-icon .icon-localisation::before {
  content: "\ea6e";
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-icon .icon-home::before {
  content: "\ea2c";
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name {
  font-size: 12px;
}
@media only screen and (max-width: 768px) {
  .osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name {
    height: 17px;
  }
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info {
  color: #0970E6 !important;
  font-family: 'OpenSansRegular';
  vertical-align: middle;
  display: inline-flex;
  margin-left: 4px;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .timeslot {
  margin: 0 5px;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .timeslot.loading {
  width: 55px;
  font-size: 36px;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .timeslot.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
  width: 50px;
  height: 15px;
  position: absolute;
  top: 0;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .store-name-inner {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 168px;
  white-space: nowrap;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .store-name-inner.loading {
  width: 55px;
  font-size: 36px;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .store-name-inner.loading:after {
  content: ' .';
  animation: dots 1s steps(5, end) infinite;
  width: 50px;
  height: 15px;
  position: absolute;
  top: 0;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .icon {
  margin-left: 7px;
  width: 15px;
}
@media only screen and (min-width: 1024px) {
  .osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .icon {
    margin-left: 12px;
  }
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .icon.icon-edit {
  align-items: center;
  justify-content: center;
  display: flex;
  margin-bottom: 2px;
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info .icon.icon-edit::before {
  color: #0970e6;
  font-size: 12px;
  position: relative;
  top: 1px;
}
@media only screen and (min-width: 1024px) {
  .osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info {
    display: flex;
    height: 17px;
    min-height: 17px;
    margin-left: 0px;
  }
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info.choose-label {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 1;
  overflow: hidden;
  max-width: 200px;
}
@media only screen and (min-width: 375px) and (max-width: 768px) {
  .osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-info.choose-label {
    width: 200px;
  }
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-title {
  font-family: 'OpenSansBold';
  color: #0E3368;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-name .store-title {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    height: 16px;
    min-height: 16px;
    -webkit-line-clamp: 1;
    min-width: 113px;
  }
}
.osm-storepicker#storePicker-desktop .store-selection .store-nav-title:hover .store-name {
  color: #0970E6 !important;
}
.osm-storepicker#storePicker-desktop .store-selection:hover .store-title {
  color: #0970E6 !important;
}
@keyframes dots {
  0%,
  20% {
    color: rgba(0, 0, 0, 0);
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  40% {
    color: #0970e6;
    text-shadow: 0.25em 0 0 rgba(0, 0, 0, 0), 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  60% {
    text-shadow: 0.25em 0 0 #0970e6, 0.5em 0 0 rgba(0, 0, 0, 0);
  }
  80%,
  100% {
    text-shadow: .25em 0 0 #0970e6,
          .5em 0 0 #0970e6;
  }
}
.storepicker-overlay {
  z-index: 9999 !important;
  position: fixed !important;
  width: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  height: 100%;
  top: 0;
  left: 0;
  transition: visibility 0.5s, opacity 0.5s linear;
}
body .storepicker {
  position: fixed;
  z-index: 10000;
  max-width: 100%;
}
body.storepicker-open .storepicker-overlay {
  opacity: 0.5;
  visibility: visible;
}
.storepicker-sidenav-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear;
  z-index: 9999 !important;
  position: fixed !important;
}
.storepicker-sidenav-overlay.open {
  visibility: visible;
  opacity: 1;
}
.storepicker i.storepicker-icon.icon-localise-me.pointer:before {
  line-height: 50px;
}
i.storepicker-icon.icon-delete-content-field.pointer:before {
  line-height: 50px;
}
.ie-browser .osm-storepicker#storePicker-desktop .store-selection .store-nav-title .store-icon i {
  margin-top: -12px;
}
.ie-browser .store-selection .store-nav-title .store-info .icon-edit {
  margin-top: -12px;
}
.ipad #storePicker-desktop .store-selection .store-nav-title .store-info .icon-edit {
  margin-bottom: 5px !important;
}
.OSM-sidenav {
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 0px;
  position: fixed;
  top: 0;
  transition: .5s;
  z-index: 10000;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .OSM-sidenav {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .OSM-sidenav {
    width: 375px;
  }
}
.OSM-sidenav .sidenav-wrapper {
  padding: 0 30px;
}
.OSM-sidenav .sidenav-wrapper .slider-title {
  font-family: OpenSansRegular;
  font-size: 18px;
  line-height: 26px;
  color: #0E3368;
  cursor: inherit;
}
.OSM-sidenav .sidenav-wrapper .slider-title .slider-main-title,
.OSM-sidenav .sidenav-wrapper .slider-title .slider-sub-title {
  margin-bottom: 15px;
}
.OSM-sidenav .sidenav-wrapper .slider-content {
  font-family: OpenSansRegular;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  width: 100%;
}
.OSM-sidenav .sidenav-wrapper a {
  cursor: pointer;
  font-size: 16px;
}
.OSM-sidenav .sidenav-wrapper a:hover {
  color: #0970E6;
}
.OSM-sidenav .sidenav-wrapper a.closebtn {
  font-size: 15px;
  position: relative;
  color: #0970E6;
  align-self: flex-end;
  margin-left: auto;
  padding: 20px 10px;
  right: -20px;
}
.OSM-sidenav .sidenav-wrapper a.closebtn:hover {
  color: #05529C;
}
.OSM-sidenav .sidenav-wrapper a.primary-btn {
  font-size: 16px;
  line-height: 22px;
  white-space: normal;
  height: auto;
}
.OSM-sidenav .sidenav-wrapper a.btn-link {
  text-decoration: underline;
  color: #0970e6;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}
.OSM-sidenav .sidenav-wrapper a.btn-link:hover {
  text-decoration: none;
}
.OSM-sidenav-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear;
  z-index: 9999 !important;
  position: fixed !important;
}
.OSM-sidenav-overlay.open {
  visibility: visible;
  opacity: 1;
}
.gigyapicker#gigya-mobile.gigyaSidenav {
  background-color: #fff;
  height: 100%;
  left: 0;
  overflow-x: hidden;
  padding-top: 0px;
  position: fixed;
  top: 0;
  transition: .5s;
  z-index: 10000;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  width: 100% !important;
}
@media only screen and (min-width: 768px) {
  .gigyapicker#gigya-mobile.gigyaSidenav {
    top: 0px;
    left: auto;
    right: 0;
    width: 375px !important;
    background: #ffffff 0% 0% no-repeat padding-box;
    box-shadow: 0px 2px 4px #00000040;
    opacity: 1;
  }
}
.gigyapicker#gigya-mobile.gigyaSidenav #gigyaSidenav {
  padding: 0 40px;
  padding-top: 20px;
}
.gigyapicker#gigya-mobile.gigyaSidenav .update-delivery-home,
.gigyapicker#gigya-mobile.gigyaSidenav .update-delivery-pickup,
.gigyapicker#gigya-mobile.gigyaSidenav .choose-delivery,
.gigyapicker#gigya-mobile.gigyaSidenav .find-store,
.gigyapicker#gigya-mobile.gigyaSidenav .store-nav-title {
  color: #575757;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: .3s;
  padding: 0;
  padding-bottom: 15px;
}
.gigyapicker#gigya-mobile.gigyaSidenav .delivery-label {
  color: #575757;
  font-size: 16px;
  line-height: 24px;
}
.gigyapicker#gigya-mobile.gigyaSidenav a {
  cursor: pointer;
}
.gigyapicker#gigya-mobile.gigyaSidenav a:hover {
  color: #0970E6;
}
.gigyapicker#gigya-mobile.gigyaSidenav a.store-nav-title {
  font-family: UbuntuLight;
  font-size: 22px;
  line-height: 40px;
  color: #0E3368;
  margin-top: 55px;
  cursor: inherit;
}
.gigyapicker#gigya-mobile.gigyaSidenav a.choose-delivery {
  border-bottom: 1px solid #E5E5E5;
}
.gigyapicker#gigya-mobile.gigyaSidenav a.find-store {
  padding-top: 15px;
  line-height: 40px;
}
.gigyapicker#gigya-mobile.gigyaSidenav a.closebtn {
  font-size: 16px;
  margin-left: 50px;
  position: absolute;
  right: 20px;
  top: 20px;
  color: #0970E6;
}
.gigyapicker#gigya-mobile.gigyaSidenav a.closebtn:hover {
  color: #05529C;
}
.gigyapicker#gigya-mobile.gigyaSidenav a.delivery-info {
  color: #0970E6;
  font-size: 14px;
  line-height: 16px;
}
.gigyapicker#gigya-mobile.gigyaSidenav a.delivery-info .icon {
  width: 14px;
  font-size: 10px;
  height: 8px;
  color: #0970E6;
}
.gigyapicker#gigya-mobile.gigyaSidenav a.delivery-info .icon:hover {
  color: #05529C;
}
.gigyapicker#gigya-mobile.gigyaSidenav .update-delivery-home,
.gigyapicker#gigya-mobile.gigyaSidenav .update-delivery-pickup {
  padding-top: 15px;
  border-bottom: 1px solid #E5E5E5;
  width: 100%;
}
.gigyapicker #d-UpdateDeliveryPickup {
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
  color: #0970E6;
}
.gigyapicker #d-UpdateDeliveryPickup i {
  font-size: 8px;
}
.gigyapicker #d-UpdateDeliveryPickup .carrefour-icon {
  width: 15px;
  height: 15px;
  display: block;
  background: url('main/css/img/Symbol.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
.gigyapicker #d-UpdateDeliveryHome {
  padding: 10px 0;
  font-size: 14px;
  line-height: 16px;
  color: #0970E6;
}
.gigyapicker #d-UpdateDeliveryHome i {
  font-size: 8px;
}
.gigyapicker #d-UpdateDeliveryHome .carrefour-icon {
  width: 15px;
  height: 15px;
  display: block;
  background: url('main/css/img/Symbol.svg');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center center;
}
#gigya-mobile {
  z-index: 10000 !important;
  position: fixed !important;
}
#gigya-mobile .storepicker-icon {
  height: 50px !important;
}
.storepicker-overlay {
  z-index: 9999 !important;
  position: fixed !important;
}
.gigyamyaccount-sidenav-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear;
  z-index: 9999 !important;
  position: fixed !important;
}
.gigyamyaccount-sidenav-overlay.open {
  visibility: visible;
  opacity: 1;
}
.cr-slider {
  background-color: #F7F7F7;
  height: 100%;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0px;
  position: fixed;
  top: 0;
  z-index: 10000;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  width: 100%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);
  transition: transform 0.3s ease-out;
}
@media only screen and (min-width: 768px) {
  .cr-slider {
    width: 375px;
  }
}
.cr-slider .cr-slider-wrapper {
  padding: 0 20px;
}
.cr-slider .cr-slider-wrapper .cr-slider-title .cr-slider-main-title {
  font-family: UbuntuBold;
  font-size: 28px;
  line-height: 36px;
  cursor: inherit;
  padding: 0 0 20px 0;
  color: #0E3368;
}
.cr-slider .cr-slider-wrapper .cr-slider-content {
  font-family: OpenSansRegular;
  font-size: 14px;
  line-height: 20px;
  color: #575757;
  width: 100%;
  position: relative;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen {
  top: 0 !important;
  position: relative;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
  width: 100%;
  margin-bottom: 10px;
  padding: 16px 24px;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item:hover {
  border: 1px solid #0970E6;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item:hover .cr-item-link .cr-item-title {
  color: #0970E6;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item:hover .cr-item-right-arrow i {
  color: #0970E6;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item .cr-item-icon {
  margin-right: 10px;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item .cr-item-icon img {
  width: 40px;
  height: auto;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item .cr-item-link {
  width: 80%;
  margin-right: 10px;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item .cr-item-link .cr-item-title {
  font-family: 'UbuntuRegular';
  font-size: 16px;
  line-height: 26px;
  color: #0E3368;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item .cr-item-link .cr-item-desc {
  font-family: 'OpenSansRegular';
  font-size: 12px;
  line-height: 17px;
  color: #929292;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item .cr-item-right-arrow i {
  color: #0970E6;
  font-size: 14px;
  width: 8px;
  height: 14px;
}
.cr-slider .cr-slider-wrapper .cr-slider-content .slider-screen a.cr-item .cr-item-right-arrow i:before {
  font-size: 14px;
}
.cr-slider .cr-slider-wrapper a {
  cursor: pointer;
  font-size: 16px;
}
.cr-slider .cr-slider-wrapper a:hover {
  color: #0970E6;
}
.cr-slider .cr-slider-wrapper a.closebtn {
  font-size: 15px;
  position: relative;
  color: #0970E6;
  align-self: flex-end;
  margin-left: auto;
  padding: 20px;
  right: -20px;
}
.cr-slider .cr-slider-wrapper a.closebtn:hover {
  color: #05529C;
}
.cr-slider .cr-slider-wrapper a.closebtn .icon-close-cross {
  font-size: 20px;
}
.cr-slider .cr-slider-wrapper a.primary-btn {
  font-size: 16px;
  line-height: 22px;
  white-space: normal;
  height: auto;
}
.cr-slider .cr-slider-wrapper a.btn-link {
  text-decoration: underline;
  color: #0970e6;
  font-size: 16px;
  line-height: 20px;
  padding: 10px;
}
.cr-slider .cr-slider-wrapper a.btn-link:hover {
  text-decoration: none;
}
.cr-slider.show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.cr-slider.show {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
}
.cr-slider-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear;
  z-index: 9999 !important;
  position: fixed !important;
}
.cr-slider-overlay.show {
  visibility: visible;
  opacity: 1;
}
body.cr-slider-open .container-fluid.content-page-evolution .navigation .mainnav,
body.cr-slider-open header.fixed-top .top-nav,
body.cr-slider-open .container-fluid.content-page.p-0 .container-fluid.content-wrapper {
  padding-right: 0px !important;
}
@media only screen and (min-width: 1024px) {
  body.cr-slider-open .container-fluid.content-page-evolution .navigation .mainnav,
  body.cr-slider-open header.fixed-top .top-nav,
  body.cr-slider-open .container-fluid.content-page.p-0 .container-fluid.content-wrapper {
    padding-right: 17px !important;
  }
}
.spinner-cotainer {
  display: flex;
  justify-content: space-around;
  width: 170px;
  height: 60px;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 6px;
  opacity: 1;
  padding: 5px 10px;
  vertical-align: middle;
  border: 1px solid #ffffff;
  margin-bottom: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateX(120%);
  transition: .4s;
}
.spinner-cotainer .spinner-circle {
  width: 50px !important;
  height: 50px;
  background: #0970E6;
  opacity: 1;
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  text-align: center;
  display: flex;
  color: white;
}
.spinner-cotainer .spinner-circle:hover {
  background: #00509E;
  cursor: pointer;
}
.spinner-cotainer .spinner-circle .icon-loader::before {
  content: "\4c" !important;
}
.spinner-cotainer .spinner-count .count {
  color: #282828;
  font-size: 20px !important;
  line-height: 20px;
  font-family: "OpenSansBold" !important;
  vertical-align: bottom;
}
.spinner-cotainer .spinner-count .text {
  color: #575757;
  font-size: 10px !important;
  line-height: 20px;
  font-family: "OpenSansRegular" !important;
  vertical-align: top;
}
.no-drop {
  cursor: not-allowed;
}
.no-drop .spinner-circle {
  pointer-events: none;
}
.sublink-container {
  margin-top: 20px;
  margin-bottom: 30px;
}
.sublink-container a.sublink-item {
  padding: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  background: #fff;
}
@media (min-width: 375px) {
  .sublink-container a.sublink-item {
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .sublink-container a.sublink-item {
    padding: 10px 20px;
    flex-direction: row;
    justify-content: left;
  }
}
.sublink-container a.sublink-item .item-logo {
  height: 20px;
  width: 20px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}
@media only screen and (min-width: 768px) {
  .sublink-container a.sublink-item .item-logo {
    font-size: 25px;
    height: 25px;
    width: 25px;
  }
}
@media only screen and (min-width: 1024px) {
  .sublink-container a.sublink-item .item-logo {
    font-size: 30px;
  }
}
.sublink-container a.sublink-item .item-logo .icon {
  color: #0970E6;
}
.sublink-container a.sublink-item .item-icon-right {
  text-align: center;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 16px;
}
@media only screen and (min-width: 1024px) {
  .sublink-container a.sublink-item .item-icon-right {
    display: flex;
  }
}
.sublink-container a.sublink-item .item-icon-right .icon {
  color: #0970E6;
}
.sublink-container a.sublink-item .item-description {
  width: 80px;
  padding-top: 5px;
  line-height: 16px;
  height: 40px;
  display: flex;
  text-align: center;
  flex-direction: row !important;
  align-items: center !important;
}
@media (min-width: 375px) {
  .sublink-container a.sublink-item .item-description {
    width: 90px;
  }
}
@media only screen and (min-width: 768px) {
  .sublink-container a.sublink-item .item-description {
    width: 190px;
    padding-top: 0px;
    padding-left: 10px;
    text-align: left;
  }
}
@media only screen and (min-width: 1024px) {
  .sublink-container a.sublink-item .item-description {
    padding-left: 20px;
    width: 205px;
    padding-top: 0px;
    text-align: left;
    flex-direction: column !important;
  }
}
@media only screen and (min-width: 1200px) {
  .sublink-container a.sublink-item .item-description {
    width: 284px;
  }
}
@media only screen and (min-width: 1440px) {
  .sublink-container a.sublink-item .item-description {
    width: 365px;
    padding-right: 5px;
  }
}
.sublink-container a.sublink-item .item-description .title {
  font-family: "OpenSansSemiBold";
  font-size: 12px;
  line-height: 16px;
  word-spacing: 0.24px;
  display: flex;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 45px;
  color: #0970E6;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .sublink-container a.sublink-item .item-description .title {
    -webkit-line-clamp: 1;
    max-height: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .sublink-container a.sublink-item .item-description .title {
    font-size: 14px;
    line-height: 20px;
    word-spacing: 0.28px;
    -webkit-line-clamp: 2;
    max-height: 45px;
  }
}
.sublink-container a.sublink-item .item-description .subtitle {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .sublink-container a.sublink-item .item-description .subtitle {
    text-align: left;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-line-clamp: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 20px;
    font-family: "OpenSansRegular";
    color: #282828;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0px;
  }
}
.sublink-container a.sublink-item .item-description .description {
  display: none;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .sublink-container a.sublink-item .item-description .description {
    display: flex;
  }
}
@media only screen and (min-width: 1024px) {
  .sublink-container a.sublink-item .item-description .tab-oneline {
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    height: 20px;
  }
}
.sublink-container a.sublink-item:hover {
  cursor: pointer;
}
.sublink-container a.sublink-item:hover .item-logo .icon,
.sublink-container a.sublink-item:hover .title,
.sublink-container a.sublink-item:hover .item-icon-right .icon {
  color: #05529C;
}
.contest-tiles-container {
  padding: 0 !important;
}
.contest-tiles-container .content-container {
  margin: 30px 0px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #0000001A;
}
.contest-tiles-container .participation-not-possible {
  background-color: #E8E8E8;
}
.contest-tiles-container .contest-details {
  padding: 20px 20px;
  background: #fff;
}
.contest-tiles-container .contest-details .typeOf_tile {
  font-family: "OpenSansRegular";
  font-size: 12px;
  color: #9A9A9A;
  text-transform: uppercase;
  line-height: 20px;
}
.contest-tiles-container .contest-details .tile-title {
  font-family: "UbuntuLight";
  font-size: 18px;
  line-height: 24px;
  padding-top: 20px;
  color: #0E3368;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  min-height: 68px;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 1024px) {
  .contest-tiles-container .contest-details .tile-title {
    font-size: 20px;
    line-height: 25px;
  }
}
.contest-tiles-container .contest-details .tile-description {
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 20px;
  padding-top: 20px ;
  color: #282828;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 80px;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.contest-tiles-container .contest-details .time-label {
  font-family: "OpenSansRegular";
  font-size: 14px;
}
.contest-tiles-container .contest-details .time-label .divider {
  margin-top: 25px;
  margin-bottom: 15px;
  border-top: 1px solid #9A9A9A;
}
.contest-tiles-container .contest-details .time-label .rest-time-label {
  color: #9A9A9A;
  line-height: 20px;
}
.contest-tiles-container .contest-details .time-label .rest-time-label.hide {
  display: none !important;
}
.contest-tiles-container .contest-details .time-label .rest-time-label.show {
  display: block !important;
}
.contest-tiles-container .contest-details .time-label .date {
  color: #282828;
  float: right;
  font-size: 14px;
  line-height: 20px;
}
.contest-tiles-container .contest-details .time-label .date.last-day {
  color: #D83832;
}
.contest-tiles-container .contest-details .time-label .date.hide {
  display: none !important;
}
.contest-tiles-container .contest-details .time-label .date.show {
  display: block !important;
}
.contest-tiles-container .contest-details .btn {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
  width: auto !important;
}
.contest-tiles-container .contest-details .btn.hide {
  display: none !important;
}
.contest-tiles-container .contest-details .already-participated-message {
  color: #9A9A9A;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 0px !important;
  margin-top: 20px !important;
  height: 50px;
}
.contest-tiles-container .contest-details .already-participated-message.hide {
  display: none !important;
}
.contest-tiles-container .contest-details .already-participated-message.show {
  display: block !important;
}
.contest-tiles-container .contest-details .participation-sentence {
  color: #9A9A9A;
  font-size: 16px;
  font-family: "OpenSansSemiBold";
  line-height: 22px;
  margin-top: 20px !important;
  padding: 14px 0px;
}
.contest-tiles-container .contest-details .participation-sentence:hover {
  color: #0970E6;
}
.contest-tiles-container .content-image-container-card {
  height: 0;
  overflow: hidden;
  padding-bottom: 50%;
  background: white;
  position: relative;
  margin: 0;
}
.contest-tiles-container .content-image-container-card .picture-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.contest-tiles-container .content-image-container-card .picture-container .picture-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contest-tiles-container .content-image-container-card .picture-container .picture-box img {
  width: 100%;
  height: 100%;
}
.contest-tiles-container .promotion-label {
  position: absolute;
  top: 200px;
  padding: 5px 10px;
  right: -15px;
  display: flex;
  flex-direction: row;
  margin: 0px 20px 0px 0px;
  font-size: 12px;
  line-height: 20px;
}
.contest-tiles-container .promotion-label.bonus-point-promotion {
  background-color: #3FBFEC;
  color: #FFFFFF;
}
.contest-tiles-container .promotion-label.offer-promotion {
  background-color: #FFF29C;
  color: #D83832;
}
.contest-tiles-container .triangle-0 {
  width: 10px;
  height: 10px;
  border-bottom: solid 5px transparent;
  border-right: solid 5px transparent;
  border-left: solid 5px #ABB1BC;
  border-top: solid 5px #ABB1BC;
  position: absolute;
  right: 6px;
  top: 230px;
}
.brandlist-component {
  padding: 0 !important;
  background: transparent;
}
.brandlist-component .brandlist-container a {
  overflow: hidden;
  border-radius: 0.25rem !important;
  height: 68px;
}
@media only screen and (min-width: 375px) {
  .brandlist-component .brandlist-container a {
    height: 105px;
  }
}
.brandlist-component .brandlist-container a img {
  height: 100%;
}
.bonus-question-container {
  margin: 30px 0px;
  border: 1px solid #E8E8E8;
  border-radius: 6px;
  box-shadow: 0px 0px 10px #0000001A;
}
@media only screen and (min-width: 768px) {
  .bonus-question-container {
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media only screen and (min-width: 768px) {
  .bonus-question-container .col-lg-4,
  .bonus-question-container .col-lg-8 {
    padding: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .bonus-question-container .image-content-container {
    background: #F4F9FF;
  }
}
.bonus-question-container .image-content-container .img-container img {
  border-radius: 6px 0 0 0;
  height: 100%;
}
.bonus-question-container .image-content-container .promo-label {
  position: absolute;
  z-index: 100;
  font-size: 12px;
  font-family: "OpenSansRegular";
  min-width: 88px;
  line-height: 30px;
  border-radius: 4px 0 4px 0;
  padding: 0 10px;
}
.bonus-question-container .image-content-container .promo-label.offer-promo {
  background: #FFF29C;
  color: #D83832;
  border: 1px solid #FFF29C;
}
.bonus-question-container .image-content-container .promo-label.bonus-point-promo {
  background: #3FBFEC;
  color: #FFFFFF;
  border: 1px solid #3FBFEC;
}
.bonus-question-container .image-content-container .logo-container {
  height: 50px;
  position: absolute;
  width: 100px;
  left: 50%;
  bottom: 0;
  padding: 2px;
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  background: white;
  box-shadow: 1px 1px 10px #0000001A;
  transform: translate(-50%, 50%);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}
.bonus-question-container .image-content-container .logo-container .logo {
  width: 90px;
  height: 45px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
}
.bonus-question-container .image-content-container .logo-container .logo img {
  width: 90px;
  height: 45px;
  border: none;
  border-radius: 0px;
  position: relative;
}
.bonus-question-container .image-content-container .img-footer {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .bonus-question-container .image-content-container .img-footer {
    display: block;
    padding: 20px;
    position: absolute;
    bottom: 0;
    width: 100%;
  }
}
@media only screen and (min-width: 1440px) {
  .bonus-question-container .image-content-container .img-footer {
    position: relative;
  }
}
.bonus-question-container .image-content-container .img-footer .time-label {
  font-family: "OpenSansRegular";
  font-size: 14px;
}
.bonus-question-container .image-content-container .img-footer .time-label .rest-time-label {
  color: #9A9A9A;
}
.bonus-question-container .image-content-container .img-footer .time-label .date {
  color: #282828;
  float: right;
}
.bonus-question-container .image-content-container .img-footer .time-label .date.last-day {
  color: #D83832;
}
.bonus-question-container .image-content-container .img-footer .time-label .date.hide {
  display: none !important;
}
.bonus-question-container .image-content-container .img-footer .time-label .date.show {
  display: block !important;
}
@media only screen and (min-width: 1440px) {
  .bonus-question-container .image-content-container .img-footer .time-label {
    padding-top: 20px;
  }
}
.bonus-question-container .question-details {
  padding: 20px;
  background: #fff;
}
@media only screen and (min-width: 1024px) {
  .bonus-question-container .question-details {
    padding: 30px;
  }
}
.bonus-question-container .question-details .question-heading {
  font-family: "OpenSansRegular";
  font-size: 12px;
  color: #9A9A9A;
  text-transform: uppercase;
  margin: 0;
  line-height: 20px;
  margin-top: 15px;
}
@media only screen and (min-width: 1024px) {
  .bonus-question-container .question-details .question-heading {
    margin-top: 0;
  }
}
.bonus-question-container .question-details .question-title {
  font-family: "UbuntuLight";
  font-size: 18px;
  line-height: 24px;
  margin: 0;
  margin-top: 15px;
  color: #0E3368;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 63px;
  max-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .bonus-question-container .question-details .question-title {
    -webkit-line-clamp: 2;
    min-height: 40px;
    max-height: 50px;
  }
}
.bonus-question-container .question-details .question-subtitle {
  font-family: "OpenSansRegular";
  font-size: 14px;
  line-height: 20px;
  margin-top: 20px ;
  color: #282828;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  min-height: 70px;
  max-height: 80px;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media only screen and (min-width: 768px) {
  .bonus-question-container .question-details .question-subtitle {
    -webkit-line-clamp: 3;
    min-height: 50px;
    max-height: 60px;
  }
}
.bonus-question-container .question-details .button-container .btn {
  margin-bottom: 0px !important;
  margin-top: 20px !important;
  width: 148px !important;
  padding: 12px 25px !important;
}
.bonus-question-container .question-details .time-label {
  font-family: "OpenSansRegular";
  font-size: 14px;
}
.bonus-question-container .question-details .time-label .divider {
  margin-top: 25px;
  margin-bottom: 15px;
  border-top: 1px solid #9A9A9A;
}
.bonus-question-container .question-details .time-label .rest-time-label {
  color: #9A9A9A;
}
.bonus-question-container .question-details .time-label .date {
  color: #282828;
  float: right;
}
.bonus-question-container .question-details .time-label .date.last-day {
  color: #D83832;
}
.bonus-question-container .question-details .time-label .date.hide {
  display: none !important;
}
.bonus-question-container .question-details .time-label .date.show {
  display: block !important;
}
@media only screen and (min-width: 1024px) {
  .bonus-question-container .question-details .time-label {
    display: none;
  }
}
.bonus-question-header {
  font-family: "UbuntuLight";
  font-size: 20px;
  line-height: 26px;
  letter-spacing: 0.3px;
  color: #0E3368;
  text-align: left;
  margin: 0;
}
@media only screen and (min-width: 480px) {
  .bonus-question-header {
    margin-left: -15px;
  }
}
@media only screen and (min-width: 1440px) {
  .bonus-question-header {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0.48px;
  }
}
.common-promotions {
  display: flex;
  padding-left: 0;
  padding-right: 0;
  border: 1px solid #E8E8E8;
  border-left-width: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
@media only screen and (min-width: 1200px) {
  .common-promotions {
    transition: all 0.5s;
  }
}
.common-promotions:first-child {
  border-left: 1px solid #E8E8E8;
}
.common-promotions .zmags-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  padding: 2rem 10px;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}
.common-promotions .zmags-box a {
  color: #575757;
}
.common-promotions .zmags-box a .richtext h2 {
  font-family: "CaveatBold";
  margin-left: 0;
  font-size: 30px;
  text-transform: lowercase;
  text-align: center;
}
.common-promotions .zmags-box a .cont_promotion_container {
  display: flex;
  flex-direction: row;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 0 0 10px 0;
  z-index: 1;
  height: 30px;
}
.common-promotions .zmags-box a .cont_promotion_container .cont_promotion {
  padding: 5px 10px;
  font-family: "OpenSansSemiBold";
  background-color: #fff29c;
  color: #d83832;
  font-size: 14px;
  line-height: 16px;
  max-width: 250px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.common-promotions .zmags-box a .cont_promotion_container.lightblue .cont_promotion {
  background-color: #3FBFEC;
  color: #ffffff;
}
.common-promotions .zmags-box a .cont_promotion_container.lightblue .cont_promotion .cbc {
  margin-right: 5px;
  width: 18px;
  height: 18px;
  background: url('main/css/partials/img/CBC.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100%;
}
.common-promotions .zmags-box a .cont_promotion_container.lightblue .cont_logo {
  border: 1px solid #3FBFEC;
}
.common-promotions .zmags-box a .cont_promotion_container.blue .cont_promotion {
  min-width: 55px;
  background-color: #0E3368;
  color: #ffffff;
}
.common-promotions .zmags-box a .cont_promotion_container.blue .cont_logo {
  border: 1px solid #0E3368;
}
.common-promotions .zmags-box a .cont_promotion_container .cont_logo {
  border: 1px solid #FFF29C;
  background-color: #ffffff;
  padding: 8px 10px 5px 10px;
  border-radius: 0 0 10px 0;
  width: auto;
  position: relative;
}
.common-promotions .zmags-box a .cont_promotion_container .cont_logo img {
  width: 20px;
  height: auto;
  vertical-align: top;
  position: relative;
  margin: 0;
}
.common-promotions .zmags-box a .cont_promotion_container .cont_logo .logo-red:before {
  color: #d83832;
  font-size: 23px;
  padding-left: 5px;
}
.common-promotions .zmags-box a .cont_promotion_container .cont_logo .logo-blue:before {
  color: #1b5ea5;
  font-size: 23px;
}
.common-promotions .zmags-box a .img-container {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: none;
  position: relative;
  width: 162px;
  height: 180px;
}
@media only screen and (min-width: 1440px) {
  .common-promotions .zmags-box a .img-container {
    width: 180px;
    height: 200px;
  }
}
.common-promotions .zmags-box a .img-container img {
  object-fit: cover;
  object-position: top center;
  padding: 0px;
  margin-bottom: 0px;
  transition: all 0.3s;
  position: relative;
}
.common-promotions .zmags-box a .text-container {
  padding: 10px 0 5px 0;
  width: 280px;
  font-size: 14px;
  margin: 0 auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 375px) {
  .common-promotions .zmags-box a .text-container {
    width: 310px;
  }
}
@media only screen and (min-width: 768px) {
  .common-promotions .zmags-box a .text-container {
    width: 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .common-promotions .zmags-box a .text-container {
    width: 237px;
  }
}
@media only screen and (min-width: 1440px) {
  .common-promotions .zmags-box a .text-container {
    width: 297px;
  }
}
.common-promotions .zmags-box a .text-container h3,
.common-promotions .zmags-box a .text-container .text-container-title {
  width: 100%;
  font-size: 14px;
  font-family: "OpenSansRegular";
  color: #0E3368;
  line-height: 20px;
  height: 40px;
  max-height: 40px;
  margin-bottom: 12px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  vertical-align: middle;
  align-items: flex-start;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 2;
  -webkit-box-pack: center;
}
.common-promotions .zmags-box a .text-container .promotion-title {
  width: 100%;
  min-height: 24px;
  background: rgba(230, 230, 230, 0.5);
  padding: 5px;
}
.common-promotions .zmags-box a .text-container .promotion-title i {
  font-size: 1rem;
  padding-right: 5px;
}
.common-promotions .zmags-box a .text-container .promotion-title h6 {
  text-transform: uppercase;
  font-family: UbuntuLight;
  font-size: 14px !important;
  letter-spacing: 1.4px;
  margin: 0;
  color: #575757;
  word-break: break-all;
}
.common-promotions .zmags-box a .cont_text {
  font-size: 14px;
  padding: 10px 0 5px 0;
  overflow: hidden;
  min-height: 150px;
}
.common-promotions .zmags-box a .cont_text .product_info {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-height: 66px;
  min-height: 55px;
}
.common-promotions .zmags-box a .cont_text .product_info .add_to_list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  width: 50px;
  height: 48px;
  border-radius: 50%;
  border: 1px solid #bcbcbc;
  padding: 0 8px;
  cursor: pointer;
}
.common-promotions .zmags-box a .cont_text .product_info .add_to_list .icon-list {
  color: #929292;
  font-size: 1.6rem;
  line-height: 1.2rem;
}
.common-promotions .zmags-box a .cont_text .product_info .add_to_list .icon-plus-circle {
  color: #05529c;
  position: absolute;
  background: #ffffff;
  border-radius: 50%;
  top: 0;
  right: 0;
  font-size: 1rem;
  line-height: 1rem;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container {
  width: 100%;
  padding-bottom: 10px;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .old_price {
  text-align: end;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .old_price .price,
.common-promotions .zmags-box a .cont_text .product_info .price_container .old_price .currency {
  font-family: 'OpenSansRegular';
  font-size: 12px;
  color: #929292;
  text-decoration: line-through;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .price {
  font-family: 'OpenSansBold';
  font-size: 30px;
  color: #0E3368;
  line-height: 1;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .unit {
  flex-basis: 70%;
  max-width: 70%;
  font-size: 12px;
  line-height: 16px;
  height: 33px;
  font-family: "OpenSansRegular";
  text-align: left;
  color: #9A9A9A;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  vertical-align: middle;
  align-items: flex-start;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 2;
  -webkit-box-pack: center;
  margin-bottom: 0;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .old_price .price,
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .old_price .currency {
  font-size: 14px;
  color: #575757;
  font-family: "OpenSansRegular";
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .decimals,
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .currency {
  font-family: 'OpenSansSemibold';
  font-size: 16px;
  color: #0E3368;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .units {
  font-family: 'OpenSansRegular';
  font-size: 12px;
  color: #929292;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .units .icon-tooltip {
  padding-inline-start: 10px;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .price_per_unit {
  font-family: 'OpenSansRegular';
  font-size: 12px;
  color: #929292;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .unit_price .price_group {
  background-color: #FFF29C;
  word-spacing: -3px;
  font-family: "OpenSansSemiBold";
  line-height: 16px;
  font-size: 14px;
  padding-top: 10px;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .unit_price .price_group .price {
  vertical-align: sub;
  font-family: "OpenSansSemiBold";
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .unit_price .price_group .decimals,
.common-promotions .zmags-box a .cont_text .product_info .price_container .new_price .unit_price .price_group .currency {
  font-size: 14px;
}
.common-promotions .zmags-box a .cont_text .product_info .price_container .empty-row {
  height: 24px;
}
.common-promotions .zmags-box a .cont_text .btn {
  height: 50px;
  color: #ffffff;
  background: #0970E6;
  box-shadow: none;
  border: none;
  font-size: 1rem;
  right: 0 !important;
  left: auto !important;
  float: right;
  position: relative;
  bottom: 0;
  transform: initial;
  padding: 16px 28px;
  line-height: 1rem;
  min-width: 140px !important;
  white-space: nowrap;
  width: 140px !important;
}
.common-promotions .zmags-box a .cont_text .btn .cart-number {
  background-color: #4ccd8a;
  color: white;
  border-radius: 50px;
  font-size: 10px;
  font-family: "OpenSansBold";
  position: absolute;
  top: -3px;
  right: -7px;
  width: 20px;
  height: 20px;
  display: none;
  line-height: 20px;
  justify-content: center;
}
.common-promotions .zmags-box a .cont_text .btn::before {
  content: none;
}
.common-promotions .zmags-box a .cont_text .btn.hide-cart-btn {
  display: none !important;
}
.common-promotions .zmags-box a .cont_text .product-not-available {
  display: none !important;
  text-align: center;
  background-color: #F4F9FF;
  border: 1px solid #CFE1F5;
  padding: 10px;
  font-size: 12px;
}
.common-promotions .zmags-box a .cont_text .product-not-available span:first-child {
  color: #0E3368;
}
.common-promotions .zmags-box a .cont_text .product-not-available span:last-child {
  color: #0970E6;
  text-decoration: underline;
}
.common-promotions .zmags-box a .cont_text .product-not-available:hover span {
  text-decoration: none;
}
.common-promotions .zmags-box a .cont_text .product-not-available.show-notAvailable-data {
  display: block !important;
}
.common-promotions.manual-promotion-complete .zmags-box a .cont_text .manual-promotion-button-container .cta-parent {
  height: 50px;
  position: relative;
}
.common-promotions.manual-promotion-complete .zmags-box a .cont_text .manual-promotion-button-container.shopping-spinner .btn_icon {
  display: none !important;
}
.common-promotions.manual-promotion-complete .zmags-box a .cont_text .manual-promotion-button-container.shopping-spinner .manual-promotion-spinner-container {
  display: flex !important;
  position: relative;
  min-height: 50px;
}
.common-promotions.manual-promotion-complete .zmags-box a .cont_text .manual-promotion-button-container.shopping-spinner .manual-promotion-spinner-container .spinner-cotainer {
  top: -8px;
  transform: translateX(210%);
}
.common-promotions.promotional-display-complete .zmags-box a .cont_text .promotion-display-button-container {
  min-height: 50px;
}
.common-promotions.promotional-display-complete .zmags-box a .cont_text .promotion-display-button-container .promotion-display-spinner-container {
  position: relative;
}
.common-promotions.promotional-display-complete .zmags-box a .cont_text .promotion-display-button-container .promotion-display-spinner-container .spinner-cotainer {
  top: -10px;
  transform: translateX(180%);
}
.common-promotions.promotional-display-complete .zmags-box a .cont_text .promotion-display-button-container.shopping-spinner .btn_icon {
  display: none !important;
}
.common-promotions.promotional-display-complete .zmags-box a .cont_text .promotion-display-button-container.shopping-spinner .promotion-display-spinner-container {
  display: flex !important;
}
.common-promotions.product-recomm-complete {
  padding-left: 3px;
  padding-right: 3px;
  border: none;
}
.common-promotions.product-recomm-complete .zmags-box {
  border: 1px solid #F0F0F0;
}
.common-promotions.product-recomm-complete .zmags-box .libelle-box {
  position: absolute;
  bottom: -15px;
  right: -50px;
  min-height: 42px;
  width: 66px;
  background-color: #D83832;
  border-radius: 3px;
  opacity: 1;
  justify-content: center;
  flex-direction: column;
  display: flex;
  text-align: center;
}
@media only screen and (min-width: 375px) {
  .common-promotions.product-recomm-complete .zmags-box .libelle-box {
    right: -76px;
  }
}
@media only screen and (min-width: 768px) {
  .common-promotions.product-recomm-complete .zmags-box .libelle-box {
    right: -12px;
  }
}
@media only screen and (min-width: 1200px) {
  .common-promotions.product-recomm-complete .zmags-box .libelle-box {
    right: -42px;
  }
}
@media only screen and (min-width: 1440px) {
  .common-promotions.product-recomm-complete .zmags-box .libelle-box {
    right: -74px;
  }
}
.common-promotions.product-recomm-complete .zmags-box .libelle-values {
  font-family: 'UbuntuBold';
  font-size: 14px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  line-height: 16px;
}
.common-promotions.product-recomm-complete .zmags-box a {
  width: 100%;
}
.common-promotions.product-recomm-complete .zmags-box a span.product-recom-title {
  font-family: 'UbuntuRegular';
  font-size: 14px;
  color: #0E3368;
  text-align: left;
  margin-bottom: 20px;
  height: 60px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 3;
  overflow: hidden;
  margin-top: 0;
}
.common-promotions.product-recomm-complete .zmags-box a .img-container {
  width: 160px;
  height: 160px;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text {
  padding-top: 20px;
  padding-bottom: 0;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .product_info {
  height: 70px;
  padding-bottom: 15px;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .product_info .price_container {
  padding-bottom: 0px;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .product_info .price_container .new_price .unit {
  max-width: 43%;
  font-family: 'UbuntuRegular';
  line-height: 20px;
  height: 40px;
  font-size: 14px;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .product_info .price_container .new_price .price_group {
  background-color: transparent;
  padding-top: 0;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .product_info .price_container .new_price .price_group .price {
  font-size: 24px;
  font-family: 'UbuntuBold';
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .product_info .price_container .new_price .price_group .currency {
  font-size: 24px;
  font-family: 'UbuntuBold';
  position: relative;
  bottom: -3px;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .product_info .price_container .new_price .units {
  font-family: 'UbuntuRegular';
  color: #0E3368;
  font-size: 12px;
  line-height: 18px;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .cta-product-reco-parent {
  width: 100%;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .cta-product-reco-parent .btn {
  width: 100% !important;
  height: 40px;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .cta-product-reco-parent .btn .icon.icon-cart {
  font-size: 18px;
  margin-right: 7px;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .product-reco-spinner-container {
  width: 100%;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text.shopping-spinner .btn_icon {
  display: none;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text.shopping-spinner .product-reco-spinner-container {
  display: flex !important;
}
.common-promotions.product-recomm-complete .zmags-box a .cont_text .product_info .price_container .old_price {
  text-align: center;
}
.common-promotions.recipe-ingredientsearch-modal-complete .zmags-box {
  padding-bottom: 20px !important;
  border: 0;
}
.common-promotions.recipe-ingredientsearch-modal-complete .zmags-box a .cont_text .recipe-modal-cta .cta-parent {
  height: 50px;
  position: relative;
}
.common-promotions.recipe-ingredientsearch-modal-complete .zmags-box a .cont_text .recipe-modal-cta .recipe-details-spinner-container {
  position: relative;
  min-height: 50px;
}
.common-promotions.recipe-ingredientsearch-modal-complete .zmags-box a .cont_text .recipe-modal-cta .recipe-details-spinner-container .spinner-cotainer {
  transform: translateX(180%);
}
.common-promotions.recipe-ingredientsearch-modal-complete .zmags-box a .cont_text .recipe-modal-cta.shopping-spinner .btn_icon {
  display: none !important;
}
.common-promotions.recipe-ingredientsearch-modal-complete .zmags-box a .cont_text .recipe-modal-cta.shopping-spinner .recipe-details-spinner-container {
  display: flex !important;
}
.common-promotions.recipe-ingredientsearch-modal-complete .zmags-box a .cont_text .recipe-modal-cta.shopping-spinner .recipe-details-spinner-container .spinner-cotainer {
  bottom: -10px;
}
.tab_component .promotional-display-complete .zmags-box {
  border: none;
}
.tab_component .promotional-display-complete .zmags-box .img-container {
  width: 140px !important;
  height: 140px !important;
  max-width: none !important;
  max-height: none !important;
  margin-bottom: 0px !important;
}
@media only screen and (min-width: 1024px) {
  .tab_component .promotional-display-complete .zmags-box .img-container {
    width: 130px !important;
    height: 130px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .tab_component .promotional-display-complete .zmags-box .img-container {
    width: 160px !important;
    height: 160px !important;
  }
}
.tab_component .promotional-display-complete .zmags-box .text-container h5 {
  padding-top: 0px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: flex;
  -ms-flex-direction: column;
  -ms-flex-pack: center;
  vertical-align: middle;
  align-items: flex-start;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 2;
  -webkit-box-pack: center;
  height: 43px !important;
  max-height: 43px;
}
@media only screen and (min-width: 320px) {
  .tab_component .promotional-display-complete .zmags-box .text-container h5 {
    padding: 0px 20px;
    -webkit-line-clamp: 3;
    height: 63px !important;
    max-height: 63px;
  }
}
@media only screen and (min-width: 768px) {
  .tab_component .promotional-display-complete .zmags-box .text-container h5 {
    padding: 0px 10px;
    height: 43px !important;
    max-height: 43px;
  }
}
@media only screen and (min-width: 1024px) {
  .tab_component .promotional-display-complete .zmags-box .text-container h5 {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .tab_component .promotional-display-complete .zmags-box .text-container h5 {
    padding: 0px;
    -webkit-line-clamp: 2;
  }
}
@media only screen and (min-width: 1440px) {
  .tab_component .promotional-display-complete .zmags-box .text-container h5 {
    padding: 0px 25px;
  }
}
.tab_component .promotional-display-complete .zmags-box .cont_text .product_info .price_container .new_price {
  margin-bottom: 10px;
}
@media only screen and (min-width: 320px) {
  .tab_component .promotional-display-complete .zmags-box .cont_text .product_info .price_container .new_price {
    padding: 0px 20px;
  }
}
@media only screen and (min-width: 480px) {
  .tab_component .promotional-display-complete .zmags-box .cont_text .product_info .price_container .new_price {
    padding: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .tab_component .promotional-display-complete .zmags-box .cont_text .product_info .price_container .new_price {
    padding: 0px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .tab_component .promotional-display-complete .zmags-box .cont_text .product_info .price_container .new_price {
    padding: 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .tab_component .promotional-display-complete .zmags-box .cont_text .product_info .price_container .new_price {
    padding: 0px 25px;
  }
}
body.modal-open,
body.modal-open .fixed-top {
  padding-right: 0 !important;
}
.receipe_modal {
  padding-right: 0px !important;
}
.receipe_modal .modal-dialog {
  max-width: 100%;
  padding: 0px 5px;
  margin: 0px;
  overflow-y: hidden;
  overflow-x: hidden;
  -ms-overflow-x: hidden;
  -ms-overflow-y: hidden;
}
.receipe_modal .modal-dialog .modal-content {
  border-radius: 20px 20px 0 0;
  border: none;
  overflow-y: auto;
}
.receipe_modal .modal-dialog .modal-content .modal-header {
  border-bottom: none;
  padding: 20px 45px;
}
.receipe_modal .modal-dialog .modal-content .modal-header .modal-title {
  width: 100%;
  text-align: center;
  font-size: 18px;
  color: #0E3368;
  font-family: UbuntuLight;
  line-height: 24px;
}
.receipe_modal .modal-dialog .modal-content .modal-header button {
  color: #0970e6;
  opacity: 1;
}
.receipe_modal .modal-dialog .modal-content .modal-header button:hover {
  color: #05529C;
}
.receipe_modal .modal-dialog .modal-content .modal-header .close {
  top: 25px;
  right: 25px;
  left: auto;
}
.receipe_modal .modal-dialog .modal-content .modal-body {
  padding: 0px 45px;
}
@media only screen and (min-width: 320px) {
  .receipe_modal .modal-dialog .modal-content .modal-body {
    height: 330px;
  }
}
@media only screen and (min-width: 768px) {
  .receipe_modal .modal-dialog .modal-content .modal-body {
    height: 415px;
  }
}
@media only screen and (min-width: 1200px) {
  .receipe_modal .modal-dialog .modal-content .modal-body {
    height: 400px;
  }
}
@media only screen and (orientation:landscape) and (min-width: 320px) and (max-width: 850px) {
  .receipe_modal .modal-dialog .modal-content .modal-body {
    height: 100px;
  }
}
.receipe_modal .modal-dialog .modal-content .modal-body .tab-pane {
  padding-top: 0px;
}
.receipe_modal .modal-dialog .modal-content .modal-body .hideBg {
  background-color: transparent !important;
}
.receipe_modal .modal-dialog .modal-content .modal-body i.icon.icon-loading.search-loader {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  font-size: 44px;
  color: #575757;
  animation: spin 1.5s ease-out infinite;
}
.receipe_modal .modal-dialog .modal-content .modal-body .zero-result {
  font-size: 24px;
  line-height: 34px;
  text-align: center;
  color: #0e3368;
}
.receipe_modal .modal-dialog .modal-content .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .prices,
.receipe_modal .modal-dialog .modal-content .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .unit {
  width: auto;
}
.receipe_modal .modal-dialog .modal-content .tab_component .promo_img .zmags.box .text-container {
  height: auto !important;
}
.receipe_modal .modal-dialog .modal-content .tab_component .promo_img .zmags.box {
  padding-bottom: 20px !important;
}
.receipe_modal .modal-dialog .modal-content .tab_component .promo_img .zmags.box .text-container h5 {
  padding: 0px 10px;
  font-size: 16px;
  line-height: 20px;
  height: 40px !important;
  -webkit-line-clamp: 3;
  max-height: 40px;
}
.receipe_modal .modal-dialog .modal-content .teaser-wrapper .teaser-info {
  text-align: right;
  padding: 15px 10px 15px;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}
.receipe_modal .modal-dialog .modal-content .tab_component .promo_img .promotions .zmags .cont_text .product_info .price_container .new_price .prices .unit_price .price_group .currency {
  vertical-align: bottom;
}
.receipe_modal.show.slideOutDown .modal-dialog {
  transform: translate3d(0, 40%, 0);
}
.receipe_modal .modal-dialog.modal-bottom {
  bottom: 0;
  position: relative;
  overflow: hidden;
  left: 0;
  right: 0;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .receipe_modal .modal-dialog.modal-bottom {
    width: 1024px;
  }
}
@media only screen and (min-width: 1200px) {
  .receipe_modal .modal-dialog.modal-bottom {
    width: 1260px;
  }
}
@media only screen and (min-width: 1440px) {
  .receipe_modal .modal-dialog.modal-bottom {
    width: 1500px;
  }
}
.receipe_modal.fade.bottom:not(.show) .modal-dialog {
  -webkit-transform: translate3d(0, 25%, 0);
  transform: translate3d(0, 25%, 0);
}
.productsearch-open.modal-open .receipe_modal {
  overflow-x: hidden;
  overflow-y: hidden;
  display: flex !important;
  width: 100%;
  margin: 0 auto;
}
@media only screen and (min-width: 1024px) {
  .productsearch-open.modal-open .receipe_modal {
    width: 1024px;
  }
}
@media only screen and (min-width: 1200px) {
  .productsearch-open.modal-open .receipe_modal {
    width: 1200px;
  }
}
@media only screen and (min-width: 1440px) {
  .productsearch-open.modal-open .receipe_modal {
    width: 1440px;
  }
}
.productsearch-open.modal-open .receipe_modal {
  overflow-x: hidden;
  overflow-y: hidden;
}
body.modal-open.productsearch-open .container-fluid.content-page-evolution {
  position: relative;
  z-index: 1051;
  margin-top: 200px !important;
}
body.modal-open.productsearch-open .container-fluid.content-page-evolution .navigation {
  position: fixed;
  top: 0px;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 1000;
}
body.modal-open.productsearch-open .container-fluid.content-page-evolution.osm-promotion {
  margin-top: 250px !important;
}
body.modal-open.productsearch-open .container-fluid.content-page-evolution.osm-promotion .navigation {
  top: 0px;
}
body.modal-open.productsearch-open.scrolled .container-fluid.content-page-evolution .navigation {
  top: 0px;
}
body.modal-open.productsearch-open.scrolled .container-fluid.content-page-evolution.osm-promotion {
  margin-top: 200px !important;
}
@media only screen and (max-width: 1023px) {
  body.productsearch-open header.fixed-top.scrolled .top-nav .mobile-header {
    max-height: 80px;
  }
  body.productsearch-open header.fixed-top.scrolled .top-nav .desktop-header {
    position: relative;
    top: unset;
    left: unset;
    width: 100%;
    padding: 0 0 24px 0 !important;
    background: none;
    box-shadow: none;
    margin-bottom: 0px;
    z-index: auto;
  }
}
.product-reco.component {
  margin-left: -3px;
  margin-right: -3px;
}
.product-reco.component .teaser-wrapper .relative-container .left {
  left: 4px;
}
.product-reco.component .teaser-wrapper .relative-container .right {
  right: 4px;
}
.quickaddtocart-plusminus {
  width: 100%;
  height: 40px;
  background: #4CCD8A;
  border-radius: 30px;
  text-align: center;
  vertical-align: middle;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2px 10px 0;
  color: #fff;
  font-family: 'UbuntuBold';
}
.quickaddtocart-plusminus .btn-minus,
.quickaddtocart-plusminus .btn-plus {
  padding: 10px 8px;
  margin: 0 -5px;
  font-size: 12px;
  cursor: pointer;
}
.quickaddtocart-plusminus .btn-minus .icon,
.quickaddtocart-plusminus .btn-plus .icon {
  font-size: 18px;
}
.quickaddtocart-plusminus .btn-minus .icon-loading::before,
.quickaddtocart-plusminus .btn-plus .icon-loading::before {
  content: "\ea3e" !important;
}
.quickaddtocart-plusminus.no-drop .btn-minus,
.quickaddtocart-plusminus.no-drop .btn-plus {
  cursor: not-allowed;
}
.product-fragment-carousel .product-title {
  font-family: 'UbuntuLight';
  font-size: 28px;
  line-height: 36px;
  color: #0E3368;
  margin-bottom: 10px;
}
@media only screen and (min-width: 768px) {
  .product-fragment-carousel .product-title {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .product-fragment-carousel .product-title {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 10px;
  }
}
.product-fragment-carousel .navigation-button {
  margin-bottom: 30px;
}
.product-fragment-carousel .navigation-button a {
  color: #0970E6;
  font-family: 'UbuntuMedium';
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0px;
}
.product-fragment-carousel .navigation-button a i {
  font-size: 8px;
  vertical-align: middle;
  margin-bottom: 1px;
}
.free-preparation.component .thematic-complete.thematic-landing .more_button a i {
  margin-left: 4px;
  margin-bottom: 0px;
}
.free-preparation.component .thematic-complete.thematic-landing .more_button a i:before {
  font-weight: 800 !important;
}
.free-preparation.component .teaser-info .carousel-pagination div {
  background-color: #c1c1c1;
  border: 0px;
}
@media only screen and (min-width: 320px) {
  .free-preparation.component .teaser-info .carousel-pagination {
    display: none;
  }
}
@media only screen and (min-width: 768px) {
  .free-preparation.component .teaser-info .carousel-pagination {
    display: block;
  }
}
@media only screen and (min-width: 1024px) {
  .free-preparation.component .teaser-info .carousel-pagination {
    display: block;
  }
}
.free-preparation-container .teaser-left-arrow:hover {
  background: #d3d3d3 !important;
}
.free-preparation-container .teaser-right-arrow:hover {
  background: #d3d3d3 !important;
}
.free-preparation-container.relative-container .left,
.free-preparation-container.relative-container .right {
  background: #000000;
  opacity: 0.3;
  bottom: 50%;
}
.free-preparation-container.relative-container .left i,
.free-preparation-container.relative-container .right i {
  left: 8px;
}
.free-preparation-container.relative-container .left {
  left: 3px;
  width: 25px;
}
@media only screen and (min-width: 320px) {
  .free-preparation-container.relative-container .left {
    width: 22px;
  }
}
@media only screen and (min-width: 1024px) {
  .free-preparation-container.relative-container .left {
    width: 25px;
  }
}
.free-preparation-container.relative-container .right {
  right: 4px;
  width: 25px;
}
@media only screen and (min-width: 320px) {
  .free-preparation-container.relative-container .right {
    right: 0px;
    width: 22px;
  }
}
@media only screen and (min-width: 768px) {
  .free-preparation-container.relative-container .right {
    right: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .free-preparation-container.relative-container .right {
    right: 4px;
    width: 25px;
  }
}
.free-preparation-container .zmags-box-container {
  border: 0;
  padding: 3px;
  padding-right: 6px;
}
@media only screen and (min-width: 320px) {
  .free-preparation-container .zmags-box-container {
    padding-right: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .free-preparation-container .zmags-box-container {
    padding-right: 3px;
  }
}
@media only screen and (min-width: 1024px) {
  .free-preparation-container .zmags-box-container {
    padding-right: 6px;
  }
}
.free-preparation-container .zmags-box-container .zmags.box a .img-container {
  padding-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .free-preparation-container .zmags-box-container .zmags.box a .img-container {
    padding-bottom: 21px;
  }
}
@media only screen and (min-width: 1200px) {
  .free-preparation-container .zmags-box-container .zmags.box a .img-container {
    padding-bottom: 21px;
  }
}
@media only screen and (min-width: 1440px) {
  .free-preparation-container .zmags-box-container .zmags.box a .img-container {
    padding-bottom: 19px;
  }
}
.free-preparation-container .zmags-box-container .zmags.box a .img-container img {
  width: 170px !important;
  height: 170px !important;
}
.free-preparation-container .zmags-box-container .zmags.box a .text-container {
  margin-top: 29px;
}
.free-preparation-container .zmags-box-container .zmags.box a .text-container span {
  font: normal normal 600 14px/20px Open Sans;
  color: #0E3368;
  height: auto;
  width: 170px;
}
.free-preparation-container .zmags-box-container .zmags.box a .text-container span:hover {
  color: #004E9E;
}
@media only screen and (min-width: 1440px) {
  .free-preparation-container .zmags-box-container .zmags.box a .text-container span {
    font: normal normal 600 16px/24px Open Sans;
  }
}
@media only screen and (min-width: 1024px) {
  .free-preparation-container .zmags-box-container .zmags.box a .text-container {
    margin-top: 28px;
  }
}
.free-preparation-container .zmags-box-container .zmags.box a .title-main-container .title-container {
  min-height: 35px;
  margin-top: -22px;
  position: absolute;
  padding: 5px;
  background-color: #4CCD8A;
  border-radius: 5px;
  opacity: 1;
}
.free-preparation-container .zmags-box-container .zmags.box a .title-main-container .title-container .title-text {
  width: 120px;
  text-align: center;
  font: normal normal bold 12px/13px Ubuntu;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  /*overflow-wrap: break-word;
                            overflow-wrap: break-word;
                            word-wrap: break-word;
                            word-break: break-word;
                            -ms-hyphens: auto;
                            -moz-hyphens: auto;
                            -webkit-hyphens: auto;
                            hyphens: auto;*/
}
@media (min-device-width: 768px) and (max-device-width: 1023px) {
  .col-md-3.common-promotions.product-recomm-complete .zmags-box {
    padding: 14px !important;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1023px) {
  .col-md-3.common-promotions.product-recomm-complete .zmags-box a .img-container {
    width: 100%;
  }
}
@media (min-device-width: 768px) and (max-device-width: 1023px) {
  .col-md-3.common-promotions.product-recomm-complete .zmags-box a .cont_text .cta-product-reco-parent .btn {
    min-width: 120px !important;
  }
}
.hero-banner-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
@media only screen and (min-width: 1024px) {
  .hero-banner-container {
    width: auto;
    margin-left: 0;
    left: 0;
  }
}
.hero-banner-container .container {
  max-width: initial;
}
.hero-banner-container .img-container {
  overflow: hidden;
}
.hero-banner-container .hero-banner-logo {
  position: absolute;
  left: 50%;
  top: -49px;
  z-index: 1;
  color: #FFFFFF;
  transform: translate(-50%, 50%);
}
@media only screen and (min-width: 1024px) {
  .hero-banner-container .hero-banner-logo {
    z-index: 1;
    bottom: auto;
    left: -38px;
    transform: translate(0);
    top: 38%;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner-container .hero-banner-logo {
    left: -45px;
  }
}
.hero-banner-container .hero-banner-logo i.icon {
  font-size: 46px;
}
@media only screen and (min-width: 1024px) {
  .hero-banner-container .hero-banner-logo i.icon {
    font-size: 50px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner-container .hero-banner-logo i.icon {
    font-size: 60px;
  }
}
.hero-banner-container .banner-text-container {
  background: #0E3368;
  padding: 40px 40px 30px;
  color: #fff;
  text-align: center;
}
@media only screen and (min-width: 1024px) {
  .hero-banner-container .banner-text-container {
    padding: 40px 20px 40px 60px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner-container .banner-text-container {
    padding: 40px 50px 40px 100px;
  }
}
.hero-banner-container .banner-text-container p {
  line-height: 26px;
  margin-bottom: 20px;
  font-family: 'UbuntuBold';
  font-size: 18px;
  display: flex;
  text-align: left !important;
  color: #ffff;
  overflow: hidden;
  width: 100%;
  min-height: 36px;
  max-height: 110px;
}
@media only screen and (min-width: 1024px) {
  .hero-banner-container .banner-text-container p {
    line-height: 26px;
    font-size: 20px;
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero-banner-container .banner-text-container p {
    line-height: 36px;
    font-size: 28px;
  }
}
@media (max-width: 768px) {
  .hero-banner-container .banner-text-container p {
    text-align: center !important;
  }
}
.hero-banner-container .banner-text-container .btn {
  width: 197px;
  height: 40px;
  line-height: 22px;
  padding-top: 8px;
  font-size: 15px;
  font-family: 'OpenSansSemiBold';
}
@media only screen and (min-width: 1200px) {
  .hero-banner-container .banner-text-container .btn {
    font-size: 16px;
    height: 50px;
    line-height: 22px;
    padding-top: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .hero-banner-container .img-container.image_fit_4_1 {
    padding-bottom: 25% !important;
  }
}
@media only screen and (min-width: 320px) {
  .hero-banner-container .mobile-image {
    padding-bottom: 50% !important;
  }
}
.about-us-container {
  border: 1px solid #F0F0F0;
  border-radius: 10px;
  background: white;
  margin: 0;
}
@media only screen and (min-width: 768px) {
  .about-us-container {
    margin-right: -15px;
    margin-left: -15px;
  }
}
.about-us-container .person-image {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .about-us-container .person-image {
    border-radius: 10px 0 0 0;
    padding-bottom: 100%;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-container .person-image {
    padding-bottom: 50%;
  }
}
.about-us-container .person-image img {
  border-radius: 10px 10px 0 0;
}
@media only screen and (min-width: 1024px) {
  .about-us-container .person-image img {
    border-radius: 10px 0 0 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .about-us-container .person-image img {
    border-radius: 10px 0 0 0;
  }
}
.about-us-container .about-us-content {
  padding: 30px;
}
@media only screen and (min-width: 1024px) {
  .about-us-container .about-us-content {
    padding: 40px;
  }
}
.about-us-container .about-us-content .content-title {
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
  font-family: 'UbuntuBold';
  line-height: 34px;
  color: #0E3368;
  text-align: left;
}
@media only screen and (min-width: 1024px) {
  .about-us-container .about-us-content .content-title {
    font-size: 28px;
    line-height: 36px;
  }
}
.about-us-container .about-us-content .content-description {
  color: #575757;
}
.about-us-container .about-us-content .content-description p {
  font-size: 14px;
  font-family: 'OpenSansRegular';
  margin-bottom: 20px;
  line-height: 20px;
}
@media only screen and (min-width: 1024px) {
  .about-us-container .about-us-content .content-description p {
    font-size: 16px;
    line-height: 24px;
  }
}
.about-us-container .about-us-content .signature-block {
  margin-bottom: 20px;
}
.about-us-container .about-us-content .signature-block .sign-name {
  font-family: CaveatBold;
  font-size: 23px;
  color: #0E3368;
  line-height: 24px;
}
.about-us-container .about-us-content .signature-block .sign-title {
  font-family: 'OpenSansRegular';
  font-size: 16px;
  line-height: 24px;
  color: #575757;
}
.about-us-container .about-us-content .about-us-button .btn {
  width: 161px;
  font-size: 16px;
  padding-left: 12px;
  padding-right: 12px;
}
.usp-skinny-banner.component {
  margin-bottom: 0;
}
.usp-banner-container {
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 0 !important;
}
.usp-banner-container .usp-banner {
  height: 40px;
}
.usp-banner-container .usp-banner .usp-banner-item {
  border-right: 1px solid #808080;
  padding: 0 20px;
  font-family: 'OpenSansRegular';
  font-size: 14px;
  color: #575757;
  line-height: 20px;
  white-space: nowrap;
  display: none;
}
.usp-banner-container .usp-banner .usp-banner-item:first-child {
  display: flex;
  border-right: none;
  padding: 0;
}
.usp-banner-container .usp-banner .usp-banner-item:first-child .arrow-link {
  display: inline-block;
  margin-left: 5px;
}
.usp-banner-container .usp-banner .usp-banner-item:first-child .arrow-link .icon-arrow-right {
  font-size: 10px;
  vertical-align: middle;
  margin-bottom: 1px;
}
@media only screen and (min-width: 1024px) {
  .usp-banner-container .usp-banner .usp-banner-item {
    display: flex;
  }
  .usp-banner-container .usp-banner .usp-banner-item .arrow-link {
    display: none;
  }
  .usp-banner-container .usp-banner .usp-banner-item:first-child {
    border-right: 1px solid #808080;
    padding-right: 20px;
  }
  .usp-banner-container .usp-banner .usp-banner-item:first-child .arrow-link {
    display: none;
  }
}
.usp-banner-container .usp-banner .usp-banner-item .usp-item-icon {
  color: #004E9E;
  margin-right: 15px;
  font-size: 16px;
  vertical-align: middle;
  height: 18px;
  padding-top: 2px;
}
.usp-banner-container .usp-banner .usp-banner-item.navlink {
  border-right: none;
  padding-right: 0;
  font-family: 'UbuntuMedium';
  line-height: 16px;
}
.usp-banner-container .usp-banner .usp-banner-item.navlink a {
  color: #0970E6;
}
.e-coupons-landing-page .coupons-page-title {
  font-size: 24px;
  line-height: 30px;
  font-family: 'UbuntuBold';
  color: #0E3368;
  margin-bottom: 4px;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .e-coupons-landing-page .coupons-page-title {
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 700;
  }
}
.e-coupons-landing-page .coupons-page-subtitle {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  padding: 0 20px;
  min-height: 121px;
  margin: 0;
  color: #575757;
  text-align: center;
  width: auto;
}
@media only screen and (min-width: 768px) {
  .e-coupons-landing-page .coupons-page-subtitle {
    line-height: 26px;
    margin: 0 auto 20px;
    min-height: 79px;
  }
}
@media only screen and (min-width: 1024px) {
  .e-coupons-landing-page .coupons-page-subtitle {
    width: 788px;
  }
}
.e-coupons-landing-page .coupons-page-subtitle p {
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .e-coupons-landing-page .coupons-page-subtitle p {
    font-size: 18px;
  }
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card {
  background: #FFFFFF;
  border-radius: 10px;
  padding: 20px;
  margin-top: 10px;
  border: 2px solid transparent;
}
@media only screen and (min-width: 768px) {
  .e-coupons-landing-page .ecoupon-card-container .ecoupon-card {
    margin-top: 20px;
  }
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .ecoupon-image-container .image-box {
  height: 120px;
  width: auto;
  display: flex;
  flex-direction: row;
  justify-content: left;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .ecoupon-image-container .bonus-point-circle {
  background: #D83832;
  color: #FFFFFF;
  height: 100px;
  width: 100px;
  border-radius: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  position: absolute;
  right: 36px;
  text-align: center;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .ecoupon-image-container .bonus-point-circle .bonus-count {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 34px;
  text-align: center;
  color: #FFFFFF;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .ecoupon-image-container .bonus-point-circle .label-point {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.8;
  width: 60px;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .ecoupon-image-container .bonus-point-circle .label-bonus {
  height: 38px;
  margin: -10px 0;
  opacity: 0.8;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .ecard-description {
  font-family: Open Sans;
  font-size: 14px;
  line-height: 20px;
  text-align: center !important;
  margin: 15px 0 0;
  color: #575757;
  font-style: normal;
  font-weight: normal;
  height: 65px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .e-coupons-landing-page .ecoupon-card-container .ecoupon-card .ecard-description {
    margin-bottom: 20px;
    height: 62px;
  }
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .button-see-product .btn,
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .button-get-voucher .btn {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  height: 50px;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .button-see-product {
  margin-top: 10px;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .button-get-voucher {
  margin: 10px 0 20px;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .button-get-voucher .btn {
  background: #E0EFFF !important;
  color: #0970E6 !important;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .button-get-voucher .btn:hover {
  color: #004E9E !important;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .button-get-voucher .btn-select-voucher {
  display: none;
  background: #4CCD8A !important;
  color: #FFFFFf !important;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .button-get-voucher .btn-select-voucher:hover {
  background: #c9f0db !important;
  color: #4ccd8a !important;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .valid-text-content {
  min-height: 16px;
  margin-bottom: 10px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
  color: #929292;
}
@media only screen and (min-width: 768px) {
  .e-coupons-landing-page .ecoupon-card-container .ecoupon-card .valid-text-content {
    min-height: 32px;
    margin-bottom: 14px;
  }
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .valid-text-content .valid-date {
  display: none;
}
@media only screen and (min-width: 768px) {
  .e-coupons-landing-page .ecoupon-card-container .ecoupon-card .valid-text-content .valid-date {
    display: block;
  }
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .carrefour-products {
  text-align: center;
  white-space: nowrap;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card .carrefour-products img {
  height: 30px;
  margin: 0 5px;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card.selected-coupon {
  border: 2px solid #4CCD8A;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card.selected-coupon .btn-coupon-voucher {
  display: none;
}
.e-coupons-landing-page .ecoupon-card-container .ecoupon-card.selected-coupon .btn-select-voucher {
  display: block;
}
.e-coupons-landing-page .e-coupons-footer-section .btn-getmore-ecoupons {
  width: 248px;
  height: 50px;
  margin-top: 44px;
  display: none;
  align-items: center;
  justify-content: center;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
}
.e-coupons-landing-page .e-coupons-footer-section #loadingMoreCoupons {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  animation: LoadingImage 1s linear infinite;
  margin: 40px auto;
}
.modal-ecoupon-popup.show {
  display: flex !important;
}
@media only screen and (min-width: 320px) {
  .modal-ecoupon-popup {
    padding: 0px 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-ecoupon-popup {
    padding: 0px;
  }
}
.modal-ecoupon-popup .modal-dialog {
  vertical-align: middle;
}
@media only screen and (min-width: 320px) {
  .modal-ecoupon-popup .modal-dialog {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal-ecoupon-popup .modal-dialog {
    width: 464px;
  }
}
.modal-ecoupon-popup .modal-dialog .modal-content {
  border: 0px;
  border-radius: 20px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-header {
  border: 0px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-header i.icon-close-cross {
  margin-top: 0px;
  font-size: 22px;
  top: 20px;
  right: 20px;
  float: right;
  position: absolute;
  color: #0970E6;
  cursor: pointer;
  opacity: 100%;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-header i.icon-close-cross:hover {
  color: #0e3368;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container {
  padding: 30px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .icon-tickets-container {
  text-align: center;
  margin-bottom: 8.5px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .icon-tickets-container img {
  height: 84px;
  width: 84px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .title-container h2 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  line-height: 36px;
  color: #0E3368;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) {
  .modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .title-container h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .title-container h2 {
    font-size: 28px;
  }
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .description-container {
  margin: 8px 0px 30px 0px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .description-container p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  text-align: center;
  color: #0E3368;
}
@media only screen and (min-width: 320px) {
  .modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .description-container p {
    font-size: 14px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .description-container p {
    font-size: 16px;
  }
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container {
  margin-bottom: 20px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-email-container,
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-print-container {
  text-align: center;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 10px;
  cursor: pointer;
}
@media only screen and (min-width: 320px) {
  .modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-email-container,
  .modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-print-container {
    padding: 20px 8px 15px 8px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-email-container,
  .modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-print-container {
    padding: 25px 60px 19px 60px;
  }
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-email-container i.icon-mail,
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-print-container i.icon-mail,
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-email-container i.icon-print,
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-print-container i.icon-print {
  font-size: 40px;
  color: #0970E6;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-email-container p,
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-print-container p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #282828;
  margin-top: 16px;
  white-space: nowrap;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-email-container.selected,
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .bottom-container .eCoupon-print-container.selected {
  background: #E6F4FF;
  border: 2px solid #0970E6;
  box-sizing: border-box;
  border-radius: 10px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container {
  display: none;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .input-email-voucher-container .input-email-voucher {
  margin: 0px 0px 21px 0px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  border-radius: 10px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .input-email-voucher-container .input-email-voucher:focus {
  border: 1px solid #0970E6;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .input-email-voucher-container .input-email-voucher.error {
  border-color: #dc3545;
  margin-bottom: 5px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .input-email-voucher-container label {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #dc3545;
  margin-bottom: 15px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .input-email-voucher-container .text-danger {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #dc3545;
  margin-bottom: 15px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .input-email-voucher-container .mail-sending-message {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  text-align: left;
  color: #0970E6;
  margin-bottom: 15px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .input-email-voucher-container .mail-sending-message .icon-loading.icon-is-spinning {
  color: #0970E6;
  height: 15px;
  width: 15px;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .input-email-voucher-container .mail-sending-message .icon-loading.icon-is-spinning:before {
  font-size: 16px !important;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .input-email-voucher-container .mail-sending-message .mail-send {
  color: #4ccd8a;
}
.modal-ecoupon-popup .modal-dialog .modal-content .modal-body .eCoupon-voucher-container .email-input-container .email-submit-btn {
  width: 192px;
  height: 50px;
  margin: 0 auto;
}
.footer-skinny-container {
  display: none;
  padding: 0px;
  background-color: #0E3368;
  height: 170px;
  padding: 20px;
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  color: white;
  text-align: center;
  opacity: 100%;
  z-index: 999;
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container {
    height: 117px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container {
  width: 100%;
  margin: 0 auto;
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupn-container {
  padding-right: 5px;
}
@media only screen and (min-width: 375px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupn-container {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupn-container {
    padding-right: 20px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupn-container .icon-tickets {
  color: #009EE3;
  width: 42px;
  height: 42px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupn-container .icon-tickets {
    width: 64px;
    height: 60px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupn-container .icon-tickets:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background: url('main/css/img/icon-tickets.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupon-text-container {
  text-align: left;
  border-right: 1px solid #3F6294;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  line-height: 21px;
  padding-right: 5px;
  font-size: 14px;
}
@media only screen and (min-width: 375px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupon-text-container {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupon-text-container {
    font-size: 16px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupon-text-container #ecoupon-voucher-count {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  display: flex;
  line-height: 26px;
  font-size: 24px;
  padding-bottom: 5px;
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupon-text-container #ecoupon-voucher-count {
    font-size: 30px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupon-text-container .single-coupon-wording {
  width: 82px;
  display: inline-block;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupon-text-container .single-coupon-wording {
    width: 96px;
    line-height: 21px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupon-text-container .multiple-coupon-wording {
  display: none;
  width: 82px;
  line-height: 18px;
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .coupon-text-container .multiple-coupon-wording {
    width: 96px;
    line-height: 21px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-container {
  padding: 0px 5px;
}
@media only screen and (min-width: 375px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-container {
    padding: 0px 16px 0 20px;
  }
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-container {
    padding: 0px 23px 0px 20px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-container .icon-bonuscard {
  width: 40px;
  height: 40px;
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-container .icon-bonuscard {
    width: 60px;
    height: 60px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-container .icon-bonuscard:before {
  content: "";
  display: block;
  width: inherit;
  height: inherit;
  background: url('main/css/img/icon-bonuscard.svg');
  background-repeat: no-repeat;
  background-size: 100%;
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-text-container {
  text-align: left;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  display: inline-block;
  width: 90px;
  border-right: 0px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-text-container {
    padding-right: 27px;
    border-right: 1px solid #3F6294;
    font-size: 16px;
    width: 128px;
    line-height: 21px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-text-container span {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  line-height: 26px;
  color: #FFFFFF;
  padding-bottom: 5px;
  display: block;
  font-size: 24px;
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .bonus-text-container span {
    font-size: 30px;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .download-voucher-container {
  display: block;
  width: 100%;
  margin-top: 13px;
}
@media only screen and (min-width: 768px) {
  .footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .download-voucher-container {
    width: 247px;
    margin-top: 0px;
    padding-left: 32px;
    align-items: center;
    justify-content: center;
    display: flex;
  }
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .download-voucher-container .btn-voucher-download {
  background: #4ccd8a !important;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 26px;
  color: #FFFFFF;
  border-radius: 30px;
  height: 48px;
  padding: 0;
  align-items: center;
  justify-content: center;
  display: flex;
}
.footer-skinny-container .icons-tab-container .icons-tab-section .icon-container .download-voucher-container .btn-voucher-download .icon-download {
  margin-right: 13px;
  font-size: 20px;
  margin-top: 2px;
}
body.skinny-banner-open .footer-legal {
  margin-bottom: 170px;
}
@media only screen and (min-width: 768px) {
  body.skinny-banner-open .footer-legal {
    margin-bottom: 118px;
  }
}
.modal-mail-confirm-popup.show {
  display: flex !important;
}
@media only screen and (min-width: 320px) {
  .modal-mail-confirm-popup {
    padding: 0px 20px !important;
  }
}
@media only screen and (min-width: 768px) {
  .modal-mail-confirm-popup {
    padding: 0px;
  }
}
.modal-mail-confirm-popup .modal-dialog {
  vertical-align: middle;
}
@media only screen and (min-width: 320px) {
  .modal-mail-confirm-popup .modal-dialog {
    width: 320px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-mail-confirm-popup .modal-dialog {
    width: 464px;
  }
}
.modal-mail-confirm-popup .modal-dialog .modal-content {
  border: 0px;
  border-radius: 20px;
}
.modal-mail-confirm-popup .modal-dialog .modal-content .modal-header {
  border: 0px;
}
.modal-mail-confirm-popup .modal-dialog .modal-content .modal-header i.icon-close-cross {
  margin-top: 0px;
  font-size: 22px;
  top: 20px;
  right: 20px;
  float: right;
  position: absolute;
  color: #0970E6;
  cursor: pointer;
  opacity: 100%;
}
.modal-mail-confirm-popup .modal-dialog .modal-content .modal-header i.icon-close-cross:hover {
  color: #0e3368;
}
.modal-mail-confirm-popup .modal-dialog .modal-content .modal-body {
  padding: 0px;
}
@media only screen and (min-width: 320px) {
  .modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container {
    padding: 30px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container {
    padding: 65px;
  }
}
.modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container .icon-mail-container {
  text-align: center;
  margin-bottom: 8.5px;
  align-items: center;
  justify-content: center;
  display: flex;
}
.modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container .icon-mail-container img {
  height: 84px;
  width: 84px;
}
.modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container .mail-confirm-title {
  padding: 15px;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) {
  .modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container .mail-confirm-title {
    width: auto;
  }
}
@media only screen and (min-width: 768px) {
  .modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container .mail-confirm-title {
    width: 334px;
  }
}
.modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container .mail-confirm-title h2 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  line-height: 36px;
  color: #0E3368;
  text-align: center;
  margin: 0 auto;
}
@media only screen and (min-width: 320px) {
  .modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container .mail-confirm-title h2 {
    font-size: 20px;
  }
}
@media only screen and (min-width: 768px) {
  .modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container .mail-confirm-title h2 {
    font-size: 28px;
  }
}
.modal-mail-confirm-popup .modal-dialog .modal-content .modal-body .eCoupon-mail-confirm-container .btn-mail-confirm-popup-close {
  height: 50px;
  width: 192px;
  border-radius: 50px;
  margin: 11px 0px 20px 0px;
  font-weight: 600;
}
.modal-backdrop.eCoupon-email-success {
  background: #616161 !important;
  opacity: 0.8 !important;
}
.promotional-card-container {
  background: #D4693D;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container {
    flex-direction: row;
    background: transparent !important;
  }
}
.promotional-card-container .promo-card-mobile-header {
  display: flex !important;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container .promo-card-mobile-header {
    display: none !important;
  }
}
.promotional-card-container .promo-card-mobile-header .img-container {
  position: relative;
}
.promotional-card-container .promo-card-mobile-header .img-container img {
  height: 150px;
  position: relative;
}
.promotional-card-container .promo-card-mobile-header .img-container .pramotional-card-logo {
  position: absolute;
  left: 50%;
  bottom: -5px;
  font-size: 38px;
  z-index: 1;
  color: #FFFFFF;
  transform: translate(-50%, 50%);
}
.promotional-card-container .promo-card-mobile-header .img-container .pramotional-card-logo .icon {
  font-size: 38px;
}
.promotional-card-container .promo-card-mobile-header h3 {
  font-family: 'Ubuntu';
  font-size: 20px;
  line-height: 28px;
  color: #FFFFFF;
  margin: 0;
  font-style: normal;
  font-weight: bold;
  margin: 30px 10px 20px;
  max-height: 60px;
  overflow: hidden;
}
.promotional-card-container .promo-card-mobile-footer {
  display: flex !important;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
  margin-top: -2px;
  padding-top: 20px;
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container .promo-card-mobile-footer {
    display: none !important;
  }
}
.promotional-card-container .promo-card-mobile-footer .btn {
  width: 204px;
  padding: 0;
  height: 40px;
  border: 2px solid #FFFFFF;
  background: transparent !important;
  font-size: 15px;
  font-family: 'Open Sans';
  display: flex;
  justify-content: center;
  align-items: center;
}
.promotional-card-container .promotional-card {
  padding: 0;
  background: #D4693D;
  margin-right: 6px;
  width: 288px;
  height: 396px;
  display: none;
  border-radius: 10px;
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container .promotional-card {
    display: flex;
  }
}
.promotional-card-container .promotional-card .promotional-card-inner {
  justify-content: space-between;
  display: flex;
  flex-direction: column;
  height: 396px;
}
.promotional-card-container .promotional-card .promotional-card-inner .image-content-section .image-container {
  height: 216px;
  border-radius: 10px;
}
.promotional-card-container .promotional-card .promotional-card-inner .image-content-section .image-container img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container .promotional-card .promotional-card-inner .image-content-section .image-container img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
}
.promotional-card-container .promotional-card .promotional-card-inner .image-content-section .cont_text {
  position: relative;
  padding: 20px 0 0;
}
.promotional-card-container .promotional-card .promotional-card-inner .image-content-section .cont_text .pramotional-card-logo {
  position: absolute;
  top: -23px;
  font-size: 37px;
  z-index: 1;
  color: #FFFFFF;
}
.promotional-card-container .promotional-card .promotional-card-inner .image-content-section .cont_text .pramotional-card-logo .icon {
  font-size: 38px;
}
.promotional-card-container .promotional-card .promotional-card-inner .image-content-section .cont_text h3 {
  padding: 0px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #FFFF;
  margin: 20px 20px 0px;
  height: 60px;
  overflow: hidden;
}
.promotional-card-container .promotional-card .promotional-card-inner .promotional-card-button {
  width: 100%;
  padding: 20px;
  margin-bottom: 2px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.promotional-card-container .promotional-card .promotional-card-inner .promotional-card-button .btn {
  padding: 0;
  height: 40px;
  border: 2px solid #FFFFFF;
  background: transparent !important;
  font-size: 15px;
  font-family: 'Open Sans';
  max-width: 266px;
  justify-content: center;
  align-items: center;
  display: flex;
}
.promotional-card-container .promotional-card .promotional-card-inner .promotional-card-button .btn:hover {
  opacity: 0.8;
}
.promotional-card-container .swiper-container {
  height: 100%;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container .swiper-container {
    width: calc(100% - 288px);
  }
}
.promotional-card-container .swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border-radius: 10px;
  width: auto;
  margin-right: 6px;
}
.promotional-card-container .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}
.promotional-card-container .swiper-container .swiper-slide.swiper-slide-active {
  margin-left: 13px;
}
@media only screen and (min-width: 768px) {
  .promotional-card-container .swiper-container .swiper-slide.swiper-slide-active {
    margin-left: 0px;
  }
}
@media only screen and (min-width: 768px) {
  .promotional-card-container .swiper-container .swiper-slide.swiper-slide-active:first-child {
    margin-left: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container .swiper-container .swiper-slide.swiper-slide-active:first-child {
    margin-left: 0px;
  }
}
.promotional-card-container .swiper-container .swiper-slide:last-child {
  margin-left: 0px;
}
.promotional-card-container .swiper-container .swiper-button-next,
.promotional-card-container .swiper-container .swiper-button-prev {
  background: #FFFFFF;
  border: 2px solid #0970E6;
  color: #0970E6;
  height: 45px;
  width: 45px;
  border-radius: 100%;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container .swiper-container .swiper-button-next,
  .promotional-card-container .swiper-container .swiper-button-prev {
    display: flex;
  }
}
.promotional-card-container .swiper-container .swiper-button-next::after,
.promotional-card-container .swiper-container .swiper-button-prev::after {
  font-size: 15px;
  content: '';
}
.promotional-card-container .swiper-container .swiper-button-next:hover,
.promotional-card-container .swiper-container .swiper-button-prev:hover {
  background: #0970E6;
  color: #FFFFFF;
}
.promotional-card-container .swiper-container .swiper-button-prev {
  left: 10px;
}
.promotional-card-container .swiper-container .swiper-button-next {
  right: 10px;
}
.promotional-card-container .swiper-container .swiper-pagination.swiper-pagination-bullets {
  position: relative;
  padding-top: 10px;
  bottom: 0px;
}
.promotional-card-container .swiper-container.arrow-button-hide .swiper-button-next,
.promotional-card-container .swiper-container.arrow-button-hide .swiper-button-prev {
  display: none;
}
.promotional-card-container .swiper-container .carousel-product-card {
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 396px;
  background: #FFFFFF;
  border-radius: 10px;
  width: 202px !important;
}
@media only screen and (min-width: 375px) {
  .promotional-card-container .swiper-container .carousel-product-card {
    width: 240px !important;
  }
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container .swiper-container .carousel-product-card {
    min-width: 306px !important;
  }
}
@media only screen and (min-width: 1200px) {
  .promotional-card-container .swiper-container .carousel-product-card {
    min-width: 288px !important;
  }
}
@media only screen and (min-width: 1440px) {
  .promotional-card-container .swiper-container .carousel-product-card {
    min-width: 278px !important;
  }
}
.promotional-card-container .swiper-container .carousel-product-card span.promo-card-title {
  margin-bottom: 15px;
  text-align: left;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #0E3368;
  min-height: 60px;
}
.promotional-card-container .swiper-container .carousel-product-card .img-container {
  height: 160px;
  width: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  box-shadow: none;
  position: relative;
}
.promotional-card-container .swiper-container .carousel-product-card .img-container .libelle-box {
  position: absolute;
  bottom: -9px;
  right: -50px;
  min-height: 42px;
  min-width: 66px;
  background-color: #D83832;
  border-radius: 3px;
  opacity: 1;
  justify-content: center;
  flex-direction: column;
  display: flex;
  text-align: center;
  padding: 5px;
}
@media only screen and (min-width: 320px) {
  .promotional-card-container .swiper-container .carousel-product-card .img-container .libelle-box {
    right: -3px;
  }
}
@media only screen and (min-width: 375px) {
  .promotional-card-container .swiper-container .carousel-product-card .img-container .libelle-box {
    right: -22px;
  }
}
@media only screen and (min-width: 768px) {
  .promotional-card-container .swiper-container .carousel-product-card .img-container .libelle-box {
    right: -19px;
  }
}
@media only screen and (min-width: 1024px) {
  .promotional-card-container .swiper-container .carousel-product-card .img-container .libelle-box {
    right: -50px;
  }
}
@media only screen and (min-width: 1200px) {
  .promotional-card-container .swiper-container .carousel-product-card .img-container .libelle-box {
    right: -42px;
  }
}
@media only screen and (min-width: 1440px) {
  .promotional-card-container .swiper-container .carousel-product-card .img-container .libelle-box {
    right: -39px;
  }
}
.promotional-card-container .swiper-container .carousel-product-card .img-container .libelle-values {
  font-family: 'UbuntuBold';
  font-size: 14px;
  letter-spacing: 0px;
  color: #FFFFFF;
  text-transform: uppercase;
  opacity: 1;
  line-height: 16px;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text {
  width: 100%;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-info {
  width: 100%;
  padding: 25px 0 15px;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-info .price-container .new_price {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #929292;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-info .price-container .new_price .old_price {
  margin-top: -18px;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-info .price-container .new_price .old_price .price {
  text-decoration: line-through;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-info .price-container .new_price .prices .unit_price .price_group {
  font-size: 24px;
  color: #0E3368;
  font-weight: bold;
  white-space: nowrap;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-info .price-container .new_price .prices .unit_price .price_group .decimals,
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-info .price-container .new_price .prices .unit_price .price_group .currency {
  margin-left: -5px;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-info .price-container .new_price .prices .unit_price .units {
  color: #0E3368;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .carousel-button-container {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .carousel-button-container .btn {
  border-radius: 60px;
  height: 40px;
  align-items: center;
  justify-content: center;
  display: flex;
  max-width: 266px;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 20px;
  padding: 0;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .carousel-button-container .btn.hide-cart-btn {
  display: none !important;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .carousel-button-container .btn .icon {
  font-size: 18px;
  margin-right: 10px;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .promo-card-carousel-spinner-container {
  width: 100%;
  max-width: 266px;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-not-available {
  display: none !important;
  text-align: center;
  background-color: #F4F9FF;
  border: 1px solid #CFE1F5;
  padding: 5px;
  font-size: 12px;
  cursor: pointer;
}
@media only screen and (min-width: 320px) {
  .promotional-card-container .swiper-container .carousel-product-card .cont_text .product-not-available {
    padding: 1px;
  }
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-not-available span:first-child {
  color: #0E3368;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-not-available span:last-child {
  color: #0970E6;
  text-decoration: underline;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-not-available:hover span {
  text-decoration: none;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text .product-not-available.show-notAvailable-data {
  display: block !important;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text.shopping-spinner .btn {
  display: none !important;
}
.promotional-card-container .swiper-container .carousel-product-card .cont_text.shopping-spinner .promo-card-carousel-spinner-container {
  display: flex !important;
}
.categorytiles.component .categories-tiles-title {
  font-family: Ubuntu;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 0em;
  text-align: center;
  color: #0E3368;
  margin-bottom: 30px;
}
.categorytiles.component .categories-tiles-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.categorytiles.component .categories-tiles-list .categories-tiles-item {
  display: flex;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  flex: 1;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item {
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 320px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item {
    width: 100%;
    flex: unset;
  }
  .categorytiles.component .categories-tiles-list .categories-tiles-item:nth-child(even) {
    padding-left: 10px !important;
  }
}
.categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url {
  align-items: center;
  text-align: left;
  background: #FFFFFF;
  border-radius: 10px;
  padding: 30px 0px;
  display: flex;
  margin-right: 0px;
  height: 100%;
}
@media only screen and (min-width: 320px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url {
    width: 170px;
    padding: 10px;
  }
}
@media only screen and (min-width: 768px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url {
    width: 340px;
    padding: 10px;
  }
}
@media only screen and (min-width: 1024px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url {
    width: 150px;
    padding: 30px 0 20px 0;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1200px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url {
    width: 190px;
    text-align: center;
  }
}
@media only screen and (min-width: 1440px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url {
    width: 230px;
    text-align: center;
  }
}
@media screen and (max-width: 320px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url {
    width: 100%;
    padding: 12px;
  }
}
.categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url .icon {
  height: 25px;
  color: #0970e6;
  font-size: 25px;
  text-align: center;
  vertical-align: middle;
  display: table-cell;
}
@media only screen and (min-width: 1024px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url .icon {
    display: inline-block;
    font-size: 35px;
    height: 35px;
  }
}
.categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url .icon.fast-shopping {
  background: url('main/css/img/icons/icon-fast-shopping.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 1024px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url .icon.fast-shopping {
    width: 35px;
    height: 35px;
  }
}
.categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url .categories-tiles-label {
  font-family: Ubuntu;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  color: #282828;
  word-break: break-word;
  display: flex;
  vertical-align: middle;
  align-items: center;
  justify-content: start;
  line-height: 17px;
}
@media only screen and (min-width: 320px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url .categories-tiles-label {
    padding: 0px 0px 0px 15px;
    margin: 0px;
    height: 100%;
    font-size: 12px;
    font-family: Open Sans;
    line-height: 24px;
  }
}
@media only screen and (min-width: 1024px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item .category-item-url .categories-tiles-label {
    margin-top: 10px;
    height: auto;
    font-size: 14px;
    font-family: Ubuntu;
    padding: 0px 15px;
    text-align: center;
    line-height: 17px;
  }
}
.categorytiles.component .categories-tiles-list .categories-tiles-item:hover .category-item-url {
  background: #0970E6;
}
.categorytiles.component .categories-tiles-list .categories-tiles-item:hover .category-item-url .icon,
.categorytiles.component .categories-tiles-list .categories-tiles-item:hover .category-item-url .categories-tiles-label {
  color: #FFFFFF;
}
.categorytiles.component .categories-tiles-list .categories-tiles-item:hover .category-item-url .fast-shopping {
  background: url('main/css/img/icons/icon-fast-shopping-hover.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 25px;
  height: 25px;
}
@media only screen and (min-width: 1024px) {
  .categorytiles.component .categories-tiles-list .categories-tiles-item:hover .category-item-url .fast-shopping {
    width: 35px;
    height: 35px;
  }
}
.acquisition-banner.component {
  margin-bottom: 0;
}
.acquisition-banner.component .acquisition-banner-container {
  height: 50px;
  background: #68BFAC;
  text-align: center;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-top: 0px;
  left: 50%;
}
@media only screen and (min-width: 768px) {
  .acquisition-banner.component .acquisition-banner-container {
    height: 40px;
  }
}
.acquisition-banner.component .acquisition-banner-container .main-div {
  line-height: 0px;
}
@media only screen and (min-width: 320px) {
  .acquisition-banner.component .acquisition-banner-container .main-div {
    padding: 9px 21px 9px 21px;
  }
}
@media only screen and (min-width: 768px) {
  .acquisition-banner.component .acquisition-banner-container .main-div {
    padding: 11px 0px 11px 0px;
  }
}
@media only screen and (min-width: 1440px) {
  .acquisition-banner.component .acquisition-banner-container .main-div {
    padding: 10px 0px 11px 0px;
  }
}
.acquisition-banner.component .acquisition-banner-container .main-div .icon-gift-empty {
  font-size: 17px;
  color: #ffffff;
  background: url('main/css/img/icons/icon-gift-empty.png');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 18px;
  height: 22px;
  vertical-align: top;
}
.acquisition-banner.component .acquisition-banner-container .main-div .promotion-text,
.acquisition-banner.component .acquisition-banner-container .main-div .usp-text {
  color: #ffffff;
  font-family: Open Sans;
  font-style: normal;
  text-align: center;
}
@media only screen and (min-width: 320px) {
  .acquisition-banner.component .acquisition-banner-container .main-div .promotion-text,
  .acquisition-banner.component .acquisition-banner-container .main-div .usp-text {
    font-size: 12px;
    line-height: 16px;
  }
}
@media only screen and (min-width: 768px) {
  .acquisition-banner.component .acquisition-banner-container .main-div .promotion-text,
  .acquisition-banner.component .acquisition-banner-container .main-div .usp-text {
    font-size: 13px;
    line-height: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .acquisition-banner.component .acquisition-banner-container .main-div .promotion-text,
  .acquisition-banner.component .acquisition-banner-container .main-div .usp-text {
    font-size: 14px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 1200px) {
  .acquisition-banner.component .acquisition-banner-container .main-div .promotion-text,
  .acquisition-banner.component .acquisition-banner-container .main-div .usp-text {
    font-size: 14px;
    line-height: 19px;
  }
}
.acquisition-banner.component .acquisition-banner-container .main-div .promotion-text {
  font-weight: bold;
}
.acquisition-banner.component .acquisition-banner-container .main-div .cta-label {
  color: #ffffff;
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  color: #FFFFFF;
  text-decoration: underline;
}
@media only screen and (min-width: 320px) {
  .acquisition-banner.component .acquisition-banner-container .main-div .cta-label {
    font-size: 12px;
  }
}
@media only screen and (min-width: 768px) {
  .acquisition-banner.component .acquisition-banner-container .main-div .cta-label {
    font-size: 13px;
  }
}
@media only screen and (min-width: 1024px) {
  .acquisition-banner.component .acquisition-banner-container .main-div .cta-label {
    font-size: 14px;
  }
}
@media only screen and (min-width: 1200px) {
  .acquisition-banner.component .acquisition-banner-container .main-div .cta-label {
    font-size: 14px;
  }
}
.acquisition-banner.component .acquisition-banner-container .main-div .cta-label:hover {
  text-decoration: none;
}
.flashdeals.component {
  margin: 60px 0px;
}
@media only screen and (min-width: 768px) {
  .flashdeals.component .flashdeals-container .main-div {
    height: 140px;
    background: #DE4E4E;
    text-align: center;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 0;
    left: 50%;
  }
}
@media screen and (max-width: 767px) {
  .flashdeals.component .flashdeals-container .main-div {
    height: auto;
    background: #DE4E4E;
    display: block !important;
    padding-bottom: 30px;
    text-align: center;
    width: 100vw;
    position: relative;
    margin-left: -50vw;
    margin-top: 0;
    left: 50%;
  }
}
.flashdeals.component .flashdeals-container .main-div .flashdeals-img-container {
  height: 100%;
}
@media screen and (max-width: 767px) {
  .flashdeals.component .flashdeals-container .main-div .flashdeals-img-container {
    margin: 0px;
    padding-top: -30px;
    padding: 0px;
    height: 147px;
  }
}
@media only screen and (min-width: 768px) {
  .flashdeals.component .flashdeals-container .main-div .flashdeals-img-container img {
    width: 250px;
    height: 200px;
    position: relative;
    left: 0px;
    right: 0px;
    top: -30px;
  }
}
@media screen and (max-width: 767px) {
  .flashdeals.component .flashdeals-container .main-div .flashdeals-img-container img {
    position: absolute;
    top: -40px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 250px;
    height: 187px;
  }
}
@media only screen and (min-width: 768px) {
  .flashdeals.component .flashdeals-container .main-div .text-container-left {
    width: 217px;
    margin: 0px 35px;
    height: 100%;
    display: table;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  .flashdeals.component .flashdeals-container .main-div .text-container-left {
    text-align: center;
    width: 100%;
    position: initial;
    padding: 20px 31px 15px 30px;
  }
}
@media only screen and (min-width: 768px) {
  .flashdeals.component .flashdeals-container .main-div .text-container-left .text-container-div {
    display: table-cell;
    vertical-align: middle;
  }
}
@media screen and (max-width: 767px) {
  .flashdeals.component .flashdeals-container .main-div .text-container-left .text-container-div {
    margin: 0px;
  }
}
.flashdeals.component .flashdeals-container .main-div .text-container-left .text-container-div .flash-deal-title {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 31px;
  color: #FFFFFF;
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.flashdeals.component .flashdeals-container .main-div .text-container-left .text-container-div .flash-deal-msg {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  display: flex;
  align-items: center;
  color: #FFFFFF;
}
@media only screen and (min-width: 768px) {
  .flashdeals.component .flashdeals-container .main-div .hr-container {
    height: 100%;
    padding: 20px 0px;
  }
}
@media screen and (max-width: 767px) {
  .flashdeals.component .flashdeals-container .main-div .hr-container {
    display: none;
  }
}
.flashdeals.component .flashdeals-container .main-div .hr-container hr {
  border-right: 1px solid #FF8188;
  height: 100%;
  margin: 0px;
}
@media only screen and (min-width: 768px) {
  .flashdeals.component .flashdeals-container .main-div .text-container-right {
    height: 100%;
    display: table;
    padding: 18px 0px 25px 30px;
  }
}
@media screen and (max-width: 767px) {
  .flashdeals.component .flashdeals-container .main-div .text-container-right {
    position: initial;
    border: 0px;
    align-items: center;
    text-align: center;
  }
}
@media only screen and (min-width: 768px) {
  .flashdeals.component .flashdeals-container .main-div .text-container-right .text-container-inner {
    display: table-cell;
    vertical-align: middle;
  }
}
.flashdeals.component .flashdeals-container .main-div .text-container-right .flash-deal-expiry-text {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 10px;
  line-height: 20px;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #FFFFFF;
}
.flashdeals.component .flashdeals-container .main-div .text-container-right .flash-deal-expiry-time {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  text-align: center;
  color: #FFFFFF;
}
.flashdeals.component .flashdeals-container .main-div .text-container-right .flash-deal-expired-text {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  color: #FFFFFF;
}
.flashdeals.component .flashdeals-container .main-div .text-container-right .flash-deal-link {
  background: #ffffff;
  color: red;
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  text-align: center;
  color: #DE4E4E !important;
  width: 140px;
  height: 40px;
  padding: 12px 0px 12px 0px;
  margin-top: 4px;
  line-height: 1rem;
  min-width: 100px;
  border-radius: 50px;
  white-space: normal;
  box-shadow: none;
  border: none;
  display: inline-block;
}
.flashdeals.component .flashdeals-container .main-div .text-container-right .flash-deal-link:hover {
  background: rgba(255, 255, 255, 0.8) !important;
}
.fbp-container .fbp-header-container {
  position: relative;
  width: 100vw;
  margin-left: -50vw;
  left: 50%;
  padding: 20px 0;
  background: #0E3368;
  color: #fff;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) {
  .fbp-container .fbp-header-container {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1024px) {
  .fbp-container .fbp-header-container {
    padding: 24px 0;
  }
}
.fbp-container .fbp-header-container .fbp-title {
  text-align: left;
  margin: 0;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 30px;
  color: #FFFFFF;
}
@media only screen and (min-width: 1024px) {
  .fbp-container .fbp-header-container .fbp-title {
    font-size: 37px;
    line-height: 43px;
  }
}
.fbp-container .fpb-result-container .fpb-result-wrapper .grid-5-by-5 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 10px;
  row-gap: 2px;
}
@media only screen and (min-width: 768px) {
  .fbp-container .fpb-result-container .fpb-result-wrapper .grid-5-by-5 {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 5px;
    column-gap: 6px;
  }
}
@media only screen and (min-width: 1024px) {
  .fbp-container .fpb-result-container .fpb-result-wrapper .grid-5-by-5 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2px;
  }
}
@media only screen and (min-width: 1200px) {
  .fbp-container .fpb-result-container .fpb-result-wrapper .grid-5-by-5 {
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 5px;
  }
}
.fbp-container .fpb-result-container .fpb-result-wrapper .animated-loader .item {
  overflow: visible;
}
.fbp-container .fpb-result-container .fpb-result-wrapper .animated-loader .card {
  position: relative;
  -webkit-box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 8px rgba(0, 0, 0, 0.1);
  background-color: #FFF;
  border-radius: 6px;
  height: 330px;
  overflow: hidden;
  width: 100%;
}
.fbp-container .fpb-result-container .fpb-result-wrapper .animated-loader .card .shimmerBG {
  animation-duration: 2.2s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: shimmer;
  animation-timing-function: linear;
  background: #ddd;
  background: linear-gradient(to right, #f6f6f6 8%, #f0f0f0 18%, #f6f6f6 33%);
  background-size: 1200px 100%;
}
@-webkit-keyframes shimmer {
  0% {
    background-position: -100% 0;
  }
  100% {
    background-position: 100% 0;
  }
}
@keyframes shimmer {
  0% {
    background-position: -1200px 0;
  }
  100% {
    background-position: 1200px 0;
  }
}
.fbp-container .fpb-result-container .fpb-result-wrapper .animated-loader .card .media {
  height: 150px;
}
.fbp-container .fpb-result-container .fpb-result-wrapper .animated-loader .card .title-line {
  height: 24px;
  width: 100%;
  margin-bottom: 12px;
  border-radius: 20px;
}
.fbp-container .fpb-result-container .fpb-result-wrapper .animated-loader .card .content-line {
  height: 8px;
  width: 100%;
  margin-bottom: 10px;
  border-radius: 8px;
}
.fbp-container .fpb-result-container .fpb-result-wrapper .animated-loader .card .end {
  width: 40%;
}
.fbp-container .fpb-result-container .fpb-result-wrapper .animated-loader .m-t-24 {
  margin-top: 15px;
}
.fbp-container .fpb-result-container .fpb-result-wrapper .fbp-load-container .fbp-product-loaded-label {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #575757;
  margin: 27px 0 15px;
}
@media only screen and (min-width: 768px) {
  .fbp-container .fpb-result-container .fpb-result-wrapper .fbp-load-container .fbp-product-loaded-label {
    margin: 50px 0 15px;
  }
}
.fbp-container .fpb-result-container .fpb-result-wrapper .fbp-load-container .load-more-fbp-button {
  padding: 0;
  display: flex;
  line-height: 40px;
  width: 192px;
  justify-content: center;
  align-items: center;
  background: #ffff !important;
  color: #0970E6 !important;
  border: 2px solid #0970E6;
  border-radius: 50px;
  font-weight: 600;
  font-family: Open Sans;
  font-size: 15px;
}
.fbp-container .fpb-result-container .fpb-result-wrapper .fbp-load-container .load-more-fbp-button:hover {
  border-color: #1C4E99;
  color: #004E9E !important;
}
.fbp-result-data .fbp-item {
  padding: 0;
  display: flex;
  border-left-width: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.fbp-result-data .fbp-item .zmags-box {
  border-radius: 5px;
  border: 1px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}
.fbp-result-data .fbp-item .zmags-box a {
  width: 100%;
}
.fbp-result-data .fbp-item .zmags-box a span.product-recom-title {
  font-family: Ubuntu;
  -webkit-line-clamp: 2;
  height: 40px;
  font-size: 14px;
  color: #0e3368;
  text-align: left;
  margin-bottom: 20px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .fbp-result-data .fbp-item .zmags-box a span.product-recom-title {
    margin-bottom: 36px;
  }
}
@media only screen and (min-width: 1024px) {
  .fbp-result-data .fbp-item .zmags-box a span.product-recom-title {
    -webkit-line-clamp: 3;
    height: 60px;
    margin-bottom: 16px;
  }
}
.fbp-result-data .fbp-item .zmags-box a span.promo-mobile {
  color: #fff;
  background-color: #d83832;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  left: 0;
  position: absolute;
  height: 20px;
  right: auto;
  top: 0;
  line-height: 16px;
  border-radius: 0 0 10px 0;
  padding: 2px 10px 4px;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .fbp-result-data .fbp-item .zmags-box a span.promo-mobile {
    display: none !important;
  }
}
.fbp-result-data .fbp-item .zmags-box a span.promo-mobile.blue-promo {
  background: #3fbfec;
  color: #fff;
}
.fbp-result-data .fbp-item .zmags-box a .img-container {
  width: 100px;
  height: auto;
  float: left;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .fbp-result-data .fbp-item .zmags-box a .img-container {
    width: auto;
    padding: 0 56px;
    float: none;
  }
}
@media only screen and (min-width: 1024px) {
  .fbp-result-data .fbp-item .zmags-box a .img-container {
    padding: 0;
  }
}
@media only screen and (min-width: 1920px) {
  .fbp-result-data .fbp-item .zmags-box a .img-container {
    padding: 0 24px;
  }
}
.fbp-result-data .fbp-item .zmags-box a .img-container .product-logos {
  position: absolute;
  top: -18px;
  left: -2px;
  z-index: 999;
}
.fbp-result-data .fbp-item .zmags-box a .img-container .product-logos img {
  width: 30px;
  height: 30px;
}
@media only screen and (min-width: 768px) {
  .fbp-result-data .fbp-item .zmags-box a .img-container .product-logos {
    top: -13px;
  }
}
.fbp-result-data .fbp-item .zmags-box a .img-container img {
  object-fit: cover;
  object-position: top center;
  padding: 0;
  margin-bottom: 0;
  transition: all .3s;
  position: relative;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text {
  min-height: auto;
  overflow: initial;
  padding: 0;
  float: right;
  width: 60%;
  font-size: 14px;
}
@media only screen and (min-width: 768px) {
  .fbp-result-data .fbp-item .zmags-box a .cont_text {
    width: 100%;
    padding-top: 20px;
    float: none;
  }
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info {
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 768px) {
  .fbp-result-data .fbp-item .zmags-box a .cont_text .product_info {
    padding-bottom: 15px;
  }
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container {
  width: 100%;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .new_price {
  position: relative;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .unit {
  float: left;
  width: 40%;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #929292;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .unit {
    color: #BCBCBC;
  }
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices {
  float: right;
  width: 60%;
  white-space: nowrap;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .old_price {
  text-align: right;
  text-decoration: line-through;
  position: absolute;
  right: 0;
  top: -18px;
  color: #282828;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .price,
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .currency {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  color: #0E3368;
}
@media only screen and (min-width: 768px) {
  .fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .price,
  .fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .currency {
    font-size: 24px;
  }
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .price.red-promo-price,
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .currency.red-promo-price {
  color: #D83832;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .price .max-label {
  font-size: 10px;
  color: #0E3368;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .units {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #0E3368;
  margin-top: 0;
}
@media only screen and (min-width: 768px) {
  .fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .units {
    font-size: 14px;
  }
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .promotion-flag {
  position: absolute;
  right: 0;
  bottom: 50px;
  max-width: 150px;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .promotion-flag .flag {
  color: #fff;
  background-color: #d83832;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: initial;
  padding: 5px;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .promotion-flag .flag.blue-promo {
  background: #3fbfec;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .promotion-flag.d-flex {
    display: none !important;
  }
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .product_info .price_container .promotion-flag.move-promo-label {
  bottom: 65px;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .button-fbp-container {
  width: 100%;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .button-fbp-container .btn {
  width: 100% !important;
  height: 40px;
  padding: 0;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 15px;
  min-width: 140px !important;
  white-space: nowrap;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .button-fbp-container .btn .add-product-button {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .fbp-result-data .fbp-item .zmags-box a .cont_text .button-fbp-container .btn .add-product-button {
    display: none;
  }
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .button-fbp-container .btn i.icon {
  font-size: 20px;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text .button-fbp-container .fbp-unavailable {
  background: #F5F5F5 !important;
  color: #575757 !important;
  border: 1px solid #F5F5F5 !important;
  cursor: no-drop;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text.shopping-spinner .btn {
  display: none !important;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text.shopping-spinner .product-reco-spinner-container {
  display: flex !important;
  width: 100%;
  font-size: 18px;
}
.fbp-result-data .fbp-item .zmags-box a .cont_text.shopping-spinner .product-reco-spinner-container i.icon {
  font-size: 16px;
}
.food-magazine-container {
  background: #E0EFFF;
  text-align: center;
  width: 100vw;
  position: relative;
  margin-left: -50vw;
  margin-top: 0;
  left: 50%;
}
.food-magazine-container .p-sm-20-lg-40 {
  padding: 20px;
}
@media screen and (min-width: 375px) {
  .food-magazine-container .p-sm-20-lg-40 {
    padding: 40px;
  }
}
.food-magazine-container .food-magazine-image {
  width: 240px;
  max-height: 240px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (min-width: 375px) {
  .food-magazine-container .food-magazine-image {
    width: 291px;
    max-height: 291px;
  }
}
@media only screen and (min-width: 768px) {
  .food-magazine-container .food-magazine-image {
    width: 330px;
    max-height: 330px;
  }
}
@media only screen and (min-width: 1024px) {
  .food-magazine-container .food-magazine-image {
    width: 290px;
    max-height: 290px;
  }
}
@media only screen and (min-width: 1200px) {
  .food-magazine-container .food-magazine-image {
    width: 370px;
    max-height: 370px;
  }
}
@media screen and (min-width: 1920px) {
  .food-magazine-container .food-magazine-image {
    width: 330px;
    max-height: 330px;
  }
}
.food-magazine-container .food-magazine-image img {
  width: 100%;
}
.food-magazine-container .food-magazine-content {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .food-magazine-container .food-magazine-content {
    width: 570px;
  }
}
@media only screen and (min-width: 1024px) {
  .food-magazine-container .food-magazine-content {
    width: 450px;
    margin-left: 30px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .food-magazine-container .food-magazine-content {
    width: 570px;
  }
}
.food-magazine-container .food-magazine-content .magazine-title {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  text-align: center;
  color: #0E3368;
  margin: 20px 0 10px 0;
}
@media only screen and (min-width: 1024px) {
  .food-magazine-container .food-magazine-content .magazine-title {
    margin: 0 0 10px 0;
    text-align: left;
    font-size: 28px;
    line-height: 36px;
  }
}
.food-magazine-container .food-magazine-content .magazine-expdate {
  font-family: Open Sans;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 26px;
  color: #282828;
  margin-bottom: 10px;
  display: inline-block;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .food-magazine-container .food-magazine-content .magazine-expdate {
    margin-bottom: 5px;
  }
}
@media only screen and (min-width: 1024px) {
  .food-magazine-container .food-magazine-content .magazine-expdate {
    margin-bottom: 10px;
  }
}
.food-magazine-container .food-magazine-content .magazine-description p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #282828;
  margin-bottom: 20px;
  display: -webkit-box;
}
@media only screen and (min-width: 1024px) {
  .food-magazine-container .food-magazine-content .magazine-description p {
    font-size: 16px;
    line-height: 26px;
  }
}
.food-magazine-container .food-magazine-content .btn {
  width: 192px;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
}
.zmagspopup {
  overflow: hidden !important;
}
@media only screen and (max-width: 768px) {
  .zmagspopup {
    padding-right: 0 !important;
  }
}
@media only screen and (min-width: 375px) {
  .zmagspopup .modal-dialog {
    width: 375px;
    margin-top: 0;
  }
}
.zmagspopup .modal-content {
  padding: 40px;
}
.zmagspopup .modal-content .zmags-header {
  border-bottom: 0;
}
.zmagspopup .modal-content .zmags-header .close {
  top: 20px;
  right: 20px;
  left: auto;
  color: #0970e6;
  opacity: 1;
  line-height: 0;
}
.zmagspopup .modal-content .zmags-header .close .icon-close-cross {
  font-size: 22px;
}
.zmagspopup .modal-content .zmags-modal-body {
  display: flex;
  flex-direction: column;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.zmagspopup .modal-content .zmags-modal-body .productimage {
  height: 250px;
  width: 250px;
  margin-top: 20px;
}
.zmagspopup .modal-content .zmags-modal-body .productName {
  margin-bottom: 25px;
  margin-top: 20px;
  line-height: 24px;
}
.zmagspopup .modal-content .zmags-modal-body .productName a {
  text-align: center;
  letter-spacing: 0px;
  color: #0E3368;
  opacity: 1;
  font-size: 16px;
  font-family: 'OpenSansRegular';
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.zmagspopup .modal-content .zmags-modal-body .price_container {
  margin-bottom: 20px;
}
.zmagspopup .modal-content .zmags-modal-body .price_container .zmags_old_price {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: 'OpenSansRegular';
  font-size: 16px;
  line-height: 16px;
}
.zmagspopup .modal-content .zmags-modal-body .price_container .zmags_old_price .old_price {
  text-decoration: line-through;
}
.zmagspopup .modal-content .zmags-modal-body .price_container .unit_price {
  text-align: center;
  color: #D83832;
  align-items: center;
}
.zmagspopup .modal-content .zmags-modal-body .price_container .unit_price .price_group {
  letter-spacing: 0px;
  opacity: 1;
  font-size: 32px;
  font-family: 'OpenSansBold';
  height: 43px;
  display: flex;
  flex-direction: row;
}
.zmagspopup .modal-content .zmags-modal-body .price_container .unit_price .units {
  height: 19px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'OpenSansRegular';
  margin-top: 5px;
}
.zmagspopup .modal-content .zmags-modal-body .cta-zmagspopup-parent,
.zmagspopup .modal-content .zmags-modal-body .out-of-stock-section {
  justify-content: center;
}
.zmagspopup .modal-content .zmags-modal-body .cta-zmagspopup-parent .btn,
.zmagspopup .modal-content .zmags-modal-body .out-of-stock-section .btn {
  height: 40px;
  width: 160px;
  font-family: 'OpenSansSemiBold';
  font-size: 15px;
  line-height: 22px;
  padding: 0;
}
.zmagspopup .modal-content .zmags-modal-body .out-of-stock-section .btn {
  background: #F5F5F5 !important;
  color: #575757 !important;
  border: 1px solid #F5F5F5 !important;
  cursor: no-drop;
  width: 197px;
  border-radius: 40px;
}
.zmagspopup .modal-content .zmags-modal-body .shopping-spinner .cta-zmagspopup-parent {
  display: none !important;
}
.zmagspopup .modal-content .zmags-modal-body .shopping-spinner .zmags-popup-spinner-container {
  display: flex;
}
.zmagspopup .modal-content .zmags-modal-body .zmags-popup-spinner-container {
  width: 160px;
  display: none;
}
.zmagspopup i.icon.icon-loading.search-loader-zmags {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -25px;
  margin-top: -25px;
  font-size: 44px;
  color: #fff;
  animation: spin 1.5s ease-out infinite;
}
/*.zmags-viewer-page{
	header.fixed-top .top-nav{
		i.icon:before{
			font-size: initial;
		}
		.nav-cart i{
			margin-bottom: 0;
    margin-top: -5px;
		}
	} 
}*/
h1.static-promo-header {
  font-family: 'UbuntuBold';
  line-height: 36px;
  color: #0E3368;
  margin: 0;
  padding: 0;
  font-size: 30px;
}
.static-promo-card-container {
  display: flex;
  flex-direction: row;
  background: #0E3368;
  border-radius: 10px;
  height: 180px;
  padding: 30px;
  color: #FFFFFF;
  overflow: hidden;
  justify-content: space-between;
  padding-right: 0;
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  .static-promo-card-container {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1024px) {
  .static-promo-card-container {
    padding-right: 0;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .static-promo-card-container {
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .static-promo-card-container {
    margin-top: 34px;
  }
}
.static-promo-card-container .content-section {
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-right: 20px;
  min-width: 150px;
}
@media only screen and (min-width: 1024px) {
  .static-promo-card-container .content-section {
    min-width: 225px;
  }
}
.static-promo-card-container .content-section h2 {
  color: #FFFFFF;
  text-align: left;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 28px;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .static-promo-card-container .content-section h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 1024px) {
  .static-promo-card-container .content-section h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 1200px) {
  .static-promo-card-container .content-section h2 {
    font-size: 22px;
    line-height: 32px;
  }
}
.static-promo-card-container .content-section button {
  color: #ffff;
  width: 30px;
  padding: 0;
  line-height: 0;
  cursor: pointer;
}
.static-promo-card-container .content-section button i {
  width: 30px;
  height: 17.2px;
}
.static-promo-card-container .content-section button i::before {
  height: 17.2px;
}
.static-promo-card-container .img-section {
  width: 245px;
  min-width: 245px;
  margin-bottom: -30px;
}
.static-promo-card-container .img-section img {
  width: 100%;
}
.static-promo-card-container:hover {
  opacity: 80%;
  cursor: pointer;
}
.recipe-landing-banner .content-with-bg {
  height: 393px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .recipe-landing-banner .content-with-bg {
    height: 346px;
  }
}
.recipe-landing-banner .content-with-bg img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.recipe-landing-banner .content-with-bg .content-secton {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}
.recipe-landing-banner .content-with-bg .content-secton h1 {
  font-family: 'UbuntuBold';
  color: #ffff;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 15px;
  margin-top: 0;
  padding: 0 25px;
}
@media screen and (min-width: 375px) {
  .recipe-landing-banner .content-with-bg .content-secton h1 {
    padding: 0 50px;
  }
}
@media only screen and (min-width: 768px) {
  .recipe-landing-banner .content-with-bg .content-secton h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 23px;
    padding: 0px 20px;
  }
}
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list {
  width: 222px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .recipe-landing-banner .content-with-bg .content-secton .recipe-button-list {
    width: auto;
  }
}
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  flex-direction: column;
  height: 90px;
  width: 90px;
  border: 1px solid #FFFFFF;
  background: #FFFFFF;
  margin: 10px;
  border-radius: 10px;
  box-shadow: 0px 5px 10px #00000050;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button {
    justify-content: flex-end;
    padding-bottom: 17px;
    height: 106px;
    width: 106px;
  }
}
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button i {
  font-size: 30px;
  height: 30px;
  width: 30px;
  text-align: center;
  align-items: center;
  vertical-align: middle;
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
  color: #0970E6;
}
@media only screen and (min-width: 768px) {
  .recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button i {
    font-size: 35px;
    height: 40px;
    width: 35px;
  }
}
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button .recipe-button-label {
  font-size: 16px;
  font-family: 'UbuntuMedium';
  color: #575757;
  line-height: 18px;
  white-space: nowrap;
}
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button:hover,
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button.active-filter {
  background: #004E9E;
  border-color: #004E9E;
  color: #ffff;
}
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button:hover .recipe-button-label,
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button.active-filter .recipe-button-label,
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button:hover i,
.recipe-landing-banner .content-with-bg .content-secton .recipe-button-list .recipe-button-item .recipe-button.active-filter i {
  color: #ffff;
}
.unavailable-products-slider {
  height: 100vh;
  width: 100%;
  position: fixed;
  z-index: 10000000;
  top: 0;
  right: 0;
  overflow-x: hidden;
  background-color: #fff;
  transition: 0.5s;
  will-change: transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .unavailable-products-slider {
    width: 375px;
  }
}
.unavailable-products-slider .close-button {
  background: #0E3368;
  color: #ffff;
  padding: 20px;
  text-align: right;
  cursor: pointer;
}
.unavailable-products-slider .close-button i.icon-close-cross {
  font-size: 20px;
}
.unavailable-products-slider .product-main-container .unavailable-product-container {
  background: #0E3368;
  padding: 20px 20px 26px;
}
.unavailable-products-slider .product-main-container .unavailable-product-container .unavilable-title {
  margin-bottom: 22px;
  margin-top: 0;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 28px;
  line-height: 36px;
  color: #FFFFFF;
}
.unavailable-products-slider .product-main-container .available-alternate-products h4 {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 28px;
  color: #0E3368;
  padding: 17px 0;
  background: #F7F7F7;
  margin: 0;
}
.unavailable-products-slider .product-main-container .available-alternate-products .substitutes-not-available-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}
.unavailable-products-slider .product-main-container .available-alternate-products .substitutes-not-available-section p {
  font-family: Open Sans;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #282828;
  margin: 0;
}
.unavailable-products-slider .product-main-container .available-alternate-products .substitutes-not-available-section span.closebtn {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 26px;
  text-align: center;
  color: #0970E6;
  cursor: pointer;
  margin-top: 12px;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item {
  display: flex;
  border-left-width: 1px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box {
  border-bottom: 2px solid #f0f0f0;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  text-align: center;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  align-items: center;
  overflow: hidden;
  padding: 20px;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a {
  width: 100%;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a span.product-recom-title {
  font-family: Ubuntu;
  -webkit-line-clamp: 2;
  min-height: 20px;
  max-height: 40px;
  font-size: 14px;
  color: #0e3368;
  text-align: left;
  margin-bottom: 20px;
  line-height: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  overflow: hidden;
  margin-top: 5px;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a span.promo-mobile {
  color: #fff;
  background-color: #d83832;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  left: 0;
  position: absolute;
  height: 20px;
  right: auto;
  top: 0;
  line-height: 20px;
  border-radius: 0 0 10px 0;
  padding: 0px 10px 4px;
  font-size: 13px;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .img-container {
  width: 100px;
  height: auto;
  float: left;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .img-container .product-logos {
  position: absolute;
  top: -15px;
  left: -2px;
  z-index: 999;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .img-container .product-logos img {
  width: 30px;
  height: 30px;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .img-container img {
  object-fit: cover;
  object-position: top center;
  padding: 0;
  margin-bottom: 0;
  transition: all .3s;
  position: relative;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text {
  min-height: auto;
  overflow: initial;
  padding: 0;
  float: right;
  width: 62%;
  font-size: 14px;
  padding-left: 4px;
}
@media only screen and (min-width: 375px) {
  .unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text {
    width: 67%;
    padding-left: 20px;
  }
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info {
  padding-bottom: 10px;
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container {
  width: 100%;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .new_price {
  position: relative;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .unit {
  float: left;
  width: 40%;
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 20px;
  color: #929292;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .unit {
    color: #BCBCBC;
  }
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .prices {
  float: right;
  width: 60%;
  white-space: nowrap;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .old_price {
  text-align: right;
  text-decoration: line-through;
  color: #282828;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .price,
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .currency {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  text-align: right;
  color: #0E3368;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .price.red-promo-price,
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .currency.red-promo-price {
  color: #D83832;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .price_group .price .max-label {
  font-size: 10px;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .product_info .price_container .prices .units {
  font-family: Ubuntu;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 20px;
  text-align: right;
  color: #0E3368;
  margin-top: 0;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .button-fbp-container {
  width: 100%;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .button-fbp-container .btn {
  width: 100% !important;
  height: 40px;
  padding: 0;
  font-family: Open Sans;
  font-weight: 600;
  font-size: 15px;
  min-width: 140px !important;
  white-space: nowrap;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .button-fbp-container .btn .add-product-button {
  margin-left: 10px;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .button-fbp-container .btn i.icon {
  font-size: 20px;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text .button-fbp-container .fbp-unavailable {
  background: #F5F5F5 !important;
  color: #575757 !important;
  border: 1px solid #F5F5F5 !important;
  cursor: no-drop;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text.shopping-spinner .btn {
  display: none !important;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text.shopping-spinner .product-reco-spinner-container {
  display: flex !important;
  width: 100%;
}
.unavailable-products-slider .product-main-container .products-details .fbp-item .zmags-box a .cont_text.shopping-spinner .product-reco-spinner-container i.icon {
  font-size: 16px;
}
.unavailable-products-slider .product-main-container .products-details.unavailable-product .zmags-box {
  padding-top: 15px;
  border-radius: 10px;
  border-bottom: none;
  cursor: auto;
}
.unavailable-products-slider .product-main-container .products-details.unavailable-product .zmags-box a {
  display: flex;
  align-items: center;
}
.unavailable-products-slider .product-main-container .products-details.unavailable-product .zmags-box a .img-container {
  width: 80px;
  margin-top: 5px;
}
.unavailable-products-slider .product-main-container .products-details.unavailable-product .zmags-box a .img-container .product-logos {
  top: -10px;
}
.unavailable-products-slider .product-main-container .products-details.unavailable-product .zmags-box a .img-container .product-logos img {
  width: 25px;
  height: 25px;
}
.unavailable-products-slider .product-main-container .products-details.unavailable-product .zmags-box a .cont_text {
  width: 71%;
}
.unavailable-products-slider .product-main-container .products-details.unavailable-product .zmags-box a .cont_text .product-recom-title {
  margin-top: 0;
  margin-bottom: 9px;
  height: 40px;
}
.unavailable-products-slider .product-main-container .products-details.unavailable-product .zmags-box a .cont_text .product_info {
  padding-bottom: 0;
}
.unavailable-products-slider.no-substitute-product {
  background: #F7F7F7;
}
.unavailable-products-slider-overlay {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: visibility 0.5s, opacity 0.5s linear;
  z-index: 9999 !important;
  position: fixed !important;
}
.unavailable-products-slider-overlay.open {
  visibility: visible;
  opacity: 1;
}
body.no-scroll.unproduct-slider-open .header_promotion .container {
  padding-right: 33px !important;
}
body.no-scroll.unproduct-slider-open .header_promotion .cross-btn {
  padding-right: 0px !important;
  padding-left: 18px !important;
}
body.no-scroll.unproduct-slider-open header.fixed-top .top-nav {
  padding-right: 17px !important;
}
@media only screen and (min-width: 1440px) {
  body.no-scroll.unproduct-slider-open header.fixed-top .top-nav {
    padding-right: 0 !important;
  }
}
body.no-scroll.unproduct-slider-open .content-wrapper.container-fluid {
  padding-right: 15px;
}
@media only screen and (min-width: 1440px) {
  body.no-scroll.unproduct-slider-open .content-wrapper.container-fluid {
    padding-right: 0 !important;
  }
}
body.no-scroll.unproduct-slider-open .container-fluid.content-page-evolution .navigation .mainnav {
  padding-right: 17px !important;
}
@media only screen and (min-width: 1440px) {
  body.no-scroll.unproduct-slider-open .container-fluid.content-page-evolution .navigation .mainnav {
    padding-right: 0 !important;
  }
}

