/*** HARD RESET FOR LIST ELEMENTS OF core.scss ***/

.album .action,
.album .share-toolbar, 
.album-description .tabs > li.current,
.album-description .tabs > li,
.album-description .tab-content,
.album-description .tab-content > .tab-pane,
.album-description p {
        animation : none;
        animation-delay : 0;
        animation-direction : normal;
        animation-duration : 0;
        animation-fill-mode : none;
        animation-iteration-count : 1;
        animation-name : none;
        animation-play-state : running;
        animation-timing-function : ease;
        backface-visibility : visible;
        background : 0;
        background-attachment : scroll;
        background-clip : border-box;
        background-color : transparent;
        background-image : none;
        background-origin : padding-box;
        background-position : 0 0;
        background-position-x : 0;
        background-position-y : 0;
        background-repeat : repeat;
        background-size : auto auto;
        border : 0;
        border-style : none;
        border-width : medium;
        border-color : inherit;
        border-bottom : 0;
        border-bottom-color : inherit;
        border-bottom-left-radius : 0;
        border-bottom-right-radius : 0;
        border-bottom-style : none;
        border-bottom-width : medium;
        border-collapse : separate;
        border-image : none;
        border-left : 0;
        border-left-color : inherit;
        border-left-style : none;
        border-left-width : medium;
        border-radius : 0;
        border-right : 0;
        border-right-color : inherit;
        border-right-style : none;
        border-right-width : medium;
        border-spacing : 0;
        border-top : 0;
        border-top-color : inherit;
        border-top-left-radius : 0;
        border-top-right-radius : 0;
        border-top-style : none;
        border-top-width : medium;
        bottom : auto;
        box-shadow : none;
        box-sizing : content-box;
        caption-side : top;
        clear : none;
        clip : auto;
        color : inherit;
        columns : auto;
        column-count : auto;
        column-fill : balance;
        column-gap : normal;
        column-rule : medium none currentColor;
        column-rule-color : currentColor;
        column-rule-style : none;
        column-rule-width : none;
        column-span : 1;
        column-width : auto;
        content : normal;
        counter-increment : none;
        counter-reset : none;
        cursor : auto;
        direction : ltr;
        display : inline;
        empty-cells : show;
        float : none;
        font : normal;
        font-family : inherit;
        font-size : medium;
        font-style : normal;
        font-variant : normal;
        font-weight : normal;
        height : auto;
        hyphens : none;
        left : auto;
        letter-spacing : normal;
        line-height : normal;
        list-style : none;
        list-style-image : none;
        list-style-position : outside;
        list-style-type : disc;
        margin : 0;
        margin-bottom : 0;
        margin-left : 0;
        margin-right : 0;
        margin-top : 0;
        max-height : none;
        max-width : none;
        min-height : 0;
        min-width : 0;
        opacity : 1;
        orphans : 0;
        outline : 0;
        outline-color : invert;
        outline-style : none;
        outline-width : medium;
        overflow : visible;
        overflow-x : visible;
        overflow-y : visible;
        padding : 0;
        padding-bottom : 0;
        padding-left : 0;
        padding-right : 0;
        padding-top : 0;
        page-break-after : auto;
        page-break-before : auto;
        page-break-inside : auto;
        perspective : none;
        perspective-origin : 50% 50%;
        position : static;
        /* May need to alter quotes for different locales (e.g fr) */
        quotes : '\201C' '\201D' '\2018' '\2019';
        right : auto;
        tab-size : 8;
        table-layout : auto;
        text-align : inherit;
        text-align-last : auto;
        text-decoration : none;
        text-decoration-color : inherit;
        text-decoration-line : none;
        text-decoration-style : solid;
        text-indent : 0;
        text-shadow : none;
        text-transform : none;
        top : auto;
        transform : none;
        transform-style : flat;
        transition : none;
        transition-delay : 0s;
        transition-duration : 0s;
        transition-property : none;
        transition-timing-function : ease;
        unicode-bidi : normal;
        vertical-align : baseline;
        visibility : visible;
        white-space : normal;
        widows : 0;
        width : auto;
        word-spacing : normal;
        z-index : auto;
        /* basic modern patch */
        all: initial;
        all: unset;
}

.album a:hover {
    text-decoration: none !important;
}

body {
    scroll-behavior: smooth;
}

