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

    .catalog-breadcrumb {
        margin: 14px 0;
        font-weight: bold;
        color: #6F7070;
        font-size: 12px;
        background: transparent url(img/bg_breadcrumb.png) 0 0 no-repeat;
        height: 27px;
        padding-left: 4px;
        position: relative;
    }

    .catalog-breadcrumb span {
        line-height: 27px;
    }

    .catalog-breadcrumb .key-item {
        color: #ff9900;
    }

    .catalog-breadcrumb .arrow {
        display: inline-block;
        background: transparent url(img/micro_bullet_2.png) center center no-repeat;
        width: 15px;
        text-indent: -5000px;
    }

    .catalog-parameters {
        float: right;
    }

    .catalog-parameters select {
        background: #e8e8e8;
        padding: 3px 2px 3px 2px;
        font-size: 10px;
        color: #555454;
        border: none;
    }

    .catalog-parameters select option {
        padding: 0 5px;
    }

    .product-cell {
        width: 800px;
        background: transparent url(img/bg_product_cell.png) left bottom repeat-x;
        margin-bottom: 15px;
        color: #474747;
        position: relative;
        margin-left: 5px;
        /*border-top:1px solid #EFEFEF;
        border-left:1px solid #EFEFEF;
        border-right:1px solid #EFEFEF;*/
    }

    .product-cell.archive .product-picture,
    .product-cell.archive .product-main-cell,
    .product-cell.archive .details-cell ul {
        opacity: 0.50;
        filter: alpha(opacity:50);
    }

    .product-cell .product-picture {
        float: left;
        width: 127px;
        margin-bottom: 8px;
        position: relative;
    }

    .product-cell .product-main-cell {
        float: left;
        margin-bottom: 35px;
        border-bottom: 1px solid #f3f3f3;
        background: #fafafa;
    }

    .product-cell .playlist-cell {
        float: right;
        background: #f1f1f1;
        width: 300px;
        min-height: 120px;
    }

    .product-cell .playlist-cell ul {
        padding-top: 5px;
    }

    .product-cell .playlist-cell li {
        padding: 3px 0;
        clear: both;
        display: block;
    }


    /* product view as thumb */
    #content-wrap.catalog-list {
        margin-left: 0;
    }


    .product-cell-thumb {
        width: 261px;
        margin: 5px 0 0 5px;
        overflow: hidden;
        float: left;
        background: #fff;
        border-top: 1px solid #CDCDCD;
        position: relative;
    }

    .product-cell-thumb .product-picture {
        float: left;
    }

    .product-cell-thumb h3 {
        padding: 3px 4px;
    }

    .product-cell-thumb h3 a {
        color: #811001;
        font: 15px/1.4 Georgia, serif;
    }

    .product-cell-thumb .product-infos {
        padding-bottom: 4px;
        height: 154px;
        border-bottom: 1px dashed #cdcdcd;
        /*background:url("img/cut_off.png") repeat-x scroll left bottom transparent;  */
    }

    .product-cell-thumb .product-picture {
        position: relative;
        padding-right: 4px;
    }

    .product-cell-thumb .product-picture a {
        border: 1px solid #F1F1F1;
        padding: 0;
        margin: 0;
        display: block;
        width: 120px;
        height: 120px;
    }

    .product-cell-thumb .product-thumb.medium {
        border: none;
    }

    .product-cell-thumb .product-infos-details {
        width: 130px;
        float: left;
        overflow: hidden;
        margin-left: 4px;
        word-wrap: normal;
    }

    .product-cell-thumb .product-infos-details a {
        color: #4d4d4d;
    }

    .product-cell-thumb .product-infos-details li {
        padding: 0 0 2px 0;
        line-height: 14px;
        color: #4D4D4D;
        word-wrap: normal;
        white-space: nowrap;
    }

    .product-cell-thumb .product-price {
        color: #993800;
        margin: 10px 0 0 3px;
        padding-right: 4px;
        text-align: right;
        font: bold 15px Helvetica, Arial, Verdana, sans-Serif;
    }


    .product-action {
        width: 126px;
        height: 27px;
        border: 1px solid #bbd652;
        -moz-border-radius: 4px;
        -webkit-border-radius: 3px;
        border-radius: 3px 3px 3px 3px;
        background: #fff;
        padding: 1px;
    }

    .product-action .input-qty input {
        width: 19px;
        height: 27px;
        float: left;
        border: none;
        font-size: 11px;
    }

    .product-cell-thumb .playlist-cell {
        clear: both;
        height: 132px;
        background: #ecebe8;
        overflow: hidden;
    }

    .product-cell-thumb .product-track-listing li {
        padding: 1px 0;
    }

    .product-cell-thumb.over {
        background: #bfbfbf;
    }

    .product-cell-thumb .product-track-listing li.more-tracks-link {
        padding-left: 5px;
        color: #878787;
    }

    .product-cell-thumb .product-track-listing li.more-tracks-link a {
        color: #878787;
        font-size: 11px;
        padding-top: 3px;
    }


    .product-cell .info-cell {
        width: 363px;
        margin-left: 4px;
        float: left;
        padding-right: 4px;
    }

    .product-cell .info-cell h3 a {
        color: #1a1a1a;
    }

    .product-cell .info-cell h3 a:hover {
        text-decoration: underline;
    }

    .product-cell .info-cell h3 .product-name {
        color: #811001;
        font: 15px/1.4 Georgia, serif;
    }

    .product-cell .info-cell h3 .product-title {
        font-weight: normal;
        padding-left: 5px;
    }

    .product-cell .product-artists a, .product-cell .product-label a, .product-cell .product-categories a {
        color: #1a1a1a;
        font-size: 13px;
    }


    .product-cell .product-categories {
        background: transparent url(img/micro_bullet_2.png) left center no-repeat;
        padding-left: 10px;
        margin-top: 5px;
    }

    .product-cell .product-description {
        margin-top: 4px;
    }

    .product-cell .details-cell {
        width: 780px;
        height: 39px;
        position: absolute;
        bottom: 0;
        right: 0;
    }

    .product-cell .details-cell ul {
        margin-top: 13px;
        float: left;
        width: 520px;
    }

    .product-cell .details-cell ul li {
        display: block;
        float: left;
        height: 15px;
        line-height: 15px;
        padding-right: 5px;
        margin-right: 5px;
        border-right: 1px solid #c5c5c5;
        color: #1a1a1a;
        font-size: 12px;
    }

    .product-cell .details-cell ul li.product-rating {
        width: 75px;
    }

    .product-cell .details-cell ul li.product-styles {
        border-right: none;
    }

    .product-cell .product-price {
        float: left;
        color: #990000;
        font-weight: bold;
        font-size: 15px;
        margin-top: 11px;
    }


    .product-cell .product-action {
        float: right;
        margin: 5px 5px 0 0;
    }

    .product-cell input {
        font-weight: bold;
    }


    /* FITLERS */
    .category-filter-list dd {
        position: relative;
    }

    #filterItemList {
        background-color: #fff;
        font-size: 10px;
        height: auto;
        left: 5px;
        top: 52px;
        margin: 0;
        padding: 0;
        border-color: #D3D0D0;
        border-style: solid;
        border-width: 5px;
        position: absolute;
        display: none;
        width: 790px;
        z-index: 5000;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
    }

    #filter-list-header {
        position: relative;
        padding: 5px;
        background-color: #EEEBEB;
        margin-bottom: 5px;
    }

    #alpha-filter a {
        font-weight: bold;
        padding: 2px 4px;
    }

    #alpha-filter a.activ, #alpha-filter a:hover {
        background: #2991FF;
        color: #fff;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        text-decoration: none;
    }


    #filter-list-close {
        position: absolute;
        display: block;
        top: 5px;
        right: 5px;
        height: 17px;
        width: 17px;
        background: transparent url(img/presentation_icons.png) 0 0 no-repeat;
    }

    #filter-list-close span {
        display: none;
    }

    #filter-list-close:hover {
        background-position: 0 -18px;
    }


    .alpha-list {
        width: 790px;
    }

    .alpha-list-index {
        background-color: #858484;
        color: #FFFFFF;
        text-align: center;
        font-weight: bold;
        font-size: 14px;
    }

    .alpha-list-col {
        width: 154px;
        float: left;
        padding: 0 2px;
    }

    .alpha-list-col a {
        display: block;
        line-height: 12px;
        color: #6D6B6B;
        font-size: 11px;
    }

    .select-filter-param {
        cursor: pointer;
        border: 2px solid #F1F1F1;
        display: block;
        padding: 0 0 0 16px;
        color: #898989;
    }

    .select-filter-param.open {
        background: #D3D0D0;
        border: 2px solid #FFFFFF;
        width: 170px;
        -moz-border-radius: 5px 0 0 5px;
        -webkit-border-radius: 5px 0 0 5px;
        border-radius: 5px 0 0 5px;
    }

    .select-filter-param.loading {
        background: #D3D0D0 url(img/ui-anim_basic_16x16.gif) left center no-repeat;
    }

    .filter-param-reset {
        height: 15px;
        width: 15px;
        background: transparent url(img/presentation_icons.png) 0 -126px no-repeat;
        display: block;
        position: absolute;
        top: 3px;
        left: 2px;
    }

    .filter-param-reset:hover {
        background-position: 0 -142px
    }

    .filter-param-reset span {
        display: none;
    }


    .catalogh1 {
        float: left;
        margin-left: 5px;
        font-size: 25px;
        font-family: "Lucida Sans Unicode", Verdana, Arial, sans-serif !important;
        color: #ccc;
        letter-spacing: -3px;
    }

    #filter-title {
        color: #BFBFBF;
        margin: 0px;
        font-size: 15px;
        padding: 7px 0 0 50px;
    }

    #filter-sidebar {
        position: relative;
        background: transparent url(img/header_side_catalog.png) right top no-repeat;
    }

    #bt-reset-filter {
        margin: 10px 0 10px 35px;
    }

    .tb-feature {
        background: transparent url(img/mini_user.png) 6px 2px no-repeat;
    }

    #last-order-news {
        font-size: 13px;
        letter-spacing: -1px;
    }


    .category-filter-options, .category-filter-list {
        margin: 0px 0 2px 10px;
        padding-top: 2px;
    }

    .category-filter-options dt, .category-filter-list dt {
        font-weight: bold;
        font-size: 13px;
        color: #2c2c2b;
    }

    .category-filter-options dd, .category-filter-list dd {
        color: #898989;
    }

    .category-filter-options dd a, .category-filter-list dd a {
        color: #898989;
    }


    .category-filter-list#style {
        margin-top: 10px;
    }

    .category-filter-options#stock input {
        margin-right: 2px;
        vertical-align: -1px;
    }

    .category-filter-options#stock dd {
        padding-bottom: 2px;
    }

    .category-filter-options#stock label {
        font-weight: bold;
        cursor: pointer;
    }

    a.filter-param {
        padding-left: 16px;
        display: block;
        height: 15px;
        line-height: 15px;
    }

    a.filter-param:hover {
        background: transparent url(img/bg_activ_filter.png) 0 0 no-repeat;
        text-decoration: none;
    }

    a.filter-param.activ {
        background: transparent url(img/bg_activ_filter.png) 0 -16px no-repeat;
        font-weight: bold;
    }

    a.filter-param.activ:hover {
        background: transparent url(img/bg_activ_filter.png) 0 -32px no-repeat;
        font-weight: bold;
    }

    #last-order-news a.filter-param.activ:hover, #last-order-news a.filter-param.activ {
        font-weight: normal;
        color: #413C3C;
    }

    /*PRESENTATION MODE */
    #presentation-select {
        height: 20px;
        margin: 5px 0 5px 0px;
        float: right;
    }

    #presentation-label {
        float: left;
        width: 84px;
        height: 17px;
        background: transparent url(img/presentation_icons.png) 0 -36px no-repeat;
    }

    .presentation-mode-selector {
        float: left;
        width: 21px;
        height: 17px;
        background: transparent url(img/presentation_icons.png) 0 -54px no-repeat;
        cursor: pointer;
        margin-left: 5px;
    }

    #presentation-thumb {
        background-position: 0 -72px;
    }

    #presentation-thumb.activ, #presentation-thumb:hover {
        background-position: 0 -54px;
    }

    #presentation-list {
        background-position: 0 -108px;
    }

    #presentation-list.activ, #presentation-list:hover {
        background-position: 0 -90px;
    }

    #presentation-select span {
        display: none;
    }

}

