.flex-1 {
  flex: 1;
}
.flatpickr-calendar.hasTime.noCalendar {
  /* box-sizing: border-box; */
}
.product-cat-books main#main, .bg-wheat {
  background: #fbf2e9;
}
.product_title {
  display: none;
}
#starmap-container {
  height: 0;
  overflow: hidden;
  width: 0;
}
#starmap {
  visibility: hidden;
}
#poster-preview {
  padding-top: 20px;
  font-size: 20px;
  text-align: center;
}
#placeholder-img, #placeholder-img img {
  height: 33vh;
  min-height: 10rem;
  align-self: center;
}
.flipbook-wrapper {
  align-items: center;
  display: flex;
  height: 80%;
  justify-content: center;
  margin: 1% auto;
  width: 75%;
}
.flipbook-wrapper .aspect {
  padding-bottom: 56.75%;
  position: relative;
  width: 100%;
}
.flipbook-wrapper .aspect .aspect-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.flipbook-wrapper .aspect .aspect-inner .flipbook {
  height: 100%;
  transition: margin-left 0.25s ease-out;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flipbook-wrapper .aspect .aspect-inner .flipbook .page {
  height: 100%;
  width: 100%;
  background-color: #f0ecd6;
}
.flipbook-wrapper .aspect .aspect-inner .flipbook .page img {
  max-width: 100%;
  height: 100%;
}
/*
@media only screen and (min-width: 800px) {
	#book-preview img {
  			max-height: inherit;
		}*/
#book-preview {
  /* min-height: 33vh; */
}
.thumb-infotext {
  width: 100%;
	font-size:12px;
}
#book-preview:not(.display-double) img {
  width: auto;
  height: auto;
}
#book-preview.display-double {
  position: relative;
  top: 0px !important;
}
#book-preview.display-double img {
  /* width: 100%;
  height: 100%; */
}
#book-preview:not(.display-double), #mobile-book-preview {}
#mobile-book-preview img {
  width: auto;
  height: 33vh;
}
#mobile-book-preview {
  overflow: auto;
  white-space: nowrap;
}
#mobile-book-preview a {
  width: auto;
  height: 100%;
}
#book-thumb a {
  position: relative;
  z-index: 3;
}
#book-thumb img {
  width: auto;
  height: auto;
  max-height: 48px;
  max-width: 100%;
}
.magnifier-thumb-wrapper:before {
  background: url(images/magnifier.png) #ddd no-repeat center;
  background-size: 16px;
  border-radius: 0 0 50% 0;
  content: "";
  height: 32px;
  position: absolute;
  width: 32px;
}
.magnifier-lens {
  margin-left: 120px;
}
.book-container .price {
  position: relative;
  z-index: 1;
}
.color-orange {
  color: #f18a2f;
}
ul.steps .step {
  position: relative;
  list-style: none;
}
ul.steps .step .step-title .main-step-title::before {
  counter-increment: section;
  content: counter(section) ".";
  display: inline-block;
  height: 1.75rem;
  width: 1.75rem;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 100%;
  text-align: center;
  line-height: 1.75rem;
  font-weight: 400;
}
ul.steps .step .step-title.done .main-step-title::before {
  content: url("data:image/svg+xml, %3Csvg width='13' height='23' style='margin-top:5px' viewBox='0 0 13 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.9539 0L4.12881 12.6246L1.04607 7.65111L0 9.33879L4.12881 16L13 1.68768L11.9539 0Z' fill='black' /%3E%3C/svg%3E");
}
ul.steps .step.active .sub-step-title, ul.steps .step .step-title:hover .sub-step-title {
  color: rgba(121, 169, 158, 1);
}
ul.steps .step-title {
  cursor: pointer;
  padding: 1rem 2rem 0.5rem;
  display: block;
  position: relative;
  z-index: 1;
}
ul.steps .step-title::after {
  content: attr(data-step-label);
  display: block;
  position: absolute;
  font-size: 0.8rem;
  color: #424242;
  font-weight: 400;
}
ul.steps .step-title:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
ul.steps .step.active .step-title {
  font-weight: 500;
}
.personalize .book-price, ul.steps.horizontal .step-checkout {
  display: block;
}
.personalize {
  font-size: 1.25rem;
  margin-bottom: 0.8rem;
}
ul.steps .step-new-content {
  position: relative;
  display: none;
  height: auto;
  width: inherit;
  overflow: visible;
  background: #fbf8f3;
}
ul.steps .md-form label {
  left: 0.875rem;
}
ul.steps {
  counter-reset: section;
}
.btn.btn-rounded {
  border-radius: 3rem;
}
.btn.btn-disabled {
  background: #c8c7cc;
  border-color: #c8c7cc;
}
ul.steps.horizontal textarea {
  border: 0.5px solid #979797;
  border-radius: 0;
  height: 33vh;
}
ul.steps.horizontal .step.active textarea.form-control:valid::placeholder {
  color: rgba(0, 0, 0, 0.2) !important;
}
ul.steps.horizontal .btn-outline-success {
  background-color: white;
}
ul.steps.horizontal .btn-outline-success:hover {
  background: #79a99e;
}
ul.steps.horizontal .step .step-title .main-step-title::before {
  margin-right: 0.5rem;
}
ul.steps .step .sub-step-title {
  color: #9b9b9b;
}
ul.steps .step .sub-step-title svg {
  vertical-align: middle;
  transform: rotate(90deg);
  position: absolute;
  right: 2rem;
  top: 3.85rem;
}
ul.steps.horizontal .step .step-title .main-step-title::before, ul.steps .step .sub-step-title {
  transition: ease-in-out 0.2s background-color, ease-in-out 0.2s color;
}
ul.steps.horizontal .step .step-title.active:not(.done) .main-step-title::before {
  background-color: rgba(121, 169, 158, 0.75);
}
ul.steps.horizontal .step .step-title:hover .main-step-title::before, ul.steps.horizontal .step .step-title.active:hover .main-step-title::before {
  background-color: rgba(121, 169, 158, 1);
}
ul.steps.horizontal .form-control.is-invalid, ul.steps.horizontal .form-control.is-valid, .was-validated .form-control:invalid, .was-validated .form-control:valid {
  border: 0.5px solid #979797;
  background-image: none;
  padding-right: 0.75rem;
}
.errors {
  color: red !important
}
/*.was-validated .form-control:invalid {border:1px solid red;}*/
.book-container .book-overlay {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  background-color: transparent;
  cursor: pointer;
  display: none;
}
.white-toolbar-overlay, .wheat-toolbar-overlay {
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  box-shadow: 0 -0.5rem 0.5rem 0rem rgba(39, 34, 34, 0.1);
  height: calc(100vh - 33vh - 11rem);
}
.fancybox-infobar {
  height: 56px;
  line-height: 56px;
}
.fancybox-inner::before {
  content: "";
  background: rgba(0, 0, 0, 1);
  left: 0;
  right: 0;
  top: 0;
  opacity: 0.75;
  transition: ease-in-out inherit all;
  height: 56px;
  position: absolute;
}
.fancybox-navigation .fancybox-button {
  background-clip: border-box;
  opacity: 0.76;
  position: absolute;
  top: calc(50% - 32.5px);
  width: 56px;
  background-color: #000;
}
.fancybox-button {
  width: 56px;
  height: 56px;
}
.fancybox-navigation .fancybox-button--arrow_left svg, .fancybox-navigation .fancybox-button--arrow_right svg {
  display: none;
}
.fancybox-navigation .fancybox-button--arrow_left div, .fancybox-navigation .fancybox-button--arrow_right div {
  transform: rotate(90deg);
  padding: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' width='16' height='13' viewBox='0 0 16 13' style='&%2310; &%2310;'%3E%3Cpath d='M8.57068 0.345117C8.25976 -0.115039 7.7403 -0.115039 7.42859 0.345117L0.236179 10.9625C-0.0787264 11.4286 -0.0787264 12.1844 0.236179 12.6493C0.551085 13.1153 1.06257 13.1153 1.37748 12.6493L8 2.87529L14.6217 12.6505C14.9374 13.1165 15.4481 13.1165 15.7638 12.6505C16.0787 12.1844 16.0787 11.4286 15.7638 10.9637L8.57068 0.345117Z' fill='lightgrey'/%3E%3C/svg%3E");
}
.fancybox-navigation .fancybox-button--arrow_left div {
  transform: rotate(270deg);
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right, .fancybox-navigation .fancybox-button.fancybox-button--arrow_left {
  background-size: 40%;
  opacity: 0.76;
  height: 65px;
  box-sizing: border-box;
  padding: 0;
  background-color: rgba(0, 0, 0, 0.6);
}
.fancybox-navigation .fancybox-button.fancybox-button--arrow_right:hover, .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:hover, .fancybox-navigation .fancybox-button.fancybox-button--arrow_right:active, .fancybox-navigation .fancybox-button.fancybox-button--arrow_left:active {
  opacity: 1;
}
body.toolbar-active .wheat-toolbar-overlay {}
.fancybox-slide--image {
  padding: 55px 0;
}
.white-toolbar-overlay {
  z-index: 2;
  height: 18rem;
}
.panel-active .white-toolbar-overlay {
  height: 0rem;
}
.bg-wheat-form {
  background: #fbf8f3;
  bottom: 8rem;
  height: 21rem;
  display: none;
}
.panel-active .preview-block {
  height: 0;
  overflow: hidden;
}
.panel-active .bg-wheat-form {}
ul.steps.horizontal {
  position: relative;
  overflow: hidden;
  display: block;
}
ul.steps.horizontal.active {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  margin-top: 0;
}
ul.steps.horizontal .mobile-toolbar {
  display: none;
}
ul.steps.horizontal.active .mobile-toolbar {
  opacity: 1;
  position: relative;
  z-index: 1;
  display: block;
}
ul.steps.horizontal::before {
  content: "";
  background-color: transparent;
  width: 100%;
  min-height: 2rem;
  position: absolute;
  left: -3px;
  border-top-left-radius: 2px;
}
ul.steps.horizontal .step {
  position: absolute;
  flex-direction: column;
  margin: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-end;
}
ul.steps.horizontal .step:nth-of-type(1) .step-title {
  bottom: 13rem;
}
ul.steps.horizontal .step:nth-of-type(2) .step-title {
  bottom: 7rem;
}
ul.steps.horizontal .step:nth-of-type(3) .step-title {
  bottom: 0rem;
}
ul.steps.horizontal .step.active {
  height: calc(100% - 4rem);
}
ul.steps.horizontal .step.active .step-title::before {
  background-color: white;
}
ul.steps.horizontal .step-title {
  z-index: 3;
  height: 3rem;
}
.panel-active ul.steps.horizontal .step-title {
  display: none;
}
ul.steps.horizontal .step:last-of-type .step-title {
  padding-bottom: 0;
  padding-top: 0;
}
ul.steps.horizontal .step::before {
  content: none;
}
ul.steps.horizontal .step-new-content {
  position: absolute;
  bottom: 0;
  left: 0;
  top: -0.5rem;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  margin: 0;
  padding-bottom: 20rem;
  z-index: 2;
}
ul.steps.horizontal.active .step-title.active + .step-new-content {
  padding-bottom: 0;
  display: flex !important;
  justify-content: center;
  flex-direction: column;
}
input[type="date"]:invalid {
  color: lightgray;
  content: attr(placeholder);
}
input[type="time"]:invalid {
  color: lightgray;
  content: attr(placeholder);
}
.wheat-toolbar-overlay, .panel-active .bg-wheat-form {
  /* display: none !important; */
}
ul.steps.horizontal {
  height: calc(100vh - 33vh - 8rem);
}
.white-toolbar-overlay, .wheat-toolbar-overlay, .book-container .book-overlay {
  z-index: 2;
}
ul.steps.horizontal {
  margin-top: auto;
}
ul.steps.horizontal .step.active {
  top: 4.5rem;
}
.book-container .book-overlay {
  height: 0;
}
ul.steps.horizontal.active .step-new-content .container {
  z-index: 3;
  left: 0;
  right: 0;
}
.summary-container {
  z-index: 12;
  position: relative;
}
.product-cat-books .variations_form.cart {
  /* display: none !important; */
}
.panel-active .container-lg {
  max-width: unset !important;
}
.product-cat-books .quantity.buttons_added {
  display: none;
}
body.product-cat-books #content {
  background: white;
}
.product-cat-books .single_variation_wrap, .product-cat-books .summary .cart {
  float: none;
  text-align: center;
}
.product-cat-books.woocommerce .single_add_to_cart_button, .product-cat-books .single_variation_wrap .variations_button .button {
  position: relative;
  margin: -2rem auto 2rem;
  display: block;
  z-index: 9;
}
ul.steps.horizontal small.errors {
  display: inline-block;
  opacity: 1;
  transition: ease-in-out 0.2s;
  line-height: 0.5rem;
}
ul.steps.horizontal small.errors::before {
  content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' aria-hidden='true' focusable='false' width='1em' height='1em' style='-ms-transform: rotate(360deg); -webkit-transform: rotate(360deg); transform: rotate(360deg);' preserveAspectRatio='xMidYMid meet' viewBox='0 0 20 20'%3E%3Cpath d='M9 15h2V9H9v6zm1-10c-.5 0-1 .5-1 1s.5 1 1 1s1-.5 1-1s-.5-1-1-1zm0-4c-5 0-9 4-9 9s4 9 9 9s9-4 9-9s-4-9-9-9zm0 16c-3.9 0-7-3.1-7-7s3.1-7 7-7s7 3.1 7 7s-3.1 7-7 7z' fill='%23626262'/%3E%3C/svg%3E");
  vertical-align: middle;
  padding-right: 0.25rem;
  height: inherit;
}
ul.steps.horizontal small.errors:empty {
  opacity: 0;
}
ul.steps.horizontal small.errors:empty::before {
  content: " ";
}
ul.steps.horizontal .form-datetime .icon-calendar, ul.steps.horizontal .form-datetime .icon-clock {
  position: relative;
}
ul.steps.horizontal .form-datetime .icon-calendar svg, ul.steps.horizontal .form-datetime .icon-clock svg {
  position: absolute;
  top: 10px;
  right: 0.5rem;
  pointer-events: none;
  height: 1.25rem;
  width: auto;
}
ul.steps.horizontal .form-datetime .icon-calendar input, ul.steps.horizontal .form-datetime .icon-clock input {
  cursor: pointer;
}
#book_time.form-control[readonly] {
  background: white;
  border: 0.5px solid #979797;
}
ul.steps.horizontal input::placeholder {
  opacity: 0.5 !important;
}
ul.steps.horizontal input::placeholder {
  font-size: 0.85rem !important;
  line-height: 1.5;
}
ul.steps.horizontal .was-validated .icon-calendar input.form-control, ul.steps.horizontal .was-validated .icon-clock input.form-control, ul.steps.horizontal .was-validated .icon-calendar input.form-control:valid, ul.steps.horizontal .was-validated .icon-clock input.form-control:valid {
  padding-right: 2rem;
}
.flatpickr-time.time24hr select.flatpickr-hour, .flatpickr-time.time24hr select.flatpickr-minute {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: none;
  z-index: 1;
  text-align: center;
  text-align-last: center;
  font-weight: 700;
  background: white;
}
.flatpickr-time.time24hr select.flatpickr-hour option, .flatpickr-time.time24hr select.flatpickr-minute option {
  font-weight: 700;
  text-align: center;
}
.flatpickr-time.time24hr select.flatpickr-hour:active, .flatpickr-time.time24hr select.flatpickr-minute:active, .flatpickr-time.time24hr select.flatpickr-hour:focus, .flatpickr-time.time24hr select.flatpickr-minute:focus {
  border: 0;
}
@media only screen and (min-width: 1600px) {
  .product-cat-books .single_variation_wrap, .product-cat-books .summary .cart {
    margin-left: 600px !important;
  }
}
@media only screen and (min-width: 800px) {
  #book-thumb {
    order: 1;
  }
}
@media only screen and (min-width: 800px) and (min-height: 520px) {
  img#thumb {
    height: 33vh;
    min-height: 10rem;
    width: auto;
  }
  .product-cat-books .single_variation_wrap, .product-cat-books .summary .cart {
    text-align: right;
    justify-content: center;
    margin-left: 45vw;
  }
  .product-cat-books.woocommerce .single_add_to_cart_button, .product-cat-books .single_variation_wrap .variations_button .button {
    position: absolute;
    margin-left: -12rem;
    margin-top: -10rem;
    z-index: 9;
  }
  .ua-safari .product-cat-books.woocommerce .single_add_to_cart_button, .product-cat-books .single_variation_wrap .variations_button .button {
    margin-top: -5rem !important;
  }
  .panel-active .container-lg {
    max-width: 960px !important;
  }
  .bs-disable-lg-overflow {
    overflow: hidden;
  }
  ul.steps.horizontal.active .step-title.active + .step-new-content {
    justify-content: flex-start;
  }
  #book-thumb img {
    max-height: 75px;
    max-width: 100%;
  }
  .thumb-infotext {
    width: auto;
  }
  #book-preview {
    /* min-height: 40vh; */
  }
  ul.steps.horizontal {
    /* min-height: 30rem; */
    display: flex;
    flex-direction: row;
    margin: 0;
    align-items: stretch;
  }
  ul.steps.horizontal.active {
    top: auto;
  }
  ul.steps.horizontal .mobile-toolbar, ul.steps.horizontal.active .mobile-toolbar {
    display: none;
  }
  ul.steps.horizontal.active {
    height: 28rem;
  }
  .panel-active .preview-block {
    height: auto;
  }
  .preview-block {
    max-width: 1380px;
    margin: 0 auto;
  }
  .book-container .book-overlay {
    background-color: rgb(50, 80, 115, 0.35);
  }
  ul.steps .step .sub-step-title svg {
    transform: rotate(0);
    position: static;
  }
  .white-toolbar-overlay, .wheat-toolbar-overlay, .panel-active .white-toolbar-overlay {
    height: 9rem;
  }
  .bg-wheat-form {
    height: 21rem;
  }
  ul.steps.horizontal .step {
    position: static;
    margin: 0;
    width: 100%;
  }
  ul.steps.horizontal .step:nth-child(1) .step-title, ul.steps.horizontal .step:nth-child(2) .step-title, ul.steps.horizontal .step:nth-child(3) .step-title {
    bottom: 0rem;
  }
  ul.steps.horizontal.active {
    position: relative;
  }
  ul.steps.horizontal .step-title {
    height: 9em;
    position: absolute;
    line-height: 2rem;
    bottom: 0;
    margin: 0;
    padding: 1rem;
    height: 7rem;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    z-index: 3;
  }
  .panel-active ul.steps.horizontal .step-title {
    display: block;
  }
  ul.steps.horizontal .step:last-of-type .step-title {
    padding-bottom: 2rem;
    padding-top: 2rem;
  }
  .personalize .book-price, ul.steps.horizontal .step-checkout {
    display: inline-block;
  }
  .personalize {
    font-size: 1.75rem;
  }
  ul.steps.horizontal .form-datetime {
    display: flex;
  }
  ul.steps.horizontal .form-datetime input:not(:last-of-type) {
    padding-right: 0.5rem;
  }
  ul.steps .step:last-of-type .step-title {
    right: 0;
  }
  ul.steps.horizontal textarea {
    height: calc(100% - 3rem);
  }
  ul.steps.horizontal.active .step-new-content {
    padding-bottom: 10rem;
  }
}
@media only screen and (min-width: 1200px) and (min-height: 520px) {
  .panel-active .container-lg {
    max-width: 1140px !important;
  }
}
@media only screen and (max-height: 400px) and (orientation: landscape) {
  ul.steps.horizontal {
    height: calc(100vh);
  }
}
@media only screen and (min-height: 401px) and (orientation: landscape) {
  ul.steps.horizontal {
    height: 26rem;
  }
}
@media (min-width: 0px) {
  ul.steps.horizontal .container {
    width: auto;
  }
}
@media only screen and (min-width: 800px) and (min-height: 520px) {
  ul.steps.horizontal {
    height: calc(100vh - 33vh - 15rem);
  }
  .book-container .book-overlay {
    height: 100%;
  }
  ul.steps.horizontal, .panel-active ul.steps.horizontal.active {
    margin-top: auto;
  }
  ul.steps.horizontal.active .step-new-content {
    padding-bottom: 10rem;
  }
  ul.steps.horizontal .step.active {
    top: auto;
  }
  .panel-active .bg-wheat-form {
    height: 21rem;
    overflow: hidden;
    bottom: 7rem;
  }
}
.location-coords {
  display: none;
}
/* niels */
.woocommerce.panel-active .bg-wheat-form {
  height: 20rem;
  overflow: hidden;
  padding-top: 2rem;
  bottom: 7rem;
}
ul.steps.horizontal .step-new-content {
  top: 1rem;
}
body:not(.woocommerce) #bookcreator-form {
  margin-top: -20vh;
}
.btn-success {
  color: #fff;
  background-color: #79a99e;
  border-color: #79a99e;
}
.btn-outline-success {
  color: #79a99e;
  border-color: #79a99e;
}
.btn-success:hover {
  background-color: #6c9088;
}
.btn-success.disabled, .btn-success:disabled {
  color: #fff;
  background-color: #79a99e;
  border-color: #79a99e;
}
@media only screen and (min-height: 820px) {
  .woocommerce .flipbook-wrapper {
    height: calc(70vh - 15rem) !important;
    width: 90vh !important;
    min-height: 400px;
    min-width: 709px;
    margin: 3.5rem auto 2rem !important
  }
  #placeholder-img, #placeholder-img img {
    height: calc(70vh - 15rem) !important;
  }
}
@media only screen and (min-height: 520px) and (min-width: 800px) {
  .white-toolbar-overlay, .wheat-toolbar-overlay, .panel-active .white-toolbar-overlay {
    height: 7rem;
  }
  .woocommerce ul.steps.horizontal, .woocommerce.panel-active ul.steps.horizontal.active {
    margin-top: -305px
  }
  .woocommerce .flipbook-wrapper {
    height: 400px;
    width: 709px;
    margin: 1.5rem auto 0;
  }
  #placeholder-img, #placeholder-img img {
    height: 320px;
    margin-bottom: 25px;
  }
  .woocommerce div.bg-wheat.position-relative.book-container.d-flex.flex-column {
    margin-top: -25px;
  }
  .flipbook-wrapper.d-lg-flex .aspect-inner:after {
    background: url(images/beginmetbladeren.png) no-repeat center;
    background-size: 60%;
    content: "";
    height: 152px;
    position: absolute;
    width: 152px;
    z-index: 0;
    opacity: 1;
    left: 600px;
    top: 270px;
  }
}
body.nl .flipbook-wrapper.d-lg-flex .aspect-inner:after {
  background: url(images/beginmetbladeren.png) no-repeat center;
}
body.en .flipbook-wrapper.d-lg-flex .aspect-inner:after {
  background: url(images/beginmetbladeren-en.png) no-repeat center;
}
body.de .flipbook-wrapper.d-lg-flex .aspect-inner:after {
  background: url(images/beginmetbladeren-de.png) no-repeat center;
}
.flipbook-wrapper.d-lg-flex .aspect-inner.hide-hint::after {
  width: 0;
  height: 0;
  opacity: 0;
  transition: ease-in-out 0.2s all;
}
/*mobile correction */
@media only screen and (max-width: 800px) {
  .thumb-infotext:after {
    diplay: none;
  }
  .avada-has-woo-gallery-disabled .product .entry-summary .summary-container {
    margin-top: -25px !important;
  }
  .product-cat-books main#main, .bg-wheat {
    /* z-index: 0;*/
  }
  .panel-active.product-cat-books main#main {
    z-index: 980 !important;
  }
  .panel-active ul.steps.horizontal.active {
    background-color: #fff;
    z-index: 999999999;
  }
  .ml-1, .mx-1 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-4 {
    padding: 3rem 1.5rem 1.5rem !important;
  }
  #mobile-book-preview > a:nth-child(2n+2) > img {
    margin-left: 0.5rem !important;
  }
  div.bg-wheat.position-relative.book-container.d-flex.flex-column > div.col-sm-12.text-center.preview-block.d-flex.flex-column {
    margin-bottom: -40px;
  }
  ul.steps.horizontal .step-title {
    height: auto;
  }
  form.cart {
    margin-top: -55px !important;
  }
  #wpfront-notification-bar-spacer {
    z-index: 22222 !important
  }
  .panel-active #wpfront-notification-bar-spacer {
    visibility: hidden !important;
    z-index: 22222 !important
  }
  ul.steps .step.active .sub-step-title, ul.steps .step .step-title:hover .sub-step-title {
    font-weight: 400;
  }
  #placeholder-img, #placeholder-img img {
    height: auto !important
  }
  #mobile-book-preview > a:nth-child(1):after {
    background: url(images/magnifyglas.png) no-repeat center;
    background-size: 52px;
    content: "";
    height: 52px;
    position: absolute;
    width: 52px;
    z-index: 22;
    left: 82vw;
    top: 340px;
  }
}
@media only screen and (min-height: 920px) {
  .flipbook-wrapper.d-lg-flex .aspect-inner:after {
    left: 800px;
  }
}