
/* ==========================================================================
  Style
========================================================================== */
.clearfix:before, dl:before, .inner:before, .site-main-featured:before, .list-main:before, .site-header:before, .header-main-menu ul:before, .product:before, .price-options label:before, .book-row:before, .pagination:before, .book-list-wrap:before, .search-item:before, .clearfix:after, dl:after, .inner:after, .site-main-featured:after, .list-main:after, .site-header:after, .header-main-menu ul:after, .product:after, .price-options label:after, .book-row:after, .site-sidebar .advertisements-inner:after, .pagination:after, .book-list-wrap:after, .search-item:after {
  content: " ";
  display: table; }
.clearfix:after, dl:after, .inner:after, .site-main-featured:after, .list-main:after, .site-header:after, .header-main-menu ul:after, .product:after, .price-options label:after, .book-row:after, .site-sidebar .advertisements-inner:after, .pagination:after, .book-list-wrap:after, .search-item:after {
  clear: both; }

/* Colors
----------------------------------------------- */
/* Breakpoints
----------------------------------------------- */
/* Grids
----------------------------------------------- */
html {
  font-size: 14px;
  box-sizing: border-box;
  min-width: 300px; }

*, *:before, *:after {
  box-sizing: inherit; }

body {
  background: #efeff1;
  font-size: 87.5%; }
  @media (min-width: 720px) {
    body {
      font-size: 100%; } }

img {
  max-width: 100%;
  height: auto; }

