/* 
********************************************************************************************************/
html, a, label {
  cursor: url(../images/cursor.png), default !important; }

body {
  background-color: #22a0f8;
  color: white;
  font: normal 1em/130% "Open Sans", "Arial", sans-serif;
  padding: 0;
  margin: 0; }

h1, h2, h3, h4, h5 {
  line-height: normal;
  line-height: nor;
  line-height: normal;
  line-height: no;
  line-height: normal; }

h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child {
  margin-top: 0; }

p {
  margin: 0 0 12px;
  line-height: 130%; }

a {
  color: inherit;
  text-decoration: underline; }

hr {
  border: none;
  border-top: 1px solid white;
  margin: 30px 0; }

sup {
  font-family: arial, sans-serif;
  font-size: .7em;
  font-weight: normal !important;
  display: inline-block;
  margin: -5px 3px 0;
  position: relative;
  top: 2px; }

/* global misc
******************************************************************************/
.logo-font {
  font-family: 'Times New Roman', serif !important;
  font-size: 1.1em; }

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

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

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

.smaller {
  font-size: .8em; }

.larger {
  font-size: 1.2em; }

.bold {
  font-weight: bold; }

.blue-row {
  background-color: #0357a3;
  padding: 35px 0px;
  margin-bottom: 60px; }

.button {
  text-decoration: none;
  color: white;
  font-size: 1rem;
  padding: 8px 20px;
  background: #029ff0 url(../images/button-bg.png) no-repeat top center;
  border-radius: 10px;
  border: 2px solid white;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0;
  cursor: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.button:not(:disabled):hover {
  text-decoration: none !important;
  -webkit-filter: brightness(110%);
  -moz-filter: brightness(110%);
  filter: brightness(110%); }

.button-heart {
  display: inline-block;
  width: 149px;
  height: 131px;
  background: url(../images/heart-button.png) no-repeat center !important;
  padding: 38px 10px 0;
  border: none;
  box-shadow: none;
  font-size: 1.1rem;
  font-weight: bold;
  text-align: center;
  text-shadow: none !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.button:disabled {
  opacity: .7; }

.large-button {
  padding-left: 70px;
  padding-top: 10px;
  padding-bottom: 10px;
  background-image: url(../images/button-large-bg.png);
  width: 75px; }

.wrapper {
  width: 960px;
  position: relative;
  margin: 0 auto; }

/* columns */
.columns {
  display: flex; }

.column {
  margin: 0 15px; }

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

.column:last-child {
  margin-right: 0; }

.column {
  flex: 1; }

.column-6 {
  flex: 6 1 50%; }

.row-wrap {
  -webkit-flex-flow: row wrap;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap; }

/* header
********************************************************************************************************/
#header {
  background: -webkit-linear-gradient(top, #00759f, #0099d1);
  height: 215px; }

/* logo */
#logo {
  position: absolute;
  left: 0px;
  top: 15px;
  background: url(../images/logo.png) no-repeat;
  overflow: hidden;
  text-indent: -999px;
  display: block;
  width: 120px;
  height: 120px; }

/* navigation */
#navigation {
  position: absolute;
  top: 150px;
  z-index: 1; }

#navigation ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

#navigation li {
  display: inline-block; }

#navigation a {
  text-decoration: none;
  color: #83eaff;
  padding: 10px 15px;
  display: block; }

#navigation a:hover {
  color: white; }

#navigation > ul > li {
  position: relative; }

#navigation > ul > li.active,
#navigation > ul > li.in-route,
#navigation > ul > li:hover {
  background: #0081af; }

#navigation > ul > li > ul {
  display: none;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 1; }

#navigation > ul > li > ul > li {
  background: #0081af;
  margin: 10px 0 0 0;
  min-width: 180px;
  width: 100%; }

#navigation > ul > li:hover > ul {
  display: block; }

/* white top
********************************************************************************************************/
#white-top {
  background: white;
  position: relative;
  display: block; }

#white-top::after {
  content: "";
  display: block;
  height: 32px;
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: rgba(14, 215, 255, 0.5); }

#white-top .wrapper {
  min-height: 315px; }

#white-top h1 {
  margin: 0;
  padding-top: 25px;
  color: #007ca9;
  font-size: 1.2rem; }

#white-top .alfred {
  display: block;
  height: 520px;
  width: 336px;
  position: absolute;
  background: url(../images/alfred.png) no-repeat;
  bottom: 0;
  right: 175px; }

#white-top .alfred-bubble {
  height: 175px;
  width: 333px;
  background: url(../images/bubble.png) no-repeat;
  position: absolute;
  top: 0;
  left: 210px;
  text-align: center;
  color: #006393;
  font: italic normal 1.2em "Times New Roman",serif;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

#white-top .alfred-bubble p {
  margin: 0;
  position: absolute;
  top: 0px;
  right: 10px;
  bottom: 15px;
  left: 35px;
  display: flex;
  flex-flow: column;
  align-items: center;
  justify-content: center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .3s;
  transition: all .3s;
  line-height: 110%; }

#white-top .alfred-bubble p.active {
  visibility: visible;
  opacity: 1; }

#white-top .alfred-bubble a {
  display: inline-block;
  margin-top: 5px; }

