@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * 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,
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/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 when focused and also mouse hovered in all browsers.
 */
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 variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * 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 {
  -moz-box-sizing: content-box;
  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 */
}

/**
 * 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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

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

/*
* Skeleton V2.0.4
* Copyright 2014, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 12/29/2014
*/
/* Table of contents
––––––––––––––––––––––––––––––––––––––––––––––––––
- Grid
- Base Styles
- Typography
- Links
- Buttons
- Forms
- Lists
- Code
- Tables
- Spacing
- Utilities
- Clearing
- Media Queries
*/
/* Grid
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.container {
  position: relative;
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

/* For devices larger than 400px */
@media (min-width: 400px) {
  .container {
    width: 85%;
    padding: 0;
  }
}
/* For devices larger than 550px */
@media (min-width: 550px) {
  .container {
    width: 80%;
  }

  .column,
.columns {
    margin-left: 4%;
  }

  .column:first-child,
.columns:first-child {
    margin-left: 0;
  }

  .one.column,
.one.columns {
    width: 4.6666666667%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .three.columns {
    width: 22%;
  }

  .four.columns {
    width: 30.6666666667%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .six.columns {
    width: 48%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .eight.columns {
    width: 65.3333333333%;
  }

  .nine.columns {
    width: 74%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%;
  }

  .one-half.column {
    width: 48%;
  }

  /* Offsets */
  .offset-by-one.column,
.offset-by-one.columns {
    margin-left: 8.6666666667%;
  }

  .offset-by-two.column,
.offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
.offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
.offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
.offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
.offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
.offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
.offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
.offset-by-nine.columns {
    margin-left: 78%;
  }

  .offset-by-ten.column,
.offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
.offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
.offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
.offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
.offset-by-one-half.columns {
    margin-left: 52%;
  }
}
/* Base Styles
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* NOTE
html is set to 62.5% so that all the REM measurements throughout Skeleton
are based on 10px sizing. So basically 1.5rem = 15px :) */
html {
  font-size: 62.5%;
}

body {
  font-size: 1.5em;
  /* currently ems cause chrome bug misinterpreting rems on body element */
  line-height: 1.6;
  font-weight: 400;
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
}

/* Typography
–––––––––––––––––––––––––––––––––––––––––––––––––– */
h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 2rem;
  font-weight: 300;
}

h1 {
  font-size: 4rem;
  line-height: 1.2;
}

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
}

h3 {
  font-size: 3rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
}

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
}

/* Larger than phablet */
@media (min-width: 550px) {
  h1 {
    font-size: 7rem;
  }

  h2 {
    font-size: 6.2rem;
  }

  h3 {
    font-size: 5.6rem;
  }

  h4 {
    font-size: 5rem;
  }

  h5 {
    font-size: 4.4rem;
  }

  h6 {
    font-size: 3.5rem;
  }
}
p {
  margin-top: 0;
}

/* Links
–––––––––––––––––––––––––––––––––––––––––––––––––– */
a {
  color: #1eaedb;
}

