/* DESKTOP --------------------------------------------*/
@media only screen and (min-width: 900px) {

  .product-list-item {
    background: #f7f7f7;
    margin-bottom: 2px;
    width: 100%;
  }

  .product-list-item-data-wrapper {
    display: flex;
    height: 45px;
  }

 .product-list-item a {
    color: #333;
  }

  .product-list-item .product-thumb {
    clip: auto;
    width: 35px;
    height: 35px;
  }

  .product-list-item .product-item-img-link {
      width: 50px;
      margin-top: 5px;
  }

  .product-list-item .product-item-title-link {
      font-weight: bold;
      overflow: hidden;
      width: max-content;
      display: block;
      padding-right: 4px;
  }

  .product-list-item .product-list-play-bt {
      width: 30px;
  }

  .product-list-item .product-item-format {
      display: block;
  }

  .product-list-item .product-list-infos {
    display: flex;
    width: calc(100% - 245px);
    gap: 5px;
  }

  .product-item-action-wrapper {
    display: flex;
  }

  .product-item-action-wrapper .product-price {
    width: 80px;
  }

  .product-item-action-wrapper .action-button {
    margin-top: 4px;
  }

  .product-item-action-wrapper .input-qty {
    width: 35px;
  }

  .product-item-action-wrapper .input-qty input{
    width: 35px;
    padding:4px 4px;
    box-sizing: border-box;
  }

  .product-item-action-wrapper .product-item-action {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5px;
  }

  .product-list-info-title {
    width: 30%;
    overflow: hidden;
    padding-top: 8px;
  }

  .product-list-info-artist {
    width: 50%;
    line-height: 35px;
    overflow: hidden;
  }

  .product-list-info-label {
    width: 30%;
    line-height: 35px;
    overflow: hidden;
  }

  .product-list-infos {
    font-size: 12px;
  }

  .product-list-item-header {
    display: flex;
    border-top: 1px solid #000;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 13px;
    padding:5px 0;
  }

  .product-list-item-header-title {
      margin-left: 80px;
      width: calc(26% - 50px);
  }

  .product-list-item-header-artist {
    width: 34%;
  }

  .product-list-item .product-price {
      color: #993800;
      margin: 15px 0 0 3px;
      padding-right: 4px;
      text-align: right;
      font-size: 13px;
  }

  .product-list-item .cart-button {
    width: 35px;
  }

  .product-list-item .cart-button-text {
    display: none;
  }

  .product-list-item .product-list-play-bt-action {
      display: block;
      width: 19px;
      height: 19px;
      background: transparent url(img/mobil/play-bt_dark.png) 0 0 no-repeat;
      margin-top: 15px;
      cursor: pointer;
  }

  .product-list-item .playlist-cell {
    display: none;
    padding: 10px 10px 20px 10px;
    margin-bottom: 10px;
  }

    .product-list-item .playlist-cell li {
        padding: 4px 0;
    }

    .product-list-item .playlist-cell .track {
        width: 100%;
    }

    .products-list-view-2 {

    }

    /* COLLECTORS */
    #collectors {
        margin-top: 10px;
    }

    .products-list-view-2  {
        display: flex;
        gap: 15px;
        flex-wrap: wrap;
    }

    .products-list-view-2 h3 {
        background: #eee;
        height: 30px;
    }

    .products-list-view-2 h3 span {
        color: #959595;
        line-height: 30px;
        padding: 0 ;
        font-size: 15px;
    }

    .products-list-view-2 .product-list-item-data-wrapper {
        width: 100%;
        height: 100%;
        flex-direction: column;
    }

    .products-list-view-2 .product-list-item {
        display: flex;
        flex-direction: column;
        background: #f0f0f0;
        position: relative;
        width: 135px;
        height: 208px;
        margin: 0 15px 0 0;
        box-sizing: border-box;

    }

    .products-list-view-2 .product-list-infos {
        flex:1;
        position: relative;
    }

    .products-list-view-2 .product-list-info-label {
        display: none;
    }

    .products-list-view-2 .product-list-info-artist {
        width: 100%;
        text-align: center;
        line-height: 12px;
    }

    .products-list-view-2 .product-item-action-wrapper {
        display: none;
        position: absolute;
        top: 102px;
        justify-content: space-around;
        background: #ff9900;
        width: 100%;
        align-items: center;
        height: 33px;
    }

    .products-list-view-2 .product-list-item .product-list-play-bt {
        display: none;
    }

    .products-list-view-2 .product-list-item .product-list-infos {
        display: flex;
        flex-direction: column;
        width: 100%;
        gap: 5px;
    }

    .products-list-view-2 .product-list-item.hover .product-item-action-wrapper  {
        display: flex;
    }

    .products-list-view-2 .input-qty input {
        display: none;
    }

    .products-list-view-2 .product-item-img-link {
        width: 135px;
        height: 135px;
        display: block;
        margin: 0;
    }

    .products-list-view-2 .product-item-img-link img {
        width: 100%;
        height: 100%;
    }

    .products-list-view-2 .cart-button-text {
        display: none;
    }

    .products-list-view-2 .cart-button {
        width: 33px;
        margin-top: 4px;
    }

    .products-list-view-2 .product-item-title-link {
        width: 100%;
        display: block;
        padding: 0;
        text-align: center;
        box-sizing: border-box;
        font-weight: bold;
    }

    .products-list-view-2 .product-list-info-title {
        width: 100%;
        overflow: hidden;
        padding-top: 8px;
    }

    .products-list-view-2 .product-item-title-link  {
        color: #333;
        font-size: 13px;
    }

    .products-list-view-2 .product-item-title-link  {
        color: #333;
        font-size: 13px;
    }

    .products-list-view-2 .product-price {
        font-size: 14px;
        font-weight: bold;
        line-height: 30px;
        margin:0;
        width: 100px;
    }

    .products-list-view-2 .input-qty {
        display: none;
    }

    .products-list-view-2 .product-item-format {
        display: none;
    }

}

