/**
* Book category css Start
*/
hr.line-page-title {
  border-top: 1px solid #616161;
}
.page-layout-book-category .limiter-options {
  margin-left: 0px;
}
.page-layout-book-category main#maincontent {
  padding-top: 15px;
}
.page-layout-book-category .page-title {
  font-size: 28px;
  text-transform: inherit;
  font-weight: 400;
  margin-bottom: 15px;
}
.page-layout-book-category .toolbar-products .pages {
  float: left;
  display: none;
}
.page-layout-book-category .limiter {
  display: block !important;
  float: left;
}
.page-layout-book-category .price-box.price-final_price {
  margin: 0px;
  margin-top: 20px;
  position: absolute;
  z-index: 2;
  bottom: 0;
  background: rgba(29, 29, 29, 0.7);
  padding-left: 15px;
  padding-top: 5px;
  padding-right: 15px;
  padding-bottom: 5px;
}
.page-layout-book-category .product-item .price-box .price {
  color: #ffffff;
  font-weight: 400;
  font-size: 16px;
}
.page-layout-book-category .product-item .price-box .old-price .price {
  color: #ffffff;
  font-weight: 400;
  font-size: 12px;
}

.catalog-category-view.page-layout-book-category .column.main {
  min-height: inherit;
}
.page-products .products-grid .product-item,
.page-layout-book-category .products-grid .product-item,
.page-layout-3columns .products-grid .product-item,
.page-products.page-layout-book-category .products-grid .product-item,
.page-products.page-layout-3columns .products-grid .product-item {
  margin-left: 2%;
  padding: 0;
  width: calc((100% - 4%) / 3);
}
.page-products .products-grid .product-item:nth-child(3n + 1),
.page-layout-book-category .products-grid .product-item:nth-child(3n + 1),
.page-layout-3columns .products-grid .product-item:nth-child(3n + 1),
.page-products.page-layout-book-category .products-grid .product-item:nth-child(3n + 1),
.page-products.page-layout-3columns .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.block.widget .products-grid .product-item,
.page-layout-book-category .block.widget .products-grid .product-item,
.page-layout-3columns .block.widget .products-grid .product-item {
  width: 33.33333333%;
}
.page-layout-book-category .block.widget .products-grid .product-item {
  margin-left: 2%;
  width: calc((100% - 4%)/3);
}
.page-layout-book-category .block.widget .products-grid .product-item:nth-child(3n + 1) {
  margin-left: 0;
}
.page-layout-book-category .block.filter {
display: inline-block;
width: 100%;
margin-bottom: 5px;
padding-top: 12px;
}
.page-layout-book-category .block.filter .filter-title {
  background: none;
  margin: 0 0 5px;
  padding: 0;
  float: left;
  height: 45px;
  line-height: 45px;
}
.page-layout-book-category .block.filter .filter-title strong {
  font-size: 116.67%;
  font-family: inherit;
  display: block;
  font-weight: 400;
  text-transform: none;
  font-size: 22px;
}
.page-layout-book-category .block.filter .block-subtitle {
display: none;
}
.page-layout-book-category .block.filter .block-content:after {
content: "";
display: block;
clear: both;
}
.page-layout-book-category .block.filter .filter-options-item {
  float: left;
  margin: 0 20px 10px 0;
  position: relative;
  padding-left: 20px;
  margin-right: 0px;
}
.page-layout-book-category .block.filter .filter-options-item:hover .filter-options-content {
display: block !important;
}
.page-layout-book-category .block.filter .filter-options-item:hover .filter-options-title {
box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
-o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.page-layout-book-category .block.filter .filter-options-item:hover .filter-options-title:before {
display: block;
}
.page-layout-book-category .block.filter .filter-options-title {
  height: 45px;
  line-height: 45px;
  margin: 0;
  border: 1px solid #ddd;
  background-color: #fff;
  padding: 0 15px;
  font-size: 100%;
  white-space: nowrap;
  position: relative;
  cursor: pointer;
  font-weight: 700;
}
.page-layout-book-category .block.filter .filter-options-title:before {
background-color: #fff;
border-left: 1px solid #ddd;
border-right: 1px solid #ddd;
content: "";
display: none;
position: absolute;
left: -1px;
right: -1px;
bottom: -5px;
height: 10px;
z-index: 205;
}
.page-layout-book-category .block.filter .filter-options-content {
  display: none;
  position: absolute;
  min-width: 200px;
  white-space: nowrap;
  border: 1px solid #ddd;
  background-color: #fff;
  margin-left: 20px;
  padding: 15px;
  top: 100%;
  left: 0;
  margin-top: 3px;
  max-height: 295px;
  overflow-y: auto;
  z-index: 200;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.page-layout-book-category .block.filter .filter-options-content .count {
display: inline-block;
}
.page-layout-book-category .block.filter .filter-current .items {
display: table;
width: 100%;
}
.page-layout-book-category .block.filter .filter-current .item {
float: left;
white-space: nowrap;
margin: 0 20px 20px 0;
}
.page-layout-book-category .block.filter .filter-current .item .remove:before {
margin: 0 3px;
color: #fc636b;
}
.page-layout-book-category .block.filter .filter-current .item .remove span {
display: none;
}
.page-layout-book-category .block.filter .filter-current + .filter-actions .filter-clear {
padding: 5px 15px;
color: #fff;
background-color: #fc636b;
transition: 0.2s;
-moz-transition: 0.2s;
-webkit-transition: 0.2s;
-o-transition: 0.2s;
}
.page-layout-book-category .block.filter .filter-current + .filter-actions .filter-clear:hover {
background-color: #ef424b;
}
.page-layout-book-category .block.filter .filter-options-title {
  font-weight: normal;
  background: url(../images/bg-select.svg) no-repeat center right #ffffff;
  border: 1px solid #ddd;
  padding-right: 25px;
  max-width: 900px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-layout-book-category .block.filter .filter-current .filter-label {
color: #222;
}
.page-layout-book-category .block.filter .filter-current .item .remove:before {
content: '\e616';
font-family: 'icons-blank-theme';
color: #333;
font-size: 26px;
vertical-align: middle;
position: relative;
top: 0;
margin: 0;
}
html .page-layout-book-category .product.media,
html .page-layout-2columns-left .product.media,
html .page-layout-2columns-right .product.media {
width: 470px;
}
html .page-layout-book-category .product-info-main,
html .page-layout-2columns-left .product-info-main,
html .page-layout-2columns-right .product-info-main {
width: calc(100% - 500px);
}
html .page-layout-book-category .category-image {
margin-bottom: 0px;
}
/**
* Listing Layout Responsive
*/

@media (min-width: 1921px) {
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item{
  width: 16.666666666667%;
}
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item:nth-child(6n+1){
  clear: both;
}
}

@media (min-width: 1681px) and (max-width: 1920px) {
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item{
  width: 16.666666666667%;
}
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item:nth-child(6n+1){
  clear: both;
}
}

@media (min-width: 1441px) and (max-width: 1680px) {
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item{
  width: 20%;
}
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item:nth-child(5n+1){
  clear: both;
}
}

@media (min-width: 1200px) and (max-width: 1440px) {
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item{
  width: 25%;
}
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item:nth-child(4n+1){
  clear: both;
}
}

@media (min-width: 992px) and (max-width: 1199px) {
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item{
  width: 33.333333333333%;
}
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item:nth-child(3n+1){
  clear: both;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item{
  width: 33.333333333333%;
}
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item:nth-child(3n+1){
  clear: both;
}
}

@media (min-width: 481px) and (max-width: 767px) {
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item{
  width: 50%;
}
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item:nth-child(2n+1){
  clear: both;
}
}
@media (max-width: 480px) {
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item{
  width: 100%;
}
.page-layout-book-category .products.wrapper.products-grid .product-items .product-item:nth-child(1n+1){
  clear: both;
}
}

@media (min-width: 768px), print {
.page-layout-book-category .modes {
    margin-right: 0px;
}
}
/**
* Book category css End
*/