/*

Theme Name: New Rokomari

Author Name: Nextpage Team

*/

/*============Preloader============*/

/*PRELOADING------------ */

body, html {

  height: 100%;

  width:100%;

  margin:0;

  padding:0;

  position:relative;

  background: #f5f5f5;

}

.text-white{

  color: #fff;

}

/*PRELOADING------------ */

#overlayer {

  width:100%;

  height:100%;  

  position:absolute;

  z-index:1;

  background:#fff;

}

.loader {

  display: inline-block;

  width: 40px;

  height: 40px;

  position: absolute;

  z-index:3;

  border: 4px solid #222;

  top: 50%;

  left: 50%;

  transform: translate(-50%, -50%);

  animation: loader 2s infinite ease;

}



.loader-inner {

  vertical-align: top;

  display: inline-block;

  width: 100%;

  background-color: #222;

  animation: loader-inner 2s infinite ease-in;

}



@keyframes loader {

  0% {

    transform: rotate(0deg);

  }

  

  25% {

    transform: rotate(180deg);

  }

  

  50% {

    transform: rotate(180deg);

  }

  

  75% {

    transform: rotate(360deg);

  }

  

  100% {

    transform: rotate(360deg);

  }

}



@keyframes loader-inner {

  0% {

    height: 0%;

  }

  

  25% {

    height: 0%;

  }

  

  50% {

    height: 100%;

  }

  

  75% {

    height: 100%;

  }

  

  100% {

    height: 0%;

  }

}

.main-navber {

  padding: 15px 0px;

  background: #fff;

  border-radius: 0px;

  margin-bottom: 0px;

  border-bottom: 0px;

}

.main-navber  .navbar-form .input-group > .form-control {

  width: 450px;

  height: 40px;

  border-bottom: 2px solid #f7921c;

}

.main-navber .navbar-form{

  margin-left: 15%;

  float: none;

  display: inline-block;

}

.main-navber .navbar-form .input-group .btn-default {

    padding: 9px 16px;

    color: #ffffff;

    border: 1px solid #f7921c;

    background: #f7921c;

}

.main-navber .navbar-brand{

  padding: 0px;

}

.main-navber .navbar-brand > img {

    height: 45px;

    margin-top: 8px;

}

.main-navber .navbar-right li a{

  font-size: 15px;

}

.main-navber .navbar-right > li > a {

  padding-top: 8px;

  padding-bottom: 8px;

}

.main-navber .navbar-right > li > a i {
    font-size: 25px;
    color: #f7921d;
}

.main-navber .navbar-right > li > a .badge {
    position: absolute;
    top: 0px;
    right: 10px;
    background: #f7921c;
}
/*---------------------------------*/

.navtabs-section{

  background: #fff;

  margin-bottom: 20px;

}

.custom-navtabs .nav-tabs > li, .custom-navtabs .nav-pills > li {

  float:none;

  display:inline-block;

  *display:inline; /* ie7 fix */

  zoom:1; /* hasLayout ie7 trigger */

}

.custom-navtabs .nav-tabs {

    border-bottom: 1px solid #f7921c;

}

.custom-navtabs .nav-tabs, .nav-pills {

  text-align:center;

}

.custom-navtabs .nav-tabs > li a{

  font-size: 15px;

}

.custom-navtabs .nav-tabs > li a:hover {
    color: #f7921c;
    background: transparent;
    border: 1px solid transparent;
}
.custom-navtabs .nav-tabs > li.active > a, .custom-navtabs .nav-tabs > li.active > a:hover, .custom-navtabs .nav-tabs > li.active > a:focus {
    color: #ffffff;
    cursor: default;
    border-radius: 0px;
    background-color: #f7921c;
    border: 1px solid #f7921c;
    border-bottom-color: transparent;
}
.navbar-right li a.btn.btn-default {
    background: #f7921c;
    border: 1px solid #f7921c;
    color: #fff!important;
}
.navbar-right li a.btn.btn-default:hover {
    border: 1px solid #f7921c;
    color: #f7921c!important;
}
/*---------------------------*/