#white-top .alfred-bubble .bold {
  font-size: 1.1em;
  line-height: 130%;
  font-weight: bold; }

#white-top .alfred-sign {
  display: block;
  height: 150px;
  width: 200px;
  position: absolute;
  background: url(../images/alfred-sign.png) no-repeat center/100%;
  bottom: 45px;
  right: -200px; }

#white-top .kukafuk {
  display: block;
  height: 285px;
  left: 0px;
  top: 0;
  background: url(../images/kuk-a-fuk.png) no-repeat 0 -15px; }

#white-top .kukafuk p {
  display: none; }

#white-top.compact {
  height: 100px;
  background: white;
  position: relative; }

#white-top.compact .alfred {
  display: block;
  height: 300px;
  width: 346px;
  position: absolute;
  background: url(../images/alfred.png);
  top: -200px;
  right: -50px; }

#white-top.compact .alfred-bubble {
  height: 175px;
  width: 333px;
  background: url(../images/bubble2.png) no-repeat;
  top: 0;
  right: 220px;
  left: auto;
  pointer-events: none;
  z-index: 1; }

#white-top.compact .alfred-bubble p {
  left: 10px;
  right: 35px; }

/* footer
********************************************************************************************************/
#footer {
  background: #d4e4ff;
  color: black;
  font-size: 0.9em;
  padding: 0px 0;
  margin-top: 80px; }

#footer .gradient {
  padding: 15px 0;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 100px);
  background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 100px);
  background-image: linear-gradient(top, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 100px); }

#footer ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  width: 960px;
  display: flex; }

#footer ul li {
  flex: 1 1 auto;
  vertical-align: top; }

#footer .copyright {
  background-color: black;
  color: #ccc;
  text-align: center;
  padding: 5px; }

#footer .partners {
  position: relative; }

#footer .partners h5 {
  color: gray;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold;
  margin: 0;
  min-width: 230px; }

#footer .partners-header {
  margin: 10px 0; }

#footer .partners-header:after {
  content: "";
  display: block;
  clear: both; }

#footer .partners-header .left {
  float: left; }

#footer .partners-header .right {
  float: right; }

#footer .features ul,
#footer .partners ul {
  list-style-type: none;
  position: relative;
  margin: 0 auto !important;
  padding: 0;
  text-align: center; }

#footer .features ul li,
#footer .partners ul li {
  position: relative;
  display: inline-block;
  width: 230px;
  vertical-align: top;
  text-decoration: none;
  text-align: center;
  color: grey;
  font-size: 0.8em;
  line-height: 150%;
  padding-bottom: 10px; }

#footer .features ul li img,
#footer .partners ul li img {
  display: block;
  margin: 0 auto 5px; }

#footer .features ul li em,
#footer .partners ul li em {
  display: block;
  margin-top: 5px;
  font-size: .65em;
  line-height: 130% !important; }

#footer .partners .wrapper.center ul {
  margin: 0 !important; }

#footer .medial {
  background: #d5e5ff url(../images/partners-bg.png) repeat-x 0 -410px;
  padding: 30px 0; }

#footer .medial-item {
  display: inline-block;
  width: 300px;
  margin-right: 25px; }

#footer .medial-item:last-child {
  margin-right: 0; }

#footer .medial-item h3 {
  color: gray;
  display: inline-block;
  font-size: 0.9rem;
  font-weight: bold; }

#footer .medial-item-logo {
  width: 250px;
  height: 100px;
  display: block;
  background-image: url(../images/sprites.png);
  margin: 0 auto; }

#footer .medial-item-logo-3 {
  background-position: 0 -150px; }

#footer .medial-item-logo-2 {
  background-position: -260px -150px; }

#footer .medial-item-logo-1 {
  background-position: -510px -150px; }

#footer .medial-item-logo-twitter {
  width: 120px;
  background-position: -820px -150px; }

#footer .bottom-navigation {
  padding: 10px 0;
  background: #22a0f8; }

#footer .bottom-navigation li {
  text-align: center;
  margin-left: 15px; }

#footer .bottom-navigation li:first-child {
  margin-left: 0; }

#footer .bottom-navigation a {
  color: white;
  text-decoration: none; }

#footer .bottom-navigation a:hover {
  text-decoration: underline; }

/* content
********************************************************************************************************/
#content {
  margin-top: 60px; }

/* contacts
********************************************************************************************************/
#contacts p {
  position: relative;
  padding-left: 140px; }

#contacts label {
  position: absolute;
  line-height: 110%;
  top: 0;
  left: 0;
  width: 120px;
  text-align: right;
  font-size: .9em;
  color: #004f7d;
  font-weight: bold; }

#contacts .google-map {
  display: block;
  height: 250px;
  margin-top: 30px;
  background: #ccc; }

/* target-groups
********************************************************************************************************/
#target-groups .title {
  display: block;
  height: 120px;
  text-indent: -99999px;
  margin: 50px; }

#target-groups .title-preco {
  background: url(../images/ref-title-preco.png) no-repeat center; }

#target-groups .title-preto {
  background: url(../images/ref-title-preto.png) no-repeat center; }

