@charset "UTF-8";
/* CSS Document */
html, body {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "wdth"100;
  font-size: 15px;
  background-color: #f5f5f5;
  color: #040404;
}
html {
  scrollbar-gutter: stable;
}
body.modal-open {
  overflow: hidden;
  padding-right: 0px !important;
}
a {
  text-decoration: none;
  color: #040404;
}
a:hover, a:active {
  color: #C40808;
}
input:focus {
  outline: none;
}
textarea:focus {
  outline: none;
}
.form-check-input[type="checkbox"] {
  border-color: #212121;
}
.form-control:focus {
  box-shadow: none;
}
.clrRed {
  color: #C40808;
}
.ftrColumn a.nav-link:hover, .ftrColumn a.nav-link:active {
  color: rgb(196, 8, 8);
}
img, svg {
  max-width: 100%;
}
h1 {
  font-weight: 300;
  font-size: 35px;
  line-height: 120%;
  color: #040404;
  margin-bottom: 30px;
}
h2 {
  font-weight: 300;
  font-size: 28px;
  line-height: 150%;
  color: #040404;
  margin-bottom: 30px;
}
h3 {
  font-size: 24px;
  line-height: 120%;
  font-weight: 300;
}
section {
  margin-bottom: 50px;
}
.form-control {
  min-height: 36px;
  border-radius: 0px !important;
  border: none;
  border-bottom: 1px solid #CCCCCC;
  background-color: transparent !important;
  font-size: 15px;
  padding: 0px !important;
  color: #000;
}
.mb-20 {
  padding-bottom: 20px;
}
.ft-news h1 {
  margin-bottom: 40px;
}
.container-fluid {
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}
.container {
  max-width: 1636px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}