hr {
  margin: 1em 0 1.5em;
  background: 0;
  border: 0;
  border-bottom: 2px solid #f1f1f1; }

.todo {
  background: pink;
  color: red; }

.fb-like-box iframe {
  max-width: 410px;
  position: relative !important; }
.fb-like-box span {
  text-align: center !important; }
@media (max-width: 580px) {
  .fb-like-box {
    display: none !important; } }

/* ==========================================================================
  Components - Typography
========================================================================== */
body {
  font-family: 'Inter', sans-serif;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5;
  color: #000; }

h1 {
    font-family: 'Inter', serif;
}

h2 {
    font-family: 'Inter', serif;
}

h1 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.0;
  margin: 0 0 0.25em; }
  @media (min-width: 720px) {
    h1 {
      font-size: 3rem; } }

h2, h1.header2 {
  font-size: 1.5rem;
  line-height: 1.1;
  margin: 0 0 0.75em; }
  @media (min-width: 720px) {
    h2, h1.header2 {
      font-size: 2rem; } }

h3 {
  line-height: 1.1;
  margin: 0 0 0.5em; }

h4 {
  margin: 0 0 0.5em; }

p {
  margin: 0 0 1em; }

a {
  color: #14144b; }
  a:hover {
    color: #27d2b3; }

dl {
  margin: 0 0 1em; }

dt {
  width: 100px;
  float: left;
  clear: left;
  line-height: 1.3;
  color: #333; }

dd {
  margin-left: 110px;
  padding-bottom: 0.25em;
  line-height: 1.3; }

/* ==========================================================================
  Components - Forms
========================================================================== */
button,
.button,
input[type=submit] {
  display: inline-block;
  border: 0;
  font-family: inherit;
  padding: 0.5em 1.5em;
  -webkit-font-smoothing: antialiased;
  -moz-transition: all 0.15s;
  -o-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
  text-decoration: none; }
  button.cta,
  .button.cta,
  input[type=submit].cta {
    background: #27d2b3;
    color: #000;
    font-weight: 700; }
    @media (min-width: 720px) {
      button.cta,
      .button.cta,
      input[type=submit].cta {
        font-size: 1.1rem; } }
    button.cta:focus,
    .button.cta:focus,
    input[type=submit].cta:focus {
      outline: 0; }
    button.cta:hover,
    .button.cta:hover,
    input[type=submit].cta:hover {
      background: #17c2a3; }
    button.cta:active,
    .button.cta:active,
    input[type=submit].cta:active {
      -moz-transition: all 0;
      -o-transition: all 0;
      -webkit-transition: all 0;
      transition: all 0;
      background: #27d2b3; }

button.with-icon,
.button.with-icon {
  position: relative;
  padding-left: 2.5em;
  padding-right: 0.5em;
  overflow: hidden; }
  @media (min-width: 720px) {
    button.with-icon,
    .button.with-icon {
      padding-left: 3em;
      padding-right: 1em; } }
  button.with-icon:before,
  .button.with-icon:before {
    color: #000;
    position: absolute;
    left: 0.45em;
    top: 0.65em;
    z-index: 3; }
  button.with-icon:after,
  .button.with-icon:after {
    content: '';
    will-change: transform;
    display: block;
    position: absolute;
    left: -2em;
    top: 0;
    bottom: 0;
    width: 4em;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
  button.with-icon:hover:after,
  .button.with-icon:hover:after {
    left: -1.55em;
    -moz-transform: skew(20deg, 0deg);
    -ms-transform: skew(20deg, 0deg);
    -webkit-transform: skew(20deg, 0deg);
    transform: skew(20deg, 0deg); }
  button.with-icon.cart:after,
  .button.with-icon.cart:after,
   button.with-icon.book:after,
  .button.with-icon.book:after {
    background: #27d2b3; }

  button.with-icon.small, .button.with-icon.small {
    font-size: 1rem;
    font-weight: 600; }

  button.with-icon.purchaselist, .button.with-icon.purchaselist {
    font-size: 0.9rem;
    font-weight: 600;
    margin-top: 10px;
    background: #ffff00; }
  button.with-icon.purchaselist:hover, .button.with-icon.purchaselist:hover {
    background: #eeee00; }
  button.with-icon.purchaselist:after, .button.with-icon.purchaselist:after {
    background: #ffff00; }

  button.with-icon.facebook, button.with-icon.twitter, button.with-icon.instagram, button.with-icon.linkedin,
  .button.with-icon.facebook,
  .button.with-icon.twitter,
  .button.with-icon.instagram,
  .button.with-icon.linkedin {
    font-size: 1rem;
    font-weight: bold;
    color: #fff; }
    @media (min-width: 720px) {
      button.with-icon.facebook, button.with-icon.twitter, button.with-icon.instagram, button.with-icon.linkedin,
      .button.with-icon.facebook,
      .button.with-icon.twitter,
      .button.with-icon.instagram,
      .button.with-icon.linkedin {
        font-size: 0.75em; } }
    button.with-icon.facebook:before, button.with-icon.twitter:before, button.with-icon.instagram:before, button.with-icon.linkedin:before,
    .button.with-icon.facebook:before,
    .button.with-icon.twitter:before,
    .button.with-icon.instagram:before,
    .button.with-icon.linkedin:before {
      font-size: 1.1rem; }
    button.with-icon.facebook:after, button.with-icon.twitter:after, button.with-icon.instagram:after,button.with-icon.linkedin:after,
    .button.with-icon.facebook:after,
    .button.with-icon.twitter:after,
    .button.with-icon.instagram:after,
    .button.with-icon.linkedin:after {
      font-size: 1.1rem;
      background: #f1f1f1; }
  button.with-icon.facebook,
  .button.with-icon.facebook {
    background: #3b5998; }
    button.with-icon.facebook:before,
    .button.with-icon.facebook:before {
      color: #3b5998; }
  button.with-icon.twitter,
  .button.with-icon.twitter {
    background: #00aced; }
    button.with-icon.twitter:before,
    .button.with-icon.twitter:before {
      color: #00aced; }
  button.with-icon.instagram,
  .button.with-icon.instagram {
    background: #00aced; }
    button.with-icon.instagram:before,
    .button.with-icon.instagram:before {
      color: #00aced; }
  button.with-icon.linkedin,
  .button.with-icon.linkedin {
    background: #00aced; }
    button.with-icon.linkedin:before,
    .button.with-icon.linkedin:before {
      color: #00aced; }

div.header-search-form-fields input[type="text"] {
  font-family: inherit;
  padding: 0.4em 0.7em; }

/* ==========================================================================
  Main layout
========================================================================== */
.inner {
  max-width: 1170px;
  margin: 0 6px; }
  @media (min-width: 720px) {
    .inner {
      margin: 0 15px; } }
  @media (min-width: 1200px) {
    .inner {
      margin: 0 auto; } }

.site-main {
  margin-bottom: 2em; }
  @media (min-width: 960px) {
    .site-main {
      width: 74.39024%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none; } }
  .site-main-inner {
    background: #fff;
    padding: 3.7037%; }
    @media (min-width: 720px) {
      .site-main-inner {
        padding: 3.27869%; } }
  .site-main-featured {
    margin: 1.25em 0; }
    .site-main-featured .half {
      margin: 0 0 0.5em;
      text-align: center; }
      @media (min-width: 720px) {
        .site-main-featured .half {
          width: 48.14815%;
          clear: right;
          float: left;
          margin-left: 0;
          margin-right: 3.7037%;
          clear: both;
          margin-bottom: 0; } }
      @media (min-width: 720px) {
        .site-main-featured .half:nth-child(even) {
          width: 48.14815%;
          clear: right;
          float: right;
          margin-right: 0; } }

.list-main {
  margin-bottom: 2em; }
  @media (min-width: 960px) {
    .list-main {
      width: 74.39024%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .list-main-inner {
    background: #fff;
    padding: 3.7037%; }
    @media (min-width: 720px) {
      .list-main-inner {
        padding: 3.27869%; } }

/* ==========================================================================
  Components - Pre-Header
========================================================================== */
.site-preheader {
  background: #14144b;
  color: #ffffff;
  padding: 0.4em 0;
  font-size: 0.9rem;
  text-align: right; }
  .site-preheader a {
    color: #ffffff;
    text-decoration: none; }
  .site-preheader a:hover {
    text-decoration: underline; }
  .site-preheader .language-selector {
    display: inline-block;
    border-left: 1px solid #ffffff;
    margin: 0 0 0 0.8em;
    padding: 0 0 0 1em;
    list-style: none; }
    .site-preheader .language-selector li {
      display: inline-block; }
      .site-preheader .language-selector li + li {
        margin-left: 0.5em; }

/* ==========================================================================
  Components - Header
========================================================================== */
.site-header {
  position: relative;
  background: #14144b;
  margin-bottom: 6px;
  border-bottom: 3px solid #14155b; }
  @media (min-width: 720px) {
    .site-header {
      margin-bottom: 1.25em; } }

.header-logo {
  width: 35.18519%;
  clear: right;
  float: left;
  margin-left: 0;
  margin-right: 3.7037%; }
  @media (min-width: 720px) {
    .header-logo {
      width: 14.63415%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 2.43902%;
      padding: 0.6em 0 0 2.43902%; } }
  .header-logo img {
    height: 70px; }
    @media (min-width: 720px) {
      .header-logo img {
        height: auto; } }

/* ==========================================================================
  Components - Header - Mobile toggles
========================================================================== */
.header-mobile-toggles {
  position: absolute;
  top: 16px;
  right: 3.7037%;
  padding-right: 6px; }
  @media (min-width: 720px) {
    .header-mobile-toggles {
      display: none; } }
  .header-mobile-toggles button {
    padding: 0;
    text-align: center;
    line-height: 44px;
    background: transparent;
    height: 44px;
    width: 44px;
    vertical-align: middle;
    color: #ffffff; }
    .header-mobile-toggles button + button {
      margin-left: 8px; }

.cart-toggle {
  font-size: 1.8em; }

.search-toggle {
  font-size: 1.8em; }

.navigation-toggle {
  display: inline-block;
  border: none !important;
  background: none !important;
  padding: 0;
  transition: .3s;
  cursor: pointer;
  user-select: none;
  border-radius: 0;
  will-change: transform, opacity; }
  .navigation-toggle:hover {
    opacity: 1; }
  .navigation-toggle:active {
    transition: 0; }
  .navigation-toggle:focus {
    outline: 0; }
  .navigation-toggle .lines {
    display: inline-block;
    width: 2rem;
    height: 0.25rem;
    background: #ffffff;
    transition: 0.3s;
    position: relative;
    vertical-align: middle;
    top: -2px;
    will-change: background; }
    .navigation-toggle .lines:before, .navigation-toggle .lines:after {
      display: inline-block;
      width: 2rem;
      height: 0.25rem;
      background: #ffffff;
      transition: 0.3s;
      position: absolute;
      left: 0;
      content: '';
      -webkit-transform-origin: 0.14285rem center;
      transform-origin: 0.14285rem center; }
    .navigation-toggle .lines:before {
      will-change: transform;
      -webkit-transform: translateY(0.6rem);
      transform: translateY(0.6rem); }
      .no-cssanimations .navigation-toggle .lines:before {
        top: 8px; }
    .navigation-toggle .lines:after {
      will-change: transform;
      -webkit-transform: translateY(-0.6rem);
      transform: translateY(-0.6rem); }
      .no-cssanimations .navigation-toggle .lines:after {
        top: -8px; }
  .navigation-toggle:hover .lines:before {
    -webkit-transform: translateY(0.7rem);
    transform: translateY(0.7rem); }
  .navigation-toggle:hover .lines:after {
    -webkit-transform: translateY(-0.7rem);
    transform: translateY(-0.7rem); }
  .cssanimations .navigation-toggle.active .lines {
    background: transparent; }
  .navigation-toggle.active .lines:before, .navigation-toggle.active .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    width: 2rem; }
  .navigation-toggle.active .lines:before {
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg); }
  .navigation-toggle.active .lines:after {
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg); }

.header-main-menu,
.header-search,
.header-cart {
  clear: both;
  max-height: 0;
  overflow: hidden;
  transition: 0.3s; }
  @media (min-width: 720px) {
    .header-main-menu,
    .header-search,
    .header-cart {
      max-height: none; } }
  .header-main-menu.active,
  .header-search.active,
  .header-cart.active {
    margin: 0.5em 0;
    max-height: 120px; }
    @media (min-width: 720px) {
      .header-main-menu.active,
      .header-search.active,
      .header-cart.active {
        margin: 0; } }

.header-main-menu.active {
  max-height: 250px; }

/* ==========================================================================
  Components - Header - Main navigation
========================================================================== */
@media (min-width: 720px) {
  .header-main-menu {
    width: 82.92683%;
    clear: right;
    float: right;
    margin-right: 0;
    position: relative; } }
@media (min-width: 720px) {
  .header-main-menu:after {
    content: '';
    display: inline-block;
    width: 100%;
    height: 2px;
    background: #14144b;
    position: absolute;
    left: 0;
    bottom: 0; } }
.header-main-menu ul {
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #f1f1f1; }
.header-main-menu li {
  display: inline-block;
  position: relative;
  z-index: 2;
  float: left;
  width: 50%;
  border-top: 1px solid #f1f1f1; }
  .header-main-menu li:nth-child(2n+2) {
    border-left: 1px solid #f1f1f1; }
    @media (min-width: 720px) {
      .header-main-menu li:nth-child(2n+2) {
        border-left: 0; } }
.header-main-menu a {
  display: block;
  padding: 16px 0.2em 18px;
  color: #ffffff;
  text-decoration: none;
  line-height: 1;
  text-align: center;
  /* Keep in one line */ }
  @media (max-width: 900px) {
    .header-main-menu a {
      font-size: 0.90rem;
      padding-right: .1em;
      padding-left: .1em; } }
  @media (max-width: 800px) {
    .header-main-menu a {
      font-size: 0.80rem;
      padding-right: .1em;
      padding-left: .1em; } }
  .header-main-menu a:hover {
    background: #ffff00;
    color: #000; }
  .header-main-menu a:active {
    background: #eeee00; }

@media (min-width: 720px) {
  .flexbox .header-main-menu ul {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify;
    -ms-flex-wrap: wrap; } }
@media (min-width: 720px) {
  .flexbox .header-main-menu li {
    flex-grow: 1;
    float: none;
    width: auto;
    border-top: 0; } }

@media (min-width: 720px) {
  .no-flexbox .header-main-menu ul {
    width: 100%;
    display: block;
    text-align: right; } }
.no-flexbox .header-main-menu li {
  display: inline-block;
  width: auto;
  margin-left: .25em;
  margin-right: .25em; }
  @media (max-width: 750px) {
    .no-flexbox .header-main-menu li {
      margin-left: .1em;
      margin-right: .1em; } }
  @media (max-width: 719px) {
    .no-flexbox .header-main-menu li {
      display: block;
      width: 49%;
      float: left; } }
  @media (max-width: 300px) {
    .no-flexbox .header-main-menu li {
      width: 47%; } }
@media (max-width: 900px) {
  .no-flexbox .header-main-menu a {
    font-size: 0.85rem; } }

/* ==========================================================================
  Components - Header - Search
========================================================================== */
@media (min-width: 720px) {
  .header-search {
    width: 57.31707%;
    clear: right;
    float: left;
    margin-right: 2.43902%;
    padding: 0.75em 0; } }

.header-search-form {
  position: relative; }

.header-search-form-fields {
  background: #f1f1f1;
  position: relative;
  margin-top: 42px; }
  @media (min-width: 720px) {
    .header-search-form-fields {
      height: 36px;
      margin-top: 0; } }

.header-search-text {
  border: 0;
  background: #f1f1f1;
  height: 36px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 100%;
  left: 0;
  margin-bottom: 5px;
  -webkit-appearance: none;
  border-radius: 0; }
  @media (min-width: 720px) {
    .header-search-text {
     position: relative;
      bottom: auto;
      margin-bottom: 0; } }
  .header-search-text:focus {
    outline: 0; }

.header-search-hack {
    display: none;
}
@media (max-width: 719px) {
    .header-search-hack {
        background-color: #14144b; 
        display: inline-block;
        width: 1px;
        height: 26px;
        padding-bottom: 0px;
    }
}

.header-search-submit {
  background: #ffff00;
  color: #000;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33%; 
  margin-left: 2px;
  /* Firefox fix */
  z-index: 10;
  /* Keeps icon and text on same line */ }
  @media (max-width: 800px) {
    .header-search-submit {
      text-align: center; }
      .header-search-submit span {
        display: none; } }
  @media (max-width: 719px) {
    .header-search-submit {
      margin-right: 2px;
      width: 33%;
      right: 33%; }
    .header-search-submit span {
      display: inline-block; } }
  @media (max-width: 310px) {
    .header-search-submit {
      text-align: center; }
      .header-search-submit span {
        display: none; } }
  @media (min-width: 720px) {
    .header-search-submit {
      position: relative;
      width: auto; } }
  @media (max-width: 800px) {
    .header-search-submit {
      padding: inherit 0; } }
  .header-search-submit .icon-search {
    margin-right: 0.25em;
    position: relative;
    top: 1px; }
  .header-search-submit:focus, .header-search-submit:hover {
    background: #eeee00;
    outline: 0; }
  .header-search-submit:active {
    background: #eeee00; }

.header-ai-search-submit {
  background: #27d2b3;
  color: #000;
  height: 36px;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 33%; 
  margin-left: 2px;
  white-space: nowrap;
  /* Firefox fix */
  z-index: 10;
  /* Keeps icon and text on same line */ }
  @media (max-width: 800px) {
    .header-ai-search-submit {
      text-align: center; }
      .header-ai-search-submit span {
        display: none; } }
  @media (max-width: 719px) {
    .header-ai-search-submit {
      width: 33%;
      right: 0; }
    .header-ai-search-submit span {
      display: inline-block; } }
  @media (max-width: 310px) {
    .header-ai-search-submit {
      text-align: center; }
      .header-ai-search-submit span {
        display: none; } }
  @media (min-width: 720px) {
    .header-ai-search-submit {
      position: relative;
      width: auto; } }
  @media (max-width: 800px) {
    .header-ai-search-submit {
      padding: inherit 0; } }
  .header-ai-search-submit .icon-ai-search {
    margin-right: 0.25em;
    position: relative;
    top: 1px; }
  .header-ai-search-submit:focus, .header-ai-search-submit:hover {
    background: #50b89c;
    outline: 0; }
  .header-ai-search-submit:active {
    background: #30987c; }

@media (min-width: 720px) {
  .flexbox .header-search-form {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; } }
@media (min-width: 720px) {
  .flexbox .header-search-form-fields {
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center; } }
@media (min-width: 720px) {
  .flexbox .header-search-text {
    position: relative;
    bottom: auto;
    margin-bottom: 0;
    width: auto;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; } }

.no-flexbox .header-search-text {
  position: relative;
  float: left; }
  @media (max-width: 719px) {
    .no-flexbox .header-search-text {
      float: none;
      margin-bottom: 100px; } }
.no-flexbox .header-search-submit {
  position: absolute;
  right: 0;
  width: 100px; }
  @media (max-width: 719px) {
    .no-flexbox .header-search-submit {
      position: absolute;
      right: 0;
      top: 40px;
      height: 40px; } }
.no-flexbox .header-ai-search-submit {
  position: absolute;
  right: 0;
  width: 100px; }
  @media (max-width: 719px) {
    .no-flexbox .header-ai-search-submit {
      position: absolute;
      right: 0;
      top: 40px;
      height: 40px; } }

/* ==========================================================================
  Components - Header - Mini cart
========================================================================== */
.header-cart {
  overflow: hidden;
  background: #14144b; }
  @media (min-width: 720px) {
    .header-cart {
      width: 23.17073%;
      clear: right;
      float: right;
      margin-right: 0; } }
  .header-cart p {
    margin-bottom: 0; }
  .header-cart a {
    position: relative;
    display: block;
    padding: 0.5em 1em;
    color: #ffffff;
    font-size: 0.9rem;
    text-decoration: none;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s; }
    .header-cart a:hover {
      background: #ffff00;
      color: #000; }
      .header-cart a:hover .header-cart-price {
        color: #000;
      }
      .header-cart a:hover .icon-cart, .header-cart a:hover button.with-icon.cart:before,
      .header-cart a:hover .button.with-icon.cart:before {
        color: #000; }
    .header-cart a:active {
      background: #eeee00; }
  .header-cart .header-cart-vatinfo {
    font-size: 0.80rem;
    color: #27d2b3;
    margin-left: 5px; }
  .header-cart a:hover .header-cart-vatinfo {
    color: #000; }
  .header-cart .header-cart-price {
    font-size: 1.5rem;
    font-weight: 900;
    line-height: 1;
    color: #fff; }
  .header-cart .icon-cart, .header-cart button.with-icon.cart:before,
  .header-cart .button.with-icon.cart:before {
    position: absolute;
    color: #ffff00;
    right: 0.6em;
    top: 0.3em;
    font-size: 2.5rem;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
    @media (min-width: 720px) {
      .header-cart .icon-cart, .header-cart button.with-icon.cart:before,
      .header-cart .button.with-icon.cart:before {
        font-size: 1.5rem; } }
    @media (min-width: 940px) {
      .header-cart .icon-cart, .header-cart button.with-icon.cart:before,
      .header-cart .button.with-icon.cart:before {
        font-size: 2.25rem; } }

/* ==========================================================================
  Components - Content area
========================================================================== */

.content-social {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }
  @media (min-width: 720px) {
    .content-social {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .content-social a {
    width: 47%;
    margin: 0 0 0.5em;
    text-align: center; }
    @media (min-width: 720px) {
      .content-social a {
        margin: 0;
        width: auto; } }
    .content-social a:nth-child(even) {
      margin-left: 5%; }
      @media (min-width: 720px) {
        .content-social a:nth-child(even) {
          margin-left: 2.43902%; } }
    @media (min-width: 720px) {
      .content-social a + a {
        margin-left: 2.43902%; } }


/* ==========================================================================
  Components - Front page
========================================================================== */
div.main-slider {
  margin-bottom: 6px; }
  @media (min-width: 720px) {
    div.main-slider {
      margin-bottom: 1.25em; } }

.main-slider-slide-inner {
  height: 0;
  padding-bottom: 36.78161%; }

/* ==========================================================================
  Components - Content area - Single product page
========================================================================== */
.product {
  position: relative;
  margin-bottom: 1em; }

.product-image {
  width: 35.18519%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  margin-bottom: 0em; }
  @media (min-width: 720px) {
    .product-image {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }

.product-title {
  width: 61.11111%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none; }
  @media (min-width: 720px) {
    .product-title {
      width: 65.57377%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .product-title h2 {
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    text-transform: inherit;
    letter-spacing: normal;
    margin-bottom: 0.25em; }

@media (min-width: 720px) {
  .product-sidebar {
    width: 31.14754%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }

.product-buy {
  width: 61.11111%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  clear: left;
  margin-bottom: 1em; }
  @media (min-width: 720px) {
    .product-buy {
      text-align: center;
      margin-bottom: 0;
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .product-buy .price {
    color: #000;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1;
    margin-bottom: 0.5em; }
    @media (min-width: 720px) {
      .product-buy .price {
        font-size: 1.75rem;
        margin-bottom: 0.5em; } }
  .product-buy .price-normal {
    color: inherit;
    font-weight: 300;
    font-size: 1rem;
    line-height: 1;
    text-decoration: line-through;
    margin-top: -0.75em;
    margin-bottom: 1.25em; }
    @media (min-width: 720px) {
      .product-buy .price-normal {
        font-size: 1rem;
        margin-bottom: 1.25em; } }


.product-buying-options {
  color: #333;
  font-size: 0.9rem;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
}

.product-buying-options-collection {
  color: #000;
  font-size: 0.9rem;
  font-weight: 600;
  margin-top: 0.25em;
  margin-bottom: 0.75em;
}

.product-buying-options-collection SPAN {
  display: inline-block;
  padding: 0.10em 0.90em 0.10em 0.90em;
  background-color: #ffff00;
  color: #000;
}

.product-buying-options-drm {
  color: #333;
  font-size: 0.9rem;
  margin-top: 0.75em;
}

.product-description {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }
  @media (min-width: 720px) {
    .product-description {
      width: 65.57377%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }

.product-social {
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none;
  clear: both; }
  @media (min-width: 720px) {
    .product-social {
      width: 65.57377%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }
  .product-social a {
    width: 47%;
    margin: 0 0 0.5em;
    text-align: center; }
    @media (min-width: 720px) {
      .product-social a {
        margin: 0;
        width: auto; } }
    .product-social a:nth-child(even) {
      margin-left: 5%; }
      @media (min-width: 720px) {
        .product-social a:nth-child(even) {
          margin-left: 2.43902%; } }
    @media (min-width: 720px) {
      .product-social a + a {
        margin-left: 2.43902%; } }

.product-details dl {
    padding: 1em;
    background: #fcfcfc;
    margin-top: 0.2em;
}

.product-details {
  font-size: 0.9rem;
  clear: both;
  width: 100%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 720px) {
    .product-details {
      width: 100%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none;
      margin-top: 2em;
      clear: both; } }

@media (min-width: 720px) {
  .product-details-features {
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none;
    -moz-columns: 3;
    -webkit-columns: 3;
    columns: 3; } }

@media (min-width: 720px) {
  .product-details-restrictions {
    margin-top: 0.25em;
    width: 100%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }

@media (min-width: 720px) {
  .product-details-description {
    clear: both; } }

.price-options {
  border: 0;
  text-align: left;
  display: block;
  max-width: 220px; }
  @media (min-width: 720px) {
    .price-options {
      margin: 0 auto .1em; } }
  .price-options input {
    margin-right: .2em;
    float: left;
    margin-right: 5%; }
  .price-options span {
    display: block;
    float: left;
    width: 85%;
    margin-top: -0.22em;
    line-height: 1.25; }
  .price-options small {
    display: block;
    line-height: 1;
    margin-top: .15em; }
  .price-options strong {
    display: block;
    color: #000;
    font-size: 1.1rem; }
  .price-options label {
    display: block;
    margin-bottom: 0.75rem; }

/* ==========================================================================
  Components - Content area - Book Row
========================================================================== */
.book-row {
  position: relative;
  margin-left: 1.5em;
  margin-right: 1.5em; }

.book-teaser {
  box-sizing: border-box !important;
  font-size: 1rem;
  padding: 0 5px; }
  @media (min-width: 720px) {
    .book-teaser {
      padding: 0 10px; } }

  .book-teaser-image, .audiobook-teaser-image {
    vertical-align: bottom;
    text-align: center;
    margin-bottom: 0.5em;
    position: relative; }
  .book-teaser-image {
    padding-bottom: 138.88889%; }
  .audiobook-teaser-image {
    padding-bottom: 100%; }
  .book-teaser-image img, .audiobook-teaser-image img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    max-height: 100%; }
.book-teaser-title {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-word;
  font-size: 0.9rem;
  margin-bottom: 0.25em; }
  .book-teaser-title a {
    color: inherit;
    text-decoration: none; }
    .book-teaser-title a:hover {
      color: #14144b;
      text-decoration: underline; }

.book-teaser-author {
  font-weight: 300;
  font-size: 0.9rem;
  margin-bottom: 0;
  line-height: 1.3; }
  .book-teaser-author a {
    color: inherit;
    text-decoration: none; }
    .book-teaser-author a:hover {
      color: #14144b;
      text-decoration: underline; }

.book-teaser-price {
  margin-bottom: 0;
  color: #000;
  font-weight: 700;
  font-size: 1rem; }

.book-teaser-price-normal {
  color: inherit;
  font-weight: 300;
  text-decoration: line-through;
  line-height: 0.6;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 0.80rem; }

.book-teaser-price-vatinfo {
  color: inherit;
  font-weight: 300;
  line-height: 0.6;
  margin-top: 0;
  font-size: 0.80rem; }

/* ==========================================================================
  Components - Content area - Bookshelf
========================================================================== */
.bookshelf-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .bookshelf-items article {
    position: relative;
    padding-bottom: 100px;
    margin-right: 3.2%; }
    @media (min-width: 720px) {
      .bookshelf-items article {
        padding-bottom: 95px; } }

.book-teaser-button-group {
  margin: .65em 0 1.5em;
  width: 100%;
  position: absolute;
  bottom: 0; }

.book-teaser-button {
  padding: .5em .55em;
  font-size: 0.9rem;
  font-weight: 600;
  color: #000;
  text-decoration: none;
  margin-bottom: .025em;
  display: block;
  text-align: center; }
  @media (min-width: 720px) {
    .book-teaser-button {
      padding: .2em .55em; } }
  .book-teaser-button:hover {
    color: #000;
    text-decoration: none; }
  .book-teaser-button.light {
    margin-bottom: .2em;
    background: #27d2b3; }
    .book-teaser-button.light:hover {
      background: #f9b722; }
  .book-teaser-button.dark {
    background: #14144b; }
    .book-teaser-button.dark:hover {
      background: #0d0d0d; }

.additional-books {
  clear: both;
  margin-top: .5em; }

/* ==========================================================================
  Components - Sidebar
========================================================================== */
@media (min-width: 960px) {
  .site-sidebar {
    width: 23.17073%;
    float: right;
    margin-left: 0;
    margin-right: 0;
    clear: none; } }
.site-sidebar .advertisements {
  margin-bottom: 3em;
  text-align: center; }
  .site-sidebar .advertisements a {
    display: block;
    margin-bottom: 0.5em; }
    @media (max-width: 959px) {
      .site-sidebar .advertisements a {
        display: inline-block;
        margin-left: .4em;
        margin-right: .4em; } }
    @media (max-width: 620px) {
      .site-sidebar .advertisements a {
        display: block; } }
.site-sidebar .advertisements-inner {
  max-width: 580px;
  margin: 0 auto;
  text-align: left; }
  @media (max-width: 620px) {
    .site-sidebar .advertisements-inner {
      text-align: center; } }
.site-sidebar .how-to-read {
  text-align: center;
  font-size: 0.9rem;
  margin-bottom: 0.5em; }
  .site-sidebar .how-to-read img {
    margin-bottom: 0em; }
  .site-sidebar .how-to-read p {
    margin-bottom: 0em; }
  .site-sidebar .how-to-read p + p {
    line-height: 1.3; }

.site-sidebar-text {
  border: 1px solid #ffffff;
  background-color: #ffffff;
  padding: 0px 10px 5px 10px;
  margin-bottom: 25px;
  font-size: 0.9rem;
  line-height: 1.35em;
}
.site-sidebar-text INPUT, .site-sidebar-text SELECT {
  font-size: 0.9rem;
}
.site-sidebar-text h3 {
  font-size: 1.5rem;
}

#fb-root {
  display: none; }

.fb_iframe_widget, .fb_iframe_widget span, .fb_iframe_widget span iframe[style] {
  width: 100% !important; }

.suomen-vahvimmat {
  text-align: center;
  margin-top: 1em;
  margin-bottom: -1em; }
  @media (min-width: 960px) {
    .suomen-vahvimmat {
        text-align: center;
    }
  }

ul.audience-selector {
    border: 2px solid #f1f1f1; }
ul.audience-selector li a.audience-selector {
    padding: 0px 10px 0px 10px; }

@media (min-width: 960px) {
  .nav-sidebar {
    width: 23.17073%;
    float: left;
    margin-right: -100%;
    margin-left: 0;
    clear: none; } }
.nav-sidebar .nav-category ul {
  padding-left: 0;
  margin: 0; }
.nav-sidebar .nav-category li {
  line-height: 1.6; }
.nav-sidebar .nav-category a {
  color: #000;
  text-decoration: none;
  font-size: 0.9rem;
  display: block;
  border-top: 2px solid #fff;
  line-height: 2;
  padding: .25em 1em;
  background: #fcfcfc; }
  .nav-sidebar .nav-category a:hover {
    background: #27d2b3;
    color: #000; }
.nav-sidebar .nav-category .active a, .nav-sidebar .nav-category .sub-category .active a {
  background: #27d2b3;
  color: #000;
  position: relative; }
.nav-sidebar .nav-category .sub-category {
  padding-top: 2px; }
  .nav-sidebar .nav-category .sub-category a {
    background: transparent;
    color: #000;
    border: 0;
    padding-left: 1.5em;
    line-height: 1.3;
    font-size: 0.9rem;
    background: #f4f4f4; }
    .nav-sidebar .nav-category .sub-category a span {
      font-size: 0.9rem; }
    .nav-sidebar .nav-category .sub-category a:hover {
      color: #000;
      background: #27d2b3; }
    .nav-sidebar .nav-category .sub-category a::after {
      content: "";
      height: 0;
      width: 0; }

/* ==========================================================================
  Components - Footer
========================================================================== */
.site-footer {
  background: #14144b;
  color: #ffffff;
  margin-top: 2em;
  padding: 1.5em 0; }
  .site-footer a {
    text-decoration: none;
    color: #ffffff; }
    .site-footer a:hover {
      color: #fff;
      text-decoration: underline; }

.site-footer-social {
  margin-bottom: 1em;
  margin-left: 3.7037%; }
  @media (min-width: 720px) {
    .site-footer-social {
      width: 21.17073%;
      float: left;
      margin-right: -100%;
      margin-left: 0;
      clear: none;
      margin-left: 2.43902%;
      margin-bottom: 0; } }
  .site-footer-social ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .site-footer-social a {
    color: #ffffff;
    line-height: 2; }
    .site-footer-social a:hover i {
      color: #ffffff;
      text-decoration: none; }
  .site-footer-social i {
    font-size: 1rem;
    color: #fff;
    margin-right: 0.5em;
    position: relative;
    top: 0.12em; }

.site-footer-about {
  line-height: 1.7;
  width: 48.14815%;
  float: left;
  margin-right: -100%;
  margin-left: 0;
  clear: none;
  margin-left: 3.7037%; }
  @media (min-width: 720px) {
    .site-footer-about {
      line-height: 1.5;
      width: 23.17073%;
      float: left;
      margin-right: -100%;
      margin-left: 25.60976%;
      clear: none;
      padding-left: 1.21951%; } }

.site-footer-help {
  line-height: 1.7;
  width: 48.14815%;
  float: right;
  margin-left: 0;
  margin-right: 0;
  clear: none; }
  @media (min-width: 720px) {
    .site-footer-help {
      line-height: 1.5;
      width: 23.17073%;
      float: left;
      margin-right: -100%;
      margin-left: 51.21951%;
      clear: none; } }

.site-footer-download {
  clear: both;
  text-align: center; }
  @media (min-width: 720px) {
    .site-footer-download {
      margin-top: 0;
      width: 25.17073%;
      float: right;
      margin-left: 0;
      margin-right: 0;
      clear: none; } }

/* ==========================================================================
  Components - Sub-Footer
========================================================================== */
.site-subfooter {
  padding: 0.5em 0;
  text-align: center;
  background: #d3d4d2; }
  .site-subfooter p {
    margin-bottom: 0;
    line-height: 48px; }
  .site-subfooter img {
    vertical-align: middle; }
  .site-subfooter img:first-child {
    margin-right: 1em; }

/* ==========================================================================
  Category listing
========================================================================== */
.list-filters {
  display: block;
  margin-bottom: 2em; }

.filter-select-container {
  display: inline-block;
  margin-right: 1em;
  margin-bottom: .5em; }
  @media (max-width: 440px) {
    .filter-select-container {
      margin-right: .5em; } }
  .filter-select-container .filter-select {
    background: #f1f1f1;
    display: inline-block;
    padding-right: .2em;
    position: relative; }
    @media (max-width: 440px) {
      .filter-select-container .filter-select {
        display: block; } }
    .filter-select-container .filter-select i {
      position: absolute;
      top: 7px;
      right: 5px;
      bottom: 0; }
    .no-flexbox .filter-select-container .filter-select i {
      display: none; }
  .filter-select-container span {
    font-size: 0.9rem;
    margin-right: .25em; }
    @media (max-width: 440px) {
      .filter-select-container span {
        font-size: 0.9rem; } }
  .filter-select-container select {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: transparent;
    border: 0;
    border-radius: 0;
    font-family: inherit;
    padding: 0 25px 0 0.5em;
    color: #333;
    position: relative;
    z-index: 2;
    height: 28px;
    font-size: 0.9rem; }
    .no-flexbox .filter-select-container select {
      padding: 0; }
    @media (max-width: 425px) {
      .filter-select-container select {
        font-size: 0.9rem;
        padding: 0 .5em 0 0.2em; } }
    .filter-select-container select::-ms-expand {
      display: none; }
    @media (min-width: 720px) {
      .filter-select-container select {
        width: auto; } }
    .filter-select-container select:focus {
      outline: 0; }

.book-list-item {
  width: 48.14815%;
  clear: right;
  float: left;
  margin-bottom: 0.75em;
  margin-left: 0;
  margin-right: 3.7037%; }
  @media (min-width: 500px) {
    .book-list-item {
      width: 22.22222%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 3.7037%; } }
  @media (min-width: 500px) {
    .book-list-item:nth-child(4n+1) {
      width: 22.22222%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 3.7037%;
      clear: both; } }
  @media (min-width: 500px) {
    .book-list-item:nth-child(4n+4) {
      width: 22.22222%;
      clear: right;
      float: right;
      margin-right: 0; } }
  @media (max-width: 499px) {
    .book-list-item:nth-child(2n+1) {
      width: 48.14815%;
      clear: right;
      float: left;
      margin-left: 0;
      margin-right: 3.7037%;
      clear: both; } }
  @media (max-width: 499px) {
    .book-list-item:nth-child(2n+2) {
      width: 48.14815%;
      clear: right;
      float: right;
      margin-right: 0; } }

.no-flexbox .bookshelf-list-item {
  float: left; }
  @media (min-width: 750px) {
    .no-flexbox .bookshelf-list-item:nth-child(5n+1) {
      clear: both; } }
  @media (max-width: 749px) {
    .no-flexbox .bookshelf-list-item:nth-child(3n+1) {
      clear: both; } }
  @media (max-width: 500px) {
    .no-flexbox .bookshelf-list-item:nth-child(3n+1) {
      clear: none; } }
  @media (max-width: 500px) {
    .no-flexbox .bookshelf-list-item:nth-child(2n+1) {
      clear: both; } }

body .bookshelf-list-item {
  width: 48%;
  margin-right: 2.8%; }
  @media (min-width: 501px) {
    body .bookshelf-list-item {
      width: 31%;
      margin-right: 2.8%; } }
  @media (min-width: 750px) {
    body .bookshelf-list-item {
      width: 17.8%;
      margin-right: 2.7%; } }
  @media (min-width: 750px) {
    body .bookshelf-list-item:nth-child(5n+5) {
      margin-right: 0; } }
  @media (max-width: 749px) {
    body .bookshelf-list-item:nth-child(3n+3) {
      width: 31%;
      margin-right: 0; } }
  @media (max-width: 500px) {
    body .bookshelf-list-item:nth-child(2n+1) {
      width: 48%;
      margin-right: 2.8%; } }
  @media (max-width: 500px) {
    body .bookshelf-list-item:nth-child(2n+2) {
      margin-right: 0;
      width: 48%; } }

span.bookshelf-format {
  font-size: 0.80rem;
  display: block; }
span.bookshelf-license {
  font-size: 0.80rem;
  display: block; }

.pagination {
  margin-top: 2em;
  text-align: center; }
  .pagination ul {
    margin: 0;
    padding: 0; }
  .pagination li {
    display: inline-block;
    vertical-align: top; }
  .pagination a {
    text-decoration: none;
    color: #000;
    display: inline-block;
    background: #f1f1f1;
    padding: 0 .75em;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-transition: all 0.15s;
    -o-transition: all 0.15s;
    -webkit-transition: all 0.15s; }
    .pagination a:hover {
      background: #27d2b3;
      color: #000; }
  .pagination .to-page a {
    font-size: 1.1rem; }
  .pagination .previous a, .pagination .next a {
    padding: 0 .5em; }
  .pagination .active a {
    background: #27d2b3;
    color: #000; }

/* ==========================================================================
  Components - Search results
========================================================================== */
.search-term {
  font-weight: 300;
  font-size: 1.65rem; }

.search-item {
  margin-bottom: 2em; }
  .search-item .book-search-image {
    position: relative;
    width: 25%;
    margin-right: 5%;
    float: left; }
    .search-item .book-search-image img {
      height: auto;
      width: auto; }
  .search-item .book-teaser-title {
    font-size: 1.4rem; }
  .search-item .book-teaser-excerpt {
    font-size: 0.9rem;
    line-height: 1.4;
    max-width: 700px; }
    @media (max-width: 650px) {
      .search-item .book-teaser-excerpt {
        font-size: 0.9rem;
        line-height: 1.4; } }
    @media (min-width: 960px) {
      .search-item .book-teaser-excerpt {
        font-size: 0.9rem;
        line-height: 1.4; } }
  .search-item .book-teaser-price {
    margin-bottom: .5em; }

.search-highlight {
  background: #fce5b2;
  padding: 0 .1em; }

.book-teaser-title .search-highlight {
  font-weight: 600; }

@font-face {
  font-family: 'icomoon';
  src:  url('/themes/ellibs/fonts/icomoon.eot?20250528');
  src:  url('/themes/ellibs/fonts/icomoon.eot?20250528#iefix') format('embedded-opentype'),
    url('/themes/ellibs/fonts/icomoon.ttf?20250528') format('truetype'),
    url('/themes/ellibs/fonts/icomoon.woff?20250528') format('woff'),
    url('/themes/ellibs/fonts/icomoon.svg?20250428#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.icon, button.with-icon:before,
.button.with-icon:before,
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-bookmarks:before {
  content: "\e600"; }

.icon-book:before, button.with-icon.book:before,
.button.with-icon.book:before {
  content: "\e601"; }

.icon-arrow-left:before {
  content: "\e603"; }

.icon-arrow-down:before {
  content: "\e602"; }

.icon-arrow-up:before {
  content: "\e604"; }

.icon-arrow-right:before {
  content: "\e605"; }

.icon-newspaper:before {
  content: "\e904"; }

.icon-cart:before, button.with-icon.cart:before,
.button.with-icon.cart:before {
  content: "\e93a"; }

.icon-purchaselist:before, button.with-icon.purchaselist:before,
.button-with-icon.purchaselist:before {
  font-family: 'icomoon';
  content: "\e9d7"; }

.icon-search:before {
  content: "\e986"; }

.icon-ai-search:before {
  content "\e900"; }

.icon-google-plus:before, button.with-icon.googleplus:before,
.button.with-icon.googleplus:before {
  content: "\ea88"; }

.icon-facebook:before, button.with-icon.facebook:before,
.button.with-icon.facebook:before {
  content: "\ea8c"; }

.icon-twitter:before, button.with-icon.twitter:before,
.button.with-icon.twitter:before {
  content: "\ea91"; }

.icon-instagram:before, button.with-icon.instagram:before,
.button.with-icon.instagram:before {
  content: "\ea92"; }

.icon-linkedin:before, button.with-icon.linkedin:before,
.button.with-icon.linkedin:before {
  content: "\eac9"; }

.icon-pinterest:before {
  content: "\ead0"; }

.icon-checkbox-on:before {
  content: "\ea52"; }
.icon-checkbox-on:after {
  content: " "; }

.icon-checkbox-off:before {
  content: "\ea53"; }
.icon-checkbox-off:after {
  content: " "; }

.icon-headphones:before {
  content: "\e910";
}
.icon-book:before {
  content: "\e91f";
}
.icon-file-text:before {
  content: "\e922";
}
.icon-price-tag:before {
  content: "\e935";
}
.icon-price-tags:before {
  content: "\e936";
}
.icon-cart:before {
  content: "\e93a";
}
.icon-pushpin:before {
  content: "\e946";
}
.icon-clock:before {
  content: "\e94e";
}
.icon-search:before {
  content: "\e986";
}
.icon-ai-search:before {
  content: "\e900";
}
.icon-bin:before {
  content: "\e9ac";
}
.icon-bin2:before {
  content: "\e9ad";
}
.icon-clipboard:before {
  content: "\e9b8";
}
.icon-bookmark:before {
  content: "\e9d2";
}
.icon-bookmarks:before {
  content: "\e9d3";
}
.icon-star-empty:before {
  content: "\e9d7";
}
.icon-star-full:before {
  content: "\e9d9";
}
.icon-cancel-circle:before {
  content: "\ea0d";
}
.icon-cross:before {
  content: "\ea0f";
}
.icon-checkmark:before {
  content: "\ea10";
}
.icon-checkmark2:before {
  content: "\ea11";
}
.icon-checkbox-checked:before {
  content: "\ea52";
}
.icon-checkbox-unchecked:before {
  content: "\ea53";
}
.icon-radio-checked:before {
  content: "\ea54";
}
.icon-radio-checked2:before {
  content: "\ea55";
}
.icon-radio-unchecked:before {
  content: "\ea56";
}


/*
 * Swiper 2.7.5
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2015, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: January 4, 2015
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-property: -moz-transform, left, top;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-property: -o-transform, left, top;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  transition-property: transform, left, top;
  transition-duration: 0s;
  transform: translate3d(0px, 0, 0);
  transition-timing-function: ease;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
  -ms-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  float: left;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x; }

.swiper-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: transparent;
  color: #000;
  font-size: 3rem;
  padding: 0;
  line-height: 0; }
  .swiper-nav:focus {
    outline: none; }
  .swiper-nav.prev {
    left: -0.85em; }
  .swiper-nav.next {
    right: -0.85em; }

.main-slider .swiper-nav {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%); }
  .main-slider .swiper-nav.prev {
    left: -0.1em; }
  .main-slider .swiper-nav.next {
    right: -0.1em; }

.cc-message { font-size: 0.9rem; }

/*
 * Accessibility Tab
 */
div.product-tabs>dl {
    display: none;
}

input.product-tabs-tab {
    display: none;
    appearance: none;
}

input.product-tabs-tab+label {
    display: inline-block;
    border: 1px solid #c0c0c0;
    color: #000;
    margin: 4px 10px 0 0;
    padding: 0.05rem 1.25rem;
    font-weight: bold;
    min-width: 140px;
    text-align: center;
}

input.product-tabs-tab+label:hover{
    cursor: pointer;
    background-color: #fcfcfc;
    color: #000;
}

input.product-tabs-tab:checked+label {
    border: 1px solid #27d2b3;
    background-color: #27d2b3;
    color: #000;
}

input.product-tabs-tab:checked:nth-of-type(1)~dl:nth-of-type(1) {
    display: block;
}

input.product-tabs-tab:checked:nth-of-type(2)~dl:nth-of-type(2) {
    display: block;
}

dl.product-details-accessibility {
    max-height: 250px;
    overflow-y: scroll;
}

/*
 * Accessibility Window List
 */
div.accessibility-information ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

/*
 * ChatBot Floating Button
 */
div.chatbot-floating-button a {
    position: fixed;
    right: 25px;
    bottom: 30px;
    background-color: #14144b;
    padding: 0px 10px 0px 10px;
    border-radius: 6px;
    border: 1px solid #f1f1f1;
    text-decoration: none;
}

div.chatbot-floating-button a:before {
    font-family: 'icomoon';
    font-size: 1.5rem;
    content: '\e901';
    color: #27d2b3;
}

div.chatbot-floating-button a:hover {
    background-color: #1e3b44;
    transition: 0.3s;
}

div.chatbot-floating-button a:active {
    background-color: #001b24;
}

/*
 * AI "bubble"
 */

.ai-bubble {
    margin-left: 10px;
    padding: 3px;
    border-radius: 6px;
    background-color: #f1f1f1;
    font-size: 0.8rem;
    font-weight: bold;
}

h2 .ai-bubble {
    font-size: 0.9rem;
}

