.listening-library .container {
  position: unset;
  position: initial; }

.tune-search-form {
  text-align: center;
  display: none;
  width: 600px;
  max-width: 90%;
  margin: 30px auto 0px; }
  .tune-search-form.active {
    display: block; }
  .tune-search-form .icon-input {
    width: 100%; }
    .tune-search-form .icon-input .ui-input {
      width: 100%;
      height: 48px; }

.view-products-link {
  width: 92%;
  display: inline-block;
  background-color: #2C3E50;
  color: #fff;
  padding: 7px 12px 9px;
  text-align: left;
  font-size: 13px;
  line-height: 17px;
  margin: 6px auto 12px;
  border-radius: 4px;
  float: none; }
  .view-products-link:after {
    content: ">";
    float: right;
    margin-left: 6px; }

.product-links-list li {
  border-bottom: 1px solid #e0e0e0; }
  .product-links-list li a {
    padding: 9px 12px;
    display: block; }
    .product-links-list li a:after {
      content: ">";
      float: right;
      margin-left: 6px; }

.song-list-grid {
  height: calc(100vh - 360px);
  overflow: hidden;
  overflow-y: scroll; }

.ais-InfiniteHits-loadMore {
  display: block;
  width: 240px;
  margin: 18px auto;
  background: #2C3E50;
  color: #fff;
  text-align: center;
  padding: 12px 0;
  border-radius: 25px; }

.sidebar-card {
  padding: 18px;
  display: block;
  overflow: hidden; }
  .sidebar-card h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: bold; }