section.album,
section.album-player,
section.album-description {
    background-color: var(--light-color);
    border: none !important;
    font-family: var(--font-family) !important;
    padding: 0 15px;
}

section.album p:empty,
section.album-player p:empty,
section.album-description p:empty {
    display: none;
}

section.album {
    display: block;
    margin-bottom: 0;
    height: 390px;
}

.album .album__meta {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    left: 315px;
    /*margin: 5px 40px 80px;*/
    overflow-y: hidden;
    position: absolute;
    top: 0;
    width: 300px;
}

.album .album__meta a {
    font-weight: bold;
}

.album .album__meta a:hover {
    color: var(--text-color);
}

.album .album__title {
    color: var(--title-color);
    font-family: var(--font-family);
    font-size: var(--title-size);
    font-weight: bold;
    line-height: 22px;
    max-height: 90px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
}

.album .album__artist {
    font-family: var(--font-family);
    font-size: 15px;
    color: var(--text-color);
    margin-top: 7px !important;
    max-height: 57px;
    padding-right: 5px !important;
    white-space: normal;
    text-overflow: ellipsis;
    width: 295px;
    display: block;
}

.album .album__info {
    color: var(--text-color);
    font-family: var(--font-family);
    font-size: var(--small-text-size);
    font-weight: 500;
    line-height: 20px;
}

.album .album__info a {
    color: var(--title-color);
}

.album .picture img:first-of-type {
    border: 1px solid var(--border-color);
}

.album .picture:hover img:first-of-type {
    cursor: default;
    -webkit-filter: opacity(20%);
    filter: opacity(20%);
    -webkit-transition: .3s ease-in-out;
	transition: .2s ease-in-out;
}

.album #product-cover-link:hover {
    background-color: var(--title-color);
}

.album .album__icon-zoom {
    background-image: url('/img/common/logo/ic_store_zoom.png');
    height: 25px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: relative;
    top: -50px;
    left: 20px;
    visibility: hidden;
    width: 25px;
}

.album .bookmark {
    position: relative;
    /*height: 325px;
    width: 1px;*/
}

.album .bookmark-icon {
    background-color:var(--light-color);
    height: 10px;
    transform: rotate(-45deg);
    width: 10px;
    position: relative;
    top: 19px;
    left: 16px;
}

.album .bookmark-icon:before,
.album .bookmark-icon:after {
    content: "";
    background-color: var(--light-color);
    border-radius: 50%;
    height: 10px;
    position: absolute;
    width: 10px;
    top: 0px;
    left: 6px;
}

.album .bookmark-icon:before {
    top: -6px;
    left: 0px;
}

.album .album__info #btPlay--cover {
    cursor: pointer;
    display: block;
    margin: 0 22px;
    position: relative;
    top: 240px;
    left: 215px;
    height: 42px;
    width: 42px;
    background-color: var(--element-color);
    border: 1px solid var(--element-color);
    border-radius: 50%;
}

.album .album__info #btPlay--cover .play-icon{
    display: block;
    width: 0;
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 10px solid var(--light-color);
    position: relative;
    top: 14px;
    left: 17px;
}

.album .album__info #btPlay--cover:hover {
    background-color: #3d93ff;
    border-color: #3d93ff;
}

.album .album__info #btPlay--cover.pause {
    background: url('/js/qobuz-jsplayer/img/sprite-player-03_2019.png') no-repeat -88px 0;
    border: none;
    cursor: pointer;
    display: block;
    height: 44px;
    margin: 0 22px;
    outline: none;
    position: relative;
    top: 240px;
    left: 215px;
    width: 44px;
}

.album .album__info #btPlay--cover.pause:hover {
    background: url('/js/qobuz-jsplayer/img/sprite-player-03_2019.png') no-repeat -132px 0;
}

.album .album__awards {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    /*margin-bottom: 60px;*/
    margin-top: 15px;
}

.album .album__awards .smr {
    color: var(--title-color);
    font-weight: bold;
    font-size: 11px;
    width: 65px;
    line-height: 17px;
}

.album .album__awards__list__elem{
    margin: 0 10px 0 0;
}

.album .product__price {
    border: 1px solid #D0D0D0;
    position: absolute;
    right: 0;
    width: 360px;
    min-height: 370px;
    max-height: 426px;
    overflow: visible;
    padding-bottom: 10px;
    top: 0;
}

