body{
    font-family: var(--bs-body-font-family) !important;
}
.product-artwork {
    margin-top: -130px;
}
.product-artwork-title {
    margin-top: -110px;
}
.product-artwork .product-artwork-img {
    width: 100%;
    height: 300px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.track-img {
    width: 100%;
    height: 110px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 5px;
}
.audio-player-container {
    position: relative;
    width: 100%;
    background: #fff;
}

.audio-player-container audio {
    border-radius: 50px;
}
.mobile-view {
    display: none;
}
/*.steps-wrap .steps-list {
    text-align: center;
    position: relative;
}
.steps-wrap .steps-list span {
    background-color: #e6e6e6;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: block;
    margin: auto;
    color: #888;
    text-align: center;
    line-height: 48px;
    font-size: 1.6em;
    font-weight: 700;
    z-index: 2;
    position: relative;
}
.steps-wrap .steps-list.active span {
    background-color: #276ae6;
    color: #fff;
}
.steps-wrap .steps-list p {
    color: #424242;
    text-align: center;
    line-height: 1.2em;
    font-size: 1.4em;
    font-weight: bold;
    padding-top: 15px;
}
.steps-wrap .steps-list:after {
    content: "";
    height: 4px;
    background-color: #e6e6e6;
    width: 50%;
    top: 20px;
    position: absolute;
    right: 0;
    z-index: 1;
}
.steps-wrap .steps-list.active:after {
    background-color: #276ae6;
}
.steps-wrap .steps-list:before {
    content: "";
    height: 4px;
    background-color: #e6e6e6;
    width: 50%;
    top: 20px;
    position: absolute;
    left: 0;
    z-index: 1;
}
.steps-wrap .steps-list.active:before {
    background-color: #276ae6;
}
.steps-wrap .steps-list:first-child:before {
    display: none;
}
.steps-wrap .steps-list:last-child:after {
    display: none;
}
.sel-plan .head-wrap {
    background-color: #276ae6;
}
.sel-plan .head-wrap h3 {
    color: #fff;
    text-align: center;
    font-size: 1.5em;
    font-weight: bold;
}
.sel-plan .head-wrap .btn {
    border-radius: 50px;
    color: #276ae6;
    text-align: center;
    line-height: 35px;
    padding: 0 15px;
    display: inline-block;
    font-weight: bold;
}
.sel-plan .price {
    font-size: 2em;
    text-align: center;
    color: #276ae6;
    font-weight: bold;
}
.sel-plan .price span {
    font-size: .6em;
}
.sel-plan hr {
    border-color: #276ae6;
    border-width: 1px;
}
.sel-plan ul {
    margin: 0;
}
.sel-plan ul li {
    color: #666;
    list-style: none;
    padding-bottom: 10px;
}
.sel-plan .note {
    font-size: .9em;
    text-align: left;
    color: #666;
}
.btn-primary {
    border-radius: 10px;
    background-color: #276ae6;
    text-align: center;
    line-height: 50px;
    padding: 0 15px;
    font-weight: bold;
    min-width: 150px;
    color: #fff;

}*/
@media (max-width: 768px) {
    .show-wrap-main {
        padding-top: 2rem;
    }
    .product-artwork {
        margin-top: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .product-artwork-title {
        margin-top: 0;
    }
    .destop-view {
        display: none;
    }
    .mobile-view {
        display: block;
    }
}

.list-ul ul
{
    line-height: 1.625;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    list-style-type: disc;
    /*list-style-position: inside;*/
    margin-left: 1rem;
    
}

.loadingScreen
{
    z-index: 999999 !important;
    height: 30px;
    background: url("../images/loading.gif") no-repeat;
    position: fixed;
    top: 50%;
    left: 50%;
    display: block;
    width: 30px;
}
.cover
{
    z-index: 99999 !important;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    height: 100%;
}

.plans-span_selector ul li {
    margin-bottom: 1rem;
    line-height: 1.5;
}

.step-action[disabled=disabled] {
    opacity: .5;
    cursor: not-allowed;
}


.stepper.main_step_ul.free_plan:not(.stepper-vertical) .stepper-step:nth-child(3) .stepper-head:after,
.main_step_ul.free_plan li:last-child
{
    display: none !important;
}