@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500&family=Raleway:wght@600;700&display=swap);
@charset "UTF-8";
/********************************************
    Base colors
********************************************/
/********************************************
    Font Families
********************************************/
/*$titleFont: 'Raleway',*/
/********************************************
    Breakpoints
********************************************/
/********************************************
    Star Ratings
********************************************/
body {
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
  margin: 0;
  font-size: 0.9rem;
}

.sujilee-title, .home-slider .slider-title, h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
}

.book-title, author-details author-title {
  font-size: 1.5em;
}

container {
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
}

img {
  max-width: 100%;
}

overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  background: #000;
  opacity: 0.69;
}

ul {
  list-style: none;
  padding: 0;
}

a {
  color: #04519F;
}
a:hover {
  color: #004183;
  text-decoration: none !important;
}

input:focus-visible,
select:focus-visible {
  outline: none;
  border-color: #004183;
}

.btn, .gradient-btn, .btn-white, .btn-border-square, .btn-border {
  display: inline-block;
  /*padding: 0.5em 1.25em;*/
  padding: 0.375rem 0.9rem;
  text-align: center;
  text-decoration: none;
  transition: 0.2s ease;
  border-radius: 0.25em;
  align-items: center;
  cursor: pointer;
}
.btn:hover, .gradient-btn:hover, .btn-white:hover, .btn-border-square:hover, .btn-border:hover {
  color: #fff;
  background-color: #004183;
}
.btn svg, .gradient-btn svg, .btn-white svg, .btn-border-square svg, .btn-border svg {
  margin-right: 0.5em;
}

.btn-blue {
  background-color: #04519F;
  color: #fff;
}

.btn-border-square, .btn-border {
  background-color: transparent;
  color: #04519F;
}
.btn-border-square:hover, .btn-border:hover {
  color: #fff;
  background-color: #04519F;
}

.btn-border {
  border-radius: 10em;
}

.btn-white {
  background: #fff;
  color: #04519F;
  border-color: #04519F;
  border-radius: 3em;
  border: 1px solid;
}
.btn-white:hover {
  color: #fff;
  background-color: #004183;
}

.gradient-btn {
  border: transparent;
  padding: 0.5em 1em;
  font-size: 1.1em;
  border-radius: 0.25em;
  background-color: #5e7fcc;
  background-image: linear-gradient(180deg, #5e7fcc 0%, #2499be 100%);
}
.gradient-btn:hover {
  background-color: #2499be;
  background-image: linear-gradient(180deg, #2499be 0%, #5e7fcc 100%);
}
.gradient-btn.buy-now {
  background: #000;
  color: #FFF;
}
.gradient-btn.add-to-cartt {
  background: #04519f;
  color: #FFF;
}

.slashed-price {
  text-decoration: line-through;
}

.font-blue {
  color: #04519f;
}

book-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /*width: 20%;*/
  width: 14.28%;
}
book-card.item6 {
  /*width: 16.66%;*/
  width: 14.28%;
}
book-card book-thumbnail {
  width: 100%;
  height: 15em;
  position: relative;
}
book-card book-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
book-card .sale-price {
  font-size: 0.93em;
  font-weight: 600;
}
book-card .realprice {
  color: #04519F;
  font-size: 1.1em;
}
book-card book-details {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1em;
  color: #666;
}
book-card book-title {
  font-size: 1em;
  font-weight: 500;
  margin: 0.25em 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 48px;
}
book-card book-title a {
  text-decoration: none;
  text-transform: lowercase;
  display: inline-block;
  color: #232323;
}
book-card book-title a:first-letter {
  text-transform: capitalize;
}
book-card book-title a:first-line {
  text-transform: capitalize;
}
book-card book-title a :hover {
  text-decoration: none;
}
book-card book-author {
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}
book-card book-author a {
  color: #232323;
}
book-card book-rating {
  margin: 0.25em 0;
}

author-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 16.666%;
}
author-card.w100 {
  width: 100% !important;
}
author-card author-thumbnail {
  width: 100%;
  height: 15em;
  position: relative;
}
author-card author-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 1;
}
author-card author-details {
  display: flex;
  flex-direction: column;
  text-align: center;
  padding: 1em;
  color: #666;
}
author-card .pen-name {
  font-size: 0.8em;
  font-weight: 600;
}
author-card .author-thumbnail {
  width: 100%;
  overflow: hidden;
  display: flex;
  align-content: center;
  justify-content: center;
}
author-card .author-thumbnail img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 50%;
  width: 200px;
  height: 200px;
}
author-card author-title {
  font-size: 1.1em;
  font-weight: 500;
  margin: 0.25em 0;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
author-card author-title a {
  text-decoration: none;
  color: #000;
}
author-card author-name {
  font-size: 0.9em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
}

.star-ratings {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: 1.3em;
  font-family: Times;
  line-height: 1;
}
.star-ratings::before {
  content: "★★★★★";
  letter-spacing: 3px;
  background: linear-gradient(90deg, #fc0 var(--percent), #eee var(--percent));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-footer .footer-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.main-footer .footer-row .footer-col {
  width: 23%;
  padding: 0 0.5em;
}
.main-footer .footer-row .footer-title {
  position: relative;
  display: block;
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 1.5em;
}
.main-footer .footer-row .footer-title:after {
  content: "";
  position: absolute;
  width: 2em;
  height: 2px;
  background: #fff;
  left: 0;
  bottom: -0.5em;
}
.main-footer .footer-row a {
  text-decoration: none;
}
.main-footer .footer-row .footer-flex {
  display: inline-flex;
  align-items: flex-start;
  margin-bottom: 0.5em;
}
.main-footer .footer-row .footer-flex svg {
  margin-right: 0.5em;
}
.main-footer .footer-row .footer-flex .feather-map-pin {
  margin-right: 1em;
}
.main-footer .copyright {
  width: 100%;
  justify-content: center;
}
.main-footer hr {
  background-color: #fff;
  width: 100%;
  margin: 1em 0;
}

author-details {
  display: block;
  margin: 1em;
  text-align: center;
}
author-details author-title {
  display: block;
  color: #666;
  font-weight: 500;
}
author-details author-tags {
  display: block;
  margin: 0.75em 0;
  font-weight: 600;
  color: #04519F;
  font-size: 0.9em;
}
author-details author-desc {
  display: block;
  font-size: 0.9em;
}

.blue-red-gradient {
  background-color: #04519F;
  background-image: linear-gradient(45deg, #04519F 0%, #ed1d96 100%);
}

.blue-purple-gradient {
  background-color: #04519F;
  background-image: linear-gradient(45deg, #04519F 0%, #9600FF 100%);
}

/**********************************
    Header
**********************************/
.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 2em auto;
}

.header-logo {
  width: 13em;
}

.main-menu-wrap {
  background: #04519F;
}
.main-menu-wrap ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.main-menu-wrap ul li {
  float: left;
  padding: 0 0.5em;
  position: relative;
}
.main-menu-wrap ul li.active a {
  color: #04519F;
  background-color: #fff;
}
.main-menu-wrap ul li.active a::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 100%;
  top: 0;
  left: -1px;
  background: #fff;
  transform: skew(-10deg);
}
.main-menu-wrap ul li.active a::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 100%;
  top: 0;
  right: -1px;
  background: #fff;
  transform: skew(-10deg);
}
.main-menu-wrap ul a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 1em;
}
.main-menu-wrap ul a:hover {
  color: #04519F;
  background-color: #eee;
}
.main-menu-wrap ul a:hover::before {
  content: "";
  position: absolute;
  width: 1em;
  height: 100%;
  top: 0;
  left: -1px;
  background: #eee;
  transform: skew(-10deg);
}
.main-menu-wrap ul a:hover::after {
  content: "";
  position: absolute;
  width: 1em;
  height: 100%;
  top: 0;
  right: -1px;
  background: #eee;
  transform: skew(-10deg);
}

.header-component {
  display: flex;
  align-items: center;
  width: 33.3333333333%;
}
.header-component form.searchbox {
  width: 60%;
}

.header-cart {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header-cart figure {
  position: relative;
  margin: 0 2em;
}
.header-cart .header-cart-item-count {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -0.5em;
  right: -0.5em;
  background: #04519F;
  border-radius: 50%;
  color: #fff;
}
.header-cart .header-cart-title {
  display: flex;
  flex-direction: column;
  text-align: center;
  margin: 0 2em;
  color: #232323;
}
.header-cart .header-cart-title .cart-title {
  font-size: 1em;
  font-weight: 600;
  color: #666;
  text-transform: uppercase;
}
.header-cart .header-cart-title .cart-total-wrap {
  font-size: 0.8em;
  color: #666;
}

.header-search-wrap {
  display: flex;
  background: #eee;
  border-radius: 0.25em;
  overflow: hidden;
}
.header-search-wrap input {
  background: transparent;
  padding: 0.5em;
  color: #04519F;
  border: none;
  width: 100%;
}
.header-search-wrap input:focus {
  outline: none;
}
.header-search-wrap .icon-wrap {
  display: flex;
  align-items: center;
  padding: 0.5em;
  background: #04519F;
  color: #fff;
  border-radius: 0.25em;
}
.header-search-wrap .icon-wrap svg {
  width: 1em;
  height: 1em;
}

.header-wishlist {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #04519F;
}
.header-wishlist svg {
  fill: #04519F;
  margin-right: 0.25em;
}

.space-around {
  align-items: center;
  justify-content: space-around;
}

.space-between {
  align-items: center;
  justify-content: space-between;
}

.header-profile-img {
  position: relative;
  width: 3em;
  height: 3em;
  margin: 0 0.5em;
  border-radius: 50%;
  cursor: pointer;
}
.header-profile-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 50%;
}

