.bookstore *{
font-family: iransans;
}



.bookstore .tb{
	display: table-cell;
	width: 100%;
	padding-top: 30px;
}
.bookstore .tb .cell{
	display: table-cell;
	vertical-align: top;
}
.bookstore .tb .cell.right_bar{
	width: 220px;
}
.bookstore .tb .cell.right_bar .link a{
	color: #999;
}
.bookstore .tb .cell.right_bar .link span{
float: left;
}
.bookstore .tb .cell.right_bar .link{
	color: #999;
    font-size: 12px; 
    padding: 4px 10px;
}
.bookstore .tb .cell.right_bar .link:not(:last-child){
	border-bottom: 1px solid #ddd;
}
.bookstore .tb .cell.right_bar .link:hover a,
.bookstore .tb .cell.right_bar .link:hover{
	font-weight: bold;
}

.bookstore .tb .cell.right_bar .items{
	padding:20px 5px;

	background-color: #eee;
}

.bookstore .tb .cell.right_bar .items:first-child{
	border-radius: 5px 5px 0 0;
	-webkit-border-radius:  5px 5px 0 0;
	-moz-border-radius:  5px 5px 0 0;
}
.bookstore .tb .cell.right_bar .items:last-child{
	border-radius: 0 0  5px 5px;
	-webkit-border-radius: 0 0  5px 5px;
	-moz-border-radius:  0 0  5px 5px;
}
.bookstore .tb .cell.right_bar .items .title{
    font-size: 18px;
    color: #347097;
    font-weight: 500;
    padding: 0 10px;
}

.bookstore .book_list{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding:0 30px;
}

.bookstore .book_list .book_items{
	width: 230px;
    margin: 0 40px 80px 0;
	background-color: #eee;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	padding: 25px 15px 15px 15px;
	position: relative;
		color: #347097;

}
.bookstore .book_list .book_items .cover_box{
	width: 110px;
	position: relative;
	margin-bottom: 20px;
	-moz-perspective: 100px;
	-moz-transform-style: preserve-3d;
	-webkit-transform-style: preserve-3d;
 }



.bookstore .book_list .book_items .cover{
	width: 110px;
	height: 190px;
 	position: relative;
    outline: 1px solid transparent;
    -moz-perspective: 100px;
    -moz-transform: rotateY(-3deg);
    -webkit-transform: perspective(100) rotateY(-3deg);
    box-shadow: none;
    margin: 0;
	left: -20px;
	display: block;
}
.bookstore .book_list .book_items .cover img {
	position: relative;
	max-width: 100%;
	width: 110px;
	height: 190px;
}



.bookstore .book_list .book_items .cover .before {
  position: absolute;
  top: 2%;
  height: 96%;
  content: ' ';
  z-index: -1;
  width: 100%;
  left: 7.5%;
  background-color: #917118;
  box-shadow: 5px 5px 20px #333;
}

.bookstore .book_list .book_items .cover:after {
  position: absolute;
  top: 2%;
  height: 96%;
  content: ' ';
  z-index: -1;
  width: 5%;
  left: 100%;
  background-color: #EFEFEF;
  box-shadow: inset 0px 0px 5px #aaa;
  -moz-transform: rotateY(20deg);
  -webkit-transform: perspective(100) rotateY(20deg);
}
 
.bookstore .book_list .book_items .info .title a,
.bookstore .book_list .book_items .info .title{
	font-size: 14px;
	color: #347097;
	font-weight: 500;
}


.bookstore .book_list .book_items .btns{
	height: 50px;
}
.bookstore .book_list .book_items .btns .btn{
	padding:7px 16px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	background-color: #ebba0a;
	color: #fff; 
	display: inline-block;
	vertical-align: top;
	position: absolute;
	bottom: 20px;
    right: 20px;
}
.bookstore .book_list .book_items .btns .btn:last-child{
    left: 20px;
	right: auto;
	background-color: #347097; 
}
.bookstore .book_list .book_items .price{
    color: #ebba0a;
    margin-top: 5px;
    font-size: 17px;
}

.bookstore .book_list .book_items .auth{
	margin-top: 5px;
	font-size: 12px;
 }
 .bookstore .book_list .book_items .auth strong{
	font-weight: 500;
	color: #aaa;
}
.rate *{
	padding: 0;
	margin: 0;
}
.rate {
	position: absolute;
	left: 10px;
    padding: 0 10px;
    color: #bbb;    
}
.rate div.selected{
    color: #ebba0a;    
}
.rate div{
	font-size: 30px;
    line-height: 33px;
	text-align: center;
}
.rate .rate_num {
	font-size: 20px;
	color: #aaa;
}


#yw_pagination .cell_disabled span{
    cursor: default;
    color: #fff;
    background-color: #347097;
    opacity: 0.5;
}
#yw_pagination .cell a:hover,
#yw_pagination .cell_active span{
	background-color: #ff9800;
	color: #fff;
	background-color: #347097;
    opacity: 0.5;
}
#yw_pagination .cell_active span{
	cursor: default;
}
#yw_pagination .cell a{
	background-color: #347097;
	color: #fff;
	cursor: pointer;
}

#yw_pagination_area{
	text-align: center;
	margin-top: 20px;
}