#target-groups .group {
  margin: 0 80px 50px 80px;
  padding: 0 60px 0 80px;
  font-weight: bold;
  position: relative;
  border: 2px solid white;
  border-radius: 15px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  min-height: 245px; }

#target-groups .group::after {
  content: "";
  background: url(../images/sprites.png);
  background-position: -100px 0px;
  display: block;
  position: absolute;
  right: 30px;
  top: 30px;
  width: 50px;
  height: 50px; }

#target-groups .group figure {
  position: absolute;
  top: 50%;
  left: 25px;
  margin: 0;
  width: 70px;
  text-align: center;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%); }

/* about-product
********************************************************************************************************/
#about-product .guaranteed::before {
  content: "";
  background: url(../images/guarantee-of.png);
  position: absolute;
  display: block;
  width: 197px;
  height: 297px;
  bottom: 0;
  left: 0; }

#about-product .guaranteed ul {
  margin: 0;
  text-align: right; }

#about-product .guaranteed li {
  display: inline-block;
  margin: 0 40px;
  vertical-align: top;
  text-align: center; }

#about-product .guaranteed li::before {
  content: "";
  background: url(../images/sprites.png);
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto 10px; }

#about-product .guaranteed li.guaranteed-1::before {
  background-position: 0 0; }

#about-product .guaranteed li.guaranteed-2::before {
  background-position: -50px 0px; }

#about-product .guaranteed li.guaranteed-3::before {
  background-position: -150px 0px; }

#about-product .guaranteed li.guaranteed-4::before {
  background-position: -100px 0px; }

#about-product .guaranteed strong {
  display: block;
  color: black;
  font-weight: bold; }

#about-product .application-panel {
  background: #005996;
  border-radius: 15px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin: 0 auto 65px;
  overflow: hidden; }

#about-product .application-panel img {
  width: 100%; }

#about-product .application-panel figcaption {
  text-align: center;
  padding: 15px 0;
  font-size: 1.5rem;
  line-height: 130%;
  font-weight: bold;
  position: relative; }
  #about-product .application-panel figcaption .logo {
    display: block;
    width: 125px;
    height: 120px;
    background: url(../images/logo.png) no-repeat;
    position: absolute;
    top: -70px;
    left: 50px; }

/* faq
********************************************************************************************************/
#faq dl {
  margin-bottom: 50px; }

#faq dt {
  color: #00547a;
  font-weight: bold;
  font-size: 1.1em;
  line-height: normal;
  margin-bottom: 5px; }

#faq dd {
  margin: 0 0 15px; }

/* service-and-sizes
********************************************************************************************************/
#service-and-sizes dt {
  float: left;
  width: 70px;
  text-align: right;
  margin-right: 20px;
  color: #004f7d;
  font-weight: bold; }

