
#awp-wrapper {
    position: relative;
    line-height: normal !important;
    margin: 0px auto;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
.awp-player-thumb-wrapper {
    position: relative;
    height: 100%;
    float: left;
    background-color: #222;
    overflow: hidden;
}
.awp-player-thumb {
    width: 100%;
    height: 100%;
}
.awp-player-thumb img {
    display: block;
    height:100%;
}
.mav-title-cat-mn .product-meta{
    padding-left:15px;
}
.mav-title-cat-mn .product-meta h3{
    font-size:18px;
}
.awp-player-holder {
    position: relative;
    top: 0;
    height: 175px;
    overflow: hidden;
    background-color: #333;
}
.awp-waveform-wrap {
    position: relative;
    height: 100%;
}
.awp-waveform {
    position: relative;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}
.awp-waveform-preloader {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 18px;
    pointer-events: none;
    opacity: 0;
}
.awp-waveform-img {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}
.awp-waveform-img-load {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awp-waveform-img-progress-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    overflow: hidden;
    border-right: 3px solid #00f;
}
.awp-waveform-img-progress {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.awp-waveform-img-load img,
.awp-waveform-img-progress img {
    display: block;
    width: 100%;
    height: 100%;
}
.awp-icon-color {
    color: #fff !important;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.awp-icon-rollover-color {
    color: #ff33ff !important;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}
.awp-contr-btn-i {
    position: absolute;
    top: 0;
    left: 0;
    width: 25px;
    height: 25px;
    text-align: center;
    display: inline-block;
    font-size: 15px !important;
    line-height: 25px !important;
}
.awp-media-time-current {
    position: absolute;
    left: 5px;
    bottom: 0;
    margin: 0 !important;
    padding: 3px !important;
    color: #eee;
    font-size: 13px !important;
    width: auto;
    pointer-events: none;
}
.awp-media-time-total {
    position: absolute;
    right: 5px;
    bottom: 0;
    margin: 0 !important;
    padding: 3px !important;
    color: #eee;
    font-size: 13px !important;
    width: auto;
    pointer-events: none;
}
.awp-playback-toggle {
    position: absolute;
    top: 50%;
    width: 70px;
    height: 70px;
    border-radius: 100%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.5);
}
.awp-playback-toggle i {
    width: 70px;
    height: 70px;
    font-size: 30px !important;
    line-height: 70px !important;
    color: #fff !important;
    text-align: center;
    display: inline-block;
}

.awp-volume-wrapper{
	position:absolute;
	width:25px;
	height:25px;
	bottom:8px;
	left:17px;
}
.awp-volume-wrapper:hover .awp-volume-seekbar{
	display: block;
}
.awp-player-volume{
	position:absolute;
	width:25px;
	height:25px;
	left:0;
	top:0;
}
.awp-player-volume i{
	position: absolute;
	width:25px;
	height:25px;
	font-size: 18px!important;
	line-height:25px!important;
	color:#fff !important;
	text-align: center;
	display: inline-block;
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
}
.awp-player-volume svg{
	filter: drop-shadow( 3px 3px 2px rgba(0, 0, 0, .3));
}


.awp-volume-seekbar{
	position:absolute;
	left:25px;
	top: 0;
    height: 100%;
    width: 100px;
    background: rgba(0,0,0,0);
	cursor: pointer;
	touch-action: none;
	display: none;
}
.awp-volume-bg{
	position:absolute;
	top:10px;
	left:10px;
	width:80px;
	height:5px;
	background:#bbb;
}
.awp-volume-level{
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:100%;
	background:#fff;
}

#awp-playlist-list {
    display: none;
}
.awp-playlist-holder {
    position: relative;
    top: 0;
    width: 100%;
    background: #333;
    overflow: hidden;
    border-top: 1px solid #222;
}
.awp-playlist-inner {
    margin: 20px;
    min-height: 100px;
    max-height: 150px;
}
.awp-playlist-item {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    line-height: 40px;
}
.awp-playlist-item > a {
    border: 0;
}
.awp-playlist-item:last-child {
    margin-bottom: 0px !important;
}
.awp-playlist-non-selected {
    float: left;
    color: #eee !important;
    text-decoration: none;
    margin-right: 10px;
}
.awp-playlist-selected {
    float: left;
    color: #ff33ff !important;
    text-decoration: none;
    margin-right: 10px;
}
.awp-playlist-title {
    font-size: 14px;
    color: inherit;
}
.awp-download,
.awp-link {
    float: right;
    color: #fff !important;
    font-size: 13px !important;
    width: 30px;
    text-align: center;
}
.awp-download i,
.awp-link i {
    line-height: 40px;
    color: inherit;
}
.awp-download:hover,
.awp-link:hover {
    color: #ff33ff !important;
}
.awp-playlist-filter-msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 140px;
    display: none;
}
.awp-playlist-filter-msg p {
    font-size: 15px !important;
    color: #fff !important;
    vertical-align: middle !important;
    text-align: center !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: inherit !important;
}
.awp-bottom-bar {
    position: relative;
    top: 0;
    clear: both;
    height: 30px;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #222;
}
.awp-search-filter {
    position: relative;
    margin-left: 20px;
    width: 125px !important;
    height: 18px !important;
    top: 50%;
    margin-top: -9px;
    padding: 0 !important;
    border: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
    border-radius: 0 !important;
    background: #222 !important;
    color: #fff !important;
    box-shadow: none !important;
    line-height: 1 !important;
    float: left;
    outline: none;
}
.awp-sr-bar-i {
    display: inline-block;
    font-size: 15px !important;
    line-height: 30px !important;
}
.awp-sort-alpha {
    position: relative;
    left: 5px;
    top: 0;
    width: 25px;
    height: 100%;
    text-align: center;
    float: left;
}
.awp-share-item {
    position: relative;
    top: 0;
    right: 20px;
    width: 25px;
    height: 100%;
    margin-right: 5px;
    text-align: center;
    float: right;
}
.awp-tooltip {
    position: absolute;
    background: #222;
    text-align: center;
    z-index: 10000;
    border: 1px solid #333;
    pointer-events: none;
}
.awp-tooltip p {
    width: inherit;
    font-size: 12px !important;
    color: #fff !important;
    margin: 0 5px !important;
    padding: 0 !important;
    line-height: 20px !important;
    white-space: nowrap;
}
.awp-tooltip-num {
    direction: ltr !important;
}
.awp-download-confirm {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border: 1px solid #555;
    opacity: 0;
    z-index: 1000;
    display: none;
}
.awp-download-confirm p {
    padding: 10px 5px !important;
    font-size: 14px;
    color: #fff;
    background: #333;
    text-align: center;
}
.awp-preloader {
    position: absolute;
    width: 36px;
    height: 30px;
    top: 50%;
    left: 50%;
    margin-left: -16px;
    margin-top: -15px;
    background: #111 url(../data/loading.gif) no-repeat center center;
}
.awp-hidden {
    opacity: 0;
    filter: alpha(opacity=0);
}
.awp-visible {
    opacity: 1;
    -webkit-transition: opacity 500ms ease-out;
    -moz-transition: opacity 500ms ease-out;
    transition: opacity 500ms ease-out;
}
.awp-playlist-inner .mCSB_inside > .mCSB_container {
    margin-right: 30px;
}
.mayosis-audio-template-data {
    padding-top: 30px;
}
.mayosis_wave-audio_template .awp-player-thumb-wrapper {
    width: 100%;
    float: left;
}
.mayosis-music-main-title {
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 28px;
    line-height: 36px;
}
.mayosis_music_price {
    margin: 0;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.mayosis-audio-template-data .edd_purchase_submit_wrapper a.edd-add-to-cart.edd-has-js,
.mayosis-audio-template-data .edd_go_to_checkout,
.mayosis-audio-template-data .edd-submit {
    min-width: auto !important;
    width: auto !important;
    border-radius: 30px !important;
    padding: 12px 20px !important;
    font-weight: 400 !important;
}
.mayosis_wave-audio_template .awp-playlist-holder {
    background: transparent !important;
    border: none;
    top: 40px;
    display: block;
}
.mayosis_wave-audio_template .awp-playlist-item {
    position: relative;
    top: 0;
    left: 0;
    overflow: hidden;
    line-height: 40px;
    background: #262626;
    color: #fff;
    padding: 5px 15px;
    margin-bottom: 15px;
    list-style:none;
    width:100%;
    display:flex;
    align-items:center;
}
.mayosis_wave-audio_template .awp-player-holder {
    height: 120px;
}
.mayosis_wave-audio_template .awp-playlist-item a {
    width: 100%;
}
.mayosis_wave-audio_template .awp-playlist-inner {
    max-height: 100% !important;
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
}
.mayosis_wave-audio_template .awp-bottom-bar {
    display: none;
}
.mayosis-audio-metabox {
    margin-bottom: 10px;
}
.mayosis-audio-metabox,
.mayosis-audio-metabox a {
    font-size: 14px;
}
.mayosis_wave-audio_template .edd_download_purchase_form {
    margin-bottom: 0 !important;
    padding: 0 20px;
}
.mayosis-audio-button-set {
    margin-top: 20px;
    margin-bottom: 25px;
}
.mayosis-audio-template-data .edd_purchase_submit_wrapper a.edd-submit::before {
    content: "\1f6d2";
    font-family: "Zeroicons-Line";
    padding-right: 5px;
}
.awp-thumbimg{
        max-width: 80px;
    border-radius: 50%;
    margin: 5px;
}
@media (max-width: 767px) {
    .mayosis_wave-audio_template .edd_download_purchase_form {
        padding: 10px 0;
    }
    .mayosis-audio-button-set {
        text-align: center;
    }
    .mayosis-music-main-title {
        margin: 0 0 10px 0;
        padding: 0;
        font-size: 22px;
        line-height: 30px;
    }
}
@media (min-width: 768px) {
    .mayosis-audio-button-set {
        display: flex;
        align-items: center;
    }
    .awp-player-thumb {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    }
}