/* Mega menu

-------------------------------------- */

.carousel-fade .carousel-inner .item img{

  height: auto;

  width: 100%;

}

.carousel-fade .carousel-inner .item {

 transition-property: opacity;

}

.carousel-fade .carousel-inner .item, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {

 opacity: 0;

}

.carousel-fade .carousel-inner .active, .carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {

 opacity: 1;

}

.carousel-fade .carousel-inner .next, .carousel-fade .carousel-inner .prev, .carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {

 left: 0;

 transform: translate3d(0,0,0);

}

.carousel-fade .carousel-control {

 z-index: 2;

}

/*--------------------------------------*/

.top-ads-section{

  padding: 20px 0px;

}

.recent-sold-intem-box {

  background-size: cover;

  padding: 10px;

  background-image: linear-gradient(rgba(252,250,238,0.6),rgba(252,250,238,0.6)),url(../../assets/images/resent-sold-bg.png);

  background-repeat: no-repeat;

}

.title-header h3{

  font-size: 25px;

  font-weight: normal;

  margin-bottom: 10px;

}

.panel-book-box {
    padding: 20px;
    position: relative;
    border: 1px solid #f7921c;
    border-radius: 4px;
}

.panel-book-box .discount-badge {

  color: #fff;

  background-image: url(../../assets/images/discount-badge.png);

  position: absolute;

  top: 20px;

  left: 10px;

  height: 42px;

  width: 46px;

  -webkit-transition: all .7s;

  transition: all .7s;

}

.pre-order-badge{

  top: 50%;

  left: 0px;

  position: absolute;

  background: url(../images/pre-badge.png) no-repeat;

  height: 35px;

  width: 130px;

  background-size: 100%!important;

}

.panel-book-box .discount-badge p{

  margin-left: 8px;

  margin-top: 2px;

  font-size: 128%;

  font-weight: 600;

}

.book-text-area {

  text-align: center;

  margin-top: 10px;

}

.book-text-area .book-title {

  height: 70px;

  overflow: hidden;

}

.book-text-area .book-price{

  font-weight: bold;

}

.book-text-area .original-price {

  color: #a9a7a7;

  margin-right: 10px;

}

.book-details-overlay {
    text-align: center;
    cursor: pointer;
    transition: all .3s ease-out;
    height: 100%;
    position: absolute;
    top: 0px;
    opacity: 0;
    background: rgba(255,255,255,.5);
    width: 100%;
    left: 0;
    box-shadow: inset 1px 1px 8px -1px #f7911c;
}

.panel-book-box:hover .book-details-overlay{

  opacity: 1;

  transition: all .3s ease-in;

}

.book-details-overlay .button-fixed {

  position: absolute;

  bottom: 0px;

  width: 100%;

  border-radius: 0px;

  font-weight: bold;

  letter-spacing: 1px;

}
a.btn.btn-info.btn-block.button-fixed {
    background: #f7921c;
    border: 1px solid #f6911c;
}
.book-details-overlay .button-absotalate {

  position: absolute;

  transform: translate(-50%, -50%);

  top: 45%;

  left: 50%;

  font-weight: bold;

  border-radius: 0px;

  padding: 8px 20px;

}

.all-caro-btn .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 70px;
    box-shadow: 1px 1px 10px 5px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border-bottom: 1px solid #f7921c;
    border-right: 1px solid #f7921c;
    border-top: 1px solid #f7921c;
    outline: none;
    opacity: 1;
    background: #fff!important;
}

.all-caro-btn .slick-prev {

  left: -8px;

  z-index: 99;

}

.all-caro-btn .slick-next {

  right: -8px;

  z-index: 99;

}

