/* Na míru přestylované jQuery UI. Byl to špatný krok, přepsání bude náročné. Zatím zachováváme. */
/*! jQuery UI - v1.11.4 - 2015-03-26
* http://jqueryui.com
* Includes: core.css, draggable.css, resizable.css, autocomplete.css, button.css, dialog.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Trebuchet%20MS%2CTahoma%2CVerdana%2CArial%2Csans-serif&fwDefault=bold&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=f6a828&bgTextureHeader=gloss_wave&bgImgOpacityHeader=35&borderColorHeader=e78f08&fcHeader=ffffff&iconColorHeader=ffffff&bgColorContent=eeeeee&bgTextureContent=highlight_soft&bgImgOpacityContent=100&borderColorContent=dddddd&fcContent=333333&iconColorContent=222222&bgColorDefault=f6f6f6&bgTextureDefault=glass&bgImgOpacityDefault=100&borderColorDefault=cccccc&fcDefault=1c94c4&iconColorDefault=ef8c08&bgColorHover=fdf5ce&bgTextureHover=glass&bgImgOpacityHover=100&borderColorHover=fbcb09&fcHover=c77405&iconColorHover=ef8c08&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=fbd850&fcActive=eb8f00&iconColorActive=ef8c08&bgColorHighlight=ffe45c&bgTextureHighlight=highlight_soft&bgImgOpacityHighlight=75&borderColorHighlight=fed22f&fcHighlight=363636&iconColorHighlight=228ef1&bgColorError=b81900&bgTextureError=diagonals_thick&bgImgOpacityError=18&borderColorError=cd0a0a&fcError=ffffff&iconColorError=ffd27a&bgColorOverlay=666666&bgTextureOverlay=diagonals_thick&bgImgOpacityOverlay=20&opacityOverlay=50&bgColorShadow=000000&bgTextureShadow=flat&bgImgOpacityShadow=10&opacityShadow=20&thicknessShadow=5px&offsetTopShadow=-5px&offsetLeftShadow=-5px&cornerRadiusShadow=5px
* Copyright 2015 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
  /* support: IE8 */
}
.ui-front {
  z-index: 10000;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
  background: none;
  color: #242f3a;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: 0.4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: 0.4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 1em 0.4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: 0.4em 2.1em 0.4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: 0.4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: 0.5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: 0.5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #d21145;
  font-size: 28px;
  margin-left: 22px;
  width: 343px;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 10px 0 0;
  padding: 1px;
  height: 20px;
  text-indent: -9999px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: hidden;
}
.ui-dialog .ui-dialog-content .msg.info,
.ui-dialog .ui-dialog-content .msg.error {
  padding: 5px;
  font-size: 14px !important;
  margin-top: 7px;
  clear: both;
  margin-bottom: 10px !important;
}
.ui-dialog-content.ui-widget-content p.dialog-content-p {
  margin-left: 23px;
  margin-right: 23px;
}
.ui-dialog-content.ui-widget-content span.dialogNoThanks {
  display: inline-block;
  padding-top: 7px;
  text-decoration: underline;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  padding: 0.3em 2.3em 0.5em 0.4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
  padding: 0.4em 1em;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  position: absolute;
}
.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  /* support: IE7 */
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  /*margin: -1px;*/
  /* zakomentovano protoze polozka pri hoveru poskakovala */
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}
/* Component containers
----------------------------------*/
.ui-dialog-title {
  font-size: 1.3em;
}
.ui-widget-content {
  z-index: 12000;
  background: #ffffff;
  color: #242f3a;
}
.ui-widget-content a {
  color: #333333;
}
.ui-widget-header {
  color: #000000;
  font-weight: bold;
  margin-top: 1.1em;
}
.ui-widget-header a {
  color: #ffffff;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  font-weight: bold;
  margin-right: 15px;
  margin-top: -20px;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #1c94c4;
  text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #242f3a;
  font-weight: bold;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #c77405;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #fed22f;
  background: #ffe45c url("/assets/lib/jqueryui/themes/ui-lightness/images/ui-bg_highlight-soft_75_ffe45c_1x100.png") 50% top repeat-x;
  color: #363636;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #363636;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #cd0a0a;
  background: #b81900 url("/assets/lib/jqueryui/themes/ui-lightness/images/ui-bg_diagonals-thick_18_b81900_40x40.png") 50% 50% repeat;
  color: #ffffff;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #ffffff;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #ffffff;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: alpha(opacity=70);
  /* support: IE8 */
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: alpha(opacity=35);
  /* support: IE8 */
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* support: IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}
.ui-icon-carat-1-n {
  background-position: 0 0;
}
.ui-icon-carat-1-ne {
  background-position: -16px 0;
}
.ui-icon-carat-1-e {
  background-position: -32px 0;
}
.ui-icon-carat-1-se {
  background-position: -48px 0;
}
.ui-icon-carat-1-s {
  background-position: -64px 0;
}
.ui-icon-carat-1-sw {
  background-position: -80px 0;
}
.ui-icon-carat-1-w {
  background-position: -96px 0;
}
.ui-icon-carat-1-nw {
  background-position: -112px 0;
}
.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}
.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}
.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}
.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}
.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}
.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}
.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}
.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}
.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}
.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}
.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}
.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}
.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}
.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}
.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}
.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}
.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}
.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}
.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}
.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}
.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}
.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}
.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}
.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}
.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}
.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}
.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}
.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}
.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}
.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}
.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}
.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}
.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}
.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}
.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}
.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}
.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}
.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}
.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}
.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}
.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}
.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}
.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}
.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}
.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}
.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}
.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}
.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}
.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}
.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}
.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}
.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}
.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}
.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}
.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}
.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}
.ui-icon-arrow-4 {
  background-position: 0 -80px;
}
.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}
.ui-icon-extlink {
  background-position: -32px -80px;
}
.ui-icon-newwin {
  background-position: -48px -80px;
}
.ui-icon-refresh {
  background-position: -64px -80px;
}
.ui-icon-shuffle {
  background-position: -80px -80px;
}
.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}
.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}
.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}
.ui-icon-folder-open {
  background-position: -16px -96px;
}
.ui-icon-document {
  background-position: -32px -96px;
}
.ui-icon-document-b {
  background-position: -48px -96px;
}
.ui-icon-note {
  background-position: -64px -96px;
}
.ui-icon-mail-closed {
  background-position: -80px -96px;
}
.ui-icon-mail-open {
  background-position: -96px -96px;
}
.ui-icon-suitcase {
  background-position: -112px -96px;
}
.ui-icon-comment {
  background-position: -128px -96px;
}
.ui-icon-person {
  background-position: -144px -96px;
}
.ui-icon-print {
  background-position: -160px -96px;
}
.ui-icon-trash {
  background-position: -176px -96px;
}
.ui-icon-locked {
  background-position: -192px -96px;
}
.ui-icon-unlocked {
  background-position: -208px -96px;
}
.ui-icon-bookmark {
  background-position: -224px -96px;
}
.ui-icon-tag {
  background-position: -240px -96px;
}
.ui-icon-home {
  background-position: 0 -112px;
}
.ui-icon-flag {
  background-position: -16px -112px;
}
.ui-icon-calendar {
  background-position: -32px -112px;
}
.ui-icon-cart {
  background-position: -48px -112px;
}
.ui-icon-pencil {
  background-position: -64px -112px;
}
.ui-icon-clock {
  background-position: -80px -112px;
}
.ui-icon-disk {
  background-position: -96px -112px;
}
.ui-icon-calculator {
  background-position: -112px -112px;
}
.ui-icon-zoomin {
  background-position: -128px -112px;
}
.ui-icon-zoomout {
  background-position: -144px -112px;
}
.ui-icon-search {
  background-position: -160px -112px;
}
.ui-icon-wrench {
  background-position: -176px -112px;
}
.ui-icon-gear {
  background-position: -192px -112px;
}
.ui-icon-heart {
  background-position: -208px -112px;
}
.ui-icon-star {
  background-position: -224px -112px;
}
.ui-icon-link {
  background-position: -240px -112px;
}
.ui-icon-cancel {
  background-position: 0 -128px;
}
.ui-icon-plus {
  background-position: -16px -128px;
}
.ui-icon-plusthick {
  background-position: -32px -128px;
}
.ui-icon-minus {
  background-position: -48px -128px;
}
.ui-icon-minusthick {
  background-position: -64px -128px;
}
.ui-icon-close {
  background-position: -80px -128px;
}
.ui-icon-closethick {
  background-position: -96px -128px;
}
.ui-icon-key {
  background-position: -112px -128px;
}
.ui-icon-lightbulb {
  background-position: -128px -128px;
}
.ui-icon-scissors {
  background-position: -144px -128px;
}
.ui-icon-clipboard {
  background-position: -160px -128px;
}
.ui-icon-copy {
  background-position: -176px -128px;
}
.ui-icon-contact {
  background-position: -192px -128px;
}
.ui-icon-image {
  background-position: -208px -128px;
}
.ui-icon-video {
  background-position: -224px -128px;
}
.ui-icon-script {
  background-position: -240px -128px;
}
.ui-icon-alert {
  background-position: 0 -144px;
}
.ui-icon-info {
  background-position: -16px -144px;
}
.ui-icon-notice {
  background-position: -32px -144px;
}
.ui-icon-help {
  background-position: -48px -144px;
}
.ui-icon-check {
  background-position: -64px -144px;
}
.ui-icon-bullet {
  background-position: -80px -144px;
}
.ui-icon-radio-on {
  background-position: -96px -144px;
}
.ui-icon-radio-off {
  background-position: -112px -144px;
}
.ui-icon-pin-w {
  background-position: -128px -144px;
}
.ui-icon-pin-s {
  background-position: -144px -144px;
}
.ui-icon-play {
  background-position: 0 -160px;
}
.ui-icon-pause {
  background-position: -16px -160px;
}
.ui-icon-seek-next {
  background-position: -32px -160px;
}
.ui-icon-seek-prev {
  background-position: -48px -160px;
}
.ui-icon-seek-end {
  background-position: -64px -160px;
}
.ui-icon-seek-start {
  background-position: -80px -160px;
}
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}
.ui-icon-stop {
  background-position: -96px -160px;
}
.ui-icon-eject {
  background-position: -112px -160px;
}
.ui-icon-volume-off {
  background-position: -128px -160px;
}
.ui-icon-volume-on {
  background-position: -144px -160px;
}
.ui-icon-power {
  background-position: 0 -176px;
}
.ui-icon-signal-diag {
  background-position: -16px -176px;
}
.ui-icon-signal {
  background-position: -32px -176px;
}
.ui-icon-battery-0 {
  background-position: -48px -176px;
}
.ui-icon-battery-1 {
  background-position: -64px -176px;
}
.ui-icon-battery-2 {
  background-position: -80px -176px;
}
.ui-icon-battery-3 {
  background-position: -96px -176px;
}
.ui-icon-circle-plus {
  background-position: 0 -192px;
}
.ui-icon-circle-minus {
  background-position: -16px -192px;
}
.ui-icon-circle-close {
  background-position: -32px -192px;
}
.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}
.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}
.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}
.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}
.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}
.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}
.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}
.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}
.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}
.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}
.ui-icon-circle-check {
  background-position: -208px -192px;
}
.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}
.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}
.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}
.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}
.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}
.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}
.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}
.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}
.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}
.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}
.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}
.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  background: #000000;
  height: 100%;
  width: 100%;
  overflow: hidden;
  opacity: 0.5;
  position: fixed;
  filter: alpha(opacity=50);
  /* support: IE8 */
}
.ui-widget-shadow {
  margin: -5px 0 0 -5px;
  padding: 5px;
  opacity: 0.2;
  filter: alpha(opacity=20);
  /* support: IE8 */
}
/* Datepicker */
.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* Datepicker fixes */
.ui-datepicker .ui-state-default,
.ui-datepicker .ui-widget-content .ui-state-default,
.ui-datepicker .ui-widget-header .ui-state-default {
  font-weight: normal;
  margin-top: 0;
  margin-right: 0;
}
.ui-datepicker.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}
.ui-datepicker .ui-widget-header {
  margin-top: 0;
}
.ui-datepicker .ui-state-hover {
  background: #fffde6;
}
.ui-datepicker .ui-state-active {
  font-weight: bold;
}
.ui-datepicker .ui-widget-header .ui-icon {
  background-image: url("../../mfm/img/ui-icons_222222_256x240.png");
}

