.beat-upload-form {
    position: absolute;
    z-index: 0;
    opacity: 0;
}
.no-box-shadow {
    box-shadow: none !important;
}
.info[_ngcontent-nyq-c442] {
    margin-top: 52px;
    height: 320px;
}
.info[_ngcontent-nyq-c442] {
    display: flex;
    flex-direction: column;
    margin-top: 5px;
}
@media (min-width: 1280px) {

}

.image[_ngcontent-nyq-c442] {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 90px;
}

.image[_ngcontent-nyq-c442] img[_ngcontent-nyq-c442] {
    width: 70px;
}
.title[_ngcontent-nyq-c442] {
    margin-top: 20px;
    font-size: 24px;
    font-weight: 700;
}
.text[_ngcontent-nyq-c442] {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: normal;
}
.text[_ngcontent-nyq-c442] {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 13px;
    letter-spacing: normal;
}
.beats-upload-container {
    background: #1b1b1b;
    padding: 32px;
    text-align: center;
    border-radius: 8px;
}
.beats-upload-container .image{
    background: none;
}
.beats-upload-container img {
    box-shadow: none !important;
}
@media (min-width: 1280px) {
    .image[_ngcontent-nyq-c442] img[_ngcontent-nyq-c442] {
        width: 128px;
    }
    .title[_ngcontent-nyq-c442] {
        font-size: 28px;
    }
    .image[_ngcontent-nyq-c442] {
        height: 130px;
    }
}


