/*
 Theme Name:   Booklovers Child Theme
 Theme URI:    http://booklovers.ancorathemes.com
 Description:  Booklovers Child Theme
 Author:       AncoraThemes
 Author URI:   http://ancorathemes.com
 Template:     booklovers
 Version:      1.0
 Tags:         flexible-header, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
 Text Domain:  booklovers
*/
/* =Theme customization starts here
------------------------------------------------------------ */
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper .trx_addons_popup_link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

#preview-book.sc_layouts_popup {
  max-height: 100vh;
  max-width: 100vw;
}
#preview-book .preview-book-product {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  background: var(--theme-color-bg_color);
  transform: translateX(100%);
  transition: 0.5s all;
  z-index: 1;
}
#preview-book .preview-book-product .preview-book-wrap {
  width: 80%;
  margin: auto;
  padding: 40px;
}
#preview-book .preview-book-product .preview-book-header {
  text-align: center;
  margin-top: 0;
}
#preview-book .preview-book-product .preview-book-content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}
#preview-book .preview-book-product .preview-book-left {
  width: 25%;
}
#preview-book .preview-book-product .preview-book-left .preview-book-title {
  margin-top: 10px;
  margin-bottom: 0;
}
#preview-book .preview-book-product .preview-book-right {
  width: 40%;
  padding-left: 30px;
}
#preview-book .preview-book-product .woocommerce_extensions_brand {
  margin-top: 0;
  margin-bottom: 20px;
}
#preview-book.preview-book-active .preview-book-product {
  transform: translateX(0);
}
#preview-book .df-container {
  background-color: var(--theme-color-extra_bg_color) !important;
}

.single.single-product .mfp-container {
  padding: 0;
}
.single.single-product .mfp-inline-holder div.mfp-content {
  width: 100%;
  min-height: 590px;
  max-width: 100%;
  max-height: 100%;
}
.single.single-product .mfp-wrap .mfp-close {
  margin: 0;
  right: 0;
}

@media (max-width: 767px) {
  #preview-book.preview-book-active .df-ui-wrapper.df-ui-controls {
    display: none;
  }
  #preview-book .preview-book-product .preview-book-wrap {
    padding: 20px;
  }
  #preview-book .preview-book-product .preview-book-left {
    width: 100%;
  }
  #preview-book .preview-book-product .preview-book-left img {
    width: 200px;
  }
  #preview-book .preview-book-product .preview-book-right {
    width: 100%;
    padding-top: 15px;
    padding-left: 0;
  }
  #preview-book .preview-book-product .preview-book-right .preview-book-description {
    margin-bottom: 20px;
  }
  #preview-book .preview-book-product .preview-book-right .preview-book-description p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* number of lines to show */
    line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  #preview-book .preview-book-product .woocommerce_extensions_brand {
    margin-bottom: 5px;
  }