#home-features {
  padding: 1em 0;
}

.featured-item {
  display: flex;
  align-items: center;
}
.featured-item picture {
  margin-right: 1em;
}
.featured-item .featured-subtitle {
  display: flex;
  font-size: 0.8em;
  color: #909090;
}

.responsive-menu-trigger {
  display: none;
  padding: 1em;
  align-items: center;
  color: #fff;
}

#responsive-menu {
  position: fixed;
  right: 0;
  top: 0;
  padding: 2em;
  background: #04519F;
  height: 100vh;
  z-index: 999;
  transition: 0.5s ease;
  transform: translateX(304px);
}
#responsive-menu .responsive-menu-logo {
  display: block;
  background: #fff;
  padding: 0.5em 1em;
  border-radius: 0.25em;
}
#responsive-menu .responsive-menu li {
  margin: 1em 0;
  padding: 0.5em;
}
#responsive-menu .responsive-menu li a {
  color: #fff;
  text-decoration: none;
}
#responsive-menu .responsive-menu .active {
  background: #004183;
}
#responsive-menu .responsive-menu .hightlight-menu {
  padding: 0.5em 0;
}
#responsive-menu .responsive-menu .hightlight-menu a {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.1em;
}
#responsive-menu .responsive-menu .hightlight-menu a svg {
  margin-right: 0.5em;
}
#responsive-menu .responsive-menu-close {
  display: block;
  text-align: right;
  margin: 0 0 1em;
}
#responsive-menu .responsive-menu-close svg {
  stroke: #f00;
  background: #fff;
  padding: 0.25em;
  border-radius: 50%;
}

.open-menu {
  transform: translateX(0) !important;
}

.header-profile-wrap {
  position: relative;
  width: 3em;
  height: 3em;
  border-radius: 50%;
  border: 0.25em solid #04519F;
  overflow: hidden;
}
.header-profile-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.header-profile-list {
  display: none;
  position: absolute;
  bottom: -5em;
  z-index: 3;
  background: #fff;
  min-width: 8em;
  border: 1px solid #eee;
  right: -7em;
}
.header-profile-list li {
  padding: 0.25em 0.5em;
}
.header-profile-list li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  font-size: 0.8em;
}
.header-profile-list li:hover {
  background: #04519F;
}
.header-profile-list li:hover a {
  color: #fff;
}

/**********************************
    Header ends
**********************************/
/**********************************
    Footer
**********************************/
.main-footer {
  padding: 3em 0;
  background-color: #222;
  color: #fff;
}
.main-footer .footer-social {
  padding: 0;
}
.main-footer .footer-social li {
  float: left;
  padding: 0.5em;
}
.main-footer .footer-social ul {
  list-style: none;
  padding: 0 1em;
}
.main-footer a {
  color: #fff;
}
.main-footer hr {
  background-color: #fff;
}

/**********************************
    Footer ends
**********************************/
/**********************************
    Alerts
**********************************/
.alert, .alert-success, .alert-fail, .alert-grey {
  display: inline-block;
  margin: 0.5em 0;
  padding: 1em;
  background: #eee;
  border-radius: 0.25em;
  font-size: 0.9em;
}

.alert-fail {
  background: #f00;
  color: #fff;
}

.alert-success {
  background: #2fa64d;
  color: #fff;
}

/**********************************
    Alerts ends
**********************************/
/**********************************
    Forms ends
**********************************/
.input-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 1em;
}
.input-group label {
  margin-bottom: 0.5em;
  color: #004183;
  font-weight: 600;
  font-size: 0.9em;
}
.input-group input {
  padding: 1em;
  background: #f7f7f7;
  border: 1px solid #afaeae;
  border-radius: 0.25em;
}

/**********************************
    Forms ends
**********************************/
/**********************************
    Profile page components
**********************************/
.profile-nav-wrap {
  width: 100%;
}

/**********************************
    Profile page components ends
**********************************/
/**********************************
    Common classes
**********************************/
.w-100 {
  width: 100%;
}

.text-center {
  text-align: center;
}

.position-relative {
  position: relative;
}

.md-6 {
  width: 50%;
}

.justify-center {
  justify-content: center;
}

.title {
  font-size: 2em;
  margin: 0.25em 0;
}

.subtitle {
  font-size: 1.25em;
  color: #666;
  margin: 0.25em 0;
}

.overflow-hidden {
  overflow: hidden;
}

.justify-right {
  justify-content: right;
}

.btn-dark {
  color: #fff;
}

.more-books-btn {
  display: inline-flex;
  align-items: center;
  cursor: pointer;
  background: none;
  color: #000;
}
.more-books-btn :hover {
  background: none;
  color: #04519F;
}
.more-books-btn svg {
  position: absolute;
}

.content-page {
  margin: 3em 0;
  border-radius: 0.5em;
}
.content-page .content-title {
  padding: 1em;
  border-bottom: 1px solid #00000017;
}
.content-page .content-title .title {
  display: flex;
  align-items: center;
  font-size: 1.5em;
}
.content-page .content-title svg {
  stroke: #04519F;
  margin-right: 0.5em;
}
.content-page .content-body {
  padding: 1em;
}

.d-flex {
  display: flex;
}

.sujilee-table {
  width: 100%;
}
.sujilee-table th {
  text-align: left;
}

.small {
  font-size: 0.8em;
}

/**********************************
    Common classes ends
**********************************/
#page-wrapper {
  min-height: 70vh;
  padding: 50px 0;
}

/**********************************
    Home Slider
**********************************/
.home-slider {
  position: relative;
}
.home-slider .slider-bg {
  width: 100%;
  height: auto;
}
.home-slider .slider-container {
  padding: 2em 0;
  align-items: center;
  color: #fff;
  justify-content: space-around;
}
.home-slider .slider-container .btn, .home-slider .slider-container .btn-border-square, .home-slider .slider-container .btn-border, .home-slider .slider-container .btn-white, .home-slider .slider-container .gradient-btn {
  display: inline-block;
  margin-bottom: 1em;
}
.home-slider .home-slider-image {
  max-width: 25em;
}
.home-slider .banner-title {
  font-size: 2.5em;
  margin: 0 0 0.5em;
}
.home-slider .banner-content-wrap {
  max-width: 40em;
}
.home-slider .swiper-slide {
  z-index: 999;
}
.home-slider .swiper-slide img {
  transition: all ease-in 0.6;
}

/**********************************
    Home Slider ends
**********************************/
#home-icon-container {
  display: flex;
  margin: 6em 0;
}
#home-icon-container .icon-section {
  width: 16.666%;
}
#home-icon-container content-container {
  display: flex;
  width: 65%;
  margin: 0 auto;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
}
#home-icon-container .icon {
  margin-bottom: 1em;
}
#home-icon-container .icon-fav {
  width: 74px;
  margin-top: 1em;
}
#home-icon-container .image-conatiner {
  width: 16.666%;
  min-height: 330px;
  height: 100%;
  display: flex;
}
#home-icon-container .image-conatiner img {
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 300px;
  width: 100%;
  transition: 0.5s ease;
}
#home-icon-container .content-section {
  background-image: linear-gradient(#657DCD, #17A0BC);
  width: 16.666%;
  min-height: 330px;
  height: 100%;
  text-align: center;
  flex-wrap: wrap;
  justify-content: center;
  color: #FFF;
  padding: 2em 0;
}
#home-icon-container .content-section h4 {
  width: 100%;
  font-size: 1.2em;
}
#home-icon-container .content-section p {
  font-size: 0.96em;
}
#home-icon-container .content-section .white {
  background-image: linear-gradient(#FFF, #FFF);
  width: 40%;
  text-align: center;
  color: #657DCD;
}

/**********************************
    Home about blocks
**********************************/
#about-blocks {
  margin: 3em 0;
}
#about-blocks .about-block {
  width: 30%;
  padding: 3em 1em;
  text-align: center;
  color: #04519F;
  transition: 0.5s ease;
  border-radius: 1em;
}
#about-blocks .about-block p {
  max-width: 14em;
  margin: 0 auto;
}
#about-blocks .about-block:hover {
  background: #04519F;
  color: #fff;
}
#about-blocks .about-block:hover img {
  filter: brightness(0) invert(1);
}

/**********************************
    Home about blocks ends
**********************************/
/**********************************
    /category page designs
**********************************/
.sujilee-light:nth-child(odd) .sujilee-card-box {
  background: #04519F;
}

.sujilee-light:nth-child(even) .sujilee-card-box {
  background: #067be2;
}

.sujilee-card-box:hover {
  text-decoration: none;
  background: #1976D2 !important;
}