/* COMMON --------------------------------------------*/

.selected_indicator {
    position: absolute;
    top: 0;
    right: 0;
    height: 31px;
    width: 31px;
    background: transparent url(img/selected_info.png) 0 0 no-repeat;
    cursor: help;
}



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

    .selected_indicator {
        position: absolute;
        top: 0;
        left: 0;
        -moz-transform: scaleX(-1);
        -o-transform: scaleX(-1);
        -webkit-transform: scaleX(-1);
        transform: scaleX(-1);
        filter: FlipH;
        -ms-filter: "FlipH";
    }


    .product-cell-thumb {
        position: relative;
    }
    
    .product-cell-thumb .product-infos {
        display: flex;
        position: relative;
        height: 110px;
        background: #f0f0f0;
        box-sizing: border-box;
        padding: 10px;
        gap: 10px;
    }

    .product-cell-thumb h3 {
        position: absolute;
        top: 10px;
        left: 95px;
    }

    .product-cell-thumb h3 a {
        color: #333;
        font-size: 14px;
        line-height: 18px;
        text-transform: uppercase;
    }

    .product-cell-thumb .product-picture {
        width: 75px;
        height: 75px;
    }

    .product-cell-thumb a {
        display: inline-block;
        width: 100%;
        height: 100%;
    }

    .product-cell-thumb img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .product-cell-thumb .product-infos-details {
        margin-top: 20px;
    }

    .info-artist a {
        line-height: 18px;
        color: #F19D38;
        display: inline;
    }

    .info-label a {
        line-height: 18px;
        color: #747373
    }

    .info-format {
        position: absolute;
        bottom: 5px;
        left: 10px;
    }

    .info-style {
        position: absolute;
        bottom: 5px;
        left: 71px;
    }

    .info-format , .info-style {
        font-size: 10px;
        line-height: 13px;
        color: #716E6E;
    }

    .product-action {
        position: absolute;
        bottom: 0;
        right: 0;
        width: 190px;
        height: 35px;
        background: #D9D9D9;
    }

    .action-button {
        width: 100%;
        height: 100%;
        position: relative;
    }

    .action-button:before {
        content: " ";
        width: 0;
        height: 0;
        border-top: 35px solid #f0f0f0;
        border-right: 35px solid transparent;
        position: absolute;
        top: -1px;
        left: -1px;
    }

    .product-action .input-qty {
        display: none;
    }

    .product-cell-thumb .product-action a.cart-button  {
        position: absolute;
        top: 6px;
        right: 2px;
        width: 30px;
        height: 25px;
    }

    .product-cell-thumb .product-price {
        color: #716E6E;
        position: absolute;
        bottom: 8px;
        right: 35px;
        line-height: 18px;
        z-index: 10;
        font-weight: bold;
        font-size: 15px;
    }


    #filterItemList, #presentation-select, .category-rss {
        display: none;
    }

    .catalog-list {
       display: flex;
       flex-direction: column;
    }

    .catalogh1 {
        order: -1;
    }

    #paginatorBottom  {
        display: none;
    }

    #paginatorTop {
        display: flex;
        justify-content: space-between;
        margin-bottom: 20px;
    }

    .paginationControl,
    #item-nbr,
    #catalog-items .catalog-breadcrumb,
    #catalog-items .paginator-wrap,
    #catalog-items .catalogh1,
    #catalog-items .presentation-select {
        display: none;
    }

    #section-wrap {
        display: flex;
        flex-direction: column;
        position: relative;
    }


    #section-wrap #left {
        order: -1;
        position: absolute;
        top: 22px;
        width: 100%;
    }

    .catalog-filter-bt {
        font-size: 17px;
        font-weight: bold;
    }

    #section-wrap #left #filter-sidebar > * {
        display: none;
    }

    #section-wrap #left #catalog-filters {
        display: initial;
    }

    #style, #artist, #label {
        display: none;
    }

    #catalog-filters-wrapper {
        display: none;
        position: relative;
        background: #f3f3f3;
        width: 100%;
        padding: 20px;
        box-sizing: border-box;
        z-index: 10;
    }

    #catalog-filters-wrapper.activ {
        display: block;
    }

    a.filter-param {
        display: block;
        height: 15px;
        line-height: 15px;
        padding: 0 16px;
        margin: 15px 0;
        color: #333;
        font-size: 16px;
    }


    a.filter-param.activ {
        background:transparent url(img/bg_activ_filter.png) 0 -16px no-repeat;
        font-weight:bold;
    }

    #reset-filter {
        text-align: center;
    }


    .product-cell-thumb {
        border-top: 1px dotted #333;
    }

    .playlist-cell {
        display: none;
    }

    .playlist-cell-expand-bt {
        width: 30px;
        height: 30px;
        background: transparent url(img/mobil/play-bt_orange.png) center center no-repeat;
        position: absolute;
        bottom: 2px;
        left: 30px;
    }

    .catalog-breadcrumb {
        display: none;
    }


}
