#passwordHelpInline {
  margin-top: 12px;
  font-size: 11px;
  color: #6e717a;
  font-weight: 600;
}

.dropdown:hover > .dropdown-menu {
  display: block;
}

.dropdown > .dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
  pointer-events: none;
}

.input-validation-error {
  border: 1px solid #f00;
}

.field-validation-error {
  color: #353b57;
}

.toc-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 19;
}

.carousel-indicators li {
  background-color: #ccc;
}

.carousel-indicators .active {
  background-color: #555;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-image: none;
}

.carousel-control-next-icon:after {
  content: ">";
  font-size: 35px;
  color: #555;
}

.carousel-control-prev-icon:after {
  content: "<";
  font-size: 35px;
  color: #555;
}

.filters .filter-item {
  cursor: pointer;
}

.filters .filter-item.selected {
  background-color: #bdbdbd;
}

/** Floating help button **************************************************/
.float-btn {
  border: solid 1px #ddd;
  position: fixed;
  height: 65px;
  bottom: 40px;
  right: 40px;
  background-color: #fff;
  color: #777;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}

.float-btn:hover {
  text-decoration: none;
}

.float-help {
  border: solid 1px #ddd;
  position: fixed;
  width: 400px;
  height: 600px;
  bottom: 40px;
  right: 40px;
  background-color: #fff;
  color: #777;
  box-shadow: 2px 2px 3px #999;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
}

.float-newsletter {
  border: solid 1px #ddd;
  position: fixed;
  width: 400px;
  height: 450px;
  bottom: 40px;
  left: 40px;
  background-color: #fff;
  color: #777;
  box-shadow: 2px 2px 3px #999;
  padding-left: 30px;
  padding-right: 30px;
  margin: 0;
  z-index: 9999;
}

.float-newsletter.news-expand {
  width: calc(100% - 80px);
  height: 92%;
}

.news-expand .float-newsletter {
  width: calc(100% - 80px);
  height: 92%;
}

.hide {
  display: none;
}

.show {
  display: block;
}

#errmsg {
  color: red;
}

#Customererrmsg {
  color: red;
}

.checked ~ label::before {
  color: #fff;
  border-color: #007bff;
  background-color: #007bff;
}

.checked ~ label::after {
  background-color: #fff !important;
  -webkit-transform: translateX(0.75rem);
  transform: translateX(0.75rem);
}

.float-help.expanded {
  width: 95%;
  height: 92%;
}

#help-answer-panel {
  height: 400px;
  overflow: scroll;
}

.float-help.expanded #help-answer-panel {
  height: 100%;
  overflow: auto;
}

/** Floating help button END **********************************************/

.insertAccordion {
  border: 1px solid #bfc4de;
  margin-top: 12px;
  padding: 26px 40px 31px 40px;
  position: relative;
}

.detailArea {
  padding: 20px 40px 40px 40px;
  background-color: #f5f6fa;
}

.detailArea form {
  margin-top: 20px;
}

.checkbox {
  position: relative;
}

.detailArea form input.form-check-input {
  margin-top: 7px;
  border-radius: 0%;
}

.detailArea form label.form-check-label {
  padding: 3px 0 3px 30px;
  font-weight: 600;
}

.checkbox input[type="checkbox"] + label:before {
  content: "";
  display: block;
  width: 16px;
  height: 16px;
  margin-right: 14px;
  position: absolute;
  top: 7px;
  left: 0;
  border: 1px solid #c2c4cc;
  background-color: #fff;
  border-radius: 0;
}

.detailArea form label a {
  color: #212529;
  text-decoration: none;
}

.checkbox input[type="checkbox"]:checked + label:after {
  font-family: fontAwesome;
  content: "\f00c";
  font-size: 11px;
  line-height: 14px;
  color: #7181c7;
  display: block;
  position: absolute;
  top: 8px;
  left: 3px;
  width: 11px;
  height: 14px;
  border-radius: 0;
}

.checkbox input[type="checkbox"]:checked + label:after {
  color: #fff;
  background-color: #7181c7;
  left: 1px;
  width: 14px;
  height: 14px;
  border-radius: 0;
  padding: 1px 0px 0px 2px;
}

