@font-face{
  font-family: Curlz-MT;
  src: url('CURLZ.ttf');
  font-weight: normal;
}
a, h1, h2, h3, h4, h5, h6, p, textarea{
    font-family: Montserrat, sans-serif;
    color: black;
}
.header{
    display:flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    background-color: #E5E5E5;
    padding-bottom: 30px;

}
.logo{
    display: flex;
    align-items: center;
    padding-left: 25px;
}
.header-right{
  display:flex;
  margin-right: 40px;
  align-items: center;
}
.header-right img{
    margin-left: 50px;
  }
  .page-links{
    color: black;
    font-size: 45px;
    text-decoration: none;
    padding-left: 60px;
  }
.login-popup{
    display: none; 
    position: fixed; 
    z-index: 1;  
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgba(0,0,0,0.9);
    justify-content: center;
    align-items: center; 
}
.login{
    background-color:#E5E5E5 ;
    margin: 0 auto;
    padding: 5px;
    width: 520px;
    height: 550px;
    position: relative;
}
.login-icon{
  height:100px;
  margin: 0 auto;
  display: block;
  padding-top: 20px;
  padding-bottom:20px ;
  height: 86;
  width: 324;
}
.home-body{
  background-color: #E5E5E5;
  margin: 0;
  padding: 0;
  position: relative;
}
.new-body{
  background-color: #E5E5E5;
  margin: 0;
  padding: 0;
  position: relative;
}
.genres-body{
  background-color: #E5E5E5;
  margin: 0;
  padding: 0;
  position: relative;
}
.trending-body{
  background-color: #E5E5E5;
  margin: 0;
  padding: 0;
  position: relative;
}
.book-details-body{
  background-color: #E5E5E5;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 200px;
}
.body{
  min-height: 100%;
}
.body-wrap{
  padding-bottom: 200px;
  display: block;
}
.checkout-body{
  background-color: #E5E5E5;
  margin: 0;
  padding: 0;
  position: relative;
  padding-bottom: 100px;
}
.trending-title{
  font-size: 45px;
  font-family: Montserrat, sans-serif;
  text-align: center;
}

.carousel {
  background: none;
  align-items: center;
}

.carousel-cell {
  width: 75%;
    height: 350px;
    margin-right: 40px;
    margin-bottom: 40px;
    border-radius: 50px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    counter-increment: gallery-cell;
}
ol.flickity-page-dots{
  display:none;
}
.footer{
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  max-width: 100vw;
  width: 100%;
  box-sizing: border-box;
}
.see-all-button{
  display: flex;
  margin: 0 auto;
}
.see-all{
  display: flex;
  margin: 0 auto;
}
.trending-books-wrap{
  display: flex;
  height: 700px;
  align-items: center;
  justify-content: center;
}
.trending-books-book{
  display: block;
  height:550px ;
  width: 400px;
  padding-bottom: 50px;
  margin-left: 50px;
  margin-right: 55px;
}
.trending-books-book:hover{ 
  display: block;
  background-color: #C84743;
  border-radius: 15px;
}
.buy-now-button{
  display: block;
  margin: 0 auto;
}
.line{
  display: flex;
  height: 700px;
  border-right: 3px solid black;
}
.trending-book-title{
  margin: 0 auto;
  display: block;
  font-size: 25px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 25px;
}
.trending-book-image{
  margin: 0 auto;
  display: block;
 
}
.trending-book-writer{
  margin: 0 auto;
  display: block;
  font-size: 25px;
  text-align: center;
  margin-top: 25px;
}


.new-carousel {
  background: #E5E5E5;
}

.new-carousel-cell {
  padding-top: 5px;
  width: 200px;
  height: 400px;
  margin-right: 10px;
  background: #E5E5E5;
  border-radius: 5px;
  counter-increment: gallery-cell;
}
.new-carousel-cell:hover{
  background-color: #C84743;
  border-radius: 10px;
}

.new-wrap{
  padding-bottom: 100px;
  display: block;
}
.new-book{
 text-align: center;
}
.new-book p{
  margin: 5px;
}
.new-basket{
  bottom: 5px;
  position: absolute;
  left: 10px;
}

.genres-wrap{
  padding-bottom: 100px;
  display: block;
}
.cat-wrap{
  display: flex;
  flex-wrap: wrap;
}
.cat-card{
  display: block;
  height: 300px;
  width: 375px;
  text-align: center;
  border-radius: 5px;
}
.cat-card p{
  font-size: 25px;
  margin: 10px;
}


