/* DESKTOP --------------------------------------------*/
@media only screen and (min-width: 900px) {

  /* SIDE BAR */
  /* HOT LINKS */
  .sidebar-title#hot-links {
    background: transparent url(img/bg_side_top.png) left top no-repeat;
  }

  #hot-links-content {
    background: #e1e1e1;
    padding-bottom: 8px;
  }

  #hot-links-content a {
    display: block;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
    font-weight: bold;
    font-size: 11px;
    color: #231f1c;
    line-height: 26px;
    padding: 4px 0 0 36px;
  }

  #hot-link-news {
    background: transparent url(img/side_feat_head.png) 0 0 no-repeat;
    height: 37px;
    width: 190px;
    padding: 0;
  }

  #hot-link-news a {
    padding-top: 10px;
    background: transparent url(img/hot_news_ico.png) 8px 12px no-repeat;
  }

  #exclusive-news a {
    background: transparent url(img/hot_exclu_ico.png) 6px 2px no-repeat;
  }

  #hot-link-restock a {
    background: transparent url(img/hot_restock_ico.png) 7px 6px no-repeat;
  }

  #last-order-hot a {
    letter-spacing: -1px;
    background: transparent url(img/hot_lastorder_ico.png) 8px 2px no-repeat;
  }

  .hot-link-section {
    background: transparent url(img/side_feat_section.png) 0 0 no-repeat;
    height: 30px;
    width: 190px;
    padding: 0;
  }

  .hot-link-daily {
    background: #e1e1e1 url(img/side_feat_bottom.png) 0 0 no-repeat;
    width: 190px;
    padding: 0;
  }

  .hot-link-daily ul {
    padding-top: 8px;
  }

  #hot-links-content .hot-link-daily a {
    line-height: 14px;
  }

  #styles-header {
    background: transparent url(img/bg_side_header_black.png) right top no-repeat;
  }


  #styles-list, #special-list {
    padding: 5px 9px;
  }

  #styles-list li, #special-list li, #free-links li {
    padding: 1px 0;
  }

  #styles-list a, #special-list a, #free-links a {
    color: #898989;
    font-size: 12px;
    display: block;
    padding: 0 2px;
  }

  #styles-list a:hover, #special-list a:hover, #free-links a:hover {
    color: #2e2e2e;
    background: #dedede;
    display: block;
    text-decoration: none;
  }

  #agenda-list li {
    padding: 9px 5px 0 5px;
    height: 35px;
  }

  #agenda-list li a {
    color: #2e2e2e;
    display: block;
    font-size: 11px;
    padding: 0 0 0 4px;
    margin: 0;
    height: 35px;
    border-left: 4px solid #dbd9d9;
    line-height: 15px;
  }

  #agenda-list li a:hover {
    background: #dbd9d9;
    color: #414040;
    border-left: 4px solid #ff9900;
    text-decoration: none;
  }


  /* FEATURED */
  #featured-products {
    position: relative;
    margin-bottom: 10px;
  }

  #featured-products h3 {
    width: 750px;
    height: 23px;
    background: transparent url(img/featured_title.png) left top no-repeat;
    margin: 0 0 15px 20px;
  }

  #featured-products h3 span {
    display: none;
  }

  #carousel-loader {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 790px;
    height: 220px;
    background: #fff url(img/loader_white.gif) center center no-repeat;
  }

  #featured-carousel {
    height: 220px;
    width: 750px;
    margin-left: 20px;
  }


  #edito h3 {
    background: transparent url(img/bg_edito_large.png) right top no-repeat;
    height: 33px;
    text-align: right;
  }

  #edito h3 span {
    display: inline-block;
    padding: 4px 10px;
    text-align: right;
    font-size: 16px;
    color: #BBD652;
    font-weight: bold;
  }

  .post-title {
    font-weight: bold;
    font-size: 14px;
    margin-top: 15px;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #ccc;
    color: #5E5E5E;
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
  }

  .post-content {
    font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.4em;
    text-align: justify;
    color: #222222;
  }

  .post-content h4 {
    padding: 5px 2px;
    color: #5F5C5C;
    margin-top: 10px;
  }

  .post-content ul {
    padding: 5px 2px
  }

  .post-content ul li {
    padding-left: 5px;
  }


  .post-content p {
    padding: 5px 2px
  }

  .post-content .post-product img {
    border: 2px solid #bbd652;
  }

  .post-content .post-product:hover img {
    border: 2px solid #ff9900;
  }

  .post-content hr {
    border: 1px dotted #ccc;
    height: 1px;
    margin: 10px 0;
  }

  .post-content .roundedBox {
    background: #EDEDED;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
  }

  .product-promo-wrapper {
    margin: 20px 0;
    background: #ccc;
    padding: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
  }

  .product-promo-wrapper h4 {
    color: #0D8BE4;
    padding: 5px 0;
    margin: 0;
  }

  .supported {
    color: #666666;
    display: block;
    float: left;
    font-size: 9px;
    margin-left: 1px;
    padding: 2px;
    text-align: center;
    width: 43px;
  }

  .supported a {
    color: #666666;
    text-decoration: none;
  }

  #products-news-2 {
    margin-top: 30px;
  }

  #dailynews h3 ,
  #collectors h3 ,
  #products-news-2 h3.section-title ,
  #home-playlist-title ,
  #products-news h3.section-title {
    width: 100%;
    height: 23px;
    background: transparent url(img/mobil/h_backgroud.png) right top no-repeat;
    margin: 20px 0;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 17px;
    line-height: 21px;
    font-feature-settings: 'hist' on;
    color: #333333;
    text-align: right;
    padding-right: 28px;
    box-sizing: border-box;
    padding-top: 3px;
  }

  #home-playlist-title {
    margin-bottom: 0;
  }



  #dailynews h3 span,
  #products-news-2 h3.section-title span,
  #products-news h3.section-title span {

  }

  #products-news-content .product-cell-thumb .product-infos > * {
    display: none;
  }

  #products-news-content .selected_indicator {
    display: none;
  }

  #products-news-content .product-cell-thumb  {
    padding-bottom: 0;
    height: auto;
    width: auto;
    border-bottom: 0;
    background: none;
    border:0;
    margin:0;
    float: initial;
  }

  #products-news-content .playlist-cell  {
    display: none;
  }

  #products-news-content .product-cell-thumb h3 {
    padding: 0;
  }

  .news-category-wrapper {
    display: flex;
    flex-wrap: wrap;
  }

  #products-news-content .product-cell-thumb h3 a {
    color: #565555;
    display: block;
    font-size: 12px;
    padding: 2px 0;
    width: 186px;
    float: left;
    line-height: 14px;
    font: 11px/15px Arial,Verdana, sans-serif;
  }

  #products-news-content .product-cell-thumb .product-infos {
    padding-bottom: 0;
    height: auto;
    border-bottom: 0;
  }

  #products-news-content .product-cell-thumb .product-infos-title  {
    display: block !important;
  }

  .news-category {
    clear: both;
    margin-bottom: 8px;
    padding: 5px;
  }

  .news-category h4 {
    padding: 0 0 3px 0;
    /*border-bottom:1px solid #8e8e8e;*/
    background: url(img/dots_row.gif) repeat-x scroll left bottom transparent;
    font-size: 14px;
  }


  .news-item a {
    color: #565555;
    display: block;
    font-size: 12px;
    padding: 2px 0;
  }

  .news-item.activ a {
    background: #222;
    color: #708c00;
    text-indent: 4px;
  }


  /* CHARTS */
  #familyCharts {
    background: #fff;
  }

  .family-charts-cell {
    float: left;
    margin-left: 10px;
    width: 240px;
  }

  .family-charts-cell h4 {
    background: #FFFFFF;
    border-bottom: 1px solid #EEEEEE;
    color: #D3D3D3;
    font-size: 33px;
    letter-spacing: -3px;
    padding: 10px 0;
  }

  #familyCharts .family-charts-cell span {
    padding-top: 3px;
  }

  #familyCharts .family-charts-cell .rank {
    color: #ccc;
    font-size: 19px;
    font-weight: bold;
    letter-spacing: -1px;
    line-height: 16px;
    padding-right: 4px;
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
  }

  #familyCharts .bestseller-product-name {
    padding-left: 35px;
  }

  .family-charts-cell.even {
    background: #eee;
  }

  #familyCharts .product-bestseller-element {
    position: relative;
  }

  #familyCharts .product-bestseller-element .rank-direction {
    bottom: 5px;
    color: #BBBBBB;
    font-size: 10px;
    height: 11px;
    left: 0;
    line-height: 10px;
    position: absolute;
    width: 33px;
    padding: 0;
  }

  #familyCharts h3 {
    background: url("img/bestsellers_title.png") no-repeat scroll 0 bottom #FFFFFF;
    border-bottom: 2px solid #F2F2F2;
    color: #8F8F8F;
    height: 24px;
    line-height: 35px;
    margin-bottom: 10px;
    margin-left: 7px;
    padding-top: 15px;
    font-size: 13px;
  }

  #familyCharts h3 span.chartsTitle {
    padding-left: 110px;
    visibility: hidden;
  }

  .chartsNav {
    text-align: right;
    display: inline-block;
    float: right;
  }


  #visit-store {
    clear: both;
    background: #d9d9d9;
    margin: 10px 0 0 0;
    font: 12px "Lucida sans unicode", Arial, Verdana, Tahoma, sans-serif;
  }

  #visit-store h4 {
    color: #3CB3FC;
    font-size: 25px;
    padding: 0 0 10px 0;
  }

  #visit-store img {
    float: left;
    width: 350px;
    border: 5px solid #000;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
  }

