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

html {
  line-height: 1; }

ol, ul {
  list-style: none; }

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle; }

q, blockquote {
  quotes: none; }
  q:before, q:after, blockquote:before, blockquote:after {
    content: "";
    content: none; }

a img {
  border: none; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

img {
  max-width: 100%; }

html, body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 22px;
  color: #615348;
  -webkit-text-size-adjust: 100%; }

strong, b {
  font-weight: bold; }

em, i {
  font-style: italic; }

p {
  margin: 1em 0; }

input[type=text],
input[type=email],
input[type=password],
input[type=text],
input[type=text],
textarea {
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none; }

a.knop,
.knop {
  display: block;
  position: relative;
  border: 0;
  background-color: #005a99;
  line-height: 25px;
  font-size: 14px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  margin-top: 7px;
  -webkit-appearance: none; }
  a.knop span,
  a.knop input,
  .knop span,
  .knop input {
    color: #D9E6EF;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
    border: 0;
    font-size: 14px;
    text-align: center;
    background-color: #005a99;
    text-transform: uppercase;
    margin: 0;
    width: 100%;
    -webkit-appearance: none; }
  a.knop a:hover,
  .knop a:hover {
    text-decoration: none !important; }
  a.knop:hover,
  .knop:hover {
    text-decoration: none !important; }
    a.knop:hover span,
    a.knop:hover input,
    .knop:hover span,
    .knop:hover input {
      color: #FFF;
      cursor: pointer; }
  a.knop .arrow,
  .knop .arrow {
    display: block;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom-color: #005a99;
    position: absolute;
    top: -10px;
    left: 15px; }
  a.knop.notify, a.knop.notify span,
  .knop.notify,
  .knop.notify span {
    background-color: #977f5b; }
  a.knop.notify span,
  .knop.notify span {
    padding-left: 5px;
    padding-right: 5px; }
  a.knop.notify .arrow,
  .knop.notify .arrow {
    border-bottom-color: #977f5b; }
  a.knop.notify a:hover,
  .knop.notify a:hover {
    text-decoration: none; }
  a.knop a.pay-with-an-email span,
  .knop a.pay-with-an-email span {
    padding: 5px 10px 5px 35px;
    text-align: left;
    width: auto;
    display: block;
    background: url("../images/mail.png") no-repeat 7px center #005a99; }
  a.knop a.pay-with-a-tweet span,
  .knop a.pay-with-a-tweet span {
    padding: 5px 10px 5px 35px;
    text-align: left;
    width: auto;
    display: block;
    background: url("../images/twitter.png") no-repeat 7px center #005a99; }
  a.knop a.pay-with-a-tweet + a.pay-with-an-email span,
  .knop a.pay-with-a-tweet + a.pay-with-an-email span {
    background-color: #4c8bb7; }

a.readmore {
  padding-right: 15px;
  background-repeat: no-repeat;
  background-position: right center;
  background-image: url("../images/arrow-right.png"); }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    a.readmore {
      background-image: url("../images/arrow-right-2X.png");
      background-size: 10px 10px; } }

.clr {
  clear: both; }

button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0; }

.close {
  float: right;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px; }

.alert h4 {
  margin-top: 0;
  color: inherit; }

.alert .alert-link {
  font-weight: bold; }

.alert p {
  margin: 0 0 10px; }

.alert > p,
.alert > ul {
  margin-bottom: 0; }

.alert > p + p {
  margin-top: 5px; }

.alert-dismissable,
.alert-dismissible {
  padding-right: 35px; }

.alert-dismissable .close,
.alert-dismissible .close {
  position: relative;
  top: -2px;
  right: -21px;
  color: inherit; }

.alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d; }
  .alert-success hr {
    border-top-color: #c9e2b3; }
  .alert-success .alert-link {
    color: #2b542c; }

.alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #31708f; }
  .alert-info hr {
    border-top-color: #a6e1ec; }
  .alert-info .alert-link {
    color: #245269; }

.alert-warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b; }
  .alert-warning hr {
    border-top-color: #f7e1b5; }
  .alert-warning .alert-link {
    color: #66512c; }

.alert-danger,
.alert-error {
  background-color: #f2dede;
  border-color: #ebccd1;
  color: #a94442; }
  .alert-danger hr,
  .alert-error hr {
    border-top-color: #e4b9c0; }
  .alert-danger .alert-link,
  .alert-error .alert-link {
    color: #843534; }

.kader {
  width: 1056px;
  padding: 0 20px;
  margin: 0 auto;
  position: relative; }
  @media (max-width: 1096px) {
    .kader {
      width: 100%;
      max-width: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }

.header {
  background: url("../images/header2.png") bottom center repeat-x;
  margin-top: 0;
  margin-bottom: 45px; }
  .header .kader {
    height: 180px;
    z-index: 3; }
  .header .social-links {
    position: absolute;
    right: 0;
    bottom: -35px;
    width: 300px; }
    .header .social-links .fb-button {
      float: left; }
    .header .social-links .twitter-button {
      float: left;
      margin-left: 10px; }

.top-menu {
  float: right;
  padding-top: 18px;
  padding-right: 74px;
  position: relative; }
  @media (max-width: 767px) {
    .top-menu {
      margin-right: 60px; } }
  .top-menu, .top-menu a {
    color: #b2cde0; }
  .top-menu a {
    text-decoration: none; }
    .top-menu a:hover, .top-menu a.active {
      color: #FFF; }
  .top-menu ul {
    *zoom: 1; }
    .top-menu ul:after {
      content: "";
      display: table;
      clear: both; }
  .top-menu li {
    float: left;
    margin-right: 15px; }
    .top-menu li + li {
      border-left: 1px solid #b2cde0;
      padding-left: 15px; }
  .top-menu .zoekknop {
    height: 48px;
    width: 54px;
    position: absolute;
    top: 0;
    right: 0;
    line-height: 48px;
    background: url("../images/loop.png") center center no-repeat #005a99;
    text-align: center;
    color: #FFF;
    cursor: pointer; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
      .top-menu .zoekknop {
        background-image: url("../images/loop-2X.png");
        background-size: 22px 22px; } }
    .top-menu .zoekknop a {
      display: block;
      height: 100%;
      width: 100%; }
  @media (max-width: 767px) {
    .top-menu li {
      display: none; }
      .top-menu li.top-cart {
        display: block;
        border-left: 0; } }

.logo {
  text-indent: -999px;
  overflow: hidden;
  height: 95px;
  width: 210px;
  position: absolute;
  left: 23px;
  top: 30px;
  background-image: url("../images/logo-1x.png");
  background-repeat: no-repeat; }
  @media (max-width: 767px) {
    .logo {
      top: 50px; } }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .logo {
      background-image: url("../images/logo-2x.png");
      background-size: 210px 95px; } }
  .logo a {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0; }

.main-menu {
  position: absolute;
  bottom: 0;
  left: 20px;
  height: 35px;
  z-index: 1; }
  @media (max-width: 767px) {
    .main-menu {
      display: none; } }
  .main-menu ul {
    *zoom: 1; }
    .main-menu ul:after {
      content: "";
      display: table;
      clear: both; }
  .main-menu > ul {
    margin-bottom: 15px;
    font-size: 29px;
    text-transform: uppercase;
    font-weight: bold; }
    .main-menu > ul > li {
      float: left;
      position: relative; }
      .main-menu > ul > li > a {
        height: 35px;
        display: block; }
      .main-menu > ul > li + li {
        margin-left: 18px; }
      .main-menu > ul > li:hover > a {
        color: #95bdd6;
        height: 55px; }
      .main-menu > ul > li ul {
        display: none;
        position: absolute;
        top: 55px;
        background-color: #005a99;
        min-width: 360px;
        padding-top: 5px;
        padding-bottom: 30px;
        z-index: 1; }
        .main-menu > ul > li ul li a {
          display: block;
          padding: 12px 18px;
          font-size: 22px;
          white-space: nowrap; }
        .main-menu > ul > li ul li + li {
          border-top: 1px solid #16679f; }
      .main-menu > ul > li .arrow {
        display: none;
        height: 0;
        width: 0;
        border: 15px solid transparent;
        border-bottom-color: #005a99;
        position: absolute;
        top: 25px;
        left: 50%;
        margin-left: -8px; }
      .main-menu > ul > li:hover > ul, .main-menu > ul > li:hover .arrow {
        display: block; }
    .main-menu > ul a {
      text-decoration: none;
      color: #649cbf; }
      .main-menu > ul a:hover {
        color: #95bdd6; }
    .main-menu > ul li.active > a {
      color: #FFF; }

.main {
  *zoom: 1; }
  .main:after {
    content: "";
    display: table;
    clear: both; }
  .main h1 {
    text-transform: uppercase;
    color: #8d744c;
    margin: 15px 0;
    font-weight: bold;
    font-size: 22px; }
    .main h1.large {
      font-size: 38px; }
  .main h2 {
    font-size: 16px;
    font-weight: bold; }
  .main a {
    color: #5295cc;
    text-decoration: none; }
    .main a:hover {
      text-decoration: underline; }
  .main a.btn,
  .main .btn,
  .main #ui-tabs ul#tabs li,
  #ui-tabs ul#tabs .main li {
    color: #FFF; }
  .main #ui-tabs ul#tabs li {
    color: #5295cc; }
  .main .aside {
    width: 315px;
    float: right; }
  .main .aside + .body {
    margin-right: 335px; }
  @media (max-width: 1023px) {
    .main .aside {
      display: none; }
      .main .aside + .body {
        margin-right: 0; } }
  .main .home {
    overflow: hidden;
    margin-bottom: 45px; }
    .main .home .nieuws .laatste-bericht {
      line-height: 25px;
      overflow: hidden;
      background: url("../images/news-dots.png") repeat-x bottom;
      margin-bottom: 5px; }
      .main .home .nieuws .laatste-bericht h1 {
        margin-bottom: 0;
        font-size: 16px;
        color: #615348; }
      .main .home .nieuws .laatste-bericht .image {
        float: right;
        width: 315px;
        max-height: 210px;
        overflow: hidden;
        margin-bottom: 10px; }
      .main .home .nieuws .laatste-bericht .bericht {
        margin-top: -1em; }
      .main .home .nieuws .laatste-bericht .image + .bericht {
        margin-right: 335px; }
      @media (max-width: 767px) {
        .main .home .nieuws .laatste-bericht .image {
          float: none;
          max-height: none;
          width: auto;
          max-width: 315px; }
          .main .home .nieuws .laatste-bericht .image + .bericht {
            margin-right: 0; } }
    .main .home .nieuws ul li {
      padding-left: 15px;
      background-repeat: no-repeat;
      background-position: left center;
      background-image: url("../images/arrow-right-textcolor.png");
      line-height: 25px; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .main .home .nieuws ul li {
          background-image: url("../images/arrow-right-textcolor-2X.png");
          background-size: 10px 10px; } }
      .main .home .nieuws ul li a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-weight: bold; }
        .main .home .nieuws ul li a .date {
          font-weight: normal; }
    .main .home .uitgelicht {
      float: right;
      width: 315px; }

.date {
  color: #b2b3ab;
  font-style: italic; }

h1 + .date {
  margin-top: -15px; }

.blog .nieuws-bericht {
  overflow: hidden;
  background: url("../images/news-dots.png") repeat-x bottom;
  padding-bottom: 5px;
  margin-bottom: 20px; }
  .blog .nieuws-bericht h2 {
    margin-bottom: 0;
    color: #615348;
    text-transform: uppercase;
    font-weight: bold; }
  .blog .nieuws-bericht .image {
    float: right;
    width: 315px;
    max-height: 210px;
    overflow: hidden; }
  .blog .nieuws-bericht .image + .bericht {
    margin-right: 335px; }
  @media (max-width: 767px) {
    .blog .nieuws-bericht .image {
      float: none;
      max-height: none;
      width: auto;
      max-width: 315px; }
      .blog .nieuws-bericht .image + .bericht {
        margin-right: 0; } }

.informatie-blok {
  position: relative;
  height: 245px;
  overflow: hidden; }
  .informatie-blok > a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .informatie-blok img {
    display: block;
    max-width: 100%;
    width: 100%; }
  .informatie-blok .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #8c724d;
    padding: 0 20px;
    height: 32px;
    overflow: hidden; }
    .informatie-blok .content h1 {
      color: #e4bc1c;
      text-transform: none;
      font-size: 16px;
      margin: 0px 0;
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
      line-height: 32px; }
    .informatie-blok .content .info {
      margin-top: -15px;
      overflow: hidden;
      color: #c6c7b7;
      line-height: 25px;
      max-height: 189px; }
  .informatie-blok:hover .content {
    top: 0;
    padding: 10px 20px;
    height: 225px; }

.boekenplank-uitstalling {
  overflow: hidden;
  margin-bottom: 65px; }

.boek .cover {
  display: block;
  position: relative;
  height: 210px; }
  .boek .cover img {
    position: absolute;
    bottom: 0; }
.boek .cover,
.boek img {
  display: block;
  max-width: 100%;
  max-height: 210px; }

.old-price {
  color: #CCC !important;
  text-decoration: line-through; }

.boekenplank {
  padding: 20px 30px 0;
  background-color: #f4f1ec;
  border-bottom: 15px solid #e4ddd3;
  margin-bottom: 65px;
  position: relative;
  height: 210px; }
  .boekenplank .slider {
    overflow: hidden;
    visibility: hidden;
    position: relative; }
  .boekenplank .mask {
    overflow: hidden;
    position: relative; }
    .boekenplank .mask .wrapper {
      float: left;
      width: 100%;
      position: relative; }
  .boekenplank .left,
  .boekenplank .right {
    display: block;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    height: 30px;
    width: 30px;
    background: url("../images/arrows-brown.jpg") no-repeat left center #FFF;
    color: #FFF;
    font-size: 20px;
    text-align: center;
    line-height: 30px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 15px;
    overflow: hidden;
    text-indent: -999px; }
    .boekenplank .left:hover,
    .boekenplank .right:hover {
      text-decoration: none; }
  .boekenplank .right {
    left: auto;
    right: 15px;
    background-position: right center; }
  .boekenplank .boek {
    float: left;
    position: relative;
    margin-left: 25px;
    width: 135px;
    min-height: 210px;
    *height: 210px; }
  @media (max-width: 1096px) {
    .boekenplank {
      padding-left: 50px;
      padding-right: 50px; }
      .boekenplank .boek {
        width: 25%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
        padding: 0 10px; } }
  @media (max-width: 767px) {
    .boekenplank {
      padding-left: 0;
      padding-right: 0;
      height: auto;
      border-bottom: 0;
      background-color: transparent; }
      .boekenplank .boek {
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-left: 0;
        padding: 20px 30px 0 60px;
        background-color: #f4f1ec;
        border-bottom: 15px solid #e4ddd3; }
        .boekenplank .boek:nth-child(2n) {
          padding-left: 30px;
          padding-right: 60px; } }
  @media (max-width: 460px) {
    .boekenplank .boek {
      padding-left: 20px;
      padding-right: 10px; }
      .boekenplank .boek:nth-child(2n) {
        padding-left: 10px;
        padding-right: 20px; } }
  .boekenplank .gegevens {
    margin-left: 25px; }
    .boekenplank .gegevens h2 {
      color: #5295cc;
      font-weight: bold; }
  .boekenplank .social {
    margin-left: 0;
    position: absolute;
    bottom: 20px; }
    .boekenplank .social h3 {
      background: url("../images/arrow-right.png") no-repeat left center;
      padding-left: 15px;
      margin-left: 0;
      margin-bottom: 2px; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .boekenplank .social h3 {
          background-image: url("../images/arrow-right-2X.png");
          background-size: 10px 10px; } }
  .boekenplank .boek + .gegevens {
    margin-left: 185px; }
  .boekenplank .shop-gegevens {
    width: 140px;
    position: relative;
    float: right; }
    .boekenplank .shop-gegevens .type {
      color: #8b7249;
      font-size: 12px; }
    .boekenplank .shop-gegevens + .boek-gegevens {
      margin-right: 160px; }
  .boekenplank .shop-gegevens,
  .boekenplank .boek-gegevens {
    padding-bottom: 90px; }
  .boekenplank .data {
    font-size: 13px;
    line-height: 18px; }
  .boekenplank .toevoegen-winkelwagen {
    position: absolute;
    bottom: 20px;
    left: 0; }
  .boekenplank .prijs {
    color: #c47d3b;
    font-weight: bold; }
    .boekenplank .prijs .bedrag {
      font-size: 18px; }
  .boekenplank .variant {
    margin-bottom: 20px; }
    .boekenplank .variant ul li {
      padding-left: 20px;
      background: url("../images/arrow-right.png") no-repeat 5px 9px;
      line-height: 26px; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .boekenplank .variant ul li {
          background-image: url("../images/arrow-right-2X.png");
          background-size: 10px 10px; } }
      .boekenplank .variant ul li.active {
        padding-left: 20px;
        background: url("../images/arrow-right-textcolor.png") no-repeat 5px 9px #e4ddd3; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5) {
          .boekenplank .variant ul li.active {
            background-image: url("../images/arrow-right-textcolor-2X.png");
            background-size: 10px 10px; } }
        .boekenplank .variant ul li.active a {
          color: #615348; }
      .boekenplank .variant ul li.epub a {
        padding-right: 20px;
        background: url("../images/download-epub.png") no-repeat right center; }
        @media all and (-webkit-min-device-pixel-ratio: 1.5) {
          .boekenplank .variant ul li.epub a {
            background-image: url("../images/download-epub-2X.png");
            background-size: 16px 16px; } }
  .boekenplank .label {
    font-size: 11px;
    display: block;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background-color: #ECECEC;
    padding: 0 5px;
    color: #977f5b;
    text-transform: lowercase; }
  .boekenplank .download a {
    font-weight: bold;
    color: #c47d3b; }

.product-details .boekenplank {
  height: auto;
  min-height: 210px; }
  .product-details .boekenplank .boek {
    position: absolute;
    bottom: 0; }
@media (max-width: 767px) {
  .product-details .boekenplank {
    background-color: #f4f1ec;
    border-bottom: 15px solid #e4ddd3;
    padding-right: 20px;
    padding-left: 20px; }
    .product-details .boekenplank .boek {
      width: 135px;
      background-color: transparent;
      border-bottom: 0;
      margin-left: 25px;
      padding: 0; } }
@media (max-width: 700px) {
  .product-details .social {
    position: static;
    margin-top: 20px;
    margin-bottom: 20px;
    min-height: 100px; }
    .product-details .social > span {
      display: block;
      margin-bottom: 5px; }
  .product-details .boekenplank .boek-gegevens {
    padding-bottom: 20px; } }
@media (max-width: 600px) {
  .product-details .boekenplank .shop-gegevens, .product-details .boekenplank .boek-gegevens {
    float: none;
    width: auto;
    padding: 0;
    margin-right: 0;
    position: static; }
  .product-details .toevoegen-winkelwagen {
    left: auto;
    right: 20px; } }
@media (max-width: 550px) {
  .product-details .boekenplank {
    background-color: #F5F5F5;
    border-bottom: 0;
    padding: 0; }
    .product-details .boekenplank .gegevens {
      padding: 20px 20px 1px; }
    .product-details .boekenplank .boek {
      background-color: #f4f1ec;
      border-bottom: 15px solid #e4ddd3;
      float: none;
      width: auto;
      position: static;
      margin: 0;
      padding: 20px 50px 0;
      margin-bottom: 20px; }
      .product-details .boekenplank .boek + .gegevens {
        margin-left: 0; }
  .product-details .toevoegen-winkelwagen {
    position: static;
    margin-bottom: 20px; }
    .product-details .toevoegen-winkelwagen .knop input {
      padding-top: 15px;
      padding-bottom: 15px; } }

.beknopt-gegevens {
  display: none;
  font-size: 12px;
  line-height: 18px; }
  .beknopt-gegevens .titel {
    font-size: 14px;
    font-weight: bold; }

.boekenplank-uitstalling .boekenplank .beknopt-gegevens {
  display: block;
  background: none;
  float: left;
  width: 100%;
  margin-top: 25px; }
@media (max-width: 767px) {
  .boekenplank-uitstalling {
    margin-bottom: 0; }
    .boekenplank-uitstalling .boekenplank .boek {
      border-bottom: 0;
      background-color: transparent;
      padding-top: 0;
      padding-left: 0;
      padding-right: 0;
      margin-bottom: 45px; }
      .boekenplank-uitstalling .boekenplank .boek .cover {
        background-color: #f4f1ec;
        border-bottom: 15px solid #e4ddd3;
        padding-top: 20px;
        padding-bottom: 0; }
      .boekenplank-uitstalling .boekenplank .boek .cover, .boekenplank-uitstalling .boekenplank .boek .beknopt-gegevens {
        padding-left: 60px;
        padding-right: 30px; }
      .boekenplank-uitstalling .boekenplank .boek .beknopt-gegevens {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
      .boekenplank-uitstalling .boekenplank .boek:nth-child(2n) .cover, .boekenplank-uitstalling .boekenplank .boek:nth-child(2n) .beknopt-gegevens {
        padding-left: 30px;
        padding-right: 60px; } }
@media (max-width: 550px) {
  .boekenplank-uitstalling .boekenplank .boek .cover, .boekenplank-uitstalling .boekenplank .boek .beknopt-gegevens {
    padding-left: 20px;
    padding-right: 10px; }
  .boekenplank-uitstalling .boekenplank .boek .img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    right: 10px; }
  .boekenplank-uitstalling .boekenplank .boek:nth-child(2n) .cover, .boekenplank-uitstalling .boekenplank .boek:nth-child(2n) .beknopt-gegevens {
    padding-left: 10px;
    padding-right: 20px; }
  .boekenplank-uitstalling .boekenplank .boek:nth-child(2n) .img {
    right: 20px;
    left: 10px; } }

.social-icons {
  width: 96px;
  margin-left: 5px;
  overflow: hidden; }
  .social-icons a {
    background: url("../images/social-20px.png");
    background-repeat: no-repeat;
    height: 20px;
    width: 20px;
    display: block;
    margin: 0 2px 2px;
    float: left;
    text-indent: 20px;
    overflow: hidden; }
    .social-icons a.facebook {
      background-position: left -20px; }
    .social-icons a.twitter {
      background-position: left -60px; }

.popup-boek {
  position: absolute;
  top: 10px;
  left: 10px;
  background: #e4bc1c;
  padding: 10px 20px;
  margin-bottom: 16px;
  min-width: 220px;
  *width: 220px;
  margin-top: -140px;
  margin-left: -20px;
  line-height: 25px; }
  @media (max-width: 767px) {
    .popup-boek {
      min-width: 100px; } }
  .popup-boek *, .popup-boek a {
    color: #FFF; }
  .popup-boek .auteurs {
    margin: 0; }
    .popup-boek .auteurs div {
      display: inline; }
  .popup-boek .arrow {
    height: 0;
    width: 0;
    border: 15px solid transparent;
    border-top-color: #e4bc1c;
    position: absolute;
    top: 100%;
    left: 70px;
    margin-left: -8px; }

.auteur-beschrijving,
.boek-beschrijving {
  margin: -35px 55px 65px; }
  .auteur-beschrijving .readmore,
  .boek-beschrijving .readmore {
    border-top: 5px solid #f4f0ed;
    display: block;
    padding-top: 10px;
    background-image: url("../images/arrow-down.png");
    background-position: left 15px;
    padding-right: 0;
    padding-left: 15px; }
  .auteur-beschrijving p, .auteur-beschrijving ul, .auteur-beschrijving ol,
  .boek-beschrijving p,
  .boek-beschrijving ul,
  .boek-beschrijving ol {
    margin: 1em 0; }
  .auteur-beschrijving ul,
  .boek-beschrijving ul {
    list-style-type: disc; }
  .auteur-beschrijving ol,
  .boek-beschrijving ol {
    list-style-type: decimal; }
  .auteur-beschrijving ul, .auteur-beschrijving ol,
  .boek-beschrijving ul,
  .boek-beschrijving ol {
    margin-left: 20px; }
  @media (max-width: 550px) {
    .auteur-beschrijving,
    .boek-beschrijving {
      margin-left: 15px;
      margin-right: 15px; } }

.body >
.auteurs {
  margin-left: -20px;
  overflow: hidden; }
  .body >
  .auteurs .auteur {
    float: left;
    width: 315px;
    margin-left: 20px;
    margin-bottom: 20px; }
  @media (max-width: 1096px) {
    .body >
    .auteurs .auteur {
      width: 33%;
      border-left: 20px solid #FFF;
      margin-left: 0;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  @media (max-width: 1086px) {
    .body >
    .auteurs .auteur {
      height: 200px; } }
  @media (max-width: 860px) {
    .body >
    .auteurs .auteur {
      height: 180px; } }
  @media (max-width: 767px) {
    .body >
    .auteurs .auteur {
      width: 50%;
      height: 220px; } }
  @media (max-width: 620px) {
    .body >
    .auteurs .auteur {
      height: 180px; } }
  @media (max-width: 485px) {
    .body >
    .auteurs .auteur {
      width: 100%;
      float: none;
      height: auto; }
      .body >
      .auteurs .auteur > a {
        position: relative; }
      .body >
      .auteurs .auteur:hover .content {
        height: 100%; } }

.auteur-plank {
  min-height: 245px;
  *height: 245px;
  margin-bottom: 65px;
  background-color: #f4f1ec;
  background-image: url("../images/auteur-plank.png");
  background-repeat: repeat-x;
  background-position: bottom;
  position: relative; }
  .auteur-plank .informatie-blok .content {
    height: 33px;
    top: auto;
    padding-bottom: 0;
    padding-top: 0; }
  .auteur-plank .auteur {
    float: left;
    width: 315px;
    margin-left: 55px; }
  .auteur-plank .gegevens {
    padding-top: 50px;
    margin-left: 55px;
    margin-right: 20px; }
    .auteur-plank .gegevens h2 {
      font-weight: bold; }
    .auteur-plank .gegevens .data {
      font-family: Helvetica; }
  .auteur-plank .titels {
    padding-bottom: 110px;
    overflow: hidden; }
  .auteur-plank .social {
    margin-left: 10px;
    position: absolute;
    bottom: 35px; }
    .auteur-plank .social h3 {
      background: url("../images/arrow-right.png") no-repeat left center;
      padding-left: 15px;
      margin-left: -10px; }
      @media all and (-webkit-min-device-pixel-ratio: 1.5) {
        .auteur-plank .social h3 {
          background-image: url("../images/arrow-right-2X.png");
          background-size: 10px 10px; } }
    .auteur-plank .social td {
      padding: 2px 10px 2px 0;
      vertical-align: middle; }
      .auteur-plank .social td .IN-widget {
        margin-bottom: 5px; }
  .auteur-plank .auteur + .gegevens {
    margin-left: 395px; }
  @media (max-width: 767px) {
    .auteur-plank .auteur {
      float: none; }
      .auteur-plank .auteur + .gegevens {
        margin-left: 55px; } }
  @media (max-width: 550px) {
    .auteur-plank .auteur,
    .auteur-plank .auteur + .gegevens {
      margin-left: 20px; } }
  @media (max-width: 400px) {
    .auteur-plank .auteur {
      width: 100%;
      margin: 0; }
    .auteur-plank .informatie-blok {
      height: auto; } }

.footer {
  margin-top: 55px;
  background-color: #977f5b;
  min-height: 250px;
  *height: 250px;
  font-size: 14px;
  padding-top: 1px; }
  .footer ul {
    margin: 30px 0;
    float: left;
    margin-right: 80px;
    line-height: 26px; }
    @media (max-width: 970px) {
      .footer ul {
        width: 50%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-right: 0; }
        .footer ul:nth-child(2n+1) {
          clear: left; } }
    @media (max-width: 450px) {
      .footer ul {
        float: none;
        width: auto; } }
  .footer li.head {
    color: #e4bc1c;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 38px; }
  .footer a {
    color: #d6d5cf;
    text-decoration: none; }
    .footer a:hover {
      text-decoration: underline; }
  .footer .kader {
    *zoom: 1; }
    .footer .kader:after {
      content: "";
      display: table;
      clear: both; }

.aside ol.list {
  margin-bottom: 20px; }
  .aside ol.list li {
    border-bottom: 5px solid #f3f1ed;
    overflow: hidden;
    margin-bottom: 10px;
    position: relative; }
.aside .informatie-blok + .informatie-blok {
  margin-top: 20px; }

.twitter .image {
  width: 48px;
  height: 48px;
  float: left;
  margin-top: 6px; }
.twitter .image + .tweet {
  margin-left: 63px; }
.twitter .tweet {
  font-size: 12px;
  line-height: 19px;
  margin-bottom: 15px; }
  .twitter .tweet .name {
    color: #5295cc;
    font-weight: bold; }
  .twitter .tweet .at-name,
  .twitter .tweet .date {
    color: #a0a297; }

.facebox {
  border: 1px solid #e4ddd3;
  padding: 0 14px; }

.top5 .boek {
  min-height: 85px;
  *height: 85px;
  position: relative;
  padding-bottom: 5px; }
  .top5 .boek .cover {
    position: absolute;
    right: 15px;
    bottom: 0;
    width: 50px;
    max-height: 100px;
    *height: 100px; }
.top5 .beknopt-gegevens-cijfer {
  margin-right: 95px; }
.top5 .cijfer {
  font-weight: bold;
  font-color: #8d744c;
  float: left;
  font-size: 38px;
  text-align: center;
  width: 40px;
  margin-top: 10px; }
.top5 .beknopt-gegevens {
  display: block;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px; }
.top5 .cijfer + .beknopt-gegevens {
  margin-left: 40px; }
.top5 .auteurs div {
  display: inline; }
.top5 .prijs {
  color: #c47d3b;
  font-weight: bold; }

.body,
.aside {
  padding-top: 1px; }

.copyright {
  position: relative;
  font-size: 14px; }
  .copyright, .copyright a {
    color: #b2b3ab; }
  .copyright a {
    text-decoration: none; }
    .copyright a:hover {
      text-decoration: underline; }
  .copyright ul {
    margin: 1em 210px 1em 0;
    overflow: hidden; }
    .copyright ul li {
      float: left;
      margin: 0 15px 0 0; }
      .copyright ul li + li {
        padding-left: 15px;
        border-left: 1px solid #b2b3ab; }
  .copyright .betaalmethoden {
    width: 157px;
    height: 28px;
    text-indent: -999px;
    overflow: hidden;
    background-image: url("../images/betaalmethoden.jpg");
    background-repeat: no-repeat;
    margin-top: -4px;
    float: right; }
  @media (max-width: 550px) {
    .copyright .betaalmethoden {
      float: none;
      margin: 1em auto; }
    .copyright ul {
      margin-right: 20px;
      text-align: center; }
      .copyright ul li {
        display: inline-block;
        float: none; } }

#fancybox-outer a {
  color: #5295cc;
  font-weight: bold; }
#fancybox-outer .showcart {
  float: right; }
#fancybox-outer h4 {
  Color: #8d744c;
  font-weight: bold;
  margin-top: 15px; }

#facebox .content {
  width: auto !important;
  max-width: 560px; }
@media (max-width: 480px) {
  #facebox {
    width: 100%;
    max-width: 90%; } }

.login-form {
  float: right;
  width: 350px;
  background-color: #EEE; }
  .login-form .form {
    padding: 20px; }

.new-user {
  margin-right: 370px; }
  .new-user .form {
    padding: 20px 0; }

@media (max-width: 767px) {
  .login-form,
  .new-user {
    float: none;
    margin: 0;
    width: auto; } }
.btn, #ui-tabs ul#tabs li,
a.btn {
  background-color: #5295cc;
  border: 1px solid #5295cc;
  height: 27px;
  line-height: 25px;
  display: inline-block;
  margin: 0;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: right 8px;
  -webkit-appearance: none;
  font-size: 14px;
  margin-right: 10px;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  border-radius: 0;
  white-space: nowrap;
  padding: 0 30px 0 10px;
  background-image: url("../images/arrow-white.png");
  text-align: left;
  text-transform: uppercase;
  color: #FFF;
  min-width: 80px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .btn, #ui-tabs ul#tabs li,
    a.btn {
      background-image: url("../images/arrow-white-2X.png");
      background-size: 20px 12px; } }
  .btn:hover, #ui-tabs ul#tabs li:hover,
  a.btn:hover {
    background-color: #4986b7;
    text-decoration: none; }
  .btn.white, #ui-tabs ul#tabs li.white,
  a.btn.white {
    background: #FFF;
    color: #5295cc;
    padding: 0 10px; }

.clr {
  clear: both; }

.pagination {
  overflow: hidden; }
  .pagination ul {
    margin-left: -10px; }
    .pagination ul li {
      float: left;
      margin-left: 10px; }
  .pagination .counter {
    float: right;
    margin: 0; }
  .pagination .pagination-start,
  .pagination .pagination-end {
    display: none; }
  .pagination .pagination-prev span,
  .pagination .pagination-next span {
    display: none; }

/*
  Styling for Joomla 2.5 virtuemart 2 cart
  By: Doeke Norg
  Date: 26-08-2013
*/
.cart .cart-items {
  margin-bottom: 20px; }
.cart .row {
  border-bottom: 1px solid #b2b3ab;
  margin-bottom: 15px;
  padding-bottom: 15px; }
  .cart .row .image {
    float: left;
    width: 50px; }
    .cart .row .image img {
      max-width: 100%; }
  .cart .row .data {
    margin-left: 70px; }
  .cart .row .info {
    margin-right: 410px; }
    @media (max-width: 768px) {
      .cart .row .info {
        margin-right: 360px; } }
    .cart .row .info h2 {
      font-weight: bold;
      font-size: 16px; }
  .cart .row .total-price,
  .cart .row .price {
    float: right;
    width: 100px;
    margin-left: 20px;
    text-align: right; }
  .cart .row .amount {
    float: right;
    width: 100px;
    margin-left: 20px; }
  .cart .row .information {
    padding: 12px 20px;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 10px;
    background: #005a99;
    color: #FFF;
    position: relative; }
    .cart .row .information a {
      color: #FFF; }
    .cart .row .information i {
      position: absolute;
      bottom: 0;
      left: 50%;
      margin-left: -7px;
      height: 0;
      width: 0;
      border: 7px solid transparent;
      border-bottom: 7px solid #FFF; }
.cart .comments .row .information {
  background-color: #977f5b; }
.cart span.comment {
  margin-bottom: 5px;
  display: block; }
.cart .cart-items label {
  font-weight: bold; }
.cart .coupon-form {
  overflow: hidden; }
  .cart .coupon-form .btn.submit, .cart .coupon-form #ui-tabs ul#tabs li.submit, #ui-tabs ul#tabs .cart .coupon-form li.submit {
    width: auto;
    padding: 0 30px 0 10px;
    background-position: right center; }
.cart .quantity-input,
.cart input.coupon {
  display: block;
  border: 1px solid #5295cc;
  line-height: 25px;
  min-height: 25px;
  *height: 23px;
  padding: 0 5px;
  margin: 0;
  font-size: 14px;
  float: left;
  max-width: 100%;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.cart .delete {
  float: right;
  font-size: 21px;
  font-weight: 100;
  margin-top: 20px;
  margin-left: 20px;
  width: 15px; }
.cart .amount .btn, .cart .amount #ui-tabs ul#tabs li, #ui-tabs ul#tabs .cart .amount li,
.cart .coupon-form .btn,
.cart .coupon-form #ui-tabs ul#tabs li,
#ui-tabs ul#tabs .cart .coupon-form li {
  background-position: 5px center;
  min-width: 25px;
  width: 25px;
  padding: 0;
  float: left; }
.cart .amount .btn, .cart .amount #ui-tabs ul#tabs li, #ui-tabs ul#tabs .cart .amount li {
  background-image: url("../images/refresh.png");
  background-size: 12px 13px; }
  @media all and (-webkit-min-device-pixel-ratio: 1.5) {
    .cart .amount .btn, .cart .amount #ui-tabs ul#tabs li, #ui-tabs ul#tabs .cart .amount li {
      background-image: url("../images/refresh-2X.png"); } }
.cart .pull-right {
  float: right; }
.cart .totals,
.cart .coupon {
  margin-bottom: 20px; }
  .cart .totals .row,
  .cart .coupon .row {
    border: 0; }
    .cart .totals .row .title,
    .cart .coupon .row .title {
      margin-right: 120px; }
    .cart .totals .row.bill-price,
    .cart .coupon .row.bill-price {
      border-top: 1px solid #b2b3ab;
      padding-top: 15px; }
    .cart .totals .row .total-price,
    .cart .coupon .row .total-price {
      margin-right: 35px; }
.cart .coupon .information {
  background-color: #5295cc; }
.cart .totals .title {
  text-align: right; }
.cart textarea.customer-comment,
.cart textarea.customer_note {
  width: 400px;
  max-width: 100%;
  min-height: 80px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
.cart .bill-price {
  font-size: 16px;
  color: #8d744c;
  font-weight: bold; }
@media (max-width: 768px) {
  .cart .row .total-price,
  .cart .row .price {
    width: 80px; } }
@media (max-width: 650px) {
  .cart .row .info {
    margin-right: 260px; } }
@media (max-width: 550px) {
  .cart .row .image {
    display: none; }
  .cart .row .data {
    margin-left: 0;
    font-size: 12px; }
  .cart .row .amount {
    width: 66px; }
  .cart .row .total-price, .cart .row .price {
    width: 70px; }
  .cart .row .info {
    margin-right: 200px; }
    .cart .row .info h2 {
      font-size: 14px; }
  .cart .row input.quantity-input {
    width: 30px; }
  .cart .row .total-price {
    margin-left: 0; } }
@media (max-width: 450px) {
  .cart .row {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 20px; }
    .cart .row .info,
    .cart .row .total-products-title,
    .cart .row span.comment {
      display: none; }
    .cart .row .information {
      display: block !important; }
    .cart .row .image {
      display: block; }
    .cart .row .amount {
      float: left;
      width: 100px; }
      .cart .row .amount input.quantity-input {
        width: 50px; }
    .cart .row .coupon-form input.coupon,
    .cart .row .coupon-form .btn,
    .cart .row .coupon-form #ui-tabs ul#tabs li,
    #ui-tabs ul#tabs .cart .row .coupon-form li {
      float: none;
      margin-right: 0;
      width: 100%; } }

input.terms-of-service {
  float: left; }

div.terms-of-service {
  margin-left: 20px; }

.checkout-button-top {
  overflow: hidden; }

input[type=text],
input[type=password],
input[type=email],
textarea {
  font-family: "Droid Serif", sans-serif;
  margin-left: 0 !important;
  resize: none;
  font-size: 14px;
  border: 1px solid #b2b3ab;
  padding: 0 5px;
  line-height: 25px;
  min-height: 25px;
  *height: 23px; }
  input[type=text]:focus,
  input[type=password]:focus,
  input[type=email]:focus,
  textarea:focus {
    outline: none;
    border: 1px solid #5295cc; }

input.quantity-input {
  width: 50px; }

.shipping-payment {
  overflow: hidden;
  background: #f4f1ec;
  padding: 10px;
  margin-bottom: 20px; }
  .shipping-payment .shipping {
    float: left;
    width: 330px; }
  .shipping-payment .payment {
    margin-left: 370px; }
  .shipping-payment .form {
    padding: 0; }
  @media (max-width: 768px) {
    .shipping-payment .shipping, .shipping-payment .payment {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 50%;
      margin: 0; }
    .shipping-payment .shipping {
      padding-right: 10px; }
    .shipping-payment .payment {
      float: right;
      padding-left: 10px; } }
  @media (max-width: 450px) {
    .shipping-payment .shipping, .shipping-payment .payment {
      float: none;
      width: auto;
      padding: 0; }
    .shipping-payment .shipping {
      margin-bottom: 20px; } }

.orderby-displaynumber {
  position: relative;
  min-height: 25px;
  z-index: 2;
  bottom: 20px; }

.vm-pagination {
  overflow: hidden;
  margin: 1em 0;
  text-align: center; }
  .vm-pagination ul {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    list-style-type: none; }
  .vm-pagination li {
    float: left;
    margin-right: 5px; }
    .vm-pagination li span,
    .vm-pagination li a {
      display: block;
      line-height: 25px;
      min-width: 20px;
      text-align: center;
      font-size: 14px;
      padding: 0 5px;
      background: #dce9f4; }
  .vm-pagination .pagination-prev span,
  .vm-pagination .pagination-next span {
    display: none; }
  .vm-pagination .pagination-start,
  .vm-pagination .pagination-end {
    display: none; }

.display-number {
  position: absolute;
  top: 70px;
  right: 20px; }

@media (max-width: 450px) {
  .options .btn, .options #ui-tabs ul#tabs li, #ui-tabs ul#tabs .options li {
    margin-top: 20px;
    float: none;
    width: 100%;
    text-align: center;
    padding: 15px 0;
    height: auto;
    background-image: none; } }
.vm-orderby {
  color: #615348;
  line-height: 25px;
  font-size: 14px;
  right: 0;
  top: -18px;
  position: absolute; }
  .vm-orderby .title {
    float: left;
    padding: 5px 5px;
    width: 90px;
    background: #e4ddd3; }
  .vm-orderby a {
    color: #615348;
    display: block;
    padding: 5px 5px; }
    .vm-orderby a:hover {
      text-decoration: none; }
    .vm-orderby a .asc,
    .vm-orderby a .desc {
      float: right;
      width: 0;
      height: 0;
      border-right: 7px solid transparent;
      border-left: 7px solid transparent;
      margin-top: 9px;
      margin-left: 10px; }
    .vm-orderby a .asc {
      border-top: 7px solid #8d744c; }
    .vm-orderby a .desc {
      border-bottom: 7px solid #8d744c; }
  .vm-orderby .activeOrder {
    float: right;
    background: #f4f1ec;
    min-width: 120px; }
  .vm-orderby .orderlist {
    display: none;
    margin-left: 100px;
    background: #f4f1ec;
    -moz-box-shadow: 0 3px 5px -3px #615348;
    -webkit-box-shadow: 0 3px 5px -3px #615348;
    box-shadow: 0 3px 5px -3px #615348; }
    .vm-orderby .orderlist a:hover {
      text-decoration: none;
      background: #ece7e0; }
  .vm-orderby:hover .orderlist {
    display: block; }

a.back {
  padding-left: 15px;
  background: url("../images/back.png") no-repeat left center; }

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

.form {
  padding: 0 0 20px; }
  .form h2 + .controls-group {
    margin-top: 1em; }
  .form .controls-group {
    overflow: hidden;
    margin: .5em 0; }
    .form .controls-group + h2 {
      margin-top: 2em; }
  .form .controls input[type=text],
  .form .controls input[type=password],
  .form .controls input[type=email],
  .form .controls select,
  .form .controls textarea {
    width: 295px;
    max-width: 100%; }
    @media (max-width: 768px) {
      .form .controls input[type=text],
      .form .controls input[type=password],
      .form .controls input[type=email],
      .form .controls select,
      .form .controls textarea {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; } }
  .form.horizontal .control-label {
    float: left;
    width: 170px;
    padding: 5px 0 2px; }
  .form.horizontal .controls {
    margin-left: 190px; }
  @media (max-width: 450px) {
    .form.horizontal .control-label {
      float: none;
      width: auto; }
    .form.horizontal .controls {
      margin: 0; } }
  .form .control-label.invalid,
  .form label.invalid {
    color: #9b3b51; }
  .form .controls input.invalid,
  .form .controls textarea.invalid {
    border: 1px solid #9b3b51; }
  .form .controls select.invalid {
    border: 1px solid #9b3b51; }
  .form .vmshipment_name {
    padding-right: 10px; }
  .form .vmshipment_description {
    color: #b2b3ab; }
  .form .options {
    margin-top: 20px; }

.vmorder-done td {
  font-weight: bold;
  padding-right: 20px; }
  .vmorder-done td + td {
    font-weight: normal; }

.top-cart {
  position: relative; }
  .top-cart .arrow {
    border: 15px solid transparent;
    border-bottom-color: #e4bc1c;
    position: absolute;
    top: -30px;
    right: 40px;
    margin-left: 0;
    width: 0;
    height: 0; }
  .top-cart .popup {
    display: none;
    position: absolute;
    background: #e4bc1c;
    padding: 20px;
    right: -20px;
    top: 100%;
    margin-top: 20px;
    z-index: 2; }
    .top-cart .popup .row {
      white-space: nowrap;
      border-bottom: 1px solid #FFF;
      overflow: hidden; }
      .top-cart .popup .row .prices {
        float: right;
        min-width: 50px;
        *width: 50px; }
      .top-cart .popup .row .product_row {
        margin-right: 70px; }
    .top-cart .popup .total {
      float: right; }
    .top-cart .popup,
    .top-cart .popup a {
      color: #FFF; }
    .top-cart .popup .total {
      margin-top: 15px; }
  .top-cart:hover .popup {
    display: block; }
    @media (max-width: 768px) {
      .top-cart:hover .popup {
        display: none; } }
  .top-cart .vm-customfield-mod {
    display: none; }

.error {
  padding: 1px 20px;
  background-color: #e4bc1c;
  margin-bottom: 20px;
  color: #FFF; }

#ui-tabs ul#tabs {
  overflow: hidden;
  margin-bottom: 1em;
  border-bottom: 1px solid #5295cc; }
  #ui-tabs ul#tabs li {
    background: #FFF;
    color: #5295cc;
    border: 0;
    margin: 0;
    padding: 0 10px;
    background-image: none; }
    #ui-tabs ul#tabs li.current {
      background-color: #5295cc;
      color: #FFF;
      background-image: none;
      padding: 0 10px; }
    #ui-tabs ul#tabs li + li {
      margin-left: 5px; }
    #ui-tabs ul#tabs li:hover {
      color: #FFF; }
#ui-tabs .tabs {
  padding: 0 10px;
  display: none; }
#ui-tabs #tab-1 {
  display: block; }

.adminlist {
  width: 100%; }
  .adminlist th {
    font-weight: bold; }
  .adminlist th,
  .adminlist td {
    padding: 5px 10px 5px 0; }
  .adminlist tbody th,
  .adminlist tbody td {
    border-top: 1px solid #b2b3ab;
    vertical-align: top; }

.ship-to-array li {
  background: #FFF;
  margin-top: 1px;
  position: relative;
  height: 30px; }
  .ship-to-array li a {
    display: block;
    color: #5295cc;
    position: absolute;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    padding: 5px;
    line-height: 20px; }
    .ship-to-array li a:hover {
      background: #f4f1ec; }
    .ship-to-array li a.icon_delete {
      right: 0;
      top: 0;
      left: auto;
      bottom: 0;
      background: #5295cc;
      color: #FFF; }
      .ship-to-array li a.icon_delete:hover {
        background: #74aad6; }

a.download-epub {
  background: url("../images/download-epub.png") no-repeat left 3px;
  padding-left: 20px;
  color: #45a800; }

.top-bar {
  background: #e4bc1c;
  color: #FFF;
  font-size: 22px;
  text-transform: uppercase;
  height: 75px;
  line-height: 75px;
  padding-top: 1px; }
  .top-bar .form {
    float: right;
    width: 495px;
    height: 35px;
    background: #FFF;
    margin-top: 20px;
    padding: 0;
    overflow: hidden; }
  .top-bar input,
  .top-bar .btn,
  .top-bar #ui-tabs ul#tabs li,
  #ui-tabs ul#tabs .top-bar li {
    border: 0;
    background: #FFFFFF;
    float: right;
    display: block;
    margin: 0;
    height: 35px; }
  .top-bar .btn, .top-bar #ui-tabs ul#tabs li, #ui-tabs ul#tabs .top-bar li {
    background: url("../images/arrow-search.png") right center no-repeat #FFF;
    padding-right: 40px;
    color: #977f5b; }
    @media all and (-webkit-min-device-pixel-ratio: 1.5) {
      .top-bar .btn, .top-bar #ui-tabs ul#tabs li, #ui-tabs ul#tabs .top-bar li {
        background-image: url("../images/arrow-search-2X.png");
        background-size: 20px 11px; } }
  .top-bar input.inputbox {
    width: 370px;
    line-height: 37px;
    height: 35px;
    font-size: 16px;
    border: 0 !important;
    float: left; }
  .top-bar .title {
    width: 250px;
    float: left; }
  @media (max-width: 800px) {
    .top-bar .form {
      margin-left: 270px;
      float: none;
      overflow: hidden;
      width: auto; }
    .top-bar .title {
      line-height: 35px; }
    .top-bar .search {
      position: relative; }
      .top-bar .search .btn, .top-bar .search #ui-tabs ul#tabs li, #ui-tabs ul#tabs .top-bar .search li {
        z-index: 1;
        position: relative; }
    .top-bar input.inputbox {
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      padding-right: 120px; } }
  @media (max-width: 768px) {
    .top-bar .title {
      width: 90px;
      height: 35px;
      overflow: hidden; }
    .top-bar .form {
      margin-left: 110px; } }
  @media (max-width: 450px) {
    .top-bar .title {
      display: none; }
    .top-bar .form {
      margin-left: 0; } }

@media (max-width: 650px) {
  .hide-phone {
    display: none; } }
.mobile-menu {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3; }
  @media (max-width: 767px) {
    .mobile-menu {
      display: block !important; } }
  .mobile-menu .hamburger {
    display: block;
    height: 47px;
    width: 54px;
    background-color: #e4bc1c;
    padding-top: 1px;
    top: 0;
    right: 20px;
    position: absolute; }
    .mobile-menu .hamburger:hover {
      background-color: #ceaa19; }
    .mobile-menu .hamburger s {
      background-color: #FFF;
      height: 4px;
      display: block;
      margin: 10px 10px 0; }
      .mobile-menu .hamburger s + s {
        margin-top: 6px; }
  .mobile-menu ul {
    display: none; }
  .mobile-menu.active ul {
    display: block; }
  .mobile-menu > ul {
    z-index: 1;
    background-color: #e4bc1c;
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    padding: 20px 0; }
    .mobile-menu > ul li a {
      display: block;
      padding: 10px 20px;
      color: #FFF;
      text-decoration: none;
      text-transform: uppercase; }
      .mobile-menu > ul li a:hover {
        background-color: #dcb51a; }
    .mobile-menu > ul li.category > a {
      background-color: #5295cc; }
      .mobile-menu > ul li.category > a:hover {
        background-color: #4a90ca; }
    .mobile-menu > ul li.active > a {
      background-color: #FFF;
      color: #e4bc1c; }
    .mobile-menu > ul li.active.category > a {
      color: #5295cc; }