.all-caro-btn .slick-prev:before {
    content: "\f053";
    color: #f7921c;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}

.all-caro-btn .slick-next:before {
    content: "\f054";
    color: #f7921c;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 20px;
}

.all-caro-btn .slick-next {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 30px;
    height: 70px;
    box-shadow: 1px 1px 10px 5px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border-bottom: 1px solid #f4931c;
    border-left: 1px solid #f7911d;
    border-top: 1px solid #f7921c;
    outline: none;
    opacity: 1;
    background: #fff;
}

.important-button-section{

  padding: 20px 0px;

}

.important-btn {

    position: relative;

    display: inline-block;

    padding: 15px 20px;

    width: 170px;

    margin-right: 19px;

    background: #fff;

    border: 1px solid #f7921c;

}

.button-view-all {

    padding: 8px 25px;

    background: #fff;

    border: 1px solid #f29324;

    color: #f7921c;

}

.button-view-all:hover {
    background: none;
    border-color: #f7921c;
    color: #f7921c;
}

.important-btn:hover{

  background: none;

  color: #fff;

}

.important-btn::before {

    content: '';

    position: absolute;

    left: 0px;

    bottom: 0px;

    top: 0;

    z-index: -1;

    width: 100%;

    height: 100%;

    background: transparent;

    box-shadow: inset 0px 0px 0px #f8911d;

    display: block;

    -webkit-transition: all 0.9s cubic-bezier(.5, .24, 0, 1);

    transition: all 0.9s cubic-bezier(.5, .24, 0, 1);

}

/* if you want it to show from the right use -300px instead */

.important-btn:hover::before {

 box-shadow: inset 300px 0px 0px #f8911d;

}

/*-----------------------*/

.all-sell-intem-box{

  background-color: #fff;

  padding: 15px;

  margin-bottom: 20px;

  box-shadow: 0 4px 6px -3px #9c9c9c;

  border-radius: 3px;

}

/*------------------------------------*/

.next-sell-intem-box{

  background-size: cover;

  padding: 15px;

  background-image: linear-gradient(rgba(255,255,255,0.6),rgba(255,255,255,0.6)),url(../../assets/images/resent-sold-bg.png);

  background-repeat: no-repeat;

  margin-bottom: 20px;

  box-shadow: 0 4px 6px -3px #9c9c9c;

  border-radius: 3px;

}

.author-profile img{

  border: 2px solid #ddd;

  transition: all .3s ease-in;

}

.author-profile:hover.author-profile img {
    border: 2px solid #f7921c;
    transition: all .3s ease-in;
}

.author-profile p{

  padding: 10px 0px;

}

/*-------------------------------------*/

.big-footer-section{

  padding: 50px 0px;

  background: #ffffff;

  position: relative;

}

/*-------------------------------*/

.footer-content-box img{

  height: 50px;

}

.footer-adress-bar{

  margin-top: 15px;

  margin-bottom: 20px;

}

.footer-adress-bar li {

  padding: 4px 0px;

}

.footer-adress-bar li p img{

  height: 25px;

  margin-right: 10px;

}

.footer-adress-bar li p {

  font-size: 13px;

}

/*=========*/

/* footer social icons */

.footer-content-box .footer-title {

  font-size: 18px;

}

ul.social-network {

  margin-top: 10px;

  list-style: none;

  margin-left:0 !important;

  padding: 0;

}

ul.social-network li {

  display: inline;

  margin: 0 5px;

}





/* footer social icons */

.social-network a.icoRss {

  background-color: #F56505;

}

.social-network a.icoFacebook {

  background-color:#3B5998;

}

.social-network a.icoTwitter {

  background-color:#33ccff;

}

.social-network a.icoGoogle {

  background-color:#BD3518;

}

.social-network a.icoVimeo {

  background-color:#0590B8;

}

.social-network a.icoLinkedin{

  background-color:#007bb7;

}

.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,

.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {

  color:#fff;

}

a.socialIcon:hover, .socialHoverClass {

  color:#44BCDD;

}



.social-circle li a {

  display:inline-block;

  position:relative;

  margin:0 auto 0 auto;

  text-align:center;

  width: 30px;

  height: 30px;

  font-size:17px;

}

.social-circle li i {

  margin:0;

  line-height:30px;

  text-align: center;

}

.social-circle i {

  color: #fff;

  -webkit-transition: all 0.8s;

  -moz-transition: all 0.8s;

  -o-transition: all 0.8s;

  -ms-transition: all 0.8s;

  transition: all 0.8s;

}

.footer-content-box .align-self-center{

  margin-bottom: 20px;

  padding-left: 20px;

  list-style: disc;

}

.stcky-footer {
    padding: 15px 0px;
    background: #f7921c;
}

.stcky-footer .stiky-par a {
    font-size: 15px;
    color: #ffffff;
}

/*--------------All Books page css design-----------------*/

.sidebar-wedget{

  background-color: #fff;

  padding: 15px;

  margin-bottom: 20px;

  box-shadow: 0 4px 6px -3px #9c9c9c;

  border-radius: 3px;

}

.all-books-content{

  background-color: #fff;

  padding: 15px;

  margin-bottom: 20px;

  box-shadow: 0 4px 6px -3px #9c9c9c;

  border-radius: 3px;

}

.all-books-content .breadcrumb {

  background: none;

  padding: 8px 0px;

  margin-bottom: 0px;

}

.all-books-content .breadcrumb li a{

  font-size: 14px;

}

.all-books-content h3 {

  font-size: 24px;

  font-weight: 300;

  margin-bottom: 20px;

}

.all-books-content .pagination {

  margin: 0px;

}

.all-books-content .pagination li a {

 font-size: 15px;

}

/*--------------------------------------------*/

.checkbox {

  display: block;

  position: relative;

  padding-left: 35px;

  margin-bottom: 12px;

  cursor: pointer;

  font-size: 15px;

  font-weight: normal;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

}



/* Hide the browser's default radio button */

.checkbox input {

  position: absolute;

  opacity: 0;

  cursor: pointer;

}



/* Create a custom radio button */

.checkbox .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #fff;
    border: 1px solid #fa911a;
    border-radius: 50%;
}



