html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  overflow-y: scroll;
}
.author-header {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 10em 1fr;
  margin-bottom: 1em;
}
.author-header .author-picture {
  margin: 0;
}
.author-picture {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  width: 10em;
  max-width: 100%;
  margin: 0;
  overflow: hidden;
  margin-bottom: auto;
}
.author-picture > * {
  display: block;
  height: 0;
  padding-top: 100%;
  position: relative;
}
.author-picture img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
div.tabs {
  display: none;
}
.book .book-authors {
  margin-top: 3rem !important;
}
.book-categories {
  line-height: 4;
  margin-bottom: 1em;
}
.book-categories > * {
  margin-right: 1em;
}
.book-attributes {
  padding-left: 1em;
}
.book-author {
  font-size: 10px;
  font-size: 0.84095991rem;
  background: #232020;
  color: #ffffff;
  display: inline-block;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.5em;
  margin: 0.5rem 0 !important;
}
i.book-author {
  background: #909090;
  font-style: normal;
}
.book-cover {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 11rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  cursor: pointer;
  margin-left: 0;
  max-width: 12em;
}
.book-cover img {
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.16);
  display: block;
  max-width: 100%;
  margin-left: 0;
}
.book-details {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.book-discount {
  background: #ff4b00;
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-align: center;
  z-index: 0;
  height: 3.2em;
  line-height: 3.2em;
  margin: 0 1.6em;
  width: 1.84752086em;
  font-family: 'Roboto Condensed', sans-serif;
  margin-left: 1.5em;
}
.book-discount:before,
.book-discount:after {
  content: "";
  position: absolute;
  z-index: -1;
}
.book-discount:before,
.book-discount:after {
  border-bottom: 1.6em solid transparent;
  border-top: 1.6em solid transparent;
  height: 0;
  top: 0;
}
.book-discount:before {
  left: 100%;
  border-left: 0.92376043em solid #ff4b00;
}
.book-discount:after {
  right: 100%;
  border-right: 0.92376043em solid #ff4b00;
}
.book-info {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 23rem;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.book-price {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
  margin: 0.5em 0;
}
.book-subtitle {
  font-size: 17px;
  font-size: 1.414rem;
  line-height: 1;
  margin: 0.5rem 0 !important;
}
.book-title {
  display: block;
  line-height: 1;
  margin: 0.5rem 0 !important;
}
.book-price-discounted {
  font-size: 14px;
  font-size: 1.18911732rem;
  font-weight: bold;
}
.book-price-original {
  font-size: 10px;
  font-size: 0.84095991rem;
  color: #909090;
  text-decoration: line-through;
}
.enlarged-cover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -ms-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-opacity: 0;
  -khtml-opacity: 0;
  -moz-opacity: 0;
  opacity: 0;
  align-items: center;
  background: rgba(35, 32, 32, 0.5);
  display: flex;
  justify-content: center;
  height: 100%;
  left: 0;
  padding: 1.2em;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
}
.enlarged-cover.active {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  pointer-events: auto;
}
.enlarged-cover span {
  display: block;
  max-height: 100%;
  max-width: 100%;
  position: relative;
}
.enlarged-cover span .kep {
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.16);
  max-width: 100%;
  max-height: 100%;
}
.enlarged-cover span::after {
  background: #232020;
  border: 0.12em solid #ffffff;
  border-radius: 50%;
  content: "×";
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-size: 2em;
  font-weight: bold;
  height: 1em;
  left: 0;
  line-height: 0.95;
  margin-left: -0.5em;
  margin-top: -0.5em;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 1em;
}
.cart-item {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 2em;
}
.cart-item-img {
  height: 150px;
  margin-right: 2em;
  width: 100px;
}
.cart-item-img img {
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.16);
}
.cart-item-name,
.cart-item-price {
  display: block;
  margin-bottom: 0.5em;
}
.cart-item-qty {
  display: inline-flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  border: 1px solid #ff4b00;
}
.cart-item-qty .btn {
  border: 0;
}
.cart-item-qty button,
.cart-item-qty > span {
  min-width: 1.5em;
  text-align: center;
}
.cart-item-qty button {
  font-size: 1.5em;
  padding: 0.2em 0.4em;
  min-height: unset;
  font-weight: normal;
}
.cart-item-qty > span {
  display: inline-block;
  padding: 0.3em;
}
.cart-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(20rem, 1fr));
  grid-gap: 1rem;
  margin-bottom: 1em;
  margin-top: 1em;
}
.home-authors .author {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1em 1em 1em;
}
.home-authors .author a {
  display: block;
}
.home-authors .author .author-picture {
  margin-left: auto;
  margin-right: auto;
}
.author-name,
.author-books-link {
  display: table;
  margin-left: auto;
  margin-right: auto;
  background: #232020;
  color: #ffffff;
  padding: 0.3rem 0.6rem;
}
.author-books-link {
  font-weight: normal;
}
.author-name {
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  margin-top: 12px;
  margin-top: 1rem;
  font-size: 17px;
  font-size: 1.414rem;
  margin-bottom: 0;
}
.home-category .book-subtitle {
  font-size: 12px;
  font-size: 1rem;
}
.home-category .book-title {
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  margin-top: 12px;
  margin-top: 1rem;
  font-size: 17px;
  font-size: 1.414rem;
}
.home-featured main {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #ff4b00;
  padding: 1rem;
  width: 100%;
}
.home-featured .book-descripton {
  display: none;
}
@media screen and (min-width: 600px) {
  .home-featured .book-descripton {
    display: block;
  }
}
.home-featured .book-list-item {
  width: 25%;
}
.home-featured .book-subtitle {
  font-size: inherit;
  font-weight: bold;
}
.home-featured .book-title {
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  margin-top: 12px;
  margin-top: 1rem;
  font-size: 17px;
  font-size: 1.414rem;
}
.home-featured .home-pagination > *:nth-child(2) {
  background: #ff4b00;
  color: #ffffff;
}
.home-featured .section-header {
  border-bottom: 0;
  margin: 1em 0 0;
}
.home-featured-canvas {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.home-featured-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -ms-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
  width: 400%;
  position: relative;
}
.home-more main {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(20em, 1fr));
}
.home-more main > * {
  background: #232020 url("/gfx/home-more-bg.jpg") no-repeat right;
  background-size: cover;
  color: #ffffff;
  min-height: 8em;
  padding-right: 50%;
  position: relative;
}
.home-more main > *:hover {
  color: #ffffff;
}
.home-more main > * > span {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 1rem;
  height: 100%;
  position: relative;
}
.home-more main > * > span > span {
  display: block;
  font-weight: normal;
}
.home-more main > * > span > span:first-child {
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  margin-top: 12px;
  margin-top: 1rem;
  font-size: 17px;
  font-size: 1.414rem;
  margin: 0;
}
.home-more main > * > span > span:nth-child(2) {
  font-size: 10px;
  font-size: 0.84095991rem;
  margin-top: 0.5rem;
}
.home-more main > * > span::after {
  content: "";
  left: 100%;
  width: 0;
  height: 0;
  border-bottom: 0.4rem solid transparent;
  border-top: 0.4rem solid transparent;
  border-left: 0.8rem solid;
  position: absolute;
  top: 50%;
  margin-top: -0.2rem;
}
.home-more-fb span {
  background: #3b5998;
}
.home-more-fb span::after {
  border-left-color: #3b5998 !important;
}
.home-more-gyesz span {
  background: #00d2aa;
}
.home-more-gyesz span::after {
  border-left-color: #00d2aa !important;
}
.home-pagination {
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  text-align: center;
}
.home-pagination > *:nth-child(2) {
  font-size: 14px;
  font-size: 1.18911732rem;
  display: inline-block;
  padding: 1em 0.5em;
  min-width: 2.2em;
}
.home-pagination > *:nth-child(2) span {
  font-size: 10px;
  font-size: 0.84095991rem;
}
.home-pagination .btn {
  padding: 0.2em 0.6em;
}
.home-pagination .gfx {
  font-size: 24px;
  vertical-align: middle;
}
.search-no-results {
  border: 3px solid;
  color: #ff4b00;
  font-weight: bold;
  padding: 1em 1em 0;
  text-align: center;
}
.search-book-result .book-subtitle {
  font-size: 12px !important;
  font-size: 1rem !important;
}
.search-book-result .book-description {
  font-style: italic;
}
.search-results {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(22rem, 1fr));
  grid-gap: 2rem;
  justify-content: space-between;
}
.search-results .author {
  display: grid;
  grid-template-columns: 10rem 1fr;
  grid-gap: 1rem;
}
.add-to-cart {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  display: inline-flex !important;
  padding: 0 !important;
}
.add-to-cart .gfx {
  font-size: 24px;
  padding: 0.1em 0.2em 0.2em;
  vertical-align: -45% !important;
}
.add-to-cart-label {
  border-right: 1px solid;
  padding: 1em 0.6em;
}
.book-list-item {
  max-width: 100%;
}
.book-list-item .book-title {
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  margin-top: 12px;
  margin-top: 1rem;
  font-size: 17px;
  font-size: 1.414rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.cookie-consent {
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  bottom: 1em;
  border: 3px solid #ff4b00;
  left: 1em;
  padding: 1em;
  position: fixed;
  right: 1em;
  text-align: center;
}
.cookie-consent p {
  border-top: 1px solid #efefef;
  margin-top: 1em;
  padding-top: 1em;
}
.form fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}
.form fieldset[disabled] {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-opacity: 0.5;
  -khtml-opacity: 0.5;
  -moz-opacity: 0.5;
  opacity: 0.5;
}
.form label {
  cursor: pointer;
}
.form input,
.form textarea,
.form select {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #efefef;
  border: 0;
  border-bottom: 1px solid;
  font: inherit;
  padding: 0.4em;
  width: 100%;
}
.form input::-webkit-input-placeholder,
.form textarea::-webkit-input-placeholder,
.form select::-webkit-input-placeholder {
  font-size: 8px;
  font-size: 0.70721358rem;
  color: #909090;
  text-transform: uppercase;
}
.form input:-moz-placeholder,
.form textarea:-moz-placeholder,
.form select:-moz-placeholder {
  font-size: 8px;
  font-size: 0.70721358rem;
  color: #909090;
  text-transform: uppercase;
}
.form input::-moz-placeholder,
.form textarea::-moz-placeholder,
.form select::-moz-placeholder {
  font-size: 8px;
  font-size: 0.70721358rem;
  color: #909090;
  text-transform: uppercase;
}
.form input:-ms-input-placeholder,
.form textarea:-ms-input-placeholder,
.form select:-ms-input-placeholder {
  font-size: 8px;
  font-size: 0.70721358rem;
  color: #909090;
  text-transform: uppercase;
}
.form textarea {
  resize: vertical;
}
.form-label {
  display: table;
  font-weight: bold;
  font-family: 'Roboto Condensed', sans-serif;
  margin-bottom: 0.2em;
  text-transform: uppercase;
}
.form-group {
  display: block;
  margin-bottom: 0.4em;
}
.form-radio,
.form-checkbox {
  font-size: 10px;
  font-size: 0.84095991rem;
  cursor: pointer;
  display: inline-table;
  position: relative;
}
.form-radio input,
.form-checkbox input {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  font-size: 0;
  height: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
}
.form-radio .form-label,
.form-checkbox .form-label {
  color: #ff4b00;
  display: block;
  vertical-align: baseline;
}
.form-radio .form-label:before,
.form-checkbox .form-label:before {
  border: 1px solid #ff4b00;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 1em;
  margin: 0 0.5em;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 1em;
}
.form-radio .form-help,
.form-checkbox .form-help {
  display: block;
}
.form-radio .form-label:before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-radio:hover .form-label:before,
.form-radio input:focus + .form-text .form-label:before {
  background: #ffdbcc;
}
.form-radio input:checked + .form-text .form-label:before {
  background: #ff6f33;
}
.form-radio input:focus:checked + .form-text .form-label:before {
  background: #ff4b00;
}
.form-radio.disabled {
  cursor: not-allowed;
}
.form-radio.disabled input + .form-text .form-label {
  color: grey;
}
.form-radio.disabled input + .form-text .form-label::before {
  border-color: #909090;
}
.form-radio.disabled:hover .form-label:before,
.form-radio.disabled input:focus + .form-text .form-label:before {
  background: none;
}
.form-radio.disabled input:checked + .form-text .form-label::before {
  background: #909090;
}
.form-checkbox .form-label:before {
  content: "\2714";
  color: #ffffff;
  line-height: 1;
}
.form-checkbox:hover .form-label:before,
.form-checkbox input:focus + .form-text .form-label:before {
  opacity: 0.8;
}
.form-checkbox input:checked + .form-text .form-label:before {
  opacity: 0.2;
}
.form-checkbox input:focus:checked + .form-text .form-label:before {
  color: #ff4b00;
}
.gfx {
  display: inline-block;
  fill: currentColor;
  height: 1em;
  stroke: currentColor;
  stroke-width: 0;
  width: 1em;
}
.gfx-ursus-logo {
  width: 7.67602312em;
}
body > header {
  background: #efefef;
}
body > header a {
  color: #232020;
}
body > header a:hover {
  color: #000000;
}
body > header form {
  margin: 1em 0;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1000px) {
  body > header form {
    margin-left: 2em;
    width: 12em;
  }
}
body > header form fieldset {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  position: relative;
}
body > header form .gfx {
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 0;
}
body > header button {
  margin-left: 1em;
}
@media screen and (min-width: 1000px) {
  body > header button {
    display: none !important;
  }
}
body > header button .gfx {
  font-size: 24px;
}
body > header .btn {
  font-family: 'Rubik', sans-serif;
  padding: 0.4em;
  text-transform: none;
}
body > header .btn-wire {
  margin-left: 6px;
  padding: 0;
}
body > header .gfx-menu {
  width: 0.8em;
}
body > header .cart-link {
  justify-content: center;
  display: inline-flex;
  font-weight: normal;
  width: 100%;
}
body > header .cart-link .btn {
  margin: 1em auto 0 auto;
}
body > header .cart-link .gfx {
  font-size: 24px;
}
@media screen and (min-width: 1000px) {
  body > header .cart-link {
    width: auto;
  }
  body > header .cart-link .btn {
    margin: 0 0 0 1em;
  }
}
body > header .category-links-separator {
  margin: 0;
  border: 0;
  width: 100%;
}
body > header .category-links,
body > header .info-links {
  width: 500px;
  max-width: 100%;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  list-style: none;
  padding-left: 0;
  text-align: center;
}
body > header .category-links a,
body > header .info-links a {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 0.5em;
}
body > header .category-links a:last-child,
body > header .info-links a:last-child {
  margin-right: 0;
}
body > header .category-links hr,
body > header .info-links hr {
  margin: 0.5em;
  border: 0;
  border-top: 1px solid #909090;
}
body > header .category-links li ul,
body > header .info-links li ul {
  display: none;
  list-style: none;
  padding-left: 0;
}
body > header .category-links li ul a,
body > header .info-links li ul a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #909090;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
body > header .category-links li ul a:hover,
body > header .info-links li ul a:hover {
  color: #232020;
}
@media screen and (min-width: 1000px) {
  body > header .category-links,
  body > header .info-links {
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -moz-box !important;
    display: -ms-flexbox !important;
    display: -webkit-flex !important;
    display: flex !important;
    /*-webkit-box-orient: horizontal;
		       -moz-box-orient: horizontal;
		            box-orient: horizontal;*/
    -webkit-flex-direction: row !important;
    flex-direction: colrowumn !important;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  body > header .category-links a,
  body > header .info-links a {
    margin-right: 1em;
  }
}
body > header .category-links {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(10em, 1fr));
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
}
body > header .category-links a {
  text-transform: uppercase;
  margin: 0;
}
@media screen and (min-width: 1000px) {
  body > header .category-links {
    text-align: left;
  }
  body > header .category-links li {
    position: relative;
  }
  body > header .category-links li ul {
    box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.16);
    background: #efefef;
    position: absolute;
    z-index: 1;
  }
  body > header .category-links li:hover ul {
    display: block;
  }
}
body > header .home-link {
  display: inline-block;
  font-size: 18px;
  height: 1em;
}
body > header .priority-links {
  display: grid;
  grid-template-columns: repeat(2, 24px);
  grid-gap: 6px;
  font-size: 24px;
  line-height: 0;
  margin-left: auto;
}
body > header > nav {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 10px;
  font-size: 0.84095991rem;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
}
@media screen and (min-width: 1000px) {
  body > header > nav > :nth-child(1) {
    -webkit-order: 1;
    -moz-order: 1;
    order: 1;
  }
  body > header > nav > :nth-child(2) {
    -webkit-order: 2;
    -moz-order: 2;
    order: 2;
  }
  body > header > nav > :nth-child(3) {
    -webkit-order: 4;
    -moz-order: 4;
    order: 4;
  }
  body > header > nav > :nth-child(4) {
    -webkit-order: 7;
    -moz-order: 7;
    order: 7;
  }
  body > header > nav > :nth-child(5) {
    -webkit-order: 3;
    -moz-order: 3;
    order: 3;
  }
  body > header > nav > :nth-child(6) {
    -webkit-order: 5;
    -moz-order: 5;
    order: 5;
  }
  body > header > nav > :nth-child(7) {
    -webkit-order: 6;
    -moz-order: 6;
    order: 6;
  }
  body > header > nav > :nth-child(8) {
    -webkit-order: 8;
    -moz-order: 8;
    order: 8;
  }
}
@media screen and (max-width: 999px) {
  body > header:not(.open) form,
  body > header:not(.open) .cart-link,
  body > header:not(.open) .category-links,
  body > header:not(.open) .info-links {
    display: none;
  }
}
.poi-picker .google-map {
  height: 20em;
}
.tabs header {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  margin-bottom: 1em;
}
.tabs header a {
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  margin-top: 12px;
  margin-top: 1rem;
  font-size: 17px;
  font-size: 1.414rem;
  color: #909090;
  margin: 0.2em 0.8em 0.2em 0;
}
.tabs header a:hover,
.tabs header a.active {
  color: #232020;
}
.tab-deferred {
  display: none;
}
.cart-progress {
  padding: 0 2rem;
  margin-bottom: 2em;
}
.cart-progress-marker {
  font-size: 10px;
  font-size: 0.84095991rem;
  -webkit-transition: color 0.2s, left 0.2s;
  -moz-transition: color 0.2s, left 0.2s;
  -ms-transition: color 0.2s, left 0.2s;
  -o-transition: color 0.2s, left 0.2s;
  transition: color 0.2s, left 0.2s;
  color: #ff4b00;
  display: inline-block;
  margin-bottom: 1em;
  margin-left: -2rem;
  position: relative;
  text-align: center;
  width: 4rem;
}
.cart-progress-marker .gfx {
  font-size: 24px;
}
.cart-progress-bar {
  background: #efefef;
  height: 0.2em;
  position: relative;
  margin-bottom: 0.5em;
}
.cart-progress-bar-actual {
  -webkit-transition: background 0.2s, width 0.2s;
  -moz-transition: background 0.2s, width 0.2s;
  -ms-transition: background 0.2s, width 0.2s;
  -o-transition: background 0.2s, width 0.2s;
  transition: background 0.2s, width 0.2s;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  background: #ff4b00;
}
.cart-progress-bar-placeholder {
  width: 100%;
}
.cart-progress-steps {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  font-size: 10px;
  font-size: 0.84095991rem;
}
.cart-progress-step {
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -ms-transition: color 0.2s;
  -o-transition: color 0.2s;
  transition: color 0.2s;
  color: #909090;
  text-align: center;
}
.cart-progress-step::before {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-transition: background-color 0.2s;
  -moz-transition: background-color 0.2s;
  -ms-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  background: #ffffff;
  border: 0.2em solid;
  content: "";
  display: block;
  height: 1em;
  left: 50%;
  margin-left: -0.7em;
  margin-top: -1.4em;
  position: relative;
  width: 1em;
}
.cart-progress-step:first-child {
  text-align: left;
}
.cart-progress-step:first-child::before {
  left: 0;
}
.cart-progress-step:last-child {
  text-align: right;
}
.cart-progress-step:last-child::before {
  left: 100%;
}
.cart-progress-loading .cart-progress-marker,
.cart-progress-loading .cart-progress-step {
  color: #909090;
}
.cart-progress-loading .cart-progress-bar-actual,
.cart-progress-loading .cart-progress-step-active::before {
  background: #909090;
}
.cart-progress-step-active {
  color: #ff4b00;
}
.cart-progress-step-active::before {
  background: #ff4b00;
}
.home-row {
  background: #efefef;
  margin: 1em 0 5em;
  position: relative;
}
.home-row > header,
.home-row > main,
.home-row > footer {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 71rem;
  padding-left: 1rem;
  padding-right: 1rem;
  margin-left: auto !important;
  margin-right: auto !important;
  padding-left: 0;
  padding-right: 0;
}
.home-row .home-row-header {
  padding-top: 1em;
  position: relative;
  margin: 0 1rem;
}
.home-row main {
  margin-top: 1em;
  padding-bottom: 0.5em;
}
.home-row .home-pagination {
  position: absolute;
  top: 100%;
  width: 100%;
}
.home-row .home-pagination > *:nth-child(2) {
  background: #efefef;
}
.home-row.home-row-end .home-row-canvas::after {
  opacity: 0;
}
.home-row.home-row-start .home-row-canvas::before {
  opacity: 0;
}
.home-row-canvas {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.home-row-canvas::after,
.home-row-canvas::before {
  -webkit-transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -ms-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
  transition: opacity 0.4s;
  content: "";
  position: absolute;
  top: 0;
  width: 1em;
  height: 100%;
  z-index: 1;
}
.home-row-canvas::after {
  background: radial-gradient(circle farthest-side at 2500% 50%, #909090 90%, transparent);
  right: 0;
}
.home-row-canvas::before {
  background: radial-gradient(circle farthest-side at -2400% 50%, #909090 90%, transparent);
  left: 0;
}
.home-row-cont {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition: left 0.4s;
  -moz-transition: left 0.4s;
  -ms-transition: left 0.4s;
  -o-transition: left 0.4s;
  transition: left 0.4s;
  position: relative;
}
.home-row-cont .book-list-item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 1rem;
}
.alert {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 10px;
  font-size: 0.84095991rem;
  border: 3px solid;
  font-weight: bold;
  margin: 1em 0;
  padding: 1em;
  text-align: center;
}
.alert-primary {
  color: #ff4b00;
}
html {
  font-size: 12px;
  height: 100%;
}
@media screen and (min-width: 480px) {
  html {
    font-size: 14px;
  }
}
body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-webkit-box-orient: vertical;
		       -moz-box-orient: vertical;
		            box-orient: vertical;*/
  -webkit-flex-direction: column;
  flex-direction: column;
  color: #232020;
  font-family: 'Rubik', sans-serif;
  margin: 0;
  min-height: 100%;
  overflow-x: hidden;
}
body > main {
  -webkit-flex-grow: 1;
  flex-grow: 1;
  padding-bottom: 3em;
}
body > main a {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #ff4b00;
}
a:hover {
  color: #e64400;
}
dt {
  font-weight: bold;
}
dt::after {
  content: ": ";
}
dd {
  display: inline-block;
  margin: 0 0 0.5em 0;
}
figure {
  margin: 1em 0;
}
figcaption {
  color: #909090;
  font-style: italic;
  margin-top: 0.5em;
  text-align: center;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  line-height: 1.2;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 12px;
  margin-bottom: 1rem;
  margin-top: 12px;
  margin-top: 1rem;
}
h1,
.h1 {
  font-size: 34px;
  font-size: 2.82714594rem;
}
h2,
.h2 {
  font-size: 24px;
  font-size: 1.999396rem;
}
h3,
.h3 {
  font-size: 17px;
  font-size: 1.414rem;
}
p {
  margin: 0 0 12px;
  margin: 0 0 1rem;
}
.btn {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 10px;
  font-size: 0.84095991rem;
  border: 1px solid;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 1em 0.6em;
  min-height: 3em;
  text-transform: uppercase;
  vertical-align: middle;
}
.btn.disabled,
.btn:disabled {
  border-color: #909090 !important;
  cursor: not-allowed;
}
.btn .gfx {
  vertical-align: -30%;
}
.btn-wire.disabled,
.btn-wire:disabled {
  color: #909090 !important;
}
.btn-default {
  background: #232020;
  border-color: #232020;
  color: #ffffff;
}
.btn-default:hover {
  background: #000000;
  border-color: #000000;
  color: #ffffff;
}
.btn-default.disabled,
.btn-default:disabled {
  background: #909090;
  border-color: #909090;
}
.btn-default.btn-wire {
  background: none;
  color: #232020;
}
.btn-default.btn-wire:hover {
  border-color: #000000;
  color: #000000;
}
.btn-primary {
  background: #ff4b00;
  border-color: #ff4b00;
  color: #ffffff;
}
.btn-primary:hover {
  background: #e64400;
  border-color: #e64400;
  color: #ffffff;
}
.btn-primary.btn-wire {
  background: none !important;
  color: #ff4b00;
}
.btn-primary.btn-wire:hover {
  color: #e64400;
}
.column-set {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  grid-gap: 0.5em;
}
@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/rubik/Rubik-Regular.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Rubik';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/rubik/Rubik-Medium.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: normal;
  src: url('/fonts/roboto-condensed/RobotoCondensed-Regular.ttf');
}
@font-face {
  font-display: swap;
  font-family: 'Roboto Condensed';
  font-style: normal;
  font-weight: bold;
  src: url('/fonts/roboto-condensed/RobotoCondensed-Bold.ttf');
}
.dialogue-cont {
  height: 100%;
  left: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  width: 100%;
}
.dialogue-list {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-webkit-box-orient: vertical;
		       -moz-box-orient: vertical;
		            box-orient: vertical;*/
  -webkit-flex-direction: column;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  padding: 1em;
  width: 30em;
}
.dialogue-item {
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.16);
  background: #ffffff;
  border: 3px solid #ff4b00;
  margin-bottom: 1em;
  padding: 1em;
  pointer-events: auto;
  text-align: center;
}
.dialogue-item button {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 10px;
  font-size: 0.84095991rem;
  border: 1px solid;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 1em 0.6em;
  min-height: 3em;
  text-transform: uppercase;
  vertical-align: middle;
  background: #ff4b00;
  border-color: #ff4b00;
  color: #ffffff;
}
.dialogue-item button.disabled,
.dialogue-item button:disabled {
  border-color: #909090 !important;
  cursor: not-allowed;
}
.dialogue-item button .gfx {
  vertical-align: -30%;
}
.dialogue-item button:hover {
  background: #e64400;
  border-color: #e64400;
  color: #ffffff;
}
.dialogue-item button.btn-wire {
  background: none !important;
  color: #ff4b00;
}
.dialogue-item button.btn-wire:hover {
  color: #e64400;
}
.dialogue-item a {
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-flex;
  font-size: 10px;
  font-size: 0.84095991rem;
  border: 1px solid;
  color: inherit;
  cursor: pointer;
  font: inherit;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: bold;
  line-height: 1;
  padding: 1em 0.6em;
  min-height: 3em;
  text-transform: uppercase;
  vertical-align: middle;
  background: #ff4b00;
  border-color: #ff4b00;
  color: #ffffff;
  background: none !important;
  color: #ff4b00;
}
.dialogue-item a.disabled,
.dialogue-item a:disabled {
  border-color: #909090 !important;
  cursor: not-allowed;
}
.dialogue-item a .gfx {
  vertical-align: -30%;
}
.dialogue-item a:hover {
  background: #e64400;
  border-color: #e64400;
  color: #ffffff;
}
.dialogue-item a.btn-wire {
  background: none !important;
  color: #ff4b00;
}
.dialogue-item a.btn-wire:hover {
  color: #e64400;
}
.dialogue-item a:hover {
  color: #e64400;
}
body > footer {
  background: #efefef;
  padding-bottom: 5rem;
  padding-top: 1rem;
  font-size: 10px;
  font-size: 0.84095991rem;
}
body > footer .category-links a,
body > footer .legal-links a {
  color: inherit;
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  padding: 0.25em;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
}
body > footer .category-links {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(8rem, 1fr));
  grid-gap: 1rem;
  justify-content: space-between;
}
body > footer .category-links > div {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  /*-webkit-box-orient: vertical;
		       -moz-box-orient: vertical;
		            box-orient: vertical;*/
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
body > footer .category-links a {
  font-weight: normal;
}
body > footer .category-links a:first-child {
  font-weight: bold;
}
body > footer .legal-links {
  text-align: center;
}
body > footer .legal-links a {
  position: relative;
}
body > footer .legal-links a::before {
  content: "•";
  display: inline-block;
  margin: 0 1em;
}
body > footer .legal-links a:first-child::before {
  display: none;
}
.kep {
  display: block;
}
.kep img {
  display: block;
}
.center-block {
  margin-left: auto !important;
  margin-right: auto !important;
}
.col-1 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 5rem;
}
.col-2 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 11rem;
}
.col-3 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 17rem;
}
.col-4 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 23rem;
}
.col-5 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 29rem;
}
.col-6 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 35rem;
}
.col-7 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 41rem;
}
.col-8 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 47rem;
}
.col-9 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 53rem;
}
.col-10 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 59rem;
}
.col-11 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 65rem;
}
.col-12 {
  display: block;
  margin: 0.5rem;
  max-width: 100%;
  width: 71rem;
}
.full-width {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
  width: 71rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
.row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0.5rem;
}
.post .kep-img {
  margin-left: auto;
  margin-right: auto;
  max-height: 300px;
}
.section-header {
  -ms-flex-align: baseline;
  -webkit-align-items: baseline;
  align-items: baseline;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid;
  margin: 1em 0;
}
.section-header > a {
  font-size: 10px;
  font-size: 0.84095991rem;
  color: inherit;
  font-weight: normal;
}
.section-header h2 {
  margin: 0 1em 0 0;
}
.section-header h2 a {
  color: inherit;
}
.soft-shadow {
  box-shadow: 4px 2px 2px rgba(0, 0, 0, 0.16);
}
.table {
  border-collapse: collapse;
  margin-bottom: 1em;
}
.table td,
.table th {
  padding: 0.5em 1em;
}
.table td {
  text-align: right;
}
.table th {
  text-align: left;
}
.table tr > *:first-child {
  padding-left: 0;
}
.table tr > *:last-child {
  padding-right: 0;
}
.table tbody th {
  font-weight: normal;
}
.table tfoot {
  font-weight: bold;
}