.ais-RefinementList-list {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 12px;
  margin-top: 24px;
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.06); }
  .ais-RefinementList-list .divider {
    border-bottom: 1px solid #e9e9e9; }
  .ais-RefinementList-list .ais-RefinementList-item {
    padding: 12px 12px 6px 12px;
    min-width: 13.5%;
    display: flex;
    align-items: center; }
    .ais-RefinementList-list .ais-RefinementList-item > div {
      width: 100%; }
    .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label {
      display: block;
      color: #c0c0c0;
      font-weight: 600;
      display: flex;
      position: relative;
      transition: all .2s ease-in; }
      .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label:before {
        display: block;
        width: 15px;
        height: 15px;
        margin: 5px 9px 0 0;
        background: #fff;
        border: 1px solid #2c3e50;
        opacity: 1;
        content: "";
        position: relative;
        z-index: 2;
        transition: all .2s ease-in; }
      .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label:after {
        display: block;
        width: 15px;
        height: 15px;
        position: absolute;
        z-index: 3;
        opacity: 1;
        background-image: url(../img/svg/check-white.svg);
        background-size: 100% 100%;
        content: "";
        top: 5px;
        margin: auto;
        transition: all .2s ease-in; }
      .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label input[type="checkbox"] {
        visibility: hidden;
        position: absolute;
        opacity: 0; }
      .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label.active {
        color: #2C3E50; }
        .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label.active:after {
          background-image: url("../img/svg/check-white.svg");
          background-color: #2C3E50; }
      .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-count {
        display: inline-block;
        margin-left: 6px;
        font-size: 13px; }
        .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-count:before {
          content: "(";
          display: inline-block; }
        .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label .ais-RefinementList-count:after {
          content: ")";
          display: inline-block; }
      .ais-RefinementList-list .ais-RefinementList-item .ais-RefinementList-label:hover:after {
        background-color: #2c3e50; }
    .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item--selected .ais-RefinementList-label {
      color: #2C3E50;
      transition: all .2s ease-in; }
      .ais-RefinementList-list .ais-RefinementList-item.ais-RefinementList-item--selected .ais-RefinementList-label:after {
        opacity: 1;
        background-image: url("../img/svg/check-white.svg");
        background-color: #2C3E50;
        transition: all .2s ease-in; }

.tune-search-interface {
  display: none;
  align-items: flex-start;
  margin-top: 30px; }
  .tune-search-interface.active {
    display: flex;
    flex-direction: column; }
  .tune-search-interface .interface-sidebar,
  .tune-search-interface .search-filters {
    width: 330px;
    min-width: 330px;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    margin-right: 30px; }
    .tune-search-interface .interface-sidebar h3.headline,
    .tune-search-interface .search-filters h3.headline {
      display: block;
      padding: 12px 12px;
      text-align: center;
      font-size: 18px;
      border-bottom: 1px solid #e0e0e0; }
    .tune-search-interface .interface-sidebar .sidebar-filter-option,
    .tune-search-interface .search-filters .sidebar-filter-option {
      display: block;
      padding: 12px 18px;
      color: #666;
      border-bottom: 1px solid #e0e0e0; }
      .tune-search-interface .interface-sidebar .sidebar-filter-option.active,
      .tune-search-interface .search-filters .sidebar-filter-option.active {
        color: #2C3E50; }
      .tune-search-interface .interface-sidebar .sidebar-filter-option:hover,
      .tune-search-interface .search-filters .sidebar-filter-option:hover {
        color: #2C3E50; }
  .tune-search-interface .interface-song-grid {
    width: auto;
    flex-grow: 1;
    overflow: hidden;
    margin: 0; }
    .tune-search-interface .interface-song-grid .song-list-section .section-title-row {
      display: flex;
      width: 100%;
      justify-content: space-between;
      align-items: center; }
      .tune-search-interface .interface-song-grid .song-list-section .section-title-row h2 {
        font-size: 20px; }
    .tune-search-interface .interface-song-grid .song-tile {
      max-width: 100%; }
  @media (min-width: 1025px) {
    .tune-search-interface.active {
      display: flex;
      flex-direction: row; }
    .tune-search-interface .interface-sidebar {
      position: relative;
      display: block; } }

.song-list-grid .ais-Hits ol.ais-Hits-list, .song-list-grid .ais-Hits ol.ais-InfiniteHits-list, .song-list-grid .ais-InfiniteHits ol.ais-Hits-list, .song-list-grid .ais-InfiniteHits ol.ais-InfiniteHits-list {
  margin: 0;
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 18px;
  list-style-type: none; }
  @media (min-width: 769px) {
    .song-list-grid .ais-Hits ol.ais-Hits-list, .song-list-grid .ais-Hits ol.ais-InfiniteHits-list, .song-list-grid .ais-InfiniteHits ol.ais-Hits-list, .song-list-grid .ais-InfiniteHits ol.ais-InfiniteHits-list {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 1281px) {
    .song-list-grid .ais-Hits ol.ais-Hits-list, .song-list-grid .ais-Hits ol.ais-InfiniteHits-list, .song-list-grid .ais-InfiniteHits ol.ais-Hits-list, .song-list-grid .ais-InfiniteHits ol.ais-InfiniteHits-list {
      grid-template-columns: repeat(3, 1fr); } }
  @media (min-width: 1681px) {
    .song-list-grid .ais-Hits ol.ais-Hits-list, .song-list-grid .ais-Hits ol.ais-InfiniteHits-list, .song-list-grid .ais-InfiniteHits ol.ais-Hits-list, .song-list-grid .ais-InfiniteHits ol.ais-InfiniteHits-list {
      grid-template-columns: repeat(4, 1fr); } }

/************************tune-search-interface********************/
.tune-search-interface .search-filters .ais-RefinementList-list {
  display: block; }

.interface-sidebar.interface-list {
  background: #fff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
  border-radius: 4px;
  padding: 15px; }
  .interface-sidebar.interface-list .product-links-list {
    display: flex;
    margin: 10px 0;
    flex-wrap: wrap; }
    .interface-sidebar.interface-list .product-links-list li {
      border: 0;
      min-width: 25%;
      padding: 0 5px; }
      .interface-sidebar.interface-list .product-links-list li a {
        padding: 10px;
        border-bottom: 1px solid #e0e0e0; }

.librarypopup {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 300px;
  width: 94%;
  max-width: 750px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1000; }
  .librarypopup h2 {
    margin: 0 0 15px 0;
    font-size: 2rem;
    line-height: 1.1em;
    background-color: #e65100d9;
    padding: 10px 0;
    color: #fff; }
  .librarypopup .popup-content {
    text-align: center; }
  .librarypopup .video-container {
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 aspect ratio (9 / 16 * 100) */
    height: 0;
    overflow: hidden; }
    .librarypopup .video-container iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .librarypopup ul li {
    text-align: left;
    padding: 10px 0;
    font-size: 1.6rem; }
    .librarypopup ul li strong {
      font-size: 2rem; }

.listening-library .close-btn {
  display: none; }

.listening-library .justify-space-between {
  padding: 15px 0;
  justify-content: space-between;
  display: flex; }
  .listening-library .justify-space-between.moblieBtn {
    display: none; }
  .listening-library .justify-space-between span {
    display: flex;
    align-items: center;
    max-width: 140px;
    text-align: center;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.06);
    border-radius: 4px;
    padding: 10px 5px; }
    .listening-library .justify-space-between span:hover {
      background-color: #2C3E50;
      color: #fff; }
      .listening-library .justify-space-between span:hover svg path {
        stroke: #fff; }
    .listening-library .justify-space-between span svg {
      width: 22px;
      margin-right: 2px;
      stroke: #2C3E50;
      height: 20px; }
      .listening-library .justify-space-between span svg path {
        stroke: #2C3E50; }

.listening-library .libraryoverlay {
  position: fixed;
  top: 0;
  transition: 0.3s ease;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 998;
  display: none;
  /* Initially hidden */ }

@media (max-width: 1023px) {
  .listening-library .justify-space-between.moblieBtn {
    display: flex; }
  .listening-library .search-filters, .listening-library .interface-list {
    position: fixed;
    left: -300px;
    /* Initially hidden */
    width: 300px;
    height: 100vh;
    margin: 0;
    min-width: 300px;
    transition: left 0.3s ease;
    top: 0;
    padding: 15px;
    height: calc(100vh);
    width: 100%;
    max-width: 300px;
    overflow: auto;
    z-index: 999; }
    .listening-library .search-filters .ais-RefinementList-list, .listening-library .interface-list .ais-RefinementList-list {
      height: auto;
      box-shadow: none;
      margin: 0;
      padding: 0; }
  .listening-library .interface-list {
    left: auto;
    right: -300px;
    transition: right 0.3s ease; }
  .listening-library .close-btn {
    cursor: pointer;
    position: absolute;
    top: 10px;
    display: block;
    right: 15px;
    clear: both;
    overflow: hidden; } }

.listening-library .close_popup {
  position: absolute;
  right: 5px;
  top: 5px;
  background-color: #fff;
  padding: 5px;
  border-radius: 50%; }

.tune-player.lowertunePlayer, .promoCarouselslider.lowertunePlayer {
  z-index: 997; }

.d-flex.align-items-stretch {
  padding-bottom: 3rem; }
  @media (min-width: 1024px) {
    .d-flex.align-items-stretch {
      align-items: stretch; } }
  @media (min-width: 1024px) {
    .d-flex.align-items-stretch .tune-search-form, .d-flex.align-items-stretch .how-to-info-block {
      height: 100%; } }

@media (min-width: 1024px) {
  .d-flex.align-items-reverse {
    flex-direction: row-reverse; } }

.col-8, .col-4, .col-7, .col-5 {
  width: 100%;
  padding-left: 15px;
  padding-right: 15px; }

@media (min-width: 1024px) {
  .col-7 {
    width: 58.333333%; }
  .col-8 {
    width: 66.66%; }
  .col-5 {
    width: 41.666667%; }
  .col-4 {
    width: 33.33%; } }

.tune-search-form {
  width: auto;
  max-width: 100%;
  margin: 0 0 0 0; }
  .tune-search-form .tune-search-input {
    margin-bottom: 0; }
  @media (min-width: 1024px) {
    .tune-search-form .ais-SearchBox {
      height: 100%; } }

.how-to-info-block {
  padding-bottom: 3rem; }
  @media (min-width: 1024px) {
    .how-to-info-block {
      padding: 8px 20px 20px;
      background: #fff;
      -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08);
      box-shadow: 0 3px 9px rgba(0, 0, 0, 0.08); } }
  .how-to-info-block p {
    font-size: 1.5rem;
    font-family: "Be Vietnam", Arial, Helvetica, sans-serif;
    line-height: 21px;
    font-weight: 600;
    margin-bottom: .5rem;
    text-align: center; }
  .how-to-info-block .justify-space-between {
    padding: 0 15px;
    align-items: stretch; }
    .how-to-info-block .justify-space-between .col-6 {
      padding: 0 5px; }
      @media (min-width: 1024px) {
        .how-to-info-block .justify-space-between .col-6 {
          text-align: center; } }
      .how-to-info-block .justify-space-between .col-6 span {
        margin: auto;
        padding: 8px 5px;
        max-width: none;
        text-align: center;
        height: 100%; }
        @media (min-width: 1024px) {
          .how-to-info-block .justify-space-between .col-6 span {
            justify-content: center;
            border: 1px solid #2C3E50; } }