/* On mouse-over, add a grey background color */

.checkbox:hover input ~ .checkmark {

  background-color: #ccc;

}



/* When the radio button is checked, add a blue background */

.checkbox input:checked ~ .checkmark {
    background-color: #f7921c;
}



/* Create the indicator (the dot/circle - hidden when not checked) */

.checkbox .checkmark:after {

  content: "";

  position: absolute;

  display: none;

}



/* Show the indicator (dot/circle) when checked */

.checkbox input:checked ~ .checkmark:after {

  display: block;

}



/* Style the indicator (dot/circle) */

.checkbox .checkmark:after {

  top: 6px;

  left: 6px;

  width: 8px;

  height: 8px;

  border-radius: 50%;

  background: white;

}

.sidebar-wedget .title-box h3{

  font-size: 20px;

  font-weight: normal;

}

.sidebar-wedget .title-box h3 a{

  font-size: 15px;

  text-transform: uppercase;

  color: #2196F3;

}

.sidebar-wedget .title-box {

  border-bottom: 1px solid #ddd;

  padding-bottom: 5px;

  margin-bottom: 18px;

}



/*===============================*/

.fil-check {

  display: block;

  position: relative;

  padding-left: 35px;

  margin-bottom: 12px;

  cursor: pointer;

  font-size: 15px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  font-weight: normal;

}



/* Hide the browser's default checkbox */

.fil-check input {

  position: absolute;

  opacity: 0;

  cursor: pointer;

  height: 0;

  width: 0;

}



/* Create a custom checkbox */

