﻿.list-loading-wrapper {
    background: rgba(230, 230, 230, 0.37);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.list-loading-wrapper .list-loading {
    background: url(../_images/list-loading.gif) no-repeat center center #fff;
    border-radius: 12px;
    box-shadow: 0 0 35px 1px #ddd;
    position: absolute;
    left: calc(50% - 110px);
    top: 75px;
    text-align: center;
    width: 220px;
    height: 128px;
    opacity: 0.8;
    padding-top: 100px;
}

.mbd-list-default {
    display: block;
    position: relative;
    padding: 5px;
    margin: 0;
}

.mbd-list-default .ld-item {
    background-color: #f2f2f2;
    border: solid 1px #ddd;
    margin-bottom: 25px;
    padding: 0;
    height: 300px;
}

.mbd-list-default .ld-image-weapper {
    width: 100%;
    height: 170px;
    overflow: hidden;
    position: relative;
}

.mbd-list-default .ld-image-weapper img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    min-height: 100%;
    max-height: 150px;
}

.mbd-list-default .ld-title {
    margin: 12px 12px 5px;
    font-size: 20px;
    font-weight: 600;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 1.5;
}

.mbd-list-default .ld-title>a {
    color: #333;
    text-decoration: none;
}

.mbd-list-default .ld-categories {
    padding: 10px;
    font-size: 14px;
}

.mbd-list-default .ld-rate {
    margin: 0 10px;
}



.mbd-list-Category-Music-Pudcast img {
    height: 100% !important;
    object-fit: cover;
}

.h-60 {
    height: 60%;
}

.ld-item .ld-image-weapper {
    height: 10rem;
}

.ld-item:hover .Category-Btn .fittimes-btn {
    background: var(--accent-color2);
    color: var(--colorblack);
}