#visit-store .rounded {
  background:#969696;
  color:#fff;
}

  #visit-store p a {
    text-decoration: underline;
    color: #fff;
  }


  #store-address {
    float: left;
    width: 350px;
    height: 260px;
    border-left: 1px dashed #fff;
    padding: 0 15px;
    margin-left: 20px;
    color: #656565;
    background: transparent url(img/icons-shop.png) 15px bottom no-repeat;
  }


  /* POST STYLES */
  .bug-report-box {
    background: #FFF9AB url(img/bug.png) 5px center no-repeat;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 5px 5px 5px 55px;
    text-align: left;
    border: 1px solid #FFE400;
  }


  #home-main-section {
    margin-left: 10px;
  }

  #products-news {
    display: none;
  }

  #playlist-tracks {
    display: none;
  }

  #dailynews {
    margin-top: 30px;
    margin-bottom: 10px;
  }

  #home-dailynews {
    margin-left: 30px;
    width: 750px;
  }

  #home-dailynews .slick-prev {
    left: -25px;
  }

  #home-dailynews .slick-next {
    right: -10px;
  }

  .news-category h4 {
    background: #cdcdcd;
    color: #333;
    padding: 10px;
  }

  .news-category h4 a {
    color: #333;
  }


  #collectors .products-list-view-2 .product-list-item {
    width: 145px;
    margin: 0;
  }

  #collectors .products-list-view-2 .product-item-img-link {
    width: 145px;
    height: 145px;
    display: block;
    margin: 0;
  }

  #collectors .products-list-view-2 .product-item-action-wrapper {
    top: 112px;
  }

  #edito {
    display: none;
  }

  #home-player-wrapper {
    background: #cdcdcd42 ;
    box-sizing: border-box;
    padding: 20px;
    padding-bottom: 60px;
    position: relative;
  }

  #home-player-wrapper .slick-next, #home-player-wrapper .slick-prev {
    top: 50px;
  }

  #home-player {
    width: 730px;
    margin-left: 8px;
  }

  .home-player-item {

  }

  .slick-slide .home-player-item-link {
    transform: scale(0.8);
    opacity: 0.5;
  }

  .slick-center .home-player-item-link {
    transform: scale(1);
    opacity: 1;
  }

  .home-player-item-link {
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    display: block;
    transition: all 300ms ease;
    text-align: center;
    border: 10px solid #3333339c;
    position: relative;
  }

  .home-player-item-data {
    position: absolute;
    display: none;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: #333333c4;
    color: #fff;
  }

  .slick-center .home-player-item-data {

  }

  .home-player-item-link img {
    height: 100%;
    width: 100%;
  }

  .home-player-controls {
    display: none;
    position: absolute;
    top: 13px;
    left: 22px;
  }

  .slick-center .home-player-controls {
    display: block;
  }

  .home-player-control {
    width: 88px;
    height: 101px;
    opacity: 0.6;
    cursor: pointer;
  }

  .home-player-control:hover {
    opacity: 0.9;
  }

  .home-player-control.control-play {
    background: transparent url(img/bt_play_big.png) 0 0 no-repeat;
    background-size: 80%;
  }

  .home-player-control.control-stop {
    display: none;
    background: transparent url(img/bt_pause_big.png) 0 0 no-repeat;
    background-size: 80%;
  }

  .playing .home-player-control.control-stop {
    display: block;
  }

  .playing .home-player-control.control-play {
    display: none;
  }

  .home-player-cart-action {
    width: 733px;
    height: 40px;
    background: #ddd;
    position: absolute;
    box-sizing: border-box;
    bottom: 10px;
    left: 27px;
    display: flex;
  }

  #home-playlist-infos {
    width: 520px;
    overflow: hidden;
    display: flex;
    box-sizing: border-box;
  }

  #home-playlist-infos span {
    display: block;
    line-height:40px;
    font-size: 14px;
    padding:0 10px;
    overflow: hidden;
    white-space: nowrap;
    box-sizing: border-box;
    font-weight: bold;
  }

  #home-playlist-infos span a {
    color: #333;
  }

  #home-playlist-infos span#home-playlist-infos-artists {
    font-weight: normal;
  }

  #home-playlist-price {
    color: #333;
    margin: 13px 0 0 0;
    /* padding-right: 4px; */
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    width: 93px;
  }

  #home-playlist-cart {
    margin-top: 7px;
  }

  .home-player-data-artist, .home-player-data-title a {
    display: block;
    max-width: 190px;
    width: 190px;
    overflow: hidden;
    white-space: nowrap;
    padding: 2px 5px;
    box-sizing: border-box;
  }

  .home-player-data-title a {
    font-weight: bold;
    color: #ff9900;
  }


}

