/*
Theme Name: Book Shop
Theme URI: https://wpmethods.com
Template: blocksy
Author: Ajharul Islam (Wp Methods)
Author URI: https://wpmethods.com
Description: You can easily create a bookstore WordPress website.
Tags: blog,e-commerce,wide-blocks,block-styles,grid-layout,one-column,two-columns,three-columns,four-columns,right-sidebar,left-sidebar,translation-ready,custom-colors,custom-logo,custom-menu,featured-images,footer-widgets,full-width-template,theme-options,threaded-comments,buddypress,rtl-language-support,news
Version: 2.0.81.1734325849
Updated: 2024-12-16 05:10:49
Text Domain: book-shop

*/

/* The Modal (background) */
.modal {
   /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: -100%;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: scroll; /* Enable scroll if needed */
	
}

/* Modal Content */
.modal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 14px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.preview_book_btn {
    width: 100%;
    background: #ffe400;
    color: #000;
	margin-bottom: 10px;
}



ul.book_infolist {
    list-style: none;
    padding: 0px;
}
ul.book_infolist li {
    border-bottom: solid 1px #f1f1f1;
    padding: 5px;
}