/* shop
********************************************************************************************************/
#shop {
  padding: 40px 0 20px;
  position: relative;
  /* navigation */
  /* side box */
  /* cart */
  /* steps */
  /* step - products */
  /* step - products - goods */
  /* step - products - cart */
  /* step - books */
  /* step - delivery */
  /* step - payment */
  /* step - summary */ }
  #shop:after {
    content: "";
    display: block;
    clear: both; }
  #shop hr {
    border: none;
    border-top: 1px solid; }
  #shop .order-navigation {
    display: block;
    float: left;
    width: 190px;
    padding: 20px 20px 20px 0;
    border-right: 1px solid white;
    min-height: 430px;
    font-size: .9rem; }
    #shop .order-navigation a {
      display: block;
      margin-bottom: 40px;
      color: inherit;
      background: #00698e;
      text-decoration: none;
      padding: 5px 15px; }
    #shop .order-navigation a.active {
      opacity: 1; }
    #shop .order-navigation a.disabled {
      opacity: 0.4; }
  #shop .side-box {
    text-align: center;
    position: absolute;
    top: 60px;
    right: 0px;
    width: 200px; }
    #shop .side-box .button {
      margin: 0 auto 10px;
      display: block;
      width: 170px; }
    #shop .side-box .submit-button {
      font-weight: bold;
      margin-top: 20px; }
    #shop .side-box p {
      margin: 0 0 20px;
      font-size: 1.3rem; }
  #shop .side-box-price {
    margin-bottom: 50px !important;
    position: relative; }
  #shop .side-box-limited-offer {
    display: block;
    background: #e6592e;
    position: absolute;
    right: 20px;
    padding: 5px 14px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: .8em;
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
    top: 15px;
    /*display: none;*/ }
  #shop .side-box-title:after {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(../images/sprites.png) no-repeat -250px 0;
    margin: 20px auto 0; }
  #shop .cart-item {
    padding: 15px 20px;
    margin-bottom: 10px;
    border: 1px solid white;
    position: relative;
    display: -ms-flex;
    display: flex; }
  #shop .cart-item:last-child {
    margin-bottom: 0; }
  #shop .cart-item > * {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  #shop .cart-item-name {
    font-weight: bold;
    -ms-flex: 1 0 150px;
    flex: 1 0 150px; }
  #shop .cart-item-book-title {
    display: block;
    font-weight: normal;
    font-size: .8em;
    white-space: nowrap; }
  #shop .cart-item-amount {
    -ms-flex: 0 0 30px;
    flex: 0 0 30px;
    display: inline-block;
    margin-right: 5px;
    color: #00698e; }
  #shop .cart-item-color .brown {
    background-color: #d39c5a; }
  #shop .cart-item-color .green {
    background-color: #89a952; }
  #shop .cart-item-color .yellow {
    background-color: #f1d700; }
  #shop .cart-item-color .red {
    background-color: #e6592e; }
  #shop .cart-item-price {
    -ms-flex: 0 0 100px;
    flex: 0 0 100px;
    text-align: right; }
  #shop .cart-item-variant-details {
    display: inline-block;
    font-size: .9em; }
  #shop .cart-item-variant-details > * {
    display: inline-block; }
  #shop .cart-item-variant-details > *:not(:last-child) {
    margin-right: 15px;
    padding-right: 15px;
    border-right: 1px solid white; }
  #shop .cart-item .color-thumbnail {
    display: inline-block;
    width: 14px;
    height: 14px;
    vertical-align: middle;
    margin-right: 3px;
    position: relative;
    top: -2px;
    border: 1px solid white; }
  #shop .steps {
    display: block;
    margin-left: 240px;
    padding-top: 18px;
    width: 500px; }
  #shop .step {
    position: relative; }
  #shop .step h4 {
    font-size: 1em;
    font-weight: bold; }
  #shop .step h5 {
    color: #00698e;
    margin-top: 20px;
    margin-bottom: 10px; }
  #shop .step .columns {
    display: -ms-flex;
    display: flex; }
  #shop .step .columns .column {
    -ms-flex: 1 0 50%;
    flex: 1 0 50%; }
  #shop .step-products .tip {
    margin-top: 20px;
    font-size: .8em; }
  #shop .step-products .info {
    background: #008dd5;
    padding: 10px 15px;
    display: block; }
  #shop .product {
    margin: 30px 0 30px 0;
    padding: 0;
    position: relative; }
  #shop .product label {
    display: inline-block;
    width: 150px;
    text-align: center;
    font-size: 1em !important;
    margin-right: 10px;
    line-height: 32px; }
  #shop .product-name {
    font-size: 1.5em;
    line-height: normal;
    margin-bottom: 20px;
    display: none; }
  #shop .product-price {
    position: absolute;
    top: 25px;
    right: 18px;
    font-size: 1.5em;
    display: none; }
  #shop .product-size,
  #shop .product-color,
  #shop .product-present,
  #shop .product-amount {
    margin: 0 0 10px 0; }
  #shop .product .selector {
    width: 285px; }
  #shop .product .color-selector .color-thumbnail {
    display: inline-block;
    width: 16px;
    height: 16px;
    margin-right: 10px;
    vertical-align: middle;
    position: relative;
    top: -2px; }
  #shop .product .color-selector .selector-selected {
    padding-left: 65px; }
  #shop .product .color-selector .selector-selected .color-thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 50px;
    bottom: 0px;
    height: auto;
    border-radius: 10px 0 0 10px;
    border-right: 2px solid white; }
  #shop .product .book-selector .selector-selected {
    padding-left: 60px; }
  #shop .product .book-selector .book-thumbnail {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 50px;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    border-right: 2px solid white;
    border-radius: 10px 0 0 10px; }
  #shop .product .book-selector .book-title {
    display: inline-block;
    line-height: 130%; }
  #shop .product-amount-holder {
    display: inline-block;
    font-size: 0;
    box-shadow: 0 0 0 2px white;
    border-radius: 10px; }
  #shop .product-amount-holder > * {
    outline: none; }
  #shop .product-amount input {
    background: #dcf5ff;
    border: 0;
    padding: 3px 5px;
    width: 185px;
    text-align: center;
    font-size: 1rem;
    margin: 0;
    vertical-align: middle;
    height: 28px;
    box-sizing: border-box; }
  #shop .product-amount input::-webkit-inner-spin-button {
    display: none; }
  #shop .product-amount .button {
    background: none;
    font-size: 2rem;
    font-weight: bold;
    border: none;
    box-shadow: none;
    background-color: #018fd2;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    width: 50px;
    text-align: center;
    margin: 0;
    height: 26px;
    line-height: 24px;
    color: white;
    padding: 0;
    text-indent: -99999px; }
  #shop .product-amount-decrease {
    border-radius: 10px 0 0 10px;
    background-image: url(../images/icon-minus.png) !important; }
  #shop .product-amount-increase {
    border-radius: 0 10px 10px 0;
    background-image: url(../images/icon-plus.png) !important; }
  #shop .product-amount .button:hover {
    filter: brightness(120%);
    -webkit-filter: brightness(110%); }
  #shop .product-actions {
    margin-top: 15px;
    text-align: right;
    padding-top: 10px; }
  #shop .product-actions .button {
    font-size: .8em;
    padding: 10px 20px;
    display: block;
    text-align: center;
    background-image: url(../images/button-long-bg.png);
    background-size: 100%;
    font-size: 1.1em;
    width: 100%; }
  #shop .step-products .cart {
    margin-right: -270px; }
  #shop .step-products .cart-item-remove {
    position: absolute;
    top: 8px;
    right: -40px; }
  #shop .step-products .cart-item-remove .icon-remove {
    width: 30px;
    height: 30px;
    color: white;
    background: url(../images/large-close-icon.png) no-repeat center;
    border: none;
    font-size: 2em;
    -webkit-appearance: none;
    appearance: none; }
  #shop .step-products .cart-item-actions .icon-remove:hover {
    opacity: 1; }
  #shop .step-products .cart-summary {
    padding: 20px;
    line-height: 40px; }
  #shop .step-products .cart-total-price {
    font-weight: bold;
    float: right; }
  #shop .step-products .cart-empty-cart {
    font-size: .9em;
    opacity: .8;
    background: none;
    border: none;
    color: white;
    margin: 0;
    -webkit-appearance: none;
    appearance: none; }
  #shop .step-products .cart-empty-cart:hover {
    opacity: 1;
    text-decoration: underline; }
  #shop .step-products .cart-is-empty {
    text-align: center;
    font-size: .9em; }
  #shop .step-books ul {
    list-style-type: none;
    margin-left: 30px;
    padding: 0; }
  #shop .step-books li {
    margin-bottom: 10px; }
  #shop .step-books li:last-child {
    margin-bottom: 0; }
  #shop .step-books li input {
    float: left;
    margin: 0; }
  #shop .step-books li label {
    padding-left: 30px;
    display: block; }
  #shop .step-books .books:after {
    content: "";
    display: block;
    clear: both; }
  #shop .step-books .book {
    display: inline-block;
    width: 135px;
    height: 280px;
    margin: 0 20px 30px 0;
    position: relative;
    vertical-align: top; }
  #shop .step-books .book:nth-child(3n) {
    margin-right: 0; }
  #shop .step-books .book-thumbnail {
    font-size: 0;
    margin-bottom: 15px;
    position: relative;
    line-height: 0;
    box-shadow: 0 0 0 1px white, 0 3px 10px rgba(0, 0, 0, 0.2);
    background: white; }
  #shop .step-books .book-thumbnail img {
    width: 135px;
    height: 180px;
    opacity: .75;
    -webkit-filter: saturate(50%);
    filter: saturate(50%);
    -webkit-transition: -webkit-filter .2s, opacity .2s;
    transition: filter .2s, opacity .2s; }
  #shop .step-books .book-selected .book-thumbnail img {
    opacity: 1;
    -webkit-filter: saturate(100%);
    filter: saturate(100%); }
  #shop .step-books .button-check-tick {
    position: absolute;
    bottom: 10px;
    right: 10px;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    padding: 0;
    opacity: .5; }
  #shop .step-books .book-selected .button-check-tick,
  #shop .step-books .book:hover .button-check-tick {
    opacity: 1; }
  #shop .step-books .book-title {
    font-size: 1em;
    margin: 0 0 10px; }
  #shop .step-books .book-author {
    display: block;
    font-size: .9em;
    opacity: .8;
    margin-bottom: 10px; }
  #shop .step-payment .form-field {
    margin-left: 10px; }
  #shop .step-payment .form-field label {
    width: auto; }
  #shop .step-payment .form-field .payment-icon {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-left: 10px; }
  #shop .step-payment .voucher-desc {
    font-size: .8em; }
  #shop .step-payment .voucher textarea {
    padding: 5px 10px;
    font-size: .9rem;
    width: 300px;
    vertical-align: middle;
    color: #00698e;
    background: #dcf5ff;
    border: none;
    margin: 0;
    border-radius: 0;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  #shop .step-payment .vouchers .added-vouchers {
    margin-bottom: 15px;
    margin-left: 30px;
    padding-left: 0; }
  #shop .step-summary .cart-item-name {
    max-height: 40px;
    white-space: nowrap;
    -ms-flex: 1 0 100px;
    flex: 1 0 100px; }
  #shop .step-summary .cart-item-book-title {
    display: block;
    margin-top: 5px;
    white-space: nowrap; }
  #shop .step-summary .cart-item-variant-details {
    font-size: 0.8em; }
  #shop .step-summary .cart-item-variant-details > *:not(:last-child) {
    padding-right: 8px;
    margin-right: 5px; }
  #shop .step-summary .voucher-code {
    font-size: .8em; }