.edit-beat-metadata {
    background: #272727;
    padding: 16px;
    border-radius: 8px;
}
.upload-beat-for-download {background: #3b3c3c;border: 0;height: 66px;color: #e8e8e8;padding-left: 40px;padding-right: 0;display: block;width: 100%;border-radius: 4px;position: relative;}
.upload-beat-for-download span {display: block;font-weight: 600;}
.upload-beat-for-download span.description {font-size: 80%;}
.upload-beat-for-download svg {
    position: absolute;
    left: 8px;
    top: 50%;
    margin-top: -12px;
    fill: white;
}
.edit-beat-metadata .img-container, .edit-beat-metadata .img-container img{
    width: 100%;
}
.license-features {
    padding: 24px;
    background: #3a3b3c;
    border-radius: 4px;
    margin-bottom: 8px;
}
.license-features:last-child {
    margin-bottom: 0;
}
.features {
    margin-top: 24px;
}
.features span {
    font-size: 90%;
}
.toggle-features {
    margin-top: 16px;
    cursor: pointer;
}
.toggle-features span {
    font-size: 13px;
    font-weight: 500;
    color: #707070;
}




/* common */

.input-text {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 44px;
    border-radius: 5px;
    background-color: #323232;
    margin: 5px 0;
    border: 1px solid #323232;
}
.input-text input {
    width: 100%;
    height: 100%;
    padding: 0 6px 0 15px;
    font-family: Poppins,Roboto,Helvetica Neue,sans-serif;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
    background-color: transparent;
    border-radius: 5px;
    box-shadow: none;
    border: none;
}
.btn-feature {width:40px;height:40px;overflow:hidden;border-radius:50%}
[_nghost-pga-c75],
a[_ngcontent-pga-c75],
button[_ngcontent-pga-c75]{display:flex;flex-shrink:0;align-items:center;justify-content:center}a[_ngcontent-pga-c75], button[_ngcontent-pga-c75]{position:relative;width:100%;min-width:0;height:100%;padding:0;font-family:Roboto,Helvetica Neue,sans-serif;font-size:14px;font-weight:500;line-height:40px;cursor:pointer;background-color:transparent;background-position:50%;border:none;border-radius:50%;box-shadow:none;transition:background-color .8s}a[_ngcontent-pga-c75]:disabled, a[disabled][_ngcontent-pga-c75], button[_ngcontent-pga-c75]:disabled, button[disabled][_ngcontent-pga-c75]{pointer-events:none;cursor:auto}a.ripple[_ngcontent-pga-c75]:after, button.ripple[_ngcontent-pga-c75]:after{position:absolute;top:0;left:0;display:block;width:100%;height:100%;pointer-events:none;content:"";background-image:radial-gradient(circle,#fff 10%,transparent 10.01%);background-repeat:no-repeat;background-position:50%;opacity:0;transition:transform .6s,opacity 1s;transform:scale(10)}a.ripple[_ngcontent-pga-c75]:active:after, button.ripple[_ngcontent-pga-c75]:active:after{opacity:.3;transition:0s;transform:scale(0)}

a[_ngcontent-pga-c75] svg, button[_ngcontent-pga-c75] svg {
    width: 16px;
    height: 16px;
    fill: #e8e8e8;
}

.contract-variables[_ngcontent-bld-c376] p[_ngcontent-bld-c376] span[_ngcontent-bld-c376] {
    font-weight: 600;
    /* color: #fff; */
}


/* simple editor */
#editor {
    resize: vertical;
    overflow: auto;
    line-height: 1.5;
    background-color: #3a3b3c;
    background-image: none;
    border: 0;
    min-height: 150px;
    box-shadow: none;
    padding: 8px 16px;
    margin: 0 auto;
    font-size: 14px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    height: 400px;
}
#editor:focus {
    box-shadow: none;
    outline: 0 none;
}

/* licenses */






@-webkit-keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadein {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@-webkit-keyframes slide-left {
    0% {
        transform: translateX(200px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

@keyframes slide-left {
    0% {
        transform: translateX(200px);
        opacity: 0
    }

    to {
        transform: translateX(0);
        opacity: 1
    }
}

.license {
    display: flex;
    padding: 24px;
    margin: 12px 0;
    background-color: #272727;
}
.license.disabled .btn-apply {
    background-color: #323232 !important;
    opacity: .5;
    color: #fff;
}
@media (min-width:1280px) {
    .license {
        padding: 32px 24px 24px
    }
}

.license.disabled .btn-feature,
.license.disabled .title-types {
    opacity: .3
}

.btn-arrange-container {
    display: none;
    align-items: center;
    width: 68px
}

@media (min-width:1024px) {
    .btn-arrange-container {
        display: flex
    }
}

.btn-arrange-container .btn-arrange {
    margin-right: 20px;
    cursor: -webkit-grab;
    cursor: grab
}

.btn-arrange-container .btn-arrange .icon-arrange {
    font-size: 24px
}

.cols-container {
    display: flex;
    flex: 1;
    flex-direction: column
}

@media (min-width:1280px) {
    .cols-container {
        flex-direction: row
    }
}

.col1 {
    display: flex;
    align-items: center;
    overflow: hidden
}

@media (min-width:1280px) {
    .col1 {
        flex-basis: 40%
    }
}

.col1 .title-types {
    overflow: hidden
}

.col1 .title-types .title {
    display: flex;
    align-items: center
}

.col1 .title-types .title h2 {
    padding: 0;
    font-size: 21px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

@media (min-width:769px) {
    .col1 .title-types .title.featured .title-featured {
        display: block
    }
}

.col1 .title-types .title .title-featured {
    display: none;
    margin-left: 6px
}

.col1 .title-types .title .title-featured i {
    margin-right: 4px;
    font-size: 12px;
    color: #ffdf00
}

.col1 .title-types .title .title-featured span {
    font-size: 12px;
    font-weight: 500;
    color: #ffdf00
}

.col1 .title-types .types {
    display: flex;
    align-items: center
}

.col1 .title-types .types .type {
    font-size: 13px;
    font-weight: 500;
    color: #707070
}

.col1 .title-types .types .separator {
    margin: 0 2px;
    color: #707070
}

.col2-col3 {
    display: flex;
    flex-direction: column
}

@media (min-width:769px) {
    .col2-col3 {
        flex-direction: row
    }
}

@media (min-width:1280px) {
    .col2-col3 {
        flex-basis: 60%
    }
}

@media (min-width:1280px) {
    .col2-col3.on-boarding .col2 {
        flex-basis: 75%
    }
}

.col2-col3.on-boarding .col2 .default-price .input-text {
    width: 100%
}

@media (min-width:769px) {
    .col2-col3.on-boarding .col2 .default-price .input-text {
        width: 50%
    }
}

@media (min-width:1280px) {
    .col2-col3.on-boarding .col2 .default-price .input-text {
        width: 100px
    }
}

.col2-col3.on-boarding .col3 {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end
}

@media (min-width:769px) {
    .col2-col3.on-boarding .col3 {
        top: 15px
    }
}

@media (min-width:1280px) {
    .col2-col3.on-boarding .col3 {
        top: 0;
        flex-basis: 25%
    }
}

.col2 {
    position: relative;
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
    margin-top: 24px
}

@media (min-width:1280px) {
    .col2 {
        /* flex-basis: 60%; */
        justify-content: center;
        /* margin-top: 0; */
        display: flex;
        flex-basis: 29%;
        align-items: center;
        width: 29%;
    }
}

.col2>span {
    position: absolute;
    top: -16px;
    margin-right: 16px;
    font-size: 13px;
    font-weight: 500;
    color: #707070;
    white-space: nowrap;
}

.col2 .default-price {
    display: flex;
    flex-direction: column;
    align-items: center
}

@media (min-width:380px) {
    .col2 .default-price {
        flex-direction: row
    }
}

.col2 .default-price .input-text {
    width: 100%;
    font-size: 18px
}

@media (min-width:380px) {
    .col2 .default-price .input-text {
        width: 50%
    }
}

@media (min-width:769px) {
    .col2 .default-price .input-text {
        width: 100px
    }
}

.col2 .default-price .input-text .dollar {
    position: relative;
    left: 14px
}

.col2 .default-price .input-text input {
    font-size: 16px;
}

.col2 .default-price .btn-apply {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0;
    height: 44px;
    padding: 0;
    font-family: Poppins, Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    border: 0;
    background-color: #a62c20;
    width: 100%;
    margin-top: 4px;
}

.col2 .default-price .btn-apply:not([disabled]).mat-focused,
.col2 .default-price .btn-apply:not([disabled]):hover {
    background-color: #fe2b0d
}

.col2 .default-price .btn-apply[disabled] {
    background-color: #262626;
    opacity: .5;
    color: #fff
}

.col2 .default-price .btn-apply i {
    margin-right: 3px;
    font-size: 16px;
    color: #fff
}

.col2 .default-price .btn-apply .mat-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .3px
}

@media (min-width:380px) {
    .col2 .default-price .btn-apply {
        width: 50%;
        margin-top: 0;
        margin-left: 8px
    }
}

@media (min-width:769px) {
    .col2 .default-price .btn-apply {
        width: 160px
    }
}

.col3 {
    position: relative;
    display: flex;
    flex-basis: 60%;
    align-items: center;
    justify-content: flex-end;
    margin-top: 12px
}

@media (min-width:769px) {
    .col3 {
        top: 8px;
        flex-direction: column;
        align-items: flex-end;
        justify-content: flex-start;
        margin-top: 0;
        top: 15px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-end
    }
}

@media (min-width:1280px) {
    .col3 {
        top: 0;
        flex-basis: 40%
    }
}

.col3 .btns-container {
    display: flex;
    margin-left: 28px
}

@media (min-width:769px) {
    .col3 .btns-container {
        margin-top: 8px;
        margin-top: 0
    }
}

.col3 .btns-container .btn-edit,
.col3 .btns-container .btn-feature {
    border: 1px solid hsla(0, 0%, 100%, .15)
}

.col3 .btns-container .btn-edit i,
.col3 .btns-container .btn-feature i {
    color: #fff
}

.col3 .btns-container .btn-feature {
    margin-right: 10px
}

.col3 .btns-container .btn-feature.featured {
    border-color: #ffdf00
}

.col3 .btns-container .btn-feature.featured i {
    color: #ffdf00
}

.col3 .btns-container .btn-feature i {
    position: relative;
    bottom: 1px;
    font-size: 16px
}

/* store track */

.track {
    display: flex;
    height: 66px;
    padding: 0 15px;
    cursor: pointer;
    border-radius: 5px
}

@media (min-width:769px) {
    .track {
        padding: 0 15px 0 0
    }

    .track.playing .btn-play {
        display: flex
    }
}

@media (min-width:1024px) {

    .track.keep-hover,
    .track:hover {
        background-color: #272727;
    }

    .track.keep-hover .number,
    .track:hover .number {
        display: none
    }

    .track.keep-hover .btn-play,
    .track:hover .btn-play {
        display: flex
    }
}

.track:last-child {
    border-bottom: none
}

.track.not-released,
.track.not-released .track-info {
    cursor: default
}

.track.not-released .track-info .title {
    text-decoration: none;
    cursor: default
}

.track.not-released:hover {
    background-color: initial
}

.track.not-released:hover .number {
    display: block
}

.track.playing .title {
    color: #fe2b0d
}

.track.playing .number {
    display: none
}

.track .col-play {
    display: none;
    min-width: 50px
}

@media (min-width:769px) {
    .track .col-play {
        display: block
    }
}

.track .number {
    display: none;
    width: 50px;
    font-size: 13px;
    font-weight: 500;
    color: #707070;
    text-align: center
}

@media (min-width:769px) {
    .track .number {
        display: block
    }
}

.track .track-image {
    display: none;
    width: 44px;
    height: 44px;
    border-radius: 3px
}

@media (min-width:480px) {
    .track .track-image {
        display: block
    }
}

.track .btn-play {
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    top: calc(50% - 14px);
    left: calc(50% - 14px);
    width: 28px;
    height: 28px;
    background-color: rgba(0, 0, 0, .5);
    box-shadow: 0 2px 3px 0 rgba(0, 0, 0, .15);
    transition: all .3s cubic-bezier(.68, -.55, .27, 2);
    cursor: pointer;
    border: 2px solid var(--bs-white);
    border-radius: 50%;
    position: relative;
    display: none;
    box-shadow: none;
    transform: none
}

.track .btn-play i {
    color: #fff;
    font-size: 10px
}

.track .btn-play i.icon-play {
    margin: 1px 0 0 2px
}

.track .btn-play i.icon-pause {
    margin-top: 1px
}

.track .btn-play .mat-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%
}

.track .track-info {
    display: flex;
    flex: 1;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    overflow: hidden;
    cursor: pointer
}

.track .track-info .title {
    display: flex;
    align-items: center;
    max-width: 100%;
    padding-right: 20px
}

@media (min-width:1024px) {
    .track .track-info .title:hover span.title-content {
        text-decoration: underline
    }
}

.track .track-info .title span.title-content {
    font-size: 16px;
    font-weight: 600;
    color: var(--white);
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: inline-block;
    width: 100%
}

@media (min-width:480px) {
    .track .track-info {
        margin-left: 15px
    }
}

.track .musician-container {
    width: 100%;
    padding-right: 20px;
    color: #707070;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.track .musician-container .musician {
    display: none;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
    padding-right: 4px;
    font-size: 13px;
    font-weight: 400;
    color: #9f9f9f
}

.track .musician-container .musician.mobile {
    display: flex
}

@media (min-width:769px) {
    .track .musician-container .musician.mobile {
        display: none
    }
}

.track .musician-container .musician.desktop>span {
    margin-right: 4px
}

.track .musician-container .musician.desktop a {
    color: #9f9f9f
}

.track .musician-container .musician.desktop a:hover {
    text-decoration: underline
}

@media (min-width:769px) {
    .track .musician-container .musician.desktop {
        display: flex
    }
}

.track .musician-container .musician>span {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.track .musician-container .musician .verified {
    margin: 0 2px 0 4px
}

.track .tags-container {
    display: flex;
    flex-direction: row;
    position: relative;
    top: auto;
}

.track .tags-container .btn-more-tags {
    width: 31px;
    height: 31px;
    line-height: 31px;
    font-size: 16px;
    color: #9f9f9f;
    background-color: unset;
    border: 1px solid hsla(0, 0%, 98%, .25);
    border-radius: 50%;
    cursor: pointer
}

.track .tag {
    display: flex;
    align-items: center;
    max-width: 135px;
    padding: 6px 16px;
    margin: 0;
    margin-right: 10px;
    overflow: hidden;
    color: #9f9f9f;
    border: 1px solid hsla(0, 0%, 98%, .25);
    border-radius: 15px;
    height: auto;
    line-height: normal;
    font-size: 13px;
    font-weight: normal;
    background: transparent;
}

@media (min-width:769px) {
    .track .tag.release-date .mobile {
        display: none
    }
}

.track .tag.release-date .tablet {
    display: none
}

@media (min-width:769px) {
    .track .tag.release-date .tablet {
        display: flex
    }
}

.track .tag p {
    color: #9f9f9f;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 0;
}

.track .tag:not(.release-date):hover {
    text-decoration: underline;
    background: transparent;
    color: inherit;
}

.track .tag>span {
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.track .tag.release-date {
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    font-size: 6px;
    letter-spacing: 1.5px
}

@media (min-width:480px) {
    .track .tag.release-date {
        font-size: 10px;
        letter-spacing: 2px
    }
}

.track .col3 {
    font-size: 14px;
    color: #707070;
    display: flex;
    flex-basis: 11%;
    align-items: center;
    width: 11%;
}

.track .col4 {
    justify-content: flex-end
}

.track .release-date {
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px
}

.track .btns-container,
.track .release-date {
    display: flex;
    align-items: center
}

.track .btns-container .btn-download {
    width: 40px;
    height: 28px;
    line-height: 28px;
    background-color: #262626;
    border-radius: 5px;
    border: 0;
}
.track .btns-container .btn-download svg {
    width: 12px;
    height: 12px;
    fill: #e8e8e8;
}

.track .btns-container .btn-download i {
    color: #fff
}

.track .btns-container .btn-download {
    display: none;
    margin-left: -10px
}

@media (min-width:480px) {
    .track .btns-container .btn-download {
        display: block
    }
}

.track .btns-container .btn-download i {
    font-size: 12px
}

.track .btns-container mp-button-add-to-cart-for-search {
    margin-left: 12px
}

.track .btns-container .btn-download-purchased {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0;
    font-family: Poppins, Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fe2b0d;
    display: none;
    width: 105px;
    height: 25px;
    font-size: 12px
}

.track .btns-container .btn-download-purchased:not([disabled]).mat-focused,
.track .btns-container .btn-download-purchased:not([disabled]):hover {
    background-color: #fe2b0d
}

.track .btns-container .btn-download-purchased[disabled] {
    background-color: #262626;
    opacity: .5;
    color: #fff
}

.track .btns-container .btn-download-purchased i {
    margin-right: 3px;
    font-size: 16px;
    color: #fff
}

.track .btns-container .btn-download-purchased .mat-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .3px
}

@media (min-width:769px) {
    .track .btns-container .btn-download-purchased {
        display: block
    }
}

.track .btns-container .btn-download-purchased i {
    margin-right: 6px;
    font-size: 12px
}

.track .btns-container .btn-lyrics {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 44px;
    padding: 0;
    font-family: Poppins, Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    background-color: #fe2b0d;
    display: none;
    width: 86px;
    height: 25px;
    font-size: 12px
}

.track .btns-container .btn-lyrics:not([disabled]).mat-focused,
.track .btns-container .btn-lyrics:not([disabled]):hover {
    background-color: #fe2b0d
}

.track .btns-container .btn-lyrics[disabled] {
    background-color: #262626;
    opacity: .5;
    color: #fff
}

.track .btns-container .btn-lyrics i {
    margin-right: 3px;
    font-size: 16px;
    color: #fff
}

.track .btns-container .btn-lyrics .mat-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .3px
}

@media (min-width:769px) {
    .track .btns-container .btn-lyrics {
        display: block
    }
}

.track .btns-container .btn-lyrics i {
    margin-right: 6px
}

.track .btns-container .btn-download-purchased-mobile,
.track .btns-container .btn-lyrics-mobile {
    margin-right: -13px
}

@media (min-width:769px) {

    .track .btns-container .btn-download-purchased-mobile,
    .track .btns-container .btn-lyrics-mobile {
        display: none
    }
}

.track .btns-container .btn-lyrics-mobile {
    margin-left: -8px
}

.track .btns-container .btn-lyrics-mobile i {
    font-size: 18px
}

.track .btn-more {
    margin-right: -15px;
    margin-left: -2px;
    color: #fff
}

@media (min-width:769px) {
    .track .btn-more {
        margin-right: 0;
        margin-left: 0
    }
}

.track-list-more-menu .mat-menu-content .mat-menu-item {
    font-size: 13px;
    font-weight: 500
}

.track-list-more-menu .mat-menu-content .mat-menu-item:hover {
    background-color: hsla(0, 0%, 98%, .1)
}

.track-list-more-menu .mat-menu-item {
    height: 35px;
    line-height: 35px
}

.track-list-more-menu .undo-like,
.track-list-more-menu .undo-repost {
    color: #fe2b0d
}

.track-unavailable {
    position: relative;
    top: -5px; 
    font-size: 10px;
    font-weight: 700;
    line-height: 10px;
    color: #fe2b0d
}
















.btn-cart[_ngcontent-oun-c340] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-width: 0;
    height: 44px;
    font-family: Poppins, Roboto, Helvetica Neue, sans-serif;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    color: #fff;
    border-radius: 5px;
    cursor: pointer;
    max-width: 128px;
    width: auto;
    height: 28px;
    padding: 0 10px;
    border: 0;
}

.btn-cart[_ngcontent-oun-c340],
.btn-cart[_ngcontent-oun-c340]:not([disabled]).mat-focused,
.btn-cart[_ngcontent-oun-c340]:not([disabled]):hover {
    background-color: #a62c20;
}

.btn-cart[disabled][_ngcontent-oun-c340] {
    background-color: #262626;
    opacity: .5;
    color: #fff
}

.btn-cart[_ngcontent-oun-c340] i[_ngcontent-oun-c340] {
    margin-right: 3px;
    font-size: 16px;
    color: #fff
}

.btn-cart[_ngcontent-oun-c340] .mat-button-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    letter-spacing: .3px;
    justify-content: flex-start
}

.btn-cart.in-cart[_ngcontent-oun-c340],
.btn-cart.in-cart[_ngcontent-oun-c340]:not([disabled]):hover {
    background-color: #262626
}

.btn-cart[_ngcontent-oun-c340] .price[_ngcontent-oun-c340] {
    letter-spacing: -.5px
}

.btn-cart[_ngcontent-oun-c340] .in-cart-text[_ngcontent-oun-c340] {
    opacity: .9
}

.btn-cart[_ngcontent-oun-c340] i[_ngcontent-oun-c340] {
    font-size: 14px;
    margin-right: 6px
}

.btn-cart[_ngcontent-oun-c340] .mat-button-wrapper {
    width: 100%;
    justify-content: space-between
}

.btn-cart[_ngcontent-oun-c340] .mat-button-wrapper i {
    font-size: 16px;
    margin-right: 0
}

@media (min-width:769px) {
    .btn-cart[_ngcontent-oun-c340] .mat-button-wrapper i {
        font-size: 14px;
        margin-right: 6px
    }
}

.btn-cart[_ngcontent-oun-c340] .mat-button-wrapper span {
    width: 100%;
    margin: auto;
    font-size: 12px;
    display: none;
}

@media (min-width:769px) {
    .btn-cart[_ngcontent-oun-c340] .mat-button-wrapper span {
        display: block
    }
}