a:hover,
a:focus {
  color: #0fa0ce;
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.button,
button,
input[type=submit],
input[type=reset],
input[type=button] {
  display: inline-block;
  height: 38px;
  padding: 0 30px;
  color: #555;
  text-align: center;
  font-size: 11px;
  font-weight: 600;
  line-height: 38px;
  letter-spacing: 0rem;
  text-transform: uppercase;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border-radius: 4px;
  border: 1px solid #bbb;
  cursor: pointer;
  box-sizing: border-box;
}

.button:hover,
button:hover,
input[type=submit]:hover,
input[type=reset]:hover,
input[type=button]:hover,
.button:focus,
button:focus,
input[type=submit]:focus,
input[type=reset]:focus,
input[type=button]:focus {
  color: #333;
  border-color: #888;
  outline: 0;
}

.button.button-primary,
button.button-primary,
input[type=submit].button-primary,
input[type=reset].button-primary,
input[type=button].button-primary {
  color: #fff;
  background-color: #3DA80F;
  border-color: #3DA80F;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

.button.button-primary:hover,
button.button-primary:hover,
input[type=submit].button-primary:hover,
input[type=reset].button-primary:hover,
input[type=button].button-primary:hover,
.button.button-primary:focus,
button.button-primary:focus,
input[type=submit].button-primary:focus,
input[type=reset].button-primary:focus,
input[type=button].button-primary:focus {
  color: #fff;
  background-color: #33c3f0;
  border-color: #33c3f0;
}

/* Forms
–––––––––––––––––––––––––––––––––––––––––––––––––– */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea,
select {
  height: 38px;
  padding: 6px 10px;
  /* The 6px vertically centers text on FF, ignored by Webkit */
  background-color: #fff;
  border: 1px solid #d1d1d1;
  border-radius: 4px;
  box-shadow: none;
  box-sizing: border-box;
}

/* Removes awkward default styles on some inputs for iOS */
input[type=email],
input[type=number],
input[type=search],
input[type=text],
input[type=tel],
input[type=url],
input[type=password],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea {
  min-height: 65px;
  padding-top: 6px;
  padding-bottom: 6px;
}

input[type=email]:focus,
input[type=number]:focus,
input[type=search]:focus,
input[type=text]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus,
select:focus {
  border: 1px solid #33c3f0;
  outline: 0;
}

label,
legend {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

fieldset {
  padding: 0;
  border-width: 0;
}

input[type=checkbox],
input[type=radio] {
  display: inline;
}

label > .label-body {
  display: inline-block;
  margin-left: 0.5rem;
  font-weight: normal;
}

/* Lists
–––––––––––––––––––––––––––––––––––––––––––––––––– */
ul {
  list-style: circle inside;
}

ol {
  list-style: decimal inside;
}

ol, ul {
  padding-left: 0;
  margin-top: 0;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

/* Code
–––––––––––––––––––––––––––––––––––––––––––––––––– */
code {
  padding: 0.2rem 0.5rem;
  margin: 0 0.2rem;
  font-size: 90%;
  white-space: nowrap;
  background: #f1f1f1;
  border: 1px solid #888;
  border-radius: 4px;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #888;
}

th:first-child,
td:first-child {
  padding-left: 0;
}

th:last-child,
td:last-child {
  padding-right: 0;
}

/* Spacing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
button,
.button {
  margin-bottom: 1rem;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

/* Utilities
–––––––––––––––––––––––––––––––––––––––––––––––––– */
.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

.u-center {
  text-align: center;
  margin: 0 auto;
}

/* Misc
–––––––––––––––––––––––––––––––––––––––––––––––––– */
hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #888;
}

/* Clearing
–––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Self Clearing Goodness */
.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

/* OUR STYLES
––––––––––––––––––––––––––––––––––––––––––––––––––
 */
* {
  box-sizing: border-box;
}

html {
  font-size: 8px;
}
@media screen and (orientation: landscape) {
  html {
    font-size: 8px;
  }
}
@media screen and (min-width: 750px) and (orientation: landscape) {
  html {
    font-size: 62.5%;
  }
}

body {
  background-color: #fff;
  font-size: 1.5rem;
}

h2 {
  margin-bottom: 0;
}

a {
  display: inline-block;
  text-decoration: none;
}

section {
  margin-top: 2rem;
}

img {
  margin: 0 auto;
  width: 100%;
}

figure {
  margin-top: 0;
  margin-bottom: 0;
}

p {
  font-size: 2rem;
  margin-bottom: 0;
  margin: 0;
}

input {
  margin: 0;
}

dd {
  margin: 0;
}

legend, label {
  font-family: Exo, Verdana, sans-serif;
  font-size: 2rem;
}

label {
  margin-top: 1rem;
}

table {
  width: 100%;
}

main {
  position: relative;
}

@media screen and (min-width: 1000px) {
  main .container {
    width: 86%;
  }
}

.main-title {
  text-align: center;
  margin-top: 3rem;
  line-height: 7rem;
  color: #1eaedb;
}

.error {
  color: #FF0000;
  text-align: center;
}

h1[itemprop=headline] {
  text-transform: uppercase;
}

.inline-link {
  padding: 0.2rem 0;
  color: #000;
  line-height: 1.8rem;
  transition: border-bottom ease-in-out 0.2s;
  font-weight: 700;
}
.inline-link:hover, .inline-link:focus, .inline-link:active {
  border-bottom: 1px solid;
  color: #000;
}

article li {
  margin: 0;
  list-style: disc;
  font-size: 2rem;
}

h2[itemprop=headline] {
  margin: 1rem 0 0;
}

.fb-like.fb_iframe_widget {
  width: 100%;
  text-align: center;
}

input[type=text] {
  height: auto;
}

.general__article {
  padding-bottom: 3rem;
}

/* Icons */
@font-face {
  font-family: "slick";
  font-weight: normal;
  font-style: normal;
  src: url("/assets/fonts/slick.eot");
  src: url("/assets/fonts/slick.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/slick.woff") format("woff"), url("/assets/fonts/slick.ttf") format("truetype"), url("/assets/fonts/slick.svg#slick") format("svg");
}
body {
  font-family: Exo, Verdana, sans-serif;
  font-weight: 200;
}

h1, h2 {
  font-family: "Acme", cursive;
  letter-spacing: 1px;
}

h2 {
  letter-spacing: 0px;
}

.news__item h1 {
  font-family: Exo, Verdana, sans-serif;
  font-weight: 600;
}

li {
  list-style: none;
}

.about .general__article {
  width: 75%;
}

.basket {
  position: relative;
}

.basket-toggle {
  position: relative;
  width: 5rem;
}
.basket-toggle .num_items_cesta {
  background-color: #862121;
  border-radius: 19px;
  color: #fff;
  position: absolute;
  text-align: center;
  -webkit-transition: opacity ease-in-out 0.2s;
  transition: opacity ease-in-out 0.2s;
  top: -0.6rem;
  width: 2rem;
  height: 2.2rem;
}

figure .cesta {
  cursor: pointer;
}

figure .cesta:hover {
  opacity: 0.8;
  cursor: pointer;
}

.js .basket-toggle {
  display: block;
  position: fixed;
  left: 72%;
  left: calc(100% - 12rem);
  top: 19rem;
  top: calc(100% - 6rem);
  -webkit-transition: all cubic-bezier(0.47, -0.36, 0.52, 1.35) 0.6s;
  transition: all cubic-bezier(0.47, -0.36, 0.52, 1.35) 0.6s;
  z-index: 3;
}
@media screen and (min-width: 550px) {
  .js .basket-toggle {
    top: calc(100% - 8rem);
  }
}
@media screen and (min-width: 1200px) {
  .js .basket-toggle {
    left: 76.2%;
    left: calc(50% + 45rem);
  }
}
.js .basket-toggle svg {
  height: auto;
  width: 100%;
}
.js .basket-toggle .svg__prop {
  stroke-opacity: 0.4;
  fill-opacity: 0.4;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}
.js .basket-toggle .num_items_cesta {
  opacity: 0.7;
}
.js .basket-toggle:hover svg .svg__prop, .js .basket-toggle:focus svg .svg__prop, .js .basket-toggle:active svg .svg__prop {
  stroke-opacity: 1;
  fill-opacity: 1;
}
.js .basket-toggle:hover .num_items_cesta, .js .basket-toggle:focus .num_items_cesta, .js .basket-toggle:active .num_items_cesta {
  opacity: 1;
}
.js .basket-toggle.active {
  left: -4rem;
  top: 2rem;
}
@media screen and (min-width: 550px) {
  .js .basket-toggle.active {
    left: -1rem;
  }
}
@media screen and (min-width: 750px) {
  .js .basket-toggle.active {
    left: 87%;
    left: calc(100% - 75rem);
  }
}
.js .basket-toggle.active .svg__prop {
  stroke-opacity: 1;
  fill-opacity: 1;
}
.js .basket-toggle.active .num_items_cesta {
  opacity: 1;
}
.js .basket-toggle.active:hover .svg__prop, .js .basket-toggle.active:focus .svg__prop, .js .basket-toggle.active:active .svg__prop {
  stroke-opacity: 0.4;
  fill-opacity: 0.4;
}
.js .basket-toggle.active:hover .num_items_cesta, .js .basket-toggle.active:focus .num_items_cesta, .js .basket-toggle.active:active .num_items_cesta {
  opacity: 0.7;
}

.basket-content {
  background-color: #2a1c3d;
  color: #fff;
  padding: 2rem;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
}
.basket-content h1[itemprop=headline] {
  border-bottom: 3px solid #fff;
  text-align: center;
  font-family: Exo, Verdana, sans-serif;
  font-size: 3rem;
}

.basket-articles {
  background-color: rgba(255, 255, 255, 0.2);
  height: 50%;
  overflow-y: scroll;
}
.basket-articles .basket-article {
  border-bottom: 3px dotted #fff;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-top: 1.5rem;
  overflow: hidden;
  position: relative;
  text-align: left;
}
.basket-articles .basket-article:last-of-type {
  border-bottom: 0;
}
.basket-articles .basket-article p {
  font-size: 1.5rem;
  margin: 1rem 0;
}

.js .basket-content {
  height: 100%;
  overflow: scroll;
  position: fixed;
  left: 100%;
  top: 0;
  width: 100%;
  z-index: 1;
}
.js .basket-content.active {
  box-shadow: 0 0 10px -2px black;
  left: 0;
  z-index: 2;
}
@media screen and (min-width: 750px) {
  .js .basket-content.active {
    left: 94rem;
    left: calc(100% - 74rem);
    padding: 2rem 4rem;
    width: 74rem;
  }
}
.js .basket-content .basket-articles {
  height: 68%;
  height: calc(100% - 21rem);
}

.basket__section-total {
  display: block;
  text-transform: uppercase;
  text-align: right;
}
.basket__section-total ul {
  margin-bottom: 1.5rem;
}
.basket__section-total ul li {
  font-size: 1.5rem;
  margin-bottom: 0;
}

a#pedido_finalizar {
  margin: 0 auto;
}

.footer-toggle {
  display: none;
  height: auto;
  transition: opacity ease-in-out 0.2s;
  width: 5rem;
}
.footer-toggle:hover svg .svg__prop, .footer-toggle:focus svg .svg__prop, .footer-toggle:active svg .svg__prop {
  stroke-opacity: 1;
  fill-opacity: 1;
}
.footer-toggle svg {
  height: auto;
  width: 100%;
}
.footer-toggle .svg__prop {
  stroke-opacity: 0.4;
  fill-opacity: 0.4;
  -webkit-transition: all ease-in-out 0.2s;
  transition: all ease-in-out 0.2s;
}

figure .info {
  cursor: pointer;
}

figure .info:hover {
  opacity: 0.8;
  cursor: pointer;
}

.js .footer-toggle {
  display: block;
  position: fixed;
  left: -4rem;
  top: 19rem;
  top: calc(100% - 6rem);
  -webkit-transition: all cubic-bezier(0.47, -0.36, 0.52, 1.35) 0.6s;
  transition: all cubic-bezier(0.47, -0.36, 0.52, 1.35) 0.6s;
  z-index: 3;
}
@media screen and (min-width: 400px) {
  .js .footer-toggle {
    left: -1rem;
  }
}
@media screen and (min-width: 550px) {
  .js .footer-toggle {
    top: calc(100% - 8rem);
  }
}
@media screen and (min-width: 1200px) {
  .js .footer-toggle {
    left: 8.2%;
    left: calc(50% - 59rem);
  }
}
.js .footer-toggle.active {
  top: 2rem;
  left: 70%;
  left: calc(100% - 12rem);
}
@media screen and (min-width: 750px) {
  .js .footer-toggle.active {
    left: 60rem;
  }
}
.js .footer-toggle.active .svg__prop {
  stroke-opacity: 1;
  fill-opacity: 1;
}
.js .footer-toggle.active:hover .svg__prop, .js .footer-toggle.active:focus .svg__prop, .js .footer-toggle.active:active .svg__prop {
  stroke-opacity: 0.4;
  fill-opacity: 0.4;
}

.site__footer {
  background-color: #AB0024;
  color: #fff;
  padding-bottom: 3rem;
  position: relative;
  width: 100%;
  height: 100%;
  text-rendering: geometricprecision;
}
.site__footer .footer__section {
  margin-top: 2.5rem;
}
@media screen and (min-width: 750px) {
  .site__footer .footer__section {
    float: left;
  }
  .site__footer .footer__section:first-of-type {
    margin-top: 2rem;
  }
}
.site__footer .footer__section h1 {
  font-size: 2.2rem;
  font-family: Exo, Verdana, sans-serif;
  line-height: 0.8rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 550px) {
  .site__footer .footer__section h1 {
    font-size: 2.8rem;
    line-height: 3.2rem;
  }
}
.site__footer .footer__section p {
  font-size: 1.4rem;
  line-height: 2.1rem;
}
@media screen and (min-width: 550px) {
  .site__footer .footer__section p {
    font-size: 1.8rem;
    line-height: 2.7rem;
  }
}
@media screen and (min-width: 750px) {
  .site__footer .footer__section.contact-info {
    width: 48%;
    margin-right: 4%;
  }
}
.site__footer .footer__section.contact-info a[href^="mailto:"] {
  display: inline-block;
}
.site__footer .footer__section span[itemprop=telephone] {
  display: inline-block;
}
.site__footer .footer__section .social-icon {
  -webkit-transition: transform ease-in-out 0.2s;
  transition: transform ease-in-out 0.2s;
  width: 3rem;
  margin: 0.5rem 0;
}
@media screen and (orientation: landscape) {
  .site__footer .footer__section .social-icon {
    margin: 1rem 0;
  }
}
.site__footer .footer__section .social-icon a {
  display: block;
}
.site__footer .footer__section .social-icon svg {
  width: 100%;
  height: auto;
}
.site__footer .footer__section .social-icon:hover, .site__footer .footer__section .social-icon:focus, .site__footer .footer__section .social-icon:active {
  transform: scale(1.2);
}
.site__footer .footer__section.card .card-form {
  margin: 1rem 0 0;
}
.site__footer .footer__section.card input {
  max-width: 13rem;
  max-height: 3rem;
  font-size: 1rem;
}
@media screen and (min-width: 400px) {
  .site__footer .footer__section.card input {
    max-width: inherit;
  }
}
.site__footer .footer__section.card input[type=submit] {
  line-height: 2.8rem;
  padding: 0 1rem;
  font-size: 0.9rem;
}
@media screen and (min-width: 750px) and (orientation: portrait) {
  .site__footer .footer__section.card input[type=submit] {
    padding: 0 3rem;
  }
}
.site__footer .footer__section.gallery__section {
  padding: 0;
}
@media screen and (min-width: 400px) {
  .site__footer .footer__section.gallery__section {
    width: 100%;
  }
}
.site__footer .footer__section.gallery__section .footer-gallery {
  overflow: hidden;
  position: relative;
}
.site__footer .footer__section.gallery__section .footer-gallery a {
  width: 48%;
  margin: 0 4% 1rem 0;
}
.site__footer .footer__section.gallery__section .footer-gallery a:nth-of-type(2n) {
  margin-right: 0;
}
.site__footer .footer__section.gallery__section .footer-gallery a.hidden {
  display: none;
}
.site__footer .googlemap-link {
  display: inline-block;
}
.site__footer .googlemap-link:before {
  color: #fff;
  content: "(";
}
.site__footer .googlemap-link:after {
  color: #fff;
  content: ")";
}
@media screen and (min-width: 550px) {
  .site__footer .googlemap-link {
    display: none;
  }
}
.site__footer .googlemap {
  display: none;
  height: 0;
  padding-top: 0;
  position: relative;
}
@media screen and (min-width: 750px) {
  .site__footer .googlemap {
    display: block;
    height: 29rem;
    float: left;
    padding-bottom: 27%;
    width: 48%;
  }
}
.site__footer .googlemap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.js .site__footer {
  position: fixed;
  overflow: scroll;
  top: 0;
  -webkit-transition: all ease-in-out 0.3s;
  transition: all ease-in-out 0.3s;
  left: -100%;
  z-index: 1;
}
@media screen and (min-width: 750px) {
  .js .site__footer {
    width: 72rem;
    padding-top: 2rem;
    padding-right: 2rem;
  }
}
.js .site__footer .copyr {
  padding-bottom: 2rem;
}
.js .site__footer.active {
  box-shadow: 0 0 12px -2px #000;
  left: 0;
  z-index: 2;
}
.js .site__footer.active .copyr {
  left: 2rem;
}
@media screen and (orientation: landscape) {
  .js .site__footer.active .copyr {
    left: 45%;
  }
}
@media screen and (min-width: 750px) {
  .js .site__footer.active .copyr {
    left: 7.2rem;
  }
}
.js .site__footer.active .copyr p {
  font-size: 1.6rem;
  line-height: 0;
  margin: 0;
}

.mfp-zoom-out-cur .mfp-figure button.mfp-close {
  color: black;
  content: " ☓";
  font-family: exo;
  font-size: 5rem;
  padding: 0 0.5rem 0 1rem;
  right: 0.1rem;
  top: -0.5rem;
  width: auto;
}

.site-header {
  background: url("/assets/header.jpeg") no-repeat;
  background-size: cover;
  margin-bottom: 2rem;
}
.site-header * {
  -webkit-transition: all ease 0.2s;
  transition: all ease 0.2s;
}
.site-header .overlay {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
  background-image: linear-gradient(rgba(255, 255, 255, 0.6) 0, rgba(255, 255, 255, 0.2) 100%);
}
@media screen and (max-width: 550px) {
  .site-header .overlay {
    top: 100px;
  }
}
.site-header .site-search {
  padding-right: 10px;
  text-align: right;
  background-color: #d42222;
  color: #555;
  font-weight: bold;
  height: 40px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 550px) {
  .site-header .site-search {
    height: 100px;
    display: block;
    padding: 20px 20px 0 20px;
    text-align: left;
  }
}
.site-header .site-search input, .site-header .site-search textarea, .site-header .site-search select {
  padding: 0 10px;
  font-size: 14px;
}
.site-header .site-search #search {
  background: #fff url("/assets/search-svg-13.png") no-repeat center right;
  padding-right: 30px;
  background-size: 25px 25px;
}
@media screen and (max-width: 550px) {
  .site-header .site-search #search {
    padding-right: 0px;
    margin-right: 0 !important;
  }
}
@media screen and (max-width: 550px) {
  .site-header .site-search .mail {
    position: absolute;
    right: 20px;
    top: 0;
    height: 100px;
    border-left: 1px solid white;
    padding: 11px 0 0 20px;
  }
}