.sujilee-box-shadow-medium {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.sujilee-icon-border {
  box-sizing: border-box;
  border: 1px solid #fff;
  /* width: 60px; 
  height: 60px;*/
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.sujilee-icon-border i {
  margin-right: 0.6em;
}

.sujilee-icon-border a {
  color: #000;
}

/* .sujilee-icon-border i{ font-size: 20px; } */
.sujilee-icon-border a:hover {
  color: #04519F;
  font-weight: 600;
}

.sujilee-light hr {
  height: 1px;
  background: #ddd;
  border: none;
  margin: 5px 0;
}

/**********************************
    /category page designs ends
**********************************/
/**********************************
    Book categories
**********************************/
.category-title-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}
.category-title-wrap hr {
  width: calc(100% - 22em);
}
.category-title-wrap .w-100 {
  width: 100%;
}
.category-title-wrap .btn-border {
  min-width: 4em;
  display: inline-flex;
  border: 1px solid #04519F;
  align-items: center;
}
.category-title-wrap .btn-border svg {
  width: 1em;
  height: 1em;
  margin-left: 0.1em;
  transition: 0.1s ease;
}
.category-title-wrap .btn-border:hover svg {
  transform: translateX(0.25em);
}

.category-title {
  color: #04519F;
  min-width: 8em;
}

.category-excerpt {
  width: 100%;
  margin: 0 0 3em;
}

.book-listings {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3em;
}

/**********************************
    Book categories ends
**********************************/
/**********************************
    Home trending books
**********************************/
#trending-books-wrap {
  width: 80%;
}
#trending-books-wrap book-card {
  width: 20%;
}

#featured-authors-wrap {
  width: 20%;
}

.swiper {
  position: relative;
}

.swiper-slide.author-slide {
  display: none;
}
.swiper-slide.author-slide.swiper-slide-active {
  display: block;
}

.author-slide-img {
  position: relative;
  height: 15em;
  margin: 1em;
}
.author-slide-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  border-radius: 0.5em;
}

/**********************************
    Home trending books ends
**********************************/
/**********************************
    Home Sale section
**********************************/
#home-ad-section {
  margin: 2em 0;
  color: #04519F;
}
#home-ad-section .banner-ad {
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  height: 250px;
  margin: 0 auto;
}
#home-ad-section .sale-title {
  font-size: 2em;
}

.sale-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}

.sale-content {
  padding: 3em 2em;
  width: 100%;
}

/**********************************
    Home Sale section ends
**********************************/
/**********************************
    Highlight cards
**********************************/
#highlight-cards {
  margin: 2em 0;
}

.cards-container {
  width: 95%;
  justify-content: space-between;
}

.hl-card-container {
  width: 30%;
  position: relative;
  margin-bottom: 4em;
  padding-top: 2em;
}
.hl-card-container .hl-card-content {
  display: flex;
  padding: 0 1em;
  color: #fff;
  margin-bottom: -2em;
}
.hl-card-container figure {
  margin: 0.5em 1em;
}
.hl-card-container overlay {
  border-radius: 0.5em;
}
.hl-card-container .btn-white {
  font-size: 0.9em;
  margin: 1em 0;
}
.hl-card-container .book-details {
  width: calc(100% - 10em);
}

.highlight-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -4;
  -o-object-position: top;
     object-position: top;
  border-radius: 0.5em;
}

.hl-book-title,
.hl-book-author {
  display: block;
}
.hl-book-title a,
.hl-book-author a {
  color: #fff;
}
.hl-book-title a:hover,
.hl-book-author a:hover {
  color: #fff;
}

.hl-book-title {
  font-size: 1.4em;
}

.hl-book-author {
  font-size: 0.9em;
}

.hl-card-img {
  width: 8em;
  height: 12em;
  overflow: hidden;
  position: relative;
}
.hl-card-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -o-object-position: top;
     object-position: top;
}

/**********************************
    Highlight cards ends
**********************************/
/**********************************
    Testimonial slider
**********************************/
#home-testimonials {
  position: relative;
  padding: 2em 0;
  background: #f6f6f6;
}
#home-testimonials container {
  position: relative;
}
#home-testimonials .testimonial-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
#home-testimonials .testimonial-slide-img {
  position: relative;
  width: 6em;
  height: 6em;
  border-radius: 50%;
  overflow: hidden;
  margin: 1em auto;
  display: block;
}
#home-testimonials .testimonial-slide-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
#home-testimonials .testimonial-slider {
  text-align: center;
}
#home-testimonials .testimonial-slider .testimonial {
  width: 70%;
}
#home-testimonials .testimonial-slider article {
  width: 100%;
  margin: 0 auto;
}
#home-testimonials .testimonial-slider article .message {
  font-size: 1.1rem;
  line-height: 1.5;
  border: none !important;
  outline: none !important;
}
#home-testimonials .testimonial-slider article .blockquote-footer h4 {
  color: #000;
}
#home-testimonials .testimonial-button-prev,
#home-testimonials .testimonial-button-next {
  position: absolute;
  top: calc(50% - 2.5em);
  z-index: 9999;
  cursor: pointer;
}
#home-testimonials .testimonial-button-prev svg,
#home-testimonials .testimonial-button-next svg {
  width: 5em;
  height: 5em;
  stroke: #04519F;
  stroke-width: 1;
}
#home-testimonials .testimonial-button-prev {
  left: 0%;
}
#home-testimonials .testimonial-button-next {
  right: 0%;
}

.carousel-controls .control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 5em;
  height: 5em;
  border-radius: 50%;
  border: 0px solid #04519F;
  z-index: 1;
}
.carousel-controls .control svg {
  width: 5em;
  height: 5em;
  stroke: #04519F;
  stroke-width: 1;
}

.prev {
  left: -2.25rem;
}

.next {
  right: -2.25rem;
}

@media screen and (max-width: 768px) {
  .testimonials {
    max-height: 700px;
  }
  .testimonials .message {
    font-size: 1rem;
  }
  .testimonials h2 {
    font-size: 1.5rem;
  }

  .carousel-controls .control {
    width: 3em;
    height: 3em;
    top: inherit;
  }
  .carousel-controls .control svg {
    width: 3em;
    height: 3em;
    stroke: #04519F;
    stroke-width: 1;
  }

  .prev {
    left: 0;
  }

  .next {
    right: 0;
  }

  .control i {
    font-size: 0.7rem;
  }
}
/**********************************
    Testimonial slider ends
**********************************/
/**********************************
    Join the community
**********************************/
#join-the-community {
  text-align: center;
  color: #FFF;
  position: relative;
  width: 100%;
  padding: 4em 0;
}
#join-the-community container {
  padding: 3em 0;
  position: relative;
}
#join-the-community h1 {
  width: 100%;
  font-size: 3em;
  margin-bottom: 0;
  margin: 0 auto;
}
#join-the-community p {
  width: 100%;
  font-style: italic;
}
#join-the-community .gradient-btn {
  margin: 0 auto;
  display: inline-block;
}

.join-the-community-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

/**********************************
    Join the community ends
**********************************/
/**********************************
    Contact map home
**********************************/
#home-contact {
  position: relative;
  overflow: hidden;
  min-height: 25em;
}
#home-contact .home-contact-img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

/**********************************
    Contact map home ends
**********************************/
/**********************************
    Download App
**********************************/
#download-map {
  position: relative;
  background: #0000009e;
}
#download-map container {
  align-items: center;
  color: #fff;
}
#download-map h6 {
  font-size: 2.5em;
  font-weight: 400;
  margin: 1em 0 0;
}
#download-map p {
  font-size: 1.4em;
}

.download-app-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}

.download-btn-img {
  max-width: 13em;
}

/**********************************
    Download App ends
**********************************/
/**********************************
    About page ends
**********************************/
.about-details {
  margin: 3em auto;
}
.about-details .about-content {
  padding: 2em;
}
.about-details .subtitle {
  display: flex;
  align-items: center;
}
.about-details .subtitle img {
  margin: 0 0.5em;
}