.fil-check .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border-radius: 3px;
    border: 1px solid #f7921c;
    background-color: #fff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: 3;
    color: #fff;
    cursor: default;
    background-color: #f7921c;
    border-color: #f7921d;
}
.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #f7921c;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #f5931b;
}
/* On mouse-over, add a grey background color */

.fil-check:hover input ~ .checkmark {

  background-color: #ccc;

}



/* When the checkbox is checked, add a blue background */

.fil-check input:checked ~ .checkmark {
    background-color: #f7921c;
}



/* Create the checkmark/indicator (hidden when not checked) */

.fil-check .checkmark:after {

  content: "";

  position: absolute;

  display: none;

}



/* Show the checkmark when checked */

.fil-check input:checked ~ .checkmark:after {

  display: block;

}



/* Style the checkmark/indicator */

.fil-check .checkmark:after {

  left: 6px;

  top: 5px;

  width: 5px;

  height: 10px;

  border: solid white;

  border-width: 0 3px 3px 0;

  -webkit-transform: rotate(45deg);

  -ms-transform: rotate(45deg);

  transform: rotate(45deg);

}

.fil-sort-check-box {

  height: 300px;

  overflow-x: hidden;

  overflow-y: scroll;

  border-top: 1px solid #ddd;

  padding-top: 10px;

}

.search-box{

  margin-bottom: 10px;

}

.search-box .form-control{

  border-radius: 0px;

}

.sort-check-box i.fa-star {
    color: #f7921c;
    margin-right: 5px;
}
/*====================================================*/

.sub-main-menu{

  min-height: auto;

  margin-bottom: 0px;

  background: #fff;

  border: 0px;

  border-radius: 0px;

}

.mega-dropdown {

  position: static !important;

}

.mega-dropdown-menu {

  padding: 20px 0px;

  width: 100%;

  box-shadow: none;

  -webkit-box-shadow: none;

}

.mega-dropdown a {

  font-size: 14px;

  padding: 10px 12px!important;

}

.mega-dropdown a:hover{

  background: #fff!important;



}

.mega-dropdown-menu > li > ul {

  padding: 0;

  margin: 0;

}

.mega-dropdown-menu > li > ul{

  padding-left: 20px;

}

.mega-dropdown-menu > li > ul > li {

  list-style: disc!important;

}



.mega-dropdown-menu > li > ul > li > a {

  display: block;

  color: #222;

  font-size: 13px;

  padding: 3px 5px!important;

}

.mega-dropdown-menu > li ul > li > a:hover,

.mega-dropdown-menu > li ul > li > a:focus {

  text-decoration: none;

}

/*--------------------------------*/

.author-profile-box{

  background-image: url(../../assets/images/author-bg.png);

  padding: 20px;

  background-repeat: no-repeat;

  margin-bottom: 20px;

  box-shadow: 0 4px 6px -3px #9c9c9c;

  border-radius: 3px;

  background-size: cover;

}

.author-profile-box .media .media-heading {

  font-weight: normal;

  margin-bottom: 15px;

  color: #fff;

}

.author-profile-box .media .media-body p {

  height: 150px;

  color: #fff;

  line-height: 25px;

  overflow: hidden;

  font-size: 14px;

}

.author-profile-box .media .media-body a{

  text-transform: uppercase;

  font-size: 15px;

  color: #fff;

}

.author-profile-box .media .media-body p.text-details{

  height: auto!important;

}

/*---------------------------------------------*/

.eletronics-product-section{

  padding: 50px 0px;

  background: #ffffff;

  margin-bottom: 20px;

  margin-top: 20px;

}

/*================================================*/

.books-details-content{

  background-color: #fff;

  padding: 15px;

  margin-bottom: 20px;

  box-shadow: 0 4px 6px -3px #9c9c9c;

  border-radius: 3px;

}

.books-spcication-summary{

  background-color: #fff;

  padding: 15px;

  margin-bottom: 20px;

  box-shadow: 0 4px 6px -3px #9c9c9c;

  border-radius: 3px;

}