.site-title {
  overflow: hidden;
  padding-top: 2rem;
}

.site-title__link {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  width: 35%;
}
.site-title__link:hover .site-logo {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.site-logo {
  margin: 0;
  width: 22rem;
}
.site-logo svg:not(:root) {
  width: 100%;
  height: auto;
}
.site-logo figcaption {
  position: absolute;
  text-indent: -999rem;
}

.nav__menu {
  background: white;
  padding-top: 40px;
  position: absolute;
  text-transform: uppercase;
  top: -500px !important;
  width: 100%;
  z-index: 1;
  transition: top ease 0.3s;
}
@media screen and (min-width: 550px) {
  .nav__menu {
    position: relative;
    top: 0 !important;
    text-align: center;
  }
}
.nav__menu.menu-js {
  top: 0 !important;
  box-shadow: 0 -4px 13px 0px;
  position: fixed;
}

@media screen and (min-width: 550px) {
  .menu__li {
    display: inline-block;
    padding: 0 5px;
  }
}
.menu__li a {
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: 48%;
  margin: 0 auto;
}
.menu__li a:hover, .menu__li a:focus, .menu__li a:active {
  box-shadow: inset 0 -2px 0 0 #FF0000;
}
@media screen and (min-width: 410px) {
  .menu__li a {
    padding: 7px 0 5px;
  }
}
@media screen and (min-width: 550px) {
  .menu__li a {
    padding: 0 5px;
    width: 100%;
  }
}

.toggle-menu {
  cursor: pointer;
  position: fixed;
  top: 44px;
  right: 13px;
  width: 35px;
  z-index: 2;
}
@media screen and (max-width: 400px) {
  .toggle-menu {
    top: 50px;
    right: 17px;
  }
}
@media screen and (min-width: 400px) {
  .toggle-menu {
    width: 45px;
  }
}
@media screen and (min-width: 550px) {
  .toggle-menu {
    display: none;
  }
}
.toggle-menu:hover, .toggle-menu:focus {
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.index .index a,
.tienda .tienda a,
.tienda1 .tienda1 a,
.tienda2 .tienda2 a,
.tienda3 .tienda3 a,
.tienda4 .tienda4 a,
.tienda5 .tienda5 a,
.tienda6 .tienda6 a,
.tienda7 .tienda7 a,
.noticias .noticias a,
.about .about a {
  box-shadow: inset 0 -2px 0 0 #FF0000;
}

#contacto_mail:hover {
  opacity: 0.8;
  cursor: pointer;
}

.site-intro {
  margin-top: 2rem;
  text-align: center;
}

.main__section {
  border-top: 2px dashed #fff;
  margin-top: 6rem;
  padding-bottom: 3rem;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .main__section > div[role=presentation] {
    width: 100%;
  }
}
.main__section.comics {
  background-color: #FAD700;
}
.main__section.comics h2 {
  color: #FF3535;
}
.main__section.comics .main__section__title a {
  color: #fff;
}
.main__section.juegos {
  background-color: #0fa0ce;
  color: #fff;
}
.main__section.juegos .main__section__title a {
  color: #fff;
}
.main__section.infantil {
  background-color: #AB0024;
  color: #fff;
}
.main__section.infantil h2 {
  color: #FAD700;
}
.main__section.infantil .main__section__title a {
  color: #000;
  top: 0;
}
.main__section.otros {
  background-color: #3DA80F;
}
.main__section.otros h2 {
  color: #FFFF6C;
}
.main__section.otros .main__section__title a {
  color: #000;
}
.main__section > h1 {
  margin-top: 1.5rem;
}
.main__section .item__article, .main__section .popup-block {
  background-color: #fff;
  color: #000;
  padding-bottom: 2rem;
}
.main__section .item__article figure, .main__section .popup-block figure {
  margin: 0;
  max-height: 250px;
  overflow: hidden;
}
.main__section .item__article {
  background-color: transparent;
}
.main__section .item__article h1 {
  color: #4467D5;
  font-size: 3rem;
  line-height: 2.5rem;
  margin: 1rem 0 1.5rem;
}
@media screen and (min-width: 750px) {
  .main__section .item__article h1 {
    line-height: 2.5rem;
  }
}
.main__section .item__article .byline {
  background-color: #fff;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  z-index: -1;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.main__section .item__article__body {
  color: #000;
  background-color: #fff;
  padding: 1rem 0;
  height: 15rem;
  transition: all ease-in-out 0.5s, top ease-out 0.5s;
}
.main__section .item__article__price {
  display: none;
}
.main__section .item__article figure {
  height: 25rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.main__section .shop-item {
  padding: 0 0.5rem;
}
.main__section .item__link {
  display: block;
}
.main__section .item__link:hover .item__article__body, .main__section .item__link:focus .item__article__body, .main__section .item__link:active .item__article__body {
  height: 30rem;
  margin-bottom: -15rem;
  transform: translateY(-25rem);
  position: relative;
}
.main__section .item__link:hover .byline, .main__section .item__link:focus .byline, .main__section .item__link:active .byline {
  clip: auto;
  position: relative;
  z-index: 0;
  opacity: 1;
}
.main__section aside {
  background-color: white;
  margin-top: -3rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
}
.main__section__title {
  height: 16rem;
  margin: 0 auto;
  width: 16rem;
  line-height: 5.1rem;
}
.main__section__title a {
  color: white;
  font-size: 5rem;
  position: relative;
  top: 2rem;
  z-index: 0;
}
.main__section__title a img {
  border-radius: 50%;
  position: relative;
  top: -10.3rem;
  z-index: -1;
}

.index .item__link, .tienda .item__link {
  background-color: #fff;
  padding: 1rem;
}

.news-article__footer {
  padding: 1rem 0 2rem;
}

.slider {
  padding-bottom: 3rem;
}

.juegos .slick-prev, .juegos .slick-next, .infantil .slick-prev, .infantil .slick-next, .recomend .slick-prev, .recomend .slick-next {
  color: #fff;
}
.juegos .slick-dots li.slick-active button:before, .infantil .slick-dots li.slick-active button:before, .recomend .slick-dots li.slick-active button:before {
  color: #fff;
}

.button-container {
  text-align: center;
}

.listado {
  /* Responsive layout - makes a two column-layout instead of four columns */
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
}
.listado .fila {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}
.listado .columna {
  flex: 20%;
  max-width: 20%;
  padding: 0 4px;
}
.listado .columna article {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}
.listado .item_image {
  min-height: 310px;
  position: relative;
  width: 100%;
}
.listado .item_content {
  min-height: 310px;
  color: whitesmoke;
  position: relative;
  background-color: #1eaedb;
  padding: 10px;
}
@media screen and (max-width: 550px) {
  .listado .cont-item {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 550px) {
  .listado .button-primary {
    padding: 0;
  }
}
@media screen and (max-width: 800px) {
  .listado .columna {
    flex: 50%;
    max-width: 50%;
  }
  .listado .item_image {
    min-height: 274px;
  }
  .listado .item_content {
    min-height: 274px;
  }
}
@media screen and (max-width: 600px) {
  .listado .columna {
    flex: 100%;
    max-width: 100%;
  }
  .listado .item_image {
    min-height: 231px;
  }
  .listado .item_content {
    min-height: 231px;
  }
}
.listado.comics {
  background-color: #FAD700;
}
.listado.comics h2 {
  color: #FF3535;
}
.listado.comics .main__section__title a {
  color: #fff;
}
.listado.juegos {
  background-color: #0fa0ce;
  color: #fff;
}
.listado.juegos .main__section__title a {
  color: #fff;
}
.listado.infantil {
  background-color: #AB0024;
  color: #fff;
}
.listado.infantil h2 {
  color: #FAD700;
}
.listado.infantil .main__section__title a {
  color: #000;
  top: 0;
}
.listado.otros {
  background-color: #3DA80F;
}
.listado.otros h2 {
  color: #FFFF6C;
}
.listado.otros .main__section__title a {
  color: #000;
}
.listado > h1 {
  margin-top: 1.5rem;
}
.listado .item__article, .listado .popup-block {
  background-color: #fff;
  color: #000;
  padding-bottom: 2rem;
}
.listado .item__article figure, .listado .popup-block figure {
  margin: 0;
  max-height: 200px;
  overflow: hidden;
}
.listado .item__article {
  background-color: transparent;
}
.listado .item__article h1 {
  color: #4467D5;
  font-size: 2.3rem;
  line-height: 2.5rem;
  margin: 1rem 0 1.5rem;
}
@media screen and (min-width: 750px) {
  .listado .item__article h1 {
    line-height: 2.5rem;
  }
}
.listado .item__article .byline {
  background-color: #fff;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 1.5rem;
  line-height: 2.5rem;
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  z-index: -1;
  transition: all 0.8s ease-in-out;
  opacity: 0;
}
.listado .item__article__body {
  color: #000;
  padding: 1rem 0;
  height: 15rem;
  transition: all ease-in-out 0.5s, top ease-out 0.5s;
}
.listado .item__article__price {
  display: none;
}
.listado .item__article figure {
  height: 25rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain;
}
.listado .shop-item {
  padding: 0 0.5rem;
}
.listado .item__link {
  display: block;
  background-color: transparent;
}
.listado .item__link:hover .item__article__body, .listado .item__link:focus .item__article__body, .listado .item__link:active .item__article__body {
  height: 30rem;
  margin-bottom: -15rem;
  transform: translateY(-25rem);
  position: relative;
}
.listado .item__link:hover .byline, .listado .item__link:focus .byline, .listado .item__link:active .byline {
  clip: auto;
  position: relative;
  z-index: 0;
  opacity: 1;
}
.listado aside {
  margin-top: -3rem;
  padding-bottom: 1rem;
  position: relative;
  z-index: 5;
  text-align: center;
}
.listado__title {
  height: 16rem;
  margin: 0 auto;
  width: 16rem;
  line-height: 5.1rem;
}
.listado__title a {
  color: white;
  font-size: 5rem;
  position: relative;
  top: 2rem;
  z-index: 0;
}
.listado__title a img {
  border-radius: 50%;
  position: relative;
  top: -10.3rem;
  z-index: -1;
}

.noticias .main__section {
  margin-top: 3rem;
}
.noticias .news-item {
  text-align: left;
  margin-bottom: 2rem;
}
.noticias .news-item:nth-of-type(4n-3) {
  background-color: #ECDB43;
}
.noticias .news-item:nth-of-type(4n-2) {
  background-color: #555;
  color: #fff;
}
.noticias .news-item:nth-of-type(4n-2) .item-data,
.noticias .news-item:nth-of-type(4n-2) .item-data .title {
  color: #fff;
}
.noticias .news-item:nth-of-type(4n-1) {
  background-color: #AB0024;
  color: #fff;
}
.noticias .news-item:nth-of-type(4n-1) .item-data,
.noticias .news-item:nth-of-type(4n-1) .item-data .title {
  color: #fff;
}
.noticias .news-item:nth-of-type(4n) {
  background-color: #3DA80F;
}
.noticias .item__article {
  padding: 2rem;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 670px) {
  .noticias .item__article > .item__link {
    display: none;
  }
}
.noticias .item__article div[data-button] {
  flex: 3 100%;
  text-align: center;
}
.noticias .item__article .button-primary {
  background-color: #1eaedb;
  border-color: #1eaedb;
  margin: auto;
  min-width: 13rem;
}
.noticias .item__article .button-primary:hover, .noticias .item__article .button-primary:focus, .noticias .item__article .button-primary:active {
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.noticias .item__link {
  flex: 1;
}
.noticias .item__link .cover {
  background-size: cover;
  height: 12.5rem;
  max-width: 12.5rem;
  position: relative;
  width: 12.5rem;
}
.noticias .item__link .cover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 2.5rem;
  height: 0;
  left: 0px;
  opacity: 0;
  padding-top: 2rem;
  position: absolute;
  text-align: center;
  transition: all ease-in 0.2s;
  width: 100%;
}
@media screen and (max-width: 670px) {
  .noticias .item__link .cover .overlay {
    display: none;
  }
}
.noticias .item__link .cover .overlay span {
  transition: opacity ease-in-out 0.3s;
}
.noticias .item__link .cover:hover .overlay, .noticias .item__link .cover:focus .overlay, .noticias .item__link .cover:active .overlay, .noticias .item__link .cover.active .overlay {
  height: 100%;
  opacity: 1;
  top: 0;
}
.noticias .item-data {
  display: flex;
  flex-flow: column wrap;
  flex: 2 48.5rem;
}
@media screen and (max-width: 1100px) {
  .noticias .item-data {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 840px) {
  .noticias .item-data {
    flex: 2 34.5rem;
  }
}
.noticias .item-data .title {
  color: #000;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 2.5rem;
  flex: 1;
  letter-spacing: 0px;
  line-height: 3rem;
  margin: 0 0 1rem;
}
.noticias .item-data .title:hover, .noticias .item-data .title:focus, .noticias .item-data .title:active {
  text-decoration: underline;
}
.noticias .item-data .byline {
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 2rem;
  flex: 2;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
.noticias .item-data dl {
  flex: 3;
  font-size: 1.5rem;
}
.noticias .item-data dl dt, .noticias .item-data dl dd {
  float: left;
}
.noticias .item-data dl dd {
  margin-left: 1rem;
}
.noticias .item-data dl .categoria {
  display: none;
}
.noticias .item-data dl .categoria + dd {
  margin-left: 0;
}
.noticias .item-data .item__article__meta a {
  padding: 0.2rem 0;
  color: #000;
  line-height: 1.8rem;
  transition: all ease-in-out 0.2s;
  font-weight: bold;
}
.noticias .item-data .item__article__meta a:hover, .noticias .item-data .item__article__meta a:focus, .noticias .item-data .item__article__meta a:active {
  border-bottom: 1px solid;
}
.noticias .article__metadata {
  flex: 3;
}
.noticias .article__body {
  flex: 4;
}
.noticias .article__section {
  margin-top: 0;
}
.noticias .news-item .article-more {
  margin-top: 1rem;
  width: 100%;
}
.noticias .news-item .article-more .item__link button {
  background-color: #fff;
  color: #000;
  margin-bottom: 0;
}
.noticias .news-item .article-more .item__link button:hover, .noticias .news-item .article-more .item__link button:focus, .noticias .news-item .article-more .item__link button:active {
  background-color: #ededed;
}

.noticia .news-article {
  margin-top: 3rem;
}
.noticia .article__pic {
  margin: 4rem 2rem 0 6rem;
  float: left;
  width: 24rem;
}
.noticia .article__pic img {
  width: 100% !important;
}
.noticia .article__metadata {
  float: left;
  margin-top: 3.4rem;
  width: 56rem;
}
.noticia .article__metadata p {
  color: #555;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2.5rem;
}
.noticia .news-body {
  margin-top: 2rem;
}
.noticia .news-body h1, .noticia .news-body h2, .noticia .news-body h3 {
  margin-bottom: 0;
}

.news-slider-wrap {
  box-shadow: 0 0 14px -3px;
  padding: 2rem 0;
  margin: 4rem 0;
}
@media screen and (min-width: 400px) {
  .news-slider-wrap > div[role=presentation] {
    width: 100%;
  }
}

.news__carousel {
  min-height: 10rem;
  padding-bottom: 2rem;
}

.news-article {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
}

.slider-news__body {
  background-image: -webkit-linear-gradient(to right, transparent 7%, rgba(255, 255, 255, 0.8) 40%, #fff 100%);
  background-image: linear-gradient(to right, transparent 7%, rgba(255, 255, 255, 0.8) 40%, #fff 100%);
  padding: 0 1rem;
  position: relative;
  text-align: right;
}
@media screen and (min-width: 400px) {
  .slider-news__body {
    background-image: -webkit-linear-gradient(to right, transparent 10%, rgba(255, 255, 255, 0.8) 43%, #fff 62%);
    background-image: linear-gradient(to right, transparent 10%, rgba(255, 255, 255, 0.8) 43%, #fff 62%);
  }
}
@media screen and (min-width: 1000px) {
  .slider-news__body {
    background-image: -webkit-linear-gradient(to right, transparent 10%, rgba(255, 255, 255, 0.8) 29%, #fff 48%);
    background-image: linear-gradient(to right, transparent 10%, rgba(255, 255, 255, 0.8) 29%, #fff 48%);
    padding-left: 18rem;
  }
}
.slider-news__body .article__heading {
  color: #4467D5;
  font-size: 3rem;
  margin: 0;
  line-height: 2.5rem;
}
.slider-news__body .article__metadata {
  margin: 0;
  font-family: "Open Sans", Verdana, sans-serif;
}
.slider-news__body .article__metadata time, .slider-news__body .article__metadata .meta__cat {
  display: inline-block;
  font-size: 1.5rem;
}
.slider-news__body .article__metadata .meta__cat {
  margin: 0;
  text-transform: lowercase;
}
.slider-news__body .news-body {
  margin: 1rem 0;
  font-size: 1.7rem;
}
.slider-news__body .article-more {
  width: inherit;
}

.item__article.offer {
  position: relative;
  overflow: hidden;
}
.item__article.offer:after {
  background-color: #1eaedb;
  box-shadow: 0 0 11px -2px #fff;
  content: " OFERTA ";
  font-size: 3rem;
  padding: 0.6rem 5rem;
  position: absolute;
  right: -3.7rem;
  top: 1.2rem;
  text-align: center;
  transform: rotate(38deg);
  width: 19rem;
  font-family: open sans;
  font-weight: bold;
  line-height: 4rem;
}
.item__article.offer .old-price {
  text-decoration: line-through;
  color: #555;
  display: inline-block;
}
.item__article.offer .new-price {
  color: #FF0000;
  font-weight: bold;
  margin: -0.5rem 0 1rem;
}

.popup-block.offer::after {
  top: 2rem;
  right: -6rem;
  transform: rotate(40deg);
}

.search .item__article.offer::after {
  right: -7rem;
  top: 2rem;
  width: 24rem;
}

.popup-block.offer .item__article__price:nth-of-type(2) {
  clear: both;
}
.popup-block.offer .item__article__price:nth-of-type(2) + .new-price {
  margin: 0.1rem 0 0 1rem;
}

.pedido_finalizar .basket-articles {
  margin-top: 3rem;
  overflow: inherit;
}
.pedido_finalizar .basket-articles table th, .pedido_finalizar .basket-articles table td {
  padding: 0.5rem;
  border-bottom-style: dotted;
}
.pedido_finalizar .basket-articles table .pic__header, .pedido_finalizar .basket-articles table .pic__content {
  display: none;
  width: 5rem;
  text-align: center;
}
@media screen and (min-width: 550px) {
  .pedido_finalizar .basket-articles table .pic__header, .pedido_finalizar .basket-articles table .pic__content {
    display: table-cell;
  }
}
.pedido_finalizar .basket-articles table td figure {
  max-width: 12rem;
}
.pedido_finalizar .basket-articles table td figure img {
  width: 15rem;
}
.pedido_finalizar .basket-articles table td input {
  padding: 0.5rem;
}
.pedido_finalizar .basket-articles table td#item_borrar {
  text-align: center;
}
.pedido_finalizar .basket-articles table .table__list {
  margin: 1rem 0 0;
}
.pedido_finalizar .basket-articles table .table__list:last-of-type {
  float: right;
}
.pedido_finalizar .basket-articles .item__link {
  color: #000;
  font-weight: bold;
}
.pedido_finalizar .basket-articles .item__link:hover, .pedido_finalizar .basket-articles .item__link:focus, .pedido_finalizar .basket-articles .item__link:active {
  box-shadow: 0 1px 0 0 #000;
}
.pedido_finalizar .basket-articles button {
  background-color: #AB0024;
  color: #fff;
  font-size: 2rem;
  height: 3rem;
  margin: auto;
  line-height: 2.3rem;
  padding: 0 0.7rem;
  text-align: left;
  width: 3rem;
}
.pedido_finalizar .basket-actions {
  text-align: center;
}
.pedido_finalizar .basket-actions li {
  display: inline-block;
}
.pedido_finalizar .basket-actions .cancel-compra {
  background-color: #AB0024;
  color: white;
}
.pedido_finalizar .datos-cuenta {
  overflow: hidden;
}
.pedido_finalizar .datos-cuenta dt, .pedido_finalizar .datos-cuenta dd {
  float: left;
  font-size: 2rem;
}
.pedido_finalizar .datos-cuenta dt {
  font-weight: bold;
}
.pedido_finalizar .datos-cuenta dd {
  margin-left: 0.5rem;
}

.form-clarif {
  margin: 1rem 0 0;
}

.pedido_cancelado {
  text-align: center;
}

.pedido_formalizar form {
  margin-top: 2rem;
}
.pedido_formalizar form input {
  margin-bottom: 2rem;
}

.pedido_resumen .res-ped {
  width: 100%;
}
.pedido_resumen .res-ped .table__list {
  margin: 1rem 0 0;
}
.pedido_resumen .res-ped .table__list:last-of-type {
  float: right;
}
.pedido_resumen .res-ped .table__list li {
  list-style: none;
  font-size: 1.5rem;
  text-align: right;
}
.pedido_resumen dt {
  font-weight: bold;
}
.pedido_resumen .ped-final__sec {
  padding-bottom: 3rem;
}
.pedido_resumen .datos-cuenta {
  font-size: 2rem;
}

#total_compra, #total_compra + span {
  font-weight: bold;
}

.res-ped .table-titulo {
  width: 50%;
}
.res-ped .table-qty {
  text-align: center;
}
.res-ped .table-price {
  text-align: right;
}
.res-ped td[colspan="3"] {
  text-align: right;
}

.form__search.container {
  font-size: 1.5rem;
  margin: 2rem auto 0;
  padding-top: 5rem;
  position: relative;
  width: 24rem;
}
.form__search.container input {
  background-color: transparent;
  display: block;
  border: 1px solid #ECDB43;
  border-radius: 8px;
  text-align: center;
  width: 100%;
}
.form__search.container select {
  display: none;
  margin-top: 1rem;
  text-align: center;
  width: 100%;
}
.form__search.container select.active {
  display: block;
}
.form__search.container button {
  border: 0;
  display: block;
  position: absolute;
  right: 7rem;
  top: 0;
}

.search .string-searched {
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 2.4rem;
  line-height: 2.6rem;
  margin: 0 0 2rem;
}
.search .shop-item {
  text-align: left;
  display: block;
  /*&:nth-of-type(4n-3) {
    background-color: $dark-yellow;
  }

  &:nth-of-type(4n-2) {
    background-color: $grey;
    color: $white;

    .item-data, 
    .item-data .title, 
    .item__article__meta a {
      color: $white;
    }
  }

  &:nth-of-type(4n-1) {
    background-color: $dark-red;
    color: $white;

    .item-data .title {
      color: $white; // needed to overwrite link style
    }

    .item__article__meta a {
      color: $white; // needed to overwrite link style
    }
  }

  &:nth-of-type(4n) {
    background-color: $dark-green;
  }

  &:nth-of-type(12n) {
    margin-bottom: -3.5rem;
  }*/
}
.search .item__article {
  padding: 2rem;
  display: flex;
  flex-flow: row wrap;
}
@media screen and (max-width: 670px) {
  .search .item__article > .item__link {
    display: none;
  }
}
.search .item__article div[data-button] {
  flex: 3 100%;
  text-align: center;
}
.search .item__article .button-primary {
  background-color: #1eaedb;
  border-color: #1eaedb;
  margin: auto;
  min-width: 13rem;
}
.search .item__article .button-primary:hover, .search .item__article .button-primary:focus, .search .item__article .button-primary:active {
  background-color: #33c3f0;
  border-color: #33c3f0;
}
.search .item__link {
  flex: 1;
}
.search .item__link .cover {
  background-size: cover;
  height: 12.5rem;
  max-width: 12.5rem;
  position: relative;
  width: 12.5rem;
}
.search .item__link .cover .overlay {
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 2.5rem;
  height: 0;
  left: 0px;
  opacity: 0;
  padding-top: 2rem;
  position: absolute;
  text-align: center;
  transition: all ease-in 0.2s;
  width: 100%;
}
@media screen and (max-width: 670px) {
  .search .item__link .cover .overlay {
    display: none;
  }
}
.search .item__link .cover .overlay span {
  transition: opacity ease-in-out 0.3s;
}
.search .item__link .cover:hover .overlay, .search .item__link .cover:focus .overlay, .search .item__link .cover:active .overlay, .search .item__link .cover.active .overlay {
  height: 100%;
  opacity: 1;
  top: 0;
}
.search .item-data {
  display: flex;
  flex-flow: column wrap;
  flex: 2 48.5rem;
}
@media screen and (max-width: 1100px) {
  .search .item-data {
    margin-left: 2rem;
  }
}
@media screen and (min-width: 750px) and (max-width: 840px) {
  .search .item-data {
    flex: 2 34.5rem;
  }
}
.search .item-data .title {
  color: #000;
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 2.5rem;
  flex: 1;
  letter-spacing: 0px;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.search .item-data .byline {
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 2rem;
  flex: 2;
  margin-bottom: 1rem;
  line-height: 2.5rem;
}
.search .item-data dl {
  flex: 3;
  font-size: 1.5rem;
}
.search .item-data dl dt, .search .item-data dl dd {
  float: left;
}
.search .item-data dl dd {
  margin-left: 1rem;
}
.search .item-data dl .categoria {
  display: none;
}
.search .item-data dl .categoria + dd {
  margin-left: 0;
}
.search .item-data .item__article__meta a {
  padding: 0.2rem 0;
  color: #000;
  line-height: 1.8rem;
  transition: all ease-in-out 0.2s;
  font-weight: bold;
}
.search .item-data .item__article__meta a:hover, .search .item-data .item__article__meta a:focus, .search .item-data .item__article__meta a:active {
  border-bottom: 1px solid;
}
.search .article__metadata {
  flex: 3;
}
.search .article__body {
  flex: 4;
}
.search .article__section {
  margin-top: 0;
}

.sidenav {
  text-align: center;
  margin-top: 15px;
}
.sidenav a {
  margin-top: 5px;
  padding: 5px 10px;
  text-decoration: none;
  color: #064579;
  background-color: #ededed;
  border-radius: 5px;
  margin-right: 10px;
  border-bottom: 2px solid #bbb;
}
.sidenav a:hover {
  color: #2196F3;
  cursor: pointer;
}
.sidenav a.active {
  color: white;
  background-color: #2196F3;
  font-weight: bold;
}
.sidenav a.sidenav-title {
  font-weight: bold;
  font-size: 16px;
}
.sidenav .novedades {
  font-weight: 700;
  background-color: #bbb;
  color: white;
}

.slick-prev, .slick-next {
  background: transparent;
  border: none;
  color: #222;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 20px;
  line-height: 0;
  margin-top: -10px;
  outline: none;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 20px;
}

.slick-prev {
  left: -30px;
}

.slick-next {
  right: -25px;
}

.slick-prev, .slick-next {
  font-family: "slick", "FontAwesome", "Dingbats";
  line-height: 1;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #000;
  outline: none;
  background: transparent;
}

.slick-prev:before, .slick-next:before {
  text-indent: 0;
  font-size: 2.4rem;
}

.slick-prev::before {
  content: "←";
}

.slick-next::before {
  content: "→";
}

.slick-dots {
  bottom: -38px;
  display: block;
  left: 0;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: center;
  top: -1.1rem;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: #FF0000;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:before {
  font-family: "slick", "FontAwesome", "Dingbats";
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.card-form {
  margin-top: 2rem;
}
.card-form input[type=text] {
  color: #000;
}
.card-form input[type=submit] {
  background-color: #fff;
}
.card-form input[type=submit]:hover, .card-form input[type=submit]:focus, .card-form input[type=submit]:active {
  background-color: #33c3f0;
}

.tarjeta a.button {
  margin-top: 1rem;
}
.tarjeta a.button:hover, .tarjeta a.button:focus, .tarjeta a.button:active {
  background-color: #33c3f0;
}

.tienda h1.section__heading {
  text-transform: capitalize !important;
}
.tienda .shop-filters {
  font-family: "Acme", cursive;
  margin-top: 3rem;
  padding-bottom: 0;
}
@media screen and (max-width: 550px) {
  .tienda .shop-filters {
    margin-top: 2rem;
  }
}
.tienda .filters-main {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .tienda .filters-main {
    width: 48%;
    padding: 0;
    text-align: left;
    float: left;
  }
}
.tienda .filters-main__li, .tienda .filters-subcat__li {
  background-color: #fff;
  color: #888;
  padding: 0;
}
@media screen and (max-width: 550px) {
  .tienda .filters-main__li, .tienda .filters-subcat__li {
    font-size: 2rem;
    border: 0;
    margin-bottom: 0;
    width: 100%;
  }
}
.tienda .filters-main__li .filter-text, .tienda .filters-subcat__li .filter-text {
  display: inline-block;
  padding: 0 2rem;
  font-size: 1.3rem;
}
.tienda .filters-main__li.active, .tienda .filters-main__li:hover, .tienda .filters-main__li:focus, .tienda .filters-main__li:active, .tienda .filters-subcat__li.active, .tienda .filters-subcat__li:hover, .tienda .filters-subcat__li:focus, .tienda .filters-subcat__li:active {
  background-color: #ededed;
  color: #000;
}
@media screen and (max-width: 550px) {
  .tienda .filters-main__li.active, .tienda .filters-main__li:hover, .tienda .filters-main__li:focus, .tienda .filters-main__li:active, .tienda .filters-subcat__li.active, .tienda .filters-subcat__li:hover, .tienda .filters-subcat__li:focus, .tienda .filters-subcat__li:active {
    background-color: #fff;
  }
}
.tienda .filters-subcat {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  margin-top: 1rem;
}
@media screen and (max-width: 550px) {
  .tienda .filters-subcat {
    display: block;
    margin-top: 0;
    font-family: "Open Sans", Verdana, sans-serif;
    float: left;
    width: 48%;
  }
}
.tienda .filters-subcat.active {
  /*display: flex !important;*/
  flex-flow: row wrap;
  justify-content: space-between;
}
@media screen and (max-width: 550px) {
  .tienda .filters-subcat.active {
    display: block;
  }
}
.tienda .filters-subcat__li {
  margin-right: 10px;
}
@media screen and (max-width: 550px) {
  .tienda .filters-subcat__li {
    border: 0;
    display: block;
    text-transform: lowercase;
    font-size: 1.5rem;
    text-align: left;
  }
}
.tienda .filters-subcat__li:hover .filter-text, .tienda .filters-subcat__li:focus .filter-text, .tienda .filters-subcat__li:active .filter-text, .tienda .filters-subcat__li.active .filter-text {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}
.tienda #tienda_prev {
  margin-top: -12rem;
}
.tienda .shop-items {
  margin-top: 6rem;
  padding: 3rem 0;
}
.tienda .shop-items:nth-of-type(3n-2) {
  background-color: #FAD700;
}
.tienda .shop-items:nth-of-type(3n-1) {
  background-color: #555;
  color: #fff;
}
.tienda .shop-items:nth-of-type(3n) {
  background-color: #AB0024;
  color: #fff;
}

.popup-block {
  background-color: #fff;
  max-width: 60rem;
  min-width: 30rem;
  margin: auto;
  position: relative;
}
.popup-block figure {
  margin: 0;
  width: 100%;
}
.popup-block dt, .popup-block dd {
  float: left;
}
.popup-block dd {
  margin-left: 1rem;
}
.popup-block h1 {
  font-size: 3.5rem;
  line-height: 3rem;
  margin-bottom: 1rem;
}
.popup-block .byline {
  font-family: "Open Sans", Verdana, sans-serif;
  font-size: 2rem;
  line-height: 2.5rem;
  margin-bottom: 1rem;
}
.popup-block div.container {
  margin-top: 2rem;
}
.popup-block .article__body h1, .popup-block .article__body h2, .popup-block .article__body h3 {
  font-size: 3.5rem;
  line-height: 2rem;
  margin-bottom: 1rem;
}
.popup-block .article__body h2 {
  font-size: 3rem;
}
.popup-block .article__body h3 {
  font-size: 2.5rem;
}
.popup-block .article__body p {
  font-size: 1.5rem;
  line-height: 2rem;
  text-align: left;
}

.mfp-container .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: auto !important;
}

.mfp-close-btn-in .mfp-close {
  background-color: white;
}

.button-primary {
  max-width: 200px !important;
}

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