.about-card-container {
  margin: 3em auto;
  justify-content: center;
}
.about-card-container .about-card {
  max-width: 25em;
  margin: 1em;
  text-align: center;
  padding: 2em;
  color: #fff;
  background-color: #5e7fcc;
  background-image: linear-gradient(180deg, #5e7fcc 0%, #2499be 100%);
}
.about-card-container .about-card:hover {
  background-color: #2499be;
  background-image: linear-gradient(180deg, #2499be 0%, #5e7fcc 100%);
}
.about-card-container .about-card-title {
  font-size: 1.4em;
  font-weight: 600;
}

.about-faqs {
  margin: 3em auto;
}

.accordion {
  width: 70rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}
.accordion__item {
  display: flex;
  background-color: #fff;
  box-shadow: 0 0 32px rgba(0, 0, 0, 0.1);
  padding: 1em 2em;
  flex-wrap: wrap;
  margin-bottom: 2em;
  justify-content: space-between;
}
.accordion__number, .accordion__text {
  font-size: 1.4em;
  font-weight: 600;
}
.accordion__btn {
  border: none;
  outline: none;
  background: none;
  cursor: pointer;
}
.accordion__box {
  display: none;
  grid-column: 2;
}
.accordion__content {
  line-height: 1.6;
  padding-bottom: 2.4rem;
}

ion-icon {
  width: 2.4rem;
  height: 2.4rem;
  color: #04519F;
}

.accordion__btn {
  transition: 0.5s ease;
}

.open .accordion__btn {
  transform: rotate(180deg);
}

.open .accordion__box {
  display: block;
}

.accordion__text {
  width: calc(100% - 2em);
}

.open .accordion__text,
.open ion-icon {
  color: #04519F;
}

.open ion-icon {
  transform: rotate(180deg);
}

/**********************************
    About page ends
**********************************/
/**********************************
    Contact page
**********************************/
.contact-box {
  width: 100%;
  margin: 3em auto;
  box-shadow: 0 0 3px 3px #00000014;
}
.contact-box svg {
  fill: #fff;
  stroke: #04519F;
  margin-right: 0.5em;
}
.contact-box .contact-header {
  padding: 1em;
  border-bottom: 1px solid #00000014;
}
.contact-box .contact-header .contact-title {
  display: flex;
  width: 100%;
  padding: 1em;
  font-size: 1.5em;
  align-items: center;
  font-weight: 700;
}
.contact-box .contact-header .contact-title svg {
  width: 1.25em;
  height: 1.25em;
}
.contact-box .contact-body {
  display: flex;
  padding: 1em;
  flex-wrap: wrap;
}
.contact-box .contact-body .contact-item {
  display: flex;
  width: 100%;
  padding: 1em;
  text-decoration: none;
  color: #232323;
  font-weight: 500;
}
.contact-box .contact-body .contact-form {
  display: flex;
  flex-wrap: wrap;
  padding: 2em;
}
.contact-box .contact-body .contact-form input,
.contact-box .contact-body .contact-form textarea {
  width: 100%;
  padding: 1em;
  border-radius: 0.5em;
  margin-bottom: 1em;
  border: none;
  background: #f5f5f5;
}
.contact-box .contact-body .contact-form .gradient-btn {
  width: 100%;
  border-radius: 5em;
}

/**********************************
    Contact page ends
**********************************/
/**********************************
    Single book page ends
**********************************/
#single-book-content {
  position: relative;
  margin: 3em auto;
}
#single-book-content .book-thumbnail-wrap {
  width: 14em;
}
#single-book-content .book-details {
  width: calc(100% - 30em);
}
#single-book-content .book-actions-wrap {
  width: 16em;
}
#single-book-content .book-actions-wrap article {
  box-shadow: 0 0 3px 3px #00000008;
  padding: 1em;
}
#single-book-content .book-actions-wrap article .buy-btn-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
  text-align: center;
  font-size: 0.75em;
}
#single-book-content .book-actions-wrap article .buy-btn-wrapper form {
  width: 100%;
  display: flex;
}
#single-book-content .book-actions-wrap article .buy-btn-wrapper a,
#single-book-content .book-actions-wrap article .buy-btn-wrapper button {
  width: 100%;
  display: flex;
  align-items: center;
  margin: 0.5em;
  font-weight: 400;
  font-size: 0.85rem;
  justify-content: center;
  font-family: "Open Sans";
}
#single-book-content .book-actions-wrap article .buy-btn-wrapper a svg,
#single-book-content .book-actions-wrap article .buy-btn-wrapper button svg {
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.5em;
}
#single-book-content .book-thumbnail, #single-book-content .book-mob-thumbnail {
  position: relative;
  width: 12em;
  height: 18em;
  margin: 0 auto;
  border-radius: 0.5em;
  overflow: hidden;
}
#single-book-content .book-thumbnail img, #single-book-content .book-mob-thumbnail img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#single-book-content .book-mob-thumbnail {
  display: none;
}
#single-book-content .book-title, #single-book-content author-details author-title, author-details #single-book-content author-title {
  font-size: 2em;
  margin: 0 0 0.25em;
}
#single-book-content .book-subtitle {
  font-size: 0.8em;
  margin: 0.5em 0;
}
#single-book-content .book-subtitle a {
  text-decoration: none;
}
#single-book-content .book-rating {
  font-size: 0.9em;
}
#single-book-content .book-price {
  color: #004183;
  font-size: 1.5em;
  margin: 0.5em 0;
  font-family: "Open Sans", sans-serif;
}
#single-book-content .book-description {
  margin-bottom: 2em;
  font-size: 1em;
  line-height: 1.8em;
}
#single-book-content .book-attributes-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.5em;
  font-size: 0.8em;
}
#single-book-content .book-attributes-list li strong {
  min-width: 11em;
  display: inline-flex;
  align-items: center;
  margin-bottom: 0.5em;
}
#single-book-content .book-attributes-list li strong svg {
  stroke: #000;
  margin-right: 0.5em;
  stroke-width: 1.5px;
  width: 20px;
}
#single-book-content .book-attributes-list li span {
  display: inline-flex;
  margin-bottom: 0.5em;
}
#single-book-content .book-single-details {
  padding: 0 2em;
}
#single-book-content .add-to-wishlist {
  display: inline-flex;
  align-items: center;
  margin: 1em 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9em;
}
#single-book-content .add-to-wishlist svg {
  width: 1.2em;
  height: 1.2em;
  stroke: #f00;
  margin-right: 0.5em;
  transition: 0.5s ease;
}
#single-book-content .add-to-wishlist:hover svg {
  fill: #f00;
}
#single-book-content .add-to-wishlist.active svg {
  fill: #f00;
}
#single-book-content .reduceQuantity,
#single-book-content .addQuantity {
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1em;
  background: #04519F;
  color: #fff;
  cursor: pointer;
}
#single-book-content .reduceQuantity:hover,
#single-book-content .addQuantity:hover {
  background-color: #004183;
}
#single-book-content .reduceQuantity {
  border-radius: 0.25em 0 0 0.25em;
}
#single-book-content .addQuantity {
  border-radius: 0 0.25em 0.25em 0;
}
#single-book-content .quantity-group {
  display: flex;
  justify-content: center;
  margin: 1em 0;
}
#single-book-content #bookQuantity {
  border: 1px solid #04519f;
  max-width: 4em;
  text-align: center;
}
#single-book-content .wishlist-btn-wrap {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
#single-book-content .wishlist-btn-wrap a {
  display: inline-flex;
  border: 1px solid #ddd;
}
#single-book-content .book-types-list {
  display: flex;
}
#single-book-content .book-types-list li {
  display: flex;
  flex-direction: column;
  padding: 0.5em 1em;
  margin-right: 1em;
  border: 1px solid #04519F;
  min-width: 6em;
  text-align: center;
  transition: 0.5s ease;
  cursor: pointer;
  border-radius: 0.15em;
  font-weight: 500;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.2);
}
#single-book-content .book-types-list li .book-type {
  font-size: 0.9em;
}
#single-book-content .book-types-list li .book-type-price {
  font-size: 0.8em;
}
#single-book-content .book-types-list li:hover {
  background: #04519F;
  color: #fff;
}
#single-book-content .book-types-list .active {
  background: #004183;
  color: #fff;
}
#single-book-content .response-wrap {
  display: flex;
  justify-content: center;
  margin: 0.5em 0;
}
#single-book-content .response-wrap .response-content {
  display: none;
}

/**********************************
    Single book page ends
**********************************/
/**********************************
    Login page
**********************************/
#login-page {
  position: relative;
  padding: 7em 0;
}
#login-page .login-logo {
  margin-bottom: 2em;
}
#login-page .login-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -4;
  border-radius: 0.5em;
}
#login-page #login-form {
  background: #fff;
  padding: 2em;
  border-radius: 0.5em;
  margin: 0 auto;
  width: 400px;
}
#login-page #login-form .login-logo {
  display: flex;
  justify-content: center;
}
#login-page #login-form .login-logo img {
  margin: 0 auto;
}
#login-page #login-form p {
  text-align: center;
}
#login-page #login-submit {
  margin: 0.75em 0 1em;
}
#login-page p {
  font-size: 0.85em;
  font-weight: 700;
}
#login-page a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}

/**********************************
    Login page ends
**********************************/
/**********************************
    Login page
**********************************/
#signup-page {
  position: relative;
  padding: 4em 0;
}
#signup-page .signup-logo {
  margin-bottom: 2em;
}
#signup-page .signup-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -4;
  border-radius: 0.5em;
}
#signup-page #signup-form {
  background: #fff;
  padding: 2em;
  border-radius: 0.5em;
  margin: 0 auto;
  min-width: 500px;
}
#signup-page #signup-submit {
  margin: 0.75em 0 1em;
}
#signup-page p {
  font-size: 0.85em;
  font-weight: 700;
}
#signup-page a {
  display: inline-block;
  text-decoration: none;
  font-weight: 700;
}

/**********************************
    Login page ends
**********************************/
/**********************************
    Profile page
**********************************/
.profile-main-title {
  width: 100%;
}
.profile-main-title h1 {
  font-size: 2rem;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
}
.profile-main-title h1:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #04519F;
  bottom: 7px;
  left: 0;
}
.profile-main-title h2 {
  font-size: 2rem;
  margin: 10px 0;
  padding: 10px 0;
  position: relative;
}
.profile-main-title h2:after {
  position: absolute;
  content: "";
  width: 100px;
  height: 2px;
  background: #04519F;
  bottom: 7px;
  left: 0;
}

.nav-pill {
  background: #eee;
  color: #232323;
  text-decoration: none;
  padding: 0.5em 1em;
  border-radius: 0.25em;
  display: inline-block;
  margin-right: 0.5em;
  font-size: 0.9em;
  font-weight: 600;
  transition: 0.5s ease;
}
.nav-pill:hover {
  background: #004183;
  color: #fff;
}

.nav-active {
  background: #04519F;
  color: #fff;
}

.profile-cards-wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 1em 0;
}
.profile-cards-wrap .profile-card {
  max-width: 20em;
  display: flex;
  align-items: center;
  margin: 1em 3em 1em 0;
  padding: 1em;
  background: #232323;
  border-radius: 0.5em;
  color: #fff;
}
.profile-cards-wrap .profile-card svg {
  stroke: #fff;
}
.profile-cards-wrap .profile-card .icon-wrap {
  margin: 1em;
  box-shadow: 0 0 3px 3px #00000008;
  padding: 1em;
  border-radius: 0.5em;
}
.profile-cards-wrap .profile-card .card-wrap {
  padding: 1em;
  min-width: 10em;
}
.profile-cards-wrap .profile-card .card-title {
  font-weight: 600;
}
.profile-cards-wrap .card-blue {
  background: #04519F !important;
}
.profile-cards-wrap .card-dark-blue {
  background: #004183 !important;
}
.profile-cards-wrap .card-green {
  background: #2fa64d !important;
}