.album .product__listen {
    background-color: rgba(0,112,239,0.1);
    border-bottom: 1px solid #D0D0D0;
    max-height: 185px;
    padding: 10px 0 0;
    text-align: center;
}

.album .product__select {
    background-color: white;
    margin: 5px auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.album #productPromo {
    color: #DD0B24;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 10px;
}

.album .qbz-logo--product__price {
    float: none;
    margin: 0 auto;
    position: relative;
    top: 10px;
    width: 105px;
}

.album .product__listen__invite {
    color: var(--title-color);
    font-size: var(--small-text-size);
    font-weight: 500;
    max-height: 52px;
    margin-top: 0;
    padding: 0 10px;
    overflow: hidden;
    text-transform: none;
}

.album .product__listen__disabled {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: var(--text-color);
    margin-top: 30px;
}

.album .qbz-btn-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
    padding: 0 10px 13px;
}

.album .qbz-btn,
.album-player .qbz-btn,
.album-description .qbz-btn {
    background: var(--element-color);
    border-color: var(--element-color);
    border-width: 2px;
    border-radius: 5px;
    box-shadow: none;
    color: var(--light-color);
    display: block;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    text-shadow: none;
    width: 230px;
}

.album .qbz-btn--listen {
    align-items: center;
    border: 5px;
    border-right: 1px solid rgba(0,112,239,0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 100%;
}

.album .qbz-btn--try {
    align-items: center;
    border-radius: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    height: 48px;
    justify-content: center;
    padding: 15px 15px 5px;
    width: 100%;
    visibility: hidden;
}


.album .qbz-btn--try:hover,
.album .qbz-btn--listen:hover,
.album .qbz-btn--dropdown:hover {
    background-color: #3d93ff;
    border-color: #3d93ff;
    color: var(--light-color);
    cursor: pointer;
    transition: all .6s;
}

.album .qbz-btn--try p {
    font-size: var(--small-text-size);
    font-weight: 500;
}

.album .qbz-btn--try p:first-child {
    color: var(--light-color);
    font-weight: bold;
    font-size: var(--normal-size);
    margin-bottom: 5px;
    width: 75%;
}

.album .qbz-btn--listen p {
    color: var(--light-color);
    font-size: var(--button-text);
    font-weight: bold;
    margin: 0;
    display: block;
    position: relative;
    left: 15px;
}

.album .caret--product__play {
    border: solid var(--light-color);
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    position: relative;
    right: -70px;
    top: -1px;
}

.album .caret--product__responsive {
    width: 0; 
    height: 0;
    border-top: 7px solid transparent;
    border-bottom: 7px solid transparent;
    border-left: 7px solid var(--light-color);
    display: inline-block;
    position: relative;
    left: -30px;
}

.album .qbz-btn--dropdown {
    background: #2466cf;
    border-radius: 5px;
    height: 48px;
    margin-left: 1px;
    width: 50px;
}

.album .caret--product__price {
    border-top: 4px solid var(--light-color);
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    display: block;
    margin: 55% auto 0;
}

.album .turn {
    -ms-transform: rotate(225deg);
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.album .dropdown-menu--product__price {
    top: 130px;
    left: unset;
    float: none;
    right: unset;
    text-align: left;
    width: 342px;
}

.album .qbz-btn--cart {
    align-items: center;
    background-color: var(--title-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-evenly;
    height: 28px;
    padding: 12px 0;
    margin: 6px auto 0;
    width: 343px;
}

.album .qbz-btn--cart:hover {
    background-color: #474747;
    border-color: #3e3e3e;
    color: var(--light-color);
    cursor: pointer;
    transition: all .6s;
}

.album .qbz-btn--cart__price-cart {
    display: inline-block;
    color: #E3A847;
}

.album .qbz-btn--cart__price-cart p:hover {
    text-decoration: none !important;
}

.album .qbz-btn--cart p {
    color: var(--light-color);
    font-size: var(--button-text);
    font-weight: bold;
    margin: 0;
}

.album .qbz-btn--cart .buy-icon {
    position: relative;
}

.album .qbz-btn--cart__price-cart-old {
    color: #C8C8C8;
    font-size: 15px;
    font-weight: 500;
}

.album .qbz-btn--cart__price-cart-old .sup_cents {
    top: 0;
}

.album .selectedPrice {
    display: none;
}

.album .notAvalaible,
.album .disabled {
    margin-top: 60px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--text-color);
}

.album .disabled {
    margin-top: 5px;
}

.album .qualityChoice {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    margin: 5px auto 10px;
    width: 350px;
}

.album .product__price .quality-label,
.album .product__price .quality-price,
.album .product__price .product__quality {
    font-size: var(--small-text-size);
    font-weight: 500;
    text-align: center;
}

.album .product__price .quality-label  {
    color: var(--text-color);
}

.album .product__price .quality-price {
    font-weight: bold;
    color: var(--title-color);
    margin-top: 3px;
}

.album .quality-price .sup_cents {
    top: unset;
    font-size: 100%;
    font-weight: bold;
} 

.album .product__price .priceOld, 
.album .product__price .quality-price .priceOld {
    display: none;
}

.album .product__price .product__quality {
    display: block;
    margin: 0 auto 10px;
    text-align: center;
    font-weight: bold;
}

.album input[type="radio"]{
    display: none;
}

.album .qualityChoice .active,
.album .product__price .active .quality-price,
.album .product__price .active .product__quality {
    color: #F40042;
    font-weight: bold;
}

.album .product__price .active .quality-price {
    font-weight: bold;
}

.album .product__price .active .quality-label {
    font-weight: bold;
    color: var(--title-color);
}

.album .qualityChoice .quality-divider {
    border-left: 1px solid #D0D0D0;
    display: none;
}

.album .quality-offer {
    color: var(--text-color);
    flex-grow: 1;
    flex-basis: 0;
    border: 1px solid #D0D0D0;
    border-radius: 5px;
    margin: 0 4px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 68px;
}

.album .quality-offer:hover {
    background-color: rgba(0,112,239,0.1);
    transition: .2s;
}

.album .quality-offer.active {
    background-color: rgba(0,112,239,0.1);
    border: 1px solid var(--element-color);
    border-radius: 5px;
}

.album .quality-offer label {
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: 100%;
    justify-content: center;
    padding: 4px 0 0;
    width: 100%;
}

.album .disabled-quality {
    background-color: #f0f0f0;
    border: 1px solid #c1c1c1;
    color: #c1c1c1 !important;
    cursor: default;
}

.album .disabled-quality:hover {
    background-color: #f0f0f0;
}

.album .disabled-quality span,
.album .disabled-quality sup {
    color: #c1c1c1 !important;
}

.album .disabled-quality label {
    cursor: default;
}

.album .info-tooltip {
    visibility: hidden;
    padding: 12px 5px;
    background-color: #333333;
    color: var(--light-color);
    font-size: var(--small-text-size);
    text-align: center;
    border-radius: 7px;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: -37px;
    width: 200px;
}

.album .info-tooltip a {
    color: var(--light-color);
    text-decoration: underline;
}

.album .info-tooltip::after {
    content: " ";
    position: absolute;
    bottom: 100%;  /* At the top of the tooltip */
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent #333333 transparent;
}

.album .disabled-quality:hover .info-tooltip {
    visibility: visible;
}

.album .icon-zoom-in,
.album .btnComment,
.album .comment-count,
.album .share-toolbar-twitter,
.album .share-toolbar-google,
.album .share-toolbar-facebook  {
    display: none !important;
}

.album .action {
    display: block;
    /*margin-bottom: 10px;*/
}

.album .share-toolbar {
    position: relative;
}


/* FIX ONLY FOR FIREFOX */



  .album .share-toolbar > div.share-toolbar-addthis {
    position: absolute;
    top: 300px;
    width: 60px;
    left: -310px;
}

.album .addthis-custom-button {
    align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row;
    cursor: pointer;
    font-size: 12px;	
    font-weight: 500;

}

.album .share-icon {
    height: 14px;
    margin-right: 5px;
    position: relative;
    width: 10px;
}

.album-player #ads01 {
    display: none;
}

.album-player .album-description__paragraph--intro {
    padding: 15px 0 10px;
    overflow: hidden; 
    height: 56px;
    width: 100%;
    margin: 0 auto;
}

.album-player .album-description__paragraph--intro,
.album-player .album-description__paragraph--intro p {
    color: var(--text-color);
    font-family: var(--font-family);
    font-size: var(--normal-size);
    font-weight: 500;
    line-height: 22px;
    /*margin: 0 auto;*/
    text-align: left;
}

.album-player .album-description__link {
    color: var(--title-color);
    font-family: var(--font-family);
    font-size: var(--normal-size);
    font-weight: bold;
    position: relative;
    float: right;
    top: 0;
    text-decoration: underline;
    right: 10px;
    display: block;
    margin-bottom: 30px;
}

.album-player .album-description__link:before {
    content: '';
    display: inline-block;
    color: var(--title-color);
    font-family: var(--font-family);
    font-size: var(--title-size);
    font-weight: bold;
    position: relative;
    top: 7px;
    right: 5px;
    text-decoration: none;
    border: solid var(--title-color);
    border-width: 0 2px 2px 0;
    display: inline-block;
    margin-right: 3px;
    margin-bottom: 8px;
    padding: 2px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.album .album-description__link--product__price {
    visibility: hidden;
}


.album-player .smallPlayer {
    margin: 0 auto;
}

.album-player #trackQuality,
.album-player #current-playing-format {
    display: none;
}

.album-player #tracklisting {
    font-size: 14px;
    display: block;
    margin-top: 12px;
    width: 100%;
}