/*
waitMe - 1.12 [12.05.15]
Author: vadimsva
Github: https://github.com/vadimsva/waitMe
*/
.waitMe_container {
  position: relative;
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
body.waitMe_container {
  position: fixed;
  width: 100%;
  height: 100%;
}
.waitMe_container .waitMe {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9989;
  text-align: center;
}
.waitMe_container .waitMe * {
  font-family: sans-serif;
  font-size: 14px;
  font-weight: initial;
  font-style: initial;
  color: initial;
  text-decoration: initial;
  text-transform: initial;
  padding: initial;
  margin: initial;
}
.waitMe_container .waitMe .waitMe_content {
  position: absolute;
  width: 100%;
  top: 50%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.waitMe_container .waitMe .waitMe_progress {
  position: relative;
}
.waitMe_container .waitMe .waitMe_progress > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  display: inline-block;
}
.waitMe_container .waitMe .waitMe_text {
  position: relative;
  margin: 20px 0 0;
}
/* before load animation */
body.waitMe_body {
  overflow: hidden;
  height: 100%;
}
body.waitMe_body.hideMe {
  transition: opacity 0.2s ease-in-out;
  opacity: 0;
}
body.waitMe_body .waitMe_container:not([data-waitme_id]) {
  position: fixed;
  z-index: 9989;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
}
body.waitMe_body .waitMe_container:not([data-waitme_id]) > div {
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
}
body.waitMe_body .waitMe_container.progress > div {
  width: 0;
  height: 3px;
  top: 0;
  left: 0;
  background: #000;
  box-shadow: -5px 0 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation: progress_body 7s infinite ease-out;
  animation: progress_body 7s infinite ease-out;
}
body.waitMe_body .waitMe_container.working > div {
  width: 10%;
  height: 3px;
  top: 0;
  left: -10%;
  background: #000;
  box-shadow: -5px 0 5px 2px rgba(0, 0, 0, 0.2);
  -webkit-animation: working_body 2s infinite ease-in-out;
  animation: working_body 2s infinite ease-in-out;
}
body.waitMe_body .waitMe_container.progress > div:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 60%;
  right: 0;
  width: 60px;
  border-radius: 50%;
  opacity: 0.5;
  transform: rotate(3deg);
  box-shadow: #000 1px 0 6px 1px;
}
body.waitMe_body .waitMe_container.img > div {
  width: 100%;
  height: 100%;
  text-align: center;
  background-position: center !important;
  background-repeat: no-repeat !important;
}
body.waitMe_body .waitMe_container.text > div {
  width: 100%;
  top: 45%;
  text-align: center;
}
@-webkit-keyframes progress_body {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@keyframes progress_body {
  0% {
    width: 0;
  }
  100% {
    width: 100%;
  }
}
@-webkit-keyframes working_body {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
@keyframes working_body {
  0% {
    left: -10%;
  }
  100% {
    left: 100%;
  }
}
/* bounce */
.waitMe_container .waitMe_progress.bounce > div {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  -webkit-animation: bounce 1.4s infinite ease-in-out;
  animation: bounce 1.4s infinite ease-in-out;
}
.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.waitMe_container .waitMe_progress.bounce .waitMe_progress_elem2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes bounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes bounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* rotateplane */
.waitMe_container .waitMe_progress.rotateplane > div {
  width: 30px;
  height: 30px;
  -webkit-animation: rotateplane 1.2s infinite ease-in-out;
  animation: rotateplane 1.2s infinite ease-in-out;
}
@-webkit-keyframes rotateplane {
  0% {
    -webkit-transform: perspective(120px);
  }
  50% {
    -webkit-transform: perspective(120px) rotateY(180deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
@keyframes rotateplane {
  0% {
    transform: perspective(120px);
  }
  50% {
    transform: perspective(120px) rotateY(180deg);
  }
  100% {
    transform: perspective(120px) rotateY(180deg) rotateX(180deg);
  }
}
/* stretch */
.waitMe_container .waitMe_progress.stretch > div {
  width: 8px;
  height: 60px;
  margin: 1px;
  -webkit-animation: stretch 1.2s infinite ease-in-out;
  animation: stretch 1.2s infinite ease-in-out;
}
.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem2 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem3 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem4 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.waitMe_container .waitMe_progress.stretch .waitMe_progress_elem5 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
@-webkit-keyframes stretch {
  0%,
  40%,
  100% {
    -webkit-transform: scaleY(0.4);
  }
  20% {
    -webkit-transform: scaleY(1);
  }
}
@keyframes stretch {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
/* orbit */
.waitMe_container .waitMe_progress.orbit {
  width: 40px;
  height: 40px;
  margin: auto;
  -webkit-animation: orbit_rotate 2s infinite linear;
  animation: orbit_rotate 2s infinite linear;
}
.waitMe_container .waitMe_progress.orbit > div {
  width: 50%;
  height: 50%;
  border-radius: 50%;
  top: 0;
  position: absolute;
  -webkit-animation: orbit 2s infinite ease-in-out;
  animation: orbit 2s infinite ease-in-out;
}
.waitMe_container .waitMe_progress.orbit .waitMe_progress_elem2 {
  top: auto;
  bottom: 0;
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes orbit_rotate {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes orbit_rotate {
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes orbit {
  0%,
  100% {
    -webkit-transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
  }
}
@keyframes orbit {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
/* roundBounce */
.waitMe_container .waitMe_progress.roundBounce {
  width: 60px;
  height: 60px;
  margin: auto;
}
.waitMe_container .waitMe_progress.roundBounce > div {
  width: 20%;
  height: 20%;
  border-radius: 50%;
  position: absolute;
  -webkit-animation: roundBounce 1.2s infinite ease-in-out;
  animation: roundBounce 1.2s infinite ease-in-out;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem1 {
  top: 0;
  left: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2 {
  top: 0;
  right: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3 {
  bottom: 0;
  right: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4 {
  bottom: 0;
  left: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5 {
  top: -9%;
  left: 50%;
  margin-top: -10%;
  margin-left: -10%;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6 {
  top: 50%;
  right: -9%;
  margin-top: -10%;
  margin-right: -10%;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7 {
  bottom: -9%;
  left: 50%;
  margin-bottom: -10%;
  margin-left: -10%;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8 {
  top: 50%;
  left: -9%;
  margin-top: -10%;
  margin-left: -10%;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9 {
  top: 0;
  right: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10 {
  bottom: 0;
  right: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11 {
  bottom: 0;
  left: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12 {
  top: 0;
  left: 0;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem5 {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem9 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem6 {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem10 {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem3 {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem7 {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem11 {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem4 {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem8 {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.waitMe_container .waitMe_progress.roundBounce .waitMe_progress_elem12 {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
@-webkit-keyframes roundBounce {
  0%,
  80%,
  100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes roundBounce {
  0%,
  80%,
  100% {
    transform: scale(0);
  }
  40% {
    transform: scale(1);
  }
}
/* win8 */
.waitMe_container .waitMe_progress.win8 {
  height: 40px;
  margin: auto;
}
.waitMe_container .waitMe_progress.win8 > div {
  width: 40px;
  height: 40px;
  opacity: 0;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  -webkit-transform: rotate(225deg);
  -webkit-animation: win8 5.5s infinite;
  transform: rotate(225deg);
  animation: win8 5.5s infinite;
}
.waitMe_container .waitMe_progress.win8 > div > div {
  width: 15%;
  height: 15%;
  border-radius: 50%;
  position: absolute;
  margin: -12.5%;
}
.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem2 {
  -webkit-animation-delay: 0.24s;
  animation-delay: 0.24s;
}
.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem3 {
  -webkit-animation-delay: 0.48s;
  animation-delay: 0.48s;
}
.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem4 {
  -webkit-animation-delay: 0.72s;
  animation-delay: 0.72s;
}
.waitMe_container .waitMe_progress.win8 .waitMe_progress_elem5 {
  -webkit-animation-delay: 0.96s;
  animation-delay: 0.96s;
}
@-webkit-keyframes win8 {
  0% {
    -webkit-transform: rotate(225deg);
    -webkit-animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    -webkit-transform: rotate(345deg);
    -webkit-animation-timing-function: linear;
  }
  30% {
    -webkit-transform: rotate(455deg);
    -webkit-animation-timing-function: ease-in-out;
  }
  39% {
    -webkit-transform: rotate(690deg);
    -webkit-animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    -webkit-transform: rotate(815deg);
    -webkit-animation-timing-function: ease-out;
  }
  75% {
    -webkit-transform: rotate(945deg);
    -webkit-animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: rotate(945deg);
  }
}
@keyframes win8 {
  0% {
    transform: rotate(225deg);
    animation-timing-function: ease-out;
  }
  7% {
    opacity: 1;
    transform: rotate(345deg);
    animation-timing-function: linear;
  }
  30% {
    transform: rotate(455deg);
    animation-timing-function: ease-in-out;
  }
  39% {
    transform: rotate(690deg);
    animation-timing-function: linear;
  }
  70% {
    opacity: 1;
    transform: rotate(815deg);
    animation-timing-function: ease-out;
  }
  75% {
    transform: rotate(945deg);
    animation-timing-function: ease-out;
  }
  76% {
    opacity: 0;
    transform: rotate(945deg);
  }
  100% {
    opacity: 0;
    transform: rotate(945deg);
  }
}
/* win8_linear */
.waitMe_container .waitMe_progress.win8_linear {
  margin: auto;
  width: 150px;
  height: 6px;
}
.waitMe_container .waitMe_progress.win8_linear > div {
  width: 100%;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  -webkit-animation: win8_linear 3s infinite;
  animation: win8_linear 3s infinite;
}
.waitMe_container .waitMe_progress.win8_linear > div > div {
  width: 4%;
  height: 100%;
  border-radius: 50%;
}
.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem3 {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem4 {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}
.waitMe_container .waitMe_progress.win8_linear .waitMe_progress_elem5 {
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}
@-webkit-keyframes win8_linear {
  0% {
    -webkit-transform: translateX(0);
    -webkit-animation-timing-function: ease-out;
  }
  10% {
    opacity: 1;
    -webkit-transform: translateX(33.333%);
    -webkit-animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    -webkit-transform: translateX(53.333%);
    -webkit-animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0;
    -webkit-transform: translateX(86.666%);
  }
}
@keyframes win8_linear {
  0% {
    transform: translateX(0);
    animation-timing-function: ease-out;
  }
  10% {
    opacity: 1;
    transform: translateX(33.333%);
    animation-timing-function: linear;
  }
  50% {
    opacity: 1;
    transform: translateX(53.333%);
    animation-timing-function: ease-in-out;
  }
  60% {
    opacity: 0;
    transform: translateX(86.666%);
  }
}
/* ios */
.waitMe_container .waitMe_progress.ios {
  margin: auto;
  width: 40px;
  height: 40px;
}
.waitMe_container .waitMe_progress.ios > div {
  width: 10%;
  height: 26%;
  position: absolute;
  left: 44.5%;
  top: 37%;
  opacity: 0;
  border-radius: 50px;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
  -webkit-animation: ios 1s linear infinite;
  animation: ios 1s linear infinite;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem1 {
  -webkit-transform: rotate(0deg) translate(0, -142%);
  -webkit-animation-delay: 0s;
  transform: rotate(0deg) translate(0, -142%);
  animation-delay: 0s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem2 {
  -webkit-transform: rotate(30deg) translate(0, -142%);
  -webkit-animation-delay: -0.9167s;
  transform: rotate(30deg) translate(0, -142%);
  animation-delay: -0.9167s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem3 {
  -webkit-transform: rotate(60deg) translate(0, -142%);
  -webkit-animation-delay: -0.833s;
  transform: rotate(60deg) translate(0, -142%);
  animation-delay: -0.833s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem4 {
  -webkit-transform: rotate(90deg) translate(0, -142%);
  -webkit-animation-delay: -0.75s;
  transform: rotate(90deg) translate(0, -142%);
  animation-delay: -0.75s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem5 {
  -webkit-transform: rotate(120deg) translate(0, -142%);
  -webkit-animation-delay: -0.667s;
  transform: rotate(120deg) translate(0, -142%);
  animation-delay: -0.667s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem6 {
  -webkit-transform: rotate(150deg) translate(0, -142%);
  -webkit-animation-delay: -0.5833s;
  transform: rotate(150deg) translate(0, -142%);
  animation-delay: -0.5833s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem7 {
  -webkit-transform: rotate(180deg) translate(0, -142%);
  -webkit-animation-delay: -0.5s;
  transform: rotate(180deg) translate(0, -142%);
  animation-delay: -0.5s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem8 {
  -webkit-transform: rotate(210deg) translate(0, -142%);
  -webkit-animation-delay: -0.41667s;
  transform: rotate(210deg) translate(0, -142%);
  animation-delay: -0.41667s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem9 {
  -webkit-transform: rotate(240deg) translate(0, -142%);
  -webkit-animation-delay: -0.333s;
  transform: rotate(240deg) translate(0, -142%);
  animation-delay: -0.333s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem10 {
  -webkit-transform: rotate(270deg) translate(0, -142%);
  -webkit-animation-delay: -0.25s;
  transform: rotate(270deg) translate(0, -142%);
  animation-delay: -0.25s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem11 {
  -webkit-transform: rotate(300deg) translate(0, -142%);
  -webkit-animation-delay: -0.1667s;
  transform: rotate(300deg) translate(0, -142%);
  animation-delay: -0.1667s;
}
.waitMe_container .waitMe_progress.ios .waitMe_progress_elem12 {
  -webkit-transform: rotate(330deg) translate(0, -142%);
  -webkit-animation-delay: -0.0833s;
  transform: rotate(330deg) translate(0, -142%);
  animation-delay: -0.0833s;
}
@-webkit-keyframes ios {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
@keyframes ios {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0.25;
  }
}
/* facebook */
.waitMe_container .waitMe_progress.facebook {
  margin: auto;
}
.waitMe_container .waitMe_progress.facebook > div {
  width: 6px;
  height: 25px;
  margin-left: 3px;
  -webkit-animation: facebook 1.3s linear infinite;
  animation: facebook 1.3s linear infinite;
}
.waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem1 {
  -webkit-animation-delay: 0.39s;
  animation-delay: 0.39s;
  -webkit-transform: scale(0.7);
  opacity: 0.3;
}
.waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem2 {
  -webkit-animation-delay: 0.52s;
  animation-delay: 0.52s;
  -webkit-transform: scale(0.85);
  opacity: 0.4;
}
.waitMe_container .waitMe_progress.facebook > .waitMe_progress_elem3 {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  -webkit-transform: scale(1);
  opacity: 0.5;
}
@-webkit-keyframes facebook {
  0% {
    -webkit-transform: scale(0.7);
    opacity: 0.1;
  }
  1% {
    -webkit-transform: scale(1.2);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(0.7);
    opacity: 0.1;
  }
}
@keyframes facebook {
  0% {
    transform: scale(0.7);
    opacity: 0.1;
  }
  1% {
    transform: scale(1.2);
    opacity: 1;
  }
  100% {
    transform: scale(0.7);
    opacity: 0.1;
  }
}
/* rotation */
.waitMe_container .waitMe_progress.rotation > div {
  width: 60px;
  height: 60px;
  margin: auto;
  border-radius: 100%;
  border-width: 6px;
  border-style: solid;
  border-left-color: transparent !important;
  border-right-color: transparent !important;
  border-bottom-color: transparent !important;
  -webkit-animation: rotation 1s infinite linear;
  animation: rotation 1s infinite linear;
}
@-webkit-keyframes rotation {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* timer */
.waitMe_container .waitMe_progress.timer {
  width: 40px;
  height: 40px;
  margin: auto;
  border-width: 4px;
  border-style: solid;
  border-radius: 50%;
  box-sizing: border-box;
  position: relative;
  text-indent: -9999px;
}
.waitMe_container .waitMe_progress.timer > .waitMe_progress_elem1 {
  border-radius: 3px;
  position: absolute;
  width: 4px;
  height: 48%;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  -webkit-animation: timer 1.25s infinite linear;
  animation: timer 1.25s infinite linear;
  -webkit-transform-origin: 2px 2px;
  transform-origin: 2px 2px;
}
.waitMe_container .waitMe_progress.timer > .waitMe_progress_elem2 {
  border-radius: 3px;
  position: absolute;
  width: 4px;
  height: 40%;
  left: 50%;
  top: 50%;
  margin-left: -2px;
  margin-top: -2px;
  -webkit-animation: timer 15s infinite linear;
  animation: timer 15s infinite linear;
  -webkit-transform-origin: 2px 2px;
  transform-origin: 2px 2px;
}
@-webkit-keyframes timer {
  0% {
    -webkit-transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes timer {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* pulse */
.waitMe_container .waitMe_progress.pulse {
  width: 30px;
  height: 30px;
  margin: auto;
  border-width: 3px;
  border-style: solid;
  border-radius: 50%;
  position: relative;
  opacity: 0;
  -webkit-animation: pulsate 1s ease-out;
  animation: pulsate 1s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulsate {
  0% {
    transform: scale(0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: scale(1.2);
    opacity: 0;
  }
}
/* progressBar */
.waitMe_container .waitMe_progress.progressBar {
  width: 200px;
  height: 20px;
  margin: auto;
  background: rgba(0, 0, 0, 0.1);
  padding: 5px;
  border-radius: 20px;
  line-height: 0;
}
.waitMe_container .waitMe_progress.progressBar > div {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 20px;
  background-size: 50px 50px;
  -webkit-animation: progressBar 2s linear infinite;
  animation: progressBar 2s linear infinite;
  box-shadow: inset 0 2px 9px rgba(255, 255, 255, 0.3), inset 0 -2px 6px rgba(0, 0, 0, 0.4);
  background-image: linear-gradient(-45deg, rgba(240, 240, 240, 0.4) 25%, transparent 25%, transparent 50%, rgba(240, 240, 240, 0.4) 50%, rgba(240, 240, 240, 0.4) 75%, transparent 75%, transparent);
}
@-webkit-keyframes progressBar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
@keyframes progressBar {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 50px 50px;
  }
}
/* bouncePulse */
.waitMe_container .waitMe_progress.bouncePulse > div {
  width: 20px;
  height: 20px;
  margin-right: 1%;
  display: inline-block;
  border-radius: 50%;
  -webkit-animation: bouncePulse 1.4s infinite ease-in-out;
  animation: bouncePulse 1.4s infinite ease-in-out;
  -webkit-transform: scale(0.5);
}
.waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem1,
.waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem3 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.waitMe_container .waitMe_progress.bouncePulse > .waitMe_progress_elem2 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
@-webkit-keyframes bouncePulse {
  0%,
  90%,
  100% {
    -webkit-transform: scale(0.5);
  }
  45% {
    -webkit-transform: scale(1);
  }
}
@keyframes bouncePulse {
  0%,
  90%,
  100% {
    -transform: scale(0.5);
  }
  45% {
    -transform: scale(1);
  }
}

.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__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
  padding: 1px;
}
.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-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, #fff 50%, #eee 100%);
  background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
  background-image: linear-gradient(to bottom, #fff 50%, #eee 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, #eee 50%, #ccc 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 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, #fff 0%, #eee 50%);
  background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
  background-image: linear-gradient(to bottom, #fff 0%, #eee 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, #eee 50%, #fff 100%);
  background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
  background-image: linear-gradient(to bottom, #eee 50%, #fff 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;
  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: #fff;
  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: #fff;
}
.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}
.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}
.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

@font-face {
  font-family: 'IntroRegular';
  src: local('IntroRegular'), url('/assets/font/IntroRegular/IntroRegular.woff2?_=4177ce5bad') format('woff2'), url('/assets/font/IntroRegular/IntroRegular.woff?_=4177ce5bad') format('woff'), url('/assets/font/IntroRegular/IntroRegular.ttf?_=4177ce5bad') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'IntroBold';
  src: local('IntroBold'), url('/assets/font/IntroBold/IntroBold.woff2?_=4177ce5bad') format('woff2'), url('/assets/font/IntroBold/IntroBold.woff?_=4177ce5bad') format('woff'), url('/assets/font/IntroBold/IntroBold.ttf?_=4177ce5bad') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro';
  src: local('Intro'), url('/assets/font/IntroRegular/IntroRegular.woff2?_=4177ce5bad') format('woff2'), url('/assets/font/IntroRegular/IntroRegular.woff?_=4177ce5bad') format('woff'), url('/assets/font/IntroRegular/IntroRegular.ttf?_=4177ce5bad') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Intro';
  src: local('Intro'), url('/assets/font/IntroBold/IntroBold.woff2?_=4177ce5bad') format('woff2'), url('/assets/font/IntroBold/IntroBold.woff?_=4177ce5bad') format('woff'), url('/assets/font/IntroBold/IntroBold.ttf?_=4177ce5bad') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'SantEliaScript-Light';
  src: local('SantEliaScript-Light'), url('/assets/font/SantEliaScript-Light/SantEliaScript-Light.woff2?_=4177ce5bad') format('woff2'), url('/assets/font/SantEliaScript-Light/SantEliaScript-Light.woff?_=4177ce5bad') format('woff'), url('/assets/font/SantEliaScript-Light/SantEliaScript-Light.ttf?_=4177ce5bad') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'My Food Market';
  src: local('My Food Market'), url('/assets/font/MyFoodMarket/MyFoodMarket.woff2?_=4177ce5bad') format('woff2'), url('/assets/font/MyFoodMarket/MyFoodMarket.woff?_=4177ce5bad') format('woff'), url('/assets/font/MyFoodMarket/MyFoodMarket.ttf?_=4177ce5bad') format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "My Food Market";
  display: inline-block;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-alert:before,
.icon-angle_right:before,
.icon-back:before,
.icon-calendar_circle:before,
.icon-caret_left:before,
.icon-cart:before,
.icon-check_circle:before,
.icon-check_square:before,
.icon-check:before,
.icon-chevron_down:before,
.icon-chevron_left:before,
.icon-chevron_right:before,
.icon-chevron_up:before,
.icon-close:before,
.icon-collapse:before,
.icon-delete:before,
.icon-down:before,
.icon-exclamation:before,
.icon-expand:before,
.icon-facebook:before,
.icon-frown:before,
.icon-home:before,
.icon-info_circle:before,
.icon-instagram:before,
.icon-left:before,
.icon-lightbulb:before,
.icon-mail_circle:before,
.icon-menu:before,
.icon-more:before,
.icon-phone_circle:before,
.icon-pin_circle:before,
.icon-repeat:before,
.icon-right:before,
.icon-search:before,
.icon-spinner:before,
.icon-square:before,
.icon-times:before,
.icon-up:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-alert:before {
  content: "\f101";
}
.icon-angle_right:before {
  content: "\f102";
}
.icon-back:before {
  content: "\f103";
}
.icon-calendar_circle:before {
  content: "\f104";
}
.icon-caret_left:before {
  content: "\f105";
}
.icon-cart:before {
  content: "\f106";
}
.icon-check_circle:before {
  content: "\f107";
}
.icon-check_square:before {
  content: "\f108";
}
.icon-check:before {
  content: "\f109";
}
.icon-chevron_down:before {
  content: "\f10a";
}
.icon-chevron_left:before {
  content: "\f10b";
}
.icon-chevron_right:before {
  content: "\f10c";
}
.icon-chevron_up:before {
  content: "\f10d";
}
.icon-close:before {
  content: "\f10e";
}
.icon-collapse:before {
  content: "\f10f";
}
.icon-delete:before {
  content: "\f110";
}
.icon-down:before {
  content: "\f111";
}
.icon-exclamation:before {
  content: "\f112";
}
.icon-expand:before {
  content: "\f113";
}
.icon-facebook:before {
  content: "\f114";
}
.icon-frown:before {
  content: "\f115";
}
.icon-home:before {
  content: "\f116";
}
.icon-info_circle:before {
  content: "\f117";
}
.icon-instagram:before {
  content: "\f118";
}
.icon-left:before {
  content: "\f119";
}
.icon-lightbulb:before {
  content: "\f11a";
}
.icon-mail_circle:before {
  content: "\f11b";
}
.icon-menu:before {
  content: "\f11c";
}
.icon-more:before {
  content: "\f11d";
}
.icon-phone_circle:before {
  content: "\f11e";
}
.icon-pin_circle:before {
  content: "\f11f";
}
.icon-repeat:before {
  content: "\f120";
}
.icon-right:before {
  content: "\f121";
}
.icon-search:before {
  content: "\f122";
}
.icon-spinner:before {
  content: "\f123";
}
.icon-square:before {
  content: "\f124";
}
.icon-times:before {
  content: "\f125";
}
.icon-up:before {
  content: "\f126";
}
.border-left {
  border-left: 1px solid #d1d6db;
}
.border-right {
  border-right: 1px solid #d1d6db;
}
.border-top {
  border-top: 1px solid #d1d6db;
}
.border-bottom {
  border-bottom: 1px solid #d1d6db;
}
/****** Utils ******/
/***** RESET CSS/LESS *****/
html,
body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ul {
  list-style: none;
}
q::before,
q::after,
blockquote::before,
blockquote::after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover,
a:active {
  outline: 0;
}
/* Display in IE6-9 and FF3 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
/* Display block in IE6-9 and FF3 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
/* Prevents modern browsers from displaying 'audio' without controls */
audio:not([controls]) {
  display: none;
}
/* Prevents sub and sup affecting line-height in all browsers */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Img border in a's and image quality */
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
/* Forms */
/* Font size in all browsers, margin changes, misc consistency */
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/***** BASE CSS/LESS *****/
html {
  font-size: 16px;
}
html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
}
body {
  font-family: Intro, Verdana, sans-serif;
  color: #10263b;
  background: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #10263b;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  margin-top: 0.5833em;
  margin-bottom: 15px;
  font-size: 2.5714em;
  line-height: 1.1667em;
  /* 36px/42px */
}
h2 {
  font-size: 1.2857em;
  line-height: 1.1667em;
  /* 18px/21px */
}
h3 {
  font-size: 1.25em;
  line-height: 1.235em;
  /* 17px/21px */
}
h4 {
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
h5,
h6 {
  font-size: 1em;
  line-height: 1.5em;
  /* 14px/21px */
}
ul,
ol {
  font-size: 1em;
  /* 14px */
  margin-bottom: 10px;
  /* 10px */
}
ol {
  list-style-position: inside;
}
strong {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
em {
  font-style: italic;
}
sup,
sub {
  position: relative;
  font-size: 75%;
  line-height: 0;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
small {
  font-size: 0.714em;
  /* 10px */
}
big,
big a {
  font-size: 1.286em;
  /* 18px */
  font-weight: 500;
  color: #c6143d;
}
.bigger {
  font-size: 2.5714em;
  line-height: 1.1667em;
  /* 36px/42px */
}
abbr {
  color: #c6143d;
  border-bottom: 1px dashed #c6143d;
}
hr {
  border: none;
  border-top: 1px solid #000;
}
#chat-application {
  display: none !important;
}
#smartsupp-widget-container,
#smartsupp-widget-container div {
  display: none !important;
}
.clearfix::before,
.clearfix::after {
  content: " ";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.fll {
  float: left;
}
.flr {
  float: right;
}
.hidden,
.js-hidden {
  display: none;
}
.show,
.js-show {
  display: block;
}
.left {
  text-align: left;
}
.right {
  text-align: right;
}
.center {
  text-align: center;
}
.middle {
  vertical-align: middle;
}
.underline {
  padding-bottom: 5px;
  border-bottom: 1px solid #d1d6db;
}
.for-big {
  line-height: 42px;
  vertical-align: baseline;
}
/* fonts */
.elia {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
}
/* margin / padding */
.mt-1n {
  margin-top: 10px;
}
.mt-2n {
  margin-top: 20px;
}
.mb-1n {
  margin-bottom: 10px;
}
.mb-2n {
  margin-bottom: 20px;
}
.mb-3n {
  margin-bottom: 30px;
}
/* width */
.w-90 {
  width: 90px;
}
.w-110 {
  width: 110px;
}
.w-120 {
  width: 120px;
}
.w-160 {
  width: 160px;
}
ul.alpha li {
  list-style: lower-alpha inside;
  background: none;
}
.hr {
  width: 100%;
  clear: both;
  border-top: 1px solid #d1d6db;
}
.col {
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.tooltip {
  cursor: help;
}
.dotted-underline {
  border-bottom: 1px dashed #777;
}
.ui-tooltip {
  position: absolute;
  z-index: 13000;
  max-width: 300px;
  box-shadow: 0 0 5px #aaa;
  background: #10263b;
  color: #fff;
  padding: 5px 10px;
  opacity: 0.95;
  text-align: center;
  font-size: 0.9286em;
  line-height: 1.6154em;
  /* 13px/21px */
}
.ui-tooltip::before {
  content: "";
  position: absolute;
  bottom: -9px;
  left: 50%;
  margin-left: -9px;
  border-style: solid;
  border-width: 9px 9px 0 9px;
  border-color: #10263b transparent transparent transparent;
  display: block;
  width: 0;
  height: 0;
}
.ui-autocomplete {
  list-style-type: none;
  border: 2px solid #d7d7d7;
  background-color: #fff;
  z-index: 1001;
  font-size: 16px;
  font-family: Intro, Verdana, sans-serif;
}
.ui-autocomplete .ui-menu-item {
  height: 50px;
  line-height: 50px;
  background: none;
  padding: 0 25px !important;
  float: none !important;
  margin: 0 !important;
  text-transform: none;
  color: #10263b;
  border-bottom: 1px solid #d7d7d7;
}
.ui-autocomplete .ui-menu-item.header {
  font-size: 1.2em;
  cursor: default;
  height: 35px;
  line-height: 35px;
  background-color: #b4c332;
  color: #fff;
  font-family: "SantEliaScript-Light", Arial, sans-serif;
}
.ui-autocomplete .ui-menu-item.header.ui-state-focus {
  /* = hover */
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item.category {
  text-transform: uppercase;
}
.ui-autocomplete .ui-menu-item.category .arrow {
  display: inline-block;
  float: right;
}
.ui-autocomplete .ui-menu-item.category:hover {
  color: #c6143d;
}
.ui-autocomplete .ui-menu-item.product:hover,
.ui-autocomplete .ui-menu-item.search:hover {
  color: #c6143d;
}
.ui-autocomplete .ui-menu-item.product .price {
  display: inline-block;
  float: right;
  font-weight: bold;
}
.ui-autocomplete .ui-menu-item.search {
  text-transform: uppercase;
  padding-left: 90px !important;
  background: url('../../eshop/img/ic_search.png') no-repeat 35px center;
}
.ui-autocomplete .ui-menu-item .item-prefix {
  display: inline-block;
  margin-right: 20px;
  font-weight: bold;
}
.ui-autocomplete .ui-menu-item .item-prefix:hover {
  text-decoration: none;
}
.ui-autocomplete .ui-menu-item .item-prefix img {
  vertical-align: middle;
  width: 44px;
  height: 44px;
}
.ui-autocomplete .ui-state-focus {
  font-weight: normal;
  text-decoration: underline;
  background: #f3f5f7;
  cursor: pointer;
}
.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  z-index: inherit;
  padding: 0.2em;
}
.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0;
}
.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  padding: 0;
  margin: 1px 0.2em 0 0;
  font-weight: normal;
  text-transform: uppercase;
  border-bottom-width: 0;
  white-space: nowrap;
  background: none;
}
.ui-tabs .ui-tabs-nav li a {
  display: block;
  padding: 20px;
  color: #10263b;
  outline: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
  background-color: #f3f5f7;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}
.ui-tabs .ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}
.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 30px;
  background-color: #f3f5f7;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}
.em {
  font-family: 'SantEliaScript-Light', 'Verdana', sans-serif;
  font-weight: 300;
  text-transform: none;
}
.info-message-box {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 30px;
  padding: 20px 30px;
  background-color: #f3f5f7;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}
.info-message-box::before {
  content: '';
  position: absolute;
  top: -3px;
  left: 50%;
  width: 50px;
  height: 50px;
  background-color: #f3f5f7;
  transform: translateX(-50%) rotate(45deg);
}
.info-message-box > div {
  position: relative;
}
.info-message-box a,
.info-message-box a:visited {
  color: #c6143d;
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .info-message-box {
    margin: 7px 250px 30px;
  }
}
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.open-detail {
  text-align: center;
}
button,
a.btn,
.btn {
  color: #000;
  cursor: pointer;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  position: relative;
  padding: 3px 20px 0 20px;
  background: #c7d530;
  border: 0;
  text-transform: uppercase;
  font-family: Intro, Verdana, sans-serif;
  font-size: 1em;
  line-height: 2.214em;
  height: 2.214em;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
button:disabled,
a.btn:disabled,
.btn:disabled,
button.disabled,
a.btn.disabled,
.btn.disabled {
  color: #fff !important;
  background-color: #d1d6db !important;
  cursor: default !important;
}
button:active,
a.btn:active,
.btn:active {
  outline: none;
}
button:hover,
a.btn:hover,
.btn:hover {
  color: #fff;
  text-decoration: none;
  background: #10263b;
}
button.green,
a.btn.green,
.btn.green {
  background: #c7d530;
  color: #10263b;
}
button.green:hover,
a.btn.green:hover,
.btn.green:hover {
  background: #b4c332;
  color: #10263b;
}
button.green:visited,
a.btn.green:visited,
.btn.green:visited {
  color: #10263b;
}
button.grey,
a.btn.grey,
.btn.grey {
  background: #f3f5f7;
}
button.grey:hover,
a.btn.grey:hover,
.btn.grey:hover {
  background: #d1d6db;
}
button.blue,
a.btn.blue,
.btn.blue {
  color: #fff;
  background: #10263b;
}
button.blue:hover,
a.btn.blue:hover,
.btn.blue:hover {
  background: #c6143d;
}
button.blue:visited,
a.btn.blue:visited,
.btn.blue:visited {
  color: #fff;
}
button.for-h,
a.btn.for-h,
.btn.for-h {
  position: relative;
  top: -15px;
}
button strong,
a.btn strong,
.btn strong {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
button.hover-red-dark:hover,
a.btn.hover-red-dark:hover,
.btn.hover-red-dark:hover {
  background-color: rgba(198, 20, 61, 0.9);
}
input,
textarea {
  margin: 0 0 10px 0;
  padding: 0;
  color: #10263b;
  font-size: 1em;
  outline: none;
  vertical-align: middle;
  box-sizing: border-box;
}
input[type="text"],
textarea[type="text"],
input[type="password"],
textarea[type="password"],
input[type="email"],
textarea[type="email"] {
  border: 1px solid #d1d6db;
  padding: 0.357em;
  background-color: #fff;
}
input[type="radio"],
textarea[type="radio"],
input[type="checkbox"],
textarea[type="checkbox"] {
  margin: 0;
}
input:focus,
textarea:focus {
  border: 1px solid #c7d530;
}
input.input-error,
textarea.input-error {
  border: 1px solid #a94442;
}
textarea {
  border: 1px solid #d1d6db;
  padding: 0.357em;
  background-color: #fff;
  height: 147px;
}
.groups input[type="radio"],
.groups input[type="checkbox"] {
  float: left;
  width: 20px;
  margin-top: 1px;
}
.groups .label-group {
  width: 92%;
  float: left;
}
.groups .label-group .long {
  width: 75%;
  text-align: left;
  font-weight: 500;
}
.groups .label-group .short {
  width: 20%;
  text-align: right;
}
.form-fullwidth {
  width: 100%;
  padding: 0;
}
.form-fullwidth label,
.form-fullwidth div.input,
.form-fullwidth input[type="text"],
.form-fullwidth input[type="password"],
.form-fullwidth input[type="email"],
.form-fullwidth textarea,
.form-fullwidth select,
.form-fullwidth .val-info {
  float: left;
  width: 30%;
}
.form-fullwidth label {
  width: 13%;
  margin-right: 1%;
  text-align: right;
  padding-top: 0.357em;
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.form-fullwidth input[type="text"],
.form-fullwidth input[type="password"],
.form-fullwidth input[type="email"],
.form-fullwidth textarea,
.form-fullwidth select,
.form-fullwidth div.input {
  width: 30%;
}
.form-fullwidth input[type="radio"],
.form-fullwidth input[type="checkbox"] {
  margin-top: 0.643em;
  float: left;
}
.form-fullwidth div.input {
  padding-top: 0.357em;
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
}
.form-fullwidth .val-info {
  width: 50%;
  margin-bottom: 15px;
}
.form-fullwidth .val-info .require,
.form-fullwidth .val-info .validation {
  display: inline-block;
}
.form-fullwidth .val-info .require {
  vertical-align: top;
}
.form-fullwidth .val-info .validation {
  width: 90%;
}
.form-fullwidth button {
  margin-left: 14%;
  margin-bottom: 10px;
}
.form-fullwidth .form-note {
  margin-left: 14%;
}
.form-fullwidth .m-label {
  margin-left: 14%;
}
.form-fullwidth h3 {
  margin-left: 14%;
  margin-top: 10px;
}
.form-buy input {
  width: 60px;
  height: 40px;
  background-color: #f3f5f7;
  text-align: center;
  margin: 0;
}
.form-buy button,
.form-buy .button-detail {
  line-height: 45px;
  font-size: 15px;
  height: 40px;
  padding: 0 16px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.form-buy.form-buy-inline form {
  display: flex;
  display: -ms-flexbox;
  justify-content: center;
  -ms-flex-pack: justify;
}
.form-buy.form-buy-inline form button {
  margin-left: 15px;
}
.form-buy.form-buy-inline form button:disabled {
  margin: 0 auto;
}
.form {
  font-size: 15px;
}
.form-element-container {
  display: flex;
  flex-flow: column;
  min-width: 0;
  font-size: 15px;
  color: #00253c;
}
.form-element-container .label {
  margin-bottom: 14px;
}
.form-element-container .label .require {
  margin-left: 5px;
}
.form-element-container .label a {
  text-decoration: underline;
  color: #c6143d;
}
.form-element-container input {
  height: 40px;
  margin: 0;
  box-shadow: inset 0 4px 0 rgba(209, 214, 219, 0.5);
  border-radius: 3px;
  border: 1px solid #d1d6db;
  background-color: #fff;
}
.form-element-container input.input-error {
  border-color: #c6143d;
}
.form-element-container input[type=checkbox] {
  position: absolute;
  left: 0;
  height: auto;
  opacity: 0;
}
.form-element-container input[type=checkbox] ~ .label > label {
  display: flex;
  vertical-align: middle;
}
.form-element-container input[type=checkbox] ~ .label > label::before {
  content: '';
  display: inline-block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: middle;
  line-height: 20px;
  box-shadow: inset 0 4px 0 rgba(0, 37, 60, 0.05);
  border-radius: 3px;
  border: 1px solid rgba(0, 37, 60, 0.2);
  background-color: #fff;
  cursor: pointer;
}
.form-element-container input[type=checkbox] ~ .label > label > div {
  line-height: 1.5em;
}
.form-element-container input[type=checkbox]:checked ~ .label > label:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.form-element-container input[type=checkbox]:checked ~ .label > label:before {
  content: "\f109";
}
.form-element-container input[type=checkbox]:checked ~ .label > label::before {
  text-align: center;
}
.form-element-container select {
  height: 40px;
  box-shadow: inset 0 4px 0 rgba(209, 214, 219, 0.5);
  border-radius: 3px;
  border: 1px solid #d1d6db;
  background-color: #fff;
}
.form-element-container .val-info .msg {
  position: relative;
  display: flex;
  margin: 0;
  padding: 0;
  border-radius: 0;
}
.form-element-container .val-info .msg.error {
  margin-top: 15px;
  border: 0;
  color: #10263b;
  background: transparent;
}
.form-element-container .val-info .msg.error:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.form-element-container .val-info .msg.error:before {
  content: "\f101";
}
.form-element-container .val-info .msg.error::before {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  z-index: 2;
  width: 40px;
  background-color: #c6143d;
  color: #fff;
}
.form-element-container .val-info .msg.error::after {
  content: '';
  position: absolute;
  top: 0;
  left: 6px;
  width: 28px;
  height: 28px;
  background-color: #c6143d;
  transform: rotate(45deg);
}
.form-element-container .val-info .msg.error li {
  padding: 14px;
  font-size: 15px;
  line-height: 20px;
  background-color: rgba(198, 20, 61, 0.1);
}
.form-element-container--full-width {
  grid-column: 1 / -1;
}
.form-element-container--one-line {
  display: block;
}
.form-element-container--checkbox .label {
  margin-bottom: 0;
}
.form-element-container.form-note .require {
  margin-right: 5px;
}
.form-element-container.form-submit button {
  height: 50px;
  font-size: 20px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.form .form-1-col .form-element-container {
  position: relative;
  margin: 30px 0;
}
.form .form-2-col {
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}
.form .inline-input {
  position: absolute;
  font-size: 18px;
  right: 10px;
  top: 36px;
}
.form .inline-input .show-success {
  display: none;
}
.form .inline-input .show-warning {
  display: none;
}
.form .inline-input .show-loading {
  display: none;
}
.form .inline-input.loading {
  color: grey;
}
.form .inline-input.loading .show-loading {
  display: inline-block;
}
.form .inline-input.success {
  color: green;
}
.form .inline-input.success .show-success {
  display: inline-block;
}
.form .inline-input.success .show-loading {
  display: none;
}
.form .inline-input.warning {
  color: red;
}
.form .inline-input.warning .show-warning {
  display: inline-block;
}
.form .phone-number {
  display: flex;
  align-items: flex-start;
  min-width: 0;
}
.form .phone-number .form-element-container .phone-prefix {
  min-width: 100px;
}
.form .phone-number .form-element-container:first-child {
  flex-shrink: 0;
}
.form .phone-number .form-element-container:first-child .inline-input {
  display: none;
}
.form .phone-number .form-element-container:last-child {
  flex-grow: 1;
}
.form .phone-number .form-element-container:last-child .require {
  opacity: 0;
}
.form .phone-number .form-element-container label {
  display: inline-block;
}
.form-personal-info,
.form-password-change,
.form-delete-account {
  margin: 40px 30px 0;
}
.form-personal-info .form-element-container,
.form-password-change .form-element-container,
.form-delete-account .form-element-container {
  font-size: 17px;
}
.form-personal-info .form-element-container button,
.form-password-change .form-element-container button,
.form-delete-account .form-element-container button {
  height: 40px;
  font-size: 15px;
  color: #fff;
  background-color: #10263b;
}
@media screen and (min-width: 1024px) {
  .form {
    margin: 0 250px;
  }
  .form .form-2-col {
    grid-template-columns: repeat(2, 50%);
  }
  .form-personal-info,
  .form-password-change,
  .form-delete-account {
    margin: 40px 30px 0;
  }
}
/***** TABLE CSS/LESS *****/
table {
  width: 100%;
  border: none;
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
table th,
table td {
  padding: 0.643em 1.214em;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: left;
}
table thead th,
table thead td {
  background-color: #c6143d;
  color: #fff;
}
table thead th {
  font-weight: bold;
}
table tbody tr:nth-child(odd) th,
table tbody tr:nth-child(odd) td {
  background-color: #f3f5f7;
}
table tbody tr:nth-child(even) th,
table tbody tr:nth-child(even) td {
  background-color: #f3f5f7;
}
.table-cart th,
.table-cart td {
  border-right: none;
  border-bottom: 1px solid #f3f5f7;
  padding: 10px 30px 10px 0;
}
.table-cart thead th,
.table-cart thead td {
  background-color: #fff;
  color: #10263b;
  padding-top: 5px;
  padding-bottom: 5px;
}
.table-cart thead th {
  font-weight: normal;
}
.table-cart tbody tr:nth-child(even) th,
.table-cart tbody tr:nth-child(odd) th,
.table-cart tbody tr:nth-child(even) td,
.table-cart tbody tr:nth-child(odd) td {
  background-color: #fff;
  font-size: 1.2857em;
  line-height: 1.1667em;
  /* 18px/21px */
}
.table-cart tbody tr td.prod-img {
  line-height: 0.6em;
  padding-right: 5px;
}
.table-cart tbody tr td.prod-img img {
  margin-left: 65px;
  width: 50px;
  height: 50px;
}
.table-cart tbody tr td a.btn {
  font-size: 0.778em;
}
.table-cart tbody tr td .msg {
  margin-bottom: 0;
  padding: 10px;
}
.table-cart tfoot tr th,
.table-cart tfoot tr td {
  font-size: 1.2857em;
  line-height: 1.1667em;
  border-bottom: none;
  vertical-align: baseline;
}
.table-cart tfoot tr th a,
.table-cart tfoot tr td a,
.table-cart tfoot tr th button,
.table-cart tfoot tr td button {
  font-size: 0.7778em;
  line-height: 1.5em;
  /* 14px/21px */
}
.table-cart tfoot tr th .in-table,
.table-cart tfoot tr td .in-table {
  font-size: 1em;
  line-height: 2.214em;
}
.table-cart tfoot .final-payment-price .right {
  font-size: 25px;
  line-height: 21px;
}
.table-cart tfoot .tfoot-total-price {
  font-weight: 500;
  color: #c6143d;
  font-size: 35px;
  line-height: 40px;
}
.table-cart tfoot .tfoot-total-price span.currency {
  color: #10263b;
  font-weight: normal;
  font-size: 25px;
  line-height: 21px;
}
.table-cart tfoot .price {
  white-space: nowrap;
  margin-top: 5px;
}
.table-cart tfoot .price span.currency {
  color: #10263b;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
.table-cart tfoot .footinfo {
  font-size: 0.95em;
  padding-right: 23px;
}
.table-cart .prod-info {
  vertical-align: top;
  padding-right: 60px;
}
.table-cart .prod-info h3 {
  padding-top: 0.357em;
  font-size: 18px;
}
.table-cart .prod-info a:hover {
  color: #000;
}
.table-cart .prod-info .manufacturer {
  font-size: 0.7778em;
  line-height: 1.5em;
  /* 14px/21px */
}
.table-cart input {
  width: 55px;
  text-align: center;
  vertical-align: baseline;
}
.table-cart .label {
  color: #c6143d;
  font-style: normal;
}
.table-cart .discount {
  font-style: italic;
  font-size: 0.7778em;
  line-height: 1.5em;
  /* 14px/21px */
}
.table-cart .discount.review .valid {
  padding-right: 93px;
}
.table-cart .discount.done .valid {
  padding-right: 115px;
}
.table-cart .discount h3 {
  font-size: 24px;
  padding: 15px 0;
  font-weight: normal;
}
.table-cart .discount h3.valid {
  text-align: right;
  padding-right: 65px;
}
.table-cart .discount h3.invalid {
  text-align: center;
}
.table-cart .discount strong,
.table-cart .discount i {
  color: #c6143d;
}
.table-cart .currency {
  font-weight: 500;
}
.table-cart .pieces {
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 10px;
}
.table-cart .price,
.table-cart .total-price {
  font-weight: 500;
  white-space: nowrap;
  margin-bottom: 10px;
}
.table-cart .price span.currency,
.table-cart .total-price span.currency,
.table-cart .price small,
.table-cart .total-price small {
  color: #10263b;
  font-weight: normal;
  font-size: 14px;
  line-height: 21px;
}
.table-cart .remove {
  padding-right: 0;
  padding-top: 14px;
}
.table-cart .remove .icon-delete {
  font-size: 25px;
  cursor: pointer;
}
.table-cart .remove .icon-delete:hover {
  text-decoration: none;
}
.table-cart .remove::before {
  font-size: 13px;
  line-height: 15px;
  height: 15px;
}
.table-cart .error td {
  background-color: #f2dede !important;
}
.table-cart .warning td {
  background-color: #fcf8e3 !important;
}
.table-info {
  border-top: 1px solid #f3f5f7;
  border-bottom: 1px solid #f3f5f7;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.table-info th,
.table-info td {
  border-right: none;
  padding: 2px 1.071em 2px 0;
}
.table-info th {
  padding-top: 20px;
  padding-bottom: 3px;
  font-weight: 500;
  font-size: 1.2857em;
  line-height: 1.1667em;
  /* 18px/21px */
}
.table-info tbody tr:nth-child(even) th,
.table-info tbody tr:nth-child(odd) th,
.table-info tbody tr:nth-child(even) td,
.table-info tbody tr:nth-child(odd) td {
  background-color: #fff;
}
.ui-widget-overlay {
  background-color: #10263b;
  opacity: 0.8;
}
.dialog-query .msg.warning {
  clear: both;
  margin-top: 24px;
}
.dialog-query .dialog-button {
  width: 100%;
  margin: auto !important;
  margin-top: 10px !important;
}
.dialog-query .dialog-button.half {
  width: 48%;
}
.dialog-query .dialog-button:disabled:hover {
  background-color: #d1d6db;
  cursor: default;
}
.dialog-query .dialog-button:last-child {
  float: right;
}
.dialog-query .tooltip-dialog {
  width: 228px !important;
  left: 204px !important;
  top: 35px !important;
  background-color: #c7d530;
  color: #10263b;
  z-index: 100100;
}
.dialog-query .tooltip-dialog h4 {
  color: #10263b;
}
.dialog-query .tooltip-dialog::before {
  top: -9px !important;
  border-color: #c7d530 transparent transparent transparent;
  transform: rotate(180deg) !important;
}
#dialog {
  padding-bottom: 15px;
}
#dialog .msg-info {
  background-color: #d9edf7;
}
.ui-dialog {
  position: fixed;
  top: 20% !important;
  box-shadow: 0 0 98px -2px rgba(0, 0, 0, 0.79);
  font-size: 15px;
}
.ui-dialog h2 {
  margin-bottom: 10px;
}
.ui-dialog .dialog-query .slots:not(.slots-store) label {
  position: relative;
  top: 30px;
}
.ui-dialog .dialog-query .slots:first-child {
  padding-top: 10px;
}
.ui-dialog .pickups-button {
  margin-top: 20px !important;
}
.ui-dialog .ui-dialog-title {
  width: 100%;
  margin-bottom: 0 !important;
  margin-left: 0;
  font-family: Intro, Verdana, sans-serif;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-transform: uppercase;
  color: #10263b;
  text-align: center;
}
@media screen and (max-width: 350px) {
  .ui-dialog .ui-dialog-title {
    font-size: 25px;
  }
  .ui-dialog .ui-dialog-title .font-elia {
    font-size: 28px;
  }
}
.ui-dialog .ui-dialog-title .font-elia {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  text-transform: capitalize;
}
.ui-dialog div.select2-container {
  float: right;
  width: 61% !important;
}
.ui-dialog div.select2-container .select2-choices,
.ui-dialog div.select2-container .select2-results,
.ui-dialog div.select2-container .select2-choice,
.ui-dialog div.select2-container .select2-container {
  height: 29px;
}
.ui-dialog div.select2-container a.select2-choice {
  padding-top: 1px;
  text-decoration: none;
  min-width: 150px;
  line-height: 29px;
}
.ui-dialog div.select2-container .select2-container .select2-choice .select2-arrow b::after {
  line-height: 9px;
}
.ui-dialog .select label {
  width: 30%;
  padding-top: 8px;
}
.ui-dialog .select .action-edit {
  margin-left: 31%;
  display: block;
}
.ui-dialog .select .selectizr {
  font-size: 18px;
  font-weight: 500;
  max-width: 285px;
}
.ui-dialog .select .selectizr a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.ui-dialog #dialog {
  padding: 0 30px;
  max-height: 380px !important;
  /* TWB nastavuje .hidden na important, takže musíme odkrytí přenastavit taky přes important */
}
.ui-dialog #dialog.hidden {
  display: block !important;
}
.ui-dialog .dialog-content-p {
  text-align: center;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 10px;
  margin-bottom: 10px;
}
.ui-dialog .dialog-content-p p {
  margin-bottom: 25px;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 10px 30px 0;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  display: inline-flex;
  width: 100%;
  margin-bottom: 20px;
  line-height: 30px;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper {
  width: auto;
  flex: 1 0 auto;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper .ui-button {
  height: 40px;
  padding: 6px 12px;
  text-transform: uppercase;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper .ui-button.left-button {
  float: right;
  height: 40px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper .ui-button.right-button {
  float: left;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  text-decoration: underline;
  background-color: transparent;
  color: #c6143d;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset .ui-button-wrapper .ui-button.right-button:hover {
  text-decoration: none;
}
.ui-dialog .ui-dialog-titlebar-close {
  top: -61px;
  right: -3px;
  text-transform: uppercase;
  text-decoration: underline;
  cursor: pointer;
  opacity: 1;
  line-height: 20px;
  z-index: 5000;
  text-indent: 0;
  color: #fff;
  font-weight: 400;
  height: auto;
  width: auto;
  padding: 0;
  margin: 0;
  background: transparent;
}
.ui-dialog .ui-dialog-titlebar-close .icon-close {
  display: inline-block;
  color: #b4c332;
  font-size: 1.4em;
  margin-right: 10px;
}
.ui-dialog .ui-dialog-titlebar-close:hover {
  color: #b4c332;
  background: transparent;
}
@media screen and (max-width: 1024px) {
  .ui-dialog {
    width: auto !important;
  }
}
@media screen and (min-width: 1024px) {
  .ui-dialog {
    min-width: 800px;
    max-height: 570px;
  }
}
ul.msg {
  list-style-type: none;
}
.msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
}
.msg.error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}
.text-sticker {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 60px;
  line-height: 70px;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.7);
}
.text-sticker-product {
  background: rgba(15, 38, 57, 0.9);
}
a,
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover,
a:visited:hover {
  color: #c6143d;
  text-decoration: underline;
}
a:active,
a:visited:active,
a:focus,
a:visited:focus {
  color: #c6143d;
}
a.highlight,
a:visited.highlight {
  color: #c6143d;
  text-decoration: none;
}
a.highlight:hover,
a:visited.highlight:hover {
  color: #000;
  text-decoration: underline;
}
a.highlight:active,
a:visited.highlight:active,
a.highlight:focus,
a:visited.highlight:focus {
  color: #000;
}
a.btn,
a:visited.btn {
  color: #000;
  text-decoration: none;
}
a.btn:hover,
a:visited.btn:hover {
  color: #fff;
  text-decoration: none;
}
a.btn .space,
a:visited.btn .space {
  padding-left: 3px;
}
a.btn.disabled,
a:visited.btn.disabled {
  color: #000;
  text-decoration: none;
}
a.btn.disabled:hover,
a:visited.btn.disabled:hover {
  color: #000;
  text-decoration: none;
}
a.btn.disabled:active,
a:visited.btn.disabled:active,
a.btn.disabled:focus,
a:visited.btn.disabled:focus {
  color: #000;
}
a.back,
a:visited.back {
  color: #000;
  text-decoration: none;
}
a.back:hover,
a:visited.back:hover {
  color: #000;
  text-decoration: underline;
}
a.back:active,
a:visited.back:active,
a.back:focus,
a:visited.back:focus {
  color: #000;
}
a.back.icon-back::before,
a:visited.back.icon-back::before {
  margin-right: 5px;
  font-size: 14px;
  line-height: 21px;
  height: 21px;
}
a.more,
a:visited.more {
  color: #000;
  text-decoration: none;
}
a.more:hover,
a:visited.more:hover {
  color: #000;
  text-decoration: underline;
}
a.more:active,
a:visited.more:active,
a.more:focus,
a:visited.more:focus {
  color: #000;
}
a.more.icon-more::after,
a:visited.more.icon-more::after {
  margin-left: 5px;
  font-size: 14px;
  line-height: 21px;
  height: 21px;
}
a.link,
a:visited.link {
  color: #c6143d;
  font-weight: 500;
}
p a {
  text-decoration: underline;
}
.scrollable-holder {
  position: relative;
}
.scrollable {
  overflow: hidden;
  position: relative;
}
.scrollable .items {
  position: absolute;
  width: 20000em;
}
.scrollable .items .item {
  float: left;
  position: relative;
}
.vertical .scrollable .items {
  width: auto;
  height: 20000em;
}
.vertical .scrollable .items .item {
  float: left;
  position: relative;
}
#open-cart {
  margin-right: 36px;
}
#shopping-cart-icon {
  transition-timing-function: ease-out;
}
#cart-banner-wrapper {
  font-weight: normal;
}
.webp body {
  background: url("/assets/mfm/img/pattern-drevo-myfood.webp");
}
.webp .header-container .logo {
  background-image: url("/assets/mfm/img/logo.webp");
}
.no-webp body {
  background: url("/assets/mfm/img/pattern-drevo-myfood.png");
}
.no-webp .header-container .logo {
  background-image: url("/assets/mfm/img/logo.png");
}
.header-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 68px;
  z-index: 3;
  background-color: #c7d530;
}
.header-container .logo {
  display: block;
  flex-shrink: 0;
  flex-grow: 0;
  width: 107px;
  height: 85px;
  margin-left: 3%;
  margin-right: auto;
  z-index: 4;
  background-position-x: left;
  background-position-y: top;
  background-repeat: no-repeat;
  background-size: contain;
}
.header-container .mobile-icons {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-shrink: 0;
  flex-grow: 1;
}
.header-container .mobile-icons .mobile-icon {
  flex-basis: 68px;
  height: 100%;
  border-left: 1px solid #b4c332;
}
.header-container .mobile-icons .mobile-icon > i {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 18px;
}
.header-container .mobile-icons .mobile-icon.open {
  color: #fff;
  background-color: #b4c332;
}
.header-container .header {
  width: 100%;
  margin: 0 auto;
}
#searchForm {
  display: none;
  position: absolute;
  z-index: 1;
  left: 1170px;
  width: 1170px;
  min-height: 60px;
  height: 100%;
  transition: left 0.8s ease-in;
}
#searchForm.opened {
  left: 0;
}
#searchForm.active {
  display: flex;
}
#searchForm #search-close {
  width: 60px;
  height: 100%;
  color: #fff;
  font-size: 50px;
  background: #10263b url('../../eshop/img/middle_ellipsis.png') no-repeat center center;
  cursor: pointer;
}
#searchForm #search-close:hover {
  width: 120px;
}
#searchForm #searchBox {
  float: left;
  width: calc(100% - 160px);
  height: 100%;
  margin: 0;
  padding: 20px 20px 15px 20px;
  border: none;
  background-color: #fff;
}
#searchForm #search-close,
#searchForm #searchBox {
  transition: width 1s ease-in;
}
#searchForm #searchSubmit {
  width: 160px;
  height: 100%;
  padding: 5px 0 0 28px;
  font-family: Intro, Verdana, sans-serif;
  font-size: 18px;
  color: #10263b;
  background: #c7d530 url('../../eshop/img/ic_search.png') no-repeat 20px center;
}
#searchForm #f-search {
  max-width: 1110px;
  width: 100%;
}
#searchForm ul {
  display: block;
  text-align: left;
}
.body-container {
  width: 100%;
}
.body-container .bg-left,
.body-container .bg-right {
  display: none;
}
.body-container .body-wrapper {
  position: relative;
  max-width: 414px;
  margin: 0 auto;
}
.content-header {
  padding: 0 30px;
  text-align: center;
}
.content-header h1 {
  margin-bottom: 25px;
  font-size: 35px;
  text-transform: uppercase;
}
.content-header h1 .em {
  font-size: 35px;
}
.content-header p {
  display: inline-block;
  width: 725px;
  max-width: calc(100% - 20px);
  margin-bottom: 10px;
  padding: 0 10px;
  color: #10263b;
  font-size: 15px;
  line-height: 25px;
}
.content-container {
  background: #fff;
  padding: 10px;
  margin-top: 15px;
}
.content-container.homepage {
  background: transparent;
  padding: 0;
  margin-top: 0;
}
.content-container.homepage > div {
  background: #fff;
  padding: 10px;
  margin-top: 15px;
}
.content-container.homepage > div.content-container-header {
  padding: 0;
  background: transparent;
}
.content-container.homepage > div.banner {
  padding: 0;
}
.content-container.homepage > div.carouselBanner {
  padding: 0;
}
.content-container .content-container-header {
  text-align: center;
}
.content-container .content-container-header h2 {
  font-family: 'SantEliaScript-Light', 'Verdana', sans-serif;
  font-weight: 300;
  margin: 9px 0;
  font-size: 40px;
  line-height: 46px;
}
.content-container .content-container-header h2 > span {
  font-family: Intro, Verdana, sans-serif;
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.content-sidebar {
  display: flex;
  flex-flow: column;
  align-items: flex-start;
}
.content-sidebar .content h1 {
  text-align: center;
}
.content-sidebar .sidebar {
  position: relative;
  order: -1;
  flex-shrink: 0;
  height: auto;
  margin: 0 auto 30px auto;
  width: 100%;
}
.content-sidebar .sidebar h4 {
  cursor: default;
  font-size: 17px;
}
.content-sidebar .sidebar h4.for-header {
  margin-top: 16px;
}
.content-sidebar .sidebar h4.togglable {
  display: flex;
}
.content-sidebar .sidebar h4.togglable:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.content-sidebar .sidebar h4.togglable:before {
  content: "\f113";
}
.content-sidebar .sidebar h4.togglable.open:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.content-sidebar .sidebar h4.togglable.open:before {
  content: "\f10f";
}
.content-sidebar .sidebar h4.togglable::before {
  order: 99;
  height: 17px;
  margin-left: 5px;
  line-height: 17px;
  font-size: 20px;
}
.content-sidebar .sidebar h2.back-link {
  font-size: 17px;
  line-height: 20px;
  text-transform: uppercase;
}
.content-sidebar .sidebar .sidebar-nav {
  margin: 2px 0 0;
}
.content-sidebar .sidebar .sidebar-nav.togglable {
  display: none;
}
.content-sidebar .sidebar .sidebar-nav.togglable.open {
  display: block;
}
.content-sidebar .sidebar .sidebar-nav-producer li select {
  height: 34px;
  width: 100%;
}
.content-sidebar .sidebar .sidebar-nav li {
  padding: 3px 0;
  background: none;
  font-size: 15px;
  border-bottom: 1px solid #e5e8ed;
}
.content-sidebar .sidebar .sidebar-nav li a {
  display: inline-block;
  line-height: 28px;
  width: 100%;
}
.content-sidebar .sidebar .sidebar-nav li a:hover {
  color: #c6143d;
}
.content-sidebar .sidebar .sidebar-nav li.open > a,
.content-sidebar .sidebar .sidebar-nav li.active > a {
  color: #c6143d;
}
.content-sidebar .sidebar .sidebar-nav li ul {
  margin-left: 10px;
}
.content-sidebar .sidebar .sidebar-nav a:hover {
  color: #c6143d;
}
.content-sidebar .sidebar .sidebar-nav a:active,
.content-sidebar .sidebar .sidebar-nav a:focus {
  color: #c6143d;
}
.scroll-to-top {
  display: none;
  position: fixed;
  bottom: 142px;
  right: -99px;
  width: 64px;
  height: 77px;
  z-index: 2;
  box-sizing: border-box;
  background: #fff;
  border: 1px solid #f3f5f7;
  text-align: center;
  cursor: pointer;
  font-size: 15px;
  line-height: 20px;
}
.scroll-to-top .icon-up {
  font-size: 28px;
  color: #c6143d;
}
@media screen and (min-width: 1200px) {
  .webp .body-container .bg-left {
    background-image: url("/assets/frb/img/backgrounds/bg-left.webp?nocache=070222");
  }
  .webp .body-container .bg-right {
    background-image: url("/assets/frb/img/backgrounds/bg-right.webp?nocache=070222");
  }
  .no-webp .body-container .bg-left {
    background-image: url("/assets/frb/img/backgrounds/bg-left.png?nocache=070222");
  }
  .no-webp .body-container .bg-right {
    background-image: url("/assets/frb/img/backgrounds/bg-right.png?nocache=070222");
  }
  .body-container .bg-left,
  .body-container .bg-right {
    display: block;
    left: 50%;
    top: 0;
    position: fixed;
    z-index: -1;
    background-repeat: no-repeat;
  }
  .body-container .bg-left {
    height: 1165px;
    width: 425px;
    margin-left: -875px;
    margin-top: -20px;
  }
  .body-container .bg-right {
    height: 1165px;
    width: 425px;
    margin-left: 430px;
    margin-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .body-container .body-wrapper {
    max-width: 1170px;
    margin: 13px auto 0 auto;
  }
  .header-container {
    height: 110px;
  }
  .header-container .logo {
    display: none;
    width: 160px;
    height: 129px;
    margin: 0 auto 0 0;
  }
  .header-container .mobile-icons {
    display: none;
  }
  .header-container .header {
    max-width: 1170px;
  }
  .cart-wrapper {
    position: fixed;
    top: 0;
    z-index: 1040;
  }
  .cart-wrapper.stop-cart-banner {
    position: absolute;
  }
  .content-header {
    padding: 0;
  }
  .content-header h1 {
    margin-bottom: 40px;
    font-size: 50px;
  }
  .content-header h1 .em {
    font-size: 60px;
  }
  .content-header p {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 35px;
  }
  .content-container {
    margin-top: 30px;
    padding: 30px;
  }
  .content-container .content-container-header h2 {
    margin: 0;
    line-height: 64px;
  }
  .content-sidebar {
    flex-flow: row;
  }
  .content-sidebar .content h1 {
    text-align: left;
  }
  .content-sidebar .sidebar {
    flex-basis: 180px;
    margin: 0 30px 0 0;
  }
  .content-sidebar .sidebar h4.togglable::before {
    display: none;
  }
  .content-sidebar .sidebar .sidebar-nav.togglable {
    display: block;
  }
  .content-sidebar .sidebar .sidebar-nav li {
    border-bottom: none;
  }
  .content-sidebar .sidebar .sidebar-nav li a {
    line-height: 18px;
    width: auto;
  }
  .content-sidebar .sidebar .sidebar-content {
    width: 180px;
  }
  .content-sidebar .sidebar.fixed .sidebar-content {
    position: fixed;
    top: 5px !important;
  }
  .content-sidebar .sidebar.fixed .sidebar-content h4.for-header {
    margin-top: 5px;
  }
  .content-sidebar .sidebar.absolute .sidebar-content {
    position: absolute;
  }
  .scroll-to-top {
    right: 50px;
  }
}
.pac-container {
  z-index: 12051;
}
@media screen and (min-width: 1200px) {
  #ownBodyProd .webp .body-container .bg-left {
    background-image: url("/assets/ownproduction/img/backgrounds/bg-left.webp?nocache=070222");
  }
  #ownBodyProd .webp .body-container .bg-right {
    background-image: url("/assets/ownproduction/img/backgrounds/bg-right.webp?nocache=070222");
  }
  #ownBodyProd .no-webp .body-container .bg-left {
    background-image: url("/assets/ownproduction/img/backgrounds/bg-left.png?nocache=070222");
  }
  #ownBodyProd .no-webp .body-container .bg-right {
    background-image: url("/assets/ownproduction/img/backgrounds/bg-right.png?nocache=070222");
  }
}
.eu-cookies {
  position: fixed;
  left: 0;
  bottom: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  z-index: 1040;
  width: 100%;
  color: #fff;
  text-align: center;
  font-size: 13px;
  background-color: #2cacea;
}
.eu-cookies span {
  padding: 15px;
}
.eu-cookies span a {
  color: #fff;
  text-decoration: underline;
}
.eu-cookies button {
  flex-shrink: 0;
  width: 130px;
  height: 35px;
  margin-bottom: 15px;
  padding: 0 25px;
  color: #fff;
  text-decoration: none;
  background: #72ccff;
  text-transform: uppercase;
  line-height: 37px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  transition: background 0.5s;
  border: none;
  cursor: pointer;
}
.eu-cookies button:hover {
  background: #0e6ea5;
}
@media screen and (min-width: 1024px) {
  .eu-cookies {
    position: absolute;
    top: 0;
    bottom: auto;
    flex-wrap: nowrap;
    height: 30px;
    min-width: 1170px;
    font-size: 11px;
  }
  .eu-cookies span {
    padding: 0 15px 0 10px;
  }
  .eu-cookies button {
    height: 25px;
    margin-bottom: 0;
    margin-left: 6px;
    line-height: 27px;
  }
}
.top-menu {
  position: absolute;
  top: 68px;
  left: 0;
  z-index: 3;
  background-color: #b4c332;
}
.top-menu .navigation-container {
  position: relative;
  display: flex;
  width: 100%;
  z-index: 1040;
}
.top-menu .navigation-container .logo {
  display: none;
  background-size: initial;
}
.top-menu .navigation-container .drop-down-menu {
  display: none;
  flex-flow: column;
  width: 100%;
  margin-top: 30px;
  padding-left: 0;
  text-transform: uppercase;
  font-size: 0;
  white-space: nowrap;
  font-family: Intro, Verdana, sans-serif;
}
.top-menu .navigation-container .drop-down-menu.menu-open {
  display: flex;
}
.top-menu .navigation-container .drop-down-menu > li {
  font-size: 18px;
  display: inline-block;
  padding: 0;
  background: none;
  border-top: 1px solid #c7d530;
}
.top-menu .navigation-container .drop-down-menu > li.home {
  display: none;
}
.top-menu .navigation-container .drop-down-menu > li.home i::before {
  line-height: 40px;
  width: 20px;
}
.top-menu .navigation-container .drop-down-menu > li.menu-user {
  display: flex;
  flex-flow: column;
  align-items: center;
  border-bottom: 1px solid #fff;
}
.top-menu .navigation-container .drop-down-menu > li.menu-user .separator {
  display: none;
}
.top-menu .navigation-container .drop-down-menu > li.menu-user a {
  border-bottom: 1px solid #c7d530;
}
.top-menu .navigation-container .drop-down-menu > li.menu-user a:last-child {
  border-bottom: 0;
}
.top-menu .navigation-container .drop-down-menu > li > .sub-menu {
  display: none;
  position: absolute;
  z-index: 100;
  font-family: Intro, Verdana, sans-serif;
  background-color: #10263b;
  list-style-type: none;
}
.top-menu .navigation-container .drop-down-menu > li > a {
  display: block;
  width: calc(100% - 60px);
  padding: 0 30px;
  line-height: 60px;
  color: #10263b;
  font-family: Intro, Verdana, sans-serif;
  font-size: 18px;
  font-weight: normal;
  text-transform: uppercase;
  text-decoration: none;
  text-align: left;
}
.top-menu .navigation-container .drop-down-menu > li > a.active {
  font-weight: bold;
}
.top-menu .navigation-container .drop-down-menu > li.has-children {
  position: relative;
}
.top-menu .navigation-container .drop-down-menu > li.has-children:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.top-menu .navigation-container .drop-down-menu > li.has-children:before {
  content: "\f113";
}
.top-menu .navigation-container .drop-down-menu > li.has-children::before {
  position: absolute;
  right: 15px;
  top: 30px;
  z-index: -1;
  transform: translateY(-50%);
  font-size: 20px;
}
.top-menu .navigation-container .drop-down-menu > li.has-children.menu-open:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.top-menu .navigation-container .drop-down-menu > li.has-children.menu-open:before {
  content: "\f10f";
}
.top-menu .navigation-container .drop-down-menu > li.has-children.menu-open::before {
  color: #fff;
}
.top-menu .navigation-container .drop-down-menu > li.has-children.menu-open > a {
  text-decoration: none;
  color: #fff;
}
.top-menu .navigation-container .drop-down-menu > li.has-children.menu-open > .sub-menu {
  position: relative;
  display: flex;
  flex-flow: column;
}
.top-menu .navigation-container .drop-down-menu > li.has-children.menu-open > .sub-menu a {
  padding: 15px 30px;
}
.top-menu .navigation-container .drop-down-menu .divider {
  height: 1em;
  position: relative;
  top: -13px;
  white-space: nowrap;
  width: 0;
  margin-right: 20px;
  margin-left: 15px;
  background: #000;
}
.top-menu .navigation-container ul {
  margin-bottom: 0;
}
.top-menu .navigation-container ul > li:last-child > ul {
  right: initial;
}
.top-menu .navigation-container ul > li ul a {
  display: block;
  padding: 15px 30px;
  text-transform: none;
  border-bottom: 1px solid #4d6977;
  color: white;
  text-decoration: none;
  line-height: 33px;
}
.top-menu .navigation-container ul > li ul a.active,
.top-menu .navigation-container ul > li ul a:hover {
  text-decoration: none;
}
.top-menu .navigation-container ul > li ul a.active {
  color: #c7d530;
}
.top-menu .navigation-container ul > li > ul > li {
  padding: 0;
  background: none;
}
.top-menu .navigation-container ul > li > ul > li:last-child a {
  border-bottom: 0 none;
}
@media screen and (min-width: 1024px) {
  .top-menu {
    position: relative;
    top: auto;
    left: auto;
    background-color: #c7d530;
  }
  .top-menu .navigation-container .logo {
    display: block;
  }
  .top-menu .navigation-container .drop-down-menu {
    display: flex;
    flex-flow: wrap;
    margin-bottom: auto;
    flex-basis: 660px;
    flex-shrink: 0;
    justify-content: center;
    height: 117px;
    margin-top: 0;
  }
  .top-menu .navigation-container .drop-down-menu.drop-down-menu--500 {
    justify-content: flex-start;
  }
  .top-menu .navigation-container .drop-down-menu > li {
    margin-left: 4px;
    border: 0;
  }
  .top-menu .navigation-container .drop-down-menu > li.home {
    display: inline-block;
  }
  .top-menu .navigation-container .drop-down-menu > li.home > a {
    max-height: 40px;
  }
  .top-menu .navigation-container .drop-down-menu > li.menu-user {
    display: none;
  }
  .top-menu .navigation-container .drop-down-menu > li > .sub-menu {
    padding: 5px 0;
  }
  .top-menu .navigation-container .drop-down-menu > li.has-children::before {
    display: none;
  }
  .top-menu .navigation-container .drop-down-menu > li.has-children.menu-open::before {
    display: none;
  }
  .top-menu .navigation-container .drop-down-menu > li.has-children.menu-open > a {
    color: initial;
  }
  .top-menu .navigation-container .drop-down-menu > li.has-children.menu-open > .sub-menu {
    position: absolute;
    display: none;
  }
  .top-menu .navigation-container .drop-down-menu > li.has-children:hover > a {
    background-color: #b4c332;
    color: #fff;
  }
  .top-menu .navigation-container .drop-down-menu > li.has-children:hover > .sub-menu {
    position: absolute;
    display: flex;
    flex-flow: column;
    right: 0;
  }
  .top-menu .navigation-container .drop-down-menu > li.has-children:hover > .sub-menu a {
    padding: 15px 30px;
  }
  .top-menu .navigation-container .drop-down-menu > li > a {
    width: auto;
    padding: 10px 10px 0;
    line-height: 40px;
    text-align: center;
  }
  .top-menu .navigation-container .drop-down-menu > li > a.stretched-for-menu {
    padding-bottom: 11px;
    margin-bottom: -1px;
  }
  .top-menu .navigation-container .drop-down-menu > li > a.active,
  .top-menu .navigation-container .drop-down-menu > li > a:hover {
    background-color: #b4c332;
    color: #fff;
    text-decoration: none !important;
  }
  .top-menu .navigation-container .drop-down-menu > li ul a {
    margin: 0;
    padding: 4px 10px;
    line-height: 0.5em;
  }
  .top-menu .navigation-container .drop-down-menu > li ul a:hover {
    color: #c7d530;
  }
}
@media screen and (min-width: 1200px) {
  .top-menu .navigation-container .drop-down-menu {
    flex-flow: row;
    margin-top: 49px;
    flex-basis: 1660px;
    flex-shrink: 1;
    height: auto;
    justify-content: flex-end;
  }
  .top-menu .navigation-container .drop-down-menu > li > a {
    padding: 10px;
  }
}
.header-wrapper {
  min-height: 68px;
}
@media screen and (min-width: 1024px) {
  .header-wrapper {
    min-height: auto;
  }
}
#identity {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
#identity .identity-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  max-width: 414px;
  margin: 0 auto;
  padding: 30px 15px 0;
  font-size: 18px;
}
#identity .identity-container a {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  color: #10263b;
  font-family: Intro, Verdana, sans-serif;
  font-size: 18px;
  text-transform: uppercase;
}
#identity .identity-container .header-user {
  display: none;
}
#identity .identity-container .header-user .separator {
  display: none;
}
#identity .identity-container .reset-delivery {
  font-size: 25px;
  cursor: pointer;
  margin-right: 10px;
}
#identity .identity-container .reset-delivery:hover {
  text-decoration: none;
  color: #c6143d;
}
#identity .identity-container #delivery-address {
  text-transform: none;
  background: url('../../eshop/img/ic_pin.png') no-repeat left top;
  margin-bottom: 10px;
  padding-left: 20px;
}
#identity .identity-container #delivery-address.delivery-address-car,
#identity .identity-container #delivery-address.delivery-address-ebike {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 0;
  background: none;
}
#identity .identity-container #delivery-address.delivery-address-car::before,
#identity .identity-container #delivery-address.delivery-address-ebike::before {
  flex-shrink: 0;
  display: inline-block;
  content: " ";
  height: 24px;
  margin-right: 10px;
}
#identity .identity-container #delivery-address.delivery-address-car::before {
  width: 36px;
  background: url('/assets/frb/img/icons/ic_car_invert.svg') center center no-repeat;
  background-size: cover;
}
#identity .identity-container #delivery-address.delivery-address-ebike::before {
  width: 32px;
  background: url('/assets/frb/img/icons/ic_bike_invert.svg') center center no-repeat;
  background-size: cover;
}
@media screen and (min-width: 1024px) {
  #identity {
    max-width: 1170px;
    margin-top: 13px;
    margin-left: auto;
    margin-right: auto;
  }
  #identity .identity-container {
    justify-content: flex-end;
    max-width: 100%;
    padding: 0;
    margin-right: 10px;
  }
  #identity .identity-container a {
    margin: 0;
  }
  #identity .identity-container .header-user {
    display: flex;
    align-items: center;
  }
  #identity .identity-container .header-user .separator {
    display: block;
    height: 20px;
    border-left: 1px solid #10263b;
    margin: 0 10px;
    font-size: 0;
  }
  #identity .identity-container .header-user .active {
    font-family: Intro, Verdana, sans-serif;
    font-weight: bold;
  }
  #identity .identity-container .header-user .login {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #identity .identity-container .header-user #logged-user {
    padding-left: 25px;
    background: url('../../eshop/img/ic_user.png') no-repeat left top;
  }
  #identity .identity-container #delivery-address {
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  #identity .identity-container {
    margin-right: 0;
  }
  #identity .identity-container .header-user .separator {
    margin: 0 20px;
  }
  #identity .identity-container #delivery-address {
    display: none;
    margin-right: 40px;
    margin-bottom: 0;
  }
}
.top-search {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 40px);
  max-width: none;
  z-index: 2;
  padding: 25px 20px 20px;
  visibility: hidden;
  background-color: #b4c332;
}
.top-search form {
  display: flex;
  justify-content: center;
}
.top-search__submit {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  margin: 0;
}
.top-search__submit button {
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background-color: transparent;
  color: #10263b;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.top-search__submit button .icon {
  font-size: 16px;
}
.top-search__submit button:hover {
  background-color: #10263b;
  color: #fff;
}
.top-search #searchSubmit {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  text-align: center;
  font-size: 0;
}
.top-search #searchSubmit:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.top-search #searchSubmit:before {
  content: "\f122";
}
.top-search #searchSubmit::before {
  font-size: 16px;
}
.top-search__input,
.top-search #searchBox {
  width: 0;
  height: 50px;
  margin: 0;
  padding: 2px 0 0;
  font-size: 17px;
  color: #10263b;
  font-style: normal;
  transition: width 0.7s ease-in-out, padding 0.7s ease-in-out;
  border: none;
}
.top-search__input::placeholder,
.top-search #searchBox::placeholder {
  font-size: 16px;
  color: #10263b;
  font-style: normal;
  font-family: Intro, Verdana, sans-serif;
  opacity: 1;
}
input.top-search__input,
input.top-search #searchBox {
  padding: 2px 0 0;
  border: none;
}
.top-search.hidden {
  visibility: visible !important;
}
.top-search.open {
  visibility: visible;
}
.top-search.open .top-search__submit button {
  color: #fff;
  background-color: #10263b;
}
.top-search.open #searchSubmit {
  color: #fff;
  background-color: #10263b;
}
.top-search.open .top-search__input,
.top-search.open #searchBox {
  width: 280px;
  padding: 2px 19px 0;
}
.top-search .ui-autocomplete {
  left: 0 !important;
  width: 100% !important;
  border-left: 0;
  border-right: 0;
  overflow-x: hidden;
}
.top-search .ui-autocomplete .ui-menu-item {
  display: flex;
  align-items: center;
  min-height: 50px;
  height: auto;
  line-height: 1.5em;
}
.top-search .ui-autocomplete .ui-menu-item .item-prefix,
.top-search .ui-autocomplete .ui-menu-item .price,
.top-search .ui-autocomplete .ui-menu-item .arrow {
  flex-shrink: 0;
}
.top-search .ui-autocomplete .ui-menu-item .item-prefix {
  margin-right: 5px;
}
.top-search .ui-autocomplete .ui-menu-item .price,
.top-search .ui-autocomplete .ui-menu-item .arrow {
  margin-left: auto;
}
.top-search .ui-autocomplete .ui-menu-item.search {
  padding-left: 75px !important;
}
@media screen and (min-width: 1024px) {
  .top-search {
    position: relative;
    top: auto;
    left: auto;
    display: none;
    justify-content: flex-end;
    width: auto;
    max-width: 1170px;
    margin-left: 15px;
    padding: 0;
    visibility: visible;
    background-color: transparent;
  }
  .top-search.open .top-search__submit button {
    color: #10263b;
    background-color: #c7d530;
  }
}
#cart-banner-wrapper {
  flex-shrink: 0;
  flex-grow: 0;
}
.cart-content-rolldown-container {
  position: absolute;
  right: 0;
  width: 380px;
  max-height: 750px;
  background: white;
  border: 1px solid #c7d530;
  border-top: none;
  z-index: 10;
  margin-top: 68px;
  display: block;
  overflow-x: hidden;
  overflow-y: scroll;
  -webkit-box-shadow: 2px 2px 5px -3px #c7d530;
  box-shadow: 2px 2px 5px -3px #c7d530;
}
@media screen and (min-width: 1024px) {
  .cart-content-rolldown-container {
    margin-top: 110px;
  }
}
.cart-content-rolldown-container #order-list-error {
  grid-column: 1;
  grid-column-end: 4;
}
.cart-content-rolldown-container #order-list-error #msg {
  padding: 5px 10px;
}
.cart-content-rolldown-container .table-cart {
  display: block;
}
.cart-content-rolldown-container .table-cart > tbody > tr {
  padding: 2px 0 !important;
  display: grid;
  grid-template-columns: 60px 320px;
  width: 380px;
  border-bottom: 1px solid #f3f5f7;
}
.cart-content-rolldown-container .table-cart tbody tr:nth-child(odd) td {
  font-size: 0.85em;
}
.cart-content-rolldown-container .table-cart .prod-img {
  grid-column: 1;
  grid-row: 1;
  border-bottom: none;
}
.cart-content-rolldown-container .table-cart tbody tr td.prod-img img {
  margin-left: 3px;
}
.cart-content-rolldown-container .table-cart .prod-info h3 {
  font-size: 14px;
}
.cart-content-rolldown-container .table-cart .prod-info {
  padding-right: 3px;
  grid-column: 2 !important;
  grid-row: 1;
  border-bottom: none;
  display: grid;
  grid-template-columns: 120px 40px 160px;
}
.cart-content-rolldown-container .table-cart .prod-info .manufacturer {
  font-size: 12px;
}
.cart-content-rolldown-container .table-cart .prod-info .popup-detail {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row: 1;
  padding-bottom: 5px;
}
.cart-content-rolldown-container .table-cart .prod-info .remove-product {
  grid-column: 2;
  grid-row: 2;
  font-size: 14px;
}
.cart-content-rolldown-container .table-cart .prod-info .remove-product a,
.cart-content-rolldown-container .table-cart .prod-info .remove-product a:hover {
  text-decoration: none;
}
.cart-content-rolldown-container .table-cart .prod-info .add-count {
  grid-column: 1;
  grid-row: 2;
}
.cart-content-rolldown-container .table-cart .prod-info .prod-total-price {
  grid-column: 3;
  grid-row: 2;
}
.cart-content-rolldown-container .table-cart .prod-info .product-error {
  border-bottom: none;
}
.cart-content-rolldown-container .table-cart .prod-amount {
  border-bottom: none;
}
.cart-content-rolldown-container .table-cart .prod-total-price {
  padding-left: 3px;
  padding-right: 25px;
}
.cart-content-rolldown-container .table-cart .prod-total-price .total-price {
  font-size: 16px;
}
.cart-content-rolldown-container .table-cart .remove {
  grid-column: 5;
  grid-row: 1;
}
.cart-content-rolldown-container .table-cart .remove a {
  font-size: 18px;
}
.cart-content-rolldown-container .table-cart .product-error {
  grid-column: 1 / span5;
  grid-row: 2;
  padding: 5px;
}
.cart-content-rolldown-container .table-cart .product-error .msg {
  width: 92%;
  margin: auto;
  margin-left: 2px;
  font-size: 14px;
  padding: 5px;
  line-height: 20px;
}
.cart-content-rolldown-container .table-cart .add-count {
  width: 100px;
  border-bottom: none;
}
.cart-content-rolldown-container .table-cart .add-count .amount-minus {
  padding: 0;
}
.cart-content-rolldown-container .table-cart .add-count .amount {
  padding: 0;
  height: 20px;
}
.cart-content-rolldown-container .table-cart .add-count .amount input {
  font-size: 13px;
  width: 50px;
  height: 20px;
}
.cart-content-rolldown-container .table-cart .add-count .amount-plus {
  padding: 0;
}
.cart-content-rolldown-container .table-cart .add-count .amount-minus a,
.cart-content-rolldown-container .table-cart .add-count .amount-plus a {
  width: 25px;
  float: left;
  height: 20px;
  line-height: 20px;
  padding: 0;
}
.top-cart {
  position: absolute;
  z-index: 2;
  visibility: hidden;
  display: none;
  justify-content: center;
  width: 100%;
  background-color: #263a4d;
}
.top-cart.open {
  visibility: visible;
}
@media screen and (min-width: 1024px) {
  .top-cart {
    position: relative;
    z-index: auto;
    visibility: visible;
    justify-content: flex-end;
    background-color: transparent;
  }
}
#cart {
  display: none;
  width: 195px;
  height: 110px;
  background-color: #263a4d;
  color: #fff;
  opacity: 0.9;
}
#cart .cart-content {
  display: block;
  width: 100%;
  height: 90px;
  padding: 20px 0 0;
  color: #fff;
  font-family: Intro, Verdana, sans-serif;
  font-size: 18px;
}
#cart .cart-content.cart-no-button {
  padding: 35px 0 0 0;
  height: 75px;
}
#cart .cart-content:hover {
  text-decoration: none;
  background: #b4c332;
}
#cart .cart-content:hover .pieces {
  color: #000;
}
#cart .cart-content:hover #shopping-cart-icon .cart .icon {
  fill: #000;
}
#cart .cart-content:hover #shopping-cart-icon .cart,
#cart .cart-content:hover #shopping-cart-icon.plus .cart-plus {
  opacity: 0;
}
#cart .cart-content:hover #shopping-cart-icon .cart .icon,
#cart .cart-content:hover #shopping-cart-icon.plus .cart-plus .icon {
  fill: #c7d530;
}
#cart .cart-content:hover #shopping-cart-icon .cart-hover {
  opacity: 1;
}
#cart .cart-content:hover #shopping-cart-icon .cart-hover .icon {
  fill: #000;
}
#cart .cart-content:hover .cart-in .total-price {
  color: #000;
}
#cart .cart-content:hover .cart-in .total-price > div {
  color: #c7d530;
}
#cart .cart-content:hover .cart-in .total-price div {
  color: #000;
}
#cart .cart-content:hover .cart-min-order {
  color: #000;
  border-top-color: rgb(16, 38, 59, 0.1);
}
#cart .cart-content:hover .cart-min-order span {
  color: #000;
}
#cart .cart-content .cart-in {
  position: relative;
}
#cart .cart-content .cart-in .pieces {
  position: absolute;
  top: 2px;
  left: 37px;
  text-align: center;
  line-height: 23px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  font-size: 11px;
  color: #000;
  background-color: #fff;
  width: 20px;
  height: 20px;
  border-radius: 10px;
}
#cart .cart-content .cart-in .total-price {
  text-align: right;
  margin: 8px 20px 0 0;
  color: #fff;
  font-size: 15px;
  line-height: 18px;
}
#cart .cart-content .cart-in .total-price > div {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
}
#cart .cart-content .cart-in .total-price > div .currency {
  text-transform: none;
}
#cart .cart-content .cart-in .total-price div {
  color: #c7d530;
}
#cart .cart-content #shopping-cart-icon {
  float: left;
  width: 32px;
  height: 30px;
  margin: 8px 15px 0 15px;
}
#cart .cart-content #shopping-cart-icon .cart,
#cart .cart-content #shopping-cart-icon .cart-plus,
#cart .cart-content #shopping-cart-icon .cart-hover {
  opacity: 0;
  position: absolute;
  transition: opacity 0.3s ease-in-out;
}
#cart .cart-content #shopping-cart-icon .cart .icon,
#cart .cart-content #shopping-cart-icon .cart-plus .icon,
#cart .cart-content #shopping-cart-icon .cart-hover .icon {
  fill-rule: evenodd;
}
#cart .cart-content #shopping-cart-icon .cart {
  opacity: 1;
}
#cart .cart-content #shopping-cart-icon .cart .icon {
  fill: #c7d530;
}
#cart .cart-content #shopping-cart-icon .cart-hover .icon {
  fill: #c7d530;
}
#cart .cart-content #shopping-cart-icon .cart-plus .icon {
  fill: #c7d530;
}
#cart .cart-content #shopping-cart-icon.plus .cart-plus {
  opacity: 1;
}
#cart .cart-content #shopping-cart-icon.plus .cart {
  opacity: 0;
}
#cart .cart-button {
  line-height: 38px;
  margin-top: 6px;
  font-size: 12px;
  text-transform: uppercase;
  text-align: center;
}
#cart .cart-button .cart-min-order {
  color: #fff;
  border-top: 1px solid #394b5d;
  font-family: Intro, Verdana, sans-serif;
  padding-top: 2px;
}
#cart .cart-button .cart-min-order span {
  text-transform: none;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
