ul {
    list-style-image: none !important;
}

#outer-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%
}

div.jp-audio, div.jp-audio-stream, div.jp-video {
    position: fixed;
}

div.jp-jplayer {
    margin-bottom: 40px !important;
    margin-right: 40px !important;
    width: 100px !important;
    height: 80px !important;
}

#jp_poster_0 {
    width: 100px !important;
    height: auto !important;
    -webkit-user-drag: none;
    user-drag: none;

}

.jp-playlist {
    box-sizing: border-box !important;
    padding-bottom: 190px;
}


#open-buy-area {
    font-size: 15px;
}

#beat-screen {
    transition: .3s !important;
    -webkit-transition: .3s;
     transform: rotate3d(-410, 0, 10, 0deg);
    box-sizing: border-box;
    visibility: hidden;
    position: fixed !important;
    right: -100%;
    top: 0;
    padding: 14px 10px;
    width: 100%;
    height: 100%;
    color: #111;
    font-size: .9em;
    z-index: 9999;
    box-shadow: 0 0 13px #111;
    overflow-y: auto;
}

.beat-screen-visible {
    transform: rotate3d(0, 0, 0, 0deg) !important;
    visibility: visible !important;
    right: 0 !important;
}

#beat-screen h2 {
    font-family: 'Open Sans','Helvetica Neue',Helvetica,Arial,sans-serif;
}

#beat-screen-contents .edd_go_to_checkout {
    display: none !important;
}

.close-beat {
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    background: #0f77d6;
    font: 700 30px/1 'Open Sans';
    z-index: 10;
    padding: 2px 8px 7px 10px;
    color: #FFF;
    opacity: .8;
}
.close-beat:hover {
    cursor: pointer;
    opacity: .6;
}


#share-screen {
    transition: .3s !important;
    -webkit-transition: .3s;
    transform: rotate3d(-410, 0, 10, 0deg);
    visibility: hidden;
    background: #333;
    box-sizing: border-box;
    position: fixed !important;
    right: -100%;
    top: 0;
    padding: 14px 10px;
    width: 100%;
    height: 100%;
    color: #111;
    font-size: .9em;
    z-index: 9999;
    box-shadow: 0 0 13px #111;
    overflow-y: auto;
}

.share-visible {
    transform: rotate3d(0, 0, 0, 0deg) !important;
    visibility: visible !important;
    right: 0 !important;
}

.close-share {
    position: absolute;
    width: auto;
    right: 0;
    top: 0;
    background: #0f77d6;
    font: 700 30px/1 'Open Sans';
    z-index: 10;
    padding: 2px 8px 7px 10px;
    color: #FFF;
    opacity: .8;
}
.close-share:hover {
    cursor: pointer;
    opacity: .6;
}

#cart-contents-player {
    box-sizing: border-box;
    position: fixed !important;
    transition: .3s !important;
    -webkit-transition: .3s;
    transform: rotate3d(-410, 0, 10, 0deg);
    visibility: hidden;
    right: -100%;
    top: 0;
    padding: 15px;
    width: 100%;
    height: 100%;
    font-size: .9em;
    z-index: 9999;
    box-shadow: 0 0 13px #111;
    overflow-y: auto;
}

.cart-contents-visible {
    transform: rotate3d(0, 0, 0, 0deg) !important;
    visibility: visible !important;
    right: 0 !important;
}




#cart-contents-player .edd-cart-item-quantity {
    display: none;
}

#player-show-cart {
    position: absolute;
    padding: 4px 12px;
    top: 20px;
    right: 20px;
    font-size: 24px;
    font-style: normal !important;
    font-weight: normal !important;
    text-shadow: none !important;
    transition: .2s ease all;
    background: rgba(177, 177, 177, .5);
    z-index: 9;
    -webkit-font-smoothing: antialiased;
}

#total-dollar-amount {
    font-size: 18px;
    color: #53B811;
}

.label-empty {
    color: #999;
}

.edd_total {
    background: transparent !important;
    text-align: left;
    margin-bottom: 10px;
}

.edd-cart-meta {
    background: transparent;
    padding-left: 0 !important;
}

.cart-total {
    float: right !important;
}

.edd-cart {
    list-style: none !important;
    margin: 0 !important;
    padding: 0;
}

.edd-cart-item {
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dotted #CCC;
}

.subtotal {
    color: #1aa0db;
}

.edd-remove-from-cart {
    text-transform: none !important;
    color: #0074a2 !important;
    display: inline !important;
}


#outer-wrap li.cart_item.edd_checkout {
    text-align: right;
}

#outer-wrap li.cart_item.edd_checkout a {
    color: #FFF;
    border-radius: 3px;
    margin-top: 20px;
    font-family: system-ui;
    font-size: 18px;
    display: inline-block;
    padding: 12px 22px;
    text-align: center;
    background-color: #1aa0db;
    text-decoration: none;
}

.small-play-icon {
    margin-left: 200px;
    font-size: 11px;
}

.genre {
    position: relative;
    top: 18px;
    left: 15px;
    font-size: .86em;
}

.play-count {
    position: relative;
    top: 18px;
    color: #FFF;
    font-size: 11px;
    left: 36px;
}