.album-player #tracklisting span,
.album-player #tracklisting p,
.album-player #tracklisting a  {
    font-size: 14px;
    line-height: 18px;
}

.album-player #tracklisting-toggle-interpreters-link {
    color: var(--title-color);
    font-weight: bold;
}

.album-player #tracklisting-toggle-interpreters-link:hover {
    color: var(--text-color);
    text-decoration: none;
    transition: .2s ease;
}

.album-player #tracklisting .album-info {
    font-weight: bold;
}

.album-player #tracklisting .tracks .track .track-number,
.album-player #tracklisting .duration .duration {
    color: var(--text-color);
}

.album-player #tracklisting .tracks .track {
    min-height: 35px;
}

.album-player .qbz-btn--webplayer {
    background-color: transparent;
    border: 1px solid var(--element-color);
    border-radius: 5px;
    color: var(--element-color);
    float: right;
    font-size: var(--small-text-size);
    height: 20px;
    max-width: 115px;
    padding: 10px 10px 6px;
    text-transform: uppercase;
}

.album-player .qbz-btn--webplayer span {
    line-height: 20px !important;
}

.album-player .samplers-banner {
    background-color: var( --element-color);
    padding: 25px 15px 15px;
    position: relative;
    width: 100%;
}

.album-player .samplers-banner p {
    color: var(--light-color);
    font-size: var(--small-text-size);
    font-weight: bold;
    text-align: left;
    line-height: 16px;
}

