@import url(fontiran.css);
body {font-family: IRANSans; font-weight: 300; background:url(../images/header_top.png) top center  repeat-x; padding-top:6px}
table{border-collapse:collapse;direction:rtl}
a{text-decoration:none;outline:0;color:inherit}
a:hover,a:focus{color:#921e5c; text-decoration:none; outline: 0;}
img{border:0 none}
.left{float:left}
.right{float:right}
.rtl{direction:rtl}
.ltr{direction:ltr}
.center{text-align:center!important}
.justify{text-align:justify}
.clear{clear:both;display:block;height:0;overflow:hidden;width:1px}
.boldtext{font-weight:bold}
.hidden{display:none}
.relative{position:relative}
.absolute{position:absolute}
.noborder{border:0 none!important}
.ui-front {z-index: 1000;}

.popover-content {
	font-family:'IRANSans';
	font-weight: 400;
	font-size: 12px;
	text-align:justify;
}

.tooltip {
	font-family:'IRANSans';
	font-weight: 400;
	font-size: 12px;
	text-align:justify;
}

@media (min-width: 767px) {
.main_container{
    box-shadow: 0px 20px 20px #888888;
}
}

/* =============
	  Colors
   =============  */
.color0 {color:#1b89e9}
.color1{color:#d76d00}
.color2{color:#02af8c}
.color3{color:#e8193c}
.color4{color:#53b604}
.color5{color:#a20357}
.color6{color:#d2a900}
.color7{color:#bf423b}
.color8{color:#2a9837}
.color9{color:#39a6cc}
.color10{color:#915c23}

/* =============
	  search
   =============  */

.input-group-addon{
	background:#ffffff;
	padding:0 2px 0 0;
	border:0px;
}

 .search {
	width:250px;
 }
   

@media (min-width: 500px) {
 .basket {
  margin: 25px 5px 0 5px;
  float:left;
}	
}

@media (max-width: 767px) {
 .basket {
  margin: 0px 5px 0 5px;
}
}

@media (min-width: 767px) {
 .search {
  margin: 25px 0 0 0;
  float:left;
}
}


@media (max-width: 767px) {
 .search {
  margin:0 0 25px 0;
 }
}

@media (max-width: 499px) {
 .search {margin:10px 10px 25px 0;}
 .basket {margin:5px 10px 0px 0;}
}
/* =============
	  Navbar
   =============  */
.navbar{
	border-top:1px solid #eeeeee;
	border-bottom:1px solid #eeeeee;
	background:#fff;
}

#navbar:after, #navbar ul:after {
	content: '';
	display: block;
	clear: both;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
#navbar > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	bottom: 0;
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	
}

@media (min-width: 767px) {

#navbar > ul > li.active:after {
	-webkit-transition: 0.4s ease-in-out;
	-moz-transition: 0.4s ease-in-out;
	-ms-transition: 0.4s ease-in-out;
	-o-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
}
}

.navbar-nav li > a {
	font-size:11pt;
	font-weight:500;
	line-height: 25px;
	color:#ffffff;
	background:#913b09;
	margin:3px;
	padding:10px 5px 10px 5px;
	border-radius: 5px;
	text-align:center;
}

.navbar-nav li > a:hover > i{
	color:#ffffff;
}

.navbar-nav li > a:hover {
	background:#b47f3e;
	color:#ffffff;
}

.navbar-brand{
	width:181px;
	height:90px;
	background:url(../images/logo.png) top center  no-repeat;
}

/*
@media (max-width: 1200px) {
.navbar-brand{
	width:200px;
	height:90px;
	background: url(../images/logo2.png) top center  no-repeat;
}
}

@media (max-width: 990px) {
.navbar-brand{
	width:113px;
	height:83px;
	background: url(../images/logo3.png) top center  no-repeat;
	}

	.navbar-nav li > a {
		padding: 20px 5px;
	}	
}

@media (max-width: 767px) {
.navbar-brand{
	width:218px;
	height:80px;
	background: url(../images/logo4.png) top center  no-repeat;
	}

	.navbar-nav li > a {
		padding: 5px 5px;
	}	
}
*/
.collapsed{
	border:1px #000;
}
.icon-bar{
	background:#000;
}





/* =============
	  Shegeftane
   =============  */

.shegeftane {
  	overflow: hidden;
}

.shegeftane h4{
  	text-align:center;
}


.shegeftane {
  border-color: #921e5c;
}
.shegeftane > .panel-heading {
  color: #fff;
  background-color: #f42f51;
  border-color: #f42f51;
}
.shegeftane > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f42f51;
}
.shegeftane > .panel-heading .badge {
  color: #f42f51;
  background-color: #fff;
}
.shegeftane > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f42f51;
}

.shegeftane img{
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width:55%;
	border-radius: 5px;
}   

@media (min-width: 768px) {
 .shegeftane {
	height:408px;
	font-size:1.5rem !important;
 }	

}
   
@media (min-width: 992px) {
 .shegeftane {
	height:394px;
 }	
}
   
   
@media (min-width: 1200px) {
 .shegeftane {
	height:410px;
 }	
}

/* =============
	  Special
   =============  */

.special {
  	overflow: hidden;
}

.special h4{
  	text-align:center;
}


.special {
  border-color: #921e5c;
}
.special > .panel-heading {
  color: #fff;
  background-color: #921e5c;
  border-color: #921e5c;
}
.special > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #921e5c;
}
.special > .panel-heading .badge {
  color: #921e5c;
  background-color: #fff;
}
.special > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #921e5c;
}

.special img{
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width:55%;
	border-radius: 5px;
}   

@media (min-width: 768px) {
 .special {
	height:308px;
	font-size:1.5rem !important;
 }	

}
   
@media (min-width: 992px) {
 .special {
	height:294px;
 }	
}
   
   
@media (min-width: 1200px) {
 .special {
	height:310px;
 }	
}


/* =============
	  Slider
   =============  */

.item img {
	width:100%;
	height:Auto;
	border-radius: 15px;
}

.carousel-control {
	border-radius: 15px;
}

.carousel-inner{
	margin: 0 0 20px 0;
}


@media (min-width: 768px) {
 .main_slide {
	height:300px;
 }	
 
.main_slide img{
	max-height:300px;
}

}
   
@media (min-width: 992px) {
 .main_slide {
	height:290px;
 }

.main_slide img{
	max-height:290px;
}
 
}
   
   
@media (min-width: 1200px) {
 .main_slide {
	height:300px;
 }	
 
 .main_slide img{
	max-height:300px;
}

}


/* =============
	  Banner
   =============  */

.banner img {
	max-width:100%;
	height:Auto;
	border-radius: 15px;
	border:#5b5b5b 1px solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991px) {
.banner {
	margin:20px 0 20px 0;
}
}

.banner {
	margin-bottom:20px;
}
.vbanner {
	margin-bottom:20px;
}

.vbanner img {
	max-width:100%;
	height:Auto;
	border-radius: 15px;
	border:#5b5b5b 1px solid;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* =============
	  Book-col
   =============  */

.book-col-fixed_height{
	height:350px;
}

.book-col:hover{
	border-radius:8px;
  background-color:#e7e7e7;
  margin:0px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}



/* =============
	  product_discount
   =============  */
.product_discount .list-price-percentage
 {
  direction: ltr;
  color: #FFF;
  position: absolute;
  z-index: 3;
  right: 30px;
  top: 120px;
  bottom: auto;
  right: auto;
  font-family: IRANSansFaNum;
}

.product_discount .list-price-percentage .bgol
 {
  position: relative;
  background-color: rgba(247, 94, 94, 0.87);
  display: block;
  z-index: 7;
  width: 36px;
  height: 36px;
  line-height: 37px;
  text-align: center;
  transform-style: flat;
  border-radius: 100%;
  backface-visibility: hidden;
  font-weight: bold;
}



/* =============
	  list-price-percentage
   =============  */
.prices .list-price-percentage
 {
  direction: ltr;
  color: #FFF;
  position: absolute;
  z-index: 3;
  left: 30px;
  top: 2px;
  bottom: auto;
  right: auto;
  font-family: IRANSansFaNum;
}

.prices .list-price-percentage .bgol
 {
  position: relative;
  background-color: rgba(247, 94, 94, 0.87);
  display: block;
  z-index: 7;
  width: 36px;
  height: 36px;
  line-height: 37px;
  text-align: center;
  transform-style: flat;
  border-radius: 100%;
  backface-visibility: hidden;
  font-weight: bold;
}





.sold_out
 {
  direction: ltr;
  color: #FFF;
  position: absolute;
  z-index: 3;
  left: 30px;
  top: 2px;
  bottom: auto;
  right: auto;	 
  background:url(../images/sold_out.png) no-repeat;
  display: block;
  z-index: 7;
  width: 120px;
  height: 75px;
  transform-style: flat;
  backface-visibility: hidden;
  font-weight: bold;
}

/* =============
	  WeekFav
   =============  */

.weekfav {
  border-color: #921e5c;
}
.weekfav > .panel-heading {
  color: #fff;
  background-color: #921e5c;
  border-color: #921e5c;
}
.weekfav > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #921e5c;
}
.weekfav > .panel-heading .badge {
  color: #921e5c;
  background-color: #fff;
}
.weekfav > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #921e5c;
}

.weekfav img{
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width:80%;
	border-radius: 5px;
} 

.weekfav h5{
	text-align:center;
}


/* =============
	  CatFiltering
   =============  */

.panel-body  ul {
    list-style-type: none;
    padding: 0;
}

.panel-body ul li {
    padding: 8px 0px;
    border-bottom: 1px solid #ddd;
}

   
   
   
/* =============
	  bookshow
   =============  */

.bookshow {
	text-align:justify;
	font-size:12pt;
	line-height:25pt;
}

.bookshow img{
	border-radius: 10px;
}

.bookshow h1{
	font-size:18pt;
}

.bookshow h3{
	font-size:16pt;
	color:#770542;
}

.book_thmb img{
	border-radius: 2px;
	margin:8px 5px 5px 10px;
}

.book_description h3{
	font-size:16pt;
}
.book_description{
	text-align:justify;
	font-size:12pt;
	line-height:25pt;
}

 .bookshowleft {
  margin: 20px 0px 0px 0px;
}

@media (min-width: 992px) {
 .bookshowleft {
  margin: 80px 0px 0px 0px;
}
}
/* =============
	  Padidavar
   =============  */

.padid_dashed{
    border-style: dotted;
    border-width: 0px 0px 2px 0px;
	border-color:#b71913;
}
.modal-body{
text-align:justify;	
}
.modal-body img{
	max-width:30%;
	margin-left:10px;
}


/* =============
	  Soon
   =============  */

.soon{
	max-width:230px;
	font-family: IRANSansFaNum; font-weight: 300;
}


@media (min-width: 767px) {
.nodiscount{
	height:91px;
}
}

/* =============
	  Price
   =============  */

.price{
	font-family: IRANSansFaNum; font-weight: 300;
}

.oldprice{
	color:red;
	text-decoration:line-through;
}

.newprice{
	color:green;
	font-size:15pt;
}


.basketoldprice{
	color:red;
	border-bottom:1px dotted #e6b222;
}

.basketnewprice{
	color:green;
}

.all_price{
	width:70%;
	float:left;
}
/* =============
	  Basket
   =============  */

.cart img{
    margin-left: 5px;
	border-radius: 5px;
}   

.basket_del{
	background-color:#ffedee;
	width:10px;
	font-family: IRANSansFaNum; font-weight: 300;
	text-align:center;
	color:#b62521;
}





/* =============
	  User_panel
   =============  */

.user_panel {
  	overflow: hidden;
}

.user_panel h4{
  	text-align:center;
}


.user_panel {
  border-color: #921e5c;
}
.user_panel > .panel-heading {
  color: #fff;
  background-color: #f42f51;
  border-color: #f42f51;
}
.user_panel > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #f42f51;
}
.user_panel > .panel-heading .badge {
  color: #f42f51;
  background-color: #fff;
}
.user_panel > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #f42f51;
}




/* =============
	  Paging
   =============  */


.paging{font-size:11pt; margin-bottom:15px; margin-top:10px; color:#b24fb8; width:30px;height:30px;background:#ebcee3;border-radius:50%;text-align:center;}
.paging_text{font-family:IRANSansFaNum;}
.paging_text>a:hover {color:#6b0471;}
.paging_active{font-size:11pt; margin-bottom:15px; margin-top:10px; color:#fff; width:30px;height:30px;background:#902996;border-radius:50%;text-align:center;}
.paging_space{margin-bottom:15px; margin-top:10px; color:#000; width:30px;height:30px;border-radius:50%;text-align:center;}
.paging_right {margin-right:10px; float: left;}
.paging_left {margin-left:10px; float: right;}
.paging_text{margin-top:5px;}











#information {
	  background: url(../images/library.jpg) repeat-x  fixed;
	  display: table;
	  height: 200px;
	  position: relative;
	  width: 100%;
	  -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	}
	
	
	
	
/* =============
	  navbar-toggle
   =============  */
	
	.navbar-toggle {
  position: relative;
  float: left;
  padding: 0px 10px;
  margin-top: 0px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}

.container-first{
	width:98%;
}

@media (max-width: 991px) {
.navbar-nav{
	overflow-y:scroll;
	margin-right:10px;
}

.navbar{
	width:93%;
}
.navbar-nav li > a {
	padding: 5px 5px;
}
.container{
	width:98%;
}
.container-first{
	width:95%;
}
}


/* =============
	 Footer
   =============  */

.page_margin_top_section
{
	margin-top: 50px;
}
.footer_container
{
	background: #b24fb8;
	padding-top: 5px;
}
.footer .box_header
{
	background: #42494F;
	border-color: #858D94;
}

.footer
{
	padding-bottom: 10px;
}
.footer p
{
	color: #D7DCE0;
}
.footer a
{
	color: #FFF;
	line-height: 140%;
}
.copyright_row, 
.copyright_row h6
{
	font-family: 'IRANSans';
	font-size: 14px;
	color: #d4d4d4;
	text-align:center;
	line-height:150%;
}



/* =============
	 sticky Footer
   =============  */
html,
body {
  height: 100%;
  /* The html and body elements cannot have any padding or margin. */
}

/* Wrapper for page content to push down footer */
#wrap {
  min-height: 100%;
  height: auto;
  /* Negative indent footer by its height */
  margin: 0 auto -60px;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}

/* Set the fixed height of the footer here */
#footer {
  height: 60px;
  background-color: #f5f5f5;
}