.genre:empty + .play-count {
    left: 15px !important;
}

/* preloader */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #e4e7ea;
    z-index: 10000;
}

#status-preload {
    width: 30px;
    height: 30px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    font-size: 32px;
}

#player-show-cart {

}

#powered-by a {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}

.buy-now {
    -webkit-font-smoothing: antialiased;
    text-decoration: none;
}


.soundcloud-logo {
    background-image: url(https://beatstore.co/wp-content/plugins/beatstore/images/soundcloud_logo_dark_long.png);
    position: absolute;
    right: 25%;
    top: 28px;
    height: 100%;
    background-repeat: no-repeat;
    width: 98px;
    background-size: contain;
}

.edd-cart-item-price {
    float:right;
}

input[type=radio] + .edd_price_option_name , .edd_price_option_sep , .edd_price_option_price, .pricing-options-list li {
    display:inline-block;
    margin:-2px;
    padding: 4px 12px;
    background-color: transparent;
    border-color: #ddd;
    font-size: 15px;
}

.pricing-options-list li {
    display: block;
    width: 100%;
    position: relative;
    margin-top: 8px !important;
    height: auto !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-right: 4px !important;
    padding-left: 0px !important;
    margin-left: 0px !important;
}

.edd_price_options li:hover {
    cursor: pointer;
}

.pricing-options-list label:hover, .edd_price_option_name:hover, .edd_price_option_sep:hover, .edd_price_option_price:hover {
    cursor: pointer;
    /*background-color: #e7e7e7 !important;*/
}

.pricing-options-list label {
    width: 100%;
}



.glowing-selected {
    background-image: none;
    box-shadow: 0 0 21px rgb(102, 193, 219);
    -webkit-box-shadow: 0 0 21px rgb(102, 193, 219);
    -moz-box-shadow: 0 0 21px rgb(102, 193, 219);
    padding: 3px;
}

form {
    display: block;
    text-align: left;
}



@font-face {
    font-family: 'icomoon';
    src:url('skin/fonts/share.eot?df65zj');
    src:url('skin/fonts/share.eot?df65zj#iefix') format('embedded-opentype'),
        url('skin/fonts/share.ttf?df65zj') format('truetype'),
        url('skin/fonts/share.woff?df65zj') format('woff'),
        url('skin/fonts/share.svg?df65zj#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-share:before {
    content: "\e900";
}
.icon-google-plus2:before {
    content: "\ea89";
}
.icon-facebook2:before {
    content: "\ea8d";
}
.icon-instagram:before {
    content: "\ea90";
}
.icon-twitter2:before {
    content: "\ea92";
}
.icon-tumblr2:before {
    content: "\eabc";
}

.icon-share {
    position: absolute;
    right: 90px;
    top: 8px;
    font-size: 14px;
    padding: 10.5px 11px;

}

.icon-share:hover {
    opacity: 0.8;
    cursor: pointer;
}

.icon-facebook2, .icon-twitter2 {
    color:#ddd;
    font-size: 28px;
}

.share-button {
    margin-right: 8px;
    margin-bottom: 8px;
    padding: 15px 28px;
    border: 1px solid #eee;
    border-radius: 5px;
    font-size: 17px !important;
    color: #FFF !important;
}
.share-button:hover {
    color: #ccc !important;
}

.share-button:active, .share-button:visited {
    color: #FFF !important;
}


.share-facebook {
    background: rgba(56, 151, 210, 0.8);
}

.share-twitter {
    background: rgba(87, 158, 181, 0.83);
}
.share-google {
    background: rgba(195, 100, 100, 0.84);
}

.loader {
    height: 100px;
    width: 20%;
    text-align: center;
    padding: 1em;
    margin: 0 auto 1em;
    display: inline-block;
    vertical-align: top;
}

/* svg path,
svg rect{
    fill: #0f77d6;
} */


@media all and (max-width:645px) {
    .jp-mute, .jp-mute: before, .jp-unmute, .jp-unmute:before, .jp-volume-bar, .jp-volume-bar-value, .jp-volume-max, .jp-volume-max:before, a.jp-mute, a.jp-unmute {
        display: none!important;
    }
    #total-plays {
        display: none;
    }
}
@media all and (max-width:540px) {
    #jp_poster_0 {
        height: 60px !important;
    }
    #jquery_jplayer_N {
        height:100px;
    }
    .soundcloud-logo {
        display: none;
    }
    .jp-controls {
        left: 0;
    }
    #producer-title {
        left: 160px;
    }
    #player-show-cart {
        padding: 8px;
        top: 10px;
        right: 10px;
    }
    #cart-contents-player {
        right: -100%;
        width: 100%}
    #powered-by {
        display: none;
    }
    .jp-mute , .jp-volume-bar, .jp-volume-max {
        display: none !important;
    }
}
@media all and (max-width:420px) {
    #producer-title {
        display: none !important;
        font-size: .85em;
        left: 135px;
    }
    .play-count {
        display: none;
    }

    .genre {
        display: none;
    }
}

#wp-admin-bar-wp-logo {
	display: none;
}