#mfeg-preview.pego {
    margin: 0;
    padding: 15px;
}

#mfeg-preview.pego #mfeg-single-list {
    border-collapse: separate;
    border-spacing: 0 6px;
    font-size: 15px;
    max-width: 100%;
    width: 100%;
}

#mfeg-preview.pego #mfeg-single-list thead tr,
#mfeg-preview.pego #mfeg-single-list tbody tr {
    background: #f9f9f9;
}

#mfeg-preview.pego #mfeg-single-list thead tr th,
#mfeg-preview.pego #mfeg-single-list tbody tr td {
    border-bottom: 1px solid #cbcbcb;
    border-top: 1px solid #cbcbcb;
    font-weight: 100;
}

#mfeg-preview.pego #mfeg-single-list thead tr th:first-child,
#mfeg-preview.pego #mfeg-single-list tbody tr td:first-child {
    border-left: 1px solid #cbcbcb;
}

#mfeg-preview.pego #mfeg-single-list thead tr th:last-child,
#mfeg-preview.pego #mfeg-single-list tbody tr td:last-child {
    border-right: 1px solid #cbcbcb;
}

#mfeg-preview.pego #mfeg-single-list thead tr th {
    padding: 13px 8px;
    text-transform: uppercase;
}

#mfeg-preview.pego #mfeg-single-list tbody tr {
    cursor: pointer;
}

#mfeg-preview.pego #mfeg-single-list tbody tr td {
    padding: 8px;
}

#mfeg-preview.pego #mfeg-single-list tbody tr:hover,
#mfeg-preview.pego #mfeg-single-list tbody tr:active,
#mfeg-preview.pego #mfeg-single-list tbody tr:focus {
    background: #cacfca;
}

#mfeg-preview.pego #mfeg-single-list tbody tr:hover td:not( .single-item__action ),
#mfeg-preview.pego #mfeg-single-list tbody tr:active td:not( .single-item__action ),
#mfeg-preview.pego #mfeg-single-list tbody tr:focus td:not( .single-item__action ) {
    text-decoration: underline;
}

#mfeg-preview.pego #mfeg-single-list tbody tr.active {
    background: #a4cf41;
    color: #000;
}

#mfeg-preview.mxfit #mfeg-single-list tbody tr.active {
    background: #ff5b00;
    color: #000;
}

#mfeg-preview.pego #mfeg-single-list tbody tr.active .single-item__count .play-icon {
    background-image: url("img/mfeg-icon-play-blk.png");
}

#mfeg-preview.pego #mfeg-single-list .single-item__count {
    padding-right: 32px;
    position: relative;
}

#mfeg-preview.pego #mfeg-single-list .single-item__count .play-icon {
    background: url("img/mfeg-icon-play.png") bottom left no-repeat;
    background-size: 100% auto;
    height: 20px;
    margin-top: -10px;
    position: absolute;
    right: 6px;
    top: 50%;
    width: 20px;
}

#mfeg-preview.pego #mfeg-single-list .mfeg-buy-single-button {
    background: #a4cf41;
    border: 1px solid #fff;
    border-radius: 5px;
    color: #fff;
    display: block;
    font-weight: 100;
    font-size: 12px;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    white-space: nowrap;
}

#mfeg-preview.pego #mfeg-single-list .mfeg-buy-single-button:hover {
    background: #3b3c3e;
}

#mfeg-preview.pego #mfeg-single-list .mfeg-buy-single-button.js-basket-loading {
    pointer-events: none;
    opacity: 0.5;
}

@media only screen and ( min-width: 768px ) {

    #mfeg-preview.pego #mfeg-single-list {
        margin-bottom: -6px;
        margin-top: -6px;
    }

}

@media only screen and ( max-width: 767px ) {

    #mfeg-preview.pego #mfeg-single-list thead tr th.column__title,
    #mfeg-preview.pego #mfeg-single-list tbody tr td.single-item__title {
        border-left: 1px solid #cbcbcb;
    }

    #mfeg-preview.pego #mfeg-single-list thead tr th.column__count,
    #mfeg-preview.pego #mfeg-single-list thead tr th.column__bpm,
    #mfeg-preview.pego #mfeg-single-list thead tr th.column__runtime,
    #mfeg-preview.pego #mfeg-single-list thead tr th.column__price,
    #mfeg-preview.pego #mfeg-single-list tbody tr td.single-item__count,
    #mfeg-preview.pego #mfeg-single-list tbody tr td.single-item__bpm,
    #mfeg-preview.pego #mfeg-single-list tbody tr td.single-item__runtime,
    #mfeg-preview.pego #mfeg-single-list tbody tr td.single-item__price {
        display: none !important;
        visibility: hidden !important;
    }

}

@media only screen and ( max-width: 575px ) {

    #mfeg-preview.pego {
        margin: 0 15px;
    }

    #mfeg-preview.pego #mfeg-single-list thead {
        display: none !important;
        visibility: hidden !important;
    }

    #mfeg-preview.pego #mfeg-single-list tbody tr {
        border: 1px solid #cbcbcb;
        display: block;
        margin-top: 6px;
    }

    #mfeg-preview.pego #mfeg-single-list tbody tr td {
        border: none !important;
        display: block;
    }

}

body.single-product {
    padding-bottom: 71px !important;
}

