#s99_player .player_volume, 
#s99_player .volume_seekbar,
#s99_player .player_progress,
#s99_player .controls_toggle,
#s99_player .player_mediaTime_current  {
    background: transparent;
    box-shadow: none !important;
}

#s99_player_container {
    width: 100%;
    display: block;
    overflow: auto;
    position: fixed;
    bottom: 0;
    background: #eaeaea !important;
    z-index: 999999;
    padding: 8px;
}

#s99_player .load_progress {
    background: #3D3B3B;
    border: none !important;
    border-radius: 0px !important;
}

#s99_player .progress_bg, #s99_player .volume_bg {
    border-radius: 0px !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    -webkit-border-radius: 0px !important;
}

#s99_player .player_mediaTime_total {
    background: transparent;
    box-shadow: none !important;
}

#s99_player .player_mediaTime_current,
#s99_player .player_mediaTime_total {
    color: #3D3B3B;
}

#s99_player .volume_level {
    border-radius: 0px !important;
    background: #a3d133 !important;
}

#s99_player .play_progress {
    border-radius: 0px !important;
    background: #a3d133;
}

.player_hide {
    position: absolute !important;
    right: 24px;
    top: 10px;
    cursor: pointer;
    font-size: 20px;
    z-index: 9999999;
}

.s99_play_btn {
    position: absolute;
    top: 40%;
    left: 40%;
    font-size: 30px;
    color: #a3d133;
    border: 2px solid #a3d133;
    padding: 10px 12px 10px 14px;
    border-radius: 100px;
    box-shadow: 3px 3px 3px #333333;
    text-shadow: 4px 1px 4px #333333;
    background: rgba(200,200,200,0.7);
}

.s99_disco_playing_image img {
    width: 45px;
    float: left;
    margin-right: 15px;
}

.s99_disco_playing_name {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 0px !important;
    background: #a3d133;
    color: white;
}

.s99_disco_playing_songs {
    margin: 0px !important;
    font-size: 10px;
    max-height: 60px;
    display: block;
    overflow: auto;
    float: left;
    width: 85%;
    padding-top: 4px !important;
    padding-bottom: 4px !important;
    padding-left: 0px !important;
}

.s99_disco_playing_songs li {
    display: inline-block;
    margin-right: 15px;
    height: 16px !important;
}

#s99_wide_products .s99_play_btn {
    left: 30px;
    top: 10px;
}

.s99_selected_song {
    font-weight: bold;
    text-decoration: underline;
}

#sidebar.s99_sidebar aside {
    margin-bottom: 35px !important;
}

#order_notes {
    height: 100px !important;
    resize: none;
}

.s99_info_player_container {
    display: block;
    overflow: auto;
}

@media (max-width:640px) {
    .player_mediaTime_current, .player_mediaTime_total {
        font-size: 10px !important;
        padding: 0px !important;
        width: auto !important;
        position: absolute !important;
        bottom: 0px !important;
        border: none !important;
        line-height: 10px !important;
    }

    .player_mediaTime_current {
        left: 50px !important;
    }

    .player_mediaTime_total {
        right: 132px !important;
    }

    .s99_row_player_controls {
        padding: 0px !important;
        padding-top: 8px !important;
    }

    .s99_row_player_infos {
        padding: 0px !important;
    }
}