.detailArea p {
  margin-top: 12px;
  font-size: 11px;
  color: #6e717a;
  font-weight: 600;
}

.helpTipWrapper p.helpTip.success {
  position: relative;
  border-left: 2px solid #84b37d;
  background-color: #e9f3e7;
  padding: 13px 5px;
  padding-left: 45px;
}

.helpTip i {
  margin-right: 15px;
  position: absolute;
  top: 54%;
  left: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.helpTip.success i {
  color: #84b37d;
  font-size: 20px;
  vertical-align: middle;
}

.btn-block {
  display: block;
  width: 100%;
}

.btn-dark-blue {
  /*height: 48px;*/
  line-height: 30px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.93px;
  color: #fff !important;
  background-color: #252e52;
  border: 1px solid #252e52;
  border-radius: 0;
  padding: 0.5rem 1rem;
}

.btn-tertiary {
  /*height: 48px;*/
  line-height: 30px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.93px;
  color: #454e73 !important;
  background-color: #fafafc;
  border: 1px solid #a3a7bf;
  border-radius: 0;
  padding: 0.5rem 1rem;
}

.detailArea button {
  margin-top: 25px;
}

.btn.disabled,
.btn:disabled {
  opacity: 0.65;
}

.btn-dark-blue:disabled,
.btn-dark-blue.disabled {
  color: #fff;
  background-color: #dadce6 !important;
  border-color: #dadce6 !important;
  outline: none;
}

.unsubscribeMessage p {
  font-size: 12px;
  font-weight: 600;
}

.unsubscribeButton button {
  height: auto;
  line-height: 20px;
  padding: 10px;
}

a:link,
a:visited {
  color: #3d4c99;
  text-decoration: none;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-transition: 300ms;
  transition: 300ms;
}

.small-hero {
  margin-top: 32px;
  height: 160px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: left;
  -ms-flex-align: left;
  align-items: left;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
::before,
::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

h2,
.h2 {
  font-size: 3.2rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

.text-hero.left-align {
  text-align: left;
}

.small-hero.harry {
  border-bottom: 4px solid #da2229;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

news-letter-sign-up {
  padding: 64px 0;
  text-align: center;
}

news-letter-sign-up .jumbotron .news-letter-sign-up__inner h3 {
  padding-bottom: 26px;
  color: #fff;
  font-weight: 600;
}

.news-letter-sign-up .jumbotron {
  background-color: #3a4059;
  margin-bottom: 0;
  padding: 54px 0 64px 0;
}

.bg-white {
  background-color: #fff !important;
}

/*
.container {
    max-width: 100%;
    margin-top: 100px;
}*/

.news-letter-sign-up {
  text-align: center;
}

justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.col-lg-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.news-letter-sign-up .jumbotron .news-letter-sign-up__inner h3 {
  padding-bottom: 26px;
  color: #fff;
  font-weight: 600;
}

.news-letter-sign-up .jumbotron .news-letter-sign-up__inner h5 {
  padding-bottom: 24px;
  text-transform: uppercase;
  font-size: 13px;
  color: #a1abd3;
  font-weight: 600;
  letter-spacing: 1.2px;
}

.news-letter-sign-up .jumbotron .news-letter-sign-up__inner a {
  width: 70%;
  margin: 0 auto;
}

.btn-secondary {
  /*height: 48px;*/
  line-height: 36px;
  text-transform: uppercase;
  font-size: 13px;
  margin: 0;
  font-weight: 700;
  letter-spacing: 0.93px;
  color: #fff !important;
  background-color: #575f80;
  border: 1px solid #575f80;
  padding: 0.5rem 1rem;
}

/** Search ***************/

.cat-l1 {
}

.cat-l2 {
  margin-left: 30px;
}

.cat-l3 {
  margin-left: 60px;
}

.cat-l4 {
  margin-left: 90px;
}

.readmore-toc[data-readmore] {
  transition: height 100ms;
  overflow: hidden;
}

.readmore-toc + [data-readmore-toggle],
.readmore-toc[data-readmore] {
  display: block;
  width: 100%;
}

/*header css*/
.headerLogo .headerSectionRight .header-dropdown {
  position: relative;
}

.headerLogo .headerSectionRight .header-links ul li:not(:first-child) a {
  margin-left: 0 !important;
}

.header-basket__button {
  padding: 0.5rem !important;
}

.header-links .dropdown-toggle::after {
  display: none;
}

.headerLogo
  .headerSectionRight
  .header-links
  ul
  li.header-dropdown.territory
  a {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  border-left: 1px solid #d1d6eb;
  padding-left: 20px;
  margin-left: 10px !important;
  letter-spacing: 1.2px;
}

.headerLogo .headerSectionRight .header-dropdown .dropdown-menu {
  top: calc(100% + 16px);
  display: block;
  margin: 0;
  opacity: 0;
  z-index: 999;
  -webkit-transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: all 120ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-delay: 120ms;
  transition-delay: 120ms;
  pointer-events: none;
}

.headerLogo .headerSectionRight .header-dropdown .dropdown-menu {
  width: 265px;
  padding: 35px 0 0 0;
  background-color: transparent;
  border: none;
}

.headerLogo .headerSectionRight .header-dropdown:hover .dropdown-menu {
  top: 100%;
  opacity: 1;
  z-index: 120;
  pointer-events: all;
}

.headerLogo .headerSectionRight .header-dropdown.territory .dropdown-menu {
  width: 232px;
}

.headerLogo .headerSectionRight .header-dropdown .dropdown-menu::before {
  top: 22px;
  right: 13px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 8px 14px 9px;
  border-color: transparent transparent #bfc4de transparent;
  z-index: 1;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header {
  background-color: #fff;
  border: 1px solid #d1d6eb;
  padding: 20px 24px;
  position: relative;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header
  h5 {
  color: #353b57;
  font-size: 14px;
  font-weight: 600;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header:after {
  content: "\00a0";
  width: 60px;
  height: 35px;
  background-color: transparent;
  display: block;
  position: absolute;
  right: 0;
  top: -35px;
  pointer-events: all;
}

.headerLogo .headerSectionRight .header-dropdown .dropdown-menu .dropdown-body {
  border-left: 1px solid #d1d6eb;
  border-right: 1px solid #d1d6eb;
  border-bottom: 1px solid #d1d6eb;
  background-color: #fff;
  padding: 20px 24px 14px 24px;
}

.headerLogo .headerSectionRight .header-dropdown a {
  display: block;
  color: #546499;
  font-size: 13px;
  text-decoration: none;
  font-weight: 600;
}

.headerLogo .headerSectionRight .header-dropdown.territory a {
  padding-top: 0.85rem;
  padding-bottom: 0.85rem;
  border-left: 1px solid #d1d6eb;
  padding-left: 20px;
  margin-left: 10px;
  letter-spacing: 1.2px;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-body
  a.dropdown-item {
  color: #474d66;
  font-size: 12px;
  line-height: 28px;
  font-weight: 600;
  border-left: none;
  margin-bottom: 10px;
  padding: 0;
  margin: 0;
  letter-spacing: 0;
  background-color: transparent !important;
}

.headerLogo .headerSectionRight .header-dropdown .dropdown-menu::after {
  top: 22px;
  right: 13px;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 2px 8px 15px 9px;
  border-color: transparent transparent #fff transparent;
  z-index: 2;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header
  h5.account-link
  a {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 13px;
  position: relative;
  color: #546499;
  padding: 0;
  margin: 0;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header
  h5.account-link:not(.account-link--not-signed-in)
  a:before {
  content: "";
  display: block;
  position: absolute;
  top: 48%;
  right: 0;
  z-index: 10;
  width: 8px;
  height: 8px;
  border-top: 2px solid;
  border-right: 2px solid;
  border-top-color: #7181c7;
  border-right-color: #7181c7;
  -webkit-transform: rotate(45deg) translate(0, -50%);
  transform: rotate(45deg) translate(0, -50%);
  opacity: 1;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header
  h5.account-link--not-signed-in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header
  h5.account-link--not-signed-in
  .vert-sep {
  display: block;
  width: 1px;
  height: 24px;
  border-right: 1px solid #d1d6eb;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header
  h5.account-link--not-signed-in
  a {
  font-weight: 600 !important;
  font-size: 14px !important;
  line-height: 24px !important;
  margin: 0;
  padding: 0;
  color: #3d4c99 !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-footer {
  padding: 20px 24px;
  border-left: 1px solid #d1d6eb;
  border-right: 1px solid #d1d6eb;
  border-bottom: 1px solid #d1d6eb;
  background-color: #fff;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-footer
  a.signout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  padding: 0;
  color: #3d4c99;
  text-transform: none;
  letter-spacing: 0;
  position: relative;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-footer
  a.signout
  i {
  font-size: 20px;
  color: #7181c7;
}
/* width */
#help-results ol li {
  color: #fff;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
}

.scroll-bar.modal-body {
  max-height: 388px;
  overflow: auto;
  margin-right: 10px;
}

.scroll-bar::-webkit-scrollbar {
  width: 5px;
}

/* Track */
.scroll-bar::-webkit-scrollbar-track {
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.75);
  border-radius: 10px;
}

/* Handle */
.scroll-bar::-webkit-scrollbar-thumb {
  background: rgba(65, 69, 194, 0.5);
  border-radius: 10px;
}

#__GBS_Button0 {
  position: absolute;
  right: 0;
  z-index: 1;
  height: 120px;
  width: 120px;
  opacity: 0;
}

.invalid {
  border-color: #e66774 !important;
}

.validation-error-msg {
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #e66774;
  background-color: #fbebec;
  padding: 10px 15px;
  position: absolute;
  right: 0;
  margin-top: 7px;
  z-index: 2;
  max-width: 230px;
}

.validation-error-msg .field-validation-error {
  color: #29304a !important;
}

.validation-error-msg::before {
  height: 10px;
  width: 10px;
  background-color: #fbebec;
  position: absolute;
  right: 10px;
  transform: rotate(45deg);
  top: -5px;
  box-shadow: -1px -1px 0px #e66774;
}

.section__more-fun-carousel {
  background-color: #f5f6fa;
  padding-top: 56px;
  margin-bottom: 90px;
}
@media all and (max-width: 767.98px) {
  .section__more-fun-carousel {
    margin-top: 40px;
    margin-bottom: 60px;
  }
}

.header-basket--list:hover .header-basket__dropdown,
.header-basket--list.over .header-basket__dropdown {
  top: 100%;
  height: 579px;
  opacity: 1;
  padding-top: 33px;
}

.modal.modal--newsletter .modal-body label > a {
  color: #fff;
  text-decoration: underline;
}

/* BEGIN: Mobile Basket Modal Popup - JIRA AT-1627 */
.mobile-basket-placeholder {
  min-height: 150px;
}
.bp-modal.modal.modal-mobilebasket .modal-dialog .modal-content {
  border: 0;
}
.bp-modal.modal.modal-mobilebasket .modal-dialog .modal-content .modal-header {
  padding: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-header
  h2.modal-title {
  font-size: 18px;
  padding-top: 30px;
  padding-bottom: 20px;
}

.bp-modal.modal.modal-mobilebasket .modal-dialog .modal-content .modal-body {
  padding: 1rem 0 2rem 0;
}
.bp-modal.modal.modal-mobilebasket .modal-dialog .modal-content .modal-footer {
  padding: 0 0 3rem 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-body
  .mobile-basket--basket {
  text-align: left;
  padding-bottom: 60px;
}
.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-body
  .mobile-basket--basket
  p {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  margin: 0;
  color: #353b57;
  font-size: 1.2rem;
  font-weight: 600;
}
.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-body
  .mobile-basket--basket
  p.bookType {
  color: #6b6f7a;
  padding-top: 8px;
  padding-bottom: 0;
}
.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-body
  .mobile-basket--basket__item:first-child {
  border-top: 1px solid #c5c9db;
}
.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-body
  .mobile-basket--basket__item {
  border-bottom: 1px solid #c5c9db;
  padding: 17px 8px;
}

.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-footer
  .modal-footer--actions {
  padding: 3rem 3rem 0 3rem;
  width: 100%;
}

.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-footer
  .modal-footer--actions
  > :not(:last-child) {
  margin-right: 0;
  margin-bottom: 12px;
}

.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-footer
  .modal-footer--actions
  > :not(:first-child) {
  margin-left: 0;
}

.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-footer
  .mobile-basket--overview {
  width: 100%;
  padding: 15px 35px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: #f5f6fa;
  font-size: 1.4rem;
}
.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-footer
  .mobile-basket--overview
  .header-basket--items {
  color: #4c5880;
  font-weight: bold;
}
.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-footer
  .mobile-basket--overview
  .header-basket--items
  i {
  color: #7181c7;
  margin-right: 6px;
  vertical-align: middle;
  font-size: 20px;
}
.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-footer
  .mobile-basket--overview
  .header-basket--edit {
  font-weight: bold;
  letter-spacing: 0.93px;
  color: #7181c7;
  text-transform: uppercase;
  text-decoration: none;
}
.bp-modal.modal.modal-mobilebasket
  .modal-dialog
  .modal-content
  .modal-footer
  .mobile-basket--overview
  .header-basket--edit
  i {
  margin-left: 6px;
  color: #7181c7;
  vertical-align: middle;
  font-size: 18px;
}

/* END: Mobile Basket Modal Popup - JIRA AT-1627  */

.editorial-product-item__content h3 span.rrp-price {
  font-size: 1.2rem;
  line-height: 2.2rem;
  color: #6b6f7a;
  font-weight: 600;
  margin-left: 8px;
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.ps-newsletter-top-padding {
  padding-top: 64px;
}
@media (max-width: 767.98px) {
  .ps-newsletter-top-padding {
    padding-top: 0;
  }
}

.home-hero--container
  .home-hero
  .home-hero-cta-wrapper
  .home-hero-cta
  h5.hero-item-authors {
  padding: 20px 0 27px 0;
  text-transform: none;
  letter-spacing: 0;
  font-size: 12px;
  line-height: 20px;
}

.product-detail-inspection-copy-request__steps {
  min-height: 250px !important;
}

.alphabet-index-wrapper .alphabet-inner a.alpha-link.selected {
  box-shadow: 0 -1px 0 0 white inset, 0 -4px 0 0 #3d4c99 inset;
}

.search-result-side-filters__content
  ul.filter-sub-navigation
  > li.height-limited
  > ul
  > li
  > ul
  li {
  margin-bottom: 4px;
}

/* START Newsletter Sign up Form / TO BE MERGED  14-07-20 */
.newsletter-form {
  padding-top: 43px;
  padding-bottom: 53px;
}
@media (max-width: 767.98px) {
  .newsletter-form {
    padding-top: 24px;
    padding-bottom: 27px;
  }
}
@media (max-width: 767.98px) {
  .newsletter-signup-btn-wrapper {
    margin-top: 12px;
  }
}
/* END Newsletter Sign up Form / TO BE MERGED  14-07-20 */

/* START - Hub Slider Featured Product Carousel 
@media (min-width: 768px) {
    .hub-slider--carousel_item-image img {        
        max-height: 340px !important;
    }
}
 END - Hub Slider Featured Product Carousel */

/* START Author Index - Biography TO BE MERGED WITH MAIN / 14-07-20 */
.author-biography {
  padding-top: 40px;
  padding-bottom: 40px;
}
.author-biography.no-top-padding {
  padding-top: 0;
}
.author-biography.no-bottom-padding {
  padding-top: 0;
}
@media (min-width: 768px) {
  .author-biography {
    padding-top: 78px;
    padding-bottom: 40px;
  }
}
@media (max-width: 1023.98px) {
  .product-detail-description-wrapper.product-detail-description-wrapper__author {
    margin: 0;
  }
}
/* END Author Index - Biography TO BE MERGED WITH MAIN / 14-07-20 */

.readmore-subscription[data-readmore] {
  transition: height 100ms;
  overflow: hidden;
}

.readmore-subscription + [data-readmore-toggle],
.readmore-toc[data-readmore] {
  display: block;
  width: 100%;
}

.product-detail-recently-viewed.product-detail-recently-viewed__home {
  padding-top: 42px;
}

.hub-slider.hub-slider--home {
  padding-bottom: 64px;
}

@media all and (max-width: 768px) {
  .hub-slider.hub-slider--home {
    padding-bottom: 48px;
  }
}

@media all and (max-width: 768px) {
  .content-tiles-wrapper {
    padding-bottom: 48px;
  }
}

.basketList .list-group .basketItem .basketDescription .productImage {
  background-size: cover;
}
.format-tables li a span {
  flex: 1 1 0px;
}
.format-tables li a span:last-child {
  flex: 1;
  max-width: 90px;
  text-align: right;
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header
  h5.account-link
  a {
  white-space: normal;
  padding-right: 1rem !important;
}

@media all and (max-width: 1199px) {
  .product-detail-recently-viewed__content
    .product-listing-item
    .product-listing-item__image
    > a {
    padding-left: 15px;
    padding-right: 15px;
    display: block;
  }
}

/*.hub-slider--carousel_item-image__empty {        
}*/

.bp-component-loader.fixed-center {
  pointer-events: auto !important;
}
.bp-component-loader.fixed-center .bp-component-loader--ring {
  top: 50%;
  position: fixed;
}

/* -- Pull Quote font sizes AS-130 */
@media all and (min-width: 1200px) {
  .quote--large-font {
    font-size: 3.4rem !important;
    font-weight: 600 !important;
    font-family: "TiemposText";
    line-height: 4.5rem !important;
  }
  .quote--large-font.quote--large-font__fw {
    font-size: 4.4rem !important;
    font-weight: 600 !important;
    font-family: "TiemposText";
    line-height: 4.75rem !important;
  }
}
@media all and (min-width: 992px) and (max-width: 1199px) {
  .quote--large-font {
    font-size: 3rem !important;
    font-weight: 600 !important;
    font-family: "TiemposText";
    line-height: 4rem !important;
  }
  .quote--large-font.quote--large-font__fw {
    font-size: 3.6rem !important;
    font-weight: 600 !important;
    font-family: "TiemposText";
    line-height: 4.75rem !important;
  }
}
@media all and (max-width: 991px) {
  .quote--large-font {
    font-size: 2.6rem !important;
    font-weight: 600 !important;
    font-family: "TiemposText";
    line-height: 3rem !important;
  }

  .product-detail-description-wrapper
    .product-description__enhanced.with-quote
    .product-description__enhanced--quote:before {
    top: 15px !important;
  }
  .product-detail-description-wrapper
    .product-description__enhanced.with-quote
    .product-description__enhanced--quote
    .product-description__enhanced--quote--inner:before,
  .product-detail-description-wrapper
    .product-description__enhanced.with-quote
    .product-description__enhanced--quote
    .product-description__enhanced--quote--inner:after {
    border-left: none !important;
  }
  .product-detail-description-wrapper
    .product-description__enhanced.with-quote
    .product-description__enhanced--quote:after {
    bottom: 30px !important;
  }
}
.product-detail-description-wrapper
  .product-description__enhanced.with-quote
  .product-description__enhanced--quote
  .product-description__enhanced--quote-text.no-source {
  margin-bottom: 0;
}
.product-detail--a-look-inside__excerpt p > span.quote-source {
  font-size: 15px;
  font-weight: 600;
  display: block;
  margin-top: 1rem;
}

.product-detail--a-look-inside__excerpt.not-full-width p:after {
  bottom: 30px;
}

/* -- Fix for AS-213 */
.product-detail-description-wrapper.video h3 {
  text-align: center;
}
.product-detail-description-wrapper
  .product-detail-description__media-embed:not(.embedded-video)
  iframe {
  min-width: 100%;
  position: relative !important;
}
.product-detail-description-wrapper
  .product-detail-description__media-embed:not(.embedded-video) {
  padding-bottom: 0 !important;
  height: auto !important;
}
@media (max-width: 912px) {
  .product-detail-description-wrapper
    .product-detail-description__media-embed.embedded-digital-video {
    height: auto;
  }
}
/* -- Fix for AS-185 */
.hub-slider--carousel_item--config-3 a .config-3-inner {
  background-size: cover;
  background-position: center center;
}

/* -- Fix for audio embedded header */
.audio-row h3 {
  font-family: "TiemposHeadline", serif;
  font-size: 24px;
  line-height: 32px;
  color: #474d66;
  margin-bottom: 27px;
  margin-top: 10px;
  font-weight: 600;
  text-align: center;
}

.fixed-mobile-search-filter {
  left: -100% !important;
}
.fixed-mobile-search-filter.in {
  left: 0 !important;
}

/* -- Changes for AS-218 */
.headerLogo .headerSectionRight .header-links ul li a.user-toggler {
  margin-left: 0;
  padding-left: calc(1rem + 25px);
}

.headerLogo
  .headerSectionRight
  .header-dropdown
  .dropdown-menu
  .dropdown-header:after {
  width: 100% !important;
  height: 46px !important;
  top: -47px !important;
}

/* -- Change for AS-301 */
.scrollbar-track-y.show {
  display: block !important;
}

.scrollbar-track-y.show .scrollbar-thumb {
  height: 30px;
}

.search-result-side-filters__content
  ul.filter-sub-navigation
  > li.height-limited
  > ul
  > li
  > ul {
  overflow-y: auto;
  scrollbar-width: auto;
  scrollbar-gutter: stable;
  scrollbar-color: #666 #ddd;
}

.search-result-side-filters__content
  ul.filter-sub-navigation
  > li.height-limited
  > ul
  > li
  > ul::-webkit-scrollbar {
  width: 8px;
  border-radius: 4px;
}

.search-result-side-filters__content
  ul.filter-sub-navigation
  > li.height-limited
  > ul
  > li
  > ul::-webkit-scrollbar-thumb {
  background: #666;
  border-radius: 4px;
}
.search-result-side-filters__content
  ul.filter-sub-navigation
  > li.height-limited
  > ul
  > li
  > ul::-webkit-scrollbar-track {
  background-color: #ddd;
  border: none;
  border-radius: 4px;
}

/* -- Change for AS-277 */
.product-detail-details img {
  max-width: 290px;
}
@media all and (max-width: 991px) {
  .product-detail-details img {
    max-width: 163px;
  }
}

.helpTip.info .info-icon-top {
  top: 13px;
  margin-top: 13px;
}

/*Country Phone code dropdown with flag*/
.flag-icon {
  width: 20px !important;
  height: 14px !important;
  margin-right: 10px !important;
  display: inline-block !important; /* Allows the span to have width and height */
  background-size: cover; /* Adjust how the image fits within the span */
  background-repeat: no-repeat; /* Prevent the image from repeating */
}

.custom-dropdown .select2-container--default .select2-selection--single {
  font-size: 14px;
  font-weight: 600 !important;
  height: 15px !important;
  resize: none !important;
  color: #2e3347;
  background-color: #fafafc;
  width: 100% !important;
  border-radius: 0;
}

.select2-selection {
  display: flex !important;
  height: 49px !important;
  align-items: center !important;
}

.select2-selection .select2-selection__arrow {
  top: 11px !important;
}

.select2-dropdown--below {
  width: 350px !important;
}

.select2-dropdown--above {
  width: 350px !important;
}

/* End Phone code dropdown with Country flag*/
/* .slider-heading{
  color: #474d66;
  font-weight: 600;
    margin-left: 4%;
  font-size: 2.5rem !important; 
  margin-bottom: -8px;

} */

@media (max-width: 576px) { 

     .header-basket__button .header-basket__value .value {
            left: 35px;
            position: relative;
            text-align: center;
            display: inline-block;
            border-radius: 50%;
            background-color: #8e9cde;
            font-size: 10px;
            line-height: 18px;
            width: 18px;
            height: 18px;
            color: #fff;
            font-weight: 600;
            z-index: 1;
            top: -30px;
        }
}
.product-book-author {
    text-transform: capitalize;
}