.user-profile-wrap {
  width: 100%;
  margin: 3em 0;
  box-shadow: 0 0 3px 3px #00000008;
  padding: 1em;
  border-radius: 0.25em;
}
.user-profile-wrap .basic-details {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.user-profile-wrap .basic-details .profile-image {
  width: 13em;
  height: 13em;
  position: relative;
  margin: 0 1em 1em;
  box-shadow: 0 0 3px 3px #00000008;
  border: 1em solid #fff;
  border-radius: 0.25em;
}
.user-profile-wrap .basic-details .profile-image img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.user-profile-wrap .basic-details article {
  width: calc(100% - 19em);
  padding: 1em;
}
.user-profile-wrap .basic-details article .title {
  font-size: 1.5em;
}
.user-profile-wrap .basic-details article .subtitle {
  font-size: 1em;
}
.user-profile-wrap .basic-details article .user-details-list li {
  display: flex;
  margin-bottom: 1em;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.9em;
}
.user-profile-wrap .basic-details article .user-details-list li span,
.user-profile-wrap .basic-details article .user-details-list li strong {
  display: inline-flex;
  align-items: center;
}
.user-profile-wrap .basic-details article .user-details-list li strong {
  min-width: 10em;
}
.user-profile-wrap .basic-details article .user-details-list li svg {
  stroke: #04519F;
  margin-right: 0.5em;
}
.user-profile-wrap .basic-details .btn-blue {
  font-size: 0.9em;
}
.user-profile-wrap .profile-details {
  margin: 1em 0;
  padding: 1em;
}
.user-profile-wrap .profile-details .subtitle {
  position: relative;
  margin-bottom: 1em;
  color: #232323;
  font-size: 1em;
}
.user-profile-wrap .profile-details .subtitle:after {
  position: absolute;
  content: "";
  width: 2em;
  height: 0.15em;
  background: #04519F;
  left: 0;
  bottom: -0.5em;
}
.user-profile-wrap .btn, .user-profile-wrap .btn-border-square, .user-profile-wrap .btn-border, .user-profile-wrap .btn-white, .user-profile-wrap .gradient-btn {
  font-size: 0.8em;
  display: inline-flex;
  border: 1px solid #04519F;
}

/**********************************
    Profile page ends
**********************************/
/**********************************
    New Arrivals page
**********************************/
#new-arrivals-page {
  margin: 3em 0;
}

/**********************************
    New Arrivals page ends
**********************************/
/**********************************
    Find a book page
**********************************/
.search-sidebar {
  width: 25%;
  border-right: 1px solid #04519f2b;
}
.search-sidebar container {
  display: flex;
  flex-direction: column;
}

.search-content {
  width: 75%;
}

.cbx {
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  cursor: pointer;
}

.cbx span {
  display: inline-block;
  vertical-align: middle;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child {
  position: relative;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  transform: scale(1);
  vertical-align: middle;
  border: 1px solid #9098A9;
  transition: all 0.2s ease;
}

.cbx span:first-child svg {
  position: absolute;
  top: 3px;
  left: 2px;
  fill: none;
  stroke: #fff;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-dasharray: 16px;
  stroke-dashoffset: 16px;
  transition: all 0.3s ease;
  transition-delay: 0.1s;
  transform: translate3d(0, 0, 0);
}

.cbx span:first-child:before {
  content: "";
  width: 100%;
  height: 100%;
  background: #04519F;
  display: block;
  transform: scale(0);
  opacity: 1;
  border-radius: 50%;
}

.cbx span:last-child {
  padding-left: 8px;
}

.cbx:hover span:first-child {
  border-color: #04519F;
}

.inp-cbx:checked + .cbx span:first-child {
  background: #04519F;
  border-color: #04519F;
  -webkit-animation: wave 0.4s ease;
          animation: wave 0.4s ease;
}

.inp-cbx:checked + .cbx span:first-child svg {
  stroke-dashoffset: 0;
}

.inp-cbx:checked + .cbx span:first-child:before {
  transform: scale(3.5);
  opacity: 0;
  transition: all 0.6s ease;
}

@-webkit-keyframes wave {
  50% {
    transform: scale(0.9);
  }
}

@keyframes wave {
  50% {
    transform: scale(0.9);
  }
}
.search-page-field {
  width: 100%;
  text-align: center;
  margin: 3em 0;
}
.search-page-field .search-box {
  display: inline-block;
}
.search-page-field .header-search-wrap {
  background: #fff;
  border: 1px solid #eee;
  font-size: 1.2em;
}
.search-page-field .header-search-wrap input {
  padding: 1em !important;
  font-size: 0.75em;
}

/**********************************
    Find a book page ends
**********************************/
/**********************************
    Cart page
**********************************/
.cart-page {
  justify-content: space-around;
  align-items: flex-start;
  min-height: 50vh;
}
.cart-page .cart-items-list {
  width: calc(100% - 30em);
}
.cart-page .cart-items-list li {
  display: grid;
  grid-template-columns: 0.25fr 2.5fr 0.25fr 0.5fr;
}
.cart-page .cart-items-list .list-head {
  font-size: 1.1em;
  font-weight: 500;
  padding-bottom: 1em;
  border-bottom: 1px solid #232323;
  margin-bottom: 1em;
}
.cart-page .cart-items-list .cart-book {
  margin-bottom: 1em;
  border-bottom: 1px solid #eee;
  padding-bottom: 1em;
}
.cart-page .cart-items-list .cart-book .cart-book-title {
  color: #04519F;
  text-decoration: none;
  font-weight: 600;
}
.cart-page .cart-items-list .cart-book .cart-book-title:hover {
  color: #004183;
}
.cart-page .cart-items-list .cart-book:last-child {
  border-bottom: none;
}
.cart-page .cart-items-list .cart-book .btn, .cart-page .cart-items-list .cart-book .btn-border-square, .cart-page .cart-items-list .cart-book .btn-border, .cart-page .cart-items-list .cart-book .btn-white, .cart-page .cart-items-list .cart-book .gradient-btn {
  border: 1px solid #04519F;
}
.cart-page .cart-buy-now {
  min-width: 25em;
}
.cart-page .price-summary li {
  display: flex;
  justify-content: space-between;
  font-weight: 500;
  margin-bottom: 1em;
}
.cart-page .price-summary .summary-total {
  font-weight: 700;
  font-size: 1.2em;
}
.cart-page .btn, .cart-page .btn-border-square, .cart-page .btn-border, .cart-page .btn-white, .cart-page .gradient-btn {
  margin: 1em 0;
}
.cart-page .quantity.btn, .cart-page .quantity.btn-border-square, .cart-page .quantity.btn-border, .cart-page .quantity.btn-white, .cart-page .quantity.gradient-btn {
  width: 100%;
  max-width: 70px;
  padding: 0.375rem 0.25rem;
  -moz-appearance: textfield !important;
}
.cart-page .quantity.btn::-webkit-inner-spin-button, .cart-page .quantity.btn-border-square::-webkit-inner-spin-button, .cart-page .quantity.btn-border::-webkit-inner-spin-button, .cart-page .quantity.btn-white::-webkit-inner-spin-button, .cart-page .quantity.gradient-btn::-webkit-inner-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.cart-page .quantity.btn::-webkit-outer-spin-button, .cart-page .quantity.btn-border-square::-webkit-outer-spin-button, .cart-page .quantity.btn-border::-webkit-outer-spin-button, .cart-page .quantity.btn-white::-webkit-outer-spin-button, .cart-page .quantity.gradient-btn::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
}
.cart-page .checkout-address-list li {
  display: grid;
  grid-template-columns: 0.25fr 1.75fr;
  padding: 1em 0.5em;
  background: #eee;
  margin-bottom: 0.5em;
  font-size: 0.8em;
  border-radius: 0.25em;
}
.cart-page .checkout-address-list li .address-list-item {
  display: grid;
  text-align: left;
  padding: 0 0.5em;
}
.cart-page .checkout-address-list li .address-check svg {
  width: 1em;
  height: 1em;
  border: 1px solid #232323;
  border-radius: 50%;
  padding: 0.25em;
  stroke: #232323;
  cursor: pointer;
}
.cart-page .checkout-address-list li .address-check.active svg {
  border-color: #2fa64d;
  stroke: #2fa64d;
}

/**********************************
    Cart page ends
**********************************/
/**********************************
    Orders page ends
**********************************/
.user-orders-list {
  width: 100%;
}
.user-orders-list li {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin: 1em 0;
  padding-bottom: 1em;
  border-bottom: 1px solid #eee;
}
.user-orders-list li span {
  display: flex;
  align-items: center;
}
.user-orders-list .list-head {
  border-color: #232323;
  font-weight: bold;
}
.user-orders-list .btn, .user-orders-list .btn-border-square, .user-orders-list .btn-border, .user-orders-list .btn-white, .user-orders-list .gradient-btn {
  border: 1px solid #04519F;
}

/**********************************
    Oredrs page ends
**********************************/
/*********************
    Pages

*************************/
.page-content-wrapper {
  min-height: 100vh;
}