/* product
********************************************************************************************************/
#product {
  margin: 80px auto; }

#product .product-variants {
  height: 300px;
  background: url(../images/product-bg.png) no-repeat center;
  position: relative;
  margin-bottom: 80px; }

#product .product-variants-descriptions,
#product .product-variants-colors,
#product .product-variants-color {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 100%;
  height: 100%; }

#product .product-variants-descriptions {
  background: url(../images/product-descriptions.png) no-repeat center;
  z-index: 2; }

#product .product-variants-color {
  background: url(../images/product-colors.png) no-repeat center;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 1s, visibility 1s;
  -moz-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s; }

#product .product-variants-color.selected {
  visibility: visible;
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity .3s, visibility .3s;
  -moz-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s; }

#product .product-variants-color.color-red {
  background-position: 0 0; }

#product .product-variants-color.color-brown {
  background-position: 0 -300px; }

#product .product-variants-color.color-yellow {
  background-position: 0 -600px; }

#product .product-variants-color.color-green {
  background-position: 0 -900px; }

#product .product-variants-colors-selector {
  text-align: center;
  padding: 20px;
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0; }

#product .product-variants-colors-selector a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 10px;
  position: relative;
  box-shadow: 0 0 0 2px white;
  margin: 0 5px;
  outline: none;
  z-index: 2; }

