@charset "UTF-8";
/* ==========================================================================
   Main
 ========================================================================== */
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
*,
*:after,
*:before {
  box-sizing: border-box;
  outline: none; }

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

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

a {
  text-decoration: none; }

button, input[type="button"] {
  border: none;
  background: none;
  outline: none;
  margin: 0;
  padding: 0;
  text-align: left; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  text-rendering: optimizeLegibility;
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased; }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `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; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
  border: none; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* ==========================================================================
  Mixins
========================================================================== */
/* ==========================================================================
   Mixins - Media Queries


   Usage:

   div {
     width: 100%;

     @include bp-sm { ... }
     @include bp-md { ... }
     @include bp-lg { ... }
     @include bp-hd { ... }
   }
 ========================================================================== */
/* ==========================================================================
  Font
========================================================================== */
/**
 * Se utiliza para importar fuentes
 * @param  {String} $name - Nombre que se utilizará al usar la fuente
 * @param  {String} $src  - Ruta al archivo
 * @param  {[type]} $hash - Hash para el formato SVG
 *
 * Uso:
 * h1 {
 *   @include font(nombreDeLaFuente, rutaALosArchivos, hash)
 * }
 */
/**
 * Setea el tamaño de la fuente en unidades 'rem' con fallback a 'px'
 * Utiliza la función auxiliar 'calculateRem'.
 *
 * @param  {Number + String} $size - tamaño en px
 *
 * Uso:
 * p {
 *   @include font-size(14px)
 * }
 */
/* ==========================================================================
  Transforms

  Mixins para transformaciones css
========================================================================== */
/* ==========================================================================
  Animation

  Uso:

  @include keyframes(slide-down) {
    0% { opacity: 1; }
    90% { opacity: 0; }
  }

  .element {
    width: 100px;
    height: 100px;
    background: black;
    @include animation('slide-down 5s 3');
  }
========================================================================== */
/**
 *
 * grayscale      ex: filter: grayscale(100%);
 * sepia          ex: filter: sepia(100%);
 * saturate       ex: filter: saturate(0%);
 * hue-rotate     ex: filter: hue-rotate(45deg);
 * invert         ex: filter: invert(100%);
 * brightness     ex: filter: brightness(15%);
 * contrast       ex: filter: contrast(200%);
 * blur           ex: filter: blur(2px);
 *
 * img {
 *   @include filter(grayscale, 100%);
 * }
 */
/* ==========================================================================
  Transition

  Mixin para manejar transiciones.
  Maneja transiciones con vendor-prefixed-properties y se pueden animar varias
  propiedades a la vez separadas por comas.

  Uso:
  .foo {
     @include transition(transform 0.2s ease-in 0.2s, opacity 0.2s ease);
  }
========================================================================== */
/* ==========================================================================
  Clearfix

  Uso:

  .container-with-floated-children {
    @extend %clearfix;
  }
  
========================================================================== */
/* ==========================================================================
  box-shadow
========================================================================== */
/* ==========================================================================
  Visually hidden
  Oculta visualmente un elemento sin dejar de ser accesible-

  Uso:
  
  .visually-hidden {
    @extend %visuallyhidden;
  }
========================================================================== */
/* ==========================================================================
  SVG Background

  SVG para imagenes de fondo con fallback a '.png' y retina.

  Uso:

  image.svg
  image.png
  image@2x.png

  body {
    @include background-image('image');
  }
========================================================================== */
/**
 * Digamos que queremos que cada elemento tenga un ancho máximo de 100px,
 * por lo que sabemos que para un ancho de navegador de 100px podemos encajar
 * un elemento por fila, y así sucesivamente:
 *
 * | Viewport Width | Max Item Count Per Row | Item Width (min-max) |
 * |----------------|------------------------|----------------------|
 * | <= 100         | 1                      | 0px - 100px          |
 * | <= 200         | 2                      | 50px - 100px         |
 * | <= 300         | 3                      | 50px - 100px         |
 * | <= 400         | 4                      | 50px - 100px         |
 * | <= 500         | 5                      | 50px - 100px         |
 * | <= 600         | 6                      | 50px - 100px         |
 *
 *
 * Podemos escribir media queries para crear las siguientes reglas:
 *
 * | Viewport Width | Max Item Count Per Row | Item Max Width | Calculation |
 * |------------------------------------------------------------------------|
 * | <= 100px       | 1                      | 100%           | (100/1)     |
 * | <= 200px       | 2                      | 50%            | (100/2)     |
 * | <= 300px       | 3                      | 33.33333%      | (100/3)     |
 * | <= 400px       | 4                      | 25%            | (100/4)     |
 * | <= 500px       | 5                      | 20%            | (100/5)     |
 * | <= 600px       | 5                      | 16.66666%      | (100/6)     |
 *
 * Ahora solo necesitamos: @include flex-wrap-fix(100px)
 */
/**
 * Mixin printing a linear-gradient
 * as well as a plain color fallback
 * and the `-webkit-` prefixed declaration
 * @access public
 * @param {Keyword | Angle} $direction - Linear gradient direction
 * @param {Arglist} $color-stops - List of color-stops composing the gradient
 * https://www.sitepoint.com/building-linear-gradient-mixin-sass/
 *
 *
 * .selector-1 {
 *   @include linear-gradient(#31B7D7, #EDAC7D);
 * }
 *
 * .selector-2 {
 *   @include linear-gradient(to right, #E47D7D 0%, #C195D3 50%, #4FB4E8 100%);
 * }
 *
 * .selector-3 {
 *   @include linear-gradient(42deg, #B58234 0%, #D2B545 50%, #D7C04D 50.01%, #FFFFFF 100%);
 * }
 */
/* ==========================================================================
  Grid

  NOTE: no se si esto debería esta aquí o el 'layout' o algo similar
========================================================================== */
.container,
[container] {
  position: relative;
  width: 100vw;
  margin: 0 auto;
  padding-left: 30px;
  padding-right: 30px; }
  @media (min-width: 1px) and (max-width: 767px) {
    .container,
    [container] {
      max-width: 100%; } }
  @media (min-width: 768px) and (max-width: 1023px) {
    .container,
    [container] {
      max-width: 760px; } }
  @media (min-width: 1024px) and (max-width: 1199px) {
    .container,
    [container] {
      max-width: 980px; } }
  @media (min-width: 1200px) {
    .container,
    [container] {
      max-width: 1200px; } }

.container-full,
[container-full] {
  position: relative;
  width: 100vw;
  margin: 0 auto; }

[class*="box-"],
[box] {
  padding-left: 30px;
  padding-right: 30px; }

.container-full:after,
[container-full]:after,
.container:after,
[container]:after,
[class*="box-"]:after,
[box]:after {
  content: "";
  display: table;
  clear: both; }

.box-sm-1,
[box~="sm-1"] {
  position: relative;
  float: left;
  width: 8.33333%;
  min-height: 1px; }

.box-offset-sm-1,
[box~="offset-sm-1"] {
  margin-left: 8.33333%; }

.box-sm-2,
[box~="sm-2"] {
  position: relative;
  float: left;
  width: 16.66667%;
  min-height: 1px; }

.box-offset-sm-2,
[box~="offset-sm-2"] {
  margin-left: 16.66667%; }

.box-sm-3,
[box~="sm-3"] {
  position: relative;
  float: left;
  width: 25%;
  min-height: 1px; }

.box-offset-sm-3,
[box~="offset-sm-3"] {
  margin-left: 25%; }

.box-sm-4,
[box~="sm-4"] {
  position: relative;
  float: left;
  width: 33.33333%;
  min-height: 1px; }

.box-offset-sm-4,
[box~="offset-sm-4"] {
  margin-left: 33.33333%; }

.box-sm-5,
[box~="sm-5"] {
  position: relative;
  float: left;
  width: 41.66667%;
  min-height: 1px; }

.box-offset-sm-5,
[box~="offset-sm-5"] {
  margin-left: 41.66667%; }

.box-sm-6,
[box~="sm-6"] {
  position: relative;
  float: left;
  width: 50%;
  min-height: 1px; }

.box-offset-sm-6,
[box~="offset-sm-6"] {
  margin-left: 50%; }

.box-sm-7,
[box~="sm-7"] {
  position: relative;
  float: left;
  width: 58.33333%;
  min-height: 1px; }

.box-offset-sm-7,
[box~="offset-sm-7"] {
  margin-left: 58.33333%; }

.box-sm-8,
[box~="sm-8"] {
  position: relative;
  float: left;
  width: 66.66667%;
  min-height: 1px; }

.box-offset-sm-8,
[box~="offset-sm-8"] {
  margin-left: 66.66667%; }

.box-sm-9,
[box~="sm-9"] {
  position: relative;
  float: left;
  width: 75%;
  min-height: 1px; }

.box-offset-sm-9,
[box~="offset-sm-9"] {
  margin-left: 75%; }

.box-sm-10,
[box~="sm-10"] {
  position: relative;
  float: left;
  width: 83.33333%;
  min-height: 1px; }

.box-offset-sm-10,
[box~="offset-sm-10"] {
  margin-left: 83.33333%; }

.box-sm-11,
[box~="sm-11"] {
  position: relative;
  float: left;
  width: 91.66667%;
  min-height: 1px; }

.box-offset-sm-11,
[box~="offset-sm-11"] {
  margin-left: 91.66667%; }

.box-sm-12,
[box~="sm-12"] {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px; }

.box-offset-sm-12,
[box~="offset-sm-12"] {
  margin-left: 100%; }

@media (min-width: 768px) {
  .box-md-1,
  [box~="md-1"] {
    position: relative;
    float: left;
    width: 8.33333%;
    min-height: 1px; }
  .box-offset-md-1,
  [box~="offset-md-1"] {
    margin-left: 8.33333%; }
  .box-md-2,
  [box~="md-2"] {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px; }
  .box-offset-md-2,
  [box~="offset-md-2"] {
    margin-left: 16.66667%; }
  .box-md-3,
  [box~="md-3"] {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px; }
  .box-offset-md-3,
  [box~="offset-md-3"] {
    margin-left: 25%; }
  .box-md-4,
  [box~="md-4"] {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px; }
  .box-offset-md-4,
  [box~="offset-md-4"] {
    margin-left: 33.33333%; }
  .box-md-5,
  [box~="md-5"] {
    position: relative;
    float: left;
    width: 41.66667%;
    min-height: 1px; }
  .box-offset-md-5,
  [box~="offset-md-5"] {
    margin-left: 41.66667%; }
  .box-md-6,
  [box~="md-6"] {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px; }
  .box-offset-md-6,
  [box~="offset-md-6"] {
    margin-left: 50%; }
  .box-md-7,
  [box~="md-7"] {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px; }
  .box-offset-md-7,
  [box~="offset-md-7"] {
    margin-left: 58.33333%; }
  .box-md-8,
  [box~="md-8"] {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px; }
  .box-offset-md-8,
  [box~="offset-md-8"] {
    margin-left: 66.66667%; }
  .box-md-9,
  [box~="md-9"] {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px; }
  .box-offset-md-9,
  [box~="offset-md-9"] {
    margin-left: 75%; }
  .box-md-10,
  [box~="md-10"] {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px; }
  .box-offset-md-10,
  [box~="offset-md-10"] {
    margin-left: 83.33333%; }
  .box-md-11,
  [box~="md-11"] {
    position: relative;
    float: left;
    width: 91.66667%;
    min-height: 1px; }
  .box-offset-md-11,
  [box~="offset-md-11"] {
    margin-left: 91.66667%; }
  .box-md-12,
  [box~="md-12"] {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px; }
  .box-offset-md-12,
  [box~="offset-md-12"] {
    margin-left: 100%; } }

@media (min-width: 1024px) {
  .box-lg-1,
  [box~="lg-1"] {
    position: relative;
    float: left;
    width: 8.33333%;
    min-height: 1px; }
  .box-offset-lg-1,
  [box~="offset-lg-1"] {
    margin-left: 8.33333%; }
  .box-lg-2,
  [box~="lg-2"] {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px; }
  .box-offset-lg-2,
  [box~="offset-lg-2"] {
    margin-left: 16.66667%; }
  .box-lg-3,
  [box~="lg-3"] {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px; }
  .box-offset-lg-3,
  [box~="offset-lg-3"] {
    margin-left: 25%; }
  .box-lg-4,
  [box~="lg-4"] {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px; }
  .box-offset-lg-4,
  [box~="offset-lg-4"] {
    margin-left: 33.33333%; }
  .box-lg-5,
  [box~="lg-5"] {
    position: relative;
    float: left;
    width: 41.66667%;
    min-height: 1px; }
  .box-offset-lg-5,
  [box~="offset-lg-5"] {
    margin-left: 41.66667%; }
  .box-lg-6,
  [box~="lg-6"] {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px; }
  .box-offset-lg-6,
  [box~="offset-lg-6"] {
    margin-left: 50%; }
  .box-lg-7,
  [box~="lg-7"] {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px; }
  .box-offset-lg-7,
  [box~="offset-lg-7"] {
    margin-left: 58.33333%; }
  .box-lg-8,
  [box~="lg-8"] {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px; }
  .box-offset-lg-8,
  [box~="offset-lg-8"] {
    margin-left: 66.66667%; }
  .box-lg-9,
  [box~="lg-9"] {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px; }
  .box-offset-lg-9,
  [box~="offset-lg-9"] {
    margin-left: 75%; }
  .box-lg-10,
  [box~="lg-10"] {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px; }
  .box-offset-lg-10,
  [box~="offset-lg-10"] {
    margin-left: 83.33333%; }
  .box-lg-11,
  [box~="lg-11"] {
    position: relative;
    float: left;
    width: 91.66667%;
    min-height: 1px; }
  .box-offset-lg-11,
  [box~="offset-lg-11"] {
    margin-left: 91.66667%; }
  .box-lg-12,
  [box~="lg-12"] {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px; }
  .box-offset-lg-12,
  [box~="offset-lg-12"] {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .box-hd-1,
  [box~="hd-1"] {
    position: relative;
    float: left;
    width: 8.33333%;
    min-height: 1px; }
  .box-offset-hd-1,
  [box~="offset-hd-1"] {
    margin-left: 8.33333%; }
  .box-hd-2,
  [box~="hd-2"] {
    position: relative;
    float: left;
    width: 16.66667%;
    min-height: 1px; }
  .box-offset-hd-2,
  [box~="offset-hd-2"] {
    margin-left: 16.66667%; }
  .box-hd-3,
  [box~="hd-3"] {
    position: relative;
    float: left;
    width: 25%;
    min-height: 1px; }
  .box-offset-hd-3,
  [box~="offset-hd-3"] {
    margin-left: 25%; }
  .box-hd-4,
  [box~="hd-4"] {
    position: relative;
    float: left;
    width: 33.33333%;
    min-height: 1px; }
  .box-offset-hd-4,
  [box~="offset-hd-4"] {
    margin-left: 33.33333%; }
  .box-hd-5,
  [box~="hd-5"] {
    position: relative;
    float: left;
    width: 41.66667%;
    min-height: 1px; }
  .box-offset-hd-5,
  [box~="offset-hd-5"] {
    margin-left: 41.66667%; }
  .box-hd-6,
  [box~="hd-6"] {
    position: relative;
    float: left;
    width: 50%;
    min-height: 1px; }
  .box-offset-hd-6,
  [box~="offset-hd-6"] {
    margin-left: 50%; }
  .box-hd-7,
  [box~="hd-7"] {
    position: relative;
    float: left;
    width: 58.33333%;
    min-height: 1px; }
  .box-offset-hd-7,
  [box~="offset-hd-7"] {
    margin-left: 58.33333%; }
  .box-hd-8,
  [box~="hd-8"] {
    position: relative;
    float: left;
    width: 66.66667%;
    min-height: 1px; }
  .box-offset-hd-8,
  [box~="offset-hd-8"] {
    margin-left: 66.66667%; }
  .box-hd-9,
  [box~="hd-9"] {
    position: relative;
    float: left;
    width: 75%;
    min-height: 1px; }
  .box-offset-hd-9,
  [box~="offset-hd-9"] {
    margin-left: 75%; }
  .box-hd-10,
  [box~="hd-10"] {
    position: relative;
    float: left;
    width: 83.33333%;
    min-height: 1px; }
  .box-offset-hd-10,
  [box~="offset-hd-10"] {
    margin-left: 83.33333%; }
  .box-hd-11,
  [box~="hd-11"] {
    position: relative;
    float: left;
    width: 91.66667%;
    min-height: 1px; }
  .box-offset-hd-11,
  [box~="offset-hd-11"] {
    margin-left: 91.66667%; }
  .box-hd-12,
  [box~="hd-12"] {
    position: relative;
    float: left;
    width: 100%;
    min-height: 1px; }
  .box-offset-hd-12,
  [box~="offset-hd-12"] {
    margin-left: 100%; } }

/* ==========================================================================
   Settings
 ========================================================================== */
/* ==========================================================================
   Colors
 ========================================================================== */
/* ==========================================================================
   Fonts
 ========================================================================== */
@font-face {
  font-family: 'montserratbold';
  src: url("/font/montserrat-bold-webfont.eot");
  src: url("/font/montserrat-bold-webfont.eot?#iefix") format("embedded-opentype"), url("/font/montserrat-bold-webfont.woff2") format("woff2"), url("/font/montserrat-bold-webfont.woff") format("woff"), url("/font/montserrat-bold-webfont.ttf") format("truetype"), url("/font/montserrat-bold-webfont.svg#montserratbold") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratlight';
  src: url("/font/montserrat-light-webfont.eot");
  src: url("/font/montserrat-light-webfont.eot?#iefix") format("embedded-opentype"), url("/font/montserrat-light-webfont.woff2") format("woff2"), url("/font/montserrat-light-webfont.woff") format("woff"), url("/font/montserrat-light-webfont.ttf") format("truetype"), url("/font/montserrat-light-webfont.svg#montserratlight") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'montserratregular';
  src: url("/font/montserrat-regular-webfont.eot");
  src: url("/font/montserrat-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/font/montserrat-regular-webfont.woff2") format("woff2"), url("/font/montserrat-regular-webfont.woff") format("woff"), url("/font/montserrat-regular-webfont.ttf") format("truetype"), url("/font/montserrat-regular-webfont.svg#montserratregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  @font-face {
    font-family: 'montserratbold';
    src: url("/font/montserrat-bold-webfont.svg#montserratbold") format("svg"); }
  @font-face {
    font-family: 'montserratlight';
    src: url("/font/montserrat-light-webfont.svg#montserratlight") format("svg"); }
  @font-face {
    font-family: 'montserratregular';
    src: url("/font/montserrat-regular-webfont.svg#montserratregular") format("svg"); } }

.h1, .h2, .h3, .h4, .h5, .h6, .p {
  margin: 0;
  padding: 0;
  line-height: 1.5;
  font-weight: 100;
  /**
  * BY TYPE
  */
  /**
  * BY SIZE
  *
  * El tamaño de fuente minimo es de 8px y el máximo es de 38px.
  *
  * .h1.s8, .h2.s8, .h3.s8, .h4.s8, .h5.s8, .h6.s8, p.s8 { font-size: 8px; }
  * ...
  */
  /**
   * BY COLOR
   *
   * .h1.white, .h2.white, .h3.white, .h4.white, .h5.white, .h6.white, .p.white { color: white; }
   * ...
   */
  /**
   * BY OPACITY
   *
   * .h1.a10, .h2.a10, .h3.a10, .h4.a10, .h5.a10, .h6.a10, .p.a10 { opacity: 0.1; }
   * ...
   */
  /**
   * EXTRAS
   */ }
  .h1.bold, .h2.bold, .h3.bold, .h4.bold, .h5.bold, .h6.bold, .p.bold {
    font-family: 'montserratbold'; }
  .h1.regular, .h2.regular, .h3.regular, .h4.regular, .h5.regular, .h6.regular, .p.regular {
    font-family: 'montserratregular'; }
  .h1.light, .h2.light, .h3.light, .h4.light, .h5.light, .h6.light, .p.light {
    font-family: 'montserratlight'; }
  .h1.upper, .h2.upper, .h3.upper, .h4.upper, .h5.upper, .h6.upper, .p.upper {
    text-transform: uppercase; }
  .h1.s8, .h2.s8, .h3.s8, .h4.s8, .h5.s8, .h6.s8, .p.s8 {
    font-size: 8px; }
  .h1.s9, .h2.s9, .h3.s9, .h4.s9, .h5.s9, .h6.s9, .p.s9 {
    font-size: 9px; }
  .h1.s10, .h2.s10, .h3.s10, .h4.s10, .h5.s10, .h6.s10, .p.s10 {
    font-size: 10px; }
  .h1.s11, .h2.s11, .h3.s11, .h4.s11, .h5.s11, .h6.s11, .p.s11 {
    font-size: 11px; }
  .h1.s12, .h2.s12, .h3.s12, .h4.s12, .h5.s12, .h6.s12, .p.s12 {
    font-size: 12px; }
  .h1.s13, .h2.s13, .h3.s13, .h4.s13, .h5.s13, .h6.s13, .p.s13 {
    font-size: 13px; }
  .h1.s14, .h2.s14, .h3.s14, .h4.s14, .h5.s14, .h6.s14, .p.s14 {
    font-size: 14px; }
  .h1.s15, .h2.s15, .h3.s15, .h4.s15, .h5.s15, .h6.s15, .p.s15 {
    font-size: 15px; }
  .h1.s16, .h2.s16, .h3.s16, .h4.s16, .h5.s16, .h6.s16, .p.s16 {
    font-size: 16px; }
  .h1.s17, .h2.s17, .h3.s17, .h4.s17, .h5.s17, .h6.s17, .p.s17 {
    font-size: 17px; }
  .h1.s18, .h2.s18, .h3.s18, .h4.s18, .h5.s18, .h6.s18, .p.s18 {
    font-size: 18px; }
  .h1.s19, .h2.s19, .h3.s19, .h4.s19, .h5.s19, .h6.s19, .p.s19 {
    font-size: 19px; }
  .h1.s20, .h2.s20, .h3.s20, .h4.s20, .h5.s20, .h6.s20, .p.s20 {
    font-size: 20px; }
  .h1.s21, .h2.s21, .h3.s21, .h4.s21, .h5.s21, .h6.s21, .p.s21 {
    font-size: 21px; }
  .h1.s22, .h2.s22, .h3.s22, .h4.s22, .h5.s22, .h6.s22, .p.s22 {
    font-size: 22px; }
  .h1.s23, .h2.s23, .h3.s23, .h4.s23, .h5.s23, .h6.s23, .p.s23 {
    font-size: 23px; }
  .h1.s24, .h2.s24, .h3.s24, .h4.s24, .h5.s24, .h6.s24, .p.s24 {
    font-size: 24px; }
  .h1.s25, .h2.s25, .h3.s25, .h4.s25, .h5.s25, .h6.s25, .p.s25 {
    font-size: 25px; }
  .h1.s26, .h2.s26, .h3.s26, .h4.s26, .h5.s26, .h6.s26, .p.s26 {
    font-size: 26px; }
  .h1.s27, .h2.s27, .h3.s27, .h4.s27, .h5.s27, .h6.s27, .p.s27 {
    font-size: 27px; }
  .h1.s28, .h2.s28, .h3.s28, .h4.s28, .h5.s28, .h6.s28, .p.s28 {
    font-size: 28px; }
  .h1.s29, .h2.s29, .h3.s29, .h4.s29, .h5.s29, .h6.s29, .p.s29 {
    font-size: 29px; }
  .h1.s30, .h2.s30, .h3.s30, .h4.s30, .h5.s30, .h6.s30, .p.s30 {
    font-size: 30px; }
  .h1.s31, .h2.s31, .h3.s31, .h4.s31, .h5.s31, .h6.s31, .p.s31 {
    font-size: 31px; }
  .h1.s32, .h2.s32, .h3.s32, .h4.s32, .h5.s32, .h6.s32, .p.s32 {
    font-size: 32px; }
  .h1.s33, .h2.s33, .h3.s33, .h4.s33, .h5.s33, .h6.s33, .p.s33 {
    font-size: 33px; }
  .h1.s34, .h2.s34, .h3.s34, .h4.s34, .h5.s34, .h6.s34, .p.s34 {
    font-size: 34px; }
  .h1.s35, .h2.s35, .h3.s35, .h4.s35, .h5.s35, .h6.s35, .p.s35 {
    font-size: 35px; }
  .h1.s36, .h2.s36, .h3.s36, .h4.s36, .h5.s36, .h6.s36, .p.s36 {
    font-size: 36px; }
  .h1.s37, .h2.s37, .h3.s37, .h4.s37, .h5.s37, .h6.s37, .p.s37 {
    font-size: 37px; }
  .h1.s38, .h2.s38, .h3.s38, .h4.s38, .h5.s38, .h6.s38, .p.s38 {
    font-size: 38px; }
  .h1.s39, .h2.s39, .h3.s39, .h4.s39, .h5.s39, .h6.s39, .p.s39 {
    font-size: 39px; }
  .h1.s40, .h2.s40, .h3.s40, .h4.s40, .h5.s40, .h6.s40, .p.s40 {
    font-size: 40px; }
  .h1.transparent, .h2.transparent, .h3.transparent, .h4.transparent, .h5.transparent, .h6.transparent, .p.transparent {
    color: transparent; }
  .h1.white, .h2.white, .h3.white, .h4.white, .h5.white, .h6.white, .p.white {
    color: #FFFFFF; }
  .h1.dark-white, .h2.dark-white, .h3.dark-white, .h4.dark-white, .h5.dark-white, .h6.dark-white, .p.dark-white {
    color: #F0F4F8; }
  .h1.blue, .h2.blue, .h3.blue, .h4.blue, .h5.blue, .h6.blue, .p.blue {
    color: #00BFDF; }
  .h1.purple, .h2.purple, .h3.purple, .h4.purple, .h5.purple, .h6.purple, .p.purple {
    color: #7B529C; }
  .h1.black, .h2.black, .h3.black, .h4.black, .h5.black, .h6.black, .p.black {
    color: #253137; }
  .h1.green, .h2.green, .h3.green, .h4.green, .h5.green, .h6.green, .p.green {
    color: #149388; }
  .h1.yellow, .h2.yellow, .h3.yellow, .h4.yellow, .h5.yellow, .h6.yellow, .p.yellow {
    color: #EACA56; }
  .h1.red, .h2.red, .h3.red, .h4.red, .h5.red, .h6.red, .p.red {
    color: #E51D2A; }
  .h1.dark-grey, .h2.dark-grey, .h3.dark-grey, .h4.dark-grey, .h5.dark-grey, .h6.dark-grey, .p.dark-grey {
    color: rgba(37, 49, 55, 0.6); }
  .h1.grey, .h2.grey, .h3.grey, .h4.grey, .h5.grey, .h6.grey, .p.grey {
    color: rgba(37, 49, 55, 0.4); }
  .h1.light-grey, .h2.light-grey, .h3.light-grey, .h4.light-grey, .h5.light-grey, .h6.light-grey, .p.light-grey {
    color: rgba(37, 49, 55, 0.2); }
  .h1.facebook, .h2.facebook, .h3.facebook, .h4.facebook, .h5.facebook, .h6.facebook, .p.facebook {
    color: #005fc8; }
  .h1.twitter, .h2.twitter, .h3.twitter, .h4.twitter, .h5.twitter, .h6.twitter, .p.twitter {
    color: #1da1f2; }
  .h1.mail, .h2.mail, .h3.mail, .h4.mail, .h5.mail, .h6.mail, .p.mail {
    color: #97a7b3; }
  .h1.dark, .h2.dark, .h3.dark, .h4.dark, .h5.dark, .h6.dark, .p.dark {
    color: rgba(37, 49, 55, 0.4); }
  .h1.yellow_deal, .h2.yellow_deal, .h3.yellow_deal, .h4.yellow_deal, .h5.yellow_deal, .h6.yellow_deal, .p.yellow_deal {
    color: #FFFF00; }
  .h1.primary, .h2.primary, .h3.primary, .h4.primary, .h5.primary, .h6.primary, .p.primary {
    color: #149388; }
  .h1.a10, .h2.a10, .h3.a10, .h4.a10, .h5.a10, .h6.a10, .p.a10 {
    opacity: 0.1; }
  .h1.a20, .h2.a20, .h3.a20, .h4.a20, .h5.a20, .h6.a20, .p.a20 {
    opacity: 0.2; }
  .h1.a30, .h2.a30, .h3.a30, .h4.a30, .h5.a30, .h6.a30, .p.a30 {
    opacity: 0.3; }
  .h1.a40, .h2.a40, .h3.a40, .h4.a40, .h5.a40, .h6.a40, .p.a40 {
    opacity: 0.4; }
  .h1.a50, .h2.a50, .h3.a50, .h4.a50, .h5.a50, .h6.a50, .p.a50 {
    opacity: 0.5; }
  .h1.a60, .h2.a60, .h3.a60, .h4.a60, .h5.a60, .h6.a60, .p.a60 {
    opacity: 0.6; }
  .h1.a70, .h2.a70, .h3.a70, .h4.a70, .h5.a70, .h6.a70, .p.a70 {
    opacity: 0.7; }
  .h1.a80, .h2.a80, .h3.a80, .h4.a80, .h5.a80, .h6.a80, .p.a80 {
    opacity: 0.8; }
  .h1.a90, .h2.a90, .h3.a90, .h4.a90, .h5.a90, .h6.a90, .p.a90 {
    opacity: 0.9; }
  .h1.uppercase, .h2.uppercase, .h3.uppercase, .h4.uppercase, .h5.uppercase, .h6.uppercase, .p.uppercase {
    text-transform: uppercase; }
  .h1.capitalize, .h2.capitalize, .h3.capitalize, .h4.capitalize, .h5.capitalize, .h6.capitalize, .p.capitalize {
    text-transform: capitalize; }

/* ==========================================================================
   GLobals
 ========================================================================== */
/* ==========================================================================
   UI
 ========================================================================== */
.section {
  position: absolute;
  width: 100vw;
  top: 0;
  left: 0; }

.absolute-center {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.absolute-down {
  position: fixed;
  top: 75%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.no-blend-mode {
  mix-blend-mode: unset !important; }

.colorbox {
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  margin: 30px 20px 20px 0;
  color: #FFFFFF; }
  .colorbox.transparent {
    background-color: transparent; }
  .colorbox.white {
    background-color: #FFFFFF; }
  .colorbox.dark-white {
    background-color: #F0F4F8; }
  .colorbox.blue {
    background-color: #00BFDF; }
  .colorbox.purple {
    background-color: #7B529C; }
  .colorbox.black {
    background-color: #253137; }
  .colorbox.green {
    background-color: #149388; }
  .colorbox.yellow {
    background-color: #EACA56; }
  .colorbox.red {
    background-color: #E51D2A; }
  .colorbox.dark-grey {
    background-color: rgba(37, 49, 55, 0.6); }
  .colorbox.grey {
    background-color: rgba(37, 49, 55, 0.4); }
  .colorbox.light-grey {
    background-color: rgba(37, 49, 55, 0.2); }
  .colorbox.facebook {
    background-color: #005fc8; }
  .colorbox.twitter {
    background-color: #1da1f2; }
  .colorbox.mail {
    background-color: #97a7b3; }
  .colorbox.dark {
    background-color: rgba(37, 49, 55, 0.4); }
  .colorbox.yellow_deal {
    background-color: #FFFF00; }
  .colorbox.primary {
    background-color: #149388; }

/* ==========================================================================
   Icons
 ========================================================================== */
.user-icon {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 50%; }
  .user-icon h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    color: #FFFFFF;
    line-height: 100%;
    text-align: center !important; }

svg.icon {
  overflow: hidden; }

svg.icon.transparent {
  fill: transparent; }

svg.icon.white {
  fill: #FFFFFF; }

svg.icon.dark-white {
  fill: #F0F4F8; }

svg.icon.blue {
  fill: #00BFDF; }

svg.icon.purple {
  fill: #7B529C; }

svg.icon.black {
  fill: #253137; }

svg.icon.green {
  fill: #149388; }

svg.icon.yellow {
  fill: #EACA56; }

svg.icon.red {
  fill: #E51D2A; }

svg.icon.dark-grey {
  fill: rgba(37, 49, 55, 0.6); }

svg.icon.grey {
  fill: rgba(37, 49, 55, 0.4); }

svg.icon.light-grey {
  fill: rgba(37, 49, 55, 0.2); }

svg.icon.facebook {
  fill: #005fc8; }

svg.icon.twitter {
  fill: #1da1f2; }

svg.icon.mail {
  fill: #97a7b3; }

svg.icon.dark {
  fill: rgba(37, 49, 55, 0.4); }

svg.icon.yellow_deal {
  fill: #FFFF00; }

svg.icon.primary {
  fill: #149388; }

.allergen_icon {
  background-color: #00BFDF;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .allergen_icon .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none; }

.filters_icon {
  background-color: grey;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px; }
  .filters_icon transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55)
.icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none; }

/* ==========================================================================
   Buttons
 ========================================================================== */
.btn.transparent {
  color: #FFFFFF;
  background-color: transparent; }
  .btn.transparent.flat {
    color: transparent; }
  .btn.transparent.outline, .btn.transparent.underline {
    color: transparent;
    border-color: transparent; }
  .btn.transparent.underline:after {
    background-color: transparent; }
  .btn.transparent.icon.fab {
    background-color: transparent; }
  .btn.transparent.icon.rounded {
    background-color: transparent; }
  .btn.transparent.normal:hover, .btn.transparent.icon.rounded:hover {
    background-color: rgba(0, 0, 0, 0); }
    .btn.transparent.normal:hover svg, .btn.transparent.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.transparent.outline:hover {
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0); }
  .btn.transparent.flat:hover {
    color: rgba(0, 0, 0, 0); }
  .btn.transparent.underline:hover {
    color: rgba(0, 0, 0, 0); }
    .btn.transparent.underline:hover:after {
      background-color: rgba(0, 0, 0, 0); }

.btn.white {
  color: #FFFFFF;
  background-color: #FFFFFF; }
  .btn.white.flat {
    color: #FFFFFF; }
  .btn.white.outline, .btn.white.underline {
    color: #FFFFFF;
    border-color: #FFFFFF; }
  .btn.white.underline:after {
    background-color: #FFFFFF; }
  .btn.white.icon.fab {
    background-color: #FFFFFF; }
  .btn.white.icon.rounded {
    background-color: #FFFFFF; }
  .btn.white.normal:hover, .btn.white.icon.rounded:hover {
    background-color: #ebebeb; }
    .btn.white.normal:hover svg, .btn.white.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.white.outline:hover {
    border-color: #ebebeb;
    color: #ebebeb; }
  .btn.white.flat:hover {
    color: #ebebeb; }
  .btn.white.underline:hover {
    color: #ebebeb; }
    .btn.white.underline:hover:after {
      background-color: #ebebeb; }

.btn.dark-white {
  color: #FFFFFF;
  background-color: #F0F4F8; }
  .btn.dark-white.flat {
    color: #F0F4F8; }
  .btn.dark-white.outline, .btn.dark-white.underline {
    color: #F0F4F8;
    border-color: #F0F4F8; }
  .btn.dark-white.underline:after {
    background-color: #F0F4F8; }
  .btn.dark-white.icon.fab {
    background-color: #F0F4F8; }
  .btn.dark-white.icon.rounded {
    background-color: #F0F4F8; }
  .btn.dark-white.normal:hover, .btn.dark-white.icon.rounded:hover {
    background-color: #d4e0eb; }
    .btn.dark-white.normal:hover svg, .btn.dark-white.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.dark-white.outline:hover {
    border-color: #d4e0eb;
    color: #d4e0eb; }
  .btn.dark-white.flat:hover {
    color: #d4e0eb; }
  .btn.dark-white.underline:hover {
    color: #d4e0eb; }
    .btn.dark-white.underline:hover:after {
      background-color: #d4e0eb; }

.btn.blue {
  color: #FFFFFF;
  background-color: #00BFDF; }
  .btn.blue.flat {
    color: #00BFDF; }
  .btn.blue.outline, .btn.blue.underline {
    color: #00BFDF;
    border-color: #00BFDF; }
  .btn.blue.underline:after {
    background-color: #00BFDF; }
  .btn.blue.icon.fab {
    background-color: #00BFDF; }
  .btn.blue.icon.rounded {
    background-color: #00BFDF; }
  .btn.blue.normal:hover, .btn.blue.icon.rounded:hover {
    background-color: #009cb6; }
    .btn.blue.normal:hover svg, .btn.blue.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.blue.outline:hover {
    border-color: #009cb6;
    color: #009cb6; }
  .btn.blue.flat:hover {
    color: #009cb6; }
  .btn.blue.underline:hover {
    color: #009cb6; }
    .btn.blue.underline:hover:after {
      background-color: #009cb6; }

.btn.purple {
  color: #FFFFFF;
  background-color: #7B529C; }
  .btn.purple.flat {
    color: #7B529C; }
  .btn.purple.outline, .btn.purple.underline {
    color: #7B529C;
    border-color: #7B529C; }
  .btn.purple.underline:after {
    background-color: #7B529C; }
  .btn.purple.icon.fab {
    background-color: #7B529C; }
  .btn.purple.icon.rounded {
    background-color: #7B529C; }
  .btn.purple.normal:hover, .btn.purple.icon.rounded:hover {
    background-color: #664481; }
    .btn.purple.normal:hover svg, .btn.purple.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.purple.outline:hover {
    border-color: #664481;
    color: #664481; }
  .btn.purple.flat:hover {
    color: #664481; }
  .btn.purple.underline:hover {
    color: #664481; }
    .btn.purple.underline:hover:after {
      background-color: #664481; }

.btn.black {
  color: #FFFFFF;
  background-color: #253137; }
  .btn.black.flat {
    color: #253137; }
  .btn.black.outline, .btn.black.underline {
    color: #253137;
    border-color: #253137; }
  .btn.black.underline:after {
    background-color: #253137; }
  .btn.black.icon.fab {
    background-color: #253137; }
  .btn.black.icon.rounded {
    background-color: #253137; }
  .btn.black.normal:hover, .btn.black.icon.rounded:hover {
    background-color: #151b1f; }
    .btn.black.normal:hover svg, .btn.black.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.black.outline:hover {
    border-color: #151b1f;
    color: #151b1f; }
  .btn.black.flat:hover {
    color: #151b1f; }
  .btn.black.underline:hover {
    color: #151b1f; }
    .btn.black.underline:hover:after {
      background-color: #151b1f; }

.btn.green {
  color: #FFFFFF;
  background-color: #149388; }
  .btn.green.flat {
    color: #149388; }
  .btn.green.outline, .btn.green.underline {
    color: #149388;
    border-color: #149388; }
  .btn.green.underline:after {
    background-color: #149388; }
  .btn.green.icon.fab {
    background-color: #149388; }
  .btn.green.icon.rounded {
    background-color: #149388; }
  .btn.green.normal:hover, .btn.green.icon.rounded:hover {
    background-color: #0f6f67; }
    .btn.green.normal:hover svg, .btn.green.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.green.outline:hover {
    border-color: #0f6f67;
    color: #0f6f67; }
  .btn.green.flat:hover {
    color: #0f6f67; }
  .btn.green.underline:hover {
    color: #0f6f67; }
    .btn.green.underline:hover:after {
      background-color: #0f6f67; }

.btn.yellow {
  color: #FFFFFF;
  background-color: #EACA56; }
  .btn.yellow.flat {
    color: #EACA56; }
  .btn.yellow.outline, .btn.yellow.underline {
    color: #EACA56;
    border-color: #EACA56; }
  .btn.yellow.underline:after {
    background-color: #EACA56; }
  .btn.yellow.icon.fab {
    background-color: #EACA56; }
  .btn.yellow.icon.rounded {
    background-color: #EACA56; }
  .btn.yellow.normal:hover, .btn.yellow.icon.rounded:hover {
    background-color: #e5bf32; }
    .btn.yellow.normal:hover svg, .btn.yellow.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.yellow.outline:hover {
    border-color: #e5bf32;
    color: #e5bf32; }
  .btn.yellow.flat:hover {
    color: #e5bf32; }
  .btn.yellow.underline:hover {
    color: #e5bf32; }
    .btn.yellow.underline:hover:after {
      background-color: #e5bf32; }

.btn.red {
  color: #FFFFFF;
  background-color: #E51D2A; }
  .btn.red.flat {
    color: #E51D2A; }
  .btn.red.outline, .btn.red.underline {
    color: #E51D2A;
    border-color: #E51D2A; }
  .btn.red.underline:after {
    background-color: #E51D2A; }
  .btn.red.icon.fab {
    background-color: #E51D2A; }
  .btn.red.icon.rounded {
    background-color: #E51D2A; }
  .btn.red.normal:hover, .btn.red.icon.rounded:hover {
    background-color: #c31622; }
    .btn.red.normal:hover svg, .btn.red.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.red.outline:hover {
    border-color: #c31622;
    color: #c31622; }
  .btn.red.flat:hover {
    color: #c31622; }
  .btn.red.underline:hover {
    color: #c31622; }
    .btn.red.underline:hover:after {
      background-color: #c31622; }

.btn.dark-grey {
  color: #FFFFFF;
  background-color: rgba(37, 49, 55, 0.6); }
  .btn.dark-grey.flat {
    color: rgba(37, 49, 55, 0.6); }
  .btn.dark-grey.outline, .btn.dark-grey.underline {
    color: rgba(37, 49, 55, 0.6);
    border-color: rgba(37, 49, 55, 0.6); }
  .btn.dark-grey.underline:after {
    background-color: rgba(37, 49, 55, 0.6); }
  .btn.dark-grey.icon.fab {
    background-color: rgba(37, 49, 55, 0.6); }
  .btn.dark-grey.icon.rounded {
    background-color: rgba(37, 49, 55, 0.6); }
  .btn.dark-grey.normal:hover, .btn.dark-grey.icon.rounded:hover {
    background-color: rgba(21, 27, 31, 0.6); }
    .btn.dark-grey.normal:hover svg, .btn.dark-grey.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.dark-grey.outline:hover {
    border-color: rgba(21, 27, 31, 0.6);
    color: rgba(21, 27, 31, 0.6); }
  .btn.dark-grey.flat:hover {
    color: rgba(21, 27, 31, 0.6); }
  .btn.dark-grey.underline:hover {
    color: rgba(21, 27, 31, 0.6); }
    .btn.dark-grey.underline:hover:after {
      background-color: rgba(21, 27, 31, 0.6); }

.btn.grey {
  color: #FFFFFF;
  background-color: rgba(37, 49, 55, 0.4); }
  .btn.grey.flat {
    color: rgba(37, 49, 55, 0.4); }
  .btn.grey.outline, .btn.grey.underline {
    color: rgba(37, 49, 55, 0.4);
    border-color: rgba(37, 49, 55, 0.4); }
  .btn.grey.underline:after {
    background-color: rgba(37, 49, 55, 0.4); }
  .btn.grey.icon.fab {
    background-color: rgba(37, 49, 55, 0.4); }
  .btn.grey.icon.rounded {
    background-color: rgba(37, 49, 55, 0.4); }
  .btn.grey.normal:hover, .btn.grey.icon.rounded:hover {
    background-color: rgba(21, 27, 31, 0.4); }
    .btn.grey.normal:hover svg, .btn.grey.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.grey.outline:hover {
    border-color: rgba(21, 27, 31, 0.4);
    color: rgba(21, 27, 31, 0.4); }
  .btn.grey.flat:hover {
    color: rgba(21, 27, 31, 0.4); }
  .btn.grey.underline:hover {
    color: rgba(21, 27, 31, 0.4); }
    .btn.grey.underline:hover:after {
      background-color: rgba(21, 27, 31, 0.4); }

.btn.light-grey {
  color: #FFFFFF;
  background-color: rgba(37, 49, 55, 0.2); }
  .btn.light-grey.flat {
    color: rgba(37, 49, 55, 0.2); }
  .btn.light-grey.outline, .btn.light-grey.underline {
    color: rgba(37, 49, 55, 0.2);
    border-color: rgba(37, 49, 55, 0.2); }
  .btn.light-grey.underline:after {
    background-color: rgba(37, 49, 55, 0.2); }
  .btn.light-grey.icon.fab {
    background-color: rgba(37, 49, 55, 0.2); }
  .btn.light-grey.icon.rounded {
    background-color: rgba(37, 49, 55, 0.2); }
  .btn.light-grey.normal:hover, .btn.light-grey.icon.rounded:hover {
    background-color: rgba(21, 27, 31, 0.2); }
    .btn.light-grey.normal:hover svg, .btn.light-grey.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.light-grey.outline:hover {
    border-color: rgba(21, 27, 31, 0.2);
    color: rgba(21, 27, 31, 0.2); }
  .btn.light-grey.flat:hover {
    color: rgba(21, 27, 31, 0.2); }
  .btn.light-grey.underline:hover {
    color: rgba(21, 27, 31, 0.2); }
    .btn.light-grey.underline:hover:after {
      background-color: rgba(21, 27, 31, 0.2); }

.btn.facebook {
  color: #FFFFFF;
  background-color: #005fc8; }
  .btn.facebook.flat {
    color: #005fc8; }
  .btn.facebook.outline, .btn.facebook.underline {
    color: #005fc8;
    border-color: #005fc8; }
  .btn.facebook.underline:after {
    background-color: #005fc8; }
  .btn.facebook.icon.fab {
    background-color: #005fc8; }
  .btn.facebook.icon.rounded {
    background-color: #005fc8; }
  .btn.facebook.normal:hover, .btn.facebook.icon.rounded:hover {
    background-color: #004c9f; }
    .btn.facebook.normal:hover svg, .btn.facebook.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.facebook.outline:hover {
    border-color: #004c9f;
    color: #004c9f; }
  .btn.facebook.flat:hover {
    color: #004c9f; }
  .btn.facebook.underline:hover {
    color: #004c9f; }
    .btn.facebook.underline:hover:after {
      background-color: #004c9f; }

.btn.twitter {
  color: #FFFFFF;
  background-color: #1da1f2; }
  .btn.twitter.flat {
    color: #1da1f2; }
  .btn.twitter.outline, .btn.twitter.underline {
    color: #1da1f2;
    border-color: #1da1f2; }
  .btn.twitter.underline:after {
    background-color: #1da1f2; }
  .btn.twitter.icon.fab {
    background-color: #1da1f2; }
  .btn.twitter.icon.rounded {
    background-color: #1da1f2; }
  .btn.twitter.normal:hover, .btn.twitter.icon.rounded:hover {
    background-color: #0d8cda; }
    .btn.twitter.normal:hover svg, .btn.twitter.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.twitter.outline:hover {
    border-color: #0d8cda;
    color: #0d8cda; }
  .btn.twitter.flat:hover {
    color: #0d8cda; }
  .btn.twitter.underline:hover {
    color: #0d8cda; }
    .btn.twitter.underline:hover:after {
      background-color: #0d8cda; }

.btn.mail {
  color: #FFFFFF;
  background-color: #97a7b3; }
  .btn.mail.flat {
    color: #97a7b3; }
  .btn.mail.outline, .btn.mail.underline {
    color: #97a7b3;
    border-color: #97a7b3; }
  .btn.mail.underline:after {
    background-color: #97a7b3; }
  .btn.mail.icon.fab {
    background-color: #97a7b3; }
  .btn.mail.icon.rounded {
    background-color: #97a7b3; }
  .btn.mail.normal:hover, .btn.mail.icon.rounded:hover {
    background-color: #7f93a2; }
    .btn.mail.normal:hover svg, .btn.mail.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.mail.outline:hover {
    border-color: #7f93a2;
    color: #7f93a2; }
  .btn.mail.flat:hover {
    color: #7f93a2; }
  .btn.mail.underline:hover {
    color: #7f93a2; }
    .btn.mail.underline:hover:after {
      background-color: #7f93a2; }

.btn.dark {
  color: #FFFFFF;
  background-color: rgba(37, 49, 55, 0.4); }
  .btn.dark.flat {
    color: rgba(37, 49, 55, 0.4); }
  .btn.dark.outline, .btn.dark.underline {
    color: rgba(37, 49, 55, 0.4);
    border-color: rgba(37, 49, 55, 0.4); }
  .btn.dark.underline:after {
    background-color: rgba(37, 49, 55, 0.4); }
  .btn.dark.icon.fab {
    background-color: rgba(37, 49, 55, 0.4); }
  .btn.dark.icon.rounded {
    background-color: rgba(37, 49, 55, 0.4); }
  .btn.dark.normal:hover, .btn.dark.icon.rounded:hover {
    background-color: rgba(21, 27, 31, 0.4); }
    .btn.dark.normal:hover svg, .btn.dark.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.dark.outline:hover {
    border-color: rgba(21, 27, 31, 0.4);
    color: rgba(21, 27, 31, 0.4); }
  .btn.dark.flat:hover {
    color: rgba(21, 27, 31, 0.4); }
  .btn.dark.underline:hover {
    color: rgba(21, 27, 31, 0.4); }
    .btn.dark.underline:hover:after {
      background-color: rgba(21, 27, 31, 0.4); }

.btn.yellow_deal {
  color: #FFFFFF;
  background-color: #FFFF00; }
  .btn.yellow_deal.flat {
    color: #FFFF00; }
  .btn.yellow_deal.outline, .btn.yellow_deal.underline {
    color: #FFFF00;
    border-color: #FFFF00; }
  .btn.yellow_deal.underline:after {
    background-color: #FFFF00; }
  .btn.yellow_deal.icon.fab {
    background-color: #FFFF00; }
  .btn.yellow_deal.icon.rounded {
    background-color: #FFFF00; }
  .btn.yellow_deal.normal:hover, .btn.yellow_deal.icon.rounded:hover {
    background-color: #d6d600; }
    .btn.yellow_deal.normal:hover svg, .btn.yellow_deal.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.yellow_deal.outline:hover {
    border-color: #d6d600;
    color: #d6d600; }
  .btn.yellow_deal.flat:hover {
    color: #d6d600; }
  .btn.yellow_deal.underline:hover {
    color: #d6d600; }
    .btn.yellow_deal.underline:hover:after {
      background-color: #d6d600; }

.btn.primary {
  color: #FFFFFF;
  background-color: #149388; }
  .btn.primary.flat {
    color: #149388; }
  .btn.primary.outline, .btn.primary.underline {
    color: #149388;
    border-color: #149388; }
  .btn.primary.underline:after {
    background-color: #149388; }
  .btn.primary.icon.fab {
    background-color: #149388; }
  .btn.primary.icon.rounded {
    background-color: #149388; }
  .btn.primary.normal:hover, .btn.primary.icon.rounded:hover {
    background-color: #0f6f67; }
    .btn.primary.normal:hover svg, .btn.primary.icon.rounded:hover svg {
      -webkit-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -moz-transform: translate3d(-50%, -50%, 0) scale(1.05);
      -ms-transform: translate3d(-50%, -50%, 0) scale(1.05);
      transform: translate3d(-50%, -50%, 0) scale(1.05); }
  .btn.primary.outline:hover {
    border-color: #0f6f67;
    color: #0f6f67; }
  .btn.primary.flat:hover {
    color: #0f6f67; }
  .btn.primary.underline:hover {
    color: #0f6f67; }
    .btn.primary.underline:hover:after {
      background-color: #0f6f67; }

/**
 * @class: .btn
 * @description: esta clase define los estilos más basicos y comunes para
 * todos los componentes Button.
 */
.btn,
.btn.base {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: "montserratregular";
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dropdown .btn {
  margin: 0; }

.btn.disabled {
  opacity: 0.5;
  pointer-events: none; }

/**
 * @class: .normal
 * @description: es el tipo (type prop) por defecto que se se aplica a cualquier
 * componente Button de la aplicación.
 */
.btn.normal {
  width: auto;
  height: auto;
  min-height: 50px;
  padding: 16px 30px;
  border-radius: 25px; }

/**
 * @class: .flat
 * @description: es el tipo de componente Button que tan solo tiene texto.
 */
.btn.flat {
  width: auto;
  height: auto;
  background-color: transparent; }

/**
 * @class: .outline
 * @description: es el tipo de componente Button que tiene el fondo
 * transparente y el borde de color.
 */
.btn.outline {
  width: auto;
  height: 50px;
  max-height: 50px;
  padding: 14px 28px;
  border: 2px solid;
  border-radius: 25px;
  background-color: transparent; }
  .btn.outline.small {
    padding: 10px 20px;
    height: 40px;
    max-height: 40px;
    border-radius: 20px;
    font-size: calc(16px - 2px); }
  .btn.outline.white {
    background-color: white;
    border: none; }

/**
 * @class: .underline
 * @description: es el tipo de componente Button que tiene el fondo
 * transparente, el borde de color y asdemás el texto subrrayado.
 */
.btn.underline {
  width: auto;
  height: auto;
  background-color: transparent; }
  .btn.underline:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px; }

/**
 * @class: .block
 * @description: es el tipo de componente Button que ocupa el 100% del ancho
 * de su contenedor.
 */
.btn.block {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  max-height: 50px;
  padding: 16px 30px; }

/**
 * @class: .icon
 * @description: es el tipo de componente IconButton por defecto que se se
 * aplica a cualquier componente Button de la aplicación.
 */
.btn.icon:not(.fab),
.btn.icon:not(.rounded) {
  width: auto;
  height: auto;
  background: transparent; }
  .btn.icon:not(.fab) svg,
  .btn.icon:not(.rounded) svg {
    pointer-events: none; }

/**
 * @class: .fab
 * @description: es el
 */
.btn.icon.fab {
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  padding: 6px;
  border-radius: 50%; }
  .btn.icon.fab.large {
    width: 82px;
    max-width: 82px;
    height: 82px;
    max-height: 82px; }
  .btn.icon.fab svg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

/**
 * @class: .rounded
 * @description: es el
 */
.btn.icon.rounded {
  width: 130px;
  min-width: 130px;
  height: 50px;
  max-height: 50px;
  padding: 6px 0;
  border-radius: 25px; }
  .btn.icon.rounded svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    -ms-transition: -ms-transform 0.3s;
    -o-transition: -o-transform 0.3s;
    transition: transform 0.3s; }
  .btn.icon.rounded.small {
    width: auto;
    min-width: 100px;
    height: 40px;
    max-height: 40px;
    border-radius: 20px;
    font-size: calc(16px - 2px); }

/**
 * @class: .switch
 * @description:
 */
.btn.switch {
  width: 60px;
  height: 30px; }
  .btn.switch label {
    display: inline; }
  .btn.switch input[type="checkbox"].switch {
    position: absolute;
    opacity: 0; }
  .btn.switch input[type="checkbox"].switch + div {
    display: inline-block;
    width: 60px;
    height: 30px;
    border-radius: calc(30px / 2);
    background-color: rgba(37, 49, 55, 0.4);
    -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -moz-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -ms-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -o-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    cursor: pointer; }
  .btn.switch input[type="checkbox"].switch + div i {
    display: block; }
  .btn.switch input[type="checkbox"].switch + div span {
    position: absolute;
    font-size: 1.6rem;
    color: #FFFFFF; }
  .btn.switch input[type="checkbox"].switch:checked + div {
    background-position: 0 0;
    background-color: #149388; }
  .btn.switch input[type="checkbox"].switch + div > div {
    position: relative;
    float: left;
    width: calc(50% - 4px);
    height: calc(100% - 4px);
    border-radius: inherit;
    background: #FFFFFF;
    -webkit-transition: -webkit-transform 0.4s cubic-bezier(1, 0, 0, 1);
    -moz-transition: -moz-transform 0.4s cubic-bezier(1, 0, 0, 1);
    -ms-transition: -ms-transform 0.4s cubic-bezier(1, 0, 0, 1);
    -o-transition: -o-transform 0.4s cubic-bezier(1, 0, 0, 1);
    transition: transform 0.4s cubic-bezier(1, 0, 0, 1);
    pointer-events: none;
    margin-top: 2px;
    margin-left: 2px; }
  .btn.switch input[type="checkbox"].switch:checked + div > div,
  .btn.switch input[type="checkbox"].switch.checked + div > div {
    -webkit-transform: translateX(100%) translateX(4px);
    -moz-transform: translateX(100%) translateX(4px);
    -ms-transform: translateX(100%) translateX(4px);
    transform: translateX(100%) translateX(4px);
    background-color: #FFFFFF; }

.btn.provider-shop {
  text-align: center;
  width: 422px !important;
  height: 51px !important;
  border-radius: 30px;
  border: 2px solid white;
  color: white;
  font-size: 20px;
  font-family: "montserratlight";
  line-height: 14px; }

@media screen and (max-width: 1380px) {
  .btn.provider-shop {
    margin-top: 27px;
    width: 366px !important;
    height: 43px !important;
    font-size: 17px;
    line-height: 15px; } }

.btn.provider-selection {
  position: relative;
  padding: 15px;
  width: 160px;
  height: 160px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .btn.provider-selection .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none; }

.btn.left {
  text-align: left; }

.btn.center {
  text-align: center; }

.btn.right {
  text-align: right; }

.whatsapp-draggable-icon {
  position: fixed;
  z-index: 1000;
  cursor: grab;
  border-radius: 50%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
  transition: box-shadow 0.2s ease-in-out;
  user-select: none; }
  .whatsapp-draggable-icon.dragging {
    cursor: grabbing;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25); }
  .whatsapp-draggable-icon a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #25D366;
    border-radius: 50%;
    text-decoration: none; }
    .whatsapp-draggable-icon a svg {
      pointer-events: none; }

/* ==========================================================================
   Buttons
 ========================================================================== */
.link.transparent {
  color: #FFFFFF;
  background-color: transparent; }
  .link.transparent.flat {
    color: transparent; }
  .link.transparent.outline, .link.transparent.underline {
    color: transparent;
    border-color: transparent; }
  .link.transparent.underline:after {
    background-color: transparent; }
  .link.transparent.icon.fab {
    background-color: transparent; }
  .link.transparent.icon.rounded {
    background-color: transparent; }
  .link.transparent.normal:hover, .link.transparent.icon.rounded:hover {
    background-color: rgba(0, 0, 0, 0); }
  .link.transparent.outline:hover {
    border-color: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0); }
  .link.transparent.flat:hover {
    color: rgba(0, 0, 0, 0); }
  .link.transparent.underline:hover {
    color: rgba(0, 0, 0, 0); }
    .link.transparent.underline:hover:after {
      background-color: rgba(0, 0, 0, 0); }

.link.white {
  color: #FFFFFF;
  background-color: #FFFFFF; }
  .link.white.flat {
    color: #FFFFFF; }
  .link.white.outline, .link.white.underline {
    color: #FFFFFF;
    border-color: #FFFFFF; }
  .link.white.underline:after {
    background-color: #FFFFFF; }
  .link.white.icon.fab {
    background-color: #FFFFFF; }
  .link.white.icon.rounded {
    background-color: #FFFFFF; }
  .link.white.normal:hover, .link.white.icon.rounded:hover {
    background-color: #ebebeb; }
  .link.white.outline:hover {
    border-color: #ebebeb;
    color: #ebebeb; }
  .link.white.flat:hover {
    color: #ebebeb; }
  .link.white.underline:hover {
    color: #ebebeb; }
    .link.white.underline:hover:after {
      background-color: #ebebeb; }

.link.dark-white {
  color: #FFFFFF;
  background-color: #F0F4F8; }
  .link.dark-white.flat {
    color: #F0F4F8; }
  .link.dark-white.outline, .link.dark-white.underline {
    color: #F0F4F8;
    border-color: #F0F4F8; }
  .link.dark-white.underline:after {
    background-color: #F0F4F8; }
  .link.dark-white.icon.fab {
    background-color: #F0F4F8; }
  .link.dark-white.icon.rounded {
    background-color: #F0F4F8; }
  .link.dark-white.normal:hover, .link.dark-white.icon.rounded:hover {
    background-color: #d4e0eb; }
  .link.dark-white.outline:hover {
    border-color: #d4e0eb;
    color: #d4e0eb; }
  .link.dark-white.flat:hover {
    color: #d4e0eb; }
  .link.dark-white.underline:hover {
    color: #d4e0eb; }
    .link.dark-white.underline:hover:after {
      background-color: #d4e0eb; }

.link.blue {
  color: #FFFFFF;
  background-color: #00BFDF; }
  .link.blue.flat {
    color: #00BFDF; }
  .link.blue.outline, .link.blue.underline {
    color: #00BFDF;
    border-color: #00BFDF; }
  .link.blue.underline:after {
    background-color: #00BFDF; }
  .link.blue.icon.fab {
    background-color: #00BFDF; }
  .link.blue.icon.rounded {
    background-color: #00BFDF; }
  .link.blue.normal:hover, .link.blue.icon.rounded:hover {
    background-color: #009cb6; }
  .link.blue.outline:hover {
    border-color: #009cb6;
    color: #009cb6; }
  .link.blue.flat:hover {
    color: #009cb6; }
  .link.blue.underline:hover {
    color: #009cb6; }
    .link.blue.underline:hover:after {
      background-color: #009cb6; }

.link.purple {
  color: #FFFFFF;
  background-color: #7B529C; }
  .link.purple.flat {
    color: #7B529C; }
  .link.purple.outline, .link.purple.underline {
    color: #7B529C;
    border-color: #7B529C; }
  .link.purple.underline:after {
    background-color: #7B529C; }
  .link.purple.icon.fab {
    background-color: #7B529C; }
  .link.purple.icon.rounded {
    background-color: #7B529C; }
  .link.purple.normal:hover, .link.purple.icon.rounded:hover {
    background-color: #664481; }
  .link.purple.outline:hover {
    border-color: #664481;
    color: #664481; }
  .link.purple.flat:hover {
    color: #664481; }
  .link.purple.underline:hover {
    color: #664481; }
    .link.purple.underline:hover:after {
      background-color: #664481; }

.link.black {
  color: #FFFFFF;
  background-color: #253137; }
  .link.black.flat {
    color: #253137; }
  .link.black.outline, .link.black.underline {
    color: #253137;
    border-color: #253137; }
  .link.black.underline:after {
    background-color: #253137; }
  .link.black.icon.fab {
    background-color: #253137; }
  .link.black.icon.rounded {
    background-color: #253137; }
  .link.black.normal:hover, .link.black.icon.rounded:hover {
    background-color: #151b1f; }
  .link.black.outline:hover {
    border-color: #151b1f;
    color: #151b1f; }
  .link.black.flat:hover {
    color: #151b1f; }
  .link.black.underline:hover {
    color: #151b1f; }
    .link.black.underline:hover:after {
      background-color: #151b1f; }

.link.green {
  color: #FFFFFF;
  background-color: #149388; }
  .link.green.flat {
    color: #149388; }
  .link.green.outline, .link.green.underline {
    color: #149388;
    border-color: #149388; }
  .link.green.underline:after {
    background-color: #149388; }
  .link.green.icon.fab {
    background-color: #149388; }
  .link.green.icon.rounded {
    background-color: #149388; }
  .link.green.normal:hover, .link.green.icon.rounded:hover {
    background-color: #0f6f67; }
  .link.green.outline:hover {
    border-color: #0f6f67;
    color: #0f6f67; }
  .link.green.flat:hover {
    color: #0f6f67; }
  .link.green.underline:hover {
    color: #0f6f67; }
    .link.green.underline:hover:after {
      background-color: #0f6f67; }

.link.yellow {
  color: #FFFFFF;
  background-color: #EACA56; }
  .link.yellow.flat {
    color: #EACA56; }
  .link.yellow.outline, .link.yellow.underline {
    color: #EACA56;
    border-color: #EACA56; }
  .link.yellow.underline:after {
    background-color: #EACA56; }
  .link.yellow.icon.fab {
    background-color: #EACA56; }
  .link.yellow.icon.rounded {
    background-color: #EACA56; }
  .link.yellow.normal:hover, .link.yellow.icon.rounded:hover {
    background-color: #e5bf32; }
  .link.yellow.outline:hover {
    border-color: #e5bf32;
    color: #e5bf32; }
  .link.yellow.flat:hover {
    color: #e5bf32; }
  .link.yellow.underline:hover {
    color: #e5bf32; }
    .link.yellow.underline:hover:after {
      background-color: #e5bf32; }

.link.red {
  color: #FFFFFF;
  background-color: #E51D2A; }
  .link.red.flat {
    color: #E51D2A; }
  .link.red.outline, .link.red.underline {
    color: #E51D2A;
    border-color: #E51D2A; }
  .link.red.underline:after {
    background-color: #E51D2A; }
  .link.red.icon.fab {
    background-color: #E51D2A; }
  .link.red.icon.rounded {
    background-color: #E51D2A; }
  .link.red.normal:hover, .link.red.icon.rounded:hover {
    background-color: #c31622; }
  .link.red.outline:hover {
    border-color: #c31622;
    color: #c31622; }
  .link.red.flat:hover {
    color: #c31622; }
  .link.red.underline:hover {
    color: #c31622; }
    .link.red.underline:hover:after {
      background-color: #c31622; }

.link.dark-grey {
  color: #FFFFFF;
  background-color: rgba(37, 49, 55, 0.6); }
  .link.dark-grey.flat {
    color: rgba(37, 49, 55, 0.6); }
  .link.dark-grey.outline, .link.dark-grey.underline {
    color: rgba(37, 49, 55, 0.6);
    border-color: rgba(37, 49, 55, 0.6); }
  .link.dark-grey.underline:after {
    background-color: rgba(37, 49, 55, 0.6); }
  .link.dark-grey.icon.fab {
    background-color: rgba(37, 49, 55, 0.6); }
  .link.dark-grey.icon.rounded {
    background-color: rgba(37, 49, 55, 0.6); }
  .link.dark-grey.normal:hover, .link.dark-grey.icon.rounded:hover {
    background-color: rgba(21, 27, 31, 0.6); }
  .link.dark-grey.outline:hover {
    border-color: rgba(21, 27, 31, 0.6);
    color: rgba(21, 27, 31, 0.6); }
  .link.dark-grey.flat:hover {
    color: rgba(21, 27, 31, 0.6); }
  .link.dark-grey.underline:hover {
    color: rgba(21, 27, 31, 0.6); }
    .link.dark-grey.underline:hover:after {
      background-color: rgba(21, 27, 31, 0.6); }

.link.grey {
  color: #FFFFFF;
  background-color: rgba(37, 49, 55, 0.4); }
  .link.grey.flat {
    color: rgba(37, 49, 55, 0.4); }
  .link.grey.outline, .link.grey.underline {
    color: rgba(37, 49, 55, 0.4);
    border-color: rgba(37, 49, 55, 0.4); }
  .link.grey.underline:after {
    background-color: rgba(37, 49, 55, 0.4); }
  .link.grey.icon.fab {
    background-color: rgba(37, 49, 55, 0.4); }
  .link.grey.icon.rounded {
    background-color: rgba(37, 49, 55, 0.4); }
  .link.grey.normal:hover, .link.grey.icon.rounded:hover {
    background-color: rgba(21, 27, 31, 0.4); }
  .link.grey.outline:hover {
    border-color: rgba(21, 27, 31, 0.4);
    color: rgba(21, 27, 31, 0.4); }
  .link.grey.flat:hover {
    color: rgba(21, 27, 31, 0.4); }
  .link.grey.underline:hover {
    color: rgba(21, 27, 31, 0.4); }
    .link.grey.underline:hover:after {
      background-color: rgba(21, 27, 31, 0.4); }

.link.light-grey {
  color: #FFFFFF;
  background-color: rgba(37, 49, 55, 0.2); }
  .link.light-grey.flat {
    color: rgba(37, 49, 55, 0.2); }
  .link.light-grey.outline, .link.light-grey.underline {
    color: rgba(37, 49, 55, 0.2);
    border-color: rgba(37, 49, 55, 0.2); }
  .link.light-grey.underline:after {
    background-color: rgba(37, 49, 55, 0.2); }
  .link.light-grey.icon.fab {
    background-color: rgba(37, 49, 55, 0.2); }
  .link.light-grey.icon.rounded {
    background-color: rgba(37, 49, 55, 0.2); }
  .link.light-grey.normal:hover, .link.light-grey.icon.rounded:hover {
    background-color: rgba(21, 27, 31, 0.2); }
  .link.light-grey.outline:hover {
    border-color: rgba(21, 27, 31, 0.2);
    color: rgba(21, 27, 31, 0.2); }
  .link.light-grey.flat:hover {
    color: rgba(21, 27, 31, 0.2); }
  .link.light-grey.underline:hover {
    color: rgba(21, 27, 31, 0.2); }
    .link.light-grey.underline:hover:after {
      background-color: rgba(21, 27, 31, 0.2); }

.link.facebook {
  color: #FFFFFF;
  background-color: #005fc8; }
  .link.facebook.flat {
    color: #005fc8; }
  .link.facebook.outline, .link.facebook.underline {
    color: #005fc8;
    border-color: #005fc8; }
  .link.facebook.underline:after {
    background-color: #005fc8; }
  .link.facebook.icon.fab {
    background-color: #005fc8; }
  .link.facebook.icon.rounded {
    background-color: #005fc8; }
  .link.facebook.normal:hover, .link.facebook.icon.rounded:hover {
    background-color: #004c9f; }
  .link.facebook.outline:hover {
    border-color: #004c9f;
    color: #004c9f; }
  .link.facebook.flat:hover {
    color: #004c9f; }
  .link.facebook.underline:hover {
    color: #004c9f; }
    .link.facebook.underline:hover:after {
      background-color: #004c9f; }

.link.twitter {
  color: #FFFFFF;
  background-color: #1da1f2; }
  .link.twitter.flat {
    color: #1da1f2; }
  .link.twitter.outline, .link.twitter.underline {
    color: #1da1f2;
    border-color: #1da1f2; }
  .link.twitter.underline:after {
    background-color: #1da1f2; }
  .link.twitter.icon.fab {
    background-color: #1da1f2; }
  .link.twitter.icon.rounded {
    background-color: #1da1f2; }
  .link.twitter.normal:hover, .link.twitter.icon.rounded:hover {
    background-color: #0d8cda; }
  .link.twitter.outline:hover {
    border-color: #0d8cda;
    color: #0d8cda; }
  .link.twitter.flat:hover {
    color: #0d8cda; }
  .link.twitter.underline:hover {
    color: #0d8cda; }
    .link.twitter.underline:hover:after {
      background-color: #0d8cda; }

.link.mail {
  color: #FFFFFF;
  background-color: #97a7b3; }
  .link.mail.flat {
    color: #97a7b3; }
  .link.mail.outline, .link.mail.underline {
    color: #97a7b3;
    border-color: #97a7b3; }
  .link.mail.underline:after {
    background-color: #97a7b3; }
  .link.mail.icon.fab {
    background-color: #97a7b3; }
  .link.mail.icon.rounded {
    background-color: #97a7b3; }
  .link.mail.normal:hover, .link.mail.icon.rounded:hover {
    background-color: #7f93a2; }
  .link.mail.outline:hover {
    border-color: #7f93a2;
    color: #7f93a2; }
  .link.mail.flat:hover {
    color: #7f93a2; }
  .link.mail.underline:hover {
    color: #7f93a2; }
    .link.mail.underline:hover:after {
      background-color: #7f93a2; }

.link.dark {
  color: #FFFFFF;
  background-color: rgba(37, 49, 55, 0.4); }
  .link.dark.flat {
    color: rgba(37, 49, 55, 0.4); }
  .link.dark.outline, .link.dark.underline {
    color: rgba(37, 49, 55, 0.4);
    border-color: rgba(37, 49, 55, 0.4); }
  .link.dark.underline:after {
    background-color: rgba(37, 49, 55, 0.4); }
  .link.dark.icon.fab {
    background-color: rgba(37, 49, 55, 0.4); }
  .link.dark.icon.rounded {
    background-color: rgba(37, 49, 55, 0.4); }
  .link.dark.normal:hover, .link.dark.icon.rounded:hover {
    background-color: rgba(21, 27, 31, 0.4); }
  .link.dark.outline:hover {
    border-color: rgba(21, 27, 31, 0.4);
    color: rgba(21, 27, 31, 0.4); }
  .link.dark.flat:hover {
    color: rgba(21, 27, 31, 0.4); }
  .link.dark.underline:hover {
    color: rgba(21, 27, 31, 0.4); }
    .link.dark.underline:hover:after {
      background-color: rgba(21, 27, 31, 0.4); }

.link.yellow_deal {
  color: #FFFFFF;
  background-color: #FFFF00; }
  .link.yellow_deal.flat {
    color: #FFFF00; }
  .link.yellow_deal.outline, .link.yellow_deal.underline {
    color: #FFFF00;
    border-color: #FFFF00; }
  .link.yellow_deal.underline:after {
    background-color: #FFFF00; }
  .link.yellow_deal.icon.fab {
    background-color: #FFFF00; }
  .link.yellow_deal.icon.rounded {
    background-color: #FFFF00; }
  .link.yellow_deal.normal:hover, .link.yellow_deal.icon.rounded:hover {
    background-color: #d6d600; }
  .link.yellow_deal.outline:hover {
    border-color: #d6d600;
    color: #d6d600; }
  .link.yellow_deal.flat:hover {
    color: #d6d600; }
  .link.yellow_deal.underline:hover {
    color: #d6d600; }
    .link.yellow_deal.underline:hover:after {
      background-color: #d6d600; }

.link.primary {
  color: #FFFFFF;
  background-color: #149388; }
  .link.primary.flat {
    color: #149388; }
  .link.primary.outline, .link.primary.underline {
    color: #149388;
    border-color: #149388; }
  .link.primary.underline:after {
    background-color: #149388; }
  .link.primary.icon.fab {
    background-color: #149388; }
  .link.primary.icon.rounded {
    background-color: #149388; }
  .link.primary.normal:hover, .link.primary.icon.rounded:hover {
    background-color: #0f6f67; }
  .link.primary.outline:hover {
    border-color: #0f6f67;
    color: #0f6f67; }
  .link.primary.flat:hover {
    color: #0f6f67; }
  .link.primary.underline:hover {
    color: #0f6f67; }
    .link.primary.underline:hover:after {
      background-color: #0f6f67; }

/**
 * @class: .link
 * @description: esta clase define los estilos más basicos y comunes para
 * todos los componentes Button.
 */
.link,
.link.base {
  position: relative;
  display: inline-block;
  cursor: pointer;
  font-family: "montserratregular";
  font-size: 16px;
  line-height: 1;
  text-decoration: none;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

/**
 * @class: .normal
 * @description: es el tipo (type prop) por defecto que se se aplica a cualquier
 * componente Button de la aplicación.
 */
.link.normal {
  width: auto;
  height: auto;
  min-height: 50px;
  padding: 16px 30px;
  border-radius: 25px; }

/**
 * @class: .flat
 * @description: es el tipo de componente Button que tan solo tiene texto.
 */
.link.flat {
  width: auto;
  height: auto;
  background-color: transparent; }

/**
 * @class: .outline
 * @description: es el tipo de componente Button que tiene el fondo
 * transparente y el borde de color.
 */
.link.outline {
  width: auto;
  height: 50px;
  max-height: 50px;
  padding: 14px 28px;
  border: 2px solid;
  border-radius: 25px;
  background-color: transparent; }

/**
 * @class: .underline
 * @description: es el tipo de componente Button que tiene el fondo
 * transparente, el borde de color y asdemás el texto subrrayado.
 */
.link.underline {
  width: auto;
  height: auto;
  background-color: transparent; }
  .link.underline:after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 100%;
    height: 1px; }

/**
 * @class: .block
 * @description: es el tipo de componente Button que ocupa el 100% del ancho
 * de su contenedor.
 */
.link.block {
  display: block;
  width: 100%;
  min-width: 100%;
  height: auto;
  max-height: 50px;
  padding: 16px 30px; }

/**
 * @class: .icon
 * @description: es el tipo de componente IconButton por defecto que se se
 * aplica a cualquier componente Button de la aplicación.
 */
.link.icon:not(.fab),
.link.icon:not(.rounded) {
  width: auto;
  height: auto;
  background: transparent; }
  .link.icon:not(.fab) svg,
  .link.icon:not(.rounded) svg {
    pointer-events: none; }

/**
 * @class: .fab
 * @description: es el
 */
.link.icon.fab {
  width: 50px;
  max-width: 50px;
  height: 50px;
  max-height: 50px;
  padding: 6px;
  border-radius: 50%; }
  .link.icon.fab.large {
    width: 82px;
    max-width: 82px;
    height: 82px;
    max-height: 82px; }
  .link.icon.fab svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

/**
 * @class: .rounded
 * @description: es el
 */
.link.icon.rounded {
  width: 130px;
  min-width: 130px;
  height: 50px;
  max-height: 50px;
  padding: 6px 0;
  border-radius: 25px; }
  .link.icon.rounded svg {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 25px;
    max-width: 25px;
    height: 25px;
    max-height: 25px;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.btn.left {
  text-align: left; }

.btn.center {
  text-align: center; }

.btn.right {
  text-align: right; }

.background-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 0; }
  .background-wrapper .bg {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    pointer-events: none; }
    .background-wrapper .bg .video-bg {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 1;
      min-width: 100vw;
      min-height: 100vh;
      width: auto;
      height: auto;
      overflow: hidden;
      background-size: cover;
      z-index: -1;
      pointer-events: none; }

/**
 * Contenedor para las ventanas modales
 **/
.pac-container {
  z-index: 9999999 !important; }

.modal-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(37, 49, 55, 0.6); }
  .modal-wrapper .modal-content {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    z-index: 2;
    overflow: visible;
    border-radius: 10px;
    -webkit-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
    -moz-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
    box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2); }
    .modal-wrapper .modal-content .btn-close {
      position: absolute;
      top: 20px;
      right: 20px; }
  .modal-wrapper .bg-close {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1; }

/**
 * Modales para login y registro desde la toolbar
 **/
.login-modal,
.signup-modal {
  width: 400px;
  min-height: 580px;
  height: auto;
  max-height: 90vh;
  overflow-y: auto;
  padding: 20px;
  padding-bottom: 80px;
  text-align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  position: relative; }
  .login-modal .logotype,
  .signup-modal .logotype {
    margin-top: 20px; }
    .login-modal .logotype > .symbol,
    .login-modal .logotype > .logo,
    .signup-modal .logotype > .symbol,
    .signup-modal .logotype > .logo {
      display: inline-block; }
    .login-modal .logotype > .symbol,
    .signup-modal .logotype > .symbol {
      margin: 20px 0; }
    .login-modal .logotype > .logo,
    .signup-modal .logotype > .logo {
      margin-left: 10px;
      -webkit-transform: translate3d(0, -10px, 0);
      -moz-transform: translate3d(0, -10px, 0);
      -ms-transform: translate3d(0, -10px, 0);
      transform: translate3d(0, -10px, 0); }
    .login-modal .logotype .icon-logo g,
    .signup-modal .logotype .icon-logo g {
      -webkit-transform: translate(0, -64px);
      -moz-transform: translate(0, -64px);
      -ms-transform: translate(0, -64px);
      transform: translate(0, -64px); }
  .login-modal h2,
  .signup-modal h2 {
    margin-bottom: 20px; }
  .login-modal input,
  .signup-modal input {
    margin: 10px; }
  .login-modal .btn.outline,
  .signup-modal .btn.outline {
    margin: 40px; }
  .login-modal p.p.grey.light,
  .signup-modal p.p.grey.light {
    margin-bottom: 20px; }
  .login-modal .footer .btn.flat,
  .signup-modal .footer .btn.flat {
    font-size: inherit; }

.address-modal {
  max-height: 95vh;
  max-width: 500px;
  min-height: 580px;
  height: auto;
  text-align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  padding: 20px 20px 10px 20px;
  position: relative; }
  .address-modal .logotype {
    margin-top: 5px; }
    .address-modal .logotype > .symbol,
    .address-modal .logotype > .logo {
      display: inline-block; }
    .address-modal .logotype > .symbol {
      margin: 10px 0; }
    .address-modal .logotype > .logo {
      margin-left: 10px;
      -webkit-transform: translate3d(0, -5px, 0);
      -moz-transform: translate3d(0, -5px, 0);
      -ms-transform: translate3d(0, -5px, 0);
      transform: translate3d(0, -5px, 0); }
    .address-modal .logotype .icon-logo g {
      -webkit-transform: translate(0, -64px);
      -moz-transform: translate(0, -64px);
      -ms-transform: translate(0, -64px);
      transform: translate(0, -64px); }
  .address-modal label {
    font-size: 16px !important; }
  .address-modal h2 {
    margin-bottom: 10px; }
    .address-modal h2:nth-child(2n) {
      text-align: center;
      font-size: 16px; }
    .address-modal h2:nth-child(2n-1) {
      font-size: 17px;
      margin-bottom: 5px; }
  .address-modal form {
    padding: 0px 10px; }
  .address-modal input {
    margin: 5px 0px;
    max-width: 560px;
    width: 100%;
    height: 20px;
    text-align: start;
    border-radius: 0px;
    background-color: white;
    border-bottom: 1px solid #e4e4e4;
    position: relative;
    z-index: 10; }
  .address-modal .pac-container {
    z-index: 100000 !important; }
  .address-modal small {
    color: red; }
  .address-modal li {
    text-align: start; }
  .address-modal .btn.outline {
    margin: 5px; }
  .address-modal p.p.grey.light {
    margin-bottom: 20px; }
  .address-modal .footer .btn.flat {
    font-size: inherit; }

.cookies-modal {
  max-height: 90vh;
  width: 1000px;
  min-height: 580px;
  height: auto;
  text-align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  padding: 20px 20px 10px 20px; }
  .cookies-modal .cookies-modal--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25%; }
    .cookies-modal .cookies-modal--header h2 {
      font-weight: bold;
      margin: 0 auto;
      vertical-align: middle;
      font-size: 2rem; }
    .cookies-modal .cookies-modal--header .logotype {
      margin-top: 5px; }
      .cookies-modal .cookies-modal--header .logotype > .symbol,
      .cookies-modal .cookies-modal--header .logotype > .logo {
        display: inline-block; }
      .cookies-modal .cookies-modal--header .logotype > .symbol {
        margin: 10px 0; }
      .cookies-modal .cookies-modal--header .logotype > .logo {
        margin-left: 10px;
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0); }
      .cookies-modal .cookies-modal--header .logotype .icon-logo g {
        -webkit-transform: translate(0, -64px);
        -moz-transform: translate(0, -64px);
        -ms-transform: translate(0, -64px);
        transform: translate(0, -64px); }
  .cookies-modal .cookies-modal--content {
    display: flex;
    flex-direction: row;
    min-height: 400px;
    height: auto; }
    .cookies-modal .cookies-modal--content .cookies-modal--content__left {
      min-width: 25%;
      max-width: 25%;
      overflow-y: scroll;
      height: auto; }
      .cookies-modal .cookies-modal--content .cookies-modal--content__left .option_section {
        position: relative;
        display: flex;
        height: 100%;
        min-height: 40px;
        align-items: center; }
        .cookies-modal .cookies-modal--content .cookies-modal--content__left .option_section .option_section_complemet {
          position: absolute;
          width: 5px;
          background-color: #00BFDF;
          min-height: 100%;
          margin-right: 10px; }
        .cookies-modal .cookies-modal--content .cookies-modal--content__left .option_section p {
          vertical-align: middle;
          margin-left: 10px; }
      .cookies-modal .cookies-modal--content .cookies-modal--content__left button {
        width: 100%; }
      .cookies-modal .cookies-modal--content .cookies-modal--content__left .selected {
        background-color: #e1e1e1; }
      .cookies-modal .cookies-modal--content .cookies-modal--content__left::-webkit-scrollbar {
        width: 10px; }
      .cookies-modal .cookies-modal--content .cookies-modal--content__left::-webkit-scrollbar-track {
        background-color: rgba(37, 49, 55, 0.4);
        border-radius: 5px; }
    .cookies-modal .cookies-modal--content .cookies-modal--content__rigth {
      padding: 15px; }
      .cookies-modal .cookies-modal--content .cookies-modal--content__rigth div {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
      .cookies-modal .cookies-modal--content .cookies-modal--content__rigth h3 {
        font-weight: bold;
        text-align: left; }
      .cookies-modal .cookies-modal--content .cookies-modal--content__rigth p {
        margin-top: 15px;
        color: #aaa;
        text-align: left; }
  .cookies-modal label {
    font-size: 16px !important; }
  .cookies-modal li {
    text-align: start; }
  .cookies-modal p.p.grey.light {
    margin-bottom: 20px; }
  .cookies-modal .cookies-modal--footer {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    margin: 10px 0px; }
    .cookies-modal .cookies-modal--footer button {
      margin-right: 20px; }

.merge-carts-modal {
  width: 400px;
  height: 400px;
  text-align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  position: relative;
  overflow: hidden; }
  .merge-carts-modal .steps {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
    .merge-carts-modal .steps.one {
      left: -400px; }
    .merge-carts-modal .steps .step {
      position: absolute;
      width: 400px;
      height: 400px;
      left: 0;
      padding: 20px 0; }
      .merge-carts-modal .steps .step.two {
        left: 400px; }
    .merge-carts-modal .steps p {
      padding: 0 40px;
      margin-bottom: 20px; }
  .merge-carts-modal .provider-cart-btn {
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(37, 49, 55, 0.2); }
  .merge-carts-modal .provider-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 5px 40px; }
    .merge-carts-modal .provider-icon svg {
      margin: 10px; }
  .merge-carts-modal .step.one .provider-cart-btn {
    height: 70px; }
    .merge-carts-modal .step.one .provider-cart-btn p {
      position: absolute;
      left: 80px; }
    .merge-carts-modal .step.one .provider-cart-btn p.black {
      top: 10px; }
    .merge-carts-modal .step.one .provider-cart-btn p.blue {
      top: 36px; }
  .merge-carts-modal .step.one .btn.outline {
    position: absolute;
    width: 160px;
    bottom: 20px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    text-align: center; }
  .merge-carts-modal .step.two p {
    margin-bottom: 40px; }
  .merge-carts-modal .step.two .provider-cart-btn {
    height: 120px;
    border-bottom: 1px solid rgba(37, 49, 55, 0.2); }
    .merge-carts-modal .step.two .provider-cart-btn .provider-icon {
      margin: 30px 40px; }
    .merge-carts-modal .step.two .provider-cart-btn p {
      position: absolute;
      left: 80px; }
    .merge-carts-modal .step.two .provider-cart-btn p.black {
      top: 36px; }
    .merge-carts-modal .step.two .provider-cart-btn p.green {
      top: 60px; }
  .merge-carts-modal .step.two .btn.outline {
    position: absolute;
    width: 145px;
    bottom: 20px;
    text-align: center; }
    .merge-carts-modal .step.two .btn.outline.grey {
      left: 40px; }
    .merge-carts-modal .step.two .btn.outline.green {
      right: 40px; }

/**
 *
 */
.finish-order-modal {
  width: 400px;
  height: 535px;
  vertical-align: middle;
  background-color: #FFFFFF; }
  .finish-order-modal .header {
    height: 124px;
    text-align: center;
    border-bottom: 1px solid #F0F4F8; }
    .finish-order-modal .header h2 {
      position: relative;
      top: 25px; }
  .finish-order-modal ul {
    height: 282px;
    border-bottom: 1px solid #F0F4F8; }
    .finish-order-modal ul li {
      height: 94px; }
      .finish-order-modal ul li .icon-wrapper {
        position: relative;
        display: inline-flex;
        top: 12px;
        left: 30px;
        width: 60px;
        height: 60px;
        border-radius: 50%;
        background-color: rgba(37, 49, 55, 0.2); }
        .finish-order-modal ul li .icon-wrapper svg {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate3d(-50%, -50%, 0);
          -moz-transform: translate3d(-50%, -50%, 0);
          -ms-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0); }
      .finish-order-modal ul li p {
        position: relative;
        width: calc(100% - 140px);
        left: 110px;
        top: -50px; }
  .finish-order-modal .footer {
    height: 129px;
    text-align: center; }
    .finish-order-modal .footer .box-md-12 {
      margin-top: 20px; }

.tutorial-wrapper button.btn-close {
  position: absolute;
  top: 90px;
  right: 30px; }

.confirmation-order-modal {
  width: 430px;
  height: 430px;
  text-align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  padding: 20px 0px; }
  .confirmation-order-modal .container-confirmation {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -moz-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -ms-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: left 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 20px 0px; }
  .confirmation-order-modal h2 {
    margin: 20px 40px;
    line-height: 36px; }
  .confirmation-order-modal .container-info {
    border-top: 1px solid rgba(37, 49, 55, 0.2);
    border-bottom: 1px solid rgba(37, 49, 55, 0.2);
    padding: 15px 10px;
    margin-top: 15px; }
    .confirmation-order-modal .container-info p:first-child {
      margin-left: 30px;
      margin-right: 30px; }
    .confirmation-order-modal .container-info p:nth-child(2) {
      text-align: start; }
  .confirmation-order-modal .container-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-top: 60px;
    padding: 0px 20px;
    gap: 10px; }
  .confirmation-order-modal .btns {
    padding: 14px 10px; }

.iframe-modal-details-cart {
  width: 60vw;
  height: 80vh;
  background-color: #FFFFFF; }
  .iframe-modal-details-cart iframe {
    height: 92%;
    width: 98%;
    margin-top: 50px;
    margin-left: 0.3%; }

@media (max-width: 750px) {
  .iframe-modal-details-cart {
    width: 100%; } }

@media (max-width: 500px) {
  .modal-wrapper .modal-content {
    width: 90%; }
  .confirmation-order-modal {
    height: 90vh; }
    .confirmation-order-modal .container-confirmation {
      display: flex;
      flex-direction: column;
      height: 100%;
      justify-content: center; }
      .confirmation-order-modal .container-confirmation h2 {
        font-size: 30px; }
      .confirmation-order-modal .container-confirmation .container-info > p {
        font-size: 16px; }
  .confirmation-order-modal .container-buttons button {
    text-align: center;
    padding: 10px; } }

.notification-wrapper {
  position: fixed;
  width: 100vw;
  height: 150px;
  top: 0;
  left: 0;
  z-index: 999999; }
  .notification-wrapper .notification-content {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #149388;
    text-align: center; }
    .notification-wrapper .notification-content p {
      color: #FFFFFF; }
    .notification-wrapper .notification-content.default {
      background-color: #253137; }
    .notification-wrapper .notification-content.primary {
      background-color: #00BFDF; }
    .notification-wrapper .notification-content.success {
      background-color: #149388; }
    .notification-wrapper .notification-content.info {
      background-color: #EACA56; }
    .notification-wrapper .notification-content.warning {
      background-color: #EACA56; }
    .notification-wrapper .notification-content.danger {
      background-color: #E51D2A; }
  .notification-wrapper .subcontent-wrapper h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.alert-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 999999;
  background-color: rgba(37, 49, 55, 0.3); }
  .alert-wrapper .alert-content {
    position: absolute;
    width: 100%;
    height: 150px;
    top: 0;
    left: 0;
    background-color: #149388;
    text-align: center;
    vertical-align: middle;
    z-index: 2; }
    .alert-wrapper .alert-content h1 {
      color: #FFFFFF; }
    .alert-wrapper .alert-content.default {
      background-color: #253137; }
    .alert-wrapper .alert-content.primary {
      background-color: #00BFDF; }
    .alert-wrapper .alert-content.success {
      background-color: #149388; }
    .alert-wrapper .alert-content.info {
      background-color: #EACA56; }
    .alert-wrapper .alert-content.warning {
      background-color: #EACA56; }
    .alert-wrapper .alert-content.danger {
      background-color: #E51D2A; }
  .alert-wrapper .close {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1; }

.empty-cart-alert {
  height: 100%; }
  .empty-cart-alert .row {
    height: 75px;
    text-align: left; }
    .empty-cart-alert .row:first-child {
      border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
    .empty-cart-alert .row p {
      line-height: 75px;
      display: inline-block; }
  .empty-cart-alert ul {
    float: right;
    text-align: center; }
    .empty-cart-alert ul li {
      display: inline-block;
      height: 75px;
      width: auto;
      padding: 0 20px; }
      .empty-cart-alert ul li:first-child {
        border-right: 1px solid rgba(255, 255, 255, 0.3); }
      .empty-cart-alert ul li:last-child {
        border: none; }
      .empty-cart-alert ul li .btn.flat {
        height: 75px; }

.cookies-wrapper {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 0;
  width: 100vw;
  height: auto;
  background-color: rgba(37, 49, 55, 0.5);
  z-index: 10;
  padding-top: 10px;
  padding-bottom: 10px; }
  .cookies-wrapper .cookies-content {
    text-align: center;
    margin-top: 28px; }
  .cookies-wrapper .btn.transparent.icon.fab {
    position: absolute;
    right: 30px;
    top: 30px; }
  .cookies-wrapper .link.flat.white {
    text-decoration: underline; }
  .cookies-wrapper .cookies-buttons--container {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    margin-right: auto; }
  .cookies-wrapper .cookies-button {
    padding: 10px 20px;
    background-color: #7D7D7D;
    border-radius: 8px;
    color: #FFFFFF;
    font-weight: bold;
    line-height: 20px;
    cursor: pointer; }
  .cookies-wrapper .cookies-button-config {
    text-decoration: underline;
    color: #FFFFFF;
    font-size: 16px;
    cursor: pointer;
    line-height: 1;
    font-family: 'montserratregular';
    text-align: center; }
  @media (min-width: 768px) and (max-width: 1023px) {
    .cookies-wrapper .cookies-content p {
      font-size: 12px; } }

@media (max-width: 750px) {
  .cookies-wrapper {
    flex-direction: column; }
    .cookies-wrapper .cookies-buttons--container {
      margin-top: 10px;
      flex-direction: row;
      justify-content: center;
      align-items: center;
      width: 100%;
      gap: 20px; }
    .cookies-wrapper .cookies-content {
      text-align: justify;
      margin-top: 10px; } }

@media (max-width: 750px) {
  .cookies-page .cookies-page--header h2 {
    font-size: 24px; }
  .cookies-page .cookies-page--content .cookies-page--content__left {
    min-width: 30% !important;
    max-width: 30% !important;
    overflow-y: auto !important; }
  .cookies-page .cookies-page--content .cookies-page--content__rigth {
    padding: 5px; } }

.signup-modal-dia {
  width: 500px;
  min-height: 410px;
  height: auto;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: #D32C26; }
  .signup-modal-dia .input {
    margin-top: 10px; }
  .signup-modal-dia .btn.outline {
    margin-top: 20px; }
  .signup-modal-dia .btn.underline {
    font-size: 13px; }
  .signup-modal-dia .p.light.white.s12 {
    margin-top: 10px; }
  .signup-modal-dia .btn.switch {
    margin-right: 20px; }

.signup-modal-mas {
  width: 500px;
  min-height: 440px;
  height: 1000px;
  padding: 20px;
  text-align: center;
  vertical-align: middle;
  background-color: #C0D35A; }
  .signup-modal-mas .input {
    margin-top: 10px; }
    .signup-modal-mas .input:invalid {
      border: 1px solid red; }
  .signup-modal-mas .input.dark.warning {
    border: 1px solid red; }
  .signup-modal-mas .btn.outline {
    margin-top: 20px; }
  .signup-modal-mas .btn.underline {
    font-size: 13px; }
  .signup-modal-mas .btn.switch {
    margin-right: 20px; }
  .signup-modal-mas .dropdown > button {
    margin-top: 10px;
    width: 320px;
    min-width: 320px;
    max-height: 44px;
    min-height: 44px;
    padding: 14px 30px;
    background-color: rgba(37, 49, 55, 0.4);
    font-size: 14px;
    color: #DEE1C2;
    text-align: center; }
    .signup-modal-mas .dropdown > button:before {
      position: absolute;
      content: '\25BE';
      top: 14px;
      right: 20px; }
  .signup-modal-mas .dropdown-list_item-button {
    font-size: 12px !important; }

@media screen and (max-height: 1080px) {
  .signup-modal-mas {
    height: 900px;
    overflow-y: scroll; } }

@media screen and (max-height: 900px) {
  .signup-modal-mas {
    height: 775px;
    overflow-y: scroll; } }

@media screen and (max-height: 800px) {
  .signup-modal-mas {
    height: 650px;
    overflow-y: scroll; } }

.btn.normal {
  width: auto;
  height: auto;
  min-height: 50px;
  padding: 16px 30px;
  border-radius: 25px; }

.btn.mas.center.dark {
  font-family: "montserratlight";
  font-size: 16px;
  border-radius: 25px; }

.privacity {
  display: flex;
  align-items: center;
  margin: 20px;
  justify-content: center; }

.logo-icon {
  margin-top: 20px;
  margin-bottom: 15px; }

.loading-wrapper,
.shop-loader-wrapper {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999999; }
  .loading-wrapper .overhead-loader,
  .shop-loader-wrapper .overhead-loader {
    position: absolute;
    width: 130px;
    height: 130px;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    background-color: rgba(37, 49, 55, 0.6);
    border-radius: 20px; }
    .loading-wrapper .overhead-loader.transparent,
    .shop-loader-wrapper .overhead-loader.transparent {
      background-color: rgba(37, 49, 55, 0); }
    .loading-wrapper .overhead-loader:before,
    .shop-loader-wrapper .overhead-loader:before {
      content: '';
      display: block;
      padding-top: 100%; }
    .loading-wrapper .overhead-loader:after,
    .shop-loader-wrapper .overhead-loader:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      width: 75px;
      height: 75px;
      border: 3px solid rgba(255, 255, 255, 0.3);
      border-radius: 50%; }
    .loading-wrapper .overhead-loader .logo,
    .shop-loader-wrapper .overhead-loader .logo {
      position: absolute;
      left: 44px;
      top: 44px; }
    .loading-wrapper .overhead-loader .circular,
    .shop-loader-wrapper .overhead-loader .circular {
      width: 90px;
      height: 90px;
      top: 20px;
      left: 0;
      right: 0;
      transform-origin: center center;
      position: absolute;
      margin: auto;
      animation: rotator 1.4s linear infinite; }
    .loading-wrapper .overhead-loader .path,
    .shop-loader-wrapper .overhead-loader .path {
      stroke: white;
      stroke-dasharray: 187;
      stroke-dashoffset: 0;
      transform-origin: center;
      animation: dash 1.4s ease-in-out infinite; }
  .loading-wrapper .provider_loader,
  .loading-wrapper p,
  .shop-loader-wrapper .provider_loader,
  .shop-loader-wrapper p {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .loading-wrapper .provider_loader,
  .shop-loader-wrapper .provider_loader {
    top: calc(50% - 195px); }
  .loading-wrapper p,
  .shop-loader-wrapper p {
    top: calc(50% + 65px); }

.dropdown {
  position: relative;
  display: inline-block; }
  .dropdown .btn.flat.center {
    width: 300px;
    margin-left: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .dropdown .btn.flat.left {
    left: 0;
    margin-left: 0;
    text-align: left; }
  .dropdown .btn.flat.right {
    right: 0;
    margin-right: 0;
    text-align: right; }
  .dropdown .dropdown-content {
    position: absolute;
    top: 40px;
    width: 300px;
    height: auto;
    background-color: #FFFFFF;
    border: 1px solid #F0F4F8;
    border-radius: 14px;
    overflow: hidden;
    z-index: 999;
    -webkit-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
    -moz-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
    box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2); }
    .dropdown .dropdown-content.left {
      left: 0; }
    .dropdown .dropdown-content.right {
      right: 0; }
    .dropdown .dropdown-content.center {
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }

/**
 * Dropdown de tipo Listado
 */
.dropdown-content.list {
  /**
   * Items del listado
   */ }
  .dropdown-content.list .dropdown-list_item {
    height: 46px; }
  .dropdown-content.list .dropdown-list_item:not(:last-child) {
    border-bottom: 1px solid #F0F4F8; }
  .dropdown-content.list .dropdown-list_item-button {
    width: 100%;
    height: 100%;
    font-family: "montserratregular";
    font-size: 16px;
    line-height: 46px;
    color: #253137;
    text-align: center; }
  .dropdown-content.list .dropdown-list_item-button:hover,
  .dropdown-content.list .dropdown-list_item-button.active:hover {
    background-color: #00BFDF;
    color: #FFFFFF; }
  .dropdown-content.list .dropdown-list_item-button.active {
    color: #00BFDF; }

/**
 * Dropdowns de tipo Custom
 */
.dropdown-content .login-signup .login-wrapper {
  position: relative;
  height: 60px;
  width: 100%;
  border-bottom: 1px solid #F0F4F8; }
  .dropdown-content .login-signup .login-wrapper .btn-login {
    position: absolute;
    width: 100%;
    height: 100%; }
    .dropdown-content .login-signup .login-wrapper .btn-login p {
      display: inline;
      margin: 0 16px; }

.dropdown-content .login-signup .userdata-wrapper {
  position: relative;
  height: 100px;
  width: 100%;
  background-color: #F0F4F8; }
  .dropdown-content .login-signup .userdata-wrapper ul {
    position: relative;
    top: 16px; }
    .dropdown-content .login-signup .userdata-wrapper ul li {
      display: inline-block;
      margin: 0;
      vertical-align: middle; }
    .dropdown-content .login-signup .userdata-wrapper ul li:first-child {
      margin-left: 20px;
      margin-right: 14px; }
  .dropdown-content .login-signup .userdata-wrapper h3 {
    width: 180px;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .dropdown-content .login-signup .userdata-wrapper button {
    font-size: 14px; }

.dropdown-content .user-logged .btn, .dropdown-content .user-logged .link {
  font-size: 14px; }

.dropdown-content .user-logged .orders-wrapper {
  position: relative;
  height: auto;
  width: 100%;
  border-bottom: 1px solid #F0F4F8; }
  .dropdown-content .user-logged .orders-wrapper .order-button {
    position: relative;
    display: block;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #F0F4F8;
    cursor: pointer; }
    .dropdown-content .user-logged .orders-wrapper .order-button .btn.icon.fab {
      position: absolute;
      width: 60px;
      height: 60px;
      top: 10px;
      left: 20px; }
    .dropdown-content .user-logged .orders-wrapper .order-button p {
      position: absolute;
      left: 90px; }
    .dropdown-content .user-logged .orders-wrapper .order-button p.bold {
      top: 14px; }
    .dropdown-content .user-logged .orders-wrapper .order-button p.regular {
      top: 36px; }
  .dropdown-content .user-logged .orders-wrapper .btn.new {
    width: 100%;
    height: 50px;
    text-align: center; }

.dropdown-content .user-logged .userdata-wrapper {
  position: relative;
  height: 100px;
  width: 100%;
  background-color: rgba(240, 244, 248, 0.5); }
  .dropdown-content .user-logged .userdata-wrapper .user-icon {
    width: 60px;
    height: 60px; }
    .dropdown-content .user-logged .userdata-wrapper .user-icon h1 {
      font-size: 34px; }
  .dropdown-content .user-logged .userdata-wrapper ul {
    position: relative;
    top: 16px; }
    .dropdown-content .user-logged .userdata-wrapper ul li {
      display: inline-block;
      margin: 0;
      vertical-align: middle; }
    .dropdown-content .user-logged .userdata-wrapper ul li:first-child {
      margin-left: 20px;
      margin-right: 14px; }
  .dropdown-content .user-logged .userdata-wrapper h3 {
    width: 180px;
    max-width: 180px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
  .dropdown-content .user-logged .userdata-wrapper .link {
    margin-right: 16px; }

.tooltip.customer-support {
  position: absolute;
  bottom: 40px;
  right: 40px; }
  .tooltip.customer-support .tooltip-content {
    position: absolute;
    padding: 14px;
    width: 330px;
    height: 80px;
    right: 70px;
    bottom: -10px;
    background-color: #FFFFFF;
    border-radius: 6px;
    border: 1px solid #F0F4F8;
    text-align: center;
    -webkit-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
    -moz-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
    box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
    pointer-events: none;
    z-index: 2; }

@media (max-width: 650px) {
  .tooltip.customer-support {
    position: absolute;
    bottom: 80px;
    right: 20px; } }

.tabs-wrapper {
  margin-bottom: 60px; }
  .tabs-wrapper .tab-list .btn.switch {
    width: 90%; }
    .tabs-wrapper .tab-list .btn.switch .switch-inner {
      width: 100%;
      height: 60px;
      border-radius: calc(60px / 2); }

.input {
  width: 100%;
  max-width: 320px;
  height: 44px;
  font-family: "montserratlight";
  font-size: 16px;
  color: #253137;
  text-align: center;
  border-radius: calc(44px / 2);
  background-color: #F0F4F8; }
  .input::-webkit-input-placeholder {
    color: rgba(37, 49, 55, 0.4); }
  .input:-moz-placeholder {
    color: rgba(37, 49, 55, 0.4);
    opacity: 1; }
  .input::-moz-placeholder {
    color: rgba(37, 49, 55, 0.4);
    opacity: 1; }
  .input:-ms-input-placeholder {
    color: rgba(37, 49, 55, 0.4); }
  .input.dark {
    color: #FFFFFF;
    background-color: rgba(37, 49, 55, 0.4); }
    .input.dark::-webkit-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
    .input.dark:-moz-placeholder {
      color: rgba(255, 255, 255, 0.7);
      opacity: 1; }
    .input.dark::-moz-placeholder {
      color: rgba(255, 255, 255, 0.7);
      opacity: 1; }
    .input.dark:-ms-input-placeholder {
      color: rgba(255, 255, 255, 0.7); }
  .input.underline {
    width: 100%;
    color: #253137;
    text-align: left;
    border-radius: 0;
    background: none;
    border-bottom: 1px solid rgba(37, 49, 55, 0.4); }
    .input.underline:focus {
      border-bottom: 1px solid #00BFDF; }
    .input.underline::-webkit-input-placeholder {
      color: rgba(37, 49, 55, 0.4); }
    .input.underline:-moz-placeholder {
      color: rgba(37, 49, 55, 0.4);
      opacity: 1; }
    .input.underline::-moz-placeholder {
      color: rgba(37, 49, 55, 0.4);
      opacity: 1; }
    .input.underline:-ms-input-placeholder {
      color: rgba(37, 49, 55, 0.4); }

.modal-wrapper .tutorial {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  width: 80%;
  height: 80%;
  max-width: 90%;
  max-height: 80%; }
  .modal-wrapper .tutorial .bg {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 80%;
    min-height: 80%;
    background-image: url("/img/tutorial.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .modal-wrapper .tutorial .bg-user {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%;
    height: auto;
    max-width: 100%;
    max-height: 80%;
    min-height: 80%;
    background-image: url("/img/tutorial_usuario.png");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .modal-wrapper .tutorial .btn-close {
    position: absolute;
    top: 0;
    right: 0; }

.modal-wrapper .bg-close {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1; }

.toolbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 68px;
  z-index: 999;
  background: #FFFFFF;
  -webkit-transition: background 0.3s ease;
  -moz-transition: background 0.3s ease;
  -ms-transition: background 0.3s ease;
  -o-transition: background 0.3s ease;
  transition: background 0.3s ease; }
  .toolbar .logo-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 160px;
    height: 68px; }
    .toolbar .logo-wrapper .logotype {
      position: absolute;
      margin-left: 30px;
      margin-top: 16px; }
  .toolbar.simple .icon.logo_symbol,
  .toolbar.custom .icon.logo_symbol {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease; }
  .toolbar.simple .icon.logo_symbol {
    mix-blend-mode: none; }
  .toolbar.custom .icon.logo_symbol {
    mix-blend-mode: overlay; }
  .toolbar .provider-options-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: calc(100vw - 160px - 80px);
    height: 68px; }
    .toolbar .provider-options-wrapper .nav-wrapper {
      -webkit-transition: opacity 0.3s ease;
      -moz-transition: opacity 0.3s ease;
      -ms-transition: opacity 0.3s ease;
      -o-transition: opacity 0.3s ease;
      transition: opacity 0.3s ease; }
    .toolbar .provider-options-wrapper .provider-nav {
      position: absolute;
      display: inline-block;
      top: 26px;
      left: 0; }
      .toolbar .provider-options-wrapper .provider-nav > ul > li {
        display: inline-block;
        margin-right: 10px; }
        .toolbar .provider-options-wrapper .provider-nav > ul > li .btn.provider {
          font-family: "montserratbold"; }
        .toolbar .provider-options-wrapper .provider-nav > ul > li:not(:last-child):after {
          content: '\25BE';
          display: inline-block;
          color: #FFFFFF;
          font-size: 17px;
          margin-left: 4px;
          vertical-align: middle;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
    .toolbar .provider-options-wrapper .shop-nav {
      display: inline-block;
      float: right;
      margin-top: 22px; }
      .toolbar .provider-options-wrapper .shop-nav ul li {
        display: inline-block;
        margin: 0px 22px 0px 22px; }
    .toolbar .provider-options-wrapper .shop-nav a {
      font-family: "montserratregular";
      font-size: 16px;
      color: #FFFFFF; }
    .toolbar .provider-options-wrapper .shop-nav button {
      font-family: "montserratregular";
      font-size: 16px;
      color: #FFFFFF; }
    .toolbar .provider-options-wrapper .shop-nav a.active {
      pointer-events: none; }
      .toolbar .provider-options-wrapper .shop-nav a.active svg.icon {
        mix-blend-mode: overlay; }
    .toolbar .provider-options-wrapper .shop-nav button.active {
      pointer-events: none; }
      .toolbar .provider-options-wrapper .shop-nav button.active svg.icon {
        mix-blend-mode: overlay; }
  .toolbar .user-options-wrapper {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 68px; }
    .toolbar .user-options-wrapper .toolbar-dropdown {
      position: absolute;
      top: 18px;
      right: 30px; }
      .toolbar .user-options-wrapper .toolbar-dropdown .btn.icon {
        width: 32px;
        height: 32px; }
  .toolbar.basic {
    display: flex;
    justify-content: center;
    align-items: center; }
    .toolbar.basic .logo-wrapper {
      position: static;
      display: block;
      width: auto;
      height: auto;
      vertical-align: initial; }
      .toolbar.basic .logo-wrapper .logotype {
        position: static;
        margin: 0; }
    .toolbar.basic .provider-options-wrapper,
    .toolbar.basic .user-options-wrapper {
      display: none; }

.toolbar.simple > .provider-options-wrapper > .nav-wrapper {
  pointer-events: none;
  opacity: 0.01; }

.toolbar.custom > .provider-options-wrapper > .nav-wrapper {
  pointer-events: all;
  opacity: 1; }

@media (max-width: 950px) {
  .toolbar:not(.basic) .logo-wrapper {
    position: absolute;
    height: 34px; }
    .toolbar:not(.basic) .logo-wrapper .logotype {
      margin-top: 5px; }
      .toolbar:not(.basic) .logo-wrapper .logotype svg {
        height: 34px; }
  .toolbar:not(.basic) .provider-options-wrapper {
    width: 100%; }
    .toolbar:not(.basic) .provider-options-wrapper .provider-nav {
      position: fixed;
      top: 40px;
      left: 30px; } }

@media (max-width: 750px) {
  .toolbar:not(.basic) .provider-options-wrapper .shop-nav .show_more_dropdown .dropdown-content .dropdown-list_item .dropdown-list_item-button {
    color: black; }
    .toolbar:not(.basic) .provider-options-wrapper .shop-nav .show_more_dropdown .dropdown-content .dropdown-list_item .dropdown-list_item-button.active {
      pointer-events: all; }
  .toolbar:not(.basic) .cart-has-products {
    margin-right: 20px !important; } }

@media (min-width: 501px) {
  .show-more-toolbar-btn {
    display: none !important; } }

@media (max-width: 500px) {
  .user-zone-toolbar-btn {
    display: none !important; } }

@media (max-width: 550px) {
  .toolbar:not(.basic) .logo-wrapper .logotype {
    margin-left: 20px; }
  .toolbar:not(.basic) .provider-options-wrapper .provider-nav {
    left: 20px; }
  .toolbar:not(.basic) .provider-options-wrapper .shop-nav {
    margin-top: 10px;
    padding-right: 30px; }
    .toolbar:not(.basic) .provider-options-wrapper .shop-nav > ul {
      display: flex;
      gap: 20px; }
      .toolbar:not(.basic) .provider-options-wrapper .shop-nav > ul li {
        margin: 0; } }

.shoppingcart-quantity-badge {
  position: absolute;
  display: inline-block;
  width: auto;
  min-width: 25px;
  padding: 0 5px;
  height: 25px;
  margin-left: 4px;
  border-radius: 25px;
  line-height: 25px;
  text-align: center;
  background-color: #00BFDF;
  opacity: 0;
  -webkit-transform: scale(0.01);
  -moz-transform: scale(0.01);
  -ms-transform: scale(0.01);
  transform: scale(0.01);
  -webkit-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .shoppingcart-quantity-badge.visible {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .shoppingcart-quantity-badge p {
    margin-top: 3px; }

.categories-menu {
  display: inline-block; }
  .categories-menu:after {
    content: '\25BE';
    display: inline-block;
    color: #FFFFFF;
    font-size: 17px;
    margin-left: 4px;
    -webkit-transition: -webkit-transform 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease; }
  .categories-menu.open:after {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .categories-menu .categories-menu_content {
    position: fixed;
    width: 100vw;
    height: calc(100vh - 68px);
    top: 68px;
    left: 0;
    border-top: 1px solid rgba(37, 49, 55, 0.4);
    overflow-y: scroll; }
    .categories-menu .categories-menu_content .categories-menu_list .categories-menu_list_ul {
      background: rgba(0, 0, 0, 0.1);
      background: oz-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(44% rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0)));
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
      background: -ms-linear-gradient(top, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0) 44%, rgba(0, 0, 0, 0) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0); }
    .categories-menu .categories-menu_content .categories-menu_list li {
      display: block; }
    .categories-menu .categories-menu_content .categories-menu_list li.parent {
      overflow: hidden;
      max-height: 75px;
      -webkit-transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -moz-transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -ms-transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      -o-transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955);
      transition: max-height 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955); }
      .categories-menu .categories-menu_content .categories-menu_list li.parent.expanded {
        max-height: 3000px; }
        .categories-menu .categories-menu_content .categories-menu_list li.parent.expanded > .parent-button:after {
          -webkit-transform: rotate(-180deg);
          -moz-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); }
    .categories-menu .categories-menu_content .parent-button,
    .categories-menu .categories-menu_content .child-button {
      position: relative;
      width: 100%;
      height: 75px;
      background-color: inherit;
      border-bottom: 1px solid rgba(37, 49, 55, 0.2); }
      .categories-menu .categories-menu_content .parent-button p,
      .categories-menu .categories-menu_content .child-button p {
        display: inline;
        pointer-events: none; }
    .categories-menu .categories-menu_content .child.disabled .child-button {
      pointer-events: none; }
      .categories-menu .categories-menu_content .child.disabled .child-button p {
        opacity: 0.3; }
    .categories-menu .categories-menu_content .child-button p {
      position: absolute;
      top: 28px; }
    .categories-menu .categories-menu_content .child-button.level_1 p,
    .categories-menu .categories-menu_content .parent-button.level_1 p {
      margin-left: calc(200px + 38px); }
    .categories-menu .categories-menu_content .child-button.level_2 p,
    .categories-menu .categories-menu_content .parent-button.level_2 p {
      margin-left: calc(200px + 38px); }
    .categories-menu .categories-menu_content .child-button.level_3 p,
    .categories-menu .categories-menu_content .parent-button.level_3 p,
    .categories-menu .categories-menu_content .child-button.level_4 p,
    .categories-menu .categories-menu_content .parent-button.level_4 p,
    .categories-menu .categories-menu_content .child-button.level_5 p,
    .categories-menu .categories-menu_content .parent-button.level_5 p {
      margin-left: calc(240px + 38px); }
    .categories-menu .categories-menu_content .parent-button .parent-button_icon {
      position: absolute;
      width: 38px;
      height: auto;
      top: 50%;
      left: 160px;
      -webkit-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
    .categories-menu .categories-menu_content .parent-button:after {
      position: relative;
      content: '\25BE';
      display: inline-block;
      float: right;
      right: calc(200px + 38px);
      color: rgba(37, 49, 55, 0.2);
      font-size: 17px;
      margin-left: 4px;
      -webkit-transition: -webkit-transform 0.3s ease;
      -moz-transition: -moz-transform 0.3s ease;
      -ms-transition: -ms-transform 0.3s ease;
      -o-transition: -o-transform 0.3s ease;
      transition: transform 0.3s ease; }

@media (max-width: 750px) {
  .categories-menu .categories-menu_content .categories-menu_list .parent-button.level_1 img {
    left: 10px; }
  .categories-menu .categories-menu_content .categories-menu_list .parent-button.level_1 p {
    margin-left: calc(20px + 38px); }
  .categories-menu .categories-menu_content .categories-menu_list .parent-button.level_2 p {
    margin-left: calc(40px + 38px); }
  .categories-menu .categories-menu_content .child-button.level_3 p, .categories-menu .categories-menu_content .parent-button.level_3 p, .categories-menu .categories-menu_content .child-button.level_4 p, .categories-menu .categories-menu_content .parent-button.level_4 p, .categories-menu .categories-menu_content .child-button.level_5 p, .categories-menu .categories-menu_content .parent-button.level_5 p {
    margin-left: calc(60px + 38px); } }

.linked-accounts-accordion {
  margin-top: 40px; }
  .linked-accounts-accordion .accordion-item {
    width: 100%;
    height: 75px;
    background-color: #FFFFFF;
    overflow: hidden;
    -webkit-transition: height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
    -moz-transition: height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
    -ms-transition: height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
    -o-transition: height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
    transition: height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99); }
    .linked-accounts-accordion .accordion-item:not(:last-child) {
      border-bottom: 2px solid #F0F4F8; }
    .linked-accounts-accordion .accordion-item.active {
      height: 360px; }
    .linked-accounts-accordion .accordion-item .accordion-button {
      position: relative;
      width: 100%;
      height: 75px;
      cursor: pointer; }
      .linked-accounts-accordion .accordion-item .accordion-button .btn.icon.fab {
        position: absolute;
        top: 10px;
        left: 10px; }
      .linked-accounts-accordion .accordion-item .accordion-button h3 {
        position: absolute;
        top: 24px;
        left: 80px; }
      .linked-accounts-accordion .accordion-item .accordion-button .status {
        float: right;
        margin-top: 20px; }
        .linked-accounts-accordion .accordion-item .accordion-button .status .status-icon {
          position: absolute;
          width: 30px;
          height: 30px;
          top: 22px;
          right: 0;
          border-radius: 50%;
          background-color: #149388; }
          .linked-accounts-accordion .accordion-item .accordion-button .status .status-icon svg {
            margin-top: 2px;
            margin-left: 2px; }
        .linked-accounts-accordion .accordion-item .accordion-button .status p.verify {
          position: absolute;
          top: 24px;
          right: 40px; }
        .linked-accounts-accordion .accordion-item .accordion-button .status p:not(.verify) {
          position: absolute;
          top: 24px;
          right: 10px; }
    .linked-accounts-accordion .accordion-item .accordion-item-content {
      width: calc(100% - 90px);
      height: calc(360px - 75px);
      margin-left: 90px; }
      .linked-accounts-accordion .accordion-item .accordion-item-content input {
        padding: 0;
        width: 100%;
        height: 75px;
        font-family: 'montserratregular';
        font-size: 16px;
        color: #253137;
        border-radius: 0;
        border: none;
        border-bottom: 2px solid rgba(37, 49, 55, 0.2);
        -webkit-transition: border-bottom 0.3s ease;
        -moz-transition: border-bottom 0.3s ease;
        -ms-transition: border-bottom 0.3s ease;
        -o-transition: border-bottom 0.3s ease;
        transition: border-bottom 0.3s ease; }
      .linked-accounts-accordion .accordion-item .accordion-item-content button {
        margin: 40px 0;
        opacity: 1; }
        .linked-accounts-accordion .accordion-item .accordion-item-content button.blue {
          margin-right: 40px; }
      .linked-accounts-accordion .accordion-item .accordion-item-content .not-account {
        position: relative;
        display: inline-block;
        height: 40px; }
        .linked-accounts-accordion .accordion-item .accordion-item-content .not-account p, .linked-accounts-accordion .accordion-item .accordion-item-content .not-account .link {
          margin: 0;
          padding: 0;
          position: absolute;
          width: 200px; }
        .linked-accounts-accordion .accordion-item .accordion-item-content .not-account p {
          top: 13px; }
        .linked-accounts-accordion .accordion-item .accordion-item-content .not-account .link {
          top: 36px; }

.quantity-badge {
  width: 22px;
  height: 22px;
  border: 1px solid rgba(37, 49, 55, 0.4);
  border-radius: 50%;
  background-color: #FFFFFF;
  background-clip: padding-box;
  text-align: center;
  transform-origin: 0 50%;
  pointer-events: none;
  z-index: 2;
  display: inline-block;
  opacity: 0.01;
  -webkit-transition: opacity 0.3s ease;
  -moz-transition: opacity 0.3s ease;
  -ms-transition: opacity 0.3s ease;
  -o-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
  .quantity-badge.visible {
    opacity: 1; }
  .quantity-badge p {
    display: block;
    line-height: 22px; }

.product-image {
  display: inline-block;
  pointer-events: none; }
  .product-image .description, .product-image .brand {
    position: absolute;
    max-width: 110px;
    width: 75%;
    line-height: 1.2;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .product-image .description {
    top: 20px; }
  .product-image .brand {
    bottom: 20px; }
  .product-image.deleted {
    opacity: 0.5; }

.prod_filter {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 2; }

@media (max-height: 380px) {
  .rack-product .product-image img.prod {
    max-height: 130px; }
  .rack-product .shadow {
    max-height: 130px; } }

@media (max-height: 300px) {
  .rack-product .product-image img.prod {
    max-height: 120px; }
  .rack-product .shadow {
    max-height: 120px; } }

.rack-product {
  position: relative;
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
  pointer-events: all;
  width: auto;
  max-width: 200px;
  min-width: 98%; }
  .rack-product:hover .btn.fab {
    opacity: 1; }
  .rack-product:hover .btn.add {
    -webkit-transform: scale(1) translate3d(-50%, 0, 0);
    -moz-transform: scale(1) translate3d(-50%, 0, 0);
    -ms-transform: scale(1) translate3d(-50%, 0, 0);
    transform: scale(1) translate3d(-50%, 0, 0); }
  .rack-product:hover .btn.detail {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  .rack-product .shadow {
    position: absolute;
    bottom: -10px;
    left: calc(50% - 10px);
    width: 95%;
    max-width: 95%;
    opacity: 0.4;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    -webkit-filter: blur(10px);
    -moz-filter: blur(10px);
    -ms-filter: blur(10px);
    -o-filter: blur(10px);
    filter: blur(10px);
    pointer-events: none;
    z-index: -1; }
    .rack-product .shadow svg {
      width: 100%;
      height: 100%; }
  .rack-product .product-image-ilusia {
    position: absolute;
    left: calc(50% - 0px);
    width: 95%;
    max-width: 95%; }
    .rack-product .product-image-ilusia .ilusia-symbol-product {
      position: absolute; }
  .rack-product .product-shadow {
    max-width: 100%;
    -webkit-transform: rotate3d(1, 0, 0, 45deg);
    -moz-transform: rotate3d(1, 0, 0, 45deg);
    -ms-transform: rotate3d(1, 0, 0, 45deg);
    transform: rotate3d(1, 0, 0, 45deg);
    -webkit-filter: brightness(0);
    -moz-filter: brightness(0);
    -ms-filter: brightness(0);
    -o-filter: brightness(0);
    filter: brightness(0); }
  .rack-product .product-image {
    position: absolute;
    bottom: 29px;
    left: 50%;
    width: 95%;
    max-width: 95%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 0;
    pointer-events: none; }
    .rack-product .product-image img.prod {
      max-width: 100%; }
  .rack-product .btn.fab {
    position: absolute;
    opacity: 0.01; }
    .rack-product .btn.fab svg {
      pointer-events: none; }
  .rack-product .btn.add {
    left: 50%;
    bottom: 50px;
    transform-origin: 0 50%;
    -webkit-transform: scale(0.2) translate3d(-50%, 0, 0);
    -moz-transform: scale(0.2) translate3d(-50%, 0, 0);
    -ms-transform: scale(0.2) translate3d(-50%, 0, 0);
    transform: scale(0.2) translate3d(-50%, 0, 0);
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -ms-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -o-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    z-index: 999999999; }
  .rack-product .btn.detail {
    left: calc( 50% + 50px);
    top: 50px;
    -webkit-transform: scale(0.2);
    -moz-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    -ms-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    -o-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
    z-index: 999999999; }
  .rack-product .quantity-badge {
    position: absolute;
    left: 50%;
    bottom: 22px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .rack-product .prod_deal1 {
    position: absolute;
    margin-left: 4px;
    bottom: -3px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .rack-product .prod_deal2_top {
    position: absolute;
    margin-left: 4px;
    bottom: 16px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .rack-product .prod_deal2_down {
    position: absolute;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .rack-product .price-tag {
    display: inline-block;
    position: relative;
    width: 60px;
    height: 20px;
    bottom: 4px;
    z-index: 1; }
    .rack-product .price-tag p {
      display: inline-block; }
    .rack-product .price-tag p.currency {
      margin-left: 2px; }
    .rack-product .price-tag img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: auto;
      z-index: -1; }

.cart-product-options {
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  border: 50px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  transform-origin: 0 0;
  -webkit-transform: scale(0.2) translate3d(-50%, -50%, 0);
  -moz-transform: scale(0.2) translate3d(-50%, -50%, 0);
  -ms-transform: scale(0.2) translate3d(-50%, -50%, 0);
  transform: scale(0.2) translate3d(-50%, -50%, 0);
  -webkit-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0.01;
  z-index: 4; }
  .cart-product-options.visible {
    opacity: 1;
    -webkit-transform: scale(1) translate3d(-50%, -50%, 0);
    -moz-transform: scale(1) translate3d(-50%, -50%, 0);
    -ms-transform: scale(1) translate3d(-50%, -50%, 0);
    transform: scale(1) translate3d(-50%, -50%, 0); }
  .cart-product-options .options-wrapper {
    position: relative;
    width: 100%;
    height: 100%; }
  .cart-product-options .units, .cart-product-options .subtract, .cart-product-options .add, .cart-product-options .close, .cart-product-options .detail {
    position: absolute; }
  .cart-product-options .units {
    width: 50px;
    height: 50px;
    top: -50px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    background-color: #FFFFFF;
    border-radius: 50%;
    text-align: center; }
    .cart-product-options .units p {
      line-height: 50px; }
  .cart-product-options .subtract {
    top: 50%;
    left: -50px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .cart-product-options .add {
    top: 50%;
    right: -50px;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
  .cart-product-options .close {
    bottom: -50px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .cart-product-options .detail {
    width: 70px !important;
    height: 70px !important;
    max-width: 70px !important;
    max-height: 70px !important;
    top: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.cart-product {
  flex-grow: 1;
  flex-basis: 240px;
  max-width: 100%;
  justify-content: space-between; }
  @media (min-width: 480px) {
    .cart-product {
      max-width: 50%; } }
  @media (min-width: 720px) {
    .cart-product {
      max-width: 33.33333%; } }
  @media (min-width: 960px) {
    .cart-product {
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .cart-product {
      max-width: 20%; } }
  @media (min-width: 1440px) {
    .cart-product {
      max-width: 16.66667%; } }
  @media (min-width: 1680px) {
    .cart-product {
      max-width: 14.28571%; } }
  @media (min-width: 1920px) {
    .cart-product {
      max-width: 12.5%; } }
  @media (min-width: 2160px) {
    .cart-product {
      max-width: 11.11111%; } }
  @media (min-width: 2400px) {
    .cart-product {
      max-width: 10%; } }
  .cart-product .content {
    position: relative;
    min-height: 200px;
    text-align: center;
    margin: 10px;
    margin-bottom: 20px; }
  .cart-product .quantity-badge,
  .cart-product .product-image,
  .cart-product p.price {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .cart-product .quantity-badge {
    bottom: 26px; }
  .cart-product p.price {
    width: 100%;
    bottom: 0; }
    .cart-product p.price span.grey {
      text-decoration: line-through; }
  .cart-product .product-image {
    position: absolute;
    bottom: 29px;
    left: 50%;
    max-width: 100%;
    width: 100%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 0;
    pointer-events: none; }
    .cart-product .product-image img {
      max-width: 100%; }

@media (max-width: 480px) {
  .cart-product {
    flex-basis: 130px; } }

.suggested-product {
  flex-grow: 1;
  flex-basis: 120px;
  max-width: 100%;
  justify-content: space-between;
  margin-bottom: 60px;
  min-height: 250px; }
  .suggested-product a {
    position: relative;
    display: inherit;
    height: 100%; }
  .suggested-product img {
    position: relative;
    top: 126px;
    -webkit-transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    left: 0;
    max-width: 80%;
    width: auto;
    height: auto;
    max-height: 125px; }
  .suggested-product p.description {
    position: absolute;
    top: 140px;
    left: 0;
    max-width: 120px;
    line-height: 1.2; }

.prod_deal1 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FF2741;
  -webkit-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
  -moz-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
  box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
  z-index: 2;
  display: inline-block; }
  .prod_deal1 p {
    display: block;
    line-height: 22px;
    padding-top: 13px;
    letter-spacing: -0.6px; }

.prod_deal2_top {
  width: 50px;
  height: 30px;
  border-radius: 5px 5px 0 0;
  background: #1D5EC3;
  z-index: 2;
  display: inline-block; }
  .prod_deal2_top p {
    display: block;
    line-height: 0px;
    padding-top: 12px; }

.prod_deal2_down {
  width: 50px;
  height: 20px;
  border-radius: 0 0 5px 5px;
  background: #00408D;
  z-index: 2;
  display: inline-block; }
  .prod_deal2_down p {
    display: block;
    line-height: 7px;
    padding-top: 6px; }

.product_datail_deal {
  margin-top: 10px;
  padding: 0.5em;
  background: #FF2741;
  border-radius: 5px;
  font-family: 'montserratregular';
  font-size: 14px;
  color: white;
  width: auto;
  display: inline-block; }

.cart_saving_deal {
  padding: 0.5em;
  background: #FF2741;
  border-radius: 5px;
  font-family: 'montserratregular';
  font-size: 14px;
  color: white;
  width: auto;
  margin-left: 55%; }

@media (max-width: 1200px) {
  .cart_saving_deal {
    padding: 0.5em;
    background: #FF2741;
    border-radius: 5px;
    font-family: 'montserratregular';
    font-size: 12px;
    color: white;
    width: auto;
    margin-left: 65%;
    margin-top: 5px; } }

@media (max-width: 1024px) {
  .cart_saving_deal {
    padding: 0.5em;
    background: #FF2741;
    border-radius: 5px;
    font-family: 'montserratregular';
    font-size: 10px;
    color: white;
    width: auto;
    margin-left: 85%;
    margin-top: 0px;
    text-align: center; } }

.prod_deal2_top_suggested {
  width: 50px;
  height: 30px;
  border-radius: 5px 5px 0 0;
  background: #1D5EC3;
  z-index: 2;
  margin-left: -50px;
  margin-top: -50px;
  text-align: center; }
  .prod_deal2_top_suggested p {
    display: block;
    line-height: 0px;
    padding-top: 12px; }

.prod_deal2_down_suggested {
  width: 50px;
  height: 20px;
  border-radius: 0 0 5px 5px;
  background: #00408D;
  z-index: 2; }
  .prod_deal2_down_suggested p {
    display: block;
    line-height: 7px;
    padding-top: 6px; }

.prod_deal1_suggested {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #FF2741;
  -webkit-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
  -moz-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
  box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
  z-index: 2;
  margin-left: -50px;
  margin-top: -50px;
  text-align: center; }
  .prod_deal1_suggested p {
    display: block;
    line-height: 22px;
    padding-top: 13px;
    letter-spacing: -0.6px; }

suggested-product img {
  position: relative; }

.shop-line {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
  z-index: 2; }
  .shop-line .product-tooltip {
    display: none;
    position: fixed;
    left: 50%;
    bottom: 100px;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    width: auto;
    height: auto;
    padding: 10px 30px;
    background-color: rgba(37, 49, 55, 0.4);
    border-radius: 10px;
    text-align: center;
    z-index: 3;
    pointer-events: none; }
    .shop-line .product-tooltip.visible {
      display: block;
      width: 95%; }
    .shop-line .product-tooltip h1 {
      display: inline;
      white-space: normal;
      overflow: hidden; }
  .shop-line .animated-product-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    z-index: 3;
    pointer-events: none; }
    .shop-line .animated-product-container .animated-product {
      position: absolute; }
    .shop-line .animated-product-container .animated-badge {
      box-sizing: border-box;
      position: absolute;
      width: 60px;
      height: 60px;
      border: 2px solid rgba(37, 49, 55, 0.4);
      border-radius: 50%;
      background: #FFFFFF;
      bottom: 100px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      opacity: 0; }
      .shop-line .animated-product-container .animated-badge h1 {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
  .shop-line .scroller {
    position: absolute;
    top: 0;
    left: -100vw;
    width: 300vw;
    height: 100vh; }
  .shop-line .sort-shop {
    position: absolute;
    top: 75px;
    right: 160px;
    z-index: 999999; }
    .shop-line .sort-shop > button {
      width: auto;
      max-width: 120px;
      height: 32px;
      padding: 6px 0 6px 20px;
      border-radius: 16px;
      background-color: #FFFFFF;
      font-size: 14px;
      color: rgba(37, 49, 55, 0.4);
      text-align: left;
      -webkit-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
      -moz-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
      box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2); }
      .shop-line .sort-shop > button:before {
        position: absolute;
        content: '\25BE';
        top: 8px;
        right: 20px; }
  .shop-line .shop-line_controlls {
    position: absolute;
    width: 100vw;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 3;
    pointer-events: none; }
    .shop-line .shop-line_controlls .prev,
    .shop-line .shop-line_controlls .next {
      position: relative;
      pointer-events: all; }
    .shop-line .shop-line_controlls .prev {
      left: 40px;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .shop-line .shop-line_controlls .next {
      float: right;
      right: 40px; }
  .shop-line .provider-cart-link {
    position: fixed;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 999999; }
  .shop-line .shop-line_views-container {
    position: absolute;
    top: 0;
    left: 50%;
    width: calc(100vw - 400px);
    height: 100vh;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 2; }
  .shop-line .shop-line_view {
    position: absolute;
    width: 100%;
    min-width: 10px;
    height: auto;
    min-height: 100px;
    top: 52%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    z-index: 2;
    pointer-events: none; }
    .shop-line .shop-line_view.previous {
      left: -100vw; }
    .shop-line .shop-line_view.current {
      left: 0; }
    .shop-line .shop-line_view.next {
      left: 100vw; }
  .shop-line .shopbot .shop-line_view {
    top: 58%; }
  .shop-line .rack {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    margin-top: 100px;
    margin-left: -84px;
    z-index: 2; }
    .shop-line .rack .center {
      position: absolute;
      display: inline-block;
      left: -10px;
      width: calc(100% + 20px);
      height: 79px;
      background-repeat: repeat-x;
      background-size: contain;
      background-position: top left; }
    .shop-line .rack .left,
    .shop-line .rack .right {
      position: absolute;
      width: 50px;
      height: 120px;
      background-size: contain;
      background-repeat: no-repeat;
      z-index: -1; }
    .shop-line .rack .left {
      left: -60px; }
    .shop-line .rack .right {
      right: -60px; }
  .shop-line .prods {
    position: absolute;
    width: calc(100% + 120px);
    height: 230px;
    margin-top: -178px;
    margin-left: 25px;
    display: table;
    table-layout: fixed;
    z-index: 1; }

@media (min-width: 350px) and (max-width: 850px) {
  .shop-line .shop-line_controlls .prev {
    left: 15px; }
  .shop-line .shop-line_controlls .next {
    right: 15px; }
  .shop-line .rack .left {
    left: -170px; }
  .shop-line .rack .right {
    right: -170px; }
  .shop-line .rack .center {
    left: -125px;
    width: calc(100% + 250px); }
  .shop-line .prods {
    height: 150px;
    margin-top: -98px;
    width: calc(100% + 250px);
    margin-left: -40px; }
  .shop-line .sort-shop {
    top: 80px;
    right: 40px; }
  .shop-line .dropdown .dropdown-content {
    left: 0; } }

@media (max-width: 400px) {
  .shop-line_controlls .prev {
    left: 5px; }
  .shop-line_controlls .next {
    right: 5px; } }

@media (min-width: 300px) and (max-width: 350px) {
  .shop-line .rack .left {
    left: -140px; }
  .shop-line .rack .right {
    right: -140px; }
  .shop-line .rack .center {
    left: -100px;
    width: calc(100% + 200px); }
  .shop-line .prods {
    height: 150px;
    margin-top: -98px;
    width: calc(100% + 200px);
    margin-left: -15px; } }

@media (min-width: 250px) and (max-width: 300px) {
  .shop-line .rack .left {
    left: -120px; }
  .shop-line .rack .right {
    right: -110px; }
  .shop-line .rack .center {
    left: -80px;
    width: calc(100% + 150px); }
  .shop-line .prods {
    height: 150px;
    margin-top: -98px;
    width: calc(100% + 160px);
    margin-left: 5px; } }

@media (min-height: 600px) and (max-height: 920px) {
  .shop-line .shop-line_views-container {
    top: 40px; } }

@media (max-width: 750px) {
  .shop-line .sort-shop {
    display: none !important; }
  .shop-line .shop-line_view {
    top: 45%; }
  .shop-line .product-tooltip {
    display: none !important; } }

@media (max-height: 450px) {
  .shop-line .shop-line_view {
    top: 62%; } }

@media (max-width: 500px) {
  .shop-line .tooltip.customer-support {
    display: none !important; }
  .shop-line .provider-cart-link {
    transform: scale(0.95) !important;
    left: 0;
    width: 100%; }
    .shop-line .provider-cart-link img {
      width: 100%; } }

@media (max-height: 500px) {
  .shop-line .sort-shop {
    display: none !important; } }

.adresses-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 61px 63px !important; }
  .adresses-container .adresses {
    width: 208pt;
    border: 2px solid rgba(37, 49, 55, 0.4);
    border-radius: 25px;
    height: 171pt;
    padding: 20px;
    margin-bottom: 40px; }
  .adresses-container .active {
    background-color: #00BFDF; }
  .adresses-container .inactive {
    background-color: rgba(37, 49, 55, 0.4); }
  .adresses-container .add-adresses {
    border: 2px dashed rgba(37, 49, 55, 0.4) !important;
    display: flex;
    align-items: center;
    justify-content: center; }
    .adresses-container .add-adresses .icon-add {
      width: 55pt;
      height: 55pt;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center; }
  .adresses-container .title-container {
    height: 13%;
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .adresses-container .title-container .container-default {
      border: 2px solid #00BFDF;
      color: #00BFDF;
      padding: 3px;
      border-radius: 10px; }
  .adresses-container .edit-icon-container {
    width: 22pt;
    height: 22pt;
    border-radius: 100%;
    background-color: #00BFDF;
    justify-content: center;
    align-items: center;
    align-content: center; }
  .adresses-container .edit-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px !important;
    height: 35px !important; }
  .adresses-container .body-container {
    height: 72%; }
    .adresses-container .body-container .h1 {
      font-weight: bold !important;
      padding-top: 20px;
      padding-bottom: 10px;
      font-size: large; }
    .adresses-container .body-container .p {
      color: rgba(37, 49, 55, 0.6); }
  .adresses-container .btn-container-card {
    height: 15%;
    background-color: #00BFDF;
    color: #FFFFFF;
    border-radius: 10px;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold; }

.btn-back {
  width: 33px;
  margin-right: 3% !important;
  border: none !important;
  padding: 0 !important; }

.edit-adresses-container {
  margin-top: 0px !important; }
  .edit-adresses-container .d-flex {
    display: flex !important; }
  .edit-adresses-container .h1-d {
    margin: 10px 5px 5px 5px !important; }
  .edit-adresses-container h1 {
    color: #00BFDF;
    font-size: x-large;
    font-weight: bold;
    margin-bottom: 20px; }
  .edit-adresses-container button {
    border: 1px solid #00BFDF;
    padding: 10px;
    color: #00BFDF;
    border-radius: 5px;
    margin-right: 5%; }

/* ==========================================================================
UX
========================================================================== */
.initial-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: lightblue;
  z-index: 999999; }
  .initial-loader h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

.generic-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 6px;
  z-index: 999999; }
  .generic-loader .transition-loader__line {
    position: relative;
    width: 100vw;
    height: 6px;
    background: deepskyblue;
    animation: roll 1s linear infinite; }

.shop-loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: deepskyblue;
  z-index: 999999; }
  .shop-loader h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    color: white;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }

@-moz-keyframes roll {
  0% {
    width: 0; }
  100% {
    width: 100vw; } }

@-webkit-keyframes roll {
  0% {
    width: 0; }
  100% {
    width: 100vw; } }

@-webkit-keyframes rotateLocationIcon {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotateLocationIcon {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }

.transition-enter {
  opacity: 0.01;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

.transition-enter.transition-enter-active {
  opacity: 1; }

.transition-out {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

.transition-out.transition-out-active {
  opacity: 0.01; }

.background-enter {
  opacity: 0.01;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

.background-enter.background-enter-active {
  opacity: 1; }

.background-leave {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

.background-leave.background-leave-active {
  opacity: 0.01; }

.userzone-enter {
  opacity: 0.01;
  -webkit-transition: opacity 0.6s ease 0.3s;
  -moz-transition: opacity 0.6s ease 0.3s;
  -ms-transition: opacity 0.6s ease 0.3s;
  -o-transition: opacity 0.6s ease 0.3s;
  transition: opacity 0.6s ease 0.3s; }

.userzone-enter.userzone-enter-active {
  opacity: 1; }

.userzone-leave {
  opacity: 1;
  -webkit-transition: opacity 0.6s ease;
  -moz-transition: opacity 0.6s ease;
  -ms-transition: opacity 0.6s ease;
  -o-transition: opacity 0.6s ease;
  transition: opacity 0.6s ease; }

.userzone-leave.userzone-leave-active {
  opacity: 0.01; }

.modal-anim-enter {
  opacity: 0.00;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .modal-anim-enter .modal-content {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(0.7);
    -moz-transform: translate3d(-50%, -50%, 0) scale(0.7);
    -ms-transform: translate3d(-50%, -50%, 0) scale(0.7);
    transform: translate3d(-50%, -50%, 0) scale(0.7);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.modal-anim-enter.modal-anim-enter-active {
  opacity: 1; }
  .modal-anim-enter.modal-anim-enter-active .modal-content {
    -webkit-transform: translate3d(-50%, -50%, 0) scale(1);
    -moz-transform: translate3d(-50%, -50%, 0) scale(1);
    -ms-transform: translate3d(-50%, -50%, 0) scale(1);
    transform: translate3d(-50%, -50%, 0) scale(1); }

.modal-anim-leave {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.modal-anim-leave.modal-anim-leave-active {
  opacity: 0.00; }

.notification-anim-enter {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .notification-anim-enter .notification-content {
    top: -80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.notification-anim-enter.notification-anim-enter-active .notification-content {
  top: 0px; }

.notification-anim-leave {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.notification-anim-leave.notification-anim-leave-active {
  opacity: 0.00; }

.alert-anim-enter {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }
  .alert-anim-enter .alert-content {
    top: -80px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }

.alert-anim-enter.alert-anim-enter-active .alert-content {
  top: 0px; }

.alert-anim-leave {
  opacity: 1;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

.alert-anim-leave.alert-anim-leave-active {
  opacity: 0.00; }

@-webkit-keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@-moz-keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@-ms-keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@-o-keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(270deg); } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

@-moz-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

@-ms-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

@-o-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    transform: rotate(450deg); } }

.customIframe {
  background: white; }

.zoneselection .absolute-center {
  width: 500px;
  height: auto;
  text-align: center; }
  .zoneselection .absolute-center .logo,
  .zoneselection .absolute-center .h2 {
    margin-bottom: 40px; }
  .zoneselection .absolute-center form {
    position: relative; }
  .zoneselection .absolute-center input.input {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px; }
  .zoneselection .absolute-center .btn-location {
    position: absolute;
    top: 10px;
    right: 114px;
    width: 24px;
    height: 24px; }
    .zoneselection .absolute-center .btn-location.loading {
      animation: rotateLocationIcon 1s linear infinite; }

.providerselection .absolute-up_provider {
  min-width: 590px;
  min-height: 200px;
  text-align: center; }
  .providerselection .absolute-up_provider button.btn {
    margin: 20px; }

.providerselection .absolute-down_provider {
  max-width: 100%;
  min-width: 620px;
  min-height: 200px; }
  .providerselection .absolute-down_provider button.btn {
    margin: 20px; }

.info-footer-providers {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100vw;
  height: 95px;
  background-color: rgba(0, 0, 0, 0.5); }
  .info-footer-providers .info-container {
    position: absolute;
    top: 50%;
    text-align: center;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0); }
    .info-footer-providers .info-container p {
      width: 100vw; }

.left-column {
  float: left;
  width: 25%; }

.right-column {
  width: 75%;
  display: inline-block;
  align-items: right;
  margin-top: 2%; }

.absolute-up_provider {
  position: fixed;
  top: 40%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.absolute-down_provider {
  position: fixed;
  top: 65%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0); }

.provider {
  background-color: #ffffff;
  border: 0 none;
  color: #ffffff;
  height: 1px; }

.btn.provider-selection_basic {
  position: relative;
  padding: 15px;
  width: 152px;
  height: 152px;
  background-color: white;
  border-radius: 50%;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: -moz-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -ms-transition: -ms-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -o-transition: -o-transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: transform 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55); }
  .btn.provider-selection_basic .icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    pointer-events: none; }

.providerselection .absolute-down_provider button.btn {
  margin: 0px;
  margin-left: 8%;
  float: right; }

.div-btn {
  margin-top: 50px; }

.space-top-text {
  position: relative;
  padding-top: 170px; }

.space-providers {
  margin-top: 100px; }

.icon-providers {
  position: absolute;
  background-color: #00bfdf;
  border-radius: 50%;
  margin-top: -80px;
  margin-left: 90px;
  pointer-events: none;
  width: 41px;
  height: 41px; }

.filters {
  margin-left: -355px;
  margin-top: 127px;
  margin-bottom: 53px; }

.icon-filters {
  position: absolute;
  background-color: #00bfdf;
  border-radius: 50%;
  margin-top: -5px;
  margin-left: -175px;
  pointer-events: none;
  width: 41px;
  height: 41px; }

.providerselection .absolute-up_provider button.btn {
  margin: 11px; }

@media screen and (max-width: 1380px) {
  .btn.provider-selection_basic {
    width: 130px !important;
    height: 130px !important; }
  .info-footer-providers {
    height: 70px; }
  .absolute-up_provider > h1 {
    font-size: 24px !important; }
  .div-btn {
    margin-bottom: 0px !important; }
  .providerselection .absolute-up_provider button.btn {
    margin: 10px;
    width: 100px;
    height: 100px; }
  .filters {
    margin-top: 50px;
    margin-left: -130px;
    margin-bottom: 27px; }
  .filter1 {
    font-size: 16px !important; }
  .icon-filters {
    margin-left: -150px;
    width: 35px;
    height: 35px; }
  .space-providers {
    margin-top: 60px; }
  .icon-providers {
    margin-top: -65px;
    margin-left: 75px;
    width: 35px;
    height: 35px; }
  .logo_dia {
    width: 100px;
    height: 30px; }
  .logo_mas {
    width: 100px;
    height: 30px; }
  .logo_eroski {
    width: 100px;
    height: 35px; }
  .logo_carrefour {
    width: 100px;
    height: 35px; }
  .logo_mercadona {
    width: 100px;
    height: 35px; }
  .space-top-text {
    position: relative;
    padding-top: 150px;
    margin-top: 73px; }
  .div-btn {
    margin-top: -5px; }
  .absolute-up_provider {
    position: fixed;
    top: 35%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .absolute-down_provider {
    position: fixed;
    top: 72%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
  .providerselection .absolute-down_provider {
    max-width: 100%; }
  .left-column {
    float: left;
    width: 30%; }
  .right-column {
    float: left;
    width: 70%;
    display: block;
    margin-top: 3%; }
  .providerselection .absolute-down_provider button.btn {
    margin: 0px;
    margin-left: 8%;
    float: right; } }

.productdetail {
  height: auto;
  min-height: 100vh; }
  .productdetail .product-info {
    margin-top: 160px;
    margin-bottom: 40px;
    min-height: 400px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .productdetail .product-info {
        margin-top: 100px;
        margin-bottom: 0; } }
    .productdetail .product-info .info {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 30px;
      padding-right: 30px; }
      .productdetail .product-info .info h1 {
        line-height: 1;
        margin-bottom: 10px;
        max-width: 480px; }
      .productdetail .product-info .info .btn.rounded {
        margin-top: 20px; }
      .productdetail .product-info .info ul.categories {
        margin: 10px 0; }
        .productdetail .product-info .info ul.categories li {
          display: inline-block;
          margin: 2px 6px 2px 0; }
          .productdetail .product-info .info ul.categories li .tag {
            height: 28px;
            border-radius: 6px;
            font-size: 12px;
            padding: 7px 10px; }
      .productdetail .product-info .info .price-wrapper {
        position: relative;
        float: left;
        width: 100%; }
      .productdetail .product-info .info .dropdown {
        margin-left: 20px; }
      .productdetail .product-info .info .dropdown .dropdown-content {
        width: 200px;
        height: 60px;
        margin-top: 40px; }
      .productdetail .product-info .info .dropdown .dropdown-content .btn.icon {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        margin-left: 20px;
        padding: 0; }
      .productdetail .product-info .info .dropdown .dropdown-content .btn.icon svg {
        width: 20px;
        height: 20px;
        fill: #FFFFFF !important; }
      .productdetail .product-info .info .allergen-wrapper {
        position: relative;
        float: left;
        margin-top: 20px;
        width: 100%; }
      .productdetail .product-info .info .welfare-wrapper {
        position: relative;
        float: left;
        margin-top: 20px;
        width: 100%; }
      .productdetail .product-info .info .ico-allergen-wrapper {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 5px; }
      .productdetail .product-info .info .ico-allergen-container {
        display: inline-block;
        margin-top: 5px; }
      .productdetail .product-info .info .text-allergen-wrapper {
        position: absolute;
        max-width: 70px;
        min-width: 60px;
        text-align: center; }
      @media (min-width: 1px) and (max-width: 767px) {
        .productdetail .product-info .info {
          width: 100%;
          margin-top: 20px;
          padding-top: 30px;
          padding-bottom: 45px;
          background-color: #FFFFFF; }
          .productdetail .product-info .info h1 {
            font-size: 26px; }
          .productdetail .product-info .info h3 {
            font-size: 14px; }
          .productdetail .product-info .info .price-wrapper {
            width: 50%;
            margin-top: 18px; }
          .productdetail .product-info .info .price {
            font-size: 24px; }
          .productdetail .product-info .info .price_measure {
            font-size: 12px; }
          .productdetail .product-info .info .dropdown {
            display: none; } }
  .productdetail .product-info-full {
    margin-top: 160px;
    margin-bottom: 40px;
    min-height: 600px; }
    @media (min-width: 1px) and (max-width: 767px) {
      .productdetail .product-info-full {
        margin-top: 100px;
        margin-bottom: 0; } }
    .productdetail .product-info-full .info {
      position: relative;
      float: left;
      width: 50%;
      min-height: 1px;
      padding-left: 30px;
      padding-right: 30px; }
      .productdetail .product-info-full .info h1 {
        line-height: 1;
        margin-bottom: 10px;
        max-width: 480px; }
      .productdetail .product-info-full .info .btn.rounded {
        margin-top: 20px; }
      .productdetail .product-info-full .info ul.categories {
        margin: 10px 0; }
        .productdetail .product-info-full .info ul.categories li {
          display: inline-block;
          margin: 2px 6px 2px 0; }
          .productdetail .product-info-full .info ul.categories li .tag {
            height: 28px;
            border-radius: 6px;
            font-size: 12px;
            padding: 7px 10px; }
      .productdetail .product-info-full .info .price-wrapper {
        position: relative;
        float: left;
        width: 100%; }
      .productdetail .product-info-full .info .dropdown {
        margin-left: 20px; }
      .productdetail .product-info-full .info .dropdown .dropdown-content {
        width: 200px;
        height: 60px;
        margin-top: 40px; }
      .productdetail .product-info-full .info .dropdown .dropdown-content .btn.icon {
        width: 40px;
        height: 40px;
        margin-top: 10px;
        margin-left: 20px;
        padding: 0; }
      .productdetail .product-info-full .info .dropdown .dropdown-content .btn.icon svg {
        width: 20px;
        height: 20px;
        fill: #FFFFFF !important; }
      .productdetail .product-info-full .info .allergen-wrapper {
        position: relative;
        float: left;
        margin-top: 20px;
        width: 100%; }
      .productdetail .product-info-full .info .welfare-wrapper {
        position: relative;
        float: left;
        margin-top: 20px;
        width: 100%; }
      .productdetail .product-info-full .info .ico-allergen-wrapper {
        margin-left: 10px;
        margin-right: 10px;
        display: inline-block;
        margin-top: 5px; }
      .productdetail .product-info-full .info .ico-allergen-container {
        display: inline-block;
        margin-top: 5px; }
      .productdetail .product-info-full .info .text-allergen-wrapper {
        position: absolute;
        max-width: 70px;
        min-width: 60px;
        text-align: center; }
      @media (min-width: 1px) and (max-width: 767px) {
        .productdetail .product-info-full .info {
          width: 100%;
          margin-top: 20px;
          padding-top: 30px;
          padding-bottom: 45px;
          background-color: #FFFFFF; }
          .productdetail .product-info-full .info h1 {
            font-size: 26px; }
          .productdetail .product-info-full .info h3 {
            font-size: 14px; }
          .productdetail .product-info-full .info .price-wrapper {
            width: 50%;
            margin-top: 18px; }
          .productdetail .product-info-full .info .price {
            font-size: 24px; }
          .productdetail .product-info-full .info .price_measure {
            font-size: 12px; }
          .productdetail .product-info-full .info .dropdown {
            display: none; } }
  .productdetail .product-detail-image {
    position: relative;
    float: right; }
    .productdetail .product-detail-image:hover button.fab {
      opacity: 1; }
    .productdetail .product-detail-image button.fab {
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0.01;
      z-index: 99;
      -webkit-transform: translate3d(-50%, -50%, 0);
      -moz-transform: translate3d(-50%, -50%, 0);
      -ms-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      -webkit-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
      -moz-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
      -ms-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
      -o-transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
      transition: opacity 0.6s cubic-bezier(0.25, 0.1, 0, 0.99); }
    @media (min-width: 1px) and (max-width: 767px) {
      .productdetail .product-detail-image img {
        max-height: 250px; } }
    .productdetail .product-detail-image img, .productdetail .product-detail-image .quantity-badge {
      position: relative;
      display: block;
      max-width: 100%;
      top: 0;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
    .productdetail .product-detail-image .quantity-badge {
      width: 56px;
      height: 56px;
      border: 3px solid rgba(37, 49, 55, 0.4);
      margin-top: -40px; }
      .productdetail .product-detail-image .quantity-badge p {
        font-family: 'montserratbold';
        font-size: 28px;
        line-height: 56px; }
  .productdetail .info-nutri-wrapper {
    position: relative;
    bottom: 0;
    background-color: #FFFFFF; }
    .productdetail .info-nutri-wrapper .container {
      padding: 30px 15px; }
    .productdetail .info-nutri-wrapper .product-info-accordion {
      width: 100%;
      height: auto;
      margin-top: 20px;
      border: 1px solid #F0F4F8;
      border-radius: 10px;
      -webkit-box-shadow: 0 3px 10px rgba(37, 49, 55, 0.2);
      -moz-box-shadow: 0 3px 10px rgba(37, 49, 55, 0.2);
      box-shadow: 0 3px 10px rgba(37, 49, 55, 0.2); }
      .productdetail .info-nutri-wrapper .product-info-accordion .accordion-item {
        width: 100%;
        height: auto;
        max-height: 60px;
        padding: 0 20px 30px 20px;
        overflow: hidden;
        -webkit-transition: max-height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
        -moz-transition: max-height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
        -ms-transition: max-height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
        -o-transition: max-height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99);
        transition: max-height 0.6s cubic-bezier(0.25, 0.1, 0, 0.99); }
        .productdetail .info-nutri-wrapper .product-info-accordion .accordion-item:not(:last-child) {
          border-bottom: 2px solid #F0F4F8; }
        .productdetail .info-nutri-wrapper .product-info-accordion .accordion-item.active {
          max-height: 1000px !important; }
          .productdetail .info-nutri-wrapper .product-info-accordion .accordion-item.active button h1:after {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
        .productdetail .info-nutri-wrapper .product-info-accordion .accordion-item button {
          width: 100%;
          height: 60px; }
          .productdetail .info-nutri-wrapper .product-info-accordion .accordion-item button h1 {
            line-height: 50px; }
          .productdetail .info-nutri-wrapper .product-info-accordion .accordion-item button h1:after {
            content: '\25BE';
            position: absolute;
            display: inline-block;
            color: rgba(37, 49, 55, 0.4);
            font-size: 17px;
            right: 40px;
            -webkit-transition: -webkit-transform 0.3s ease;
            -moz-transition: -moz-transform 0.3s ease;
            -ms-transition: -ms-transform 0.3s ease;
            -o-transition: -o-transform 0.3s ease;
            transition: transform 0.3s ease; }
    .productdetail .info-nutri-wrapper .info {
      font-family: 'montserratlight';
      color: #253137;
      line-height: 24px; }
  .productdetail .suggested-wrapper {
    position: relative;
    bottom: 0;
    background-color: #FFFFFF; }
    .productdetail .suggested-wrapper .suggested h4 {
      position: relative;
      top: 20px; }
    .productdetail .suggested-wrapper .suggested .grid {
      display: inline-flex;
      flex-wrap: wrap;
      width: 100%;
      margin-top: 40px;
      z-index: 1; }
    @media (min-width: 1px) and (max-width: 767px) {
      .productdetail .suggested-wrapper h4 {
        font-size: 14px; } }

.product-detail-fullimage-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(37, 49, 55, 0.6);
  z-index: 10; }
  .product-detail-fullimage-wrapper .img-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .product-detail-fullimage-wrapper .img-wrapper img {
      width: auto;
      height: 90vh; }

.shopping-cart .shopping-cart_herader {
  height: 50px;
  margin-top: calc(40px + 68px); }
  .shopping-cart .shopping-cart_herader .left {
    height: 50px; }
  .shopping-cart .shopping-cart_herader .right {
    text-align: right; }
  .shopping-cart .shopping-cart_herader p {
    position: absolute; }
    .shopping-cart .shopping-cart_herader p.black {
      top: 0; }
    .shopping-cart .shopping-cart_herader p.total {
      top: 16px; }
    .shopping-cart .shopping-cart_herader p.total.opacity {
      opacity: 0.8; }
  .shopping-cart .shopping-cart_herader h1 {
    position: absolute;
    display: inline-block;
    top: -10px;
    left: 160px; }
  .shopping-cart .shopping-cart_herader .shopping-cart_dropdown {
    margin-left: 30px;
    top: -6px; }
    .shopping-cart .shopping-cart_herader .shopping-cart_dropdown .btn.icon {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .shopping-cart .shopping-cart_herader .shopping-cart_dropdown .dropdown-content {
      margin-top: 10px; }

.shopping-cart .grid {
  display: inline-flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 100px;
  z-index: 1; }

.shopping-cart .ticket {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: calc(100vh - calc(68px + 20px + 50px + 40px));
  margin-top: 40px;
  padding: 140px 40px 200px 40px;
  border-radius: 6px 6px 0 0;
  -webkit-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
  -moz-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
  box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
  background: #FFFFFF;
  background: -webkit-linear-gradient(top, #FFFFFF 0%, #ECF2F9 50%);
  background: linear-gradient(to bottom, #FFFFFF 0%, #ECF2F9 50%); }
  .shopping-cart .ticket .barcode,
  .shopping-cart .ticket .logo_provider {
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    -moz-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    z-index: 0; }
  .shopping-cart .ticket .barcode {
    width: 280px;
    height: 60px;
    top: 0; }
  .shopping-cart .ticket .logo_provider {
    max-width: 60%;
    top: 100px;
    opacity: 0.3; }
    .shopping-cart .ticket .logo_provider img {
      max-width: 100%; }
  .shopping-cart .ticket table {
    position: relative;
    width: 90%;
    text-align: left;
    font-family: 'montserratlight';
    font-weight: 100; }
    .shopping-cart .ticket table thead {
      font-size: 1.2rem;
      text-transform: uppercase; }
    .shopping-cart .ticket table tbody {
      font-size: 1rem; }
    .shopping-cart .ticket table thead tr {
      height: 60px;
      border-bottom: 1px solid black; }
    .shopping-cart .ticket table thead tr th {
      padding: 0 20px; }
    .shopping-cart .ticket table thead tr th:first-child {
      max-width: 120px;
      text-align: center; }
    .shopping-cart .ticket table thead tr th:nth-child(3) {
      text-align: center; }
    .shopping-cart .ticket table thead tr th:nth-child(4) {
      text-align: right; }
    .shopping-cart .ticket table tbody tr {
      height: 40px; }
    .shopping-cart .ticket table tbody tr td {
      padding: 0 20px; }
    .shopping-cart .ticket table tbody tr td:first-child {
      max-width: 120px;
      font-family: 'montserratregular';
      text-align: center; }
    .shopping-cart .ticket table tbody tr td.product-presentation-name {
      width: 52%;
      max-width: 220px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis; }
    .shopping-cart .ticket table tbody tr td:nth-child(3) {
      width: 20%;
      max-width: 20%;
      font-family: 'montserratregular';
      text-align: center; }
    .shopping-cart .ticket table tbody tr td:nth-child(4) {
      width: 14%;
      max-width: 14%;
      text-align: right; }

.shopping-cart .empty-cart {
  margin-top: 120px;
  text-align: center; }
  .shopping-cart .empty-cart .icon, .shopping-cart .empty-cart p {
    margin-bottom: 40px; }
  .shopping-cart .empty-cart h2 {
    margin-bottom: 20px; }

.shopping-cart .order-in-progress {
  margin-top: 120px;
  text-align: center; }
  .shopping-cart .order-in-progress .icon, .shopping-cart .order-in-progress p {
    margin-bottom: 40px; }
  .shopping-cart .order-in-progress h2 {
    margin-bottom: 20px; }

@media (max-width: 768px) {
  .shopping-cart .grid {
    margin-top: 60px; } }

@media (max-width: 400px) {
  .shopping-cart .shopping-cart_herader h1 {
    left: 180px;
    font-size: 32px; }
  .shopping-cart .shopping-cart_herader .left {
    padding: 0; } }

@media (min-width: 400px) and (max-width: 768px) {
  .shopping-cart .shopping-cart_herader h1 {
    left: 180px; } }

@media (max-width: 312px) {
  .shopping-cart .shopping-cart_herader h1 {
    left: 160px;
    font-size: 30px; }
  .shopping-cart .shopping-cart_herader .right.box-md-6 {
    padding: 0; } }

@media (max-width: 260px) {
  .shopping-cart .shopping-cart_herader h1 {
    left: 130px;
    font-size: 26px; } }

.login-page,
.signup-page,
.recover-pass-page {
  position: fixed;
  width: 400px;
  max-width: 640px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
  text-align: center; }
  .login-page .logotype > .symbol, .login-page .logotype > .logo,
  .signup-page .logotype > .symbol,
  .signup-page .logotype > .logo,
  .recover-pass-page .logotype > .symbol,
  .recover-pass-page .logotype > .logo {
    display: inline-block; }
  .login-page .logotype > .symbol,
  .signup-page .logotype > .symbol,
  .recover-pass-page .logotype > .symbol {
    margin: 20px 0; }
  .login-page .logotype > .logo,
  .signup-page .logotype > .logo,
  .recover-pass-page .logotype > .logo {
    margin-left: 10px;
    -webkit-transform: translate3d(0, -10px, 0);
    -moz-transform: translate3d(0, -10px, 0);
    -ms-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0); }
  .login-page .logotype .icon-logo g,
  .signup-page .logotype .icon-logo g,
  .recover-pass-page .logotype .icon-logo g {
    -webkit-transform: translate(0, -64px);
    -moz-transform: translate(0, -64px);
    -ms-transform: translate(0, -64px);
    transform: translate(0, -64px); }
  .login-page .link,
  .signup-page .link,
  .recover-pass-page .link {
    font-size: 14px; }
  .login-page .link.recover,
  .signup-page .link.recover,
  .recover-pass-page .link.recover {
    display: block; }
  .login-page form,
  .signup-page form,
  .recover-pass-page form {
    margin: 40px 0px; }
  .login-page input,
  .signup-page input,
  .recover-pass-page input {
    margin: 10px; }
  .login-page .btn.outline,
  .signup-page .btn.outline,
  .recover-pass-page .btn.outline {
    margin-top: 40px; }
  .login-page .footer .btn.flat,
  .signup-page .footer .btn.flat,
  .recover-pass-page .footer .btn.flat {
    font-size: inherit; }

.signup-page-footer {
  position: fixed;
  width: 400px;
  max-width: 640px;
  left: 50%;
  bottom: 40px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  text-align: center; }
  .signup-page-footer .link {
    font-size: inherit; }

@media screen and (max-height: 900px) {
  .signup-page-footer {
    bottom: 5px; } }

.signup-page-footer-modal .link {
  font-size: inherit; }

.shopbot .search-form {
  position: absolute;
  top: 120px;
  left: 50%;
  width: 50vw;
  height: 60px;
  -webkit-transform: translate3d(-50%, 0, 0);
  -moz-transform: translate3d(-50%, 0, 0);
  -ms-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  border-bottom: 2px solid rgba(37, 49, 55, 0.4);
  z-index: 999999; }
  .shopbot .search-form input {
    position: absolute;
    width: calc(100% - 100px);
    top: 0;
    left: 50px;
    line-height: 58px;
    background: transparent;
    font-family: 'montserratlight';
    font-size: 30px;
    color: #253137; }
  .shopbot .search-form .icon.search {
    position: absolute;
    left: 0;
    top: 14px; }
  .shopbot .search-form .btn.close {
    position: absolute;
    width: 33px;
    height: 33px;
    right: 0;
    top: 14px; }
  .shopbot .search-form .search-result-text {
    position: absolute;
    top: 70px; }

@media (max-width: 750px) {
  .shopbot .search-form {
    width: 80%; } }

.user-zone-page {
  margin-top: 68px; }
  .user-zone-page .user-zone-dropdown-navigation {
    display: none; }
  .user-zone-page .navigation {
    padding: 0; }
  .user-zone-page .navigation ul li {
    position: relative;
    width: 100%;
    height: 76px;
    border-bottom: 1px solid rgba(37, 49, 55, 0.2); }
    .user-zone-page .navigation ul li:first-child {
      position: relative;
      width: 100%;
      height: 170px; }
      .user-zone-page .navigation ul li:first-child .user-icon {
        width: 120px;
        height: 120px;
        top: 50%;
        left: 50%;
        -webkit-transform: translate3d(-50%, -50%, 0);
        -moz-transform: translate3d(-50%, -50%, 0);
        -ms-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0); }
        .user-zone-page .navigation ul li:first-child .user-icon h1 {
          font-size: 54px; }
  .user-zone-page .navigation .navigarion-button {
    position: relative;
    width: 100%;
    height: 75px;
    border-right: 4px solid transparent;
    -webkit-transition: border 0.3s;
    -moz-transition: border 0.3s;
    -ms-transition: border 0.3s;
    -o-transition: border 0.3s;
    transition: border 0.3s; }
    .user-zone-page .navigation .navigarion-button .icon,
    .user-zone-page .navigation .navigarion-button p.p {
      position: absolute; }
    .user-zone-page .navigation .navigarion-button .icon {
      top: 30px;
      left: 20px;
      -webkit-transition: fill 0.3s;
      -moz-transition: fill 0.3s;
      -ms-transition: fill 0.3s;
      -o-transition: fill 0.3s;
      transition: fill 0.3s; }
    .user-zone-page .navigation .navigarion-button p.p {
      top: 28px;
      left: 60px;
      -webkit-transition: color 0.3s, opacity 0.3s;
      -moz-transition: color 0.3s, opacity 0.3s;
      -ms-transition: color 0.3s, opacity 0.3s;
      -o-transition: color 0.3s, opacity 0.3s;
      transition: color 0.3s, opacity 0.3s; }
    .user-zone-page .navigation .navigarion-button.selected {
      border-right: 4px solid #FFFFFF; }
      .user-zone-page .navigation .navigarion-button.selected .icon {
        fill: #FFFFFF; }
      .user-zone-page .navigation .navigarion-button.selected p.p {
        color: #FFFFFF;
        opacity: 1; }
  .user-zone-page .wiews-wrapper {
    min-height: calc(100vh - 68px);
    background-color: #F0F4F8; }
  .user-zone-page .user-zone-view {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    left: 0;
    padding: 0 30px 0 30px;
    background-color: #F0F4F8; }
    .user-zone-page .user-zone-view header {
      position: relative;
      height: 170px; }
      .user-zone-page .user-zone-view header h2 {
        position: absolute;
        margin: 0;
        bottom: 30px; }
      .user-zone-page .user-zone-view header .background {
        position: absolute;
        height: 100%;
        right: 0;
        bottom: 0; }
    .user-zone-page .user-zone-view article {
      position: relative;
      width: 100%;
      padding: 30px;
      margin-bottom: 30px;
      border-radius: 10px;
      background-color: #FFFFFF; }
      .user-zone-page .user-zone-view article li {
        position: relative;
        height: 75px;
        margin-top: 10px; }
        .user-zone-page .user-zone-view article li label {
          cursor: default; }
        .user-zone-page .user-zone-view article li p {
          position: absolute;
          top: 50%;
          left: 0;
          -webkit-transform: translate3d(0, -50%, 0);
          -moz-transform: translate3d(0, -50%, 0);
          -ms-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0); }
        .user-zone-page .user-zone-view article li p.email {
          padding: 0;
          width: 100%;
          margin-top: 10px;
          padding-bottom: 10px;
          border: none;
          border-bottom: 2px solid #F0F4F8;
          z-index: 99; }
        .user-zone-page .user-zone-view article li input:not([type="checkbox"]).edit {
          border-bottom: 2px solid #00BFDF; }
        .user-zone-page .user-zone-view article li input:not([type="checkbox"]) {
          padding: 0;
          width: 100%;
          height: 40px;
          font-family: "montserratregular";
          font-size: 16px;
          color: #253137;
          border-radius: 0;
          border: none;
          border-bottom: 2px solid #F0F4F8;
          -webkit-transition: border-bottom 0.3s ease;
          -moz-transition: border-bottom 0.3s ease;
          -ms-transition: border-bottom 0.3s ease;
          -o-transition: border-bottom 0.3s ease;
          transition: border-bottom 0.3s ease;
          z-index: 99; }
      .user-zone-page .user-zone-view article .btn.icon.edit {
        position: absolute;
        top: 30px;
        right: 30px;
        -webkit-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
        -moz-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
        box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2); }
      .user-zone-page .user-zone-view article .orders-empty {
        height: 200px;
        text-align: center; }
        .user-zone-page .user-zone-view article .orders-empty h2 {
          margin: 40px 0 20px 0; }
        .user-zone-page .user-zone-view article .orders-empty p {
          margin: 20px 0 40px 0; }
      .user-zone-page .user-zone-view article .order-header {
        position: relative;
        display: flex;
        height: 45px; }
        .user-zone-page .user-zone-view article .order-header:not(:last-child) {
          border-bottom: 2px solid #F0F4F8; }
        .user-zone-page .user-zone-view article .order-header .headers {
          display: flex;
          justify-content: center;
          align-items: center;
          text-align: center; }
        .user-zone-page .user-zone-view article .order-header .header-icon {
          width: 10%; }
        .user-zone-page .user-zone-view article .order-header .header-order {
          width: 20%; }
        .user-zone-page .user-zone-view article .order-header .header-status {
          width: 30%; }
        .user-zone-page .user-zone-view article .order-header .header-tracking {
          width: 20%; }
        .user-zone-page .user-zone-view article .order-header .header-actions {
          width: 20%; }
      .user-zone-page .user-zone-view article .order-button {
        position: relative;
        display: block;
        height: 75px; }
        .user-zone-page .user-zone-view article .order-button:not(:last-child) {
          border-bottom: 2px solid #F0F4F8; }
        .user-zone-page .user-zone-view article .order-button .container-date {
          width: 20%;
          height: 100%;
          position: relative;
          left: 10%;
          display: flex;
          align-items: center;
          justify-content: center;
          padding-top: 4px;
          flex-direction: column; }
          .user-zone-page .user-zone-view article .order-button .container-date p {
            left: 0px;
            position: initial; }
            .user-zone-page .user-zone-view article .order-button .container-date p:nth-child(2) {
              line-height: 0.1;
              margin-bottom: 10px; }
        .user-zone-page .user-zone-view article .order-button .container-status {
          width: 30%;
          height: 100%;
          left: 30%;
          top: 0;
          position: absolute; }
        .user-zone-page .user-zone-view article .order-button .container-tracking {
          width: 20%;
          height: 100%;
          position: absolute;
          left: 60%;
          top: 0;
          display: flex;
          justify-content: space-around;
          align-items: center;
          padding: 0px 2%; }
          .user-zone-page .user-zone-view article .order-button .container-tracking .not-found-tracking {
            margin-top: -10px;
            text-align: center; }
            .user-zone-page .user-zone-view article .order-button .container-tracking .not-found-tracking .not-found-text {
              top: 20px;
              left: calc(50% - 50px);
              width: 100%; }
          .user-zone-page .user-zone-view article .order-button .container-tracking p {
            left: 0;
            top: 0; }
        .user-zone-page .user-zone-view article .order-button .container-actions {
          width: 20%;
          height: 100%;
          position: absolute;
          left: 80%;
          top: 0;
          display: flex;
          justify-content: space-around;
          align-items: center;
          padding: 0px 4%; }
        .user-zone-page .user-zone-view article .order-button .btn.icon.fab,
        .user-zone-page .user-zone-view article .order-button p {
          position: absolute; }
        .user-zone-page .user-zone-view article .order-button .btn.icon.fab {
          top: 12px;
          left: 15px; }
        .user-zone-page .user-zone-view article .order-button p {
          left: 120px; }
          .user-zone-page .user-zone-view article .order-button p.bold {
            top: 14px; }
          .user-zone-page .user-zone-view article .order-button p.regular {
            top: 40px; }
        .user-zone-page .user-zone-view article .order-button .state_cart {
          text-align: center;
          margin-top: 20px; }
          .user-zone-page .user-zone-view article .order-button .state_cart p {
            position: unset !important; }
        .user-zone-page .user-zone-view article .order-button .actions {
          position: absolute;
          width: 120px;
          height: auto;
          top: 50%;
          right: 40px;
          -webkit-transform: translate3d(0, -50%, 0);
          -moz-transform: translate3d(0, -50%, 0);
          -ms-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
          text-align: center; }
          .user-zone-page .user-zone-view article .order-button .actions .detail {
            margin-bottom: 6px; }
    .user-zone-page .user-zone-view footer {
      position: relative;
      width: 100%;
      height: auto;
      margin-bottom: 30px;
      border-radius: 10px;
      background-color: #FFFFFF; }
      .user-zone-page .user-zone-view footer .logout {
        color: rgba(37, 49, 55, 0.4); }
    .user-zone-page .user-zone-view.preferences ul li:not(:last-child) {
      border-bottom: 2px solid #F0F4F8; }
    .user-zone-page .user-zone-view.preferences ul li p,
    .user-zone-page .user-zone-view.preferences .switch,
    .user-zone-page .user-zone-view.preferences .arrow {
      position: absolute;
      top: 50%; }
    .user-zone-page .user-zone-view.preferences ul li p {
      left: 0; }
    .user-zone-page .user-zone-view.preferences .switch {
      right: 0;
      -webkit-transform: translate3d(0, -50%, 0);
      -moz-transform: translate3d(0, -50%, 0);
      -ms-transform: translate3d(0, -50%, 0);
      transform: translate3d(0, -50%, 0); }
    .user-zone-page .user-zone-view.preferences .btn.outline {
      margin-top: 20px; }
    .user-zone-page .user-zone-view.preferences .arrow {
      right: 2px;
      color: rgba(37, 49, 55, 0.4);
      -webkit-transform: translate3d(0, -50%, 0) rotate(-90deg);
      -moz-transform: translate3d(0, -50%, 0) rotate(-90deg);
      -ms-transform: translate3d(0, -50%, 0) rotate(-90deg);
      transform: translate3d(0, -50%, 0) rotate(-90deg); }
    .user-zone-page .user-zone-view.preferences .about li a {
      width: 100%;
      height: 100%;
      display: block; }

@media (max-width: 768px) {
  .user-zone-page .navigation {
    display: none; }
  .user-zone-page .user-zone-view {
    overflow-x: scroll; }
    .user-zone-page .user-zone-view.finished-carts > article {
      min-width: 600px !important; }
    .user-zone-page .user-zone-view header {
      display: none; }
    .user-zone-page .user-zone-view > article {
      margin-top: 100px; }
  .user-zone-page .user-zone-dropdown-navigation {
    z-index: 998;
    position: relative;
    top: 40px;
    display: block;
    float: right; }
    .user-zone-page .user-zone-dropdown-navigation .dropdown {
      width: 100%; }
      .user-zone-page .user-zone-dropdown-navigation .dropdown > button {
        width: 100%;
        max-width: 200px;
        height: 40px;
        padding: 6px 0 6px 20px;
        border-radius: 16px;
        font-size: 22px;
        color: rgba(37, 49, 55, 0.4);
        background-color: white;
        text-align: left;
        -webkit-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
        -moz-box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2);
        box-shadow: 0 3px 20px rgba(37, 49, 55, 0.2); }
        .user-zone-page .user-zone-dropdown-navigation .dropdown > button::before {
          position: absolute;
          content: '\25BE';
          top: 8px;
          right: 20px; }
  .user-zone-page .tooltip.customer-support {
    position: fixed; }
  .user-zone-page .wiews-wrapper {
    min-height: auto;
    width: 100%; } }

.conflict-review .header {
  height: 290px;
  background: #00BFDF;
  background: -webkit-linear-gradient(60deg, #00BFDF, #7B529C);
  background: linear-gradient(30deg, #00BFDF, #7B529C); }
  .conflict-review .header .container {
    top: 100px; }
    .conflict-review .header .container h1.h1 {
      line-height: 1.2; }
    .conflict-review .header .container .icon-wrapper {
      position: absolute;
      margin-top: 10px;
      margin-left: -30px; }

.conflict-review section.container h2.title {
  margin: 30px 0; }

.conflict-review section.container ul.conflicts li {
  position: relative;
  display: block;
  height: calc(20px + 140px);
  border-bottom: 1px solid #F0F4F8;
  margin-bottom: 30px; }
  .conflict-review section.container ul.conflicts li .img-wrapper {
    float: left;
    width: 140px;
    height: 140px; }
    .conflict-review section.container ul.conflicts li .img-wrapper .product-image {
      margin-left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      -moz-transform: translate3d(-50%, 0, 0);
      -ms-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
    .conflict-review section.container ul.conflicts li .img-wrapper img {
      max-height: 140px;
      max-width: 140px; }
  .conflict-review section.container ul.conflicts li .content-wrapper {
    position: relative;
    float: left;
    width: calc(100% - 140px);
    height: 100%;
    padding-top: 30px;
    padding-left: 40px; }

.conflict-review section.container .box-md-4 {
  text-align: center; }
  .conflict-review section.container .box-md-4 .icon {
    margin: 20px 0; }

.conflict-review section.container .btn-wrapper {
  position: relative;
  float: left;
  width: 100%;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px; }

.not-providers {
  top: 102px; }
  .not-providers .dropdown {
    margin: 40px 0 20px 0;
    z-index: 3; }
  .not-providers .dropdown > button {
    width: 320px;
    min-width: 320px;
    max-height: 44px;
    min-height: 44px;
    padding: 14px 30px;
    background-color: #FFFFFF;
    font-size: 14px;
    color: #253137;
    text-align: left; }
    .not-providers .dropdown > button:before {
      position: absolute;
      content: '\25BE';
      top: 14px;
      right: 20px; }
  .not-providers .dropdown-content {
    width: 320px;
    min-width: 320px;
    top: 60px; }
  .not-providers form input {
    opacity: 0.7;
    display: block;
    color: #FFFFFF !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7) !important;
    margin-bottom: 40px;
    padding-left: 40px; }
    .not-providers form input:focus {
      border-bottom: 1px solid #FFFFFF !important; }
    .not-providers form input::-webkit-input-placeholder {
      color: #FFFFFF !important; }
    .not-providers form input:-moz-placeholder {
      color: #FFFFFF !important;
      opacity: 1; }
    .not-providers form input::-moz-placeholder {
      color: #FFFFFF !important;
      opacity: 1; }
    .not-providers form input:-ms-input-placeholder {
      color: #FFFFFF !important; }
  .not-providers form .icon {
    position: relative;
    top: 35px;
    left: 140px;
    fill: #FFFFFF !important;
    opacity: 0.7; }
  .not-providers form button.btn {
    min-width: 180px;
    text-align: center; }
  .not-providers img.bg-img {
    margin-top: 250px;
    width: 258px;
    height: 330px; }
  .not-providers .form-market {
    position: absolute;
    right: 245px; }
  .not-providers .btn-right {
    position: absolute;
    right: 0;
    color: white;
    background-color: #5e81a094; }
  .not-providers .btn-right:hover {
    background-color: white;
    color: #5e81a094; }
  .not-providers .input.underline {
    text-align: right !important; }

.filters_allergens {
  height: 100vh;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0195ff+1,005fc9+95 */
  background: #009eb1;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAxOTVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwNWZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(bottom, #00d6c3 1%, #00a0b4 95%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(bottom, #00d6c3 1%, #00a0b4 95%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(bottom, #00d6c3 1%, #00a0b4 95%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(bottom, #00d6c3 1%, #00a0b4 95%);
  /* IE10+ */
  background: linear-gradient(to top, #00d6c3 1%, #00a0b4 95%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00d6c3', endColorstr='#00a0b4',GradientType=1 );
  /* IE6-8 */
  background-attachment: fixed; }

.filters_welfares {
  height: 100vh;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#0195ff+1,005fc9+95 */
  background: #7ab163;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxJSIgc3RvcC1jb2xvcj0iIzAxOTVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk1JSIgc3RvcC1jb2xvcj0iIzAwNWZjOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(top, #59b35f 1%, #a7d947 95%);
  /* FF3.6+ */
  background: -webkit-linear-gradient(top, #59b35f 1%, #a7d947 95%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #59b35f 1%, #a7d947 95%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #59b35f 1%, #a7d947 95%);
  /* IE10+ */
  background: linear-gradient(to bottom, #59b35f 1%, #a7d947 95%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59b35f', endColorstr='#a7d947',GradientType=1 );
  /* IE6-8 */ }

.container_back {
  margin-top: 75px;
  position: relative;
  width: 80%;
  margin: auto;
  vertical-align: top; }

.container_filter {
  margin-top: 20%;
  position: relative;
  width: 100%;
  height: 100%;
  padding-left: 100px;
  padding-right: 30px; }

.switch_position {
  max-width: 53%;
  min-height: 60px;
  margin: 150px auto 10px auto;
  text-align: center; }

.icon_position_up {
  display: inline-block;
  width: 150px;
  min-height: 100px;
  margin-top: 5%;
  text-align: center; }

.parent_icon_position {
  width: 70%;
  min-height: 400px;
  margin: auto; }

.icon_top {
  display: block;
  position: absolute;
  vertical-align: middle;
  width: 70%; }

.icon_down {
  position: absolute;
  width: 150px;
  margin-top: 1%; }

.icon_up {
  min-width: 100%;
  margin-top: 15%;
  display: inline-block; }

@media only screen and (max-width: 1380px) {
  .switch_position {
    max-width: 70%;
    min-height: 60px;
    text-align: center;
    margin: 150px auto 10px auto; }
  .icon_position_up {
    display: inline-block;
    width: 150px;
    min-height: 100px;
    margin: 0 auto;
    margin-top: 5%;
    text-align: center; }
  .parent_icon_position {
    width: 100%;
    min-height: 400px; }
  .icon_top {
    display: block;
    position: absolute;
    vertical-align: middle;
    width: 100%; }
  .icon_down {
    position: absolute;
    width: 150px;
    margin-top: 1%; }
  .icon_up {
    min-width: 100%;
    margin-top: 15%;
    display: inline-block; } }

.filterstip {
  position: absolute;
  bottom: 60px;
  left: 40px;
  width: 140px;
  height: 30px; }

.FiltersTiptrans {
  background-color: rgba(45, 52, 58, 0.4);
  vertical-align: middle;
  border-radius: 5px;
  text-align: center;
  cursor: pointer; }

.switch-container {
  width: 100%;
  height: 100%; }

.switch-container label {
  display: inline; }

input[type="checkbox"].switch {
  position: absolute;
  opacity: 0; }

/* Normal Track */
input[type="checkbox"].switch + div {
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #00BFDF;
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  cursor: pointer; }

input[type="checkbox"].switch + div i {
  display: block; }

input[type="checkbox"].switch + div.green {
  background-color: rgba(37, 49, 55, 0.2); }

input[type="checkbox"].switch + div span {
  position: absolute;
  font-size: 1.6rem;
  color: white;
  margin-top: 12px; }

input[type="checkbox"].switch + div span:nth-child(1) {
  margin-left: 15px; }

input[type="checkbox"].switch + div span:nth-child(2) {
  margin-left: 55px; }

input[type="checkbox"].switch:checked + div {
  background-position: 0 0;
  background-color: #3b89ec; }

input[type="checkbox"].switch:checked + div.green {
  background-position: 0 0;
  background-color: #149388; }

input[type="checkbox"].switch + div > div {
  position: relative;
  float: left;
  width: calc( 50% - 4px);
  height: calc( 100% - 4px);
  border-radius: inherit;
  background: #ffffff;
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
  -webkit-transition-property: transform, background-color;
  transition-property: transform, background-color;
  pointer-events: none;
  margin-top: 2px;
  margin-left: 2px; }

input[type="checkbox"].switch:checked + div > div,
input[type="checkbox"].switch.checked + div > div {
  -webkit-transform: translateX(100%) translateX(4px);
  -moz-transform: translateX(100%) translateX(4px);
  -ms-transform: translateX(100%) translateX(4px);
  -o-transform: translateX(100%) translateX(4px);
  transform: translateX(100%) translateX(4px);
  background-color: #ffffff; }

.switch-container {
  position: relative;
  width: 100%;
  height: 40px; }
  .switch-container input[type="checkbox"].switch + div > div {
    height: 100%;
    width: 50%;
    margin: 0;
    background: white; }
  .switch-container input[type="checkbox"].switch + div {
    background: rgba(37, 49, 55, 0.3);
    border: 2px solid rgba(37, 49, 55, 0.01); }
  .switch-container input[type="checkbox"].switch:checked + div > div,
  .switch-container input[type="checkbox"].switch.checked + div > div {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%); }
  .switch-container .texts {
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0 !important;
    z-index: 9;
    pointer-events: none; }
    .switch-container .texts p {
      position: relative;
      width: 50%;
      text-align: center;
      margin-top: 12px;
      float: left;
      user-select: none;
      -moz-user-select: none;
      -webkit-user-select: none;
      -ms-user-select: none;
      -webkit-transition: color 0.6s ease;
      -moz-transition: color 0.6s ease;
      -ms-transition: color 0.6s ease;
      -o-transition: color 0.6s ease;
      transition: color 0.6s ease; }
      .switch-container .texts p.blue {
        color: white; }
      .switch-container .texts p.white {
        color: rgba(37, 49, 55, 0.6); }

@media (max-width: 750px) {
  .switch_position {
    min-height: auto; }
  .section.filters_allergens, .section.filters_welfares {
    overflow-y: scroll; }
    .section.filters_allergens .parent_icon_position .icon_top, .section.filters_welfares .parent_icon_position .icon_top {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      row-gap: 20px; }
      .section.filters_allergens .parent_icon_position .icon_top .icon_position_up, .section.filters_welfares .parent_icon_position .icon_top .icon_position_up {
        width: 100px; }
        .section.filters_allergens .parent_icon_position .icon_top .icon_position_up .icon_down, .section.filters_welfares .parent_icon_position .icon_top .icon_position_up .icon_down {
          width: 100px; }
  .switch_position {
    margin-top: 90px; } }

.defaultIframe {
  background: white;
  height: 100vh; }

.containerDiaIframe {
  margin: -25px auto 25px;
  text-align: center;
  background: white; }

.containerMasIframe {
  position: fixed;
  background: white;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); }

.FinishContainerMAS {
  width: 600px;
  height: 860px;
  margin-top: 70px;
  text-align: center;
  vertical-align: middle;
  background-color: #C0D35A;
  border-radius: 10px;
  padding-top: 5px; }
  .FinishContainerMAS .logo-icon {
    padding-top: 20 px; }
  .FinishContainerMAS .dropdown > button {
    margin-top: 5px;
    width: 400px;
    min-width: 400px;
    max-height: 44px;
    min-height: 44px;
    padding: 14px 30px;
    background-color: rgba(37, 49, 55, 0.4);
    font-size: 14px;
    font-size: 4vw;
    color: white;
    text-align: center;
    margin-bottom: 5px; }
    .FinishContainerMAS .dropdown > button:before {
      position: absolute;
      content: '\25BE';
      top: 14px;
      right: 20px; }
  .FinishContainerMAS .dropdown-list_item-button {
    font-size: 12px !important; }
  .FinishContainerMAS .input {
    margin-top: 10px; }
    .FinishContainerMAS .input:invalid {
      border: 1px solid red; }
  .FinishContainerMAS .textcomments {
    font-family: "montserratlight";
    font-size: 16px;
    color: white;
    border-radius: 10px;
    width: 400px;
    height: 150px;
    margin: 20px auto;
    display: block;
    background-color: rgba(37, 49, 55, 0.4);
    padding: 15px 25px; }
  .FinishContainerMAS .btn.outline {
    margin-top: 20px; }
  .FinishContainerMAS .dropdown.undefined {
    display: block !important; }
  .FinishContainerMAS .btn.mas.center.dark.address {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 12px !important; }
  .FinishContainerMAS textarea::-webkit-input-placeholder {
    color: white; }
  .FinishContainerMAS textarea:-moz-placeholder {
    /* Firefox 18- */
    color: white; }
  .FinishContainerMAS textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: white; }
  .FinishContainerMAS textarea:-ms-input-placeholder {
    color: white; }

.MasSummary {
  width: 400px;
  height: auto;
  background-color: rgba(37, 49, 55, 0.4);
  border-radius: 10px;
  display: block;
  margin: 10px auto 20px;
  text-align: left;
  padding: 10px; }
  .MasSummary .p {
    margin-top: 1px;
    margin-bottom: 5px; }
  .MasSummary .right {
    float: right;
    margin-right: 15px; }
  .MasSummary .left {
    float: left;
    margin-left: 15px; }
  .MasSummary .clear-both {
    clear: both; }

@media only screen and (max-height: 850px) {
  .FinishContainerMAS {
    height: 700px;
    margin-top: 50px;
    padding-bottom: 20px;
    overflow-y: scroll; } }

.MasSuccess {
  width: 700px;
  height: 400px;
  text-align: center;
  vertical-align: middle;
  background: white; }
  .MasSuccess .header {
    height: 175px;
    background: #00BFDF;
    background: -webkit-linear-gradient(60deg, #00BFDF, #7B529C);
    background: linear-gradient(30deg, #00BFDF, #7B529C);
    display: block;
    position: relative; }
  .MasSuccess .IMGcheck {
    margin-top: 20px; }
  .MasSuccess .IMGcart {
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    left: 0%;
    right: 0%; }
  .MasSuccess .container {
    width: 400px;
    text-align: center; }
  .MasSuccess .p {
    margin-top: 10px; }
  .MasSuccess .btn {
    margin-top: 10px;
    margin-bottom: 10px; }

.mobile-view {
  display: inline-block;
  max-width: 80%;
  margin-left: 10%;
  text-align: center;
  z-index: 999999999; }
  .mobile-view p {
    display: block;
    margin-top: 18px;
    line-height: 1.5; }
  .mobile-view span.bar {
    position: relative;
    display: inline-block;
    margin: 0 auto;
    width: 40px;
    height: 2px;
    background-color: white;
    margin-top: 50px; }
  .mobile-view a {
    display: block; }
  .mobile-view .android {
    margin-top: 18px;
    margin-bottom: 18px; }

.vertical-center-mobile {
  position: absolute;
  max-width: 80%;
  top: 50%; }

.order-confirmation-page {
  margin-top: 68px;
  padding: 2%; }
  .order-confirmation-page h1 {
    font-size: 30px;
    color: #777;
    font-family: 'montserratbold'; }
  .order-confirmation-page .icon {
    fill: #149388; }
  .order-confirmation-page .container-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 30pt;
    font-family: 'montserratbold';
    gap: 10px; }
  .order-confirmation-page .container-address {
    height: 97pt;
    width: 100%;
    border-radius: 10px;
    border: 2px solid #E4E4E4;
    margin-top: 20pt;
    margin-left: 1%; }
  .order-confirmation-page .container-title-info p {
    display: flex;
    align-items: center;
    font-family: 'montserratbold';
    font-size: 16px;
    color: rgba(37, 49, 55, 0.6);
    text-transform: uppercase; }
  .order-confirmation-page .address {
    padding: 20px; }
  .order-confirmation-page .address-header {
    display: flex;
    justify-content: space-between;
    flex-direction: row; }
  .order-confirmation-page .address-header h4 {
    font-weight: bold;
    font-size: large;
    font-family: 'montserratbold'; }
  .order-confirmation-page .address-info {
    margin-top: 10px;
    color: rgba(37, 49, 55, 0.6);
    font-family: 'montserratlight'; }
  .order-confirmation-page .address-btn {
    border: 0.5px solid #149388;
    padding: 5px 25px;
    text-align: center;
    color: #149388;
    border-radius: 10px; }
  .order-confirmation-page .day-card-container {
    overflow-x: auto;
    flex-direction: row;
    display: flex;
    margin-right: 3%;
    margin-left: 1%;
    margin-top: 1%;
    margin-bottom: 1%; }
  .order-confirmation-page .day-card {
    background-color: #149388;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 180px;
    height: 73px;
    border-radius: 5px;
    justify-content: center;
    font-family: 'montserratbold';
    margin-right: 15px;
    padding: 23px 0px; }
  .order-confirmation-page .active {
    background-color: #149388;
    color: #FFFFFF !important;
    border: none !important; }
  .order-confirmation-page .inactive {
    background-color: #979797;
    color: #FFFFFF; }
  .order-confirmation-page .day-card-text {
    font-family: 'montserratbold';
    font-weight: 400;
    margin-top: 2%;
    font-size: 20px; }
  .order-confirmation-page .time-interval-container {
    margin-right: 3%;
    margin-left: 1%;
    display: flex;
    flex-direction: column;
    font-size: 18px; }
  .order-confirmation-page .time-interval-button {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 180px;
    height: 73px;
    border-radius: 5px;
    justify-content: center;
    font-family: 'montserratlight';
    margin: 14px 0px;
    padding: 23px 0px;
    border: 1px solid #979797; }
  .order-confirmation-page .active-time {
    background-color: #FFFFFF;
    color: #149388;
    border: none; }
  .order-confirmation-page .select-time {
    background-color: #FFFFFF !important;
    color: #149388 !important;
    border: 1px solid #FFFFFF !important; }
  .order-confirmation-page .inactive-time {
    border: 1px solid #979797;
    background-color: #979797;
    color: #FFFFFF; }
  .order-confirmation-page .time-interval-text {
    font-size: 16px;
    padding: 1px 6px;
    margin-top: 5px; }
  .order-confirmation-page .icon-euro {
    fill: #253137;
    margin-top: 5px; }
  .order-confirmation-page .container-review {
    margin-top: 20pt; }
  .order-confirmation-page .review {
    padding: 20px; }
  .order-confirmation-page .review-dropdown {
    display: flex;
    flex-direction: row;
    color: rgba(37, 49, 55, 0.6);
    font-family: 'montserratlight'; }
  .order-confirmation-page .h4 {
    margin: 10px 0px;
    font-family: 'montserratbold'; }
  .order-confirmation-page .review-product {
    /* display: flex;
    flex-direction: row; */
    overflow-y: hidden;
    overflow-x: auto;
    width: auto;
    height: 200px;
    white-space: nowrap; }
  .order-confirmation-page .arrow-dropdown {
    fill: rgba(37, 49, 55, 0.6);
    margin-left: 5px; }
  .order-confirmation-page .product {
    width: 70pt;
    height: 80pt;
    background-color: #F0F4F8;
    margin: 10pt 10pt 27pt 0pt;
    position: relative; }
  .order-confirmation-page .separator {
    background-color: #F0F4F8;
    height: 20px;
    border-style: none; }
  .order-confirmation-page .container-payment {
    margin-bottom: 20px; }
  .order-confirmation-page .payment {
    background-color: #FFFFFF;
    padding: 20px; }
  .order-confirmation-page .section-payment {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
  .order-confirmation-page .section-payment h4:nth-child(2n) {
    color: rgba(37, 49, 55, 0.6);
    font-family: 'montserratregular'; }
  .order-confirmation-page .icon-euro-payment {
    fill: rgba(37, 49, 55, 0.6); }
  .order-confirmation-page .container-cupon {
    margin: 0px 0px 5px 0px;
    background-color: #FFFFFF;
    padding: 2pt 0pt 0pt 18pt; }
  .order-confirmation-page .container-cupon div {
    display: flex;
    justify-content: space-between; }
  .order-confirmation-page .btn-cupon {
    background-color: #149388;
    border-radius: 7px;
    padding: 10px 30px;
    color: #FFFFFF;
    font-family: 'montserratbold';
    margin: 20px 0px 20px 20px; }
  .order-confirmation-page .cupon {
    width: 89%;
    border: 1px solid #149388;
    border-radius: 0px;
    padding: 10px;
    margin: 20px 0px;
    font-size: 18px;
    border-radius: 5px; }
  .order-confirmation-page .container-btn {
    display: flex;
    justify-content: flex-end;
    margin: 0px 0px 20px 18pt;
    background-color: #FFFFFF;
    border-top: 1px solid #979797; }
  .order-confirmation-page .btn-payment {
    background-color: #149388;
    border-radius: 30px;
    color: #FFFFFF;
    padding: 15px 30px;
    margin-top: 20px;
    letter-spacing: 1px;
    font-size: 18px; }
  .order-confirmation-page .card-product {
    min-width: 150px;
    display: inline-block; }
  .order-confirmation-page .prod-img {
    max-width: 100%; }
  .order-confirmation-page .ctn {
    padding-top: 18pt; }
  .order-confirmation-page .container-comment {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px; }
  .order-confirmation-page .container-content {
    padding-left: 18pt; }
    .order-confirmation-page .container-content textarea {
      appearance: none;
      -webkit-appearance: none;
      -moz-appearance: none; }
    .order-confirmation-page .container-content textarea::placeholder {
      white-space: break-spaces; }
    .order-confirmation-page .container-content .container-checkbox {
      display: block;
      position: relative;
      padding-left: 35px;
      margin-bottom: 12px;
      cursor: pointer;
      font-size: 22px;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      .order-confirmation-page .container-content .container-checkbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        height: 0;
        width: 0; }
      .order-confirmation-page .container-content .container-checkbox:hover input ~ .checkmark {
        border: 1px solid #ccc;
        background-color: #fff; }
      .order-confirmation-page .container-content .container-checkbox input:checked ~ .checkmark {
        background-color: #149388;
        border: none; }
      .order-confirmation-page .container-content .container-checkbox input:checked ~ .checkmark::after {
        display: block; }
      .order-confirmation-page .container-content .container-checkbox .checkmark::after {
        left: 17px;
        top: 5px;
        width: 15px;
        height: 30px;
        border: solid white;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
    .order-confirmation-page .container-content .checkmark {
      position: absolute;
      top: 0;
      left: 0;
      height: 50px;
      width: 50px;
      border: 1px solid #ccc;
      background-color: #fff;
      border-radius: 5px; }
      .order-confirmation-page .container-content .checkmark::after {
        content: "";
        position: absolute;
        display: none; }
    .order-confirmation-page .container-content .container-consent {
      width: 100%;
      height: 50px; }
      .order-confirmation-page .container-content .container-consent p {
        margin: 0px 60px;
        color: rgba(37, 49, 55, 0.6);
        font-family: 'montserratlight'; }
  .order-confirmation-page .input-comment {
    border: 1px solid #149388;
    border-radius: 5px;
    padding: 0 30px;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    height: 100px;
    line-height: 22px;
    padding: 30px 20px;
    resize: none; }
  .order-confirmation-page .blue-text {
    color: #149388 !important; }

.order-payment {
  margin-top: 68px; }
  .order-payment .container-payment {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 93vh; }
  .order-payment .iframe {
    width: 100%;
    height: 100%; }

.cookies-page {
  height: 100vh;
  text-align: center;
  vertical-align: middle;
  background-color: #FFFFFF;
  padding: 5px 5px 5px 5px; }
  .cookies-page .cookies-page--header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 25%; }
    .cookies-page .cookies-page--header h2 {
      font-weight: bold;
      margin: 0 auto;
      vertical-align: middle;
      font-size: 2rem; }
    .cookies-page .cookies-page--header .logotype {
      margin-top: 5px; }
      .cookies-page .cookies-page--header .logotype > .symbol, .cookies-page .cookies-page--header .logotype > .logo {
        display: inline-block; }
      .cookies-page .cookies-page--header .logotype > .symbol {
        margin: 10px 0; }
      .cookies-page .cookies-page--header .logotype > .logo {
        margin-left: 10px;
        -webkit-transform: translate3d(0, -5px, 0);
        -moz-transform: translate3d(0, -5px, 0);
        -ms-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0); }
      .cookies-page .cookies-page--header .logotype .icon-logo g {
        -webkit-transform: translate(0, -64px);
        -moz-transform: translate(0, -64px);
        -ms-transform: translate(0, -64px);
        transform: translate(0, -64px); }
  .cookies-page .cookies-page--content {
    display: flex;
    flex-direction: row;
    min-height: 400px;
    height: auto; }
    .cookies-page .cookies-page--content .cookies-page--content__left {
      min-width: 25%;
      max-width: 25%;
      overflow-y: scroll;
      height: auto; }
      .cookies-page .cookies-page--content .cookies-page--content__left .option_section {
        position: relative;
        display: flex;
        height: 100%;
        min-height: 40px;
        align-items: center; }
        .cookies-page .cookies-page--content .cookies-page--content__left .option_section .option_section_complemet {
          position: absolute;
          width: 5px;
          background-color: #00BFDF;
          min-height: 100%;
          margin-right: 10px; }
        .cookies-page .cookies-page--content .cookies-page--content__left .option_section p {
          vertical-align: middle;
          margin-left: 10px; }
      .cookies-page .cookies-page--content .cookies-page--content__left button {
        width: 100%; }
      .cookies-page .cookies-page--content .cookies-page--content__left .selected {
        background-color: #e1e1e1; }
      .cookies-page .cookies-page--content .cookies-page--content__left::-webkit-scrollbar {
        width: 10px; }
      .cookies-page .cookies-page--content .cookies-page--content__left::-webkit-scrollbar-track {
        background-color: rgba(37, 49, 55, 0.4);
        border-radius: 5px; }
    .cookies-page .cookies-page--content .cookies-page--content__rigth {
      padding: 15px; }
      .cookies-page .cookies-page--content .cookies-page--content__rigth div {
        display: flex;
        flex-direction: row;
        justify-content: space-between; }
      .cookies-page .cookies-page--content .cookies-page--content__rigth h3 {
        font-weight: bold;
        text-align: left; }
      .cookies-page .cookies-page--content .cookies-page--content__rigth p {
        margin-top: 15px;
        color: #aaa;
        text-align: left; }
  .cookies-page label {
    font-size: 16px !important; }
  .cookies-page li {
    text-align: start; }
  .cookies-page p.p.grey.light {
    margin-bottom: 20px; }
  .cookies-page .cookies-page--footer {
    height: 15%;
    padding: 0px 15px;
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    justify-content: center;
    margin: 10px 0px; }
    .cookies-page .cookies-page--footer button {
      margin-right: 20px;
      text-align: center;
      margin-bottom: 5px; }

.error-view.bg-gradient {
  background: linear-gradient(0deg, #00bfdf 1%, #00bfdf 95%);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index:  0; }
  .error-view.bg-gradient .absolute-center {
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column; }
    .error-view.bg-gradient .absolute-center .error-content {
      width: 100%;
      margin-bottom: 40px; }
      .error-view.bg-gradient .absolute-center .error-content .btn {
        margin: 10px 0px;
        color: #253137;
        font-size: 14px;
        line-height: normal; }
  @media (min-width: 751px) {
    .error-view.bg-gradient .absolute-center {
      flex-direction: row;
      text-align: initial;
      gap: 30px; }
      .error-view.bg-gradient .absolute-center .error-content {
        width: 60%;
        max-width: 750px;
        display: flex;
        flex-direction: row;
        align-items: center; } }
  @media (max-width: 375px) {
    .error-view.bg-gradient .absolute-center {
      top: 55%; }
      .error-view.bg-gradient .absolute-center .error-content h2 {
        font-size: 28px; }
      .error-view.bg-gradient .absolute-center .error-image img {
        max-width: 90%; } }