#page-head-container {
  background: #002b5c;
  margin-bottom: 2em;
  padding: 1.5em 0;
}
#page-head-container h1 {
  color: #fff;
}
#page-head-container h1 :after {
  content: "";
  background: #FFF;
  width: 5em;
}

#single-book-wrap {
  min-height: 80vh;
  margin-bottom: 60px;
}

.review-card .card {
  border: none;
}
.review-card .card .card-header {
  background: transparent;
}
.review-card .card .card-footer {
  background: transparent;
}
.review-card .card .starColor {
  color: #04519F;
}
.review-card .card .media-support-info {
  flex: 1;
}

/* Rating Star Widgets Style */
.rating-stars ul {
  list-style-type: none;
  padding: 0;
  -moz-user-select: none;
  -webkit-user-select: none;
}

.rating-stars ul > li.star {
  display: inline-block;
}

/* Idle State of the stars */
.rating-stars ul > li.star > i.fa {
  font-size: 2.5em;
  /* Change the size of the stars */
  color: #ccc;
  /* Color on idle state */
}

/* Hover state of the stars */
.rating-stars ul > li.star.hover > i.fa {
  color: #FF912C;
}

/* Selected state of the stars */
.rating-stars ul > li.star.selected > i.fa {
  color: #FFCC36;
}

.breadcrumb-main {
  background-color: #ffffff;
  padding: 20px 0;
}
.breadcrumb-main h2 {
  color: #333333;
  text-transform: capitalize;
  margin-bottom: 10px;
  font-size: calc(20px + 8 * (100vw - 320px) / 1600);
}

.fancy {
  line-height: 0.5;
  text-align: center;
}
.fancy span {
  display: block;
  position: relative;
}
.fancy span:before {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  top: 4px;
  width: 50%;
  right: 50%;
  margin-right: 15px;
}
.fancy span:after {
  content: "";
  position: absolute;
  height: 5px;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #ccc;
  top: 4px;
  width: 50%;
  left: 50%;
  margin-left: 15px;
}

.bx-shadow {
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
}

.cart-img-wrap a img {
  max-height: 100px;
}

.book-title-wraper {
  display: block;
}

.price-carts {
  color: #04519F;
  font-weight: 500;
  font-size: 1rem;
  display: block;
}

.product-price {
  color: #04519F;
  font-weight: 500;
  font-size: 1rem;
  display: block;
}

.header-profile-list {
  border-radius: 4px;
  padding: 10px 0;
  -webkit-animation-name: dropdown-animate;
  animation-name: dropdown-animate;
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  border: 0;
  box-shadow: 0 5px 30px 0 rgba(82, 63, 105, 0.2);
  min-width: 15em;
  top: 3.5em;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.header-profile-list:before {
  content: "";
  width: 13px;
  height: 13px;
  background: #fff;
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
  border-top: 1px solid #04519F;
  border-left: 1px solid #04519F;
}
.header-profile-list li {
  position: relative;
}
.header-profile-list li a {
  font-size: 14px;
  padding: 3px 15px;
  transition: 0.3s;
  color: #212529;
}
.header-profile-list li a svg {
  margin-right: 10px;
}
.header-profile-list li:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.15);
}
.header-profile-list li:last-child:after {
  content: unset;
}
.header-profile-list .dropdown-header {
  text-align: center;
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}
.header-profile-list .dropdown-header h6 {
  font-size: 18px;
  margin-bottom: 0;
  font-weight: 600;
  color: #444444;
}
.header-profile-list .dropdown-header span {
  font-size: 14px;
}

.authors-slider {
  position: relative;
  overflow: hidden;
}

.home-slider .slick-slide {
  height: 600px;
}
.home-slider .slick-slide img {
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-slider .slick-slide .vid1-dimensions {
  width: 100%;
}
.home-slider .slick-slide .vid2-dimensions {
  width: 100%;
}
.home-slider .slick-slide .video-js .vjs-tech {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%);
}

.slick-dots {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 1rem 0;
  list-style-type: none;
  position: absolute;
  bottom: -1em;
  left: 50%;
  transform: translateX(-50%);
  background: #fff;
}
.slick-dots li {
  margin: 0 0.25rem;
}
.slick-dots button {
  display: block;
  width: 1rem;
  height: 1rem;
  padding: 0;
  border: none;
  border-radius: 100%;
  background-color: #04519F;
  text-indent: -9999px;
}
.slick-dots li.slick-active button {
  background-color: #ccc;
}

.search-wrapper {
  padding: 1rem 1.5rem;
  background-color: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 1px 0.75rem 0.125rem rgba(0, 0, 0, 0.1);
}
.search-wrapper .select2-container {
  width: 100% !important;
}
.search-wrapper .select2-container--default .select2-selection--single {
  background-color: #fff !important;
  border-radius: 0;
  border: none;
  height: 51px;
  background-color: transparent;
}
.search-wrapper .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #626a70;
  line-height: 57px;
  text-align: left;
}
.search-wrapper .select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 55px;
  position: absolute;
  top: 1px;
  right: 10px;
  width: 20px;
}
.search-wrapper .select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #8b9aad;
}
.search-wrapper .select2-container--default .select2-selection--single .select2-selection__clear {
  right: 14px;
  top: 1px;
}
.search-wrapper select.form-control:not([size]):not([multiple]) {
  height: 56px;
}
.search-wrapper select.form-control.fc-lg:not([size]):not([multiple]) {
  height: 62px;
}

.form-control-label {
  font-weight: 600;
  font-size: 0.875rem;
  margin-bottom: 0.8rem;
  display: inline-block;
  color: #fff;
}

.full-search-2.Reveal-search-radius.box-style {
  background: #04519F;
  padding: 7px;
  border-radius: 4px;
  box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0px 0px 0px 5px rgba(255, 255, 255, 0.2);
  overflow: inherit;
}

.full-search-2.Reveal-search-radius.box-style-2 {
  background: #ffffff;
  padding: 7px;
  border-radius: 4px;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.08);
  overflow: inherit;
}