.price-details .uk {
  display: none;
}
.password-reset-form {
  margin-bottom: 60px;
}
header {
  z-index: 99;
  position: relative;
}
.topnav {
  background-color: #fff;
  padding-bottom: 15px;
  padding-top: 12px;
}
@-moz-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-ms-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-webkit-keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@keyframes headerSlideDown {
  0% {
    margin-top: -150px;
  }
  100% {
    margin-top: 0;
  }
}
@-moz-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-ms-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@-webkit-keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
@keyframes headerSlideUp {
  0% {
    margin-top: 0;
  }
  100% {
    margin-top: -150px;
  }
}
.navbar {}
.navbar > .container-fluid {
  align-items: start;
}
.navbar-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99;
  width: 100%;
  transition: 0.3s ease;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  background: white;
  animation: 0.95s ease 0s normal forwards 1 running headerSlideDown;
}
.indpt {
  background-color: #C40808;
  text-align: center;
  color: #fff;
  font-weight: 700;
  font-size: 15px;
  padding: 5px 0px;
  display: none;
}
#logo {
  padding: 0px;
  margin: 0px;
  vertical-align: top;
  position: relative;
  width: 225px;
  float: left;
}
#logo img {
  vertical-align: top;
}
#logo img:last-of-type {
  padding-top: 7px;
}
#ftnavbar {
  position: absolute;
  left: 115px;
  top: 42px;
  font-size: 15px;
}
.navbar-expand-xl .navbar-nav .nav-link.pl-0 {
  padding-left: 0px;
}
.topnavbar {
  padding-top: 15px;
  padding-bottom: 15px;
}
.topnavbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.navbar-toggler {
  border: none;
  padding: 0px;
}
.navbar-toggler:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
a.dropdown-toggle, .dmobile a {
  font-weight: 600;
}
.catergoryHead {
  font-size: 18px;
  text-decoration: none;
}
.ftHomeCarousel .carousel-indicators {
  /* bottom: 25px;
  margin-bottom: 0; */
  margin-left: 50%;
}
.rider {
  margin: 0px 10px;
}
.fhImg {
  position: relative;
  padding: 10px;
  background-color: #fff;
  overflow: hidden;
}
.news-wrapper .newsImg, .author-wrapper .authorImg {
  position: relative;
  cursor: pointer;
}
.news-wrapper .newsImg a {
  display: block;
  position: relative;
  height: 100%;
}
.news-wrapper .newsImg a::before, .author-wrapper .authorImg::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.2);
  opacity: 0;
  transition: 0.5s all;
}
.news-wrapper:hover .newsImg a::before, .author-wrapper:hover .authorImg::before {
  opacity: 1;
}
.news-wrapper:hover a {
  color: rgb(196, 8, 8);
}
.fhoverlay {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.8);
  width: 100%;
  left: 0;
  text-align: center;
  padding: 10px;
  font-weight: 600;
  opacity: 0;
  transition: 0.2s all;
  font-size: 14px;
}
.featuredHolder:hover .fhoverlay, .relatedImage:hover .fhoverlay {
  opacity: 1;
}
.relatedHolder {
  cursor: pointer;
  margin: auto 15px;
}
.video-relatedProducts .relatedHolder {
  margin: auto;
}
.featuredHolder:hover .fhImg, .relatedImage:hover {
  background-color: #F1E1E1;
}
.fhImg img {
  transition: 0.2s all;
}
.featuredHolder:hover img {
  transform: scale(1.2);
}
.fyp .section-head h2 {
  margin-bottom: 15px;
}
#cartId {
  min-width: 160px;
}
.mini_cart_wrapper {
  position: relative;
  font-weight: 400;
  font-size: 14px;
}
.mini_cart_wrapper span.cart_quantity {
  position: absolute;
  left: -12px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  background: #C40808;
  border-radius: 50%;
  top: -4px;
  font-size: 10px;
}
.mini_cart_wrapper a {
  display: block;
}
.cart_total span.price {
  font-size: 16px;
}
.mini_cart {
  min-width: 355px;
  padding: 20px 28px;
  background: #fff;
  z-index: 999;
  right: 1px;
  top: 160%;
  overflow-y: auto;
  text-align: left;
  color: #000;
  padding-top: 55px;
}
.mini_cart.cartholer {
  position: fixed;
  right: -400px;
  width: 400px;
  height: 100vh;
  background: white;
  z-index: 9999;
  overflow-y: auto;
  top: 0px;
  transition: 0.2s all;
}
.navbar-sticky .mini_cart.cartholer {
  top: 0;
}
.mini_cart.cartholer.open {
  right: 0;
}
.close-btn {
  right: 20px;
  position: absolute;
  top: 18px;
  background: transparent;
  border: none;
  font-size: 15px;
  cursor: pointer;
  display: flex;
  gap: 7px;
  align-items: center;
  color: #5F6368;
}
.close-btn i {
  font-size: 20px;
}
.cart_item {
  overflow: hidden;
  padding: 11px 0;
  border-bottom: 1px solid #ebebeb;
  display: flex;
  gap: 10px;
  display: grid;
  grid-template-columns: 0.7fr 2fr 1.3fr;
  grid-gap: 10px;
}
.cart_item .cart_info {
  max-width: 90%;
}
.cart_item:first-of-type {
  border-top: 1px solid #ebebeb;
}
.cart_img {
  width: 60px;
  height: 60px;
}
.cart_img img {
  max-width: 60px;
  max-height: 60px;
  object-fit: contain;
}
.cart_item .cart_remove {
  margin-left: auto;
  width: 100%;
  position: relative;
  text-align: right;
}
.mini_cart_table {
  padding: 20px 0;
}
.cart_button a {
  display: block;
  text-align: center;
  width: 220px;
}
.cartbutton.lightbutton {
  background-color: #ffffff;
  color: #000000;
  border: 1px solid #9CA6AD;
}
.overlay-top {
  position: absolute;
  top: 18px;
  font-size: 14px;
}
.cart_info a, .cart_remove .productprice {
  color: #C40808;
}
.cart_remove {
  display: flex;
  height: 80px;
  align-items: top;
}
.quantity-input {
  text-align: center;
}
.cart_remove a:hover {
  color: #C40808;
}
.mini_cart_footer {
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
  align-items: center;
}
.sform {
  width: 45%;
}
.searchinput {
  border-radius: 0px;
  height: 40px;
  border: 1px solid #9CA6AD;
  padding-left: 10px !important;
}
#searchform input::placeholder {
  color: #040404;
  opacity: 1;
}
.searchbutton {
  background-color: transparent;
  border: none;
  position: relative;
  z-index: 2;
  left: -45px;
  top: 3px;
}
.searchbutton:hover, .searchbutton:active {
  background-color: transparent;
  border: none;
}
.freeDelivery {
  position: absolute;
  right: 45px;
  top: 53px;
}
.freeDeliverymobile {
  display: none;
}
.categoriesMenuHolder {
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  display: flex;
  justify-content: space-between;
}
.categoriesMenuHolder a {
  color: #040404;
}
.ft-home {
  margin-bottom: 25px;
}
.ft-bg {
  background-color: #f5f5f5;
}
.mopen .moverlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9;
}
#categoriesMenu {
  padding-top: 28px;
  padding-bottom: 28px;
}
footer {
  background-color: #fff;
  padding: 60px 0px;
  font-size: 15px;
  line-height: 150%;
}
footer h4 {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 24px;
}
footer ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
}
footer ul li {
  padding: 2px 0px
}
.nlsignup {
  border: 1px solid #9CA6AD;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 6px 10px;
  font-size: 15px;
}
.bookDetails {
  font-size: 15px;
  line-height: 150%;
  color: #040404;
}
.bookDetails .cat-series {
  font-size: 15px;
}
.bookDetails .bTitle h2 {
  color: #C40808;
}
.socialBookmarks {
  margin-top: 10px;
}
.socialBookmarks a {
  padding: 5px;
}
#copyright {
  padding-top: 50px;
  padding-top: 50px;
  font-size: 12px;
}
#scrollerHolder {
  border: 1px solid #9CA6AD;
  background-color: #fff;
  max-width: 1164px;
}
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 5px;
  background-color: #c8c8c8;
}
.carousel-indicators .active {
  background-color: #FF7500;
}
.carousel-txt {
  max-width: 100%;
  margin: 0 25px;
}
.carousel-txt h1, .categoryTitle, .booklist h2 a {
  color: #C40808;
}
.booklist h2 a {
  /* font-weight: 300; */
}
.booklist {
  padding: 30px;
}
.productcontainer .booklist {
  border-bottom: 1px solid #C7C7C7;
}
.booklist .bImg {
  overflow: visible;
}
.booklist .bImg a {
  display: inline-block;
  position: relative;
}
.booklist .bImg a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
}
.booklist .bImg a:hover .fhoverlay {
  opacity: 1;
}
.booklist .cartList {
  padding-left: 25px;
}
.booklist .bImg img {
  max-width: 100%;
  height: auto;
}
.booklist .bImg img.view, .fhoverlay img.view, #imagesHolder img.view {
  width: 12px;
  height: 12px;
  margin: 0px;
}
.box {
  height: 100%;
  background: #ffffff;
  padding: 25px;
}
.contact-wrapper .box {
  padding-bottom: 0px;
}
.form-controlpsa {
  display: none;
}
#productcontainer {
  margin: 0 auto;
}
#pagecontainer {
  max-width: 1280px;
  margin: 0 auto;
}
#pagecontainer a {
  color: #C40808;
}
#bd-BookDetail #productcontainer {
  padding-bottom: 0;
}
.gap-30 {
  gap: 30px;
}
.p-20 {
  padding: 20px 0;
}
.form-class .form-group {
  margin-bottom: 20px;
}
.form-class .form-control {
  min-height: 50px;
  border-radius: 3px;
  border-color: #CCCCCC;
}
.alphalist {
  font-weight: 300;
  text-align: center;
  padding: 0 0 25px;
  font-size: 24px;
}
.alphabet {
  font-size: 36px;
  font-weight: 600;
  line-height: 120%;
  padding: 20px 0;
}
#newsletterSignupFull {
  border: 1px solid #9CA6AD;
  padding: 20px;
  background-color: #ffffff;
  max-width: 1280px;
  margin: auto;
}
#newsletterSignupFull h1 {
  margin-bottom: 0;
}
.btn-nlsignup {
  font-weight: 400;
  font-size: 14px;
  min-height: 35px;
  background-color: #C40808;
  color: #ffffff;
  border: 0;
  padding: 0 25px;
  border-radius: 3px;
}
.nNotice {
  font-size: 13px;
  line-height: 120%;
}
.acbutton {
  font-weight: 400;
  font-size: 14px;
  min-height: 35px;
  background-color: #C40808;
  color: #ffffff;
  border: 0;
  padding: 0 15px;
  border-radius: 3px;
  display: inline-block;
  line-height: 35px;
}
.cartbutton {
  float: right;
  transition: all 0s ease;
  min-width: 120px;
  margin: auto;
}
.tradecatalogues .cartbutton {
  float: none;
  margin-top: 20px;
  margin-bottom: 20px;
}
.addcarttxt {
  display: inline-block;
  padding-right: 15px;
  padding-top: 8px;
  color: #C40808;
}
.acbutton.added {
  min-width: unset;
  height: 35px;
  width: 35px;
  border: 1px solid #fff;
  border-radius: 50%;
  position: relative;
  transition: all 0.25s ease;
}
.acbutton.added:after {
  content: "✓";
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 20px;
}
.bMeta2 .acbutton {
  margin-bottom: 15px;
}
.btn-nlsignup:hover, .acbutton:hover, .btn-nlsignup:active, .acbutton:active {
  background-color: #040404 !important;
  color: #fff !important;
}
.nNoticeFull {
  font-size: 14px;
}
.mt-20 {
  margin-top: 20px;
}
.personicon {
  margin-left: 5px;
}
#mc_embed_signup_scroll .form-control {
  border-radius: 3px;
  height: 40px;
  padding-left: 10px !important;
}
.alphabetLinks {
  font-size: 17px;
  line-height: 150%;
  font-weight: 400;
}
/* .alphabetLinks a{
  display: inline-block;
  padding: 2.5px 0;
} */
.auth-dets {
  padding-bottom: 10px;
}
#newsletterSignupFull h2 {
  font-size: 26px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: .5rem;
}
.newsletterSignupBold {
  color: #C40808;
}
.header-block {
  background-color: #fff;
  padding: 15px;
  text-align: center;
  margin-bottom: 20px;
}
.xyz h2 {
  font-weight: 300;
  font-size: 30px;
  line-height: 150%;
  color: #C40808;
  margin: auto auto 30px;
}
.page h3 {
  font-weight: 300;
  font-size: 22px;
  line-height: 150%;
  color: #C40808;
}
.cart-pg h3 {
  font-size: 20px;
}
.image-right-content h2 {
  margin-bottom: 0px;
}
.image-right {
  text-align: center;
  padding-bottom: 30px;
}
.header-block h1 {
  margin: 0px auto;
}
.bMeta2 .acbutton strong {
  font-weight: 400;
}
.breadcrumb {
  font-size: 13px;
  margin-bottom: 20px;
}
.breadcrumb .current, .bkMeta a {
  color: #C40808;
}
.carousel-img img {
  width: 100%;
  max-width: 768px;
  height: 470px;
  object-fit: cover;
}
.carousel-txt h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
.price-details {
  margin-top: 30px;
}
.btn-carousel, .btn-carousel:hover, .btn-carousel:active {
  border: 1px solid #C40808;
  background-color: #fff;
  padding: 5px 20px;
  font-size: 17px;
  color: #040404;
  border-radius: 3px;
}
#blogLink {
  max-width: 356px;
  margin-left: auto;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.blogsec {
  text-align: center;
  font-size: 14px;
}
.blogsec img {
  padding-bottom: 5px;
}
.blogsec a {
  display: block;
}
.blogsec p {
  margin-bottom: 0px;
  font-size: 14px;
}
.ft-fyp {
  padding: 75px 100px 25px;
}
.section-head h2 {
  font-weight: 300;
  font-size: 35px;
  line-height: 120%;
}
.ft-fyp .section-head {
  padding-bottom: 30px;
}
#fypTabs .nav-link {
  font-weight: 600;
  font-size: 17px;
  line-height: 130%;
  letter-spacing: 0%;
}
#fypTabs .nav-link.active {
  color: #C40808;
  padding-bottom: 5px;
  border-bottom: 1px solid #C40808;
}
#fypTabs .nav-link {
  color: #000000;
  padding-left: 0;
  padding-right: 0;
  margin: 0 14px;
}
.featuredHolder {
  text-align: center;
  max-width: 250px;
  font-weight: 400;
  font-size: 15px;
  line-height: 150%;
}
.fhImg a {
  display: flex;
  height: 215px;
  transition: 1s all;
  overflow: hidden;
  max-width: 100%;
  justify-content: center;
}
.fhImg img {
  display: inline-block;
  height: 215px;
  transition: 1s all;
  overflow: hidden;
  max-width: 100%;
  object-fit: contain;
}
.newsTitle {
  padding-top: 7px;
  padding-bottom: 15px;
  font-size: 16px;
  font-size: 15px;
}
body {
  position: relative;
  transition: all 0.3s;
}
/*
body.cart-open::{
  content:"";
  position: fixed;
  background-color: rgba(0, 0, 0, 0.35);
}
 */
