/* TXHP_FIXED_STICKY_CSS_V4_BELOW_TABNAV */
@media (min-width: 992px) {
  .txhp-ecom-scroll-wrap {
    align-items: stretch !important;
    overflow: visible !important;
  }

  .txhp-ecom-main,
  .txhp-ecom-aside {
    overflow: visible !important;
  }

  .txhp-ecom-aside {
    position: relative !important;
    align-self: stretch !important;
    min-height: 0 !important;
  }

  .txhp-scroll-book-card {
    transform: none !important;
    transition: none !important;
    will-change: auto !important;
  }

  .txhp-scroll-book-card.txhp-fixed-sticky-active {
    position: fixed !important;
    top: 154px !important;
    right: auto !important;
    bottom: auto !important;
    z-index: 9991;
    transform: none !important;
    transition: none !important;
  }

  .txhp-scroll-book-card.txhp-fixed-sticky-bottom {
    position: absolute !important;
    top: var(--txhp-sticky-bottom-top, 0px) !important;
    right: 0 !important;
    bottom: auto !important;
    z-index: 80;
    transform: none !important;
    transition: none !important;
  }
}
