.book-top-left-container{
    padding:150px 80px 50px;
    margin-left: -25px;
}
.book-top-left-container p{
    font-size: 19px;
    color:#871619;
    font-weight: bolder;
    
}
.book-pack-explore-more a{
    display: block;
    padding: 20px;
    width: 200px;
    text-align: center;
    margin-top:35px;
    background-color: #871619;
    color:#fff;
    border-radius: 10px;
    font-size: 20px;
    font-weight: bolder;
 }
 .book-top-right-view{
   background-image: url('../../img/TK-Cover-bg.png');
   height: 650px;
   background-size: cover;
   /*margin-left: -50px;*/
   /*margin-top:-2px !important;*/
   background-position: center;
 }

 .book-middle-slider{
 	padding:0px 60px !important;
 	background-color: #f8f9fb;
 }
 .book-sliderlist a{
   display: inline-block;
   box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
   -webkit-transition: all 0.3s ease;
   transition:all 0.3s ease;
}
.book-sliderlist a:hover{
   box-shadow: 8px 10px 40px 0px rgba(46,61,73,0.22);
}
.book-slider-image{
   width:300px;
   height: 250px;
   background-size: cover;
   background-position: center;
   padding:0px !important;
   border-radius: 10px;
}
.book-category-list-cotainer{
 	background-color: #f8f9fb;
 	padding-bottom:40px;
}
.book-grid-container{
	background-color: #f8f9fb;
 	padding:40px 0px;
}
ul.book-category-list{
   list-style-type: none;
   padding:50px;
   background-color: #fff;
}
ul.book-category-list li a{
	font-size:25px;
	color:#555;
	padding:20px;
	display: block;
}
.book-category-list li.bk-list-header a.header-{
    padding:10px;
    display: block;
    margin-top:10px;
}
.book-category-list li.bk-list-header a.header-.active{
   background:#f5f5f5;
}
.book-category-list ul{
   list-style: none;
   display: none;
}
.book-category-list ul.active{
   /*display: block;*/
}
.books-layout-large,
.books-layout-larger,
.books-layout-medium{
	display: inline-block;
	vertical-align: top;
	padding:10px;
	background-color: #fff;
	text-align: center;
	margin-bottom: 20px;
	-webkit-transition: all 0.3s ease;
   transition:all 0.3s ease;
   margin-left: 5px;
}
.books-layout-large img{
   height: 300px;
   width:250px;
   background-size: cover;
   background-position: center;
   border-radius: 10px;
}
.books-layout-larger img{
	width:350px;
	height: 500px;
    border-radius: 2px;
    margin:auto;
}
.books-layout-medium img{
   height: 280px;
   width:200px;
   background-size: cover;
   background-position: center;
   border-radius: 10px;
}
.book-descriptions{
	padding:20px;
	text-align: left !important;
}
.book-descriptions button,
.book-view-button a{
	font-size:12px !important;
	border:none !important;
	box-shadow: none !important;
    background-color: #871619;
    padding:10px;
    color:#fff;
}
.book-descriptions p{
	color:#000;
}
.books-layout-large:hover{
   box-shadow: 8px 10px 40px 0px rgba(46,61,73,0.22);
}
.book-view-descriptions{
	padding:0px 60px;
	border-left:1px solid;
	height: 500px;
}
.book-details-container{
	padding:60px 0px;
}
.book-top-left-img-view{
	text-align: center;
	margin-top:40px;
}
.book-view-button{
	float: right;
	margin-top:30px;
}
.book-payment-caontainer{
	padding:50px 100px;
}
.book-quantity-selection{
	margin-top:30px;
}
.book-quantity-selection button{
	padding:10px;
	box-shadow: none;
	font-size: 13px !important;
}
.book-quantity-selection select{
	padding:10px;
	width:90px;
	border:none;
	background-color: #871619 !important;
	color: #fff !important;
	font-weight: bolder;
	border-radius: 10px;
}
.book-payment-caontainer h4,
.book-payment-caontainer h5{
	color: #871619;
	font-weight: bolder;
}
.book-payent-card{
	padding:50px 40px;
	margin-top:40px;
}
.book-payent-card table{
   border:1px solid #ccc ;
   width: 100%;
}
.book-payent-card table{
}
.book-payent-card table tr td{
   background: #fff;
}
.book-payent-card tr.border-top td{
}
.book-payent-card tr.border td {
  border-bottom: 1px solid #ccc;
  padding:20px !important;
}

.book-remove-update-button button,
.book-purchase-button button,
.book-overlay-text-button button{
  border:none;
  background-color: #871619 !important;
  color: #fff !important;
  font-weight: bolder;
  box-shadow: none;
}
.book-remove-update-button button.yellow{
    background:#D2691E !important;
}
.book-purchase-button button{
   display: block;
   width: 100% !important;
}
.book-purchase-button{
    text-align:left !important;
}
.book-hover-overlay{
  background: rgba(0,0,0,0.7);
  position: absolute;
  width:300px;
  bottom: 0;
  height: 0;
  transition: .5s ease;
  color: #ffffff;
}
.book-sliderlist:hover .book-hover-overlay {
   height: 100%;
   padding:150px 10px;
}
.book-sliderlist:hover .book-overlay-text-button{
    margin-top:0px;
    background-color: transparent;
    color:#ffffff;
    padding:10px 0px;
    font-weight: normal;
   display: block;
}
.book-overlay-text-button{
   display: none;
}


@media screen and (max-width: 750px){
    .book-top-right-view{
       display: none;
    }
    .book-top-left-container{
       padding-top:80px !important;
    }
    .books-layout-large{
       width:260px !important;
    }
    .books-layout-larger img{
       width:400px !important;
    }
    .book-view-button{
       width:100% !important;
    }
    .book-view-button a{
       display: block;
       width:100%;
       padding: 20px;
       width:200px;
       font-size: 18px !important;
    }
    .book-view-descriptions{
       padding:30px !important;
    }
    .book-payment-caontainer{
       padding:20px 0px !important;
    }
    .book-payent-card{
       padding:20px !important;
    }
}

@media screen and (max-width: 550px){
  .books-layout-large{
       width:100% !important;
    }
    .books-layout-large img{
        width:100% !important;
    }
}