.album-player .samplers-banner p:nth-child(2){
    font-weight: normal;
}

.album-player .samplers-banner-button {
    position: absolute;
    right: 60px;
    top: 15px;
}

.album-player .samplers-banner-button p {
    font-weight: normal;
}

.album-player .qbz-btn--try-for-free {
    background-color: var(--light-color);
    border: 1px solid var(--element-color);
    color: var(--element-color);
    display: block;
    height: 20px;
    line-height: 22px !important;
    font-size: var(--small-text-size);
    margin: 0 auto;
    max-width: 180px;
    padding: 5px 0;
    text-transform: uppercase;
}

.album-player .qbz-btn--webplayer:hover {
    background-color: var(--element-color);
    color: var(--light-color);
    transition: all .2s;
}

.album-player .qbz-btn--try-for-free:hover {
    background-color: var(--element-color);
    border-color: var(--light-color);
    color: var(--light-color);
    text-decoration: none;
    transition: all .2s;
}

.album-player #tracklisting-show-all-tracks-link {
    display: none;
}

.album-player .qbz-btn--widget  {
    display: block;
    border: 1px solid var(--text-color);
    color: var(--title-color)!important;
    font-family: var(--font-family);
    float: right;
    font-size: var(--small-text-size);
    padding: 5px;
    font-weight: 500;
    text-align: center;
    background-color: var(--light-color);
    width: 23%;
}

.album-description .album-description__text-block,
.album-description .album-description__metadata {
    background-color: var(--light-color);
    border: 1px solid var(--border-color);
    color: var(--text-color);
    font-size: var(--normal-size);
    line-height: 22px;
    margin: 50px auto 0;
    position: relative;
    padding: 40px;
    top: 50px;
}