body.cart-open {
  overflow-y: hidden;
}
body.cart-open::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  /* overlay */
  z-index: 9;
  /* below cart */
  pointer-events: auto;
}
body.cart-open .navbar-sticky {
  z-index: 999;
}
body::after {
  content: none;
  pointer-events: none;
}
.ft-news .container {
  max-width: 1245px;
}
.featureTitle {
  padding-top: 5px;
  max-width: 245px;
  margin: auto;
}
.featuredPrice {
  padding-top: 15px;
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
  color: #C40808;
}
.featuredPrice a {
  color: #C40808;
}
.authorImg img {
  width: 100%;
  object-fit: cover;
}
/* .newsImg a,.authorImg a{
  position: relative;
  z-index: 9;
} */
.blog-img-section {
  display: none;
}
/* Menu css */
#header {
  position: sticky;
  height: 50px;
  padding: 0 80px;
  top: 0;
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  line-height: 44px;
  text-align: center;
  background: #bba6a2;
}
#header a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 80px;
  height: 50px;
  padding: 15px 25px;
}
#header a:before, #header a:after {
  content: "";
  display: block;
  background: #fff;
  height: 2px;
}
#header a span {
  background: #fff;
  display: block;
  height: 2px;
  margin: 7px 0;
}
#content {
  padding: 150px 50px 50px 50px;
  text-align: center;
}
.navbar-nav .nav-item a {
  color: #040404;
}
.navbar-nav .nav-item a:hover {
  color: #C40808;
}
.catergoryHead a.nav-link {
  color: #040404;
  display: inline flow-root list-item;
}
.catergoryHead:hover a.nav-link {
  color: #C40808;
}
/* Top menu */
.btn-group {
  display: inline-block;
  position: relative;
  vertical-align: middle;
  width: inherit;
}
.btn-group a {
  /* padding-top: 11px;
  padding-bottom: 12px;
  padding-left: 21px;
  padding-right: 21px; */
  display: block;
  /* color: #fff; */
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 10px;
  border-bottom: 1px solid transparent;
}
.btn-group.open {
  /* background-color: #ff7400; */
}
.btn-group.first.open {
  /* background-color: #ff7400; */
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.first a.catergoryHead:hover {
  /* background-color: #ff7400; */
  -webkit-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.mini_cartmobile {
  display: none;
}
/* .socialBookmarks {
  text-align: right;
} */
.relatedImage {
  background-color: #FFFFFF;
  min-height: 300px;
  max-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 90%;
  margin: 0 auto;
  position: relative;
}
.releted-content {
  max-width: 170px;
  margin: auto;
  padding: 10px 0;
}
.relatedHolder {
  text-align: center;
}
.relatedImage img {
  max-width: 161px;
  max-height: 220px;
  height: auto;
  margin: 0 auto;
  transition: all 0.3s;
}
.relatedImage:hover .bImg {
  transform: scale(1.15);
}
.bImg {
  overflow: hidden;
  transition: all 0.3s;
}
.booklistimg:hover .bImg {
  transform: scale(1.05);
}
/* Product details */
.productholder {
  padding: 30px 0 50px;
}
.productholder.bookDetails {
  padding-top: 25px;
}
#imagesHolder {
  text-align: center;
}
#imagesHolder a {
  display: inline-block;
  position: relative;
  margin-bottom: 10px;
}
.authortxt #imagesHolder img {
  margin-bottom: 10px;
}
#imagesHolder a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  transition: all 0.3s ease 0s;
}
#imagesHolder .fhoverlay, .booklist .bImg .fhoverlay {
  color: #000;
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
}
#imagesHolder a:hover .fhoverlay {
  opacity: 1;
}
#imagesHolder a:hover::before, .booklist .bImg a:hover::before {
  background-color: rgba(0, 0, 0, 0.2);
}
#thumbs a {
  margin: 8px;
}
#thumbs img {
  margin-bottom: 0px;
}
#imagesHolder .fhoverlay .arrow {
  font-size: 14px;
}
#imagesHolder img {
  width: 100%;
  max-width: 274px;
  max-height: 420px;
  object-fit: contain;
}
.authortxt #imagesHolder img {
  max-width: 370px;
}
.video-embed {
  margin: 25px auto 25px;
  max-width: 80%;
}
.bookDetails h1 {
  font-size: 36px;
  line-height: 120%;
  color: #C40808;
  margin-bottom: 15px;
}
.main-book-details {
  display: flex;
  justify-content: space-between;
}
.btn-books {
  min-width: 110px;
  height: 42px;
  background-color: #fff;
  border: 1px solid #C7C7C7;
  border-radius: 3px;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  line-height: 38px;
}
.btn-books.current, .btn-books:hover {
  background-color: #FDD8B9;
}
.product-details-flex, .bListCartHolder1 .row {
  margin-bottom: 10px;
  align-items: center;
  font-size: 15px;
}
.product-details-flex span {
  display: block;
}
.bkformatOpts {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: right;
  margin: 20px 0 0;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.bkformatOpts a {
  display: block;
}
.bListCart, .bListCartFormats, .cartform {
  max-width: 500px;
  margin-top: 15px;
}
.allcaps {
  text-transform: uppercase;
}
.bListCart .priceholderlist .bPricel {
  display: block;
  padding-right: 30px;
  text-align: right;
}
.authorBooks {
  margin-top: 40px;
}
.authorBooks .relatedHolder {
  max-width: 130px;
}
section.related {
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 0px;
}
.authorBooks .row {
  gap: 25px
}
.authorBooks h3 {
  margin-bottom: 20px;
}
.cartform input[type="number"] {
  width: 55px;
  margin-left: 10px;
}
.bDescription br {
  display: none;
}
.product-brief br {
  display: block;
}
.cartform .text-left {
  display: flex;
  align-items: center;
}
.cat-series .clrRed {
  display: inline-block;
  margin-right: 20px;
}
.cat-series .clrRed:last-child {
  margin-right: 0;
}
.breadcrumb-wrapper {
  display: flex;
  justify-content: space-between;
  max-width: 1636px;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
  margin: 0 auto;
}
.breadcrumb-wrapper nav {
  width: 66.6%;
}
.et-share {
  font-size: 13px;
  position: relative;
  transition: all 0.5s ease 0s;
  cursor: pointer;
  overflow: hidden;
  width: 33.3%;
}
.event-share.et-share {
  width: 100%;
  position: relative;
}
.et-share ul {
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  right: 0px;
  width: 50px;
  top: 30px;
  opacity: 0;
  background: #fff;
  padding: 10px 5px;
  border-radius: 3px;
  border: 1px solid #C40808;
  text-align: center;
  height: 0;
}
.et-share .lbl {
  text-align: right;
}
.et-share:hover {
  overflow: visible;
}
.et-share:hover .lbl {
  opacity: 0.4;
}
.et-share:hover ul {
  opacity: 1;
  z-index: 1;
  background: #F5F5F5;
  transition: all 0.5s ease 0s;
  height: auto;
}
.et-share.show-social ul {
  opacity: 1;
  background: #F5F5F5;
  transition: all 0.5s ease 0s;
  z-index: 999;
}
.et-share i {
  font-size: 22px;
  padding: 0px 5px;
}
.et-share a:last-child {
  margin-bottom: 0;
}
.et-share a {
  margin-bottom: 10px;
}
.et-share img {
  margin-right: 5px;
  vertical-align: bottom;
}
.et-share a, .et-share a:hover, .et-share a:focus {
  text-decoration: none;
  display: inline-block;
}
#relatedProducts h2 {
  margin-bottom: 40px;
}
#relatedProducts {
  width: 100%;
  overflow: hidden;
}
.releted-content .relatedTitle {
  font-weight: 600;
}
.releted-content .relatedbPrice {
  color: #C40808;
  font-weight: 600;
}
ul.series-menu, ul.series-menu ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
ul.series-menu {
  /* display: flex;
  align-items: center; */
  /* overflow: hidden; */
}
.browseby {
  /* padding-left: 40px; */
  float: left;
  padding: 4px 35px 4px 35px;
  line-height: 38px;
  /* clip-path: polygon(0 0, calc(100% - 20px) 0, 100% 50%, calc(100% - 20px) 100%, 0 100%); */
  border-left: 0;
  background-color: #FFF;
  position: relative;
  cursor: pointer;
  min-width: 220px;
  font-size: 16px;
  box-shadow: 7px 2px 13px rgba(0, 0, 0, 0.1);
}
.browseby::after {
  /* content: "";
  width: 25px;
  height: 25px;
  background-image: url(images/dropdown-arr.svg);
  background-repeat: no-repeat;
  background-size: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-position: center; */
  content: "";
  width: 9px;
  height: 9px;
  background-image: url(images/dropdown-arr.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  background-position: center;
}
.browseby .smenu {
  display: none;
  /* Hide initially */
  position: absolute;
  top: 100%;
  /* Push below .browseby */
  left: 0;
  z-index: 9;
  background: #fff;
  list-style: none;
  /* padding: 10px 0; */
  margin: 0;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  min-width: 200px;
  max-height: 50vh;
  overflow-y: auto;
}
.browseby .smenu li {
  padding: 5px 15px;
}
.browseby .smenu li a {
  color: #333;
  text-decoration: none;
  display: block;
}
.browseby .smenu li:hover {
  background-color: #f0f0f0;
}
.browseby ul li {
  line-height: normal;
}
.series-menu li.pcat {
  float: left;
  font-size: 24px;
  color: #fff;
  background-color: #C40808;
  display: inline-block;
  padding: 2px 35px 2px 15px;
  position: relative;
  border: 1px solid #C40808;
}
.pcat:after {
  left: 100.1%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(196, 8, 8, 0);
  border-left-color: #C40808;
  border-width: 23px;
  margin-top: -23px;
  z-index: 9;
}
.bPricel {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  letter-spacing: 0%;
  text-align: center;
}
.smenu {
  display: none;
}
.cartList {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.cartList h2 {
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 12px;
}
h3.author {
  font-size: 15px;
  margin-bottom: 12px;
}
.bDescription.series {
  margin: 15px 0;
}
.cartList .stock {
  line-height: 120%;
}
.cartList .bDescription {
  font-size: 15px;
  line-height: 150%;
}
.cartList .bDescription.series, .bListCartHolder1 .stock {}
.categorySubMenu {
  font-size: 15px;
}
.text-right {
  text-align: right;
}
.cartActions {
  /*  position: absolute;
  bottom: 0px;
  display: block;
  width: 100%;
  padding-top: 10px; */
}
.series-menu .current {
  color: #ffffff;
  display: inline-block;
  padding-bottom: 4px;
}
.sortby {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 15px;
}
.form-control.slectbox {
  border: 1px solid #E3E7EC;
  border-radius: 0px;
  min-width: 180px;
  position: relative;
  padding-right: 30px;
  padding-left: 15px !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(images/dropdown-arr.svg);
  background-repeat: no-repeat;
  background-position: 90% 19px;
  background-size: 9px;
  background-color: #fff;
  padding: 4px 15px;
  height: 100%;
  cursor: pointer;
  box-shadow: 7px 2px 13px rgba(0, 0, 0, 0.1);
}
#sort {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 180px;
}
.sortby select {
  background-color: #fff;
  padding: 4px 15px;
  height: 100%;
  cursor: pointer;
  box-shadow: 7px 2px 13px rgba(0, 0, 0, 0.1);
}
/* For webkit browsers (Chrome, Safari, Edge) */
input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: inner-spin-button;
  margin: 0;
}
.featuredl {
  background-color: #FEEAEA;
}
.productholder {
  margin-left: 14px;
  margin-right: 14px;
}
.authortxt h2 {
  margin-bottom: 10px;
}
/* For Firefox */
input[type="number"] {
  -moz-appearance: textfield;
}
.bookDetails .bkformatOpts {
  margin-bottom: 20px;
  max-width: 500px;
}
.bookDetails .qty, .stock, .relstock {
  font-size: 15px;
}
.bookDetails .bDescription {
  padding-top: 20px;
  text-align: justify;
}
.bookDetails .bDescription .allcaps, .bookDetails .bDescription .subcat {
  padding-top: 0;
}
#textContentHeader {
  margin-bottom: 20px;
}
.info-wrapper {
  max-width: 90%;
  margin: 0 auto 30px;
}
.product-brief .acbutton {
  margin-bottom: 15px;
  float: none;
}
.cartpage .table > :not(caption) > * > * {
  background-color: transparent;
  border-bottom-width: 0;
}
.preorderitemtext {
  background-color: #F1E1E1 !important;
  padding: 25px;
  margin-bottom: 15px;
}
.preorderitemtext a {
  color: #C40808;
}
#fullcart {
  margin-bottom: 50px;
}
.table {
  background-color: transparent;
}
.greybox {
  background: #F8F8F8;
}
.availablefromboxlist {
  background: #ECECEC;
  padding: 5px 10px;
  border-radius: 5px;
  border: 1px solid #C7C7C7;
  text-align: center;
  font-size: 14px;
  max-width: 230px;
}
.cart-totals {
  border: 1px solid #9CA6AD;
  padding: 25px;
  background-color: #ffffff;
  margin-top: 50px;
}
.placeorderbtn {
  margin-top: 20px;
  margin-bottom: 20px !important;
  padding: 6px 15px;
  min-width: 165px;
}
.money {
  line-height: 35px;
}
.bottombox {
  border: 1px solid #9CA6AD;
  padding: 25px;
  margin-bottom: 50px;
  background-color: #ffffff;
  margin-top: 40px;
}
.coupon {
  position: relative;
  margin-top: 15px;
  margin-bottom: 15px;
}
.form-control.pcode {
  padding-right: 32%;
  padding-left: 10px;
  line-height: 22px;
}
.table-content-cart {
  margin-top: 30px;
}
.form-group {
  padding-bottom: 20px;
}
.applypcode {
  position: absolute;
  right: 0;
  top: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.quantity-input {
  width: 50px;
}
.clear-btn {
  right: 15px;
}
.f12 {
  font-size: 12px;
}
.loginPages a {
  color: #C40808;
}
.loginPages .bottombox {
  min-height: 250px;
  margin-bottom: 0;
}
h1.categoryTitle {
  margin-top: 20px;
  margin-bottom: 20px;
}
#relatedProducts {
  padding-top: 25px;
}
#relatedProducts h4 {
  margin-bottom: 20px;
}
#relatedProducts .relatedHolder {
  padding: 0;
}
a.video-thumb {
  display: block;
  position: relative;
}
.video-item .video-thumb:hover:after {
  background-image: url(../images/play-outline-red.svg);
  opacity: 1;
}
.relatedTitle {
  padding-top: 10px;
}
.video-item .video-thumb:after {
  background-image: url(../images/play-outline.svg);
  display: block;
  position: absolute;
  opacity: 0.85;
  content: "";
  height: 40%;
  width: 32%;
  max-height: 45px;
  max-width: 65px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.author strong {
  font-weight: 600;
}
.contact-wrapper {
  font-size: 15px;
  margin-bottom: 30px;
}
.error, .myaccount label.error {
  color: #C40808;
  padding-top: 5px;
  font-size: 13px;
  font-weight: normal;
}
.external-shops {
  padding-bottom: 25px;
  text-align: center;
}
.accountoptions {
  background: #fff;
  border: 1px solid #CCCCCC;
  padding: 20px 30px 30px 30px;
}
.accountoptions li {
  display: block;
  border-bottom: 1px solid #ccc;
  width: 100%;
}
.accountoptions .nav-link {
  width: 100%;
  padding: 8px 0px;
  text-align: left;
  color: #000;
  text-transform: uppercase;
}
.accountoptions .nav-link:hover, .accountoptions .nav-link.active {
  color: #C40808;
}
.accountoptions .nav-link img {
  margin-right: 8px;
}
#loginTabs.nav-pills .nav-link {
  background-color: transparent;
  border-radius: 0px;
  font-weight: 300;
  font-size: 28px;
  line-height: 150%;
  color: #040404;
  padding: 0px;
  margin-right: 25px;
}
.loginPages {
  margin: auto;
  width: 80%;
  margin-top: 25px;
  max-width: 500px;
}
.loginBox {
  padding: 25px 0px 0px;
  margin-bottom: 50px;
}
#loginTabs.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #C40808;
  border-bottom: 2px solid #C40808;
}
.myaccount .accountpage {
  max-width: 1114px;
  padding: 35px 45px;
  margin: auto;
}
.myaccount .nav-pills .nav-link {
  border-radius: 0px;
}
.myaccount .nav-pills .nav-link.active {
  background: #C40808;
}
.myaccount .page h1 {
  text-align: center;
}
.myaccount .page h2 {
  text-align: left;
  color: #C40808;
}
.myaccount .tab-content {
  padding-left: 40px;
}
.myaccount .tab-content .table > :not(caption) > * > * {
  padding: 10px;
  background-color: transparent;
}
.checkout-form .form_label {
  font-weight: bold;
  color: #606366;
}
.myaccount label {
  font-weight: normal;
  color: #606366;
}
@media (min-width:992px) and (max-width:1500px) {
  .categoriesMenuHolder .btn-group:last-child.open .dropdown-menu {
    right: 0;
    left: auto;
  }
}
@media (min-width:1400px) {
  .booklist .bImg img {
    max-width: 195px;
  }
}
@media (min-width:1200px) {
  .newsImg img {
    width: 100%;
    min-height: 130px;
    max-height: 150px;
    object-fit: cover;
  }
}
@media (max-width:1280px) {
  .btn-books {
    min-width: 100px;
  }
  .bkformatOpts {
    gap: 9px;
    flex-wrap: nowrap;
  }
}
@media (min-width:992px) and (max-width:1100px) {
  .cartform .text-left {
    flex-direction: column;
    gap: 5px;
    align-items: baseline;
  }
  .cartform input[type="number"] {
    margin-left: 0;
  }
  .acbutton {
    font-size: 13px;
  }
}
@media (max-width:992px) {
  /* #cartId {
    margin: 0;
    padding: 5px;
    position: absolute;
    top: 47px;
    right: 0px;
    left: 0px;
    float: none;
    width: 100%;
    position: fixed;
    z-index: 9999;
    display: none;
    border-radius: 0px;
    text-align: left;
    height: 100%;
    overflow-y: scroll;
  } */
}
.dmobile {
  display: none;
}
.dropdown-toggle::after {
  display: none;
}
.nav-link:focus-visible {
  box-shadow: none;
}
.back-to-top {
  position: fixed;
  bottom: 25px;
  right: 25px;
  display: none;
  background: rgb(255, 232, 232, 0.8);
  border-color: rgb(255, 232, 232, 0.8);
  padding: 6px 12px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content h4 {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #040404;
  margin-bottom: 30px;
}
.btnorder:hover {
  cursor: pointer;
}
.newsltr {
  background-color: #D9D9D9;
  padding: 10px 15px;
  text-align: center;
  position: relative;
  bottom: -53px;
  font-weight: 400;
  font-size: 20px;
  line-height: 150%;
}
.newsltr strong {
  font-weight: 700;
}
.newsltr .btn-primary {
  font-weight: 400;
  font-size: 17px;
  background-color: #fff;
  color: #040404;
  border: 1px solid #040404;
  width: 125px;
  text-align: center;
  border-radius: 3px;
  margin-left: 10px;
}
.newsltr .modal-header {
  border: none;
  padding: 20px 25px 10px
}
.newsltr .modal-body {
  padding: 0px 25px 25px;
}
.newsltr h5 {
  margin-bottom: 15px;
}
.newsltr .error {
  line-height: normal;
}
.newsltr .nlsignup.error {
  margin-bottom: 0px;
}
.newsltr label.error {
  display: block;
  text-align: left;
  margin-bottom: 10px;
}
.audiobanner {
  display: flex;
  align-items: center;
  border: 1px solid #BCBCBC;
  width: 100%;
  max-width: 1090px;
  margin: 0px auto 20px;
  box-sizing: border-box;
  background-color: #fff;
}
.digitallogo {
  flex-shrink: 0;
  padding: 0 15px 0px 0px;
}
.digitallogo img {
  height: 120px;
  width: auto;
}
.digitalbody p {
  margin: 0;
}
.digitalbody {
  flex-grow: 1;
  padding-right: 20px;
  line-height: 1.2;
}
.digitalbody .main-text {
  font-size: 21px;
  font-weight: normal;
}
.digitalbody .newsletterSignupBold {
  color: #c00000;
  font-weight: bold;
}
.digitalbody .sub-text {
  font-size: 16px;
  margin-top: 5px;
}
.digitalbody .small-text {
  font-size: 13px;
  margin-top: 5px;
}
.digitalbuttons-container {
  display: flex;
  flex-shrink: 0;
  padding-right: 15px;
  align-items: center;
}
.app-stores {
  display: flex;
  flex-direction: column;
  margin-right: 15px;
}
.app-stores img {
  width: 114px;
  height: auto;
  display: block;
  margin-bottom: 5px;
}
.ftpress-icon img {
  width: 81px;
  height: auto;
  display: block;
}
.app-stores a:last-child img {
  margin-bottom: 0;
}
.appbuttons-page {
  padding-top: 14px;
}
.ebook-page-logo {
  margin-right: 20px;
}
.appiconAS {
  float: right;
  margin-top: 20px;
  width: 114px;
}
.appiconGP {
  width: 114px;
  margin-top: 20px;
}