.books-preview-box {

  padding: 15px;

  border: 1px solid #ddd;

  cursor: pointer;

}

.books-preview-box img {

  transition: all .3s ease-in;

}

.books-preview-box img:hover {

  transform:scaleX(1);

  box-shadow: 8px 8px 0px 0px #ddd;

  transition: all .3s ease-in;

}

.books-content-details .pre-title {

  font-size: 22px;

  font-weight: normal;

  margin-bottom: 10px;

}

.books-content-details .author {

  font-size: 16px;

  text-transform: uppercase;

}

.books-content-details .author a {

  font-size: 15px;

  margin-left: 10px;

  color: #f7921c;

}

.books-content-details .rattings {

  padding: 10px 0px;

}

.books-content-details .rattings span i.fa {

  color: #f0ad4e;

}

.books-content-details .rattings span {

  margin-right: 10px;

}

.books-content-details .rattings a{

 font-size: 15px;

 color: #0397d3;

}

.books-content-details .price {

  font-size: 22px;

  font-weight: normal;

  color: #878787;

  margin-bottom: 10px;

}

.books-content-details .price strike{

 font-size: 18px;

}

.books-content-details .sale-price {

  margin-bottom: 10px;

  font-size: 20px;

  font-weight: 300;

}

.books-content-details .sale-price span {

  color: #0397d6;

  font-size: 16px;

  margin-left: 15px;

}

.books-content-details .category {

  margin-bottom: 10px;

  color: #0397d6;

}

.books-content-details .category b {

  margin-right: 10px;

  color: #928987;

}

.books-content-details .wish-list-share {

  margin-top: 10px;

}

.books-content-details .btn-default {

  padding: 10px 25px;
    border: 1px solid #f8921b;
    color: #f7921c;

}

.books-content-details .btn-default:hover {

  padding: 10px 25px;

  border: 1px solid #f7921c;

  background: #f7921c;

  color: #fff;

}

.books-content-details .btn-warning {

  padding: 10px 25px;

  text-transform: uppercase;

}

.books-content-details .wish-list-share a {

  font-size: 14px;

  margin-right: 15px;

}

.books-content-details .wish-list-share a i.fa {
    height: 25px;
    text-align: center;
    width: 25px;
    background: #f7921c;
    line-height: 25px;
    font-size: 12px;
    color: #fff;
    border-radius: 50%;
}

.float-left-tabs .nav-tabs > li{

  float: left;

}

.float-left-tabs .tab-content .tab-pane{

  padding-top: 20px;

}

.float-left-tabs .tab-content .tab-pane h3{

  font-size: 20px;

  font-weight: normal;

  margin-bottom: 10px;

}

.review-content-box h3{

  font-size: 22px;

  font-weight: normal;

}

.books-reviewrs-box .media-body .media-heading{

  font-weight: normal;

}

.books-reviewrs-box .media-body p{

  height: 100px;

  overflow: hidden;

}

.books-reviewrs-box .media-body .date {
    margin-right: 12px;
    color: #f8921c;
}

.books-reviewrs-box .media-body .ratting .fa {

  color: #f0ad4e;

}

.like-dislike-box{

  margin-top: 20px;

}

.comments-details{

  height: auto!important;

}

.read-more-comments {

  font-size: 15px;



  color: #f7921c;

  cursor: pointer;

}

.media.books-reviewrs-box {

  padding-bottom: 10px;

  margin-bottom: 20px;

  box-shadow: 0 1px 4px -3px #9c9c9c;

  border-radius: 3px;

}

.read-less{

  font-size: 15px;



  color: #f7911c;

  cursor: pointer;

  display: none;

}

.review-content-box .form {

  margin-top: 20px;

}

.review-content-box .form .form-group .control-label{}

.review-content-box .form .form-group .form-control {

  box-shadow: none;

}

