.center_list_box {
    min-height: 400px !important;
    max-height: 400px;
}


.flex-container {
    overflow: hidden;
    display: flex;
    margin: 1em;
}

.flex-container img {
    max-width: 90%;
    height: auto;
}

.item {
    width: 25%;
    text-align: center;
}

.auto {
    flex: auto;
}

.center_list_box_img {
    text-align: center;
}

.list_box_header {
    display: flex;
    justify-content: space-between;
    background-color: #a99b7f;
    color: #fff;
    padding: 10px;
    margin: 20px 0;
}

.list_box_header .name {
    font-size: medium;
    font-weight: bold;
}

/* for artist page */
.listing-title {

    padding-bottom: 8px;
    border-bottom: 0px;
    margin: 0px !important;
    padding-top: 24px;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
}


.center_list_box {
    min-height: 410px;
    max-height: 410px;
    height: 410px;
    padding-left: 5px;
    padding-right: 5px;
}

ul.product_list.row.list {
    margin-left: -5px !important;
    margin-right: -5px !important;
}


.flex-container {
    overflow: hidden;
    display: flex;
    margin: 1em;
}

.flex-container img {
    max-width: 90%;
    height: auto;
}

.item {
    width: 25%;
    text-align: center;
}

.list-icons .item:has(img) {
    cursor: pointer;
}

.list-icons .item img {
    transition: filter 0.2s;
}

.list-icons .item:first-child img {
    transform: scale(1.3);
}

.list-icons .item:hover img {
    filter: brightness(1.4);
}

.auto {
    flex: auto;
}

.center_list_box_img {
    text-align: center;
    border: none;
}

.center_list_box_inner {
    background-color: #f8f6f4;
    border-radius: 8px;
    height: 100%;
    padding: 15px;
    display: flex;
    flex-direction: column;
}

.listing_price {
    font-weight: normal;
    margin-top: auto;
}

.listing_comoser {
    margin-bottom: 18px;
}

.artist-profile .artist-image img {
    width: 100%;
    height: auto;
}

.artist-profile .artist-description {
    padding-left: 20px;
    padding-top: 8px;
}

@media only screen and (max-width: 991px) {
.artist-profile .artist-description {
    padding-top: 26px;
}
}

.more a {
    color:#3F5875;
    font-weight: 600;
}