/* MOBILE --------------------------------------------*/
@media only screen and (max-width: 899px) {

  #left {
    display: none;
  }

  #home-playlist {

  }

  #playlist-tracks {
    display: none;
  }

  #products-news  .playlist-cell {
    display: none;
  }


  #content, #home-main-section {
    display: flex;
    flex-direction: column;
  }

  #content-wrap {
    order: -3;
  }

  #products-news {
    order: -1;
  }

  #edito {
     display: none;
  }

  #collectors {
    order: -1;
  }

  #dailynews {
    order: -3;
  }

  #products-news {
    order: -2;
  }

  #familyCharts {
    display: none;
  }

  .news-category h4 {
    border-bottom: 3px solid #e2a047;
    text-align: center;
    margin: 22px 0;
    color: #e2a047;
  }

  .news-category h4 a {
    display: block;
    background: #fff;
    margin-bottom: -11px;
    width: 160px;
    margin-left: calc(50% - 80px);
    color: #e2a047;
  }

  #dailynews .products-list-view-2,
  #collectors .products-list-view-2 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    gap: 15px;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
  }

  /* Hide scrollbar for Chrome, Safari and Opera */
  #dailynews .products-list-view::-webkit-scrollbar,
  #collectors .products-list-view::-webkit-scrollbar {
    display: none;
  }


  #dailynews .product-list-item,
  #collectors .product-list-item {
    position: relative;
    box-sizing: border-box;
    background: #F2F2F2;
    min-width: 40vw;
    width: initial;
  }

  #dailynews .product-item-format,
  #collectors .product-item-format {
    display: none;
  }

  #products-news-2 {
    display: none;
  }

  #home-player-section {
    order: -4;
  }


  #home-player {
    width: 100%;
  }

  .home-player-item {

  }

  .slick-slide .home-player-item-link {
    transform: scale(0.8);
    opacity: 0.5;
  }

  .slick-center .home-player-item-link {
    transform: scale(1);
    opacity: 1;
  }

  .home-player-item-link {
    transition: transform .3s cubic-bezier(.4,0,.2,1);
    display: block;
    transition: all 300ms ease;
    text-align: center;
    border: 5px solid #3333339c;
    position: relative;
  }

  .home-player-item-data {
    position: absolute;
    display: none;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: #333333c4;
    color: #fff;
  }

  .slick-center .home-player-item-data {

  }

  .home-player-item-link img {
    height: 100%;
    width: 100%;
  }

  .home-player-cart-action {
    display: flex;
    background: #efefef;
    height: 30px;
    margin-top: 5px;
  }

  #home-playlist-cart {
    width: 30px;
    line-height: 30px;
    margin-top: 5px;
  }

  #home-playlist-price {
    width: 60px;
    line-height: 30px;
    text-align: center;
    font-weight: bold;
  }

  #home-playlist-infos {
    width: calc(100% - 90px);
    display: flex;
    overflow: hidden;
  }

  #home-playlist-infos span {
    line-height: 30px;
    display: block;
    white-space: nowrap;
    padding: 0 5px;
    box-sizing: border-box;
  }


  .home-player-controls {
    display: none;
    position: absolute;
    top: 13px;
    left: 17px;
  }

  .slick-center .home-player-controls {
    display: block;
  }

  .home-player-control {
    width: 60px;
    height: 87px;
    opacity: 0.7;
    cursor: pointer;
  }

  .home-player-control.control-play {
    background: transparent url(img/bt_play_big.png) 0 0 no-repeat;
    background-size: 80%;
  }

  .home-player-control.control-stop {
    display: none;
    background: transparent url(img/bt_pause_big.png) 0 0 no-repeat;
    background-size: 80%;
  }

  .playing .home-player-control.control-stop {
    display: block;
  }

  .playing .home-player-control.control-play {
    display: none;
  }


}

/* TABLET --------------------------------------------*/
@media only screen and (min-width: 550px) and (max-width: 899px) {
  #dailynews .product-list-item,
  #collectors .product-list-item {
    min-width: 25vw;
  }
}