#cart .cart-button .cart-submit {
  height: 37px;
  background: #10263b;
  color: #fff;
  border-top: 1px solid #10263b;
  padding-top: 2px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.categories-toggle {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
  background-color: #10263b;
  color: #fff;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  cursor: default;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.categories-toggle .icon {
  margin-left: 10px;
  font-size: 25px;
}
.categories-toggle .icon:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.categories-toggle .icon:before {
  content: "\f113";
}
.categories-toggle.open .icon:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.categories-toggle.open .icon:before {
  content: "\f10f";
}
@media screen and (min-width: 1024px) {
  .categories-toggle {
    display: none;
  }
}
.cbp-hrmenu {
  display: none;
  font-family: Intro, Verdana, sans-serif;
  position: relative;
  font-size: 17px;
  line-height: 20px;
  background-color: #10263b;
  z-index: 2;
}
.cbp-hrmenu.cropped {
  overflow: hidden;
}
.cbp-hrmenu.open ul {
  display: flex;
}
.cbp-hrmenu a,
.cbp-hrmenu a:focus,
.cbp-hrmenu a:visited,
.cbp-hrmenu a:visited:focus {
  color: #fff;
}
.cbp-hrmenu a#search-open {
  font-size: 15px;
}
.cbp-hrmenu a.vertical {
  text-transform: uppercase;
}
.cbp-hrmenu a.active,
.cbp-hrmenu a span.active {
  color: #c7d530;
}
.cbp-hrmenu ul {
  display: none;
  flex-flow: column;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.cbp-hrmenu ul li a.vertical {
  font-size: 14px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.cbp-hrmenu > ul > li {
  flex-grow: 1;
}
.cbp-hrmenu > ul > li.link {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.cbp-hrmenu > ul > li.search {
  display: none;
}
.cbp-hrmenu > ul > li > a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 10px;
}
.cbp-hrmenu > ul > li > a:hover {
  text-decoration: none;
}
.cbp-hrmenu > ul > li > a > span {
  text-align: center;
}
.cbp-hrmenu > ul > li:last-child.link {
  border-bottom: 0;
}
.cbp-hrmenu .cbp-hrsub {
  display: none;
  position: absolute;
  background: #10263b;
  width: 100%;
  left: 0;
  line-height: 25px;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner {
  padding: 20px;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner a {
  display: flex;
  align-items: center;
  height: 100%;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner a .fa {
  color: #c7d530;
  margin-right: 15px;
  padding-bottom: 4px;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner ul {
  flex-wrap: wrap;
  flex-direction: row;
  text-align: left;
}
.cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner ul li {
  width: 280px;
  height: 40px;
  line-height: 18px;
  font-size: 15px;
}
.cbp-hrmenu .mobile-category-expand {
  flex-grow: 1;
  text-align: right;
}
.cbp-hrmenu .mobile-category-expand:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.cbp-hrmenu .mobile-category-expand:before {
  content: "\f113";
}
.cbp-hrmenu .mobile-category-expand::before {
  font-size: 20px;
}
.cbp-hrmenu .link.open .mobile-category-expand:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.cbp-hrmenu .link.open .mobile-category-expand:before {
  content: "\f10f";
}
.cbp-hrmenu .link.open .cbp-hrsub {
  position: relative;
  display: block;
}
@media screen and (min-width: 1024px) {
  .cbp-hrmenu a:hover,
  .cbp-hrmenu a:focus:hover,
  .cbp-hrmenu a:visited:hover,
  .cbp-hrmenu a:visited:focus:hover {
    text-decoration: none;
    color: #c7d530;
    background: #10263b;
  }
  .cbp-hrmenu ul {
    display: flex;
    flex-flow: row;
  }
  .cbp-hrmenu > ul > li {
    height: 60px;
  }
  .cbp-hrmenu > ul > li.link {
    border-bottom: 0;
    padding-right: 1px;
    background: url(../../frb/img/separator.svg) no-repeat 100% 50%;
  }
  .cbp-hrmenu > ul > li.search {
    display: block;
  }
  .cbp-hrmenu > ul > li > a {
    justify-content: center;
    padding: 0 10px;
  }
  .cbp-hrmenu > ul > li > a span {
    flex-basis: 0;
  }
  .cbp-hrmenu > ul > li .mobile-category-expand {
    display: none;
  }
  .cbp-hrmenu > ul > li:hover .cbp-hrsub {
    z-index: 15;
    display: block;
  }
  .cbp-hrmenu .cbp-hrsub .cbp-hrsub-inner a:hover span {
    text-decoration: underline;
  }
  .cbp-hrmenu #search-open {
    display: flex;
  }
}
#ownProdBody .cbp-hrmenu > ul > li > a span {
  flex-basis: content;
}
.msg {
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 15px;
  font-size: 16px;
}
.msg li {
  margin: 0 !important;
  padding: 0;
  background: none;
}
.msg.default {
  background-color: #f3f5f7;
  border-color: #dcdcdc;
}
.msg.info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f;
}
.msg.info2 {
  background-color: #fffac1;
  border-color: #fffac1;
  color: #10263b;
}
.msg.warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
.msg.ok {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
}
.msg.error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442;
}
.msg i {
  display: inline-block;
  margin-right: 3px;
}
.msg big {
  font-size: 1.313em;
  line-height: 1em;
  /* 21px/21px */
  color: #10263b;
  font-weight: 500;
}
.msg a {
  text-decoration: underline;
  color: #000;
}
/** MIXINS **/
#cart-header {
  margin-top: 10px;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
  font-size: 35px;
}
@media screen and (min-width: 1024px) {
  #cart-header {
    margin-bottom: 10px;
    padding: 10px 0 10px 20px;
    text-align: left;
    font-size: 41px;
  }
}
.shopping-cart-container a.checkbox:hover,
.shopping-cart-container a.checkbox:active {
  color: #000;
}
.order-finished-container .msg a.btn {
  text-decoration: none;
}
#tdi-order-list {
  overflow-x: scroll;
  overflow-y: hidden;
}
@supports (display: contents) and (not (-webkit-flow-from: main)) {
  #tdi-order-list {
    overflow: auto;
  }
}
.table-cart .remove-mobile {
  display: none;
}
@supports (display: contents) and (not (-webkit-flow-from: main)) {
  .table-cart {
    display: grid;
    grid-template-columns: repeat(3, auto);
    grid-auto-rows: auto;
  }
  .table-cart thead {
    display: none;
  }
  .table-cart tbody,
  .table-cart tfoot,
  .table-cart tr {
    display: contents;
  }
  .table-cart tr td {
    padding: 10px 10px 10px 0;
  }
  .table-cart .w-15,
  .table-cart .w-90,
  .table-cart .w-110,
  .table-cart .w-120 {
    width: auto;
  }
  .table-cart tbody tr td.prod-img img {
    margin-left: 15px;
  }
  .table-cart tfoot td {
    background-color: #f3f5f7;
  }
  .table-cart tfoot .cart-final-price .price-label,
  .table-cart tfoot .cart-credit-used .price-label,
  .table-cart tfoot .cart-payment-price .price-label,
  .table-cart tfoot .cart-loyalty-points .price-label {
    grid-column: 1 / span 2;
    text-align: right;
  }
  .table-cart tfoot .cart-final-price .price-value,
  .table-cart tfoot .cart-credit-used .price-value,
  .table-cart tfoot .cart-payment-price .price-value,
  .table-cart tfoot .cart-loyalty-points .price-value {
    grid-column: 3;
    padding-right: 0;
    white-space: nowrap;
  }
  .table-cart tfoot .cart-payment-price .price-label {
    font-size: 25px;
  }
  .table-cart tfoot .cart-payment-price .price-value {
    font-size: 29px;
    color: #c6143d;
  }
  .table-cart tfoot .cart-loyalty-login td {
    grid-column: 1 / span 6;
  }
  .table-cart tfoot .cart-credit-used .icon-delete-wrapper {
    vertical-align: middle;
  }
  .table-cart tfoot .cart-credit-used .icon-delete-wrapper a {
    font-size: 24px;
    line-height: 24px;
  }
  .table-cart tfoot .footinfo {
    grid-column: 1 / span 3;
    padding-right: 0;
    text-align: center;
  }
  .table-cart .prod-img {
    grid-column: 1;
    grid-row: span 3;
  }
  .table-cart .want-gift-packaging .prod-img {
    padding-top: 14px;
    padding-bottom: 6px;
  }
  .table-cart .want-gift-packaging .prod-img a:hover {
    text-decoration: none;
  }
  .table-cart .prod-info {
    grid-column: 2 / span 2;
    padding-right: 10px;
  }
  .table-cart .prod-info h3 {
    font-size: 15px;
  }
  .table-cart .prod-amount {
    grid-column: 2;
  }
  .table-cart .prod-amount-packaging {
    text-align: center;
    font-size: 16px !important;
    font-family: Arial, sans-serif;
    padding-right: 50px;
  }
  .table-cart .prod-piece-price {
    grid-column: 2;
  }
  .table-cart .prod-total-price {
    grid-column: 3;
  }
  .table-cart .prod-total-price .total-price {
    justify-content: flex-end;
  }
  .table-cart .remove-mobile {
    display: block;
    grid-column: 3;
  }
  .table-cart .remove-mobile .remove-product {
    justify-content: flex-end;
  }
  .table-cart .remove {
    display: none;
  }
  .table-cart .prod-info,
  .table-cart .prod-amount,
  .table-cart .remove-mobile {
    border-bottom: 0;
  }
  .table-cart .cart-discount.cart-discount--disabled .prod-info h3,
  .table-cart .cart-discount.cart-discount--disabled .prod-total-price .total-price,
  .table-cart .cart-discount.cart-discount--disabled .prod-total-price .total-price .currency,
  .table-cart .cart-discount.cart-discount--disabled .remove .icon-delete-wrapper .icon-delete {
    color: #d1d6db;
  }
  .table-cart .cart-discount.cart-discount--disabled .prod-total-price .total-price {
    text-decoration: line-through;
  }
  .table-cart .credit-input-row .row-content,
  .table-cart .voucher-input-row .row-content {
    grid-column: 1 / span 3;
    text-align: right;
  }
  .table-cart .credit-input-row span,
  .table-cart .voucher-input-row span {
    font-size: 17px;
  }
  .table-cart .credit-input-row span .credit-marginal-note,
  .table-cart .voucher-input-row span .credit-marginal-note {
    font-size: 13px;
  }
  .table-cart .credit-input-row input,
  .table-cart .voucher-input-row input {
    width: 100px;
    font-size: 0.8em;
    text-align: right;
    margin-left: 10px;
  }
  .table-cart .credit-input-row .btn:focus,
  .table-cart .voucher-input-row .btn:focus {
    outline: none;
  }
  .table-cart .row-padding {
    display: none;
  }
  .table-cart .add-count {
    display: flex;
    align-items: center;
    height: 100%;
  }
  .table-cart .add-count input {
    margin: 0;
  }
  .table-cart .prod-img .popup-detail,
  .table-cart .price,
  .table-cart .total-price,
  .table-cart .remove-product {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
  }
  .table-cart .prod-img .popup-detail {
    align-items: start;
  }
  .table-cart .msg {
    font-size: 15px;
  }
  @media screen and (min-width: 1024px) {
    .table-cart {
      grid-template-columns: repeat(6, auto);
    }
    .table-cart thead {
      display: contents;
    }
    .table-cart tbody tr td.prod-img img {
      margin-left: 65px;
    }
    .table-cart tfoot .cart-final-price .price-label,
    .table-cart tfoot .cart-credit-used .price-label,
    .table-cart tfoot .cart-payment-price .price-label,
    .table-cart tfoot .cart-loyalty-points .price-label {
      grid-column: 1 / span 4;
    }
    .table-cart tfoot .cart-final-price .price-value,
    .table-cart tfoot .cart-credit-used .price-value,
    .table-cart tfoot .cart-payment-price .price-value,
    .table-cart tfoot .cart-loyalty-points .price-value {
      grid-column: 5 / span 2;
    }
    .table-cart tfoot .footinfo {
      grid-column: 1 / span 6;
      text-align: right;
    }
    .table-cart tr td {
      padding: 10px 30px 10px 0;
    }
    .table-cart .prod-info,
    .table-cart .prod-amount,
    .table-cart .prod-piece-price,
    .table-cart .prod-total-price,
    .table-cart .remove {
      grid-column: initial;
    }
    .table-cart .prod-info,
    .table-cart .prod-amount,
    .table-cart .remove-mobile {
      border-bottom: 1px solid #f3f5f7;
    }
    .table-cart .prod-info {
      padding-right: 60px;
    }
    .table-cart .prod-info h3 {
      font-size: 18px;
    }
    .table-cart .remove-mobile {
      display: none;
    }
    .table-cart .remove {
      display: block;
    }
    .table-cart .prod-info,
    .table-cart .prod-amount {
      border-bottom: 1px solid #f3f5f7;
    }
    .table-cart .credit-input-row .row-content,
    .table-cart .voucher-input-row .row-content {
      grid-column: 1 / span 5;
    }
    .table-cart .row-padding {
      display: block;
    }
    .table-cart .prod-img .popup-detail {
      align-items: center;
    }
    .table-cart .msg {
      font-size: 16px;
    }
    .table-cart .want-gift-packaging .prod-img a .fa {
      margin-left: 40px;
    }
  }
}
div.select2-container .select2-choices,
div.select2-container .select2-results,
div.select2-container .select2-choice,
div.select2-container .select2-container {
  height: 29px;
}
div.select2-container a.select2-choice {
  padding-top: 1px;
  text-decoration: none;
  min-width: 150px;
  line-height: 29px;
}
div.select2-container a.select2-choice .select2-arrow b::after {
  line-height: 29px;
  height: 29px;
}
label[for^="s2id_autogen"] {
  line-height: 26px;
}
.step-1b.form-1-col .form-element-container,
.step-2.form-1-col .form-element-container,
.step-3.form-1-col .form-element-container,
.step-4.form-1-col .form-element-container,
.step-1b.form-1-col .phone-number,
.step-2.form-1-col .phone-number,
.step-3.form-1-col .phone-number,
.step-4.form-1-col .phone-number {
  margin: 15px 0;
}
.step-1b.form-1-col .form-element-container .label,
.step-2.form-1-col .form-element-container .label,
.step-3.form-1-col .form-element-container .label,
.step-4.form-1-col .form-element-container .label {
  margin-bottom: 7px;
}
.step-1b.form-1-col .phone-number .form-element-container,
.step-2.form-1-col .phone-number .form-element-container,
.step-3.form-1-col .phone-number .form-element-container,
.step-4.form-1-col .phone-number .form-element-container {
  margin: 0;
}
.step-1b .col,
.step-2 .col,
.step-3 .col,
.step-4 .col {
  margin: 20px auto;
  padding: 0;
  float: none;
}
.step-1b .col .actions a,
.step-2 .col .actions a,
.step-3 .col .actions a,
.step-4 .col .actions a,
.step-1b .col .action-edit a,
.step-2 .col .action-edit a,
.step-3 .col .action-edit a,
.step-4 .col .action-edit a {
  font-weight: normal;
  text-decoration: underline;
}
.step-1b .col.deliveryInfo,
.step-2 .col.deliveryInfo,
.step-3 .col.deliveryInfo,
.step-4 .col.deliveryInfo {
  border-left: 1px solid #f3f5f7;
  padding-left: 30px;
}
.step-1b .col.deliveryInfo .select label,
.step-2 .col.deliveryInfo .select label,
.step-3 .col.deliveryInfo .select label,
.step-4 .col.deliveryInfo .select label {
  width: 30%;
  padding-top: 8px;
}
.step-1b .col.deliveryInfo .select .action-edit,
.step-2 .col.deliveryInfo .select .action-edit,
.step-3 .col.deliveryInfo .select .action-edit,
.step-4 .col.deliveryInfo .select .action-edit {
  margin-left: 31%;
  display: block;
}
.step-1b .col.deliveryInfo .select .selectizr,
.step-2 .col.deliveryInfo .select .selectizr,
.step-3 .col.deliveryInfo .select .selectizr,
.step-4 .col.deliveryInfo .select .selectizr {
  font-size: 18px;
  font-weight: 500;
  max-width: 285px;
}
.step-1b .col.deliveryInfo .select .selectizr a,
.step-2 .col.deliveryInfo .select .selectizr a,
.step-3 .col.deliveryInfo .select .selectizr a,
.step-4 .col.deliveryInfo .select .selectizr a {
  padding-top: 5px;
  padding-bottom: 5px;
}
.step-1b .col.deliveryInfo .actions,
.step-2 .col.deliveryInfo .actions,
.step-3 .col.deliveryInfo .actions,
.step-4 .col.deliveryInfo .actions {
  margin-left: 31%;
}
.step-1b .col.deliveryInfo .actions a,
.step-2 .col.deliveryInfo .actions a,
.step-3 .col.deliveryInfo .actions a,
.step-4 .col.deliveryInfo .actions a {
  display: block;
  margin-bottom: 5px;
}
.step-1b .col.personalInfo,
.step-2 .col.personalInfo,
.step-3 .col.personalInfo,
.step-4 .col.personalInfo {
  border-right: 1px solid #f3f5f7;
  margin-right: -1px;
}
.step-1b .col.personalInfo #personal-data .label,
.step-2 .col.personalInfo #personal-data .label,
.step-3 .col.personalInfo #personal-data .label,
.step-4 .col.personalInfo #personal-data .label {
  width: 30%;
  display: inline-block;
  text-align: right;
  margin-right: 10px;
  font-style: normal;
  font-weight: normal;
}
.step-1b .col.personalInfo #personal-data span,
.step-2 .col.personalInfo #personal-data span,
.step-3 .col.personalInfo #personal-data span,
.step-4 .col.personalInfo #personal-data span {
  font-weight: bold;
}
.step-1b .col.personalInfo .actions,
.step-2 .col.personalInfo .actions,
.step-3 .col.personalInfo .actions,
.step-4 .col.personalInfo .actions {
  margin-left: 33%;
  margin-top: 16px;
}
@media screen and (min-width: 1024px) {
  .step-1b .col,
  .step-2 .col,
  .step-3 .col,
  .step-4 .col {
    width: 500px;
  }
}
.step-1b h3 {
  margin: 10px auto;
}
.step-1b .cart-loyalty-box {
  background-color: #f3f5f7;
  line-height: 30px;
  padding: 20px;
}
.step-1b .cart-loyalty-box a {
  color: #c6143d;
}
.step-2 {
  margin-top: 30px;
  padding-top: 0;
}
.step-2 h3 {
  margin-bottom: 15px;
}
.step-2 .noneditable-field {
  margin: 8px 7px 10px 0;
}
.step-2 .checkbox {
  font-size: 18px;
}
@media screen and (min-width: 1024px) {
  .step-2 h3 {
    margin-bottom: 20px;
  }
}
.step-3 h3 {
  margin-bottom: 20px;
}
.step-3 .checkbox {
  font-size: 18px;
}
.step-3 .label {
  margin-left: 21px;
  margin-top: 0;
  color: #666;
}
.step-3 .cart-delivery > div {
  margin: 15px 0;
}
.step-3 .cart-delivery > div .label {
  margin-left: 25px;
  margin-top: 5px;
}
.step-3 .cart-delivery .delivery-selector .delivery-selector-content {
  display: flex;
}
.step-3 .cart-delivery .delivery-selector .delivery-selector-link {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.step-3 .cart-delivery .delivery-selector .delivery-selector-link > img {
  width: 50px;
  margin: 0 10px;
}
.step-3 .cart-delivery .delivery-selector .delivery-info {
  font-weight: bold;
  font-size: 15px;
}
.step-3 .cart-delivery .delivery-selector .delivery-info .price-text {
  margin-top: 10px;
  font-weight: normal;
}
.step-3 .cart-delivery .delivery-selector .delivery-info .price-text .today-order-info {
  font-style: italic;
  margin-top: 5px;
}
.step-3 .cart-delivery .delivery-selector .delivery-selector-info {
  margin-top: 15px;
  margin-left: 10px;
}
.step-3 .slots {
  margin: 10px 0;
}
.step-3 .slots h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.step-3 .slots label {
  display: block;
  margin-right: 5px;
  line-height: 32px;
}
.step-3 .slots select {
  width: 100%;
}
.step-3 .selected-store select {
  display: none;
}
.step-3 .free-delivery {
  color: #c6143d;
}
.step-3 .arrow_box {
  position: relative;
  background: #f3f5f7;
}
.step-3 .arrow_box::after {
  bottom: 100%;
  left: 10%;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border: 15px solid rgba(252, 248, 227, 0);
  border-bottom-color: #f3f5f7;
}
.step-3 .groups .label-group {
  margin: 0;
  width: 100%;
  border-top: 1px solid #f3f5f7;
  padding-top: 20px;
}
.step-3 .groups .label-group:first-child {
  border: none;
  padding-top: 0;
}
.step-3 .groups .label-group.error {
  margin-bottom: 0;
}
.step-3 .groups .label-group.disabled {
  margin-bottom: 0;
}
.step-3 .groups .label-group.disabled .msg {
  margin-left: 15px;
  margin-top: 15px;
}
.step-3 .groups .label-group:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .step-3 .groups .label-group {
    margin: 0 20px 20px 40px;
    width: 85%;
  }
}
@media screen and (min-width: 1024px) {
  .step-3 h3 {
    margin-bottom: 40px;
  }
  .step-3 .slots {
    margin: 10px 0 10px 21px;
  }
}
.cart-box {
  font-size: 15px;
}
.cart-box .point {
  background: none repeat scroll 0 0 #c6143d;
  border-radius: 16px;
  color: #fff;
  display: inline-block;
  padding: 5px;
  width: 22px;
  height: 22px;
  line-height: 25px;
  text-align: center;
  margin-right: 3px;
}
.cart-box h2 {
  font-size: 24px;
}
.cart-box .msg.news {
  margin: 20px 0 0;
}
.cart-box .msg.discount {
  background: #c7d530;
  color: #10263b;
}
.cart-box a.checkbox {
  text-decoration: none !important;
}
.cart-box a.checkbox :hover {
  text-decoration: none !important;
}
.cart-box .select {
  padding-bottom: 10px;
}
.cart-box .select .val-info {
  display: none;
}
.cart-box .select .selectizr {
  min-width: 35%;
}
.cart-box .note {
  margin-bottom: 0;
}
.cart-box .note h3 {
  margin-left: 0;
}
.cart-box .note .form-fullwidth {
  margin: 0 auto;
}
.cart-box .note textarea {
  width: 100%;
  height: 100px;
  max-width: 100%;
}
.cart-box .note .val-info {
  display: none;
}
.cart-box.orderBtnBox {
  width: 100%;
  margin: 15px auto 40px;
  font-size: 22px;
}
.cart-box.orderBtnBox span {
  text-transform: none;
}
.cart-box .ageRestriction fieldset > a,
.cart-box .termsOfUseForm fieldset > a,
.cart-box .wantsUserRegistration fieldset > a,
.cart-box .newsletterSubscriptionForm fieldset > a {
  text-decoration: underline;
}
.cart-box .wantsUserRegistration .long {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.5em;
}
.cart-box .wantsUserRegistration .long .loyalty-registration-tooltip {
  position: absolute;
  top: auto;
  left: 50%;
  z-index: 10;
  width: 80%;
  display: none;
  margin-top: 10px;
  padding: 30px;
  line-height: 1.5em;
  transform: translateX(-50%);
  background-color: #c7d530;
}
.cart-box .wantsUserRegistration .long i:hover + .loyalty-registration-tooltip {
  display: block;
}
.cart-box .wantsUserRegistration a {
  font-size: 18px;
}
.cart-box .wantsUserRegistration a.terms-of-use {
  text-decoration: underline;
}
.cart-box .itemsPaymentInfo {
  font-style: italic;
}
.cart-box .confirmations {
  margin: 0 auto;
}
.cart-box .confirmations .cart-box {
  margin-bottom: 15px;
}
.cart-box .confirmations .cart-box:last-child {
  margin-bottom: 0;
}
.cart-box .buybutton {
  height: auto;
  margin-top: 30px;
  margin-bottom: 30px;
  white-space: normal;
}
.cart-box.delivery .arrowed {
  background: url("/assets/eshop/img/arrow.png") no-repeat scroll 20px 100%;
  padding-bottom: 70px;
}
.cart-box.delivery .disabled .name {
  opacity: 0.5;
}
.cart-box .form-fullwidth label {
  font-size: 15px;
}
@media screen and (min-width: 1024px) {
  .cart-box .note .form-fullwidth {
    width: 500px;
  }
  .cart-box.orderBtnBox {
    width: 500px;
  }
  .cart-box .confirmations {
    width: 400px;
  }
  .cart-box .buybutton {
    white-space: nowrap;
  }
  .cart-box.form {
    margin: 0;
  }
}
.remove-voucher {
  top: -20px;
  left: 40px;
}
.icon-delete-wrapper {
  position: relative;
}
#order-list-error {
  padding: 10px 0;
}
#order-list-error .msg.error {
  text-align: center;
}
.select2-result-label .splitted,
.select2-chosen .splitted {
  display: -ms-flexbox;
  display: flex;
}
.select2-result-label .splitted span:last-child,
.select2-chosen .splitted span:last-child {
  margin-left: auto;
}
.slots .slot-picker-option,
.select2-results .slot-picker-option {
  display: inline-block;
}
.slots .namespace-cartSlots,
.select2-results .namespace-cartSlots,
.slots .namespace-wizardSlots,
.select2-results .namespace-wizardSlots {
  display: flex;
  align-items: center;
}
.slots .namespace-cartSlots .slot-picker-option.day,
.select2-results .namespace-cartSlots .slot-picker-option.day,
.slots .namespace-wizardSlots .slot-picker-option.day,
.select2-results .namespace-wizardSlots .slot-picker-option.day,
.slots .namespace-cartSlots .slot-picker-option.date,
.select2-results .namespace-cartSlots .slot-picker-option.date,
.slots .namespace-wizardSlots .slot-picker-option.date,
.select2-results .namespace-wizardSlots .slot-picker-option.date,
.slots .namespace-cartSlots .slot-picker-option.time,
.select2-results .namespace-cartSlots .slot-picker-option.time,
.slots .namespace-wizardSlots .slot-picker-option.time,
.select2-results .namespace-wizardSlots .slot-picker-option.time {
  padding: 0 5px;
}
.slots .namespace-cartSlots .slot-picker-option.price,
.select2-results .namespace-cartSlots .slot-picker-option.price,
.slots .namespace-wizardSlots .slot-picker-option.price,
.select2-results .namespace-wizardSlots .slot-picker-option.price {
  margin-left: auto;
  padding-right: 5px;
}
.cart-reserved-price {
  margin-top: 20px;
}
.table-cart .prod-info .voucher-warning {
  font-size: 0.7778em;
  line-height: 1.5em;
  color: #c6143d;
}
.table-cart .credit-input-row .voucher-input-note,
.table-cart .voucher-input-row .voucher-input-note {
  font-size: 0.6em;
  margin-bottom: 5px;
}
@media screen and (min-width: 1024px) {
  .payment-name {
    width: 350px !important;
  }
}
body .mfp-bg {
  background-color: #10263b;
}
.mfp-wrap .mfp-container {
  height: auto;
  padding: 0;
}
.mfp-wrap .mfp-container .mfp-content {
  display: inline-flex;
  display: -ms-inline-flexbox;
  justify-content: center;
  -ms-flex-pack: center;
  height: 100%;
}
.mfp-wrap .mfp-container .mfp-content .content-container-ajax {
  width: 100%;
  height: 100%;
  background: #fff;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close {
  top: 10px;
  right: 10px;
  width: auto;
  height: auto;
  padding: 0;
  font-size: 0;
}
.mfp-wrap .mfp-container .mfp-content .mfp-close::before {
  font-size: 28px;
  width: 28px;
  /* CLS fix */
}
@media screen and (min-width: 1024px) {
  .mfp-wrap .mfp-container {
    height: 100%;
    padding: 0 6px;
  }
  .mfp-wrap .mfp-container .mfp-content {
    height: auto;
  }
  .mfp-wrap .mfp-container .mfp-content .content-container-ajax {
    width: 825px;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .content-container-header .category-header {
    display: none;
  }
}
.content {
  width: 100%;
}
.content .category-header {
  display: none;
}
.content #TDIMessagePrev {
  text-align: center;
}
.content #TDIMessagePrev #TDIHrefPrev {
  line-height: 22px;
}
@media screen and (min-width: 1024px) {
  .content .category-header {
    display: block;
  }
}
.category-pretext {
  font-size: 16px;
  line-height: 25px;
  margin: 0 auto 40px;
  font-family: Intro, Verdana, sans-serif;
  background: #f3f5f7;
  padding: 20px 20px 10px;
}
.category-pretext .text {
  display: inline-block;
}
.category-pretext .text strong {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.category-image {
  margin: 0 0 20px;
}
.original-price {
  background-color: transparent;
  background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(0.48, transparent), color-stop(0.5, #000), color-stop(0.52, transparent), color-stop(1, transparent));
  background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #a6a6a6 50%, transparent 55%, transparent 100%);
  color: #b5b5b5 !important;
}
.price-discounted,
.price-discounted .price,
.price-discounted .currency {
  color: #c6143d !important;
}
.catalogue-info {
  line-height: 175%;
}
.catalogue-info a.want-shopping {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: black;
  margin-left: 3px;
}
.catalogue-info a.want-shopping:hover {
  color: white;
}
@media screen and (min-width: 1024px) {
  .catalogue-info a.want-shopping {
    display: inline-block;
  }
}
.product-info {
  font-family: Intro, Verdana, sans-serif;
  text-align: center;
}
.product-info h1 {
  margin-top: 15px;
  margin-bottom: 0;
  font-family: Intro, Verdana, sans-serif;
  font-size: 30px;
  line-height: 1.5;
}
.product-info a {
  text-decoration: underline;
}
.product-info dl.product-attributes {
  display: flex;
}
.product-info dl.product-attributes.first {
  margin-top: 30px;
}
.product-info dl.product-attributes.product-categories {
  align-items: flex-start;
  line-height: 1.5em;
}
.product-info dl.product-attributes.product-categories .product-breadcrumb-wrapper {
  text-align: left;
}
.product-info dl.product-attributes.product-categories .product-breadcrumb-wrapper .product-breadcrumb {
  display: block;
}
.product-info dl.product-attributes dt,
.product-info dl.product-attributes dd {
  font-size: 18px;
  padding: 0 0 10px 5px;
}
.product-info dl.product-attributes dd {
  font-weight: bold;
  font-family: Intro, Verdana, sans-serif;
}
.product-info .product-icons {
  position: relative;
  margin: 15px 0 10px 0;
}
.product-info .prices {
  margin: 25px 0;
}
.product-info .prices strong .price,
.product-info .prices strong .currency {
  font-size: 30px;
}
.product-info .prices .original-price {
  background-color: transparent;
  background-image: gradient(linear, 19.1% -7.9%, 81% 107.9%, color-stop(0, transparent), color-stop(0.48, transparent), color-stop(0.5, #000), color-stop(0.52, transparent), color-stop(1, transparent));
  background-image: repeating-linear-gradient(163deg, transparent 0%, transparent 48%, #a6a6a6 50%, transparent 55%, transparent 100%);
  color: #b5b5b5 !important;
}
.product-info .prices .price-discounted,
.product-info .prices .price-discounted .price,
.product-info .prices .price-discounted .currency {
  color: #c6143d !important;
}
.product-info .prices .amount-info {
  justify-content: center;
  min-height: 23px;
}
@media screen and (min-width: 1024px) {
  .product-info .prices .amount-info {
    justify-content: flex-start;
  }
}
.product-info .prices .amount-info small {
  font-size: 18px;
}
.product-info .prices .amount-info .amount-info-per-kg {
  border-left: 2px solid #d1d6db;
  margin-left: 10px;
  padding-left: 10px;
}
.product-info .prices .amount-info .amount-info-per-type {
  margin: 0;
}
.product-info .product-count {
  margin-top: 5px;
}
.product-info .form-buy form {
  display: flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: center;
}
.product-info .form-buy .add-count {
  height: 50px;
  line-height: 54px;
  margin-right: 20px;
}
@media screen and (max-width: 350px) {
  .product-info .form-buy .add-count {
    margin-right: 8px;
  }
}
.product-info .form-buy .add-count input {
  height: 50px;
  width: 80px;
  font-size: 15px;
}
.product-info .form-buy .add-count .plus,
.product-info .form-buy .add-count .minus {
  height: 50px;
  line-height: 54px;
  width: 40px;
  font-size: 25px;
}
.product-info .form-buy button {
  height: 50px;
  line-height: 54px;
  font-size: 20px;
}
@media screen and (max-width: 350px) {
  .product-info .form-buy button {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.product-info .not-saleable {
  font-size: 28px;
  margin: 50px 0;
  line-height: 40px;
}
@media screen and (min-width: 1024px) {
  .product-info {
    margin-left: 30px;
    text-align: left;
  }
  .product-info h1 {
    margin-top: 0;
  }
  .product-info dl.product-attributes.product-categories {
    display: none;
  }
  .product-info .form-buy form {
    justify-content: flex-start;
  }
}
.product-breadcrumb-wrapper {
  padding-bottom: 20px;
}
.product-breadcrumb-wrapper a {
  text-decoration: underline;
}
@media screen and (min-width: 1024px) {
  .product-breadcrumb-wrapper {
    display: block;
  }
}
.product-img-wrapper {
  display: flex;
  display: -ms-flexbox;
  flex-direction: column;
  flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .product-img-wrapper {
    flex-direction: row;
    flex-wrap: nowrap;
  }
}
.product-popup {
  cursor: auto;
}
.product-popup .mb-3n {
  margin: 0;
}
.product-popup .product-breadcrumb {
  display: none;
}
.product-popup .mfp-container .mfp-preloader {
  position: fixed;
  font-size: 40px;
}
.product-popup .product-img {
  margin-top: 50px;
}
.product-popup .product-img .product-image-detail .small {
  width: 100%;
  height: 100vw;
  /* kvůli CLS načteme rovnou správnou výšku */
}
.product-popup .product-img .overlay {
  width: 100%;
  height: 100%;
  font-size: 25px;
  line-height: 30px;
  padding: 0;
}
.product-popup .product-img .overlay .overlay-text {
  padding: 158px 76px 0;
}
.product-popup .product-img .overlay span {
  font-size: 39px;
  line-height: 44px;
}
@media screen and (min-width: 1024px) {
  .product-popup {
    min-width: 1000px;
  }
  .product-popup .mb-3n {
    margin-bottom: 30px;
  }
  .product-popup .mfp-container {
    padding-top: 70px;
  }
  .product-popup .mfp-container .mfp-preloader {
    position: absolute;
  }
  .product-popup .mfp-container .mfp-content .mfp-close {
    top: -42px;
    right: 0;
    width: auto;
    height: auto;
    padding: 0;
    margin: 0;
    opacity: 1;
    font-family: Intro, Verdana, sans-serif;
    font-size: 15px;
    text-transform: uppercase;
    text-decoration: underline;
    cursor: pointer;
    line-height: 1.5em;
    color: #fff;
  }
  .product-popup .mfp-container .mfp-content .mfp-close:hover {
    color: #b4c332;
  }
  .product-popup .mfp-container .mfp-content .mfp-close.icon-close::before {
    display: inline-block;
    color: #b4c332;
    font-size: 1.4em;
    margin-right: 10px;
    text-decoration: none;
  }
  .product-popup .product-breadcrumb {
    position: absolute;
    display: block;
    top: -42px;
    margin-left: -30px;
    font-size: 15px;
    color: #fff;
  }
  .product-popup .product-breadcrumb a {
    color: #fff;
    font-family: Intro, Verdana, sans-serif;
    text-decoration: underline;
  }
  .product-popup .product-breadcrumb a:hover {
    color: #b4c332;
  }
  .product-popup .product-img {
    margin-top: 0;
  }
  .product-popup .product-img .product-image-detail .small {
    width: 400px;
    height: 400px;
  }
}
@media screen and (min-width: 1200px) {
  .product-popup {
    min-width: 1170px;
  }
}
.nutritions-short {
  font-family: Intro, Verdana, sans-serif;
  margin-top: 10px;
}
.nutritions-short .nutritions {
  display: flex;
  display: -ms-flexbox;
  text-transform: lowercase;
  font-size: 13px;
  font-weight: bold;
  text-align: center;
}
.nutritions-short .nutritions .nutrition {
  background-color: #10263b;
  margin-right: 8px;
  padding: 6px;
  min-width: 60px;
  text-align: center;
  border-radius: 6px;
}
.nutritions-short .nutritions .nutrition .nutrition-name {
  color: white;
}
.nutritions-short .nutritions .nutrition .nutrition-amount {
  background-color: #fff;
  padding: 8px 5px 5px 5px;
  text-align: center;
  border-radius: 3px;
  font-weight: 400;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_energie-kj {
  background-color: #c7d530;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_tuky {
  background-color: #196bba;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_sacharidy {
  background-color: #f2b558;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_vlaknina {
  background-color: #518f00;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_bilkoviny {
  background-color: #7c3e9a;
}
.nutritions-short .nutritions .nutrition.nutrition-eshop_sul {
  background-color: #c6143d;
}
.nutritions-short .nutritions .nutrition:last-child {
  margin-right: 0;
}
.content-container .mb-3n > .product-breadcrumb-wrapper {
  display: none;
}
@media screen and (min-width: 1024px) {
  .content-container .mb-3n > .product-breadcrumb-wrapper {
    display: block;
  }
}
.content-container-ajax {
  position: relative;
}
.content-container-ajax .nutritions-short .nutritions {
  font-size: 11px;
}
.content-container-ajax .nutritions-short .nutritions .nutrition {
  min-width: initial;
}
.nutritions .unit {
  text-transform: none;
}
.bold {
  font-weight: bold !important;
}
.product-description {
  font-family: Intro, Verdana, sans-serif;
  font-size: 15px;
  line-height: 2;
  clear: both;
  margin-top: 30px;
}
.product-description a {
  text-decoration: underline;
}
.product-description > div {
  color: #10263b;
}
#nutricni-hodnoty {
  padding: 20px;
}
#nutricni-hodnoty td:last-child,
#nutricni-hodnoty th:last-child {
  border-right: none;
}
#nutricni-hodnoty td,
#nutricni-hodnoty th {
  border-bottom: none;
}
#nutricni-hodnoty th {
  text-transform: uppercase;
  background-color: #f3f5f7;
}
#nutricni-hodnoty tr:nth-child(odd) td {
  background-color: #f3f5f7;
}
#nutricni-hodnoty tr:nth-child(even) td {
  background-color: transparent;
}
.recipes a {
  display: block;
  font-size: 18px;
  margin-top: 18px;
  margin-bottom: 18px;
  margin-left: 15px;
}
.recipes a .fa {
  margin-right: 5px;
  font-size: 16px;
}
.form-buy .add-count input {
  border: none;
}
.add-count {
  height: 40px;
  line-height: 44px;
  position: relative;
  display: inline-block;
}
.add-count input {
  vertical-align: top;
}
.table-cart .add-count {
  width: 120px;
}
.table-cart .add-count input {
  border: none;
  width: 60px;
  height: 40px;
  font-size: 16px;
  background-color: #f3f5f7;
}
.add-count .plus,
.add-count .minus {
  cursor: pointer;
  font-size: 20px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  overflow: hidden;
  line-height: 44px;
  height: 40px;
  width: 30px;
  text-align: center;
  color: #10263b;
  background-color: #d1d6db;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.add-count .plus:hover,
.add-count .minus:hover {
  color: #fff;
  background-color: #10263b;
}
.add-count .plus {
  float: right;
}
.add-count .minus {
  float: left;
}
.add-count a {
  display: block;
  color: #fff;
}
.add-count a:hover {
  text-decoration: none;
}
.product-img .product-image-detail {
  position: relative;
}
.product-img .product-image-detail .small {
  width: 100%;
  height: 100vw;
  /* kvůli CLS načteme rovnou správnou výšku */
}
.product-img .magnify {
  display: flex;
  display: -ms-flexbox;
  align-items: center;
  justify-content: center;
  -ms-flex-pack: center;
}
.product-img .fresh-overlay,
.product-img .overlay {
  padding-top: 156px;
  width: 498px;
  height: 342px;
  font-size: 50px;
  line-height: 60px;
}
.product-img .fresh-overlay span,
.product-img .overlay span {
  font-size: 55px;
}
.product-img .overlay {
  font-size: 36px;
}
@media screen and (min-width: 1024px) {
  .product-img .product-image-detail .small {
    width: 498px;
    height: 498px;
  }
}
.product-header {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  font-size: 40px;
  color: #10263b;
  text-align: center;
  margin-bottom: 15px;
}
.label {
  font-style: italic;
}
.prices {
  margin: 15px 0;
  min-height: 52px;
}
.prices del {
  font-size: 1.2857em;
  line-height: 1.1667em;
  /* 18px/21px */
}
.prices strong .price,
.prices strong .currency {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.prices small {
  font-size: 1.1429em;
  line-height: 1.3125em;
  /* 16px/21px */
  margin-left: 20px;
}
.prices .current-price {
  line-height: 25px;
}
.prices .amount-info {
  display: flex;
  justify-content: space-between;
  margin-top: 5px;
  min-height: 23px;
  font-size: 15px;
}
.prices .amount-info .amount-info-per-ks,
.prices .amount-info .amount-info-per-kg {
  margin-left: 0;
}
.prices .amount-info .amount-info-per-type {
  margin: 0 auto;
}
.l-product {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 30px;
  grid-column-gap: 15px;
}
.l-product li {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #f3f5f7;
  background: none;
}
.l-product li.preview-product {
  display: flex;
  flex-flow: column;
}
.l-product li.preview-product .form-buy {
  margin-top: auto;
}
@media screen and (min-width: 1024px) {
  .l-product {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1200px) {
  .l-product {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.preview-product a {
  outline: none;
}
.preview-product h3 {
  margin-top: 15px;
  overflow: hidden;
  font-family: Intro, Verdana, sans-serif;
  font-weight: normal;
  font-size: 18px;
  color: #10263b;
  text-align: center;
  line-height: 1.4em;
}
.preview-product .price-info {
  text-align: center;
  overflow: hidden;
}
.preview-product .label {
  height: 21px;
  overflow: hidden;
}
.preview-product a.btn {
  margin-top: 5px;
}
.preview-product small {
  font-family: Intro, Verdana, sans-serif;
  margin-left: 10px;
}
.preview-product .img-255 {
  max-width: 100%;
  height: auto;
}
.information-wrapper .textSticker .added .fa,
.preview-product .textSticker .added .fa {
  display: block;
  color: #c7d530;
}
.information-wrapper .textSticker .added span,
.preview-product .textSticker .added span {
  display: block;
  color: #fff;
  font-family: Intro, Verdana, sans-serif;
  font-size: 25px;
  font-weight: normal;
  line-height: 35px;
}
.information-wrapper .textSticker .added span:last-child,
.preview-product .textSticker .added span:last-child {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  font-size: 30px;
}
.information-wrapper {
  display: block;
  position: relative;
  text-align: center;
}
.information-wrapper .waitMe_container .product-count-info {
  bottom: 0;
}
.information-wrapper .product-image-detail .product-count-info {
  bottom: 0;
}
a.information-wrapper:hover {
  text-decoration: none;
}
a.information-wrapper:hover h3 {
  text-decoration: underline;
}
.overlay {
  position: absolute;
  top: 0;
  color: #10263b;
  background-color: rgba(229, 232, 237, 0.85);
  font-family: Intro, Verdana, sans-serif;
  font-size: 25px;
  line-height: 35px;
}
.overlay span {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  font-size: 30px;
}
.preview-product-image {
  position: relative;
}
.preview-product-image .overlay {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 25px;
}
.preview-product-image .overlay .overlay-text {
  padding: 94px 30px 0;
}
.preview-product-image .overlay .overlay-text span {
  line-height: 35px;
}
.product-ladder .preview-product-image {
  max-width: 70%;
  margin: auto;
}
.product-ladder .preview-product h3 {
  margin-top: 8px;
  font-size: 17px;
  line-height: 1.3em;
}
.product-ladder .prices {
  margin: 8px 0;
}
.product-ladder .prices strong .price,
.product-ladder .prices strong .currency {
  font-size: 21px;
}
.product-ladder .prices .amount-info {
  font-size: 14px;
  min-height: 21px;
}
.product-ladder .form-buy button,
.product-ladder .form-buy .button-detail {
  line-height: 36px;
  height: 36px;
  font-size: 15px;
}
.product-ladder .preview-product a.btn {
  margin-top: 0;
}
.product-ladder .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(1, 47px);
}
.product-ladder .row .product-ladder-column.buttonContainer {
  text-align: center;
}
.product-ladder .row .product-ladder-column.buttonContainer .btn {
  background-color: #c6143d;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 1024px) {
  .product-ladder .row {
    grid-template-columns: repeat(1, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.product-count-info {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 6%;
  font-family: Intro, Verdana, sans-serif;
  font-size: 18px;
  color: #fff;
  background-color: rgba(15, 38, 57, 0.9);
  cursor: inherit;
  text-align: left;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-count-info.hidden {
  display: none;
}
.product-count-info.product-count-info-eshop {
  width: 88%;
}
.product-count-info.product-count-info-small {
  padding-top: 8px;
  padding-bottom: 5px;
}
.product-count-info-label {
  padding-bottom: 5px;
}
.product-count-info-label-decorative {
  font-family: "SantEliaScript-Light", Arial, sans-serif !important;
  color: #c7d530;
}
.product-count-info-label-one {
  float: left;
  padding-right: 10px;
}
.product-count-info-items {
  font-size: 15px;
  padding-top: 5px;
}
.product-count-info-items-one {
  padding-top: 0;
}
.product-count-info-items-amount {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.product-count-info span:last-child {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.banner {
  margin: 10px auto;
}
.banner a {
  display: block;
  position: relative;
}
.banner a img {
  display: block;
  margin: auto;
}
.banner a:hover {
  text-decoration: none;
}
.banner .btnBox {
  position: absolute;
  left: 50%;
  bottom: 55px;
  transform: translateX(-50%);
}
.banner .btnBox .btn {
  position: relative;
  padding: 4px 20px 1px 20px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  font-size: 20px;
  background: #fae64e;
  color: #10263b;
}
.banner .banner-desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .banner a:hover .btn {
    background: #fff !important;
    color: #10263b !important;
  }
  .banner .btnBox {
    right: 75px;
    left: inherit;
    transform: none;
  }
  .banner .banner-desktop {
    display: block;
    width: 100%;
    height: auto;
  }
  .banner .banner-mobile {
    display: none;
  }
}
.fixed .banner {
  margin-top: 5px !important;
}
.sidebar .banner .btnBox {
  display: none;
}
.carouselBanner {
  max-width: 1170px;
  width: 100%;
  overflow-x: hidden;
}
.carouselBanner .owl-stage {
  display: flex;
}
.carouselBanner .item.banner {
  display: none;
}
.carouselBanner .item.banner:first-child {
  display: block;
}
.homepage .banner {
  margin: 0 auto;
}
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #fff;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #d6d6d6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #fff;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-nav.disabled {
  display: none;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  height: 20px;
  overflow-y: hidden;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 0.8;
  background: transparent;
  padding: 0 5px 0 5px;
  margin-top: -4px;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #d6d6d6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}
.owl-stage,
.owl-item.active,
.owl-item.active li.preview-product {
  height: 100%;
}
.loyalty-dashboard {
  display: grid;
  grid-template-columns: 100%;
  grid-gap: 30px;
  font-size: 17px;
}
.loyalty-dashboard a {
  text-decoration: underline;
}
.loyalty-dashboard .loyalty-dashboard__column > div {
  margin-bottom: 30px;
  padding: 30px;
}
.loyalty-dashboard .loyalty-dashboard__column > div:last-child {
  margin-bottom: 0;
}
.loyalty-dashboard .personal-info {
  background-color: #c7d530;
}
.loyalty-dashboard .personal-info h3 {
  margin: 0;
  font-size: 30px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: 600;
  line-height: normal;
}
.loyalty-dashboard .personal-info .separator {
  margin: 25px 0;
  height: 1px;
  background-color: #b4c332;
}
.loyalty-dashboard .personal-info .icon-text {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
.loyalty-dashboard .personal-info .icon-text i {
  margin-right: 8px;
  font-size: 25px;
}
.loyalty-dashboard .personal-info .icon-text--multiline i {
  align-self: flex-start;
}
.loyalty-dashboard .personal-info .icon-text--multiline p {
  padding-top: 0.25em;
  line-height: 25px;
}
.loyalty-dashboard .personal-info .links-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.loyalty-dashboard .personal-info .button {
  padding: 12px 13px 8px;
  background-color: #00253c;
  color: #fff;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 15px;
}
.loyalty-dashboard .column-personal-info-gold {
  max-width: 350px;
  margin-left: auto;
  margin-right: auto;
}
.loyalty-dashboard .column-personal-info-gold .personal-info {
  position: relative;
  background: url("../img/gold-box.png") no-repeat transparent bottom right;
  height: 360px;
  color: #fff;
}
.loyalty-dashboard .column-personal-info-gold .personal-info h3 {
  color: #fff;
}
.loyalty-dashboard .column-personal-info-gold .personal-info .separator {
  background-color: #dfc36d;
}
.loyalty-dashboard .column-personal-info-gold .personal-info .button {
  position: absolute;
  bottom: 25px;
  background-color: #fff;
  color: #c09935;
}
.loyalty-dashboard .card-info {
  background: #f3f5f7;
  line-height: 150%;
}
.loyalty-dashboard .info-block h3 {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  font-size: 25px;
  line-height: 30px;
  margin-bottom: 17px;
}
.loyalty-dashboard .info-block p {
  line-height: 25px;
}
.loyalty-dashboard .info-block,
.loyalty-dashboard .gold-progress-bar-container,
.loyalty-dashboard .points-summary,
.loyalty-dashboard .credit-summary {
  background-color: #f3f5f7;
}
.loyalty-dashboard .gold-progress-bar-container .summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-flow: column;
  margin-bottom: 10px;
}
.loyalty-dashboard .gold-progress-bar-container .summary i {
  margin-left: 5px;
}
.loyalty-dashboard .gold-progress-bar-container .summary .gold-remaining {
  position: relative;
  order: -1;
  margin-bottom: 10px;
  line-height: 1.25em;
}
.loyalty-dashboard .gold-progress-bar-container .summary .gold-remaining .gold-tooltip {
  position: absolute;
  top: auto;
  left: 50%;
  z-index: 10;
  width: 80%;
  display: none;
  margin-top: 10px;
  padding: 30px;
  line-height: 1.5em;
  transform: translateX(-50%);
  background-color: #c7d530;
}
.loyalty-dashboard .gold-progress-bar-container .summary .gold-remaining i {
  display: inline-block;
  width: 100%;
  margin-top: 0.5em;
  margin-left: 0;
  text-align: center;
}
.loyalty-dashboard .gold-progress-bar-container .summary .gold-remaining i:hover + .gold-tooltip {
  display: block;
}
.loyalty-dashboard .gold-progress-bar-container .gold-progress-bar {
  width: 100%;
  height: 6px;
  background-color: #e5e8ed;
  border-radius: 6px;
}
.loyalty-dashboard .gold-progress-bar-container .gold-progress-bar .spent {
  position: relative;
  height: 100%;
  border-radius: 6px;
  background-color: #c09935;
}
.loyalty-dashboard .gold-progress-bar-container .gold-progress-bar .spent .tooltip {
  position: absolute;
  top: 15px;
  right: 3px;
  padding: 14px 15px 11px;
  transform: translateX(50%);
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #10263b;
  white-space: nowrap;
  line-height: 17px;
}
.loyalty-dashboard .gold-progress-bar-container .gold-progress-bar .spent .tooltip::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 15px);
  z-index: -1;
  width: 30px;
  height: 30px;
  background-color: #10263b;
  transform: rotate(45deg);
}
.loyalty-dashboard .gold-progress-bar-container .gold-progress-bar .spent .tooltip-gold {
  color: #fff;
  background-color: #c09935;
}
.loyalty-dashboard .gold-progress-bar-container .gold-progress-bar .spent .tooltip-gold::before {
  background-color: #c09935;
}
.loyalty-dashboard .summary-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px 30px;
  font-size: 30px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.loyalty-dashboard .summary-header h4 {
  margin: 0;
  font-weight: 400;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 30px;
  cursor: default;
}
.loyalty-dashboard .summary-header > span {
  padding-top: 5px;
}
.loyalty-dashboard .summary-content {
  overflow-x: scroll;
  overflow-y: hidden;
}
.loyalty-dashboard .summary-content > a {
  display: inline-block;
  padding-top: 25px;
}
.loyalty-dashboard .points-summary,
.loyalty-dashboard .credit-summary {
  padding: 0;
}
.loyalty-dashboard .points-summary .summary-header,
.loyalty-dashboard .credit-summary .summary-header {
  flex-flow: column;
  padding: 25px 15px;
}
.loyalty-dashboard .points-summary .summary-header h4,
.loyalty-dashboard .credit-summary .summary-header h4 {
  font-size: 24px;
}
.loyalty-dashboard .points-summary .summary-content,
.loyalty-dashboard .credit-summary .summary-content {
  padding: 30px 0 0;
}
.loyalty-dashboard .points-summary .summary-header {
  background-color: #7acdce;
}
.loyalty-dashboard .credit-summary .summary-header {
  background-color: #76478d;
  color: #fff;
}
.loyalty-dashboard .credit-summary .summary-header h4 {
  color: #fff;
}
.loyalty-dashboard .orders-summary {
  grid-column: 1 / -1;
  padding: 30px;
  border: 1px solid #e5e8ed;
}
.loyalty-dashboard .orders-summary .summary-header {
  justify-content: center;
  padding: 20px 0 40px;
}
.loyalty-dashboard .orders-summary .summary-header h4 .em {
  font-size: 40px;
}
.loyalty-dashboard .orders-summary .summary-content {
  text-align: center;
}
.loyalty-dashboard .orders-summary .summary-content .orders-history-table {
  text-align: left;
}
@media screen and (min-width: 1024px) {
  .loyalty-dashboard {
    grid-template-columns: 1fr 350px;
  }
  .loyalty-dashboard .gold-progress-bar-container .summary {
    align-items: flex-end;
    flex-flow: row;
  }
  .loyalty-dashboard .gold-progress-bar-container .summary .gold-remaining {
    order: initial;
    margin: 0;
  }
  .loyalty-dashboard .gold-progress-bar-container .summary .gold-remaining .gold-tooltip {
    left: auto;
    right: 0;
    transform: none;
  }
  .loyalty-dashboard .gold-progress-bar-container .summary .gold-remaining i {
    display: inline;
  }
  .loyalty-dashboard .summary-content {
    padding: 30px;
    overflow-x: initial;
    overflow-y: initial;
  }
  .loyalty-dashboard .points-summary .summary-header,
  .loyalty-dashboard .credit-summary .summary-header {
    flex-flow: row;
    padding: 25px 30px;
  }
  .loyalty-dashboard .points-summary .summary-header h4,
  .loyalty-dashboard .credit-summary .summary-header h4 {
    font-size: 30px;
  }
}
.summary-table {
  display: grid;
  grid-template-columns: 1fr 1fr 3fr;
}
.summary-table .item,
.summary-table .order-item {
  padding: 24px 40px 24px 0;
  white-space: nowrap;
  border-bottom: 1px solid #e5e8ed;
}
.summary-table .item a,
.summary-table .order-item a {
  font-family: Intro, Verdana, sans-serif;
  font-weight: normal;
  text-decoration: none;
}
.summary-table .item--header,
.summary-table .order-item--header {
  padding-top: 0;
  padding-bottom: 20px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  font-size: 17px;
  text-transform: uppercase;
  text-align: left;
}
.summary-table .item--right,
.summary-table .order-item--right {
  text-align: right;
}
.summary-table .item--center,
.summary-table .order-item--center {
  text-align: center;
}
.summary-table .item--strong,
.summary-table .order-item--strong {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.summary-table .item--nowrap,
.summary-table .order-item--nowrap {
  white-space: nowrap;
}
.summary-table .item--full-width,
.summary-table .order-item--full-width {
  grid-column: 1 / -1;
  padding-right: 0;
}
.summary-table a {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .summary-table .item,
  .summary-table .order-item {
    white-space: initial;
  }
  .summary-table .item--nowrap,
  .summary-table .order-item--nowrap {
    white-space: nowrap;
  }
}
.summary-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
}
.summary-pagination .pagination-overview {
  font-size: 17px;
}
.summary-pagination .pages {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.summary-pagination .pages a.page:hover {
  color: #fff;
  background-color: #10263b;
  text-decoration: none;
}
.summary-pagination .pages .page {
  height: 30px;
  margin-right: 5px;
  padding: 0 11px;
  line-height: 30px;
  text-align: center;
  font-size: 15px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  background-color: #e5e8ed;
}
.summary-pagination .pages .page:last-child {
  margin: 0;
}
.summary-pagination .pages .page.back,
.summary-pagination .pages .page.forward {
  padding: 0 5px;
  font-size: 20px;
}
.summary-pagination .pages .page.back:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.summary-pagination .pages .page.back:before {
  content: "\f119";
}
.summary-pagination .pages .page.forward:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.summary-pagination .pages .page.forward:before {
  content: "\f121";
}
.summary-pagination .pages .page.divider {
  width: 30px;
  padding: 0;
  background-color: #fff;
}
.summary-pagination .pages .page.active {
  cursor: default;
  color: #10263b;
  background-color: #fff;
  border: 1px solid #e5e8ed;
}
.credit-history-table .item:nth-child(3n),
.points-history-table .item:nth-child(3n) {
  padding-right: 0;
}
.orders-history-table {
  grid-template-columns: 70px repeat(4, auto);
}
.orders-history-table.more-columns {
  grid-template-columns: 70px repeat(6, auto);
}
.orders-history-table .item {
  line-height: 30px;
  transition: background-color ease-in-out 0.2s;
}
.orders-history-table .item:nth-child(8n+7) {
  padding-right: 20px;
}
.orders-history-table .item--arrow {
  padding-left: 20px;
  padding-right: 20px;
}
.orders-history-table .item--arrow > div {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-size: 25px;
  cursor: pointer;
  background-color: #e5e8ed;
}
.orders-history-table .item--arrow > div > i {
  transition: transform 0.2s ease-in-out;
}
.orders-history-table .item--open {
  background-color: #e5e8ed;
}
.orders-history-table .item--open.item--arrow > div {
  background-color: #fff;
}
.orders-history-table .item--open.item--arrow > div > i {
  transform: rotateZ(-180deg);
}
.orders-history-table .order-items {
  display: grid;
  height: 0;
  opacity: 0;
  z-index: -1;
  grid-template-columns: 2fr repeat(3, auto);
  grid-column: 1 / -1;
  padding: 0 40px;
  background-color: #f3f5f7;
  transition: height ease-in-out 0.2s, opacity ease-in-out 0.2s, padding ease-in-out 0.2s;
}
.orders-history-table .order-items--open {
  height: auto;
  opacity: 1;
  z-index: 0;
  padding-top: 40px;
  padding-bottom: 40px;
}
.orders-history-table .order-items .order-item:nth-child(4n) {
  padding-right: 0;
}
.orders-history-table .order-items .order-item--note {
  padding: 0;
  border-bottom: 0;
  font-size: 17px;
  line-height: 25px;
}
.orders-history-table .order-items .order-item--note.order-item--header {
  padding-top: 20px;
  padding-bottom: 15px;
}
.content-container-header.password-change {
  margin-top: 40px;
}
.orders-page,
.credit-page,
.points-page {
  font-size: 17px;
}
.orders-page .orders-summary,
.credit-page .orders-summary,
.points-page .orders-summary,
.orders-page .credit-summary,
.credit-page .credit-summary,
.points-page .credit-summary,
.orders-page .points-summary,
.credit-page .points-summary,
.points-page .points-summary {
  padding: 30px;
}
.orders-page .orders-summary .summary-content,
.credit-page .orders-summary .summary-content,
.points-page .orders-summary .summary-content,
.orders-page .credit-summary .summary-content,
.credit-page .credit-summary .summary-content,
.points-page .credit-summary .summary-content,
.orders-page .points-summary .summary-content,
.credit-page .points-summary .summary-content,
.points-page .points-summary .summary-content {
  overflow-x: scroll;
  overflow-y: hidden;
}
@media screen and (min-width: 1024px) {
  .orders-page .orders-summary .summary-content,
  .credit-page .orders-summary .summary-content,
  .points-page .orders-summary .summary-content,
  .orders-page .credit-summary .summary-content,
  .credit-page .credit-summary .summary-content,
  .points-page .credit-summary .summary-content,
  .orders-page .points-summary .summary-content,
  .credit-page .points-summary .summary-content,
  .points-page .points-summary .summary-content {
    overflow-x: initial;
    overflow-y: initial;
  }
}
.credit-page,
.points-page {
  display: grid;
  grid-template-columns: 100%;
}
.credit-page .credit-summary,
.points-page .credit-summary,
.credit-page .points-summary,
.points-page .points-summary {
  order: 2;
}
.credit-page .credit-info,
.points-page .credit-info,
.credit-page .points-info,
.points-page .points-info {
  margin-bottom: 30px;
  padding: 30px;
}
.credit-page .credit-info h4,
.points-page .credit-info h4,
.credit-page .points-info h4,
.points-page .points-info h4 {
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
}
.credit-page .credit-info h4 span,
.points-page .credit-info h4 span,
.credit-page .points-info h4 span,
.points-page .points-info h4 span {
  font-family: 'SantEliaScript-Light', 'Verdana', sans-serif;
  font-weight: 300;
  text-transform: none;
}
.credit-page .credit-info .amount,
.points-page .credit-info .amount,
.credit-page .points-info .amount,
.points-page .points-info .amount {
  font-size: 30px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
.credit-page .info-block,
.points-page .info-block {
  padding: 30px;
  background-color: #f3f5f7;
}
.credit-page .info-block p,
.points-page .info-block p {
  margin-top: 20px;
  font-size: 15px;
  line-height: 25px;
}
@media screen and (min-width: 1024px) {
  .credit-page,
  .points-page {
    grid-template-columns: 1fr 255px;
    grid-column-gap: 30px;
  }
  .credit-page .credit-summary,
  .points-page .credit-summary,
  .credit-page .points-summary,
  .points-page .points-summary {
    order: initial;
  }
}
.orders-page .orders-summary {
  text-align: center;
}
.orders-page .summary-content {
  text-align: left;
}
.orders-page .all-orders {
  display: inline-block;
  margin-top: 30px;
  text-align: center;
  text-decoration: underline;
}
.credit-page .credit-info {
  color: #fff;
  background-color: #76478d;
}
.credit-page .credit-info h4 {
  color: #fff;
}
.points-page .points-info {
  background-color: #7acdce;
}
#footer {
  margin-top: 30px;
  padding: 0 10px;
  color: #fff;
  background-color: #10263b;
}
#footer .container {
  margin: 0 auto;
  max-width: 414px;
}
#footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-size: 17px;
  line-height: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#footer .footer-content.container {
  padding: 20px 0 0;
}
#footer .footer-content.container::before {
  display: none;
}
#footer .footer-content a {
  color: #fff;
  text-decoration: underline;
  box-shadow: none;
}
#footer .footer-content a:hover,
#footer .footer-content a:focus {
  box-shadow: none;
}
#footer .footer-content h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 20px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}
#footer .footer-content h3 .em {
  color: #c7d530;
  font-size: 1.2em;
  text-transform: none;
  font-family: 'SantEliaScript-Light', 'Verdana', sans-serif;
  font-weight: 300;
}
#footer .footer-content > div {
  flex-basis: 100%;
  margin-bottom: 40px;
}
#footer .footer-content .widget {
  padding-bottom: 0;
}
#footer .footer-content .footer-left {
  text-align: center;
}
#footer .footer-content .footer-left p {
  margin-bottom: 15px;
  line-height: 25px;
}
#footer .footer-content .footer-left input {
  width: calc(100% - 30px);
  height: 40px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 0 15px;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.2);
  border-color: #10263b;
  box-shadow: inset 0 4px 0 rgba(0, 37, 60, 0.05);
  font-style: normal;
}
#footer .footer-content .footer-left input::placeholder {
  opacity: 1;
  font-size: 15px;
  color: #fff;
  text-align: center;
}
#footer .footer-content .footer-left button {
  height: auto;
  margin-top: 10px;
  padding: 6px 16px 4px;
  background-color: #c7d530;
  color: #10263b;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out;
  border-radius: 0;
  font-size: 15px;
  font-weight: 600;
}
#footer .footer-content .footer-left .form-element-container--checkbox {
  flex-flow: row;
  justify-content: center;
  height: 32px;
}
#footer .footer-content .footer-left .form-element-container--checkbox .label > label > div {
  color: #fff;
}
#footer .footer-content .footer-left .social-navigation {
  float: none;
  width: 100%;
  margin-top: 20px;
}
#footer .footer-content .footer-left .social-navigation .social-links-menu {
  display: flex;
  justify-content: start;
  margin: 0;
  padding: 0;
}
#footer .footer-content .footer-left .social-navigation .social-links-menu li {
  display: inline-block;
}
#footer .footer-content .footer-left .social-navigation .social-links-menu a {
  display: inline-block;
  width: 32px;
  height: 32px;
  margin: 0 9px 0.5em 0;
  text-align: center;
  border-radius: 32px;
  color: #10263b;
  background-color: #c7d530;
  transition: background-color 0.2s ease-out;
  line-height: 32px;
}
#footer .footer-content .footer-left .social-navigation .social-links-menu a:hover {
  background-color: rgba(199, 213, 48, 0.9);
}
#footer .footer-content .footer-left .social-navigation .social-links-menu a .icon {
  position: relative;
  top: 1px;
  left: 0;
}
#footer .footer-content .footer-left .social-navigation .social-links-menu a .icon::before {
  padding-left: 2px;
  vertical-align: middle;
  line-height: 32px;
  font-size: 21px;
}
#footer .footer-content .footer-middle {
  text-align: center;
}
#footer .footer-content .footer-middle .middleFlex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#footer .footer-content .footer-middle .widget_media_image > img {
  background-color: #c7d530;
}
#footer .footer-content .footer-middle .textwidget a {
  color: #c7d530;
}
#footer .footer-content .footer-middle .textwidget a:hover {
  color: #fff;
}
#footer .footer-content .footer-middle .footerColumn {
  flex-basis: 33%;
  margin-bottom: 20px;
}
#footer .footer-content .footer-middle .footerColumn h4 {
  margin-bottom: 5px;
  margin-top: 0;
  font-size: 18px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}