.Reveal-search.Reveal-search-radius.box-style .btn.search-btn, .Reveal-search.Reveal-search-radius.box-style .search-btn.btn-border-square, .Reveal-search.Reveal-search-radius.box-style .search-btn.btn-border, .Reveal-search.Reveal-search-radius.box-style .search-btn.btn-white, .Reveal-search.Reveal-search-radius.box-style .search-btn.gradient-btn {
  border-radius: 2px;
  height: 52px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.Reveal-search .input-with-icon .form-control {
  border: none;
  border-radius: 3px;
  padding-left: 45px;
  height: 52px;
  background: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #bec2cc;
}
.Reveal-search .input-with-icon .select2-container {
  border: none;
  border-radius: 3px;
  padding-left: 45px;
  height: 52px;
  background: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #bec2cc;
}
.Reveal-search .input-with-shadow .form-control {
  border: none;
  border-radius: 3px;
  padding-left: 45px;
  height: 52px;
  background: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #bec2cc;
}
.Reveal-search .input-with-shadow .select2-container {
  border: none;
  border-radius: 3px;
  padding-left: 45px;
  height: 52px;
  background: #ffffff;
  box-shadow: none;
  -webkit-box-shadow: none;
  border: 1px solid #bec2cc;
}

.small-padd {
  padding: 0 5px !important;
}

.full-search-2.Reveal-search-radius {
  background: #ffffff;
  padding: 10px 20px;
  border-radius: 4px;
}

.Reveal-search.Reveal-search-radius .btn.search-btn, .Reveal-search.Reveal-search-radius .search-btn.btn-border-square, .Reveal-search.Reveal-search-radius .search-btn.btn-border, .Reveal-search.Reveal-search-radius .search-btn.btn-white, .Reveal-search.Reveal-search-radius .search-btn.gradient-btn {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  height: 55px;
  padding: initial;
}

.typeahead.dropdown-menu {
  padding: 0;
  margin: -0.01rem;
  transition: all 0.1s ease-in-out;
  -webkit-transition: all -webkit-transform 0.1s ease;
  border-radius: 0 0 1rem 1rem;
  border: none;
}
.typeahead.dropdown-menu li {
  margin: 0.1rem auto;
  padding: 0.4rem;
  max-width: 15em;
  min-width: 8rem;
  border: 0.02rem solid #e3e3e3;
  list-style: none;
  text-align: left;
  font-size: 0.9rem;
  color: #7b7b7b;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.typeahead.dropdown-menu li a.dropdown-item {
  padding: 0.25rem 0.1rem;
  white-space: normal;
  word-break: break-all;
}
.typeahead.dropdown-menu li a strong {
  opacity: 1;
  color: #04519F;
  font-weight: bold;
}
.typeahead.dropdown-menu li:last-child {
  border-radius: 0 0 1rem 1rem;
}

.fltr-btn {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  margin-top: 16px;
}

.header-wishlist svg {
  width: 35px;
  height: 35px;
}

.header-cart .header-cart-item-count {
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: -0.5em;
  right: -0.5em;
  background: #04519F;
  border-radius: 50%;
  color: #fff;
  font-size: 0.9rem;
  padding: 10px;
}

book-card {
  /*min-height: calc(40em - 7em);*/
}

.product-grid2 {
  width: 100%;
  /*height: calc(100% - 135px);*/
}
.product-grid2 .product-image2 {
  width: 100%;
  height: 100%;
  min-height: 5em;
}
.product-grid2 .product-image2 .book-category {
  position: absolute;
  top: 10px;
  background: #04519F;
  color: #fff;
  z-index: 1;
  left: 0;
  max-width: 80%;
  padding: 2px 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  -webkit-box-orient: vertical;
  font-size: 11px;
}
.product-grid2 .product-image2 .book-category i {
  margin-right: 3px;
}
.product-grid2 .product-image2 img:before {
  content: " ";
  display: block;
  position: absolute;
  top: -10px;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #faf8f8;
  border: 1px dotted #f5f3f3;
  border-radius: 5px;
}
.product-grid2 .product-image2 img:after {
  content: "\f127" " Image not found ";
  display: block;
  font-size: 16px;
  font-style: normal;
  font-family: FontAwesome;
  color: #646464;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  text-align: center;
}

.review-block {
  background-color: #fff;
  border: 0px solid #f2efef;
  padding: 0 10px;
  border-radius: 0px;
  margin-bottom: 0px;
  position: relative;
}
.review-block img {
  height: 250px;
}
.review-block:after {
  content: "";
  width: 1px;
  height: 100%;
  background: #f2efef;
  left: 50%;
  position: absolute;
}

.review-block-name {
  font-size: 0.8rem;
  color: #04519F;
  font-weight: 600;
  margin: 10px 0;
}

.review-block-date {
  font-size: 0.8rem;
}

.review-block-rate {
  font-size: 13px;
  margin-bottom: 15px;
}
.review-block-rate .starColor {
  color: #04519F;
}

.review-block-title {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-block-description {
  font-size: 0.95rem;
  text-align: justify;
}

@keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(360deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@-webkit-keyframes loader {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(360deg);
  }
  50% {
    transform: rotate(360deg);
  }
  75% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background-color: rgba(255, 255, 255, 0.99);
}
.preloader .loader {
  width: 80px;
  height: auto;
  text-align: center;
  top: 45%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -45%);
}
.preloader .loader img {
  width: 50px;
  -webkit-animation: loader 2s infinite ease;
          animation: loader 2s infinite ease;
}
.preloader p {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  text-align: center;
  color: #04519F;
  font-size: 18px;
  z-index: 3;
  transform: translate(-50%, -50%);
  margin-top: 15px;
}

.lighter-text {
  color: #ABB0BE;
}

.main-color-text {
  color: #6394F8;
}

.shopping-cart {
  background: white;
  width: 320px;
  position: absolute;
  top: 60px;
  right: 150px;
  border-radius: 3px;
  padding: 20px;
  z-index: 9;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26) !important;
  transition: all 0.2s ease;
  opacity: 0;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(0);
  transform-origin: right top 0;
  transform: scale(0);
}
.shopping-cart .shopping-cart-header {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
.shopping-cart .shopping-cart-header .shopping-cart-total {
  float: right;
}
.shopping-cart .shopping-cart-items {
  padding-top: 20px;
}
.shopping-cart .shopping-cart-items li {
  margin-bottom: 18px;
}
.shopping-cart .shopping-cart-items img {
  float: left;
  margin-right: 12px;
  max-width: 70px;
  max-height: 70px;
  min-height: 70px;
}
.shopping-cart .shopping-cart-items .item-name {
  display: block;
  font-size: 16px;
}
.shopping-cart .shopping-cart-items .item-detail {
  display: block;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.shopping-cart .shopping-cart-items .item-price {
  color: #00c0cb;
  margin-right: 8px;
}
.shopping-cart .shopping-cart-items .item-quantity {
  color: #ABB0BE;
}
.shopping-cart:after {
  bottom: 100%;
  left: 89%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-bottom-color: #04519F;
  border-width: 8px;
  margin-left: -8px;
}
.shopping-cart .cart-icon {
  color: #515783;
  font-size: 24px;
  margin-right: 7px;
  float: left;
}
.shopping-cart .button {
  background: #04519F;
  color: white;
  text-align: center;
  padding: 0 12px;
  text-decoration: none;
  display: block;
  border-radius: 3px;
  font-size: 0.99rem;
  margin: 25px 0 15px 0;
  text-transform: capitalize;
}
.shopping-cart .button:hover {
  background: #004183;
  color: white;
}
.shopping-cart .button i {
  padding-left: 5px;
  font-size: 0.9rem;
}

.shopping-cart.active {
  opacity: 1;
  -webkit-transform-origin: right top 0;
  -webkit-transform: scale(1);
  transform-origin: right top 0;
  transform: scale(1);
}

.swal2-icon.swal2-warning {
  border-color: #cb0e20 !important;
  color: #cb0e20 !important;
}

.swal2-popup .swal2-title {
  color: #04519F !important;
}
.swal2-popup .swal2-content {
  color: #fff !important;
  font-weight: 400 !important;
  text-shadow: 0 1px 3px black;
}
.swal2-popup .swal2-styled.swal2-cancel {
  background-color: #343a40 !important;
}
.swal2-popup .swal2-styled {
  padding: 0.325em 2em !important;
}

.swal2-popup.swal2-modal {
  position: relative;
  background: linear-gradient(white, rgba(4, 81, 156, 0.7)), rgba(255, 255, 255, 0.8);
  border-radius: 0px;
}
.swal2-popup.swal2-modal:after {
  content: " ";
  background: url("/site/images/logo_icon.png") no-repeat;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-position: center;
  opacity: 0.1;
  background-color: rgba(4, 81, 156, 0.5);
}

.swal2-icon.swal2-success {
  border-color: #04519F !important;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border: 0.25em solid #045198 !important;
}

.swal2-success-line-tip {
  background-color: #04519F !important;
}

.swal2-success-line-long {
  background-color: #04519F !important;
}

.swal2-success-circular-line-left {
  background: transparent !important;
}

.swal2-success-fix {
  background: transparent !important;
}

.swal2-success-circular-line-right {
  background: transparent !important;
}

.sujilee-thanks-page {
  margin-top: 43px;
  margin-bottom: 132px;
}
.sujilee-thanks-page h1 {
  margin-top: 0;
  margin-bottom: 0;
  font: 110px "Helvetica Neue";
}
.sujilee-thanks-page h3 {
  margin-top: 2px;
  margin-bottom: 58px;
  font-size: 24px;
}
.sujilee-thanks-page .sujilee-logo-text {
  color: #04519F;
  margin: 0;
  font-weight: bold;
}
.sujilee-thanks-page h4 {
  line-height: 36px;
  margin-bottom: 86px;
  margin-top: 49px;
  max-width: 520px;
  display: inline-block;
  font-size: 18px;
}
.sujilee-thanks-page .sujilee-more-link {
  text-transform: capitalize;
  font: 18px/50px "Helvetica Neue";
  margin: 0 0 10px 18px;
  width: 172px;
  padding: 0;
}

.sujilee-more-link {
  display: inline-block;
  border: 1px solid #04519F;
  border-radius: 3px;
  color: #04519F;
  font-size: 16px;
  line-height: 50px;
  margin-top: 21px;
  padding: 0 25px;
  text-transform: uppercase;
  transition: all 0.3s ease-in 0s;
}
.sujilee-more-link:hover {
  background-color: #04519F;
  border-color: #04519F;
  color: #fff;
}

.partner-box {
  position: relative;
  overflow: hidden;
  background: #fff;
  border-radius: 5px;
  box-shadow: 0px 10px 30px 0px rgba(50, 50, 50, 0.16);
  border: 1px solid #ececec;
  margin: 15px 0px;
  height: 95%;
}
.partner-box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 0 3px;
}
.partner-box a {
  font-size: 15px;
  font-weight: 500;
  color: #04519F;
}
.partner-box a:hover {
  color: #111;
}
.partner-box a:after {
  content: "\f0da";
  font-size: 15px;
  font-family: "FontAwesome";
  color: #04519F;
  margin-left: 10px;
  transition-duration: 0.3s;
}

.partner-img {
  height: 100%;
  background: rgba(4, 81, 159, 0.5);
}

.partner-text {
  padding: 25px 40px 25px 0px;
  min-height: 260px;
}
.partner-text h4 {
  color: #111;
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 5px 0px;
}
.partner-text p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
  margin-top: 15px;
  line-height: 170%;
}

.team-single-info {
  padding: 0px 0px;
}
.team-single-info li strong {
  color: #555;
  font-size: 16px;
  font-weight: 500;
  margin-right: 10px;
}
.team-single-info li p {
  font-size: 14px;
}

.team-single-text li span {
  color: #777;
  font-size: 15px;
  font-weight: 400;
}

.search-container {
  position: relative;
  display: inline-block;
  margin: 4px 2px;
  height: 50px;
  width: 50px;
  vertical-align: bottom;
}

.searchbutton {
  position: absolute;
  font-size: 22px;
  width: 100%;
  margin: 0;
  padding: 0;
}