#product .product-variants-colors-selector a.color-red {
  background-color: #e6592e; }

#product .product-variants-colors-selector a.color-brown {
  background-color: #d39c5a; }

#product .product-variants-colors-selector a.color-yellow {
  background-color: #f1d700; }

#product .product-variants-colors-selector a.color-green {
  background-color: #89a952; }

#product .product-variants-colors-selector a.selected::after,
#product .product-variants-colors-selector a:hover::after {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 3px;
  border-radius: 13px;
  box-shadow: 0 0 0 2px white; }

#product .order {
  margin: 30px 0 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 1; }
  #product .order .price {
    font-size: 2.5rem;
    font-weight: bold;
    padding: 25px 25px;
    border-radius: 5px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
    background-color: #239ffe;
    position: relative; }
  #product .order .actions {
    text-align: center; }
    #product .order .actions p {
      margin-top: 1rem; }
    #product .order .actions .support a {
      background-image: -webkit-linear-gradient(top, #d23b42, #c62d35);
      background-image: -moz-linear-gradient(top, #d23b42, #c62d35);
      background-image: linear-gradient(top, #d23b42, #c62d35);
      -webkit-animation: special-offer-glowing 1s infinite;
      -moz-animation: special-offer-glowing 1s infinite;
      animation: special-offer-glowing 1s infinite; }
  #product .order .order-button {
    background-image: -webkit-linear-gradient(top, #f1a189, #e6592e);
    background-image: -moz-linear-gradient(top, #f1a189, #e6592e);
    background-image: linear-gradient(top, #f1a189, #e6592e);
    -webkit-animation: special-offer-glowing 1s infinite;
    -moz-animation: special-offer-glowing 1s infinite;
    animation: special-offer-glowing 1s infinite; }
  #product .order.limited-offer .price::after {
    content: "";
    display: block;
    width: 139px;
    height: 75px;
    background: url(../images/limited-offer.png);
    top: 40px;
    right: -35px;
    position: absolute; }
  #product .order.limited-offer .original-price {
    position: absolute;
    top: -40px;
    text-decoration: line-through;
    font-weight: normal;
    font-size: 1.5rem;
    text-align: center;
    left: 0;
    right: 0; }
  #product .order.limited-offer .countdown {
    background: #e6592e;
    padding: 15px 20px;
    border-radius: 10px;
    box-shadow: inset 0 0 0 5px rgba(255, 255, 255, 0.5), 0 3px 5px rgba(0, 0, 0, 0.2);
    width: 200px;
    text-align: center;
    -webkit-animation: special-offer-glowing 1s infinite;
    -moz-animation: special-offer-glowing 1s infinite;
    animation: special-offer-glowing 1s infinite; }
    #product .order.limited-offer .countdown countdown {
      font-size: 1.2em;
      margin-top: 5px;
      display: block; }
    #product .order.limited-offer .countdown span {
      display: inline-block;
      margin: 0 5px;
      font-weight: bold; }

#product .order.special-offer {
  background: url(../images/special-offer.png) no-repeat 35px 50%;
  height: 120px;
  position: relative; }

#product .order.special-offer .order-price {
  display: none; }

#product .order.special-offer .order-button {
  margin-right: 16px; }

#product .order.special-offer-hot .special-offer-countdown {
  background: #e55b1c; }

#product .product-details {
  position: relative;
  padding-left: 420px; }

#product .product-details ul {
  list-style-type: none;
  position: relative; }

#product .product-details ul li {
  position: relative;
  margin-bottom: 20px; }

#product .product-details ul li:before {
  content: "";
  position: absolute;
  top: -10px;
  left: -60px;
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/sprites.png) -100px 0px; }

#product .large-button:before {
  content: "";
  display: block;
  height: 50px;
  width: 50px;
  background: url(../images/sprites.png);
  position: absolute;
  top: 10px;
  left: 10px; }

#product .product-details .love-button {
  position: absolute;
  top: 20px;
  left: 0px; }

#product .love-button:before {
  background-position: -200px 0px; }

#product .product-details .photo-button {
  position: absolute;
  top: 20px;
  left: 182px; }

#product .audio-button:before {
  background-position: -350px 0px; }

#product .product-details .audio-button {
  position: absolute;
  top: 100px;
  left: 0px; }

#product .photo-button:before {
  background-position: -400px 0px; }

#product .product-details .video-button {
  position: absolute;
  top: 100px;
  left: 0px; }

#product .video-button:before {
  background-position: -450px 0px; }

@-webkit-keyframes special-offer-glowing {
  80%, 100% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%); }

  90% {
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    filter: brightness(150%); } }
@-moz-keyframes special-offer-glowing {
  80%, 100% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%); }

  90% {
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    filter: brightness(150%); } }
@keyframes special-offer-glowing {
  80%, 100% {
    -webkit-filter: brightness(100%);
    -moz-filter: brightness(100%);
    filter: brightness(100%); }

  90% {
    -webkit-filter: brightness(150%);
    -moz-filter: brightness(150%);
    filter: brightness(150%); } }