#footer .footer-content .footer-middle .footerColumn .textwidget {
  font-size: 16px;
  line-height: 24px;
}
#footer .footer-content .footer-middle .footerColumn .textwidget a {
  color: #c7d530;
}
#footer .footer-content .footer-middle .footerColumn .widget ul {
  display: grid;
  justify-content: start;
  padding: 0;
}
#footer .footer-content .footer-middle .footerColumn .widget ul li {
  display: flex;
  align-items: center;
  padding: 0 0 0.2em;
  border: none;
}
#footer .footer-content .footer-middle .footerColumn .widget ul li:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#footer .footer-content .footer-middle .footerColumn .widget ul li:before {
  content: "\f121";
}
#footer .footer-content .footer-middle .footerColumn .widget ul li::before {
  display: inline-block;
  height: 100%;
  margin-right: 5px;
  color: #c7d530;
  font-family: "My Food Market";
  font-size: 20px;
  line-height: 2;
  vertical-align: top;
}
#footer .footer-content .footer-middle .footerColumn .widget ul li:last-child {
  padding-bottom: 0;
}
#footer .footer-content .footer-right {
  text-align: center;
}
#footer .footer-content .footer-right a {
  display: flex;
  height: 100%;
  text-transform: none;
}
#footer .footer-content .footer-right a:hover {
  color: #c7d530;
}
#footer .legal {
  display: flex;
  flex-flow: column;
  padding: 2rem 0 4rem;
  text-align: center;
  font-size: 15px;
  line-height: 25px;
}
#footer .legal .copyright {
  order: 2;
  flex-basis: 100%;
  margin-top: 0.5rem;
}
#footer .legal .eetNotice {
  max-width: 100%;
}
@media screen and (min-width: 1024px) {
  #footer {
    margin-top: 80px;
  }
  #footer .bottomColumn {
    margin-bottom: 0 !important;
    margin-top: 140px;
  }
  #footer .container {
    max-width: 1170px;
  }
  #footer .footer-content.container {
    padding: 60px 0 0 0;
  }
  #footer .footer-content h3 {
    text-align: left;
    font-size: 25px;
  }
  #footer .footer-content > div {
    flex-basis: 33%;
    margin-bottom: 0.5rem;
  }
  #footer .footer-content > div.error-500 {
    flex-basis: 100%;
  }
  #footer .footer-content .footer-left {
    max-width: 300px;
    text-align: left;
  }
  #footer .footer-content .footer-left p {
    margin-bottom: 20px;
    line-height: 30px;
  }
  #footer .footer-content .footer-left input::placeholder {
    text-align: left;
  }
  #footer .footer-content .footer-left button {
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 6px 16px 4px;
    background-color: #c6143d;
    color: #fff;
  }
  #footer .footer-content .footer-left button:hover {
    background-color: rgba(198, 20, 61, 0.9);
  }
  #footer .footer-content .footer-left .form-element-container--checkbox {
    justify-content: flex-start;
  }
  #footer .footer-content .footer-middle {
    flex-basis: 67%;
    text-align: left;
  }
  #footer .footer-content .footer-middle .textwidget p {
    margin-bottom: 1em;
  }
  #footer .footer-content .footer-middle .social-navigation {
    margin-top: 0;
  }
  #footer .footer-content .footer-middle .social-navigation .social-links-menu {
    justify-content: flex-start;
  }
  #footer .footer-content .footer-right::before {
    margin-right: 1rem;
  }
  #footer .footer-content .footer-right .widget ul {
    justify-content: start;
  }
  #footer .legal {
    flex-flow: row;
    padding: 40px 0 72px;
    text-align: left;
  }
  #footer .legal .copyright {
    order: 0;
    flex-basis: auto;
    flex-grow: 1;
    white-space: nowrap;
    margin-top: 0;
    margin-right: 25px;
  }
  #footer .legal .eetNotice {
    order: 0;
    flex-basis: auto;
    flex-grow: 1;
    margin-top: 0;
    margin-right: 25px;
    max-width: 70%;
  }
}
.wizard .mfp-container {
  height: auto;
}
@media screen and (min-width: 1024px) {
  .wizard .mfp-container {
    height: 100%;
  }
  .wizard .mfp-container .mfp-close {
    display: none;
  }
}
.webp #delivery-selection,
.webp #delivery-confirmation {
  background-image: url('/assets/frb/img/backgrounds/doprava_pozadi_frb.webp');
}
.webp #delivery-selection .select-delivery .select-home-delivery,
.webp #delivery-confirmation .select-delivery .select-home-delivery {
  background-image: url('/assets/frb/img/icons/home_delivery_bg.webp');
}
.webp #delivery-selection .select-delivery .select-pickup,
.webp #delivery-confirmation .select-delivery .select-pickup {
  background-image: url('/assets/frb/img/icons/pickup_bg.webp');
}
.webp #delivery-selection .select-delivery .select-car-pickup,
.webp #delivery-confirmation .select-delivery .select-car-pickup {
  background-image: url('/assets/frb/img/icons/car_pickup_bg.webp');
}
.no-webp #delivery-selection,
.no-webp #delivery-confirmation {
  background-image: url('/assets/frb/img/backgrounds/doprava_pozadi_frb.jpg');
}
.no-webp #delivery-selection .select-delivery .select-home-delivery,
.no-webp #delivery-confirmation .select-delivery .select-home-delivery {
  background-image: url('/assets/frb/img/icons/home_delivery_bg.png');
}
.no-webp #delivery-selection .select-delivery .select-pickup,
.no-webp #delivery-confirmation .select-delivery .select-pickup {
  background-image: url('/assets/frb/img/icons/pickup_bg.png');
}
.no-webp #delivery-selection .select-delivery .select-car-pickup,
.no-webp #delivery-confirmation .select-delivery .select-car-pickup {
  background-image: url('/assets/frb/img/icons/car_pickup_bg.png');
}
#delivery-confirmation {
  min-height: 340px !important;
}
#delivery-selection,
#delivery-confirmation {
  width: 100%;
  min-height: 520px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 18px;
  font-family: Intro, Verdana, sans-serif;
  color: #00253c;
  background-color: #fff;
  background-position-y: bottom;
  background-repeat: no-repeat;
}
#delivery-selection h2,
#delivery-confirmation h2 {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 15px;
  margin-top: 40px;
  line-height: 1em;
}
#delivery-selection h2 span,
#delivery-confirmation h2 span {
  font-family: Intro, Verdana, sans-serif;
  font-size: 25px;
  font-weight: 400;
  text-transform: uppercase;
}
#delivery-selection p,
#delivery-confirmation p {
  margin-bottom: 15px;
  padding: 0 5px;
  font-size: 17px;
  line-height: 25px;
}
#delivery-selection strong,
#delivery-confirmation strong {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
#delivery-selection button,
#delivery-confirmation button {
  font-size: 20px;
  line-height: 25px;
  color: #10263b;
}
#delivery-selection button:hover,
#delivery-confirmation button:hover {
  color: #fff;
}
#delivery-selection .select-delivery,
#delivery-confirmation .select-delivery {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  margin-top: 15px;
}
#delivery-selection .select-delivery .select-home-delivery,
#delivery-confirmation .select-delivery .select-home-delivery,
#delivery-selection .select-delivery .select-pickup,
#delivery-confirmation .select-delivery .select-pickup,
#delivery-selection .select-delivery .select-car-pickup,
#delivery-confirmation .select-delivery .select-car-pickup {
  position: relative;
  width: 100%;
  height: 205px;
  transition: background-color 0.2s ease-out;
  background-color: #10263b;
  background-size: cover;
}
#delivery-selection .select-delivery .select-home-delivery .description,
#delivery-confirmation .select-delivery .select-home-delivery .description,
#delivery-selection .select-delivery .select-pickup .description,
#delivery-confirmation .select-delivery .select-pickup .description,
#delivery-selection .select-delivery .select-car-pickup .description,
#delivery-confirmation .select-delivery .select-car-pickup .description {
  margin: 30px 0 0;
  line-height: 40px;
  color: #fff;
  font-family: Intro, Verdana, sans-serif;
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
#delivery-selection .select-delivery .select-home-delivery .description > div,
#delivery-confirmation .select-delivery .select-home-delivery .description > div,
#delivery-selection .select-delivery .select-pickup .description > div,
#delivery-confirmation .select-delivery .select-pickup .description > div,
#delivery-selection .select-delivery .select-car-pickup .description > div,
#delivery-confirmation .select-delivery .select-car-pickup .description > div {
  color: #c7d530;
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  font-size: 25px;
  font-weight: normal;
  text-transform: none;
}
#delivery-selection .select-delivery .select-home-delivery:hover button,
#delivery-confirmation .select-delivery .select-home-delivery:hover button,
#delivery-selection .select-delivery .select-pickup:hover button,
#delivery-confirmation .select-delivery .select-pickup:hover button,
#delivery-selection .select-delivery .select-car-pickup:hover button,
#delivery-confirmation .select-delivery .select-car-pickup:hover button {
  background-color: #fff;
}
#delivery-selection .select-delivery .select-home-delivery,
#delivery-confirmation .select-delivery .select-home-delivery,
#delivery-selection .select-delivery .select-pickup,
#delivery-confirmation .select-delivery .select-pickup {
  margin-bottom: 15px;
}
#delivery-selection .select-delivery a,
#delivery-confirmation .select-delivery a {
  position: absolute;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  outline: none;
}
#delivery-selection .select-delivery button,
#delivery-confirmation .select-delivery button {
  font-size: 15px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  margin-top: 125px;
  height: 40px;
}
#delivery-selection .select-delivery button:hover,
#delivery-confirmation .select-delivery button:hover {
  color: #10263b;
  background-color: #c7d530;
}
#delivery-selection .delivery-selection-content a,
#delivery-confirmation .delivery-selection-content a {
  text-decoration: underline;
}
#delivery-selection .delivery-selection-content .slots,
#delivery-confirmation .delivery-selection-content .slots,
#delivery-selection .delivery-selection-content .pickup-selector,
#delivery-confirmation .delivery-selection-content .pickup-selector {
  width: auto;
  margin: 0 auto 30px;
  padding: 0 5px;
}
#delivery-selection .delivery-selection-content .slots .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
#delivery-confirmation .delivery-selection-content .slots .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
#delivery-selection .delivery-selection-content .pickup-selector .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b,
#delivery-confirmation .delivery-selection-content .pickup-selector .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-width: 0 6px 8px 6px;
}
#delivery-selection .delivery-selection-content .slots .select2-container--default .select2-selection--single,
#delivery-confirmation .delivery-selection-content .slots .select2-container--default .select2-selection--single,
#delivery-selection .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single,
#delivery-confirmation .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single {
  height: 50px;
  box-shadow: inset 0 4px 0 rgba(209, 214, 219, 0.5);
  border: 1px solid #e5e8ed;
}
#delivery-selection .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__rendered,
#delivery-confirmation .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__rendered,
#delivery-selection .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__rendered,
#delivery-confirmation .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 50px;
  font-size: 17px;
  text-align: left;
  padding-right: 52px;
  padding-left: 20px;
}
#delivery-selection .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__rendered .date,
#delivery-confirmation .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__rendered .date,
#delivery-selection .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__rendered .date,
#delivery-confirmation .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__rendered .date {
  font-weight: bold;
}
#delivery-selection .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__rendered span:not(:last-child),
#delivery-confirmation .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__rendered span:not(:last-child),
#delivery-selection .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__rendered span:not(:last-child),
#delivery-confirmation .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__rendered span:not(:last-child) {
  margin-right: 8px;
}
#delivery-selection .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__arrow,
#delivery-confirmation .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__arrow,
#delivery-selection .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__arrow,
#delivery-confirmation .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__arrow {
  border: 0;
  height: 49px;
  width: 52px;
}
#delivery-selection .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__arrow b,
#delivery-confirmation .delivery-selection-content .slots .select2-container--default .select2-selection--single .select2-selection__arrow b,
#delivery-selection .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__arrow b,
#delivery-confirmation .delivery-selection-content .pickup-selector .select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-width: 8px 6px 0 6px;
  margin-left: -6px;
  margin-top: -4px;
}
#delivery-selection .delivery-selection-menu,
#delivery-confirmation .delivery-selection-menu {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  flex-direction: column;
}
#delivery-selection .delivery-selection-menu a,
#delivery-confirmation .delivery-selection-menu a {
  position: relative;
  display: flex;
  justify-content: initial;
  align-items: center;
  height: 50px;
  font-size: 18px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #10263b;
  background: #f3f5f7 no-repeat 10px center;
  transition: background-color 0.2s ease-out;
  margin: 3px 0;
}
#delivery-selection .delivery-selection-menu a.selected,
#delivery-confirmation .delivery-selection-menu a.selected {
  position: relative;
  color: #fff;
  background-color: #10263b;
}
#delivery-selection .delivery-selection-menu a.selected span,
#delivery-confirmation .delivery-selection-menu a.selected span {
  color: #c7d530;
}
#delivery-selection .delivery-selection-menu a > div,
#delivery-confirmation .delivery-selection-menu a > div {
  width: 100%;
  padding: 0 15px;
  text-align: center;
}
#delivery-selection .delivery-selection-menu a span,
#delivery-confirmation .delivery-selection-menu a span {
  text-transform: none;
  font-size: 22px;
  font-weight: normal;
  font-family: "SantEliaScript-Light", Arial, sans-serif;
}
#delivery-selection .delivery-address-control a#change-address,
#delivery-confirmation .delivery-address-control a#change-address {
  color: #10263b;
  font-size: 17px;
  text-decoration: underline;
  margin-right: 30px;
}
#delivery-selection .delivery-address-control a#change-address:hover,
#delivery-confirmation .delivery-address-control a#change-address:hover {
  text-decoration: none;
}
#delivery-selection .delivery-address-control button,
#delivery-confirmation .delivery-address-control button {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  height: 50px;
  line-height: 25px;
}
#delivery-selection .address-input,
#delivery-confirmation .address-input {
  margin-top: 20px;
  padding: 0 5px;
}
#delivery-selection .address-input input#address-autocomplete,
#delivery-confirmation .address-input input#address-autocomplete {
  width: 370px;
  height: 50px;
  margin: 0 20px 0 0;
  box-shadow: inset 0 2px 0 rgba(209, 214, 219, 0.5);
  border-radius: 3px;
  border: 1px solid #d1d6db;
}
#delivery-selection .address-input button,
#delivery-confirmation .address-input button {
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  height: 50px;
}
#delivery-selection #dialog-close button,
#delivery-confirmation #dialog-close button {
  height: 50px;
}
#delivery-selection .pickup-selector,
#delivery-confirmation .pickup-selector {
  margin: 0 0 35px;
}
#delivery-selection .ui-dialog-content.ui-widget-content p.dialog-content-p,
#delivery-confirmation .ui-dialog-content.ui-widget-content p.dialog-content-p,
#delivery-selection .ui-dialog,
#delivery-confirmation .ui-dialog,
#delivery-selection #dialog,
#delivery-confirmation #dialog {
  margin: 0;
  padding: 0;
}
#delivery-selection .ui-dialog-titlebar,
#delivery-confirmation .ui-dialog-titlebar {
  display: none;
}
#delivery-selection .address-fields,
#delivery-confirmation .address-fields {
  margin-bottom: 15px;
}
#delivery-selection .address-fields label,
#delivery-confirmation .address-fields label {
  padding-top: 3px;
}
#delivery-selection .address-fields .address-field,
#delivery-confirmation .address-fields .address-field {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin: 10px auto;
  font-weight: bold;
}
#delivery-selection .address-fields .address-field input,
#delivery-confirmation .address-fields .address-field input {
  margin: 0;
  width: 253px;
}
#delivery-selection .address-fields .error-field input,
#delivery-confirmation .address-fields .error-field input {
  border-color: #c6143d;
  padding-right: 25px;
}
#delivery-selection .address-fields .error-field::after,
#delivery-confirmation .address-fields .error-field::after {
  content: '\2716';
  position: absolute;
  color: #c6143d;
  right: 7px;
  top: 10px;
}
#delivery-selection .address-fields .msg,
#delivery-confirmation .address-fields .msg {
  width: auto;
  margin: 0 auto;
}
#delivery-selection .delivery-selection__home-delivery-status,
#delivery-confirmation .delivery-selection__home-delivery-status {
  font-size: 25px;
}
#delivery-selection .delivery-selection__home-delivery-status > span,
#delivery-confirmation .delivery-selection__home-delivery-status > span {
  font-size: 18px;
}
#delivery-selection .delivery-selection__button,
#delivery-confirmation .delivery-selection__button {
  font-weight: bold;
}
#delivery-selection .delivery-selection__badge,
#delivery-confirmation .delivery-selection__badge {
  padding: 0 30px;
  text-align: center;
}
#delivery-selection .delivery-selection__badge::before,
#delivery-confirmation .delivery-selection__badge::before {
  display: inline-block;
  content: " ";
  width: 104px;
  height: 114px;
  background-size: contain;
}
#delivery-selection .delivery-selection__badge.delivery-selection__badge-ebike::before,
#delivery-confirmation .delivery-selection__badge.delivery-selection__badge-ebike::before {
  background: url('/assets/frb/img/icons/ic_ebike.svg') center center no-repeat;
}
#delivery-selection .delivery-selection__badge.delivery-selection__badge-car::before,
#delivery-confirmation .delivery-selection__badge.delivery-selection__badge-car::before {
  background: url('/assets/frb/img/icons/ic_car.svg') center center no-repeat;
}
@media screen and (min-width: 1024px) {
  #delivery-selection,
  #delivery-confirmation {
    width: 780px;
    height: auto;
    padding: 30px;
  }
  #delivery-selection h2,
  #delivery-confirmation h2 {
    font-size: 40px;
    margin-top: 0;
    margin-bottom: 30px;
    line-height: 1.1667em;
  }
  #delivery-selection h2 span,
  #delivery-confirmation h2 span {
    font-size: 30px;
  }
  #delivery-selection p,
  #delivery-confirmation p {
    margin-bottom: 30px;
  }
  #delivery-selection .select-delivery,
  #delivery-confirmation .select-delivery {
    flex-direction: row;
    margin-top: 30px;
  }
  #delivery-selection .select-delivery .select-home-delivery,
  #delivery-confirmation .select-delivery .select-home-delivery,
  #delivery-selection .select-delivery .select-pickup,
  #delivery-confirmation .select-delivery .select-pickup,
  #delivery-selection .select-delivery .select-car-pickup,
  #delivery-confirmation .select-delivery .select-car-pickup {
    width: 240px;
  }
  #delivery-selection .select-delivery .select-home-delivery,
  #delivery-confirmation .select-delivery .select-home-delivery,
  #delivery-selection .select-delivery .select-pickup,
  #delivery-confirmation .select-delivery .select-pickup {
    margin-bottom: 0;
  }
  #delivery-selection .delivery-selection-content .slots,
  #delivery-confirmation .delivery-selection-content .slots,
  #delivery-selection .delivery-selection-content .pickup-selector,
  #delivery-confirmation .delivery-selection-content .pickup-selector {
    width: 400px;
    padding: 0;
  }
  #delivery-selection .delivery-selection-menu,
  #delivery-confirmation .delivery-selection-menu {
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 40px;
  }
  #delivery-selection .delivery-selection-menu a,
  #delivery-confirmation .delivery-selection-menu a {
    width: 240px;
    height: 70px;
    background: #f3f5f7 no-repeat 20px center;
    margin: 0;
  }
  #delivery-selection .delivery-selection-menu a:hover,
  #delivery-confirmation .delivery-selection-menu a:hover {
    text-decoration: none;
    background-color: #c7d530;
    color: #10263b;
  }
  #delivery-selection .delivery-selection-menu a:hover span,
  #delivery-confirmation .delivery-selection-menu a:hover span {
    color: #10263b;
  }
  #delivery-selection .delivery-selection-menu a.selected::after,
  #delivery-confirmation .delivery-selection-menu a.selected::after {
    top: 100%;
    left: 50%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border: 10px solid transparent;
    border-top-color: #10263b;
    margin-left: -10px;
    transition: border-color 0.2s ease-out;
  }
  #delivery-selection .delivery-selection-menu a.selected:hover::after,
  #delivery-confirmation .delivery-selection-menu a.selected:hover::after {
    border-top-color: #c7d530;
  }
  #delivery-selection .address-input,
  #delivery-confirmation .address-input {
    padding: 0;
  }
  #delivery-selection .address-fields,
  #delivery-confirmation .address-fields {
    margin-bottom: 20px;
  }
  #delivery-selection .address-fields .address-field,
  #delivery-confirmation .address-fields .address-field {
    width: 400px;
  }
  #delivery-selection .address-fields .msg,
  #delivery-confirmation .address-fields .msg {
    width: 370px;
  }
  #delivery-selection .delivery-selection__badge,
  #delivery-confirmation .delivery-selection__badge {
    padding: 0;
    text-align: right;
  }
}
.delivery-confirmation-content button {
  margin-bottom: 30px;
}
#delivery-selection .reset-delivery-button button {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 16px;
}
.webp #page-homepage .info-boxes .box-left {
  background-image: url('../img/info-box-left.webp');
}
.webp #page-homepage .info-boxes .box-right {
  background-image: url('../img/info-box-right.webp');
}
@media screen and (min-width: 1024px) {
  .webp .vision > div {
    background-image: url("/assets/frb/img/vize.webp");
  }
}
.no-webp #page-homepage .info-boxes .box-left {
  background-image: url('../img/info-box-left.png');
}
.no-webp #page-homepage .info-boxes .box-right {
  background-image: url('../img/info-box-right.png');
}
@media screen and (min-width: 1024px) {
  .no-webp .vision > div {
    background-image: url("/assets/frb/img/vize.png");
  }
}
#page-homepage h2 {
  text-align: center;
  font-size: 30px;
  text-transform: uppercase;
}
#page-homepage .info-boxes {
  display: flex;
  flex-wrap: wrap;
}
#page-homepage .info-boxes h2 {
  font-size: 20px;
  margin-bottom: 10px;
}
#page-homepage .info-boxes h2 .em {
  font-size: 25px;
}
#page-homepage .info-boxes .box {
  width: 100%;
  padding: 245px 20px 30px;
  font-size: 17px;
}
#page-homepage .info-boxes .box ul,
#page-homepage .info-boxes .box ol {
  margin-bottom: 0;
  list-style: none;
}
#page-homepage .info-boxes .box li {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 10px;
  line-height: 25px;
}
#page-homepage .info-boxes .box li > span {
  flex-grow: 1;
  font-size: 15px;
}
#page-homepage .info-boxes .box li::before {
  margin-right: 14px;
}
#page-homepage .info-boxes .box li:last-child {
  padding-bottom: 0;
}
#page-homepage .info-boxes .box-left {
  background-color: #f3f5f7;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  margin-bottom: 15px;
}
#page-homepage .info-boxes .box-left ul li {
  padding-right: 20px;
}
#page-homepage .info-boxes .box-left ul li:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#page-homepage .info-boxes .box-left ul li:before {
  content: "\f107";
}
#page-homepage .info-boxes .box-left ul li::before {
  font-size: 20px;
}
#page-homepage .info-boxes .box-right {
  position: relative;
  background-color: #10263b;
  background-position-x: center;
  background-position-y: top;
  background-repeat: no-repeat;
  color: #fff;
}
#page-homepage .info-boxes .box-right h2 {
  color: #fff;
}
#page-homepage .info-boxes .box-right h2 .em {
  color: #c7d530;
}
#page-homepage .info-boxes .box-right ol {
  counter-reset: my-number-counter;
}
#page-homepage .info-boxes .box-right ol a {
  color: #c7d530;
  text-decoration: underline;
}
#page-homepage .info-boxes .box-right ol li {
  padding-right: 17px;
  counter-increment: my-number-counter;
}
#page-homepage .info-boxes .box-right ol li::before {
  content: counter(my-number-counter);
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #fff;
  font-size: 14px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  line-height: 21px;
  border-radius: 50%;
  border: 2px solid #c7d530;
  text-align: center;
}
#page-homepage .info-boxes .box-right .registration-button {
  height: 50px;
  margin-top: 30px;
  text-align: center;
  font-size: 20px;
}
#page-homepage .faq-container {
  margin-top: 30px;
  padding: 10px;
  border: 1px solid #e5e8ed;
  font-size: 17px;
}
#page-homepage .faq-container h2 {
  padding: 40px;
}
#page-homepage .faq-container h2 .em {
  font-size: 40px;
}
#page-homepage .faq-container h2,
#page-homepage .faq-container .faq-item {
  border-bottom: 1px solid #e5e8ed;
}
#page-homepage .faq-container .faq-item .faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 60px;
  padding-left: 30px;
  cursor: pointer;
}
#page-homepage .faq-container .faq-item .faq-question .faq-question-text {
  padding-top: 3px;
}
#page-homepage .faq-container .faq-item .faq-question .arrow-down {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background-color: #e5e8ed;
  margin-right: 15px;
  margin-left: 10px;
  text-align: center;
}
#page-homepage .faq-container .faq-item .faq-question .arrow-down:before {
  font-family: "My Food Market";
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
#page-homepage .faq-container .faq-item .faq-question .arrow-down:before {
  content: "\f111";
}
#page-homepage .faq-container .faq-item .faq-question .arrow-down::before {
  line-height: 30px;
  font-size: 22px;
  transition: transform 0.2s ease-in-out;
}
#page-homepage .faq-container .faq-item .faq-question.active {
  background-color: #e5e8ed;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
}
#page-homepage .faq-container .faq-item .faq-question.active .arrow-down {
  background-color: #f3f5f7;
}
#page-homepage .faq-container .faq-item .faq-question.active .arrow-down::before {
  transform: rotateZ(-180deg);
}
#page-homepage .faq-container .faq-item .faq-answer {
  display: none;
  padding: 30px;
  background-color: #f3f5f7;
  line-height: 25px;
}
#page-homepage .faq-container .rules-button {
  margin-top: 30px;
  text-align: center;
}
#page-homepage .faq-container .rules-button a {
  height: auto;
  padding-top: 17px;
  padding-bottom: 15px;
  white-space: normal;
  line-height: 20px;
}
@media screen and (min-width: 1024px) {
  #page-homepage .info-boxes {
    flex-wrap: nowrap;
  }
  #page-homepage .info-boxes h2 {
    font-size: 30px;
  }
  #page-homepage .info-boxes h2 .em {
    font-size: 40px;
  }
  #page-homepage .info-boxes .box {
    width: 50%;
    padding: 245px 35px 35px;
  }
  #page-homepage .info-boxes .box li > span {
    font-size: 17px;
  }
  #page-homepage .info-boxes .box-left {
    margin-right: 30px;
    margin-bottom: 0;
  }
  #page-homepage .info-boxes .box-left ul li::before {
    font-size: 24px;
  }
  #page-homepage .info-boxes .box-right .registration-button {
    position: absolute;
    bottom: 60px;
    left: 50%;
    margin-top: 0;
    transform: translateX(-50%);
  }
  #page-homepage .faq-container {
    padding: 0 60px;
  }
  #page-homepage .faq-container .rules-button {
    margin: 0;
    padding: 40px;
  }
  #page-homepage .faq-container .rules-button a {
    white-space: nowrap;
  }
}
.infobanner {
  background-color: #10263b;
  padding: 40px 20px 30px 20px;
}
.infobanner h2 {
  font-size: 30px;
  text-transform: uppercase;
  font-family: Intro, Verdana, sans-serif;
  text-align: center;
  color: white;
  padding-bottom: 37px;
}
.infobanner h2 span {
  text-transform: none;
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  color: #c7d530;
  font-size: 40px;
}
.infobanner .blocks {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  text-align: center;
}
.infobanner .blocks .icon {
  height: 80px;
  margin-bottom: 33px;
  position: relative;
}
.infobanner .blocks .icon img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.infobanner .blocks .title {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  color: #c7d530;
  font-size: 35px;
  padding-bottom: 17px;
}
.infobanner .blocks .description {
  font-size: 18px;
  line-height: 25px;
  text-transform: uppercase;
}
.infobanner .bottom {
  text-align: center;
  padding-top: 30px;
}
.infobanner .bottom .button {
  display: inline-block;
  padding: 12px 15px 8px 15px;
  background-color: #c7d530;
  color: #10263b;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 15px;
  transition: all 0.1s ease-in;
}
.infobanner a,
.infobanner a:active {
  color: white;
}
.infobanner a:hover {
  text-decoration: none;
  color: white;
}
.infobanner a:hover .button {
  background-color: white;
}
.homepage .product-ladder .scrollable-holder .prev,
.homepage .product-ladder .scrollable-holder .next {
  display: none;
}
.homepage .product-ladder .scrollable-holder .scrollable {
  height: auto;
  overflow: hidden;
}
.homepage .product-ladder .scrollable-holder .scrollable .items,
.homepage .product-ladder .scrollable-holder .scrollable .item {
  height: auto;
  float: none;
}
.homepage .product-ladder .scrollable-holder .scrollable .items {
  position: relative;
  width: auto;
}
.homepage .product-ladder .scrollable-holder .scrollable .item {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 30px 0;
  justify-items: center;
}
.homepage .product-ladder .scrollable-holder .scrollable .item li {
  margin: 0;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e8ed;
}
.homepage .product-ladder .scrollable-holder .scrollable .item li:last-child {
  border: 0;
  padding-bottom: 0;
}
.homepage .product-ladder .scrollable-holder .scrollable .owl-item {
  float: left;
}
.homepage .product-ladder .scrollable-holder .scrollable .owl-prev,
.homepage .product-ladder .scrollable-holder .scrollable .owl-next {
  position: absolute;
  top: 25%;
  width: 20px;
  height: 50px;
  line-height: 55px;
  padding: 0 2px;
}
.homepage .product-ladder .scrollable-holder .scrollable .owl-prev {
  left: 0;
}
.homepage .product-ladder .scrollable-holder .scrollable .owl-next {
  right: 0;
}
.homepage .product-ladder .product-ladder-subtitle {
  margin-top: 20px;
  padding: 10px 15px;
  background: #f3f5f7;
  text-align: center;
}
.homepage .product-ladder .product-ladder-subtitle span {
  display: block;
  font-size: 20px;
  line-height: 30px;
}
.homepage .product-ladder .product-ladder-subtitle .btn {
  margin-top: 20px;
  background-color: #c6143d;
  color: #fff;
  font-weight: bold;
}
@media screen and (min-width: 1024px) {
  .homepage .product-ladder .scrollable-holder .scrollable .item {
    grid-template-columns: 1fr 1fr;
    grid-gap: 0 30px;
  }
  .homepage .product-ladder .scrollable-holder .scrollable .item li {
    padding-bottom: 0;
    border: 0;
  }
  .homepage .product-ladder .product-ladder-subtitle {
    margin-top: 15px;
    padding: 15px 114px;
  }
  .homepage .product-ladder .product-ladder-subtitle span {
    display: inline;
  }
  .homepage .product-ladder .product-ladder-subtitle .btn {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .homepage .product-ladder .scrollable-holder .scrollable .item {
    grid-template-columns: repeat(4, 1fr);
  }
}
.vision > div {
  padding: 30px 15px;
  text-align: center;
  background: #10263b;
}
.vision > div h3 {
  margin-bottom: 20px;
  color: #c7d530;
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  font-size: 30px;
  font-weight: normal;
}
.vision > div p {
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}
.vision > div p span {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  color: #c7d530;
}
@media screen and (min-width: 1024px) {
  .vision > div {
    padding: 60px 120px;
    background-color: #10263b;
    background-position-x: left;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .vision > div h3 {
    font-size: 50px;
  }
  .vision > div p {
    font-size: 25px;
    line-height: 40px;
  }
}
.homepage-suppliers {
  text-align: center;
}
.homepage-suppliers h3 {
  margin-bottom: 30px;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
}
.homepage-suppliers h3 span {
  font-size: 35px;
  text-transform: none;
}
.homepage-suppliers > div {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  grid-gap: 30px 0;
  justify-items: center;
  margin-bottom: 30px;
}
.homepage-suppliers > div .board-item {
  position: relative;
}
.homepage-suppliers > div .board-item .for-post {
  max-width: 100%;
}
.homepage-suppliers > div .board-item .title-header {
  position: absolute;
  top: 0;
  left: 50%;
  padding: 10px;
  transform: translateX(-50%);
  color: #fff;
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  font-size: 20px;
  background: transparent url("/assets/frb/img/icons/markyza_red.svg") repeat-x bottom center;
}
.homepage-suppliers > div .board-item .title-post {
  position: absolute;
  bottom: 50px;
  padding: 10px;
  background: #fff;
  text-transform: uppercase;
  font-size: 20px;
}
.homepage-suppliers .btn {
  font-weight: bold;
  color: #fff;
  background: #10263b;
}
.homepage-suppliers .btn:visited {
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .homepage-suppliers > div {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 0 30px;
  }
}
.benefits-magazine-recipes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.benefits-magazine-recipes .section {
  width: 350px;
}
.benefits-magazine-recipes .section h2 {
  color: #10263b;
  padding-top: 15px;
  padding-bottom: 30px;
  font-size: 30px;
  text-align: center;
  text-transform: uppercase;
  font-family: Intro, Verdana, sans-serif;
}
.benefits-magazine-recipes .section h2 span {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  text-transform: none;
}
.benefits-magazine-recipes .section .board {
  background-color: #f3f5f7;
  padding: 20px;
  height: 433px;
  text-align: center;
}
.benefits-magazine-recipes .section .board .board-item {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e5e8ed;
  margin-bottom: 20px;
  font-family: Intro, Verdana, sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #10263b;
  text-align: left;
}
.benefits-magazine-recipes .section .board .board-item .iconbox {
  width: 70px;
  height: 70px;
  background-color: #e5e8ed;
  position: relative;
}
.benefits-magazine-recipes .section .board .board-item .iconbox img {
  position: absolute;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.benefits-magazine-recipes .section .board .board-item .title-icon {
  padding-top: 10px;
  width: 222px;
}
.benefits-magazine-recipes .section .board .board-item img.for-post {
  width: 90px;
  height: 90px;
}
.benefits-magazine-recipes .section .board .board-item .title-post {
  padding-top: 10px;
  width: 200px;
}
.benefits-magazine-recipes .section .board .button {
  display: inline-block;
  background-color: #10263b;
  padding: 12px 15px 8px 15px;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  font-size: 15px;
  color: white;
  text-transform: uppercase;
  transition: all 0.1s ease-in;
}
.benefits-magazine-recipes .section .board .button:hover {
  background-color: #c7d530;
  color: #10263b;
  text-decoration: none;
}
.loyalty-registration-finished {
  margin-top: 30px;
}
.loyalty-registration-finished .infotext {
  padding: 20px 10px;
  margin-bottom: 30px;
  background: #f3f5f7;
  font-size: 17px;
  line-height: 30px;
  text-align: center;
}
.loyalty-registration-finished .infotext p:first-child {
  margin-bottom: 15px;
}
.loyalty-registration-finished .banner-prodejny {
  position: relative;
  display: block;
  padding: 20px 10px;
  background-color: #10263b;
  font-size: 20px;
  line-height: 35px;
  text-align: center;
}
.loyalty-registration-finished .banner-prodejny p {
  margin-bottom: 10px;
  color: #fff;
}
.loyalty-registration-finished .banner-prodejny p .em {
  color: #c7d530;
  text-decoration: underline;
}
.loyalty-registration-finished .banner-prodejny button {
  height: auto;
  padding: 17px 20px 13px 20px;
  font-size: 20px;
  color: #10263b;
  background-color: #c7d530;
  font-family: Intro, Verdana, sans-serif;
  font-weight: bold;
  line-height: normal;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
@media screen and (min-width: 1024px) {
  .loyalty-registration-finished .infotext {
    padding: 45px 57px 40px;
    font-size: 20px;
    line-height: 35px;
  }
  .loyalty-registration-finished .banner-prodejny {
    height: 360px;
    padding: 0;
    background-image: url("/assets/frb/img/banner-prodejny.jpg");
    text-align: right;
  }
  .loyalty-registration-finished .banner-prodejny p {
    position: absolute;
    top: 68px;
    right: 60px;
    width: 523px;
    margin: 0;
    font-size: 35px;
    line-height: 43px;
  }
  .loyalty-registration-finished .banner-prodejny button {
    position: absolute;
    right: 60px;
    bottom: 60px;
  }
  .loyalty-registration-finished .banner-prodejny:hover button {
    background-color: white;
  }
}
.body-container-500 {
  margin-top: 40px;
}
#wrap .error-page,
.error-page {
  font-family: Intro, Verdana, sans-serif;
  font-size: 20px;
  line-height: 30px;
  color: #10263b;
  padding: 20px 10px;
  text-align: center;
}
#wrap .error-page h1,
.error-page h1 {
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  color: #c7d530;
}
#wrap .error-page p,
.error-page p {
  margin-bottom: 35px;
}
#wrap .error-page a,
.error-page a {
  text-decoration: underline;
}
#wrap .error-page .subheading,
.error-page .subheading {
  font-size: 20px;
  line-height: 30px;
}
#wrap .error-page .btn,
.error-page .btn {
  text-decoration: none;
}
#wrap .error-page .note,
.error-page .note {
  font-size: 14px;
  margin: 25px 0 0;
}
@media screen and (min-width: 1024px) {
  #wrap .error-page,
  .error-page {
    padding: 30px;
    margin-right: -30px;
    text-align: left;
  }
  #wrap .error-page h1,
  .error-page h1 {
    font-size: 80px;
  }
  #wrap .error-page .subheading,
  .error-page .subheading {
    font-size: 40px;
    line-height: 45px;
  }
  #wrap .error-page.error-page-404,
  .error-page.error-page-404 {
    background: url("/assets/eshop/img/error_404_bg.png") no-repeat right -30px;
  }
  #wrap .error-page.error-page-500,
  .error-page.error-page-500 {
    background: url("/assets/eshop/img/error_500_bg.png") no-repeat right -30px;
  }
  #wrap .error-page .note,
  .error-page .note {
    margin: 25px 0 40px 0;
  }
}
.search-results h2 {
  font-size: 24px;
  margin: 30px 0 20px 0;
}
.search-results ul.category-results li {
  background: none;
  padding-left: 0;
  line-height: 1.5em;
  font-family: Intro, Verdana, sans-serif;
  font-size: 16px;
}
.codex {
  padding: 30px 15px;
  background-color: #10263b;
  text-align: center;
}
.codex h3 {
  display: inline-block;
  margin-top: 10px;
  margin-bottom: 25px;
  font-size: 30px;
  font-weight: normal;
  text-transform: uppercase;
  color: #fff;
}
.codex h3 span {
  font-family: 'SantEliaScript-Light', 'Verdana', sans-serif;
  font-weight: 300;
  margin-right: 5px;
  color: #c7d530;
  font-size: 40px;
  text-transform: none;
}
.codex .codex__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px 50px;
  justify-items: left;
  text-align: left;
}
.codex .codex__items .codex__item {
  display: flex;
  color: #fff;
  font-size: 17px;
  line-height: 25px;
  text-transform: uppercase;
}
.codex .codex__items .codex__item::before {
  content: "";
  flex-shrink: 0;
  width: 25px;
  height: 25px;
  margin-right: 20px;
  background: url("/assets/frb/img/icons/ic_check.svg") 50% no-repeat;
  background-size: 25px;
}
.codex .codex__items .codex__item h4 {
  color: #c7d530;
  font-size: 20px;
  font-weight: normal;
  line-height: 20px;
}
.codex .codex__items .codex__item h4 span {
  font-family: 'SantEliaScript-Light', 'Verdana', sans-serif;
  font-weight: 300;
  font-size: 25px;
  text-transform: none;
}
.codex .codex__items .codex__item > div {
  width: auto;
}
.codex .button {
  display: inline-block;
  margin-top: 40px;
  padding: 8px 16px 5px;
  color: #10263b;
  background-color: #c7d530;
  font-family: IntroBold;
  font-size: 15px;
  line-height: 1.8em;
  text-transform: uppercase;
  transition: background-color 0.2s ease-out, color 0.2s ease-out;
}
.codex .button:hover {
  background-color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1024px) {
  .codex {
    padding: 50px;
  }
  .codex h3 {
    margin-bottom: 45px;
  }
  .codex .codex__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .codex .codex__items .codex__item {
    font-size: 18px;
  }
  .codex .codex__items .codex__item h4 {
    font-size: 25px;
    line-height: 25px;
  }
  .codex .codex__items .codex__item h4 span {
    font-size: 30px;
  }
}
.order-steps-wrapper h3 {
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
  font-family: "SantEliaScript-Light", Arial, sans-serif;
  font-size: 35px;
  font-weight: normal;
}
.order-steps-wrapper h3 > strong {
  font-family: Intro, Verdana, sans-serif;
  font-size: 30px;
  text-transform: uppercase;
}
.order-steps-wrapper .order-steps {
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: space-between;
}
.order-steps-wrapper .order-steps > div {
  margin-bottom: 10px;
  padding: 15px 10px 35px;
  width: calc(100% - 20px);
  text-align: center;
  font-size: 20px;
  background-color: #f3f5f7;
  line-height: 1.25em;
}
.order-steps-wrapper .order-steps > div .order-step-image {
  margin-bottom: 15px;
  height: 218px;
}
.order-steps-wrapper .order-steps > div .order-step-image img {
  display: inline-block;
}
.order-steps-wrapper .order-steps > div > span {
  display: inline-block;
  padding: 0 10px;
}
@media screen and (min-width: 1024px) {
  .order-steps-wrapper .order-steps {
    flex-flow: row;
    align-items: stretch;
  }
  .order-steps-wrapper .order-steps > div {
    margin-bottom: 0;
    width: 236px;
  }
}
.select2-container--default .select2-selection--single {
  border-color: #d1d6db;
  border-radius: 0;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #10263B;
  padding-right: 28px;
  border-color: #d1d6db;
  line-height: 32px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  border-left: 1px solid #d1d6db;
  height: 31px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-top-color: #10263B;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #10263B;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-bottom-color: #10263B;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #c7d530;
  color: #10263B;
}
.select2-container--default .select2-results > .select2-results__options {
  max-height: 256px;
}
.select2-container--open .select2-dropdown--below {
  max-width: 100%;
  border-top: 1px solid #d1d6db;
}
.select2-container .select2-selection--single {
  height: 32px;
}
.select2-container .select2-selection--single:focus {
  outline: 0;
}
.select2-dropdown {
  border: 1px solid #d1d6db;
}
.select2-results li {
  white-space: normal;
}
@media screen and (min-width: 1024px) {
  .select2-results li {
    white-space: nowrap;
  }
}
.headroom {
  will-change: transform;
  transition: transform 200ms linear;
}
.headroom--pinned {
  transform: translateY(0%);
}
.headroom--unpinned {
  transform: translateY(-85px);
}
.headroom--not-top {
  position: fixed;
  top: 0;
  width: 100%;
}
.headroom--not-top .top-menu .top-search .ui-autocomplete {
  max-height: calc(100vh - 145px);
  overflow-y: scroll;
  overflow-x: hidden;
}
.headroom--not-top .top-menu .navigation-container .drop-down-menu {
  max-height: calc(100vh - 98px);
  overflow-y: scroll;
  overflow-x: hidden;
}
@media screen and (min-width: 1024px) {
  .headroom--pinned,
  .headroom--unpinned {
    transform: none;
  }
  .headroom--not-top {
    position: initial;
    top: auto;
  }
  .headroom--not-top .top-menu .navigation-container .top-search .ui-autocomplete {
    max-height: initial;
    overflow: initial;
  }
  .headroom--not-top .top-menu .navigation-container .drop-down-menu {
    max-height: initial;
    overflow: initial;
  }
}
.page-nav {
  height: 21px;
  text-align: center;
}
.page-nav .previous,
.page-nav .next,
.page-nav .page-list {
  display: inline-block;
}
.page-nav .page-list {
  font-size: 25px;
}
@media screen and (min-width: 1024px) {
  .page-nav .page-list {
    font-size: 18px;
  }
}
.page-nav .page-list a {
  color: #c6143d;
  text-decoration: none;
}
.page-nav .page-list a:hover {
  color: #c6143d;
  text-decoration: underline;
}
.page-nav .page-list a:active,
.page-nav .page-list a:focus {
  color: #c6143d;
}
.page-nav .page-list strong {
  border: 1px solid #f3f5f7;
  font-weight: normal;
}
.page-nav .page-list a,
.page-nav .page-list strong {
  padding: 5px 10px;
}
.page-nav .previous,
.page-nav .next {
  position: relative;
  top: -1px;
}
.page-nav .previous::before,
.page-nav .next::before {
  font-size: 25px;
  line-height: 30px;
  height: 30px;
}
@media screen and (min-width: 1024px) {
  .page-nav .previous::before,
  .page-nav .next::before {
    font-size: 18px;
    line-height: 22px;
    height: 22px;
  }
}
.page-nav .previous {
  margin-right: 4px;
}
.page-nav .next {
  margin-left: 4px;
}
.page-terms-of-use,
.page-personal-data-processing,
.page-cookies {
  line-height: 1.3em;
}
.page-terms-of-use > h1,
.page-personal-data-processing > h1,
.page-cookies > h1 {
  font-size: 35px;
}
.page-terms-of-use > ol > li,
.page-personal-data-processing > ol > li,
.page-cookies > ol > li {
  margin-top: 20px;
  font-size: 18px;
}
.page-terms-of-use > ol > li > h2,
.page-personal-data-processing > ol > li > h2,
.page-cookies > ol > li > h2 {
  font-size: 18px;
  display: inline;
}
.page-terms-of-use > ol > li > ol,
.page-personal-data-processing > ol > li > ol,
.page-cookies > ol > li > ol {
  font-size: 15px;
}
.page-terms-of-use > ol > li > ol > li,
.page-personal-data-processing > ol > li > ol > li,
.page-cookies > ol > li > ol > li {
  margin-top: 10px;
  margin-left: 30px;
  list-style-position: outside;
}
.page-terms-of-use > ol > li > ol > li > ol > li,
.page-personal-data-processing > ol > li > ol > li > ol > li,
.page-cookies > ol > li > ol > li > ol > li {
  margin-left: 30px;
  margin-top: 5px;
  list-style-position: outside;
}
.loyalty-points-multiple {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
}
.hover-info-container {
  position: relative;
  height: fit-content;
  width: fit-content;
}
.hover-info-container .hover-info {
  position: absolute;
  top: calc(100% + 5px);
  left: auto;
  right: 0;
  z-index: 5;
  display: none;
  background-color: #f9f9e5;
}
.hover-info-container .hover-info .hover-info-left {
  position: relative;
  z-index: 1;
  padding: 15px 12px;
  background-color: #c7d530;
}
.hover-info-container .hover-info .hover-info-left i {
  color: #fff;
}
.hover-info-container .hover-info .hover-info-left::before {
  content: '';
  position: absolute;
  top: 0;
  left: calc(50% - 12px);
  z-index: -1;
  width: 24px;
  height: 24px;
  background-color: #c7d530;
  transform: rotate(45deg);
}
.hover-info-container .hover-info .hover-info-content {
  padding: 24px 20px;
}
.hover-info-container .hover-info .hover-info-content ul.hover-info-list {
  display: inline-flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin: 0 10px 20px;
  list-style-type: none;
  font-size: 15px;
}
.hover-info-container .hover-info .hover-info-content ul.hover-info-list > li {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.hover-info-container .hover-info .hover-info-content ul.hover-info-list > li > p {
  margin: 0;
  padding: 0;
  line-height: 24px;
  font-weight: initial;
}
.hover-info-container .hover-info .hover-info-content ul.hover-info-list > li::before {
  flex-shrink: 0;
  display: inline-block;
  content: " ";
  width: 24px;
  height: 24px;
  margin-right: 12px;
  background: url('/assets/frb/img/icons/ic_check_circle.svg') center center no-repeat;
  background-size: contain;
}
.hover-info-container .hover-info .hover-info-content ul.hover-info-list > li:last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  .hover-info-container .hover-info .hover-info-content ul.hover-info-list {
    margin: 0 0 10px;
  }
}
.hover-info-container .info-hover:hover + .hover-info {
  display: flex;
}
@media screen and (min-width: 1024px) {
  .hover-info-container .hover-info {
    left: -12px;
    right: auto;
  }
  .hover-info-container .hover-info .hover-info-content ul.hover-info-list {
    white-space: nowrap;
  }
}
#TDIMessageNext {
  text-align: center;
  font-size: 25px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(359deg);
  }
}
.icon-spinner::before {
  animation: spin 2s linear infinite;
}