.trending-subtitle{
  font-size: 30px;
  font-family: Montserrat, sans-serif;
  padding-left: 25px;
}
.input-wrapper{
  position: relative;
  margin: 0 auto 40px auto;
  max-width: 300px;
}
.input-wrapper label{
  position: absolute;
  left: 11px;
  top: 18px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  pointer-events: none;
  transition: 0.1s ease;
}
.input-wrapper input:focus ~ label,
.input-wrapper input:valid ~ label{
  top: 2px;
  left: 11px;
  font-size: 15px;
}
.text-input{
  border-radius: 15px;
  font-size: 20px;
  width: 295px;
  height: 84px;
  box-sizing: border-box;
  padding: 10px;
  outline: none;
  border: none;
}
.login-button{
  border: none;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  display: block;
  width: 295;
  height: 84;
  border-radius: 15px;
  background-color:#23908C ;
  color: white;
  font-size: 25px;
}
.signup-text{
  font-size: 20px;
  text-align: center;
}
.signup-popup{
  display: none; 
  position: fixed; 
  z-index: 1;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center; 
}
.signup{
  background-color: #E5E5E5;
  margin: 0 auto;
  padding: 5px;
  width: 520px;
  position: relative;
}
.signup-button{
  border: none;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  display: block;
  width: 295px;
  height: 84px;
  border-radius: 15px;
  background-color:#23908C ;
  color: white;
  font-size: 25px;
  margin-bottom: 15px;
}
.cart-popup{
  display: none; 
  position: fixed; 
  z-index: 1;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; 
  overflow: auto; 
  background-color: rgba(0,0,0,0.9);
  justify-content: center;
  align-items: center; 
}
.cart{
  background-color: #E5E5E5;
  margin: 0 auto;
  padding: 5px;
  width: 950px;
  height:700px;
  position: relative;
  font-family: Montserrat, sans-serif;
}
.line-cart{
  display: block;
  width: 100%;
  border-width:1px;
  border-top: 3px solid black;
}
.line-cart-lower{
  position: flixed;
  width: 100%;
  border-width:1px;
  border-top: 3px solid black;
  bottom: 50px ;
}
.checkout-button{
  position: absolute;
  border: none;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
  display: block;
  width: 295px;
  height: 84px;
  border-radius: 15px;
  background-color:#23908C ;
  color: white;
  font-size: 25px;
  right: 20px;
  bottom: 15px;
  
}
.close{
  position: absolute;
  right: 20px;
  top: 20px;
  height: 30px;
  width: 30px;
}
.book-details-wrap{
  display: flex;
  height: 700px;
  border: solid 3px black;
  margin: 10px;
  border-radius: 15px;
  padding: 20px;
}
.book-details-left{
display: block;
width: 33%;
}
.book-details-mid{
display: block;
width: 33%;
padding-top: 45px;
}
.book-details-mid p{
font-size: 22px;
margin: 3px;
}
.book-details-right{
display: block;
width: 33%;
}
.book-cover{
  display: flex;
  height: 550;
  width: 400;
  margin-left: 45px;
  margin-top: 45px
}
.book_description{
  display: block;
  padding: 5px;
  border: 3px solid black;
  border-radius: 15px;
}
.description{
 text-align: center;
}
.add-to-cart-button{
  display: flex;
  border: none;
  max-width: 300px;
  width: 100%;
  display: block;
  width: 295;
  height: 84;
  border-radius: 15px;
  background-color:#23908C ;
  color: white;
  font-size: 25px;
}
.menu{
  display: none;
  background-color: rgba(255,255,255,0.9);
  margin: 0 auto;
  padding: 5px;
  width: 140px;
  height: 110px;
  position: absolute;
  top: 101px;
  right: 11px;
  z-index: 100000;
  color: white;
  font-size: 20px;
  text-align: center;
}
.cart-main{
  width: 100%;
  background-color:#E5E5E5;
}
.cart{
  width: 1000px;
}
.cart h1 {
	display: block;
	font-weight: normal;
	margin: 0;
	padding: 40px 0;
	font-size: 24px;
	text-align: center;
	width: 100%;
}
.cart table {
	width: 100%;
}
.cart table thead td {
	padding: 30px 0;
	border-bottom: 1px solid #EEEEEE;
}
.cart table thead td:last-child {
	text-align: right;
}
.cart table tbody td {
	padding: 20px 0;
	border-bottom: 1px solid #EEEEEE;
}
.cart table tbody td:last-child {
	text-align: right;
}
.cart table .img {
	width: 80px;
}
.cart table .remove {
	color: #777777;
	font-size: 12px;
	padding-top: 3px;
  font-family: Montserrat, sans-serif;
  color: black;
}
.cart table .remove:hover {
	text-decoration: underline;
}
.cart table .price {
  font-family: Montserrat, sans-serif;
  color: black;
}
.cart table a {
	text-decoration: none;
  font-family: Montserrat, sans-serif;
  color: black;
}
.cart table input[type="number"] {
	width: 68px;
	padding: 10px;
	border: 1px solid #ccc;

	border-radius: 5px;
  font-family: Montserrat, sans-serif;
  color: black;
}
.cart .subtotal {
	text-align: right;
	padding: 40px 0;
  font-family: Montserrat, sans-serif;
  color: black;
}
.cart .subtotal .text {
	padding-right: 40px;
	font-size: 18px;
  font-family: Montserrat, sans-serif;
  color: black;
}
.cart .subtotal .price {
	font-size: 18px;
	color: black;
  font-family: Montserrat, sans-serif;
}
.cart .buttons {
	text-align: right;
	padding-bottom: 40px;
}
.cart .buttons input[type="submit"] {
	margin-left: 5px;
	padding: 12px 20px;
	border: 0;
	background: #23908C;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
	border-radius: 5px;
  font-family: Montserrat, sans-serif;
}
.cart .buttons input[type="submit"]:hover {
	background: #23908C;
}
.checkout{
  display: flex;
}
.checkout-right{
  padding-left: 25px;
}
text#lizzie_s_library{
    font-family: 'Curlz-MT' !important;
}