/* references
********************************************************************************************************/
#references .user-evaluation {
  border: 1px dotted white;
  border-width: 1px 0;
  padding-top: 50px;
  margin-bottom: 100px; }
  #references .user-evaluation h2 {
    font-size: 2em;
    text-align: center; }
  #references .user-evaluation hr {
    border: none;
    border-top: 1px dotted white;
    margin: 50px 0; }
  #references .user-evaluation .stories {
    height: 300px;
    overflow-y: scroll; }
    #references .user-evaluation .stories::-webkit-scrollbar-thumb {
      border-radius: 10px;
      background: white; }
    #references .user-evaluation .stories::-webkit-scrollbar-track {
      background: rgba(0, 0, 0, 0.1);
      border-radius: 10px; }
  #references .user-evaluation .stars {
    display: block;
    margin: 50px auto; }

#references .reference {
  margin: 75px 200px 75px 150px;
  font-weight: bold;
  font-size: 0.9em;
  position: relative;
  min-height: 70px; }

#references .reference figure {
  position: absolute;
  top: 0;
  margin: 0;
  left: 0; }

#references .reference blockquote {
  margin: 0 0 0 90px; }

#references .reference .sign {
  text-align: right;
  margin: 20px 0 0 0; }

#references .reference {
  margin: 75px 200px 75px 150px;
  font-weight: bold;
  font-size: 0.9em;
  position: relative; }

#references .reference::after {
  content: "";
  background: url(../images/sprites.png);
  background-position: -100px 0px;
  display: inline-block;
  position: absolute;
  right: -100px;
  top: 0px;
  vertical-align: middle;
  width: 50px;
  height: 50px;
  float: right; }

#references .reference-garant {
  background: url(../images/dr-krekan.png) no-repeat 30px 0/auto 100%;
  border: 2px solid white;
  border-radius: 15px;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
  margin: 80px 70px 80px 0;
  padding: 30px 120px 20px 240px; }

#references .reference-garant::after {
  right: 30px;
  top: 30px; }

#references .title-preco,
#references .title-preto {
  background: url(../images/ref-title-preco.png) no-repeat center;
  display: block;
  margin: 30px 0;
  height: 120px;
  text-indent: -999999px;
  margin: 70px 0 -50px; }

#references .title-preto {
  background-image: url(../images/ref-title-preto.png);
  margin-bottom: 0; }

/* terms-and-conditions
********************************************************************************************************/
#terms-and-conditions.wrapper {
  width: 750px; }
#terms-and-conditions h2 {
  color: #0068b0; }

/* private-policy
********************************************************************************************************/
#private-policy.wrapper {
  width: 750px; }
#private-policy h2 {
  color: #0068b0; }

/*
********************************************************************************************************/
.payment-tools {
  background: #eaf2ff;
  text-align: center;
  padding: 30px 0; }

.payment-tools h3 {
  font-size: .9rem;
  font-weight: normal;
  display: inline-block;
  margin: 0 20px 0 0; }

.payment-tools img {
  vertical-align: middle;
  margin: 0 40px; }

/* cool select
********************************************************************************/
.selector {
  display: inline-block;
  font-size: 0.8em;
  position: relative;
  background: #029ff0 url(../images/select-box-arrow.png) no-repeat 100% 50%;
  color: white;
  user-select: none;
  border-radius: 10px;
  box-shadow: 0 0 0 2px white;
  box-sizing: border-box;
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0));
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none; }

.selector-selected {
  position: relative;
  padding: 5px 65px 5px 15px;
  text-align: center; }

.selector-selected::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 100%;
  background: #018fd2 url(../images/icon-drop-down.png) no-repeat center;
  border-radius: 0 10px 10px 0; }

.selector-options {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  z-index: 1;
  min-width: 100%;
  padding: 5px 15px;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  white-space: nowrap;
  box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5);
  color: black;
  border-radius: 10px; }

.selector-opened .selector-options {
  visibility: visible;
  opacity: 1; }

.selector-option {
  margin: 0 -15px;
  padding: 0 15px;
  position: relative; }

.selector-option:hover {
  background: #eee; }

.selector-option:first-child {
  /*border-radius: 4px 4px 0 0;*/ }

.selector-option:last-child {
  /*border-radius: 0 0 4px 4px;*/ }

.selector-option-selected {
  font-weight: bold; }

/* color selector */
.product-variants-colors-selector a,
.color-selector,
.color-selector .selector-options {
  cursor: url(../images/cursor-maliar.png), default !important; }

/* popup
********************************************************************************/
.fog {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 999; }

.popup-holder {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  z-index: 9999;
  padding: 20px;
  display: flex;
  display: -ms-flex; }

.popup {
  width: 650px;
  background: #27a6ff;
  padding: 50px;
  border-radius: 20px;
  border: 2px solid white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.5);
  margin: auto;
  position: relative; }
  .popup h1 {
    font-size: 2rem; }

.popup-minimized .popup::after {
  content: "";
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: rgba(0, 0, 0, 0.4);
  border-radius: 20px;
  z-index: 2; }

