
header{
    /* padding: px 0 3px; */
    z-index: 10000;
    width: 100%;
    transition: all 200ms;
    box-shadow: 0px 0px 6px #CF4747;
}
.navigation {
  width: 100%;
  height: 70px;
  display: flex;
  position: relative;
  font-family: inherit;
  background-color: #fff;
}

header.sticky {
    background-color: #fff;
    position: sticky;
    top: 0px;
    padding: 2px 0;
    position: fixed;
    
}

.navigation-portrait {
  height: 48px;
}
.navigation-fixed {
  /* position: fixed; */
  top: 0;
  left: 0;
  z-index: 19998;
}

.navigation-hidden {
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.align-to-right {
  float: right;
}

.nav-header {
  float: left;
}
.

.navigation-hidden .nav-header {
  display: none;
}

.nav-brand {
  line-height: 65px;
  padding: 0;
  color: #343a40;
  font-size: 24px;
  text-decoration: none !important;
}

.nav-brand:hover,
.nav-brand:focus {
  color: #343a40;
}

.navigation-portrait .nav-brand {
  font-size: 18px;
  line-height: 48px;
}

.nav-logo:focus > img {
  outline: initial;
}

.navigation-portrait .nav-logo > img {
  height: 36px;
  margin: 6px auto 6px 15px;
  padding: 0;
}

.nav-toggle {
  width: 30px;
  height: 30px;
  padding: 6px 2px 0;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  right: 15px;
  display: none;
  cursor: pointer;
}

.nav-toggle:before {
  content: "";
  position: absolute;
  width: 24px;
  height: 2px;
  background-color: #343a40;
  border-radius: 10px;
  right: -14px;
  box-shadow: 0 0.5em 0 0 #343a40, 0 1em 0 0 #343a40;
}

.navigation-portrait .nav-toggle {
  display: block;
}
.nav-search{
    display: flex;
}
.nav-search ul{
    display: flex;
}
.nav-search ul li:nth-last-of-type(1){
    padding-right: 0;
}
.nav-search-button img, .nav-search-button svg{
    width: 24px;
    vertical-align: middle;
}
.nav-search-button p{
    margin-top: 28px;
}

.navigation-portrait .nav-menus-wrapper {
  width: 320px;
  height: 100%;
  top: 0;
  right: -100%;
  position: fixed;
  background-color: #fff;
  z-index: 20000;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition-duration: 0.2s;
  transition-timing-function: ease;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-right {
  left: auto;
  right: -400px;
}

.navigation-portrait .nav-menus-wrapper.nav-menus-wrapper-open {
  right: 0;
}

.navigation-portrait
  .nav-menus-wrapper.nav-menus-wrapper-right.nav-menus-wrapper-open {
  left: auto;
  right: 0;
}

.nav-menus-wrapper-close-button {
  width: 30px;
  height: 40px;
  margin: 10px 7px;
  display: none;
  float: right;
  color: #343a40;
  font-size: 26px;
  cursor: pointer;
}

.navigation-portrait .nav-menus-wrapper-close-button {
  display: block;
}

.nav-menus-wrapper {
    margin-left: auto;
}

.nav-menu {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: normal;
  font-size: 0;
  display: flex;
  align-items: center;
}

.navigation-portrait .nav-menu {
  width: 100%;
  flex-direction: column;
}
.navigation-portrait .nav-dropdown > li > a, .megamenu-list > li > a {
width: 100%;
}

.navigation-portrait .nav-search .nav-menu {
    flex-direction: row;
}
.navigation-portrait .nav-search .nav-menu  > li, .navigation-portrait .nav-search  .nav-menu > li:last-child {
border: none;
}

.navigation-portrait .nav-search .nav-menu  .nav-search-button {
    height: 50px;
    padding: 11px 5px;
}
.navigation-landscape .nav-menu.nav-menu-centered {
  float: none;
  text-align: center;
}

.navigation-landscape .nav-menu.nav-menu-centered > li {
  float: none;
}

.nav-menu > li {
  display: inline-block;
}

.navigation-portrait .nav-menu > li {
  width: 100%;
  position: relative;
  border-top: solid 1px #f0f0f0;
}

.navigation-portrait .nav-menu > li:last-child {
  border-bottom: solid 1px #f0f0f0;
}

.nav-menu + .nav-menu > li:first-child {
  border-top: none;
}

.nav-menu > li > a, .nav-search-button {
    /* height: 70px; */
    padding: 20px 15px;
    /* display: inline-block; */
    text-decoration: none;
    display: inline-flex;
    font-size: 14px;
    color: #343a40;
    transition: color 0.3s, background 0.3s;
    cursor: pointer;
    align-content: flex-end;
    align-items: center;
}

.navigation-portrait .nav-menu > li > a {
  height: auto;
  padding: 12px 15px 12px 26px;
}

.nav-menu > li:hover > a,
.nav-menu > li.active > a,
.nav-menu > li.focus > a {
  color: #ff6b00;
}

.nav-menu > li > a > [class*="ion-"] {
  width: 16px;
  display: inline-block;
  transform: scale(1.8);
}

.navigation-portrait .nav-menu.nav-menu-social {
  width: 100%;
  text-align: center;
}

.nav-menu.nav-menu-social > li {
  text-align: center;
  float: none;
  border: none !important;
}

.navigation-portrait .nav-menu.nav-menu-social > li {
  width: auto;
}

.nav-menu.nav-menu-social > li > a > [class*="ion-"] {
  font-size: 12px;
}

.nav-menu.nav-menu-social > li > a > .fa {
  font-size: 14px;
}

.navigation-portrait .nav-menu.nav-menu-social > li > a {
  padding: 15px;
}

.submenu-indicator {
  margin-left: 6px;
  margin-top: 6px;
  float: right;
  transition: all 0.2s;
}

.navigation-portrait .submenu-indicator {
  width: 54px;
  height: 44px;
  margin-top: 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  z-index: 20000;
}


.submenu-indicator-chevron {
display: none;
}

.navigation-portrait .submenu-indicator-chevron {
  position: absolute;
  top: 14px;
  left: 24px;
}


.nav-menu > li:hover > a .submenu-indicator-chevron,
.nav-menu > .active > a .submenu-indicator-chevron,
.nav-menu > .focus > a .submenu-indicator-chevron {
  border-color: transparent #967adc #967adc transparent;
}

.navigation-portrait .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.nav-overlay-panel {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
  z-index: 19999;
}

.no-scroll {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.nav-search {
  height: 70px;
  float: right;
  z-index: 99;
}

.navigation-portrait .nav-search {
  height: 48px;
  padding: 0 10px;
  margin-right: 16px;
}

.navigation-hidden .nav-search {
  display: none;
}

/* .nav-search-button {
  width: 70px;
  display: contents;
  height: 70px;
  line-height: 70px;
  text-align: center;
  cursor: pointer;
  background-color: #fbfcfd;
}

.navigation-portrait .nav-search-button {
  width: 50px;
  height: 48px;
  line-height: 46px;
  font-size: 22px;
} */

.nav-search-icon {
  width: 14px;
  height: 14px;
  margin: 2px 8px 8px 4px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  color: #424242;
  text-align: left;
  text-indent: -9999px;
  border: 2px solid;
  border-radius: 50%;
  transform: rotate(-45deg);
}

.nav-search-icon:after,
.nav-search-icon:before {
  content: "";
  pointer-events: none;
}

.nav-search-icon:before {
  width: 2px;
  height: 11px;
  top: 11px;
  position: absolute;
  left: 50%;
  border-radius: 0 0 1px 1px;
  box-shadow: inset 0 0 0 32px;
  transform: translateX(-50%);
}

.nav-search-button:hover .nav-search-icon {
  color: #ff6b00;
}

.nav-search > form {
  width: 100%;
  height: 100%;
  padding: 0 auto;
  display: none;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 99;
}

.nav-search-inner {
    width: 82%;
    /* height: 70px; */
    margin: auto;
    display: flex;
    margin-right: auto;
    flex-direction: row;
    justify-content: flex-end;
    position: relative;
    margin-top: 13px;
    z-index: 999;
}

.navigation-portrait .nav-search-inner {
  height: 48px;
}

.nav-search-inner input[type="text"],
.nav-search-inner input[type="search"] {
  height: 70px;
  width: 100%;
  margin: 0;
  padding: 0 12px;
  font-size: 26px;
  text-align: center;
  color: #343a40;
  outline: none;
  line-height: 70px;
  border: none;
  background-color: transparent;
  transition: all 0.3s;
text-align: left;
width: 300px;
  background: #ffff;
  border-radius: 30px;
  height: 40px;
  font-size: 16px;

}

.navigation-portrait .nav-search-inner input[type="text"],
.navigation-portrait .nav-search-inner input[type="search"] {
  height: 48px;
  font-size: 18px;
  line-height: 48px;
}

.nav-search-close-button {
  width: 28px;
  height: 28px;
  display: block;
  position: absolute;
  right: 15px;
  top: 20px;
  line-height: normal;
  color: #343a40;
  font-size: 20px;
  cursor: pointer;
  text-align: center;
  display: none;
}

.navigation-portrait .nav-search-close-button {
  top: 10px;
  right: 14px;
}

.nav-button {
  margin: 18px 15px 0;
  padding: 8px 14px;
  display: inline-block;
  color: #fff;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
}

.nav-button:hover,
.nav-button:focus {
  color: #fff;
  text-decoration: none;
}

.navigation-portrait .nav-button {
  width: calc(100% - 52px);
  margin: 17px 26px;
}

.nav-text {
  margin: 25px 15px;
  display: inline-block;
  color: #343a40;
  font-size: 14px;
}

.navigation-portrait .nav-text {
  width: calc(100% - 52px);
  margin: 12px 26px 0;
}

.navigation-portrait .nav-text + ul {
  margin-top: 15px;
}

.nav-dropdown {
  min-width: 200px;
  margin: 0;
  padding: 0;
  display: none;
  position: absolute;
  list-style: none;
  z-index: 98;
  white-space: nowrap;
  top: 57px;
}

.navigation-portrait .nav-dropdown {
  width: 100%;
  position: static;
  left: 10px;
  top: 100px;
}

.nav-dropdown .nav-dropdown {
  left: 100%;
}

.nav-menu > li > .nav-dropdown {
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown > li {
  width: 100%;
  float: left;
  clear: both;
  position: relative;
  text-align: left;
}

.nav-dropdown > li > a {
  width: 100%;
  padding: 16px 20px;
  display: inline-block;
  text-decoration: none;
  float: left;
  font-size: 13px;
  color: #343a40;
  background-color: #fdfdfd;
}

.nav-dropdown > li:hover > a,
.nav-dropdown > li.focus > a {
  color: #ff6b00;
}

.nav-dropdown.nav-dropdown-left {
  right: 0;
}

.nav-dropdown > li > .nav-dropdown-left {
  left: auto;
  right: 100%;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left > li > a {
  text-align: right;
}

.navigation-portrait .nav-dropdown > li > a {
  padding: 12px 20px 12px 30px;
}

.navigation-portrait .nav-dropdown > li > ul > li > a {
  padding-left: 50px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > a {
  padding-left: 70px;
}

.navigation-portrait .nav-dropdown > li > ul > li > ul > li > ul > li > a {
  padding-left: 90px;
}

.navigation-portrait
  .nav-dropdown
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > ul
  > li
  > a {
  padding-left: 110px;
}

.nav-dropdown .submenu-indicator {
  right: 15px;
  top: 10px;
  position: absolute;
}

.navigation-portrait .nav-dropdown .submenu-indicator {
  right: 0;
  top: 0;
}

.nav-dropdown .submenu-indicator .submenu-indicator-chevron {
  transform: rotate(-45deg);
}

.navigation-portrait
  .nav-dropdown
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(45deg);
}

.nav-dropdown > li:hover > a .submenu-indicator-chevron,
.nav-dropdown > .focus > a .submenu-indicator-chevron {
  border-color: transparent #ff6b00 #ff6b00 transparent;
}

.navigation-landscape .nav-dropdown.nav-dropdown-left .submenu-indicator {
  left: 10px;
}

.navigation-landscape
  .nav-dropdown.nav-dropdown-left
  .submenu-indicator
  .submenu-indicator-chevron {
  transform: rotate(135deg);
}
.nav-dropdown-horizontal {
  width: 100%;
  left: 0;
  background-color: #fdfdfd;
  border-top: solid 1px #f0f0f0;
}

.nav-dropdown-horizontal .nav-dropdown-horizontal {
  width: 100%;
  top: 100%;
  left: 0;
}

.navigation-portrait .nav-dropdown-horizontal .nav-dropdown-horizontal {
  border-top: none;
}

.nav-dropdown-horizontal > li {
  width: auto;
  clear: none;
  position: static;
}

.navigation-portrait .nav-dropdown-horizontal > li {
  width: 100%;
}

.nav-dropdown-horizontal > li > a {
  position: relative;
}

.nav-dropdown-horizontal .submenu-indicator {
  height: 18px;
  top: 11px;
  transform: rotate(90deg);
}

.navigation-portrait .nav-dropdown-horizontal .submenu-indicator {
  height: 42px;
  top: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.navigation-portrait
  .nav-dropdown-horizontal
  .submenu-indicator.submenu-indicator-up {
  transform: rotate(-180deg);
}

.megamenu-panel {
  width: 100%;
  margin: 0 auto;
  padding: 15px;
  display: none;
  position: absolute;
  
  font-size: 14px;
  z-index: 98;
  text-align: left;
  color: inherit;
  border-top: solid 1px #f0f0f0;
  background-color: #fdfdfd;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.075);
}

.navigation-portrait .megamenu-panel {
  padding: 25px;
  position: static;
  display: block;
}

.megamenu-panel [class*="container"] {
  width: 100%;
}

.megamenu-panel [class*="container"] [class*="col-"] {
  padding: 0;
}

.megamenu-panel-half {
  width: 50%;
}

.megamenu-panel-quarter {
  width: 25%;
}

.navigation-portrait .megamenu-panel-half,
.navigation-portrait .megamenu-panel-quarter {
  width: 100%;
}

.megamenu-panel-row {
  width: 100%;
}

.megamenu-panel-row:before,
.megamenu-panel-row:after {
  content: "";
  display: table;
  line-height: 0;
}

.megamenu-panel-row:after {
  clear: both;
}

.megamenu-panel-row [class*="col-"] {
  display: block;
  min-height: 20px;
  float: left;
  margin-left: 3%;
}

.megamenu-panel-row [class*="col-"]:first-child {
  margin-left: 0;
}

.navigation-portrait .megamenu-panel-row [class*="col-"] {
  float: none;
  display: block;
  width: 100% !important;
  margin-left: 0;
  margin-top: 15px;
}

.navigation-portrait
  .megamenu-panel-row:first-child
  [class*="col-"]:first-child {
  margin-top: 0;
}

.megamenu-panel-row .col-1 {
  width: 5.583333333333%;
}

.megamenu-panel-row .col-2 {
  width: 14.166666666666%;
}

.megamenu-panel-row .col-3 {
  width: 22.75%;
}

.megamenu-panel-row .col-4 {
  width: 28%;
}

.megamenu-panel-row .col-5 {
  width: 39.916666666667%;
}

.megamenu-panel-row .col-6 {
  width: 48.5%;
}

.megamenu-panel-row .col-7 {
  width: 57.083333333333%;
}

.megamenu-panel-row .col-8 {
  width: 65.666666666667%;
}

.megamenu-panel-row .col-9 {
  width: 74.25%;
}

.megamenu-panel-row .col-10 {
  width: 82.833333333334%;
}

.megamenu-panel-row .col-11 {
  width: 91.416666666667%;
}

.megamenu-panel-row .col-12 {
  width: 100%;
}

.megamenu-tabs {
  width: 100%;
  float: left;
  display: block;
}

.megamenu-tabs-nav {
  width: 20%;
  margin: 0;
  padding: 0;
  float: left;
  list-style: none;
}

.navigation-portrait .megamenu-tabs-nav {
  width: 100%;
}

.megamenu-tabs-nav > li > a {
  width: 100%;
  padding: 10px 16px;
  float: left;
  font-size: 13px;
  text-decoration: none;
  color: #343a40;
  border: solid 1px #eff0f2;
  outline: 0;
  background-color: #fff;
}

.megamenu-tabs-nav > li.active a,
.megamenu-tabs-nav > li:hover a {
  background-color: #f5f5f5;
}

.megamenu-tabs-pane {
  width: 80%;
  min-height: 30px;
  padding: 20px;
  float: right;
  display: none;
  font-size: 13px;
  color: #343a40;
  border: solid 1px #eff0f2;
  background-color: #fff;
}

.megamenu-tabs-pane.active {
  display: block;
}

.navigation-portrait .megamenu-tabs-pane {
  width: 100%;
}

.megamenu-lists {
  width: 100%;
  display: table;
}

.megamenu-list {
  width: 100%;
  margin: 0 0 15px;
  padding: 0;
  display: inline-block;
  float: left;
  list-style: none;
}

.megamenu-list:last-child {
  margin: 0;
  border: none;
}

.navigation-landscape .megamenu-list {
  margin: -15px 0;
  padding: 20px 0;
}

.navigation-landscape .megamenu-list:last-child {
  border: none;
}

.megamenu-list > li > a {
  width: 100%;
  display: inline-block;
  padding: 6px 8px;
  color: #424242;
  text-decoration: none;
  font-size: 13px;
}
.megamenu-list > li.megamenu-list-title > a {
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  color: #424242;
}

.megamenu-list > li.megamenu-list-title > a:hover {
  background-color: transparent;
}

.navigation-landscape .list-col-2 {
  width: 50%;
}

.navigation-landscape .list-col-3 {
  width: 33%;
}

.navigation-landscape .list-col-4 {
  width: 19%;
}

.navigation-landscape .list-col-5 {
  width: 20%;
}

.nav-menu > li > a {
  color: #000;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.nav-dropdown > li > a {
  color: #343a40;
  padding: 10px 20px;
  border-bottom: 1px solid #f6f6f6;
}

.nav-dropdown > li > a:hover,
.nav-dropdown > li > a:focus {
  color: #ff6b00;
}

.main_header_area.sticky {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 100000;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.1);
}
.navigation-landscape .list-col-4.author{
    width: 100%;
}
.navigation-landscape .list-col-4.author small{
    margin-right: 12px;
    margin-left: 3px;
    color: #424242;
    font-size: 14px;
}
.navigation-landscape .list-col-4.author small a{
    color: #424242;
}
.megamenu-list .author a{
    display: inline;
}
.megamenu-list .list-col-4 li{
    margin-bottom: 7px;
}

.transparent-menu {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 99;
}

.navigation-portrait .nav-menu > li > a {
  height: auto;
  padding: 10px 10px 10px 30px;
}

@media only screen and (min-width: 320px) and (max-width: 767px) {
  .nav-dropdown > li > a,
  .megamenu-list > li > a {
    width: 100%;
  }
  .megamenu-panel {
    box-shadow: unset;
  }
}

/* banner */
.banner{
    width: 100%;
    height: 100%;
    background-image:  linear-gradient(0deg, rgba(156, 20, 20, 0.92) 0%, rgba(226, 54, 54, 0.60) 27.16%, rgba(255, 255, 255, 0.92) 90%);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}

.slider_img{
    width: 100%;
    height:  calc(100vh - 70px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
}


.banner .banner_wrapper{
    
}
.banner_wrapper .img-wrap img{
    width: 100%;
}
.banner  .banner-col.img{
    width: 60%;
}
.banner  .banner-col img{
    width: 100%;
}
.tab-content{
    display: none;
}
.banner .banner_wrapper .banner-col .banner-btn{
    color: #FFF;
    border-radius: 47px;
background: rgba(207, 71, 71, 0.99);
padding: 10px 40px;
z-index: 9;
display: inline-block;
margin-top: 45px;
position: relative;
font-size: 20px;
font-weight: 400;
}
.banner .banner_wrapper .banner-col h1{
    font-size: 64px;
    line-height: 75px;
    font-weight: 600;
    max-width: 390px;
    line-height: normal;
}
.banner .banner_wrapper .banner-col h1 span{
    font-size: 48px;
    line-height: 57px;
    color: #fff;
    font-weight: 500;
}
.banner .slick-arrow{
    position: absolute;
bottom:5px;
left: 50%;
 font-size: 0;
 border: none;
 background-color: transparent;
 cursor: pointer;
}
.banner .slick-arrow.slick-next::after{
    content: "";
    width: 35px;
    height: 35px;
    background-image: url("../images/right-arrow.png") ;
    background-size: cover;
    background-repeat: no-repeat;
    bottom: 20px;
    left: 0px;
    position: absolute;
    z-index: 9;
    display: inline-block;
}
.banner .slick-prev.slick-arrow::before{
    content: "";
    width: 35px;
    height: 35px;
    background-image: url("../images/left-arrow.png") ;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 20px;
    right: 10px;
    position: absolute;
    z-index: 9;
    display: inline-block;
}
.banner .wrap-content{
    position:absolute;
    top: 22%;
    left: 64px;
    z-index: 999;
}
/* featured-books */
.featured-books{
 padding-top: 18px;
}
.featured-books .heading::after{
    display: none;
}
 .tab-content{
    display: none;
}
 .tab-content.active{
    display: block;
}
 .tabs{
    display: flex;
    justify-content: center;
    align-items: center;
}
 .tabs {
    display: flex;
    margin-top: 25px;
}
 .tabs a{
    margin-right: 32px;
    border: 1px solid #9C1414; 
    border-radius: 4px;
    padding: 10px 22px;
    color:  #CF4747;
    font-size: 16px;
    font-weight: 500;
    line-height: 19px;
    text-transform: capitalize;
}
.tabs a:nth-last-of-type(1){
    margin-right: 0;
}

 .tabs a.active{
    color: #fff;
    background-color: #CF4747;
}
.featured-books .tab-content .col-book{
    width: calc(17% - 34px);
    margin-right: 35px;
    margin-top: 50px;
}
.tab-content .col-book:nth-of-type(6n){
    margin-right: 0;
}
.featured-books .tab-content .col-book .img-box img{
    width: 100%;
}

 .tab-content small {
    font-size: 16px;
    font-weight: 600;
    line-height: 18px;
    font-family: 'Raleway', sans-serif;
    color:  #393280;
    padding: 20px 0;
    display: inline-block;
}
 .tab-content p{
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
    font-family: 'Poppins', sans-serif;
    color: #888;
    margin-bottom: 12px;
}
 .tab-content span, li.product .price {
    color: #CF4747;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    font-family: 'Poppins', sans-serif;
}
 .tab-content del, li.product .price del{
    font-size: 16px;
    line-height: 18px;
    font-weight: 400;
}
 .tab-content .buy-link{
  display: flex;
  justify-content: center;
    padding-top: 20px;
}
 .tab-content .buy-link a{
    color: #CF4747;
    border: 1px solid #CF4747;
    padding: 10px 22px;
    font-size: 16px;
    line-height: 19px;
    color: #CF4747;
    font-weight: 600;
    letter-spacing: 0.32px;
    border-radius: 20px;
    letter-spacing: 0.32px;
}
 .tab-content .buy-link a:hover{
   background-color: #cf4747;
   color: #fff;
}


/* get-published */
.get-published{
    background-image: url(../images/getpublished_banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding:  32px 0 35px;
    /* background-attachment: fixed; */
    min-height: 240px;
}
.get-published::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #cf4747;
    opacity: 0.75;
}
.get-published .heading{
    color: #fff;
    text-transform: capitalize;
    z-index: 9;
    font-size: 26px;
    font-weight: 700;
    display: inline;
    position: relative;

}
.get-published .heading::after{
    content: "";
    position: absolute;
    bottom: -7px;
    left: 0px;
    width: 100%;
    height: 2px;
    background-color: #fff;
}
.get-published  .published-content{
    max-width: 625px;
    margin: 0 auto;
    z-index: 9;
    padding-top: 32px;
    text-align: center;
    position: relative;
}
.get-published  .published-content p{
    color: #fff;
    font-size: 16px;
    font-weight: 400;
}
.get-published .published-link{
    display: flex;
    justify-content: center;
    padding-top: 25px;
}
.get-published .published-link a {
    color: #CF4747;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    line-height: normal;
    font-size: 16px;
    background-color: #fff;
    padding: 10px 25px;
    border-radius: 20px;
    transition: all 0.5s ease-in-out;
}
/* best-sellers */
.bestsellers {
    padding-top: 24px;
    position: relative;
}
.bestsellers .heading::after{
 display: none;
}
.bestsellers .tabs{
    margin-bottom: 0px;
}
.bestsellers .bestsellers-wrapper{
    margin-top: 40px;
}
.bestsellers-wrapper.slick-slider{margin: 0 -15px;}
.bestsellers-wrapper .slick-slide img{width: 100%;}
.bestsellers-wrapper .slick-slide{margin: 0 15px;}
 /*background-book */
.background-book{
    width: 100%;
    margin-top: 40px;
    background-image: url(../images/finding-order-book.png);
    height: 328px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.book-banner {
    margin-top: 40px;
    width: 100%;
}
.book-banner img {
    width: 100%;
    min-width: 100%;
}

/* Author */
.author{
    margin-top: 45px;
}
.author .container{
    max-width: 1073px;
    margin: 0 auto;
}

 .heading::after, .entry-header .entry-title::after{
    content: "";
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100px;
    height: 1px;
    background-color: #CF4747;
}
.author .col{
    width: 48%;
    background: rgba(156, 20, 20, 0.09);
    margin-top: 47px;
    border-radius: 131px 0px 0px 128px;
}
.author .col ul {
    display: flex;
    align-items: center;
    gap: 30px;
    padding-right: 20px;
}
.author .col ul li:nth-child(2) {
    padding: 15px 0;
} 
.author .col ul li img{
    border-radius: 50%;
    width: 150px    ;
  
}
.author .col ul li h4{
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0.2px;
}
.author .col ul li p{
    font-size: 12px;
    margin-top: 10px;
}

/* newsletter */
.news-letter{
    margin-top: 40px;
}
.news-letter .news_letter{
    width: 550px;
    max-width: 550px;
}
.news-letter h5{
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: center;
    margin-bottom: 31px;
}
.news-letter .news_letter .form-style{
    width: 100%;
    padding: 10px 30px;
    outline: none;
    font-size: 18px;
    line-height: 27px;
    font-weight: 400;
    
  line-height: normal;
  letter-spacing: 0.36px;
}
.news-letter .news_letter .form-style::placeholder{
    color: #979797;
}
.news-letter .news_letter .form-style.btn{
    background-color: #CF4747;
    color: #fff;
    border: none;
    margin-top: 16px;
    transition: all 0.5s ease-in-out;
    cursor: pointer;
}
.news-letter .news_letter .form-style.btn:hover{
    background-color: #fff;
    box-shadow: 0 0 5px #cf4747;
    color: #cf4747;
}

/* footer */
footer{
    background: #A23636;
    position: relative;
    margin-top: 55px;
}
footer .container{
    max-width: 1073px;
    margin: 0 auto;
}
footer .row{
    padding-top: 35px;
}
footer .col{
    width: 20%;
}
footer .col h5{
    color: #fff;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    text-transform: capitalize;
}
footer .col ul{
    margin-top: 18px;
}
footer .col ul li{
    margin-bottom: 16px;
}
footer .col ul li img{
    margin-right: 20px;
    width: 25px;
}
footer .col ul li a{
    font-size: 15px;
    line-height: normal;
    font-weight: 500;
    COLOR: #fff;
   transition: all 0.5s ease-in-out;
}
footer .col .social-media{
    display: flex;
}
footer .copy-rights{
    background-color: #fff;
}
footer .copy-rights p{
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 5px;
}
footer .copy-rights p a{
    text-decoration: underline;
}

/* about-us */
header.other-header{
    box-shadow: 0px 0px 6px #CF4747;
    padding: 15px 0;
}
header.other-header .contact{
    color: #fefefe;
}
.about-content{
    margin-top: 50px;
}
.about-content .heading{
    font-weight: 700;
}
.about-content .heading::after{
    width: 100%;
}
.about-content .banner-content p{
    margin-top: 50px;
    font-weight: 600;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
}
.about-content .col-img{
    width: 35%;
}
.about-content .col-img img{
    width: 100%;
}
.about-content .col-txt{
    width: 60%;
}
.about-content .col-txt p{
    text-align: justify;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 31px;
}
.about-content .col-txt.shadow{
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.25);
    padding: 38px;
}
.about-content .col-txt.under p{
    max-width: 596px;
    line-height: 19.5px;
    margin-bottom: 24px;
}
.about-content .under.col-img{
    width: 40%;
}
.about-content .about-last-content p{
    font-weight: 700    ;
    
}
/* categories */
.activity-books .categories-showing{
   border-bottom: 1px solid #E4E4E4;
   padding: 8px 0;
}
.activity-books .categories-showing a{
    font-size: 16px;
    line-height: 19px;
    color: #818181;
    font-weight: 500;
}

.activity-books .categories-showing a.short{
    border: 1px solid #BEBEBE;
    padding: 5px ;
}
aside{
    width: 22%;
}
aside .aside-border{
    border:  1px solid #cfcfcf;
    padding: 20px;
}
aside h4{
    font-size: 22px;
    color: #434343;
    font-weight: 600;
    position: relative;
}
aside h4:after{
    content: "";
    position: absolute;
    bottom: -9px;
    left: 0;
    width: 100%;
    height: 1px ;
    background-color: #CF4747;

}
aside .tab, .woocommerce-MyAccount-navigation{
    margin-top: 29px;
} 
aside .tab a, .woocommerce-MyAccount-navigation a{
    color: #515050;
    font-size: 13px;
    display: block;
    text-transform: uppercase;
    margin-bottom: 16px;
    font-weight: 600;
}
aside .tab a.active, .is-active a{
    color: #CF4747;
}
.featured-books.categories, .myaccount-right{
    width: 75%;
    padding: 0;
    margin-top: 0;
}
.featured-books.categories .col-book{
    margin-top: 32px;
}

.woocommerce-products-header, .entry-header {
    text-align: center;
    margin-top: 30px;
}
.woocommerce-products-header__title.heading:after{
    display: block;
    width: 100%;
   
}
.featured-books.categories .col-book{
    width:calc(20% - 32px);
    margin-right: 40px;
}
.featured-books.categories .col-book:nth-of-type(5n){
    margin-right: 0px;
}
.featured-books.categories .col-book .book-price{
    padding: 16px 0;
}
.featured-books.categories .col-book small{
    font-size: 14px;
    font-weight: 600;
    font-family: 'Raleway', sans-serif;
    line-height: 16px;
    color: #393280;
}
.featured-books.categories .categories-content{
    display: none;
}
.featured-books.categories .categories-content.active{
    display: block;
}
.featured-books.categories .col-book p{
    color: #888888;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.24px;
    font-family: 'Poppins', sans-serif;
    margin: 12px 0;
}
.featured-books.categories .col-book span{
    color: #CF4747;
text-align: center;
font-family: 'Raleway', sans-serif;
font-size: 14px;
font-weight: 600;
letter-spacing: 0.28px;
text-transform: capitalize;
}
.featured-books.categories .col-book del{
    color: #434343;
margin-left: 7px;
font-family: 'Raleway', sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: 0.24px;
text-transform: capitalize;
}
.featured-books.categories .col-book .buy-link{
    margin-top: 25px;
}
.featured-books.categories .col-book .buy-link a{
    color: #CF4747;
    border: 1px solid #CF4747;
    border-radius: 20px;
    padding: 6px 20px;
font-weight: 600;
line-height: normal;
letter-spacing: 0.32px;
text-transform: capitalize;
}
.featured-books.categories .col-book img{
    width: 100%;
}
/* published */
.published .heading{
    font-weight: 700;
}
.published  p{
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    margin-bottom: 55px;
}
.published .published-content p a{
    color: #CF4747;
    font-weight: 600;
}
.published ul li{
    display: flex;
    align-items: center;
    margin-bottom: 54px;
}
.published ul li i{
    font-size: 25px;
}
.published ul li p{
    color: #000;
    margin-bottom: 0;
font-size: 20px;
margin-left: 24px;
font-weight: 500;
}
.published .evaluation p{
    color: #000;
font-size: 20px;
font-weight: 500;
}
/* contact us */
.contact-us .heading::after{
    width: 186px;
}
.contact-us .contact-box {
    max-width: 1196px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 60px 30px rgba(0, 0, 0, 0.03);
   
}
.contact-us .contact-box .col-info{
    width: 38%;

}
.contact-us .contact-box .col-info h4{
    font-size: 28px;
    line-height: 34px;
    font-weight: 600;
    color: #fff;
}


.contact-us .contact-box .col-contact{
    width:  55%;
    padding: 40px 40px;
}
.contact-us .contact-box .col-contact .form-controle{
    width: 45%;
    margin-top: 45px;
}
.contact-us .contact-box .col-contact .form-controle label{
    color: #000;
font-family: Montserrat;
padding-bottom: 7px;
display: inline-block;
font-size: 12px;
font-style: normal;
font-weight: 600;
line-height: 20px;
}

.contact-us .contact-box .col-contact .form-controle .form-style{
        border: none;
        outline: none;
        border-bottom: 2px #8D8D8D solid;
        width: 100%;
        padding-bottom: 8px;
}
.contact-us .contact-box .col-contact .form-controle.message{
    width: 100%;
}
.contact-us .contact-box .col-contact .submit{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.contact-us .contact-box .col-contact .contact-link ul{
    display: flex;
   flex-wrap: wrap;
   justify-content: space-between;
}
.contact-us .contact-box .col-contact .contact-link ul li{
    width: 48%;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
}
.contact-us .contact-box .col-contact .contact-link ul li a{
    color: #888888;
}
.contact-us .contact-box .col-contact .contact-link ul li img{
    display: inline-block;
    margin-right: 20px;
    width: 26px;
}
.contact-us .contact-box .col-contact .contact-link ul li p{
    display: inline;
    font-weight: 600;
}
.contact-us .contact-box .col-contact .contact-link ul li p small{
    font-weight: normal;
    font-size: 11px;
}
.contact-us .contact-box .col-contact .contact-link ul li:nth-last-of-type(1){
    border-left: 2px solid #8c8c8c;
}
.contact-us .contact-box .col-contact .contact-link ul li:nth-last-of-type(1) p{
margin-left: 40px;
}
.contact-us .contact-box .col-contact .form-controle .form-style::placeholder {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
  }
.contact-us .contact-box .col-contact .submit .btn-submit{
    background-color: #CF4747;
    color: #fff;
    border: none;
    outline: none;
    width: 214px;
    padding: 16px;
    font-weight: 500;
    line-height: 24px;
    font-size: 16px;
    font-family: 'Poppins', sans-serif;
    border-radius: 10px;
}
/* faq */
.faq{

}
.faq .heading::after{
    width: 100%;
}
.faq .faq-box{
    max-width: 800px;
    margin: 0 auto;
    padding-top: 82px;
}
.faq .faq-box  .accordian-heading{
    border-bottom: #CDD6DA40 4px solid;
}
.faq .faq-box  .accordian-heading.active  .accordian-content{
    padding: 20px 25px;
}
.faq .faq-box h6{
    font-size: 18px;
    font-weight: 700;
    font-size: 21px;
    padding: 16px 0;
    position: relative;
}
    .faq .faq-box .accordian-content{
    display: none;
    text-align: justify;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
}
.faq .faq-box  .accordian-heading.active .accordian-content{
    display: block;
}
.faq .faq-box h6:after{
    content: "";
    width: 29px;
    height: 29px;
    background-image: url("../images/plus.svg") ;
    background-repeat: no-repeat;
    bottom: 10px;
    right: 5px;
    position: absolute;
    transition: all 0.5s ease-in-out;
    display: inline-block;
}
.faq .faq-box  .accordian-heading.active h6::after{
    transform: rotate(45deg);
}
/* shipping policy */
.shipping-policy .heading::after {
    width: 100%;
}
.shipping-policy .policy-txt{
    margin-top: 52px;
}
.shipping-policy .policy-txt p{
    color: #000;
    font-weight: 500;
    line-height: 19.5px;
    text-align: justify;
    margin-bottom: 32px;
}
.shipping-policy .policy-txt p a{
    color: #000;
    text-decoration: underline;
}
.shipping-policy .terms-delivery{
    margin-top: 16px;
}
.shipping-policy .terms-delivery h4{
    font-size: 24px;
    font-weight: 600;
    line-height: 29px;   
}
.shipping-policy .terms-delivery .delivery{
    margin-top: 27px;
    list-style-type: disc;
}
.shipping-policy .terms-delivery .delivery li{
    margin-bottom: 24px;
}
.shipping-policy .terms-delivery .delivery li p{
    color: #000;
    font-weight: 500;
    line-height: 19.5px;
    text-align: justify;
}
.shipping-policy .terms-delivery .delivery li .ombook-controle{
margin: 16px 0 0 60px;
}
.shipping-policy .terms-delivery .delivery li .ombook-controle li{
    margin-bottom: 16px;
    list-style: none;
    position: relative;
}
.shipping-policy .terms-delivery .delivery li .ombook-controle li:after{
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/point.svg);
    background-repeat: no-repeat;
    top: 4%;
    left: -21px;
    position: absolute;
}
.shipping-policy table{
     margin-top: 8px;
     cellspacing:0;
     cellpadding:0; 
   
}
.shipping-policy table td , th{
    font-weight: 500;
    border: none;
    text-align: left;
}
.shipping-policy .terms-delivery ul li p b{
    max-width: 1150px;
    display: inline-block;
    font-weight: 600;
}
.shipping-policy .terms-delivery .delivery li:nth-last-of-type(1){
    margin-top: 24px;
}

tr.cart_item td, .shop_table tfoot tr td {padding: 7px 0;}

td.product-total, .shop_table thead .product-total, .shop_table tfoot td {
    text-align: right;
}

.shop_table tfoot .cart-subtotal td, .shop_table tfoot .cart-subtotal th {
    padding-top: 20px;
}
/* cart */
.cart-dpt{
    margin-top: 40px;
}
.cart-dpt .shopping-cart{
    width: 70%;
}
.cart-dpt .shopping-cart .shoping-box, .check-out{
    border-bottom: 1px solid #bebebe;
    width: 100%;
}
.cart-dpt .shopping-cart .shoping-box span{
    font-weight:400;
    
}
.cart-dpt .shopping-cart .shoping-box, .check-out h4{
    font-size: 24px;
    color: #000;
font-family: Montserrat;
font-size: 24px;
font-style: normal;
font-weight: 600;
padding-top: 14px;
padding-bottom: 14px;
}
.cart-dpt .shopping-cart h6{
    background-color: #f4f4f4;
    font-size: 20px;
    font-weight: 600;
    padding: 18px 24px;
    margin-top: 35px;
}
.cart-dpt .shopping-cart bdi{
     color: #cf4747;
    font-weight: 600;
    display: inline-block;
}
.cart-dpt .shopping-cart .product-subtotal{
  
    align-items: center;
    font-size: 18px;
    color: #4d4d4d;
    font-weight: 500;
}
.cart-dpt .shopping-cart bdi span{
    font-weight: 600;
    display: inline-block;
    /* margin: 20px 0; */
}
.cart-dpt .shopping-cart .form-controle{
   margin-top: 40px;
}
.cart-dpt .shopping-cart  .form-controle  label{
    font-size: 12px;
    font-weight: 500;
    color: #434343;
}
.cart-dpt .shopping-cart  .form-controle .form-style{
    width: 640px;
    display: block;
    border: none;
    border-bottom: 1px solid #b0b0b0;

    outline: none;

}
.cart-dpt .shopping-cart .cart{
    width: calc(100% - 80px);
}

.cart-dpt .check-out .cart{
    width: calc(100% - 180px);
}
.cart-dpt .shopping-cart .cart .book-container{
    margin: 0;
    display: flex;
    justify-content: flex-start;
    gap: 50px
}
.cart-dpt .shopping-cart .cart .img-box{
    min-width: 150px;
    max-width: 200px;
    border-radius: 10px;
    background-color: #f4f4f4;
}
.cart-dpt .shopping-cart .cart .img-box img{
    width: 100%;
    height: auto;
    border-radius: 10px;
}
.cart-dpt .shopping-cart .cart .product-info {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.cart-dpt .shopping-cart .cart .product-info p {
    font-size: 14px;
    color: #454545;
    margin: 0px;
    font-weight: 400;
}

.cart-dpt .shopping-cart .cart .product-info p a{
    color: #393280;
    font-size: 18px;
    display: block;
    font-weight: 500;
}
.cart-dpt .shopping-cart .cart .product-info p b{
    color: #000;
    padding: 18px 0;
    display: block;
font-size: 16px;
font-weight: 500;
}
.cart-dpt .shopping-cart .cart .product-info small{
    display: block;
    font-size: 16px;
    color: #cf4747;
    margin-top: 20px;
    margin-bottom: 30px;
}
.cart-dpt .shopping-cart .cart .product-info .product-quantity, .book-detail .detail-col .detail-box .add-cart .product-quantity { 
    border:1px solid #ebebeb;
    color: #000;
    width: 95px;
    display: flex;
    text-align: center;
    color: #000;
    text-align: center;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    position: relative;
    align-items: center;
}
.cart-dpt .shopping-cart .cart .product-info .product-quantity input[type="number"], 
.book-detail .detail-col .detail-box .add-cart .product-quantity input{
    background-color: transparent;
    border: none;
    padding: 2px 2px;
    height: auto;
    text-align: center;
}
.cart-dpt .shopping-cart .cart .product-info .quantity_decrement, .cart-dpt .shopping-cart .cart .product-info .quantity_increment, 
.book-detail .detail-col .detail-box .add-cart .product-quantity .quantity_decrement, .book-detail .detail-col .detail-box .add-cart .product-quantity .quantity_increment {
    color: #cf4747;
    font-size: 13px;
    cursor: pointer;
    padding: 0 7px;
}
/* 
.cart-dpt .shopping-cart .cart .product-info .product-quantity::before{
       content: "\f068";
       font-family: fontAwesome;
       position: absolute;
       color: #cf4747;
       font-size: 15px;
       left: 5px;
       cursor: pointer;
}
.cart-dpt .shopping-cart .cart .product-info  .product-quantity::after{
    content: "\f067";
    font-family: fontAwesome;
    position: absolute;
    color: #cf4747;
    font-size: 15px;
    right: 5px;
    cursor: pointer;
}
 */
.cart-dpt .order-summary{
    width: 27%;
    position: relative;
}
.cart-dpt .order-summary .cost-detail{
    padding: 24px 35px 40px;
    border-radius: 2px;
background: rgba(207, 71, 71, 0.10);
}
.cart-dpt .order-summary h5{
font-size: 20px;
font-weight: 600;
border-bottom: 1px solid #888;
padding-bottom: 14px;
margin-bottom: 35px;

}

.cart-dpt .order-summary  form{
    margin-top: 16px;
}
.cart-dpt .order-summary  p{
    width: 55%;
}
.cart-dpt .order-summary .excluding{
    margin-top: 30px;
}
.cart-dpt .order-summary  .total small{
    color: #888;
}
.cart-dpt .order-summary .row{
    width:100%;
    margin-bottom:12px;
}
.cart-dpt .order-summary .excluding p ,small{
    font-weight: 500;
    color: #000;
}
.cart-dpt .order-summary .payment-way{
    margin-top: 32px;
}
.cart-dpt .order-summary .payment-way h6{
    font-weight: 600;
    margin-bottom: 30px;
}
.cart-dpt .order-summary .payment-way p {
    /* margin-left: 24px; */
    padding-bottom: 20px;
    width: 100%;
}
.cart-dpt .order-summary .payment-way small{
    width: 100%;
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 20px;
    padding-top: 12px;
    color: #888;
    border-top: 1px solid #d9d9d9;
}
.cart-dpt .order-summary .payment-way .order-btn{
    width: 100%;
    display: inline-block;
    text-align: center;
}
.cart-dpt .order-summary .payment-way small a{
    color: #cf4747;
}

.cart-dpt .order-summary small{
    width: 30%;
    display: inline-block;
    text-align: right;
}

.cart-dpt .order-summary .order-btn .button{
    margin-top: 20px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
.woocommerce-button.button.view {
    line-height: 40px;
}

 .button, button, input[type="submit"]{
    background-color: #cf4747;
    padding: 10px 30px;
    font-size: 16px;
    border:none;
    font-weight: 500;
    text-decoration: none;
    text-align:center;
      color: #FBFBFB;
      cursor: pointer;
    border-radius: 5px;
}
.cart-dpt .order-summary  form input,.cart_totals input {
    background-color: transparent;
    border: none;
    outline: none;
    color: #818181;
font-size: 14px;
font-weight: 500;
line-height: normal;
letter-spacing: 0.28px;
text-transform: capitalize;
}
.cart-dpt .order-summary  .shop_table a{
   font-weight:500;
}
.cart-dpt .order-summary .cart_totals button{
    background: #cf4747;
    padding: 8px 30px;
    /* border-radius: 5px; */
    cursor: pointer;
    color: #fff;
    border: none;
    outline: none;
}
.cart-dpt .order-summary  form input::placeholder{
    color: #888;
}
/* book-detail */
.book-detail{
    margin-top: 41px;
}
.book-detail .detail-col.book{
    width: 20%;
    position: relative;
}
.book-detail .detail-col.book ul.slick-dots{
    display: flex;
    justify-content: center;
  padding-top: 12px;
  margin-right: 30px;

}
.book-detail .detail-col.book ul.slick-dots  li button{
    width: 10px;
    height: 10px;
    margin-right: 5px;
    border: none;
    border-radius: 50px;
    background-color: #8888;
    font-size: 0;
    padding: 0;
}
.book-detail .detail-col.book .slick-slide.slick-current .slick-active .slick-dots  li button{
    background-color: #cf4747;
}
.book-detail .detail-col.book .social-share{
    padding-top: 23px;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding-bottom: 28px;
}
.book-detail .detail-col.book .social-share p{
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 16px;
}

.book-detail .detail-col.book .author-box{
    padding-top: 28px;
    border-bottom: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    padding-bottom: 28px;
}
.book-detail .detail-col.book .author-box h5{
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 0.36px;
}
.book-detail .detail-col.book .author-box p{
    color: #434343;
    font-size: 20px;
    font-weight: 500;
    padding: 16px 0 24px;
}

.book-detail .detail-col{
    width: 75%;
}
.book-detail .detail-col .detail-box li{
    display: flex;
    align-items: center;
    border: 1px solid #dfdfdf;
    border-bottom: none;
    padding: 18px 20px;
}
.book-detail .detail-col .detail-box li:last-child{
    border-bottom: 1px solid #dfdfdf;
}
.book-detail .detail-col .detail-box li p small{
    font-size: 14px;
    font-weight: 500;
    letter-spacing: 0.28px;

}
.book-detail .detail-col .detail-box li img{
    margin-right: 30px;
}
.book-detail .detail-col .detail-box h4{
    font-size: 24px;
    color: #393280;
    font-weight: 600;
    /*text-transform: capitalize;*/
    padding-bottom: 19px;
        width: 560px;
}
.book-detail .detail-col .detail-box small{
    font-size: 20px;
    font-weight: 500;
}
.book-detail .detail-col .detail-box  .star-box{
    padding-bottom: 20px;
}
.book-detail .detail-col .detail-box  .star-box i{
    color: #cf4747;
    font-size: 20px;
    padding-right: 5px;
}
.book-detail .detail-col .detail-box .rupesh > span{
    color: #cf4747;
    font-size: 22px;
    font-weight: 600;
}
.book-detail .detail-col .detail-box .rupesh  del{
    font-weight:400;
    letter-spacing: 0.4px;
    padding-left: 30px;
}
.book-detail .detail-col .detail-box .add-cart{
    margin-top: 28px;
    display: flex;
    align-items: center;
}
.book-detail .detail-col .detail-box .add-cart .quantity{
    position: relative;
}
/* .book-detail .detail-col .detail-box .add-cart .quantity input {
    width: 90px ;
    border:  #e4e4e4 1px solid;
    border-radius: 5px;
    text-align: center;
    padding: 3px;
 } */


.book-detail .detail-col .detail-box .add-cart  a, .book-detail .detail-col .detail-box .add-cart  .single_add_to_cart_button{
    background-color: #434343;
    color: #fff;
    padding: 10px 27px;
    margin-left: 40px;
    border: none;
    font-weight: 500;
    display: inline-block;
    font-size: 16px;
    border-radius: 5px;
}
.book-detail .detail-col .detail-box  .order-btn{
    background-color: #cf4747;
    color: #fff;
    width: 270px;
    display: inline-block;
    padding: 12px;
    text-align: center;
    margin-top: 22px;
    border-radius: 6px;
    font-weight: 500;
}
.book-detail .detail-col .detail-content{
    margin-top: 40px;
}
.book-detail .detail-col .detail-content h6{
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 12px;
}
.book-detail .detail-col .detail-content p{
    font-size: 14px;
    letter-spacing: 0.28px;
    color: #000;
}
.book-detail .detail-col .faq-box{
    margin-top: 17px;
}
.book-detail .detail-col .faq-box .accordian-heading h6 {
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 16px;
}
.book-detail .detail-col .faq-box .accordian-heading h6 a{
    color: #9c1414;
    font-size: 12px;
    font-weight: 600;
    padding-left: 10px;
    position: relative;
}
.book-detail .detail-col .faq-box .accordian-heading h6 a::before{
    content: "\f107";
    position: absolute;
    font-family: fontAwesome;
    font-size: 18px;
    top: -2px;
    left: -7px;
    transition: all;
}
.book-detail .detail-col .faq-box .accordian-heading h6 a.active::before {
    transform: rotate(180deg);
}

.book-detail .detail-col .faq-box .accordian-content{
    /*display: none;*/
    margin-top: 22px;
}
.book-detail .detail-col .faq-box .accordian-content p{
    font-size: 18px;
    font-weight: 600;
}
.book-detail .detail-col .faq-box .accordian-content ul {
    margin-top: 25px;
}
.book-detail .detail-col .faq-box .accordian-content ul li{
    margin-bottom: 20px;
    width: 115px;
    margin-right: 20px;
}
.book-detail .detail-col .faq-box .accordian-content ul li span{
    font-size: 14px;
    font-weight: 600;
    color: #434343;
   display: block;
    text-align: center;
}
.book-detail .detail-col .faq-box .accordian-content ul li .img-box{
    display: flex;
    justify-content:  center;
    margin: 12px 0;
}
.book-detail .row{
    padding-bottom: 40px;
    border-bottom:  1px solid #dfdfdf;
}
.book-detail .detail-col .faq-box .accordian-content ul li small{
    font-size: 12px;
    font-weight: 600;
    color: #888888;
    display: block;
    text-align: center;
}
.featured-books.books-detail{
    border-bottom: 1px solid #dfdfdf ;
    padding-bottom: 35px;
}
.featured-books.books-detail .row{
    margin-top: -35px;
    margin-left: 70px;
}
.publisher{
    margin-top: 16px;
}
.publisher .container{
    margin: 0 auto;
}
.publisher .heading:after{
    display: none   ;
}
.publisher p{
    font-size: 20px;
    font-weight: 600;
    margin: 20px 0 0px 80px;
}
.publisher .books-container{
    padding-bottom: 40px;
}
.publisher .books-container p{
    font-size: 14px;
    letter-spacing: 0.28px  ;
    margin: 0;
}
.publisher .books-container p:nth-last-of-type(1){
    padding: 20px 0;
}
.publisher .books-container h4{
    margin-top: 38px;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}
.publisher .editorial-reviews{
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
     padding: 20px 0;
}
.publisher .editorial-reviews h4{
    font-size: 32px;
    font-weight: 500;
    letter-spacing: 0.64px;
}
.publisher .editorial-reviews .review{
 padding-left: 58px ; 
 
}
.publisher .editorial-reviews .review h5{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.48px  ;
    margin: 20px 0;
}
.publisher .editorial-reviews .review  p{
    font-size: 14px;
    font-weight: 500;
    text-align: justify;
    letter-spacing: 0.28px;
    margin: 0;
    margin-bottom: 24px;
}
.publisher .editorial-reviews .review details{
    color: #cf4747;
}
.publisher .customer-review{
    margin-top: 48px;
}
.publisher .review-col.range{
    width: 29%;
}
.publisher .review-col.range h3{
    font-weight: 500;
    font-size: 32px;
}
.publisher .review-col.range .star-review{
    margin-top: 18px;
}
.publisher .review-col.range .star-review p{
    margin-left: 0;
}
.publisher .review-col.range .star-review p i{
    color: #e5a603;
    padding-right: 3px;
}
.publisher .review-col.range .star-review p  span{
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 0.28px;
    padding-left: 28px;
}
.publisher .review-col.range .global-rating{
mask-type: 19px;
}
.publisher .review-col.range .star-review .global-rating  p{
    font-size: 20px;
    font-weight: 500x;
    color: #cf4747;
}
.publisher .review-col.range .range-box{
    margin-top: 41px;
}
.publisher .review-col.range .range-box  label{
    font-size: 20px;
    font-weight: 600;
    color: #434343;
}
.publisher .review-col.range .range-box .slider{
    margin-bottom: 28px;
}
.publisher .review-col.range .range-box  span{
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.81px;
    color: #818181;
}
.publisher .review-col.range .range-box input[type="range"]{
    accent-color: #cf4747;
    width: 257px;
    margin: 0 3px 0 10px;
    display: inline-block;
}
.publisher .review-col.range  .review-product{
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px  solid #dfdfdf;
    padding: 16px 0 30px 0;
}
.publisher .review-col.range  .review-product h5{
    font-size: 24px;
    font-weight: 500;
}
.publisher .review-col.range  .review-product p{
    font-size: 17px;
    margin: 0;
    margin-top: 24px;
    margin-bottom: 30px;
    font-weight: 500;
}
.publisher .review-col.range  .review-product input{
    border-radius: 5px;
    border: 1px solid #BEBEBE;
    padding: 11px;
    text-align: center;
    width: 100%;
    box-shadow: 0px 1px 7px 1px rgba(0, 0, 0, 0.25);
}

.publisher .review-col{
    width: 65%;
}
.publisher .review-col .see-all{
    max-width: 700px;
}
.publisher .review-col.slide h5{
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.48px;
}
.publisher .review-col.slide span{
    color: #cf4747;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.48px;
}
.publisher .review-wrap{
    padding: 40px 0;
    border-bottom: 1px solid #dfdfdf;
    max-width: 700px;
   
}
.publisher .read-review{
    margin-top: 24px;
    max-width: 500px;
   
}
.publisher .read-review ul{
   margin-top: 25px;
   display: flex;
   flex-wrap: wrap;
}
.publisher .read-review ul li a{
    border-radius: 5px;
    background: #EDBABA;
    padding: 10px 18px;
    display: inline-block;
    margin: 12px 12px 12px 0px;
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.publisher .read-review .good-review{
    margin: 55px 0 34px;
    
}
.publisher .read-review .good-review a{
    background: #EDBABA;
    padding: 6px;
    border: 1px solid #cf4747;
    border-radius: 50px;
    width: 110px;
    color: #222;
    display: inline-block;
    position: relative;
    text-align: center;
    font-size: 10px;
    color: #fff;
}
.publisher .read-review .good-review a:after{
    content: "\f107";
    position: absolute;
    top: 5px;
    right: 11px;
    color: #222;
    font-size: 16px;
    font-family: fontAwesome;
    align-items: center;
}
.publisher .top-review h6{
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.30px;
    color: #000;
}
.publisher .top-review p{
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    color: #434343;
    letter-spacing: 0.43px;
}
.publisher .top-review .star-review{
 margin-top: 8px;
}
.publisher .top-review .star-review i{
    color: #e5a603;
}
.publisher .top-review .star-review small{ 
    color: #cf4747;
    font-size: 12px;
    margin-left: 16px;
    font-weight: 600;
  }
  .publisher .top-review .date span{
    font-size: 14px;
    font-weight: 600;
    color: #888;
    margin-top: 16px;
    display: inline-block;
  }
  .publisher .top-review .review-content {
    margin-top: 24px;
    max-width: 700px;
  }
  .publisher .top-review .review-content p{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    margin-bottom: 24px;
    line-height: 22.4px;
    letter-spacing: 0.28px  ;
  }
  .publisher .top-review .review-content details a{
    border: 1px solid #dfdfdf;
    padding: 5px 10px ;
    font-size: 12px;
    letter-spacing: 0.48px;
    margin-top: 19px;
    display: inline-block;
  }
  .slide-container{
    margin: 44px 0 63px;
  }
.slide-container .slide-wrapper{
    width: 100%;
    height: 329px;
}
.slide-container .slide-wrapper .img-slide img{
    width: 100%;
}
/* cancellation */
.cancellation{
    margin-top: 44px;
}
.cancellation .heading::after{
    width: 100%;
}
.cancellation p{
    font-size: 16px;
    font-weight: 500;
    text-align: justify;
    color: #000;
    margin-bottom: 24px;
}
.cancellation h4{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px;
}
.cancellation .cancellation-condition{
    margin-top: 50px;
}
.cancellation  ul{
    margin-left: 75px;
}
.cancellation .merchantdising ul li p{
    margin-bottom: 16px;
}
.cancellation ul li {
    position: relative;
}
.cancellation  ul li:after{
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/point.svg);
    background-repeat: no-repeat;
    top: 4%;
    left: -21px;
    position: absolute;
}
.cancellation .order-cancellation-policy h4, .cancellation .refund-policy h4{
    font-size: 32px;
    font-weight: 6 00;
}
.cancellation .order-cancellation-policy p b{
    font-size: 20px;
    font-weight: 700;
    text-align: justify;
}
.cancellation .refund-policy table{
    margin-left: 75px;
    border-collapse: collapse; 
    margin-bottom: 40px;
}
.cancellation .refund-policy td {
    border: 1px solid #d9d9d9;
    padding: 24px;
}
.cancellation .refund p b{
    text-decoration: underline;
    font-size: 20px;
    font-weight: 500;
}
.cancellation .refund p a{
    color: #000;
    text-decoration: underline;
}
.cancellation .refund p small{
    font-size: 20px;
    font-weight: 500;
}

/* payment-policy */
.payment-policy{
    margin-top: 45px;
}
.payment-policy .heading::after{
    width: 100%;
}
.payment-policy  .payment-terms{
    margin-top: 50px;
}
.payment-policy  .payment-terms ul li{
    list-style-type: disc;
    font-size:22px;
}
.payment-policy  .payment-terms ul li p{
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 24px;
}
.payment-policy  .payment-terms .fees-payment{
    margin-left: 75px;
}
.payment-policy  .payment-terms .fees-payment li{
    position: relative;
    list-style: none;
    z-index: -1;
}
.payment-policy  .payment-terms .fees-payment li:after{
    content: "";
    width: 12px;
    height: 12px;
    background-image: url(../images/point.svg);
    background-repeat: no-repeat;
    top: 4%;
    left: -21px;
    position: absolute;
}
.payment-policy  .payment-terms .fees-payment li table {
    margin-left: 15px;
    margin-bottom: 50px;
}
.payment-policy  .payment-terms .fees-payment li table th{
    border: 0;
    padding: 0;
    width: 200px;
    padding-bottom: 19px;
}
.payment-policy  .payment-terms .fees-payment li table td{
    padding-bottom: 16px;
    width: 500px;
    align: center;
}
.payment-policy  .payment-terms .fees-payment li table td:nth-child(1){
    width: 20px;
    align-content: center;
}
.payment-policy  .payment-terms p a{
    text-decoration: underline;
    color: #000;
    font-weight: 500;
}
.payment-policy.secure p b{
    font-size: 20px;
    font-weight: 600;
}
.payment-policy.secure h6{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 24px;
}
.payment-policy.secure .safety-security{
    margin-top: 32px;
}
.payment-policy.secure .safety-security h4{
    font-size: 32px;
    font-weight: 600;
    text-align: justify;
    margin-bottom: 24px;
}
.payment-policy.secure .safety-security p b{
    margin-bottom: 24px;
    display: inline-block;
    margin-top: 32px;
}



.slick-slide img {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 100%;
}





/* responsive template */
@media only screen and (max-width:1180px){
    .nav-menu > li > a{
        padding: 20px 10px;
        font-size: 12px;
    }
    .publisher .container{
        max-width: 100%;
    }
    .publisher .container img{
        max-width: 100%;
    }
    header .logo a img{
        width: 250px;
    }
    header nav .menu li{
        margin-right: 25px;
    }
    header nav .bar-icon ul li{
        margin-right: 25px;
    }
    .about-content .col-txt.shadow{
        padding: 25px 30px;
    }
    .about-content .col-txt p:nth-last-of-type(1){
        margin-bottom: 0;
    }
}
@media only screen and (max-width:1040px){
    footer .col{
        width: 25%;
        margin-bottom: 25px;
    }
    .book-detail .detail-col.book{
        width: 100%;
    }
    .book-detail .detail-col.book .book-wrapper .book-box img{
        width: 100%;
    }
    .book-detail .detail-col{
        width: 100%;
    }
    .featured-books .tab-content .col-book.col-book:nth-of-type(5n){
        margin-right: 0;
    }
    .featured-books .tab-content .col-book{
        width: calc(20%  - 30px);
        margin-right: 30px;
    }

    .nav-header .nav-brand img{
        width: 250px;
    }
}
@media only screen and (max-width:992px){

    header nav .menu li{
        margin-right: 18px;
    }
    header nav .bar-icon ul li{
        margin-right: 11px;
    }
    header nav .menu li:nth-last-of-type(1){
        margin-right: 11px;
    }
    header nav .menu li i{
        right: -11px;
    }
    .navigation-portrait .nav-menu > li > a{
        padding: 10px 10px 10px 20px;
    }
    .nav-search-button p{
        margin-top: 12px;
    }
    header nav .bar-icon .menu li{
        margin-right: 16px;
    }
    header nav .menu li a{
        font-size: 13px;
    }
    header .logo a img{
        width: 180px;
    }
    footer .col{
        width: 33%;
    }
    .banner-col.txt{
        width: 30%;
    }
    .banner .banner_wrapper .banner-col h1{
        font-size: 42px;
        line-height: 50px;
    }
    .banner .banner_wrapper .banner-col h1 span{
        font-size: 35px;
        line-height: 40px;
    }
    .featured-books .tab-content .col-book:nth-of-type(4n){
        margin-right: 0px;
    }
    .featured-books .tab-content .col-book.col-book:nth-of-type(5n){
        margin-right: 30px;
    }
    .featured-books .tab-content .col-book.col-book:nth-of-type(4n){
        margin-right: 30px;
    }
    .featured-books .tab-content .col-book{
        width: calc(31% - 14px);
        margin-right: 30px;
    }
    .publisher .review-col.range{
        width: 100%;
    }
    .publisher .review-col{
        width: 100%;
        margin-top: 20px;
    }
    .cart-dpt .shopping-cart{
        width: 100%;
        margin-bottom: 20px;
    }
    .cart-dpt .order-summary{
        width: 100%;
    }
 
}
@media only screen and (max-width:768px){
    p{
        font-size: 14px;
    }
    .banner .banner_wrapper .banner-col h1{
        font-size: 35px;
        line-height: 42px;
        max-width: 280px;
    }
    .banner .banner_wrapper .banner-col h1 span{
        font-size: 30px;
    }
    header .toggle{
        display: block;
        z-index: 999;
        margin-left: 20px;
    }
    header nav .menu li{
        padding: 0;
        margin-right: 20px;
    }
    .contact-us .contact-box .col-info{
        width: 100%;
    }
    .contact-us .contact-box .col-contact{
        width: 100%;
    }
    .cart-dpt .shopping-cart .form-controle .form-style{
        width: 100%;
    }
    header nav .menu{
        position: fixed;
        right: -100%;
        padding-top: 40px;
        top: 0px;
        background: #E7a3a3;
        display: flex;
        flex-direction: column;
        justify-content: center;
       width: 300px;
      padding-left: 60px;
        height: 100%;
    }
    header .logo a img{
        width: 220px;
    }
    header .toggle span{
        transform-origin: right;
        transition: all 0.3s ease-in-out;
    }
    header nav.active .toggle span{
       background-color: #222; 
    }
    header nav .menu li{
        margin-bottom: 18px;
    }    
    header nav.active .menu{
        right: 0;
    }
    header .active .toggle span:nth-child(2){
        display: none;
    }
    header .active .toggle span:nth-child(1){
        transform: rotate(-30deg);
    }
    header .active .toggle span:nth-child(3){
        transform: rotate(30deg);
        margin-top: 9px;
    }
    header nav .menu {
     display: flex;
     flex-direction: column;
    }
    .banner .banner-col.txt{
        width: 48%;
    }
    .banner .banner-col.img{
        width: 48%;
    }
    .featured-books .tab-content .row{
        justify-content: space-between;
    }
    .get-published .published-content{
        max-width: 100%;
    }
    .get-published .published-link{
        padding-top: 10px;
        }
    .get-published .published-link a{
        padding: 10px 15px;
        font-size: 14px;
        font-weight: 500;
    }
    .featured-books .tab-content .col-book{
        width: 45%;
        margin-right: 0;
    }
    .tabs a{
        font-size: 14px;
        padding: 8px 16px;
        margin-right: 24px;
    }
    .author .col{
        width: 100%;
    }
    .about-content .col-img{
        width: 100%;
        margin-bottom: 30px;
    }
    .about-content svg{
        display: none;
    }
    .about-content .col-txt, .about-content .under.col-img{
        width: 100%;
    }
    .about-content .col-txt.under p{
        max-width: 100%;
    }
    .featured-books.categories{
        width: 65%;
    }
    aside{
        width: 30%;
    }
    .container{
        padding: 0 20px;
    }
    .featured-books .tab-content .col-book{
        margin-top: 25px;
    }
    footer .copy-rights p{
        font-size: 14px;
    }
    .about-content .col-txt.shadow{
        padding: 20px;
    }
    .about-content .col-txt p{
        font-size: 14px;
       }
       .about-content{
        margin-top: 30px;
       }

       .book-detail .detail-col .detail-box h4 {
        width: auto;
       }
       .product-badge {
        margin-top: 15px !important;
       }
}
@media only screen and (max-width:580px){
    .nav-header .nav-brand img{
        width: 200px ;
    }
    .navigation-portrait .nav-brand {
      width: 250px;

    }
    .navigation-portrait .nav-menu > li > a {
        height: auto;
        padding: 10px 7px 10px 7px;
        display: flex;
        justify-content: space-between;
      }
      .navigation-portrait .nav-menu > li > a  img{
        width: 100%;
        height: 100%;
      }
    .featured-books .tab-content .col-book{
        width: 100%;
        display: flex;
        margin-right: 0;
        justify-content: space-between;
    }
    .featured-books .tab-content .col-book .img-box{
        width: 48%;
    }
    .featured-books .col-book .book-price{
        width: 48%;
    }
    .featured-books.categories .col-book .buy-link, .featured-books.categories .col-book p{
        margin-top: 5px;
    }
    footer .col{
        width: 50%;
        margin-bottom: 15px;
    }
    footer .copy-rights p{
        font-size: 12px;
    }
    .featured-books.categories .col-book small{
        padding: 0px;
    }
    .activity-books .categories-showing a{

    }
    .featured-books.categories .center{
     text-align: left;
    }
    aside{
        width: 40%;
    }
    .featured-books.categories{
        width: 58%;
    }
    aside .aside-border{
        padding: 10px;
    }
    .get-published .published-content{
        padding-top: 18px;
    }
    .mt-5{
        margin-top: 50px;
    }
    header nav .bar-icon ul .search-box .search-bar-box .form-controle{
        top: 37px;
    }
    .heading{
        font-size: 22px;
    }
    .activity-books .categories-showing{
        margin-top: 0px;
    }
    .tabs{
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 10px;
    }
   .tabs a{
   font-size: 12px;
   padding: 8px 10px;
   margin: unset;
   }
   .author-link{
    margin-top: 20px;
   }
   .about-content .banner-content p{
    margin-top: 28px;
   }
  .navigation-portrait {
    justify-content: space-between;
    padding-right: 10px;
  }

  .tabs a{
    display: none;
  }
  .tabs a:nth-child(1), .tabs a:nth-child(2){
    display: block;
  }

}
@media only screen and (max-width:420px){
    .nav-header .nav-brand img{
        width: 150px;
    }

    .author .col ul {
        gap: 20px;
    }

    .author .col ul li img{
        width: 100px    ;
    }
    .author .col ul li h4 {
        font-size: 20px;
        line-height: 1;
    }
}
@media only screen and (max-width:380px){
    .container {
        padding: 0 10px;
    }
}


.book_author a, .book_author, .book_author span {
    color: #888;
    padding-bottom: 5px;
}

.woocommerce-loop-product__author.book_author {
    margin-bottom: 5px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-bottom: 0;
}


.book-detail .book_author span, .book-detail .book_author a {
    color: #434343;
    padding-bottom: 16px;
    font-size: 20px;
    display: block;
}

.book-detail .entry-summary {
    margin: 0px;
}


.has-reviews .product-reviews,
.has-reviews .woocommerce-tabs {
	display: inline-block;
	width: 100%;
	float: left;
}
.has-reviews .woocommerce-tabs {
	margin-right: 4%;
}
.has-reviews .product-reviews {
	padding: 0 0px 30px;
	margin-top: 20px;
}
.woocommerce-Reviews-title {
	font-size: 16px;
}
.comment-reply-title {
	border-top: 1px solid #e6e6e6;
	display: block;
	font-size: 20px;
	margin-bottom: 15px;
	padding-top: 25px;
}
@media only screen and (max-width: 680px) {
	.has-reviews .product-reviews,
	.has-reviews .woocommerce-tabs {
		clear: both;
		float: none;
		margin-right: 0;
		width: 100%;
	}
	
	.has-reviews .product-reviews {
		padding: 0 20px 20px;
		margin-top: 0;
	}
   
}

.commentlist {
margin-left: 0px;
}
.commentlist li .comment_container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.icons-social {
    display: flex;
    gap: 20px;
}
.icons-social .social-link {
    font-size: 16px;
    cursor: pointer;
    color: #cf4747;
}


/* TODO: move this to style.css for responsive */
.container,  .container-sm, .container-md, .container-lg, .single-product .woocommerce-notices-wrapper  {
    width: 100%;
   max-width: 1360px;
   margin: 0 auto;
   padding:  0 30px;
}
/* 
.container, 
.woocommerce-order,
.woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments, .container-sm, .container-md, .container-lg, .wc_coupon_message_wrap, .woocommerce-NoticeGroup  {
    width: 100%;
   max-width: 1360px;
   margin: 0 auto;
   padding:  0 30px;
}
 */
.button-update-cart {
    margin-top: 20px;
    margin-left: auto;
}

.woocommerce-cart .entry-header, .woocommerce-account .entry-header{
    display: none;
    padding: 0px;
}
.commentlist  p {
    padding: 10px 0 0 0 !important;
}
.commentlist li{
    margin-bottom: 40px;
}

.woocommerce-checkout-payment .payment-way p {
    /* margin-left: 24px; */
    padding-bottom: 20px;
    width: 100%;
}

 .place-order .button {
    width: 100%;
 }
 a.nav-cart {
    position: relative;
}
 span.nav-cart-count {
    background: #cf4747;
    color: #fff;
    padding: 2px;
    border-radius: 100%;
    font-size: 12px;
    width: 20px;
    text-align: center;
    height: 20px;
    display: block;
    position: absolute;
    top: 20px;
    right: 2px;
}


.newsletter-download {
    gap: 50px;
    /* margin: auto; */
    width: 870px;
    margin-right: auto;
    /* display: flex; */
    margin-left: auto;
    justify-content: space-around;
    align-content: center;
    align-items: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
}

/* #fill complete screen with backdrop  */
.form-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    background-color: hsla(0, 0%, 0%, 0.134);
    width: 100vw;
    height: 100vh;
    z-index: 999;
    overflow: hidden;   
}

button#searchsubmit {
    background: unset;
    color: #000;
    padding: 0;
    position: absolute;
    right: 15px;
    top: 10px;
}

.empty-cart {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 70vh;
    width: 100%;
    text-align: center;
    gap: 20px;
}

.woocommerce-noreviews {
    padding: 0.75rem 1.25rem !important;
    box-shadow: none;
    margin-bottom: 1rem;
    border: 1px solid #efefef;
    border: 1px solid #efefef !important;
    margin-top: 20px !important;
}
mark {
    color: #000;
    background-color: #e3e3e3;
    padding: 0 5px;
}

.author .megamenu-list-title a {
    padding: 0px;
    margin-bottom: 10px;
}
.author_view_all {
    padding-top: 10px;
}
.product-remove .remove {
    color: #A4A4A4;
}

.max-width-60 {
    max-width: 60%;
    margin-left: auto;
    margin-right: auto;
}

.woocommerce-orders-table__cell-order-actions a{
    padding: 5px 20px;
    margin-left:10px;
    font-size: 14px;
    line-height: 1;
}
#order_review .shop_table thead th{

padding-bottom: 10px;
 }
#order_review .shop_table{
width: 100%;
}

#order_review .shop_table .product-subtotal {
    text-align: right;
}
.woocommerce-privacy-policy-text {
    margin-bottom: 20px;
}

@media only screen and (min-width: 1281px) and (max-width: 1400px) {
    .container, .woocommerce-order, .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments, .container-sm, .container-md, .container-lg, .wc_coupon_message_wrap, .woocommerce-NoticeGroup {
        width: 1230px;
    }
}
@media only screen and (min-width: 1030px) and (max-width: 1280px) {
    .container, .woocommerce-order, .woocommerce-notices-wrapper, .single-product:not(.left-sidebar) .single-product__v4 .woocommerce-tabs, .single-product:not(.right-sidebar) .single-product__v4 .woocommerce-tabs, .page-template-default.page #comments, .container-sm, .container-md, .container-lg, .wc_coupon_message_wrap, .woocommerce-NoticeGroup  {
        width: 1080px;
    }
    ul.products li {
        margin-top: 30px !important;
    }
}

@media only screen and (max-width: 680px) {
    .navigation-portrait .nav-search-inner input[type="text"], .navigation-portrait .nav-search-inner input[type="search"] {
		height: 33px;
		font-size: 14px;
		line-height: 33px;
	}
	.navigation-portrait .nav-search-close-button {
		top: 10px;
		right: 1px;
	}
    button#searchsubmit {
        top: 6px;
    }
    .navigation-portrait .nav-search-inner {
        width: 88%;
        margin-top: 6px;
    }
    .book-detail .detail-col.book .social-share, .book-detail .detail-col.book .author-box {
        border-right: unset;
    }

    .book-detail .detail-col .detail-box .order-btn {
        width: 100%;
        margin-bottom: 20px;
    }
    .book-detail .detail-col .detail-box .add-cart {
        justify-content: space-between;
    }
    .detail-box {
        width: 100%
    }
    .book-detail .detail-col .faq-box .accordian-content ul {
        gap: 20px;
        justify-content: space-evenly;
        text-align: center;
    }
    .related.products ul.products{
        gap: 26px;
    }
    .featured-books.categories {
        width: 100%;
    }

    .cart-dpt .shopping-cart .cart {
        width: calc(100% - 23px);
    }
    .cart-dpt .shopping-cart .cart .img-box {
        min-width: 50px;
        width: 70px;
    }

    .cart-dpt .shopping-cart .cart .book-container {
        flex-wrap: nowrap;
        gap: 11px;
        align-items: flex-start;
    }
    .cart-dpt .shopping-cart .cart .product-info {
        width: 100%;
        flex-direction: column;
        gap: 10px;
    }
    .cart-dpt .shopping-cart .cart .img-box img {
        height: 100%;
    }
    .cart-dpt .shopping-cart .cart .product-info p a {
        padding-top: unset;
    }

    .cart-dpt .shopping-cart .shoping-box .product-remove {
        margin: 20px 0 30px;
    }
    .cart-dpt .shopping-cart .shoping-box, .check-out h4 {
        align-items: flex-start;
    }
    .myaccount-right {
        width: 100%;
    }
    aside {
        width: 100%;
        margin-bottom: 20px;
    }
    .newsletter-download, .news-letter .news_letter  {
        width: 100%;
    }
    .author .col:nth-child(3), .author .col:nth-child(4) {
        display: none;
    }

  }

  span.woocommerce-Price-currencySymbol {
    font-family: 'FontAwesome';
    padding-right: 3px;
}
del span.woocommerce-Price-amount, del span.woocommerce-Price-amount span {
    font-size: 13px;
    line-height: 1;
}
.myaccount-dash-hello {
    margin-bottom: 10px;
}

.cost-detail, .woocommerce-checkout-review-order {
    position: sticky;
    top: 100px  ;
}
.cost-detail.woocommerce-checkout-review-order-table {
    position: relative;
    top: auto;
}

.error-404 {
    padding: 120px 60px;
    text-align: center;
}
.entry-header .entry-title::after {
    width: 100%;
}
ul.order_details li {
    padding-top: 10px;
}
.payment-method {
    gap: 10px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    margin-top: 20px;
}

#btn-razorpay-cancel {
    margin-left: 10px;
}

