.deal-price {
  display: inline-block; }
  .deal-price .discount-price, .deal-price .discount-price-free {
    display: inline-block;
    font-weight: 800;
    color: #F44336; }
  .deal-price .original-price {
    color: #162127;
    text-decoration: line-through;
    margin: 0 .5em; }
  .deal-price .disclosure {
    font-size: 14px;
    line-height: 1.5em;
    color: #162127; }
    .deal-price .disclosure.stacked {
      display: block; }
  .deal-price.new-release-price .discount-price, .deal-price.new-release-price .discount-price-free {
    color: #162127; }
  .deal-price.size-small .discount-price {
    font-size: 18px;
    line-height: 1.5em; }
    .deal-price.size-small .discount-price .currency {
      font-size: 14px;
      line-height: 1.5em;
      vertical-align: top; }
  .deal-price.size-small .discount-price-free {
    font-size: 18px;
    line-height: 1.5em; }
  .deal-price.size-small .original-price {
    font-size: 14px;
    line-height: 1.5em;
    color: #162127; }
  .deal-price.size-small .available-date {
    font-size: 14px;
    line-height: 1.5em; }
  .deal-price.size-medium .discount-price {
    font-size: 24px;
    line-height: 1.3em; }
    .deal-price.size-medium .discount-price .currency {
      font-size: 16px;
      line-height: 1.5em;
      vertical-align: top; }
  .deal-price.size-medium .discount-price-free {
    font-size: 24px;
    line-height: 1.3em; }
  .deal-price.size-medium .original-price {
    font-size: 16px;
    line-height: 1.5em; }
  .deal-price.size-medium .available-date {
    font-size: 16px;
    line-height: 1.5em; }
  .deal-price.size-large .discount-price {
    font-size: 28px;
    line-height: 1.3em; }
    .deal-price.size-large .discount-price .currency {
      font-size: 18px;
      line-height: 1.5em;
      vertical-align: top; }
  .deal-price.size-large .discount-price-free {
    font-size: 28px;
    line-height: 1.3em; }
  .deal-price.size-large .original-price {
    font-size: 18px;
    line-height: 1.5em; }
  .deal-price.size-large .available-date {
    font-size: 16px;
    line-height: 1.5em; }

.ribbon-book-list-badge {
  position: absolute;
  top: -8px;
  left: -6px;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
  height: 24px;
  padding: 2px 10px;
  text-align: left; }
  .ribbon-book-list-badge .ribbon-book-list-badge-inner {
    position: absolute;
    top: 2px;
    left: 2px;
    background: #F44336;
    border-radius: 3px;
    display: inline-block;
    height: 20px;
    margin-right: 1px;
    padding: 2px 5px;
    text-align: left;
    z-index: 1; }
    .ribbon-book-list-badge .ribbon-book-list-badge-inner .ribbon-book-list-badge-text {
      font-size: 12px;
      line-height: 1.5em;
      font-weight: 600;
      color: transparent;
      display: inline-block;
      position: relative;
      z-index: 2; }
    .ribbon-book-list-badge .ribbon-book-list-badge-inner:after {
      border: 10px solid #F44336;
      color: #F44336;
      border-right-color: transparent;
      border-right-width: 8px;
      content: '';
      position: absolute;
      right: -15px;
      z-index: 1;
      top: 0; }
  .ribbon-book-list-badge .ribbon-book-list-badge-text {
    font-size: 12px;
    line-height: 1.5em;
    font-weight: 600;
    color: white;
    display: inline-block;
    position: relative;
    z-index: 2; }
  .ribbon-book-list-badge:after {
    border: 12px solid #fff;
    color: #fff;
    border-right-color: transparent;
    border-right-width: 10px;
    content: '';
    position: absolute;
    right: -12px;
    top: 0; }

.intercepted-promotion {
  background-color: #fff;
  border: 1px solid #dcdedf;
  padding: 20px; }
  .intercepted-promotion.clearfix::after {
    content: "";
    clear: both;
    display: table; }
  .intercepted-promotion-cover {
    width: 20%;
    max-width: 95px;
    float: left;
    margin: 0 20px 0 0;
    border-radius: 3px;
    background-color: #dcdedf; }
  .intercepted-promotion-buttons {
    display: flex;
    flex-direction: row;
    margin-top: 28px;
    align-items: center; }
    @media (max-width: 1199px) {
      .intercepted-promotion-buttons {
        margin-top: 12px; } }
    @media (max-width: 991px) {
      .intercepted-promotion-buttons {
        flex-direction: column;
        align-items: flex-start; } }
    @media (max-width: 767px) {
      .intercepted-promotion-buttons {
        flex-direction: row;
        align-items: center; } }
    @media (max-width: 578px) {
      .intercepted-promotion-buttons {
        flex-direction: column;
        align-items: flex-start; } }
    .intercepted-promotion-buttons .first-button {
      display: inline;
      margin-right: 20px;
      width: 220px; }
    @media (max-width: 991px) {
      .intercepted-promotion-buttons .second-button {
        margin-top: 16px; } }
    @media (max-width: 767px) {
      .intercepted-promotion-buttons .second-button {
        margin-top: 0; } }
    @media (max-width: 578px) {
      .intercepted-promotion-buttons .second-button {
        margin-top: 16px; } }
    .intercepted-promotion-buttons .second-button .manage-wishlist-link {
      color: #162127;
      text-decoration: underline; }
  .intercepted-promotion-explanation {
    font-family: Helvetica Neue, Helvetica, sans-serif; }
    .intercepted-promotion-explanation .header-text {
      font-weight: 800;
      font-size: 20px;
      padding-bottom: 12px; }
    .intercepted-promotion-explanation .subheader-text {
      font-size: 14px;
      line-height: 1.5em; }

.intercepted-promotion-small .intercepted-promotion-cover {
  width: 30%;
  float: right;
  margin: 0 0 0 20px; }

.deals-feed-vc {
  background-color: #fff; }
  .deals-feed-vc .deals-feed-container {
    margin-top: 20px;
    margin-bottom: 20px; }
  .deals-feed-vc .deal-card-container {
    margin-bottom: 42px; }
  .deals-feed-vc .intercepted-promotion-container {
    margin-top: 15px;
    margin-bottom: 20px; }
  .deals-feed-vc .category-header {
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 600;
    margin-bottom: 10px; }
  .deals-feed-vc .deals-feed-header-container {
    margin-bottom: 12px;
    border-bottom: 1px solid #dcdedf;
    width: 100%; }
    .deals-feed-vc .deals-feed-header-container .deals-feed-header {
      font-size: 18px;
      line-height: 1.5em;
      font-weight: 600; }
  .deals-feed-vc .free-ebooks-message {
    font-size: 12px;
    line-height: 1.5em;
    color: #162127;
    margin-bottom: 32px; }
    .deals-feed-vc .free-ebooks-message span.free-emphasis {
      font-weight: 600; }
  .deals-feed-vc .deals-feed-subheader {
    font-size: 14px;
    line-height: 1.5em;
    padding-bottom: 28px; }
  .deals-feed-vc .sidebar-link {
    display: block;
    color: #5c6468;
    margin-bottom: 9px;
    background: none; }
    .deals-feed-vc .sidebar-link:hover, .deals-feed-vc .sidebar-link:active {
      color: #5c6468;
      text-decoration: underline; }
  .deals-feed-vc .deals-filter-dropdown {
    margin-bottom: 20px; }
  .deals-feed-vc .retailer-link-section {
    margin-top: 40px; }
  .deals-feed-vc .pagination-container {
    width: 100%;
    text-align: center;
    padding: 40px 0; }
  .deals-feed-vc .empty-cta-feed-name {
    font-weight: 600; }

.stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 {
  background: linear-gradient(315deg, #04a8f4 0%, #4051b5 100%);
  bottom: 0;
  padding: 20px 0;
  position: fixed;
  text-align: center;
  width: 100%;
  z-index: 2; }
  @media (max-width: 767px) {
    .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 {
      bottom: -250px; }
      .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2.visible--sticky_chirp_signup_footer_view_controller-modules--3Mu96 {
        bottom: 0;
        transition: bottom .5s; } }
  .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .dismissButton--sticky_chirp_signup_footer_view_controller-modules--3WoED {
    background: none;
    border: none;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px; }
    .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .dismissButton--sticky_chirp_signup_footer_view_controller-modules--3WoED:focus {
      border: 2px solid #1d4254; }
  .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .stickyChirpSignupFooterHeader--sticky_chirp_signup_footer_view_controller-modules--1auHI {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.3em;
    color: #fff;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .stickyChirpSignupFooterHeader--sticky_chirp_signup_footer_view_controller-modules--1auHI {
        width: 90%;
        margin: 0 auto 10px; } }
  .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .stickyChirpSignupFooterSubCopy--sticky_chirp_signup_footer_view_controller-modules--el-OZ {
    font-family: Helvetica Neue, Helvetica, sans-serif;
    font-weight: 800;
    font-size: 18px;
    line-height: 1.5em;
    color: #fff;
    margin-bottom: 12px; }
    @media (max-width: 767px) {
      .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .stickyChirpSignupFooterSubCopy--sticky_chirp_signup_footer_view_controller-modules--el-OZ {
        width: 90%;
        margin: 0 auto 10px; } }
  .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .chirpLogo--sticky_chirp_signup_footer_view_controller-modules--27e2g {
    width: 160px;
    margin-bottom: 8px; }
  .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .buttonForm--sticky_chirp_signup_footer_view_controller-modules---WYHV {
    margin-bottom: 0; }
    @media (max-width: 767px) {
      .stickyChirpSignupFooter--sticky_chirp_signup_footer_view_controller-modules--3vNi2 .buttonForm--sticky_chirp_signup_footer_view_controller-modules---WYHV {
        display: block;
        margin: auto;
        width: 90%; } }