#mfeg-preview-player {
    position: fixed;
    bottom: 0;
    left: 0;
    height: 70px;
    width: 100%;
    margin: 0 auto;
    background: #F9F9F9;
    z-index: 100;
    color: #393e37;
    border-top: 4px solid #99d105;
}

#mfeg-preview .mfeg-info {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    height: 100%;
    left: 10px;
    position: absolute;
    top: 0;
    width: 440px;
}
#mfeg-preview .mfeg-info__img,
#mfeg-preview .mfeg-info__now-playing,
#mfeg-preview .mfeg-info__tempo {
    flex: 1 0 0%;
    max-width: 100%;
    width: 100%;
}

#mfeg-preview .mfeg-info__img {
    flex: 0 0 auto;
    height: 50px;
    width: 50px;
}

#mfeg-preview .mfeg-info__now-playing {
    font-size: 12px;
    line-height: 1.2;
    padding: 8px 10px;
}

#mfeg-preview .mfeg-info__now-playing strong {
    font-weight: 900;
}

#mfeg-preview .mfeg-info__tempo {
    flex: 0 0 auto;
    width: 140px;
}

#mfeg-preview .mfeg-info__tempo__timing strong {
    display: inline-block;
    font-size: 15px;
    font-weight: 900;
    margin-right: 5px;
}
#mfeg-preview .mfeg-info__tempo__bpm {
    text-transform: uppercase;
    font-size: 12px;
}

#mfeg-preview .mfeg-control {
    line-height: 1;
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 0px;
}
#mfeg-preview .mfeg-control__control {
    position: relative;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    background: #99d200;
    display: inline-block;
    transform: scale(0.8);
}
#mfeg-preview .mfeg-control__control.mfeg-control__control--play,
#mfeg-preview .mfeg-control__control.mfeg-control__control--pause {
    transform: scale(1);
}
#mfeg-preview .mfeg-control__control:after {
    content: '';
    position: absolute;
    top: 30%;
    left: 30%;
    width: 40%;
    height: 40%;
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
#mfeg-preview .mfeg-control__control.mfeg-control__control--sound:after { background-image: url(img/mfeg-icon-sound.png); }
#mfeg-preview .mfeg-control__control.mfeg-control__control--mute:after { background-image: url(img/mfeg-icon-mute.png); }
#mfeg-preview .mfeg-control__control.mfeg-control__control--play:after { background-image: url(img/mfeg-icon-play.png); }
#mfeg-preview .mfeg-control__control.mfeg-control__control--pause:after { background-image: url(img/mfeg-icon-pause.png); }
#mfeg-preview .mfeg-control__control.mfeg-control__control--next:after { background-image: url(img/mfeg-icon-next.png); }
#mfeg-preview .mfeg-control__control.mfeg-control__control--prev:after { background-image: url(img/mfeg-icon-prev.png); }

#mfeg-preview .mfeg-control__control:hover:after {
    background-position: bottom left;
}

#mfeg-preview #wavesurfer {
    border: none;
    position: absolute;
    top: 10px;
    width: calc(100% - 425px - 270px);
    right: 240px;
}

#mfeg-preview #wavesurfer > wave {
    overflow: hidden !important;
    height: 50px !important;
}

@media only screen and (max-width: 960px) {
    #mfeg-preview .mfeg-info {
        display: none;
    }

    #mfeg-preview #wavesurfer {
        width: calc(100% - 250px);
    }
}

@media only screen and (max-width: 480px) {
    #mfeg-preview .mfeg-control__control.mfeg-control__control--sound,
    #mfeg-preview .mfeg-control__control.mfeg-control__control--mute,
    #mfeg-preview .mfeg-control__control.mfeg-control__control--prev,
    #mfeg-preview .mfeg-control__control.mfeg-control__control--next {
        display: none !important;
    }

    #mfeg-preview #wavesurfer {
        width: calc(100% - 85px);
        right: 70px;
    }
}

#mfeg-mms-filters {
    padding: 15px 15px 0;
    width: 100%;
}
#mfeg-mms-filters .mfeg-mms-filters__filter {
    position: relative;
    display: inline-block;
    margin-right: 16px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 100%;
    max-width: 260px;
}
#mfeg-mms-filters .mfeg-mms-filters__filter select {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}
#mfeg-mms-filters .mfeg-mms-filters__label {
    position: relative;
    padding: 10px 40px 10px 15px;
    white-space: nowrap;
    overflow: hidden;
    text-transform: uppercase;
    font-size: 15px;
}
#mfeg-mms-filters .mfeg-mms-filters__icon {
    position: absolute;
    top: 50%;
    right: 15px;
    border: 5px solid transparent;
    margin-top: -3px;
}

@media only screen and (max-width: 860px) {

    #mfeg-mms-filters {
        margin: 0 -15px;
        width: calc(100% + 30px);
    }

    #mfeg-mms-filters .mfeg-mms-filters__filter {
        max-width: calc(33.3% - 30px);
        margin: 0 15px;
    }

}

@media only screen and (max-width: 760px) {

    #mfeg-mms-filters {
        width: 100%;
        margin: 0;
    }

    #mfeg-mms-filters .mfeg-mms-filters__filter {
        display: block;
        max-width: none;
        margin: 0 0 15px;
    }

    #mfeg-mms-filters .mfeg-mms-filters__filter:last-child {
        margin: 0;
    }

}