.album-description .album-description__metadata {
    border-color: transparent;
}

.album-description .album-description__title {
    display: block;
    color: var(--title-color) !important;
    background-color: transparent;
    float: none;
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-align: left;
}

.album-description .album-description__infos {
    color: var(--title-color);
    display: block;
    margin: 10px 0 20px;
}


.album-description .tab-pane p {
    color: var(--text-color);
    display: block;
    margin-top: 30px;
}


.album-description__paragraph p {
    color: var(--text-color) !important;
    display: block !important;
    font-family: var(--font-family) !important;
    font-size: var(--normal-size) !important;
    font-weight: 500 !important;
    line-height: 22px !important;
    margin-top: 30px;
    text-align: left !important;
}

.album-description .album-description__metadata--mod {
    background-color: #ECECEC;
    color: var(--title-color);
    margin: 30px auto 0;
    padding: 40px 0;
}

.album-description .album-description__metadata--mod div,
.album-description .album-description__metadata--mod p {
    margin: 0 40px;
    display: block;
}

.album-description .album-description__title--metadata {
    margin-bottom: 20px !important;
}

.album-description .album-description__metadata--mod a {
    color: var(--element-color);
} 

.album-description .album-description__metadata  p span {
    font-weight: bold;
}

.album-description .smr {
    margin: 10px 0 0 !important;
}

.album-description .smr img {
    margin-right: 10px;
}

.album-description .qbz-btn--improve {
    display: block;
    border: 1px solid var(--title-color);
    color: var(--title-color) !important;
    font-family: var(--font-family);
    font-size: var(--small-text-size);
    padding: 3px 5px;
    font-weight: 500;
    text-align: center;
    background-color: #ECECEC;
    margin: 30px 40px 0;
    width: 23%;
}

.album-description .album-description__qobuz-offer {
    color: var(--title-color);
    width: 100%;
    margin: 85px auto 0;

}

.album-description .album-description__qobuz-offer span {
    text-transform: uppercase;
    font-weight: bold;
    margin: 25px 0;
    display: block;
    white-space: nowrap;
}

.album-description .album-description__qobuz-offer-text {
    border: 1px solid rgba(0,112,239,0.2);	
    background-color: #EEF8FF;
    margin-bottom: 50px;
    padding: 30px 0 10px;
}

.album-description .album-description__qobuz-offer-text div {
    width: 49%;
    display: inline-block;
    margin-bottom: 15px;
    height: 110px;
    overflow: hidden;
}

.album-description .album-description__qobuz-offer-text p {
    display: block;
    margin: 10px 40px;
    font-size: 16px;
}

.album-description .qobuz-offer-title {
    font-size: var(--normal-size);
    font-weight: bold;
}

.album-description #discover-anchor {
    font-family: var(--font-family);
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .5px;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-align: left;
}

#asideItem .rel-title {
    font-size: var(--small-text-size);
    color: var(--title-color);
    text-transform: uppercase;
    font-weight: bold;
}

#asideItem .article-title {
    font-size: 12px;
    color: var(--title-color) !important;
    text-transform: uppercase;
    font-weight: bold;
    margin: 20px 5px;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#asideItem .articleMag {
    margin-right: 13px;
}

#asideItem .magazine-article {
    margin-top: 15px;
}

#asideItem .article-desc {
    display: block;
    margin: 10px;
}

/* Buttons on buy - add to cart popup */ 

#add_to_cart_overlay_content .qbz-btn-order {
    background: var(--element-color);
    border-color: var(--element-color);
    border-width: 2px;
    border-radius: 5px;
    box-shadow: none;
    color: var(--light-color);
    display: block;
    font-family: var(--font-family);
    font-size: 17px;
    font-weight: bold;
    text-align: center !important;
    text-shadow: none;
    width: 230px;
}

#add_to_cart_overlay_content .qbz-btn-order:hover {
    background-color: #3d93ff;
    border-color: #3d93ff;
    color: var(--light-color);
    cursor: pointer;
    transition: all .6s;
 }

#add_to_cart_overlay_content .close-overlay {
    color: var(--element-color);
    font-family: var(--font-family);
    font-size: var(--normal-size);
    font-weight: bold;
    text-decoration: underline;
}