.search {
  position: absolute;
  left: 42px;
  background-color: #eaeaea;
  outline: none;
  border: none;
  padding: 0;
  width: 0;
  height: 100%;
  z-index: 10;
  color: #04519F;
  font-size: 16px;
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.search:focus {
  width: 363px;
  padding: 0 16px 0 0;
}
.search:focus + .searchbutton {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #04519F;
  color: #fff;
}

.button {
  display: inline-block;
  background-color: #444;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: white;
  text-decoration: none;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.button:hover {
  transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
  background-color: #04519F;
  color: #fff;
}

.expandright {
  left: auto;
  right: 40px;
}
.expandright:focus {
  padding: 0 0 0 16px;
}

.sujilee-single-left-box {
  position: relative;
}
.sujilee-single-left-box:after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  right: 0;
  background: #f9f9f9;
}

.sujilee-single-left-heading h4 {
  color: #111;
  font-size: 18px;
  font-weight: 500;
}
.sujilee-single-left-heading h4:after {
  content: " ";
  display: block;
  background: #04519F;
  width: 50px;
  height: 2px;
  margin-top: 8px;
}

.sujilee-primary-list {
  padding-left: 0px;
}
.sujilee-primary-list li {
  list-style-type: none;
  color: #222;
  font-size: 16px;
  font-weight: 500;
  margin-top: 15px;
  position: relative;
  padding-left: 20px;
}
.sujilee-primary-list li i {
  color: #04519F;
  padding-right: 10px;
}
.sujilee-primary-list .conphone:before {
  content: "\f095";
  font: normal normal normal 14px/1 FontAwesome;
  color: #04519F;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
}
.sujilee-primary-list .conmail:before {
  content: "\f003";
  font: normal normal normal 14px/1 FontAwesome;
  color: #04519F;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
}
.sujilee-primary-list .conaddress {
  text-transform: lowercase;
  display: inline-block;
}
.sujilee-primary-list .conaddress:first-line {
  text-transform: capitalize;
}
.sujilee-primary-list .conaddress:before {
  content: "\f0ac";
  font: normal normal normal 14px/1 FontAwesome;
  color: #04519F;
  position: absolute;
  top: 0;
  left: 0;
  line-height: 2;
}

.sujilee-single-menu {
  padding: 0 40% 0 0;
}

.authorwrap {
  padding-left: 85px;
}

.authorpic {
  top: 0;
  left: 0;
  width: 80px;
}

/*
    .voutchers {
        background-color: #fff;
        border: none;
        border-radius: 10px;
        width: 100%;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        overflow: hidden;
    }
    .voutcher-divider {
        display: flex;
    }
    .voutcher-left {
        width: 80%;
    }
    .voutcher-name {
        color: grey;
        font-size: 9px;
        font-weight: 500;
        display: none;
    }
    .voutcher-code {
        color: #000;
        font-size: 0.9rem;
        font-weight: bold;
    }
    .voutcher-right {
        width: 20%;
        background-color: #04519F;
        color: #fff;
    }
*/
.leaderboard__profiles {
  background-color: #fff;
  border-radius: 0 0 12px 12px;
  padding: 15px 15px 20px;
  row-gap: 8px;
}

.leaderboard__profile {
  align-items: center;
  padding: 10px 30px 10px 10px;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 5px 7px -1px rgba(51, 51, 51, 0.23);
  cursor: pointer;
  background-color: #fff;
}
.leaderboard__profile:hover {
  box-shadow: 0 9px 47px 11px rgba(51, 51, 51, 0.18);
}

.leaderboard__picture {
  max-width: 100%;
  width: 60px;
  border-radius: 50%;
  box-shadow: 0 0 0 10px #ebeef3, 0 0 0 22px #f3f4f6;
}

.leaderboard__name {
  color: #000;
  font-weight: 500;
  font-size: 1rem;
  letter-spacing: 0.64px;
  margin-left: 25px;
}

.leaderboard__value {
  color: #35d8ac;
  font-weight: 700;
  font-size: 34px;
  text-align: right;
}
.leaderboard__value > span {
  opacity: 0.8;
  font-weight: 600;
  font-size: 13px;
  margin-left: 3px;
}

@media (max-width: 1679px) {
  .header-cart .header-cart-title {
    display: none;
  }

  book-card {
    width: 16.66%;
  }

  .pubbooks book-card {
    width: 25%;
  }

  .hl-card-container .book-details {
    width: calc(100% - 10em);
  }
  .hl-card-container .book-details .hl-book-title {
    height: 90px;
    max-height: 90px;
  }
}
@media (max-width: 1439px) {
  author-card {
    width: 20%;
  }
}
@media (max-width: 1199px) {
  .md-none {
    display: none;
  }

  .header-component {
    width: 100%;
  }

  .main-footer .footer-row {
    justify-content: left;
  }
  .main-footer .footer-row .footer-col {
    width: 30%;
  }
  .main-footer .footer-row .footer-about {
    width: 60%;
  }

  #trending-books-wrap,
#featured-authors-wrap {
    width: 100%;
  }

  .author-slide {
    display: flex;
    align-items: center;
  }
  .author-slide .author-slide-img {
    width: 100%;
  }

  .cards-container {
    width: 90%;
  }

  .hl-card-container {
    width: 48%;
  }

  .md-6 {
    width: 100%;
  }

  #about-blocks .about-block {
    width: 25%;
  }

  .responsive-menu-trigger {
    display: flex;
  }

  .main-menu {
    display: none;
  }

  .main-menu-wrap container {
    justify-content: right;
  }

  .header-container {
    margin: 1em auto;
  }

  #single-book-content .book-thumbnail-wrap {
    display: none;
  }
  #single-book-content .book-thumbnail-wrap .book-thumbnail, #single-book-content .book-thumbnail-wrap .book-mob-thumbnail {
    width: 20em;
    height: 30em;
  }
  #single-book-content .book-details {
    width: calc(100% - 16em);
  }
  #single-book-content .book-title, #single-book-content author-details author-title, author-details #single-book-content author-title {
    font-size: 1.5em;
  }
  #single-book-content .book-mob-thumbnail {
    display: block;
    margin-left: 0;
  }

  author-card {
    width: 33.33333%;
  }
}
@media (max-width: 999px) {
  #trending-books-wrap book-card {
    width: 33.33333%;
  }

  book-card.item6 {
    width: 33.33333%;
  }

  .main-footer .footer-row .footer-col {
    width: 30%;
    margin-bottom: 1em;
  }
  .main-footer .footer-row .footer-about {
    width: 100%;
  }

  book-card {
    width: 33.33333%;
  }

  .hl-card-container {
    width: 100%;
  }

  #about-blocks .about-block {
    width: 100%;
    padding: 1em 0 2em;
    margin: 1em 0;
  }

  .testimonial-slide {
    text-align: center;
  }
  .testimonial-slide article {
    width: 100%;
    margin: 0 auto;
  }

  #home-icon-container .image-conatiner {
    width: 100%;
    height: 250px;
  }
  #home-icon-container .content-section {
    width: 100%;
    height: 250px;
  }
  #home-icon-container .content-section content-container {
    width: 70%;
  }

  author-card {
    width: 33.33333%;
  }
}
@media (max-width: 799px) {
  .main-footer .footer-row .footer-col {
    width: 100%;
  }

  book-card {
    width: 100%;
  }
  book-card.item6 {
    width: 50%;
  }

  #trending-books-wrap book-card {
    width: 50%;
  }

  .author-slide {
    display: block;
  }
  .author-slide .author-slide-img {
    margin-left: auto;
    margin-right: auto;
    max-width: 25em;
  }

  book-card book-title {
    min-height: auto;
  }

  #single-book-content .book-thumbnail-wrap,
#single-book-content .book-details {
    width: 100%;
  }

  .category-title-wrap {
    flex-wrap: wrap;
    position: relative;
  }

  .featured-item {
    margin: 0.5em 0;
  }

  #single-book-content .book-thumbnail-wrap {
    width: 100%;
    order: 2;
  }
  #single-book-content .book-details {
    width: 100%;
  }

  .user-profile-wrap .basic-details article {
    width: 100%;
  }

  #home-icon-container .image-conatiner {
    width: 100%;
    height: 250px;
  }
  #home-icon-container .content-section {
    width: 100%;
    height: 250px;
  }
  #home-icon-container .content-section content-container {
    width: 70%;
  }

  author-card {
    width: 50%;
  }

  .search-container {
    position: absolute;
    right: 0px;
    top: 0;
  }

  .search:focus {
    width: 300px;
  }

  .partner-box {
    padding: 5px;
  }

  .home-slider .slick-slide {
    height: 280px;
  }
  .home-slider .slick-slide img {
    height: 280px;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .home-slider .slick-slide .vid1-dimensions {
    width: 100%;
    height: 280px;
  }
  .home-slider .slick-slide .vid2-dimensions {
    width: 100%;
    height: 280px;
  }
  .home-slider .slick-slide .video-js .vjs-tech {
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 599px) {
  #single-book-content .book-thumbnail-wrap .book-thumbnail, #single-book-content .book-thumbnail-wrap .book-mob-thumbnail {
    width: 15em;
    height: 20em;
  }

  .user-profile-wrap .basic-details article .user-details-list li strong {
    width: 100%;
    margin-bottom: 0.5em;
  }
  .user-profile-wrap .basic-details article .user-details-list li span {
    margin-left: 2em;
  }

  #home-icon-container .image-conatiner {
    width: 100%;
    height: 250px;
  }
  #home-icon-container .content-section {
    width: 100%;
    height: 250px;
  }
  #home-icon-container .content-section content-container {
    width: 70%;
  }

  #trending-books-wrap book-card {
    width: 100%;
  }

  book-card {
    width: 100%;
  }
  book-card.item6 {
    width: 100%;
  }

  .hl-card-container .hl-card-content {
    flex-direction: column;
    align-content: center;
    justify-content: center;
    align-items: center;
    text-align: center;
    margin-bottom: 0;
  }
  .hl-card-container .book-details {
    width: 100%;
  }

  author-card {
    width: 50%;
  }
  author-card .author-thumbnail img {
    padding: 5px;
  }

  #signup-page #signup-form {
    min-width: 350px;
  }

  .cart-page .cart-items-list {
    width: calc(100% - 0em);
  }

  .cart-img-wrap a img {
    max-height: 100%;
  }
}