.product-badge {
	margin-top: 50px;
}
.product-badge p b{
    margin-bottom: 5px;
    display: block;
}

#review_form .form-submit {
    width: 150px;
}
.woocommerce-billing-fields {
    margin-top: 10px;
}

.post-thumbnail img {
    max-width: 100%;
    height: auto;
    margin-top: 30px;
}

.has-post-thumbnail .entry-header{
display: none;
}

.page-template-cms-page .entry-content p, 
.page-template-cms-page .entry-content h2, 
.page-template-cms-page .entry-content h1, .page-template-cms-page
 .entry-content h3, .page-template-cms-page .entry-content h4, .page-template-cms-page .entry-content ul {
margin-bottom: 1em;
}

.page-template-cms-page .entry-content h2, 
.page-template-cms-page .entry-content h1, .page-template-cms-page
.entry-content h3, .page-template-cms-page .entry-content h4, .page-template-cms-page .entry-content ul {
margin-bottom: 1em;
margin-top: 1em;
}


.pure-button {
    font-family: inherit;
    font-size: 20px;
    min-height: 60px;
    padding: 0em 1em;
    color: #444;
    color: rgba(0,0,0,.8);
    border: 1px solid #999;
    border: none transparent;
    background-color: #e6e6e6;
    text-decoration: none;
    border-radius: 2px;
    webkit-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.5s cubic-bezier(0.645, 0.045, 0.35);
    outline: none;
    -webkit-appearance: button;
    cursor: pointer;
    line-height: normal;
}
.pure-button-hover, .pure-button:focus, .pure-button:hover {
    background-image: -webkit-gradient(linear,left top,left bottom,from(transparent),color-stop(40%,rgba(0,0,0,.05)),to(rgba(0,0,0,.1)));
    background-image: -webkit-linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
    background-image: linear-gradient(transparent,rgba(0,0,0,.05) 40%,rgba(0,0,0,.1));
}

.download_catalog {
    flex-direction: column;
    gap: 20px;
}



.woocommerce form .form-row .required {
    text-decoration: none;
}

.megamenu-lists .author-filter-menu a {
    padding: 5px 12px 5px 0px;
    font-weight: 500;
}

.megamenu-lists .author-filter-menu {
    justify-content: left;
    margin: 0px;
    font-size: 14px;
    /* color: #424242; */
}
.single-authors .entry-header {
    text-align: left;
    
}

.author-description {
    text-align: left;
    margin-top: 30px;
    margin-bottom: 30px;
}

.book-detail .entry-summary {
    position: relative;
}

.zoom-image {
	position: relative;
}
.drift-zoom-pane {
    background: #fff;
    border: 1px solid #dedede;
    
    width: 70%;
}

.zoom-image::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: transparent;
}

@media only screen and (min-width: 1024px) {
	.zoom-image::before {
		display: none;
	}
}

.parent_active {
    font-weight: 800 !important;
}