﻿.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 {
    position: relative;
    padding: 1rem;
    margin: 0;
    gap: 1rem;
     column-count: 2;
    column-gap: 20px;
}

.mbd-list-default .ld-item{
    margin-bottom: 1rem;
    break-inside: avoid;
    margin-bottom: 1.7rem;
}
.mbd-list-default .image-weapper {
    margin-bottom: 1rem;
}

.mbd-list-default .image-weapper img {
    width: 100%;
    min-height: 100%;
    border-radius: var(--radius-12);
}

.mbd-list-default .ld-title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.mbd-list-default .ld-title>a {
    color: var(--text-light-4);
    text-decoration: none;
}


.mbd-load-more-wrapper {
    border-radius: 3.5rem;
    background-color: rgb(217, 217, 217, 20%);
    width: 100%;
    text-align: center;
}
.mbd-load-more-wrapper button{
    background: none !important;
    border: none !important;
    color: var(--text-light-4) !important;
}
.load-more{
    position: relative;
    width: 12rem;
    margin: auto;
}