.review-content-box .form .form-group .btn-default {
    padding: 10px 25px;
    border: 1px solid #f7921c;
    color: #f7921c;
}

.review-content-box .form .form-group .btn-default:hover {
    background: #f7921c;
    color: #fff;
}

.sort-check-box p{

  margin-bottom: 20px;

}

.author-profile img {

  height: 140px;

}

.search-author-box{

  padding: 20px 0px;

}

.search-author-box .input-group .form-control{

  box-shadow: none;

}



/*==========================*/



.hidden-cart {

  display: none;

  transition: all .5s ease-in-out;

}

.all-books-content .total-cat-item h3 {

  font-weight: normal;

  margin-bottom: 0px;

}

.select-product-count.mar-top-0 {

  width: 140px;

  margin: 0 auto;

}

.select-product-count .input-group .input-group-addon {

  border-radius: 0px;

  background: #fff;

}

.all-books-content .table tr td{

  vertical-align: middle;

}





.books-tetails-cart .btn-warning{

  padding: 10px 25px;

  text-transform: uppercase;

}

.books-tetails-cart .btn-default:hover {

  padding: 10px 25px;

  border: 1px solid #f7921c;

  background: #f7921c;

  color: #fff;

}

.books-tetails-cart .btn-default {

    padding: 10px 25px;

    border: 1px solid #f7921c;

    color: #f7921c;

}

.give-a-cuponCode h4 {

  font-size: 15px;

  margin-bottom: 10px;

}

.give-a-cuponCode .input-group .form-control{

  box-shadow: none;

}

.give-a-cuponCode .input-group .input-group-addon {

    background: #f6931a;

    color: #fff;

    border-color: #f8921b;

    border-radius: 0px;

    cursor: pointer;

}

/*----------------------------*/

.shipping-address-box h4 {

  font-weight: normal;

  margin-bottom: 20px;

}

.shipping-address-box .form .form-group .control-label{}

.shipping-address-box .form .form-group input.form-control {

  box-shadow: none;

  height: 40px;

}

.shipping-address-box .form .form-group select.form-control {

  box-shadow: none;

  height: 40px;

}

.shipping-address-box .form .form-group textarea.form-control{

  box-shadow: none;

}

/*--------------------Aktu pore dekhun---------------------------*/

.book-section{

  width: 100%;

  text-align: center;

}

.book-section > .book-container{

  height: 400px;

  width: 500px;

  position: relative;

  left: 50%;

  transform: translateX(-50%);

  border-radius: 2%;

  margin-bottom: 30px;

  perspective: 1200px;

}

.book-container > .right{

  position: absolute;

  height: 100%;

  width: 50%;

  transition: 0.7s ease-in-out;

  transform-style: preserve-3d;

}

.book-section > .book-container > .right{

  right:0;

  transform-origin: left;

  border-radius: 10px 0 0 10px;

}

.right > figure.front, .right > figure.back{

  margin: 0;

  height: 100%;

  width: 100%;

  position: absolute;

  left:0;

  top:0;

  background-repeat: no-repeat;

  backface-visibility: hidden;

  background-color: white;

  overflow: hidden;

}

.right > figure.front{

  background-size: cover;

  background-position: right;

  border-radius: 0 10px 10px 0;

  box-shadow: 2px 2px 15px -2px rgba(0,0,0,0.2);

}

.right > figure.back{

  background-size: cover;

  background-position: left;

  border-radius: 10px 0 0 10px;

  box-shadow: -2px 2px 15px -2px rgba(0,0,0,0.2);

  transform: rotateY(180deg);

}

.flip{

  transform: rotateY(-180deg);

}

.flip::before{

  content: "";

  position: absolute;

  top:0;

  left:0;

  z-index: 10;

  width: 100%;

  height: 100%;

  border-radius: 0 10px 10px 0;

  background-color: rgba(0,0,0,0.1);

}

