.book-preview-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 200;
  background: rgba(0, 0, 0, 0.2); }

.bookbuilder-preview-holder {
  background: #86e4ff;
  background-image: none;
  background-size: contain;
  position: fixed;
  width: 100%;
  bottom: 0px;
  top: 55px;
  padding-bottom: 260px;
  z-index: 100;
  display: none; }
  .bookbuilder-preview-holder.layout-cover-1 {
    background-color: #fcccc9; }
  .bookbuilder-preview-holder.layout-cover-3 {
    background-color: #fce6bb; }

.book-preview-overlay-inner {
  background: #fff;
  position: absolute;
  top: 10px;
  right: 10px;
  bottom: 10px;
  left: 10px;
  box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.2); }

.product-quick-form-holder-inner {
  background: rgba(0, 0, 0, 0.2);
  padding-top: 10px; }

.btn-quick-preview {
  background: #ff836e;
  color: #fff;
  min-height: 50px;
  white-space: nowrap; }

.book-config-panel-opened .default-hidden {
  display: flex; }

.size-and-format-item {
  position: relative;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  padding-bottom: 0.5rem; }
  .size-and-format-item .size-and-format-image-holder {
    content: "";
    display: inline-flex;
    height: 0;
    padding-top: 64%;
    background: #f0f9fc url(/plugins/cukibo/ckbstore/assets/images/hands-holding-jtah-ro-1-1200-min.png) no-repeat left top;
    border-bottom: 1px solid #d0dfef;
    background-size: 200%;
    margin-bottom: 1.25rem;
    align-self: stretch;
    position: relative; }
  .size-and-format-item .size-and-format-check-holder {
    margin-top: -20px;
    color: #393;
    font-size: 30px;
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    display: none; }
  .size-and-format-item input {
    display: none; }
  .size-and-format-item.selected {
    border: 3px solid #5a5; }
    .size-and-format-item.selected .size-and-format-check-holder {
      display: inline-block; }
  .size-and-format-item .size-and-format-tag {
    font-size: 1.1rem;
    font-weight: bold;
    color: #1c6fe5;
    padding: 0 1rem;
    margin: 0 auto; }
  .size-and-format-item .size-and-format-title {
    font-size: 1.25rem;
    color: #555;
    padding: 0.25rem 1rem;
    margin: 0 auto; }
  .size-and-format-item .size-and-format-description {
    font-size: 1rem;
    color: #999;
    padding: 0.15rem 1rem; }
  .size-and-format-item .size-and-format-price {
    font-weight: bold;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0px;
    font-size: 24px;
    padding: 2px 24px;
    background: #ff836e;
    color: #ff6;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.1);
    border-radius: 0 0 0.25rem 0.25rem; }

.size-and-format-item-2 .size-and-format-image-holder {
  background-position: right top; }

.size-and-format-label {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20; }

.btn-add-to-cart {
  background: #fc0;
  color: #000;
  border-radius: 5px;
  min-height: 40px;
  min-width: 200px;
  font-size: 1.25rem;
  font-weight: 500; }

.btn-shadow-overlay {
  display: inline-block;
  padding: 8px;
  background: rgba(0, 0, 0, 0.15);
  border-radius: 7px; }

button.glossy {
  background-color: #fd0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fd0), color-stop(50%, #fdcc00), color-stop(50%, #fbb034), color-stop(100%, #fdcc00));
  background-image: -webkit-linear-gradient(top, #fd0 0%, #fdcc00 50%, #fbb034 50%, #fdcc00 100%);
  background-image: -moz-linear-gradient(top, #fd0 0%, #fdcc00 50%, #fbb034 50%, #fdcc00 100%);
  background-image: -ms-linear-gradient(top, #fd0 0%, #fdcc00 50%, #fbb034 50%, #fdcc00 100%);
  background-image: -o-linear-gradient(top, #fd0 0%, #fdcc00 50%, #fbb034 50%, #fdcc00 100%);
  background-image: linear-gradient(top, #fd0 0%, #fdcc00 50%, #fbb034 50%, #fdcc00 100%);
  border: 1px solid #c57c04;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  color: #000;
  font-size: 18px;
  padding: 7px 0;
  text-shadow: 0 -1px 1px #fbb034;
  min-width: 240px;
  min-height: 52px;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.15); }
  button.glossy:hover {
    box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    color: #000; }
  button.glossy:active {
    border: 1px solid #c57c04; }
  button.glossy i {
    font-size: 21px;
    vertical-align: middle; }

.fields-heading {
  font-weight: 500;
  color: #1c6fe5;
  margin-bottom: 0.25rem; }

.fields-add-item {
  color: #ff836e;
  font-weight: 500; }

.btn-add-config-item, .btn-add-config-item:active, .btn-add-config-item:focus {
  color: #1c6fe5;
  border: 1px solid #ccc;
  box-shadow: none;
  background: #fff; }

.book-config-family-row {
  margin-left: -0.9rem;
  margin-right: -0.9rem; }

.book-config-family-panel {
  padding: 0.5rem; }

.removable-config-row {
  position: relative; }

.btn-remove-config-row {
  position: absolute;
  right: -0.5rem;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0.25rem;
  z-index: 20;
  color: #ff836e;
  width: auto;
  font-size: 1.25rem; }

.form-floating-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 20; }

@media (min-width: 768px) {
  .book-config-family-panel {
    margin-right: 0.2rem;
    margin-top: -1rem; } }

@media (max-width: 991px) {
  .book-config-tab-panel {
    box-shadow: 1px -1px 5px rgba(0, 0, 0, 0.15); } }
