/*.music-content .select-filter .left {
    width: 100%;
}*/

.pagination li:nth-child(3), .pagination li:nth-child(4), .pagination li:nth-child(5) {
    display: inline-block;
}

ul.pagination li.e {
    background-color: #fff;
    color: #7483a0;
}

@media (max-width: 767px) {

    ul.pagination .m {
        display: none!important;
    }

}

.text-center {
    text-align: center;
}

.help-block {
    text-align: center;
    padding: 5px 0;
    color: #ff5353;
}
/*Loading*/

.loading-content {
    text-align: center;
    margin: 25px;
    color: #00b5f1;
    font-size: 25px;
}

.loading-content a {
    color: #E11577;
}

.btn-buy-for-points {
    margin-top: 5px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid #00B5F1;
    color: #00B5F1;
    cursor: pointer;
}

@keyframes blink {
    0% {
        opacity: .2;
    }

    20% {
        opacity: 1;
    }

    100% {
        opacity: .2;
    }
}

.loading-content span {
    animation-name: blink;
    animation-duration: 1.4s;
    animation-iteration-count: infinite;
    animation-fill-mode: both;
}

.loading-content span:nth-child(2) {
    animation-delay: .2s;
}

.loading-content span:nth-child(3) {
    animation-delay: .4s;
}
/*End Loading*/

@media (max-width: 700px) {

    .player-screen img {
        width: 100%;
        height: auto;
        position: relative;
    }

}

.item-music .the-style a, .add-plugin .style a  {
    font-size: 13px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.39px;
    text-align: left;
    color: #00b5f1;
}

@media (max-width: 575px) {
    .menu-responsive .mob-menu li.search-wrap {
        padding-right: 30px;
    }
}

.menu-responsive .form-search .clear-search {
    right: 45px!important;
}

.form-search.is-search button {
    opacity: 1!important;
    visibility: visible!important;
}

.music-content form.is-search .clear-search {
    opacity: 1;
    visibility: visible;
    margin-right: 45px;
}

.tech-specification .top-wrap a {
    cursor: default;
}

.add-plugin .content-width {
    align-items: stretch;
}


/*New Volume Slider */
.top-line .content-width .volume-wrap .audioplayer .controls-volume.controls-volume-vertical .volume-holder .volume_static {
    width: 7px;
}

.ui-slider {
    background-color: #E8EAED;
    width: 6px;
}

.ui-slider > * {
    -webkit-transition: none;
    transition: none;
}

.ui-state-default, .ui-widget-content .ui-state-default {
    border: none;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#00b5f1), to(#534de8));
    background-image: linear-gradient(to bottom, #00b5f1, #534de8);
    -moz-user-select:none;
    width: 14px;
    height: 14px;
    outline: none!important;
}

.ui-widget.ui-widget-content {
    border: none!important;
}

.ui-slider-vertical .ui-slider-range {
    width: 6px!important;
}

.ui-slider-handle:focus {
    outline: none!important;
}

.ui-slider-handle::before {
    position: absolute;
    width: 22px;
    height: 22px;
    top: -4px;
    left: -4px;
    border-radius: 100%;
    background: #00B5F1;
    content: '';
    z-index: 1;
    opacity: 0.3;
}

.ui-slider-range {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#2db6ee), to(#2176fd));
    background-image: linear-gradient(to bottom, #2db6ee, #2176fd);
}
/*End New Volume Slider */


.plugin-view figure {
    max-height: 265px;
    overflow-y: hidden;
}

.loading-svg {
    display: none!important;
}

li.empty {
    background: none;
}

.hide {
    display: none!important;
}

.shopping-cart .product-wrap .item .text-wrap p.style a
{
    font-size: inherit;
    font-weight: inherit;
    color: inherit;
}

.r-points {
    display: inline-block!important;
}

.r-points i {
    color: #00b5f1;
}

.audio-play p {
    color: #00b5f1!important;
}

.audio-play p i {
    color: #7483a0 !important;
}

.hide {
    display: none;
}

.btn-loading i {
    animation: loading 500ms linear infinite;
    -webkit-animation: loading 500ms linear infinite;
    -moz-animation: loading 500ms linear infinite;
}

@keyframes loading {
    100% {
        transform: rotate(360deg);
    }
}

.top-line .user-wrap {
    margin-left: 33px;
}

.no-login span {
    white-space: nowrap;
}


.plugin-view .content-width .text-wrap .bottom {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.plugin-view .content-width .text-wrap .bottom .cost p.old-price {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: 0.42px;
    text-align: left;
    color: #7483a0;
    margin: 0 30px 0 25px;
    display: inline-block;
}


.plugin-view .content-width .text-wrap .bottom .cost {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.plugin-view .content-width .text-wrap .bottom .info {
    width: 290px;
    margin-left: 30px;
}
@media (max-width: 575px) {
    .plugin-view .content-width .text-wrap .bottom .cost p.old-price {
        font-size: 10px !important;
    }
}

.is-plugin .playbtn,
.is-plugin .scrubbar {
    display: none!important;
}

@media (max-width: 575px) {
    header .volume-wrap {
        display: none;
    }
}

.input-website {
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    height: 0;
    width: 0;
    z-index: -1;
}
