.madditional-filter .mcheckbox {
    width: 30px;
    min-width: 30px;
    height: 30px;
    margin: 0;
}

.filter-part {
    padding-right: 30px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.filter-part .filter-title {
    font-size: 24px;
    margin-bottom: 20px;
    font-weight: 700;
    line-height: 36px;
    color: var(--black);
}

.filter-part .filter-sub-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0;
    line-height: 27px;
    color: var(--black);
}

.filter-part .filter-state {
    display: flex;
    justify-content: center;
    align-items: center;
    width: -moz-fit-content;
    width: fit-content;
    background-color: rgba(66, 96, 203, 0.1);
    border-radius: 40px;
    padding: 5px 15px;
}

.filter-part .filter-state p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 0;
    color: var(--blue);
}

.filter-part .filter-state .cancel-state-btn,
.filter-part .filter-state .cancel-number-btn {
    padding: 0 0 0 8px;
    border: 0 !important;
    height: 38px;
}

.filter-part .search-by-select {
    border-top: 1px solid #dddddd;
    padding: 25px 5px 0 0;
    margin-top: 25px;
}

.filter-part .select-number {
    display: flex;
    align-items: center;
    gap: 20px;
}

.filter-part .select-number p {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 0;
}

.filter-part .select-name {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: var(--black);
    margin-bottom: 0;
    max-width: 161px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.filter-part .select-options {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.filter-part .show-more {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: var(--blue);
    margin-bottom: 0;
    text-decoration: none;
}

.marketplace-cards .mcard:hover {
    box-shadow: 0rem .875rem 5.25rem 0rem #00000026;
}

.loader img {
    width: 100px;
}

.loader {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.8);
    z-index: 1023;
    display: grid;
    align-items: center;
    justify-content: center;
}

.loader img {
    filter: invert(60%) sepia(78%) saturate(864%) hue-rotate(197deg) brightness(85%) contrast(89%);
}