.popup-header {
  font-size: 1.8em;
  margin-bottom: 50px;
  line-height: 130%; }

.popup-close {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  top: 40px;
  right: 50px;
  background: url(../images/sprites.png) no-repeat -300px 0;
  z-index: 2; }

.popup-close i {
  display: none; }

.popup h3 {
  font-size: 1.6em;
  margin-top: 10px; }

.popup-buttons {
  margin: 20px -50px -50px;
  padding: 25px 50px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 0 0 20px 20px;
  text-align: right; }

/* certifikat-popup */
.certifikat-popup::before {
  display: none; }

.certifikat-popup img {
  width: 100%;
  max-width: 600px; }

/* module orders
********************************************************************************/
.form-field {
  line-height: normal;
  margin-bottom: 8px;
  min-height: 30px; }

.form-field label {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none; }

.form-field label:first-child {
  display: inline-block;
  width: 90px;
  text-align: right;
  margin-right: 15px;
  vertical-align: middle; }

.form-field input[type=text],
.form-field input[type=email],
.form-field select,
.form-field textarea {
  padding: 5px 10px;
  font-size: .9rem;
  width: 300px;
  vertical-align: middle;
  color: #00698e;
  background: #dcf5ff;
  border: none;
  margin: 0;
  border-radius: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.form-field select {
  color: #00698e;
  background: #dcf5ff url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI2cHgiIGhlaWdodD0iM3B4IiB2aWV3Qm94PSIwIDAgNiAzIiBlbmFibGUtYmFja2dyb3VuZD0ibmV3IDAgMCA2IDMiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwb2x5Z29uIHBvaW50cz0iNS45OTIsMCAyLjk5MiwzIC0wLjAwOCwwICIvPjwvc3ZnPg==") no-repeat 97% 50%;
  -webkit-appearance: none;
  appearance: none; }

.form-separator {
  margin-bottom: 20px; }

.form-field-detail {
  display: block;
  font-size: .8em;
  margin-left: 22px; }

/* popup - red */
.popup-red {
  background: #ca0000 url(../images/logo-white.png) no-repeat center;
  min-width: 520px;
  min-height: 150px;
  width: 60%;
  height: 50%; }

/* Contest
********************************************************************************/
.contest {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 350px;
  padding-top: 50px;
  min-height: 350px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.contest:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  width: 320px;
  height: 365px;
  background: url(../images/tricko.png) no-repeat; }

.contest a {
  color: inherit;
  text-decoration: underline; }

.popup-philosophy .motto {
  margin: 30px;
  font-size: 1.2em;
  padding: 20px;
  background: white;
  border-radius: 20px;
  color: black;
  position: relative; }
.popup-philosophy .motto:after {
  content: "";
  display: block;
  border: 20px solid red;
  width: 0px;
  border-color: white white transparent transparent;
  position: absolute;
  bottom: -35px;
  right: 75px; }
.popup-philosophy .krekan-sign {
  background: url(../images/krekan-sign.png) bottom left no-repeat;
  margin-top: 30px;
  padding-bottom: 80px;
  font-style: italic; }
.popup-philosophy:after {
  content: "";
  display: block;
  width: 150px;
  height: 230px;
  position: absolute;
  bottom: 20px;
  right: 50px;
  background: url(../images/krekan.png) no-repeat;
  left: auto;
  top: auto; }

/* videomatic-container-i0b7v82
********************************************************************************************************/
#videomatic-i0b7v82 {
  position: fixed;
  bottom: 0;
  left: -45px;
  z-index: 999; }

/* reg
********************************************************************************************************/
.reg::after {
  content: ""; }

/* valentin
********************************************************************************************************/
body {
  overflow-x: hidden; }

#header {
  overflow: visible; }
  #header .wrapper::before {
    content: "";
    width: 374px;
    height: 270px;
    background: url(../images/hearts.png) no-repeat;
    position: absolute;
    top: 0px;
    left: -390px;
    z-index: 1;
    pointer-events: none; }
  #header .wrapper::after {
    content: "";
    width: 610px;
    height: 270px;
    background: url(../images/hearts.png) no-repeat -374px 0;
    position: absolute;
    top: 10px;
    right: -395px;
    z-index: 1;
    pointer-events: none; }

#white-top .alfred {
  right: -115px;
  width: 555px; }
  #white-top .alfred .alfred-sign {
    right: 0; }
  #white-top .alfred::after {
    content: "";
    display: block;
    width: 295px;
    height: 280px;
    background: black;
    position: absolute;
    top: 0;
    right: -9px;
    pointer-events: none;
    background: url(../images/alfred.png) no-repeat right top; }
#white-top.compact .alfred {
  width: 560px;
  right: -210px; }
  #white-top.compact .alfred .alfred-bubble {
    right: 440px; }
  #white-top.compact .alfred::after {
    content: none !important; }

.valentin .fog {
  background: rgba(253, 77, 113, 0.8) !important; }
.valentin .popup-close {
  background-position: -520px 0; }

.popup-valentin {
  width: 651px;
  height: 478px;
  background: url(../images/valentin-popup.jpg) no-repeat;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