/* MOBILE --------------------------------------------*/
@media only screen and (max-width: 899px) {

    .product-list-item  {
        position: relative;
        width: calc((100% - 15px)/2);
        box-sizing: border-box;
        background: #F2F2F2;
    }

    .product-list-infos {
        height: 75px;
        padding: 10px;
    }

    .product-list-item .product-item-action {
        height: 30px;
    }

    .product-list-item .input-qty {
        display: none;
    }

    .product-list-item .action-button:before {
        display: none;
    }

    .product-item-img-link {
        position: relative;
        display: block;
        height: 0;
        padding-bottom: 100%;
        overflow: hidden;
    }

    .product-item-img-link .product-thumb {
        display: block;
        width: 100%;
    }


    .product-item-action-wrapper {
        position: relative;
        background: #D9D9D9 ;
    }

    .product-list-item .cart-button {
        position: absolute;
        right: 4px;
        bottom: 2px;
    }

    .product-list-item .product-price {
        position: absolute;
        right: 35px;
        bottom: 5px;
        line-height: 18px;
        color: #716E6E;
        z-index: 10;
        font-weight: bold;
    }

    .product-list-info-title a {
        display: block;
        font-weight: 700;
        font-size: 14px;
        line-height: 18px;
        color: #333333;
        padding-bottom: 5px;
    }

    .product-list-info-artist a {
        font-weight: 400;
        font-size: 14px;
        line-height: 18px;
        color: #F19D38;
    }

    .product-list-info-label a {
        display: block;
        font-weight: 400;
        font-size: 13px;
        line-height: 17px;
        color: #747373;
        padding-top: 5px;
    }

    .product-list-item .playlist-cell {
        display: none;
        background: #F2F2F2;
        width: 100%;
        position: absolute;
        bottom: 31px;
    }

    .product-list-item .playlist-cell-expand-bt {
        width: 19px;
        height: 19px;
        background: transparent url(img/mobil/play-bt.png) 0 0 no-repeat;
        position: absolute;
        bottom: 5px;
        left: 12px;
    }

    .product-list-item .player_scrubber {
        width: 120%;
    }

    .product-list-item .title-player-wrapper {
        position: relative;
        width: 69%;
    }

    .product-list-item .title-player-wrapper {
        position: relative;
        width: 85%;
        overflow: hidden;
    }

    .product-list-item .title-player-wrapper .track-title {
        width: 100%;
        overflow: hidden;
        white-space: nowrap;
    }

    /* SIMPLE VIEW AS LIST
    ----------------------------------- */
    .products-list-view-simple .product-list-item  {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        background: #F2F2F2;
        border-top: 1px solid #adadadee;
    }

    .products-list-view-simple .product-item-img-link {
        position: relative;
        display: block;
        height: 90px;
        width: 90px;
        padding-bottom: 0;
        overflow: hidden;
        float: left;
    }

    .products-list-view-simple .product-list-infos {
        height: 60px;
        padding: 5px;
        box-sizing: border-box;
        margin-left: 98px;
    }

    .products-list-view-simple .product-list-infos p {
        padding: 0;
        line-height: 16px;
    }

    .products-list-view-simple .product-list-info-title a {
        line-height: 19px;
        padding: 0;
    }

    .products-list-view-simple .product-list-info-artist a {
        line-height: 19px;
    }

    .products-list-view-simple .product-list-info-label a {
        line-height: 15px;
        padding-top: 0;
    }

    .product-list-item-data-wrapper {
        position: relative;
    }

    .products-list-view-simple .product-item-action-wrapper {
        width: 50%;
        float: right;
    }

    .products-list-view-simple .product-list-item .playlist-cell-expand-bt {
        left: 60%;
        top: 67px;
    }

    .products-list-view-simple .product-item-format {
        position: absolute;
        bottom: -24px;
        left: 103px;
    }

    .products-list-view-simple .product-item-action-wrapper:before {
        content: " ";
        width: 0;
        height: 0;
        border-top: 35px solid #f0f0f0;
        border-right: 35px solid transparent;
        position: absolute;
        top: -1px;
        left: -1px;
    }

    .products-list-view-simple .product-list-item .playlist-cell {
        display: none;
        background: #F2F2F2;
        width: 100%;
        position: relative;
        top: initial;
        bottom: initial;
        margin-top: 35px;
    }

}