.book-section > button{

  border: 2px solid #ef9f00;

  background-color: transparent;

  color: #ef9f00;

  padding: 10px 20px;

  border-radius: 5px;

  cursor: pointer;

  margin: 10px;

  transition: 0.3s ease-in-out;

}

.book-section > button:focus, .book-section > button:active{

  outline: none;

}

.book-section > p{

  color: rgba(0,0,0,0.7);

  font-family: calibri;

  font-size: 24px;

}

.book-section > p > a{

  text-decoration: none;

  color: #ef9f00;

}

.book-section > button:hover{

  background-color: #ef9f00;

  color: #fff;

}

.front#cover, .back#back-cover{

  background-color: #ffcb63;

  font-family: calibri;

  text-align: left;

  padding: 0 30px;

}

.front#cover h1{

  color: #fff;

}

.front#cover p{

  color: rgba(0,0,0,0.8);

  font-size: 14px;

}

/*============================================

    Blog content section

            

===============================================*/

.blog-content-section{

  padding: 50px 0px;



}

.blog-contentabs .nav-tabs {

    text-align: center;

    border-bottom: 0px;

    margin-bottom: 30px;

}

.blog-contentabs .nav-tabs li {

    display: inline-block;

    float: none;

}

.blog-contentabs .nav-tabs > li.active > a, .blog-contentabs .nav-tabs > li.active > a:hover, .blog-contentabs .nav-tabs > li.active > a:focus {

    color: #fff;

    cursor: default;

    background-color: #f7921c;

    border: 1px solid #f7921c;

    border-radius: 4px;

    padding: 10px 25px;

}

.blog-contentabs .nav-tabs > li > a {

    margin-right: 2px;

    line-height: 1.42857143;

    border: 1px solid #f7921c;

    border-radius: 4px;

    padding: 10px 25px;

    background: #fff;

}

.blog-content-box{

  background: #fff;

  margin-bottom: 20px;

  box-shadow: 0 1px 4px -3px #9c9c9c;

  border-radius: 3px;}

.blog-content-box img{

  width: 100%;

  border-top-left-radius: 3px;

  border-top-right-radius: 3px;

}

.blog-cont-details {

    padding: 20px;

    position: relative;

}

.edit-file-box-ab {

    position: absolute;

    box-shadow: 0px 1px 10px 1px #9c9c9c;

    background: #fff;

    height: 50px;

    width: 50px;

    text-align: center;

    line-height: 50px;

    border-radius: 50%;

    top: -25px;

    right: 20px;

    color: #f7921c;

    font-size: 20px;

}

.blog-cont-details h3 {

    font-size: 20px;

    line-height: 24px;

    margin-bottom: 10px;

}

.blog-cont-details .blog-tagline {

    text-transform: capitalize;

    font-weight: 600;

     color: #828282;

}

.blog-cont-details .blog-tagline span{

  font-weight: normal;

}

.blog-cont-details .blog-pra {

    font-size: 15px;

    text-align: justify;

    color: #222;

    margin-top: 10px;

    margin-bottom: 10px;

}

.blog-cont-details .published-date {

    color: #828282;

    font-weight: 600;

}

.blog-cont-details .published-date span{

  margin-right: 10px;

  color: #222;

    font-weight: 600;

}

.view-all-btn .btn-warning {

    padding: 10px 25px;

    text-transform: uppercase;

    font-weight: 600;

    transition: all .3s ease-out;

}

.view-all-btn .btn-warning:hover{

  padding: 10px 35px;

  transition: all .3s ease-in;

}

.author-all-books a h3{

  color: #ed1c24;

}

.blog-category-section{

      background-image: url(../../assets/images/author-bg.png);

      padding: 70px 0px;

      background-size: cover;

}

.catergory-page-title h2{

  color: #fff;

  text-align: center;

}

/*==============================*/

.sticky-wrapper.is-sticky #stcky-header {

    z-index: 99999!important;

    box-shadow: 0px 0px 10px -1px;

}