#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-data h2 a {
    color: white !important;
    /* padding-top: 4px; */
    /* width: 100%; */
}


.woocommerce .quantity #uwa_bid_value.qty {

    min-width: 200px !important;
}

.store-data {
    margin-left: -20px;
    margin-right: 20px;
    background: #14a2b8 !important;
    margin-top: -25px;
    padding: 3px;
}

#wcfmmp-stores-wrap ul.wcfmmp-store-wrap li .store-content .store-info {
    opacity: 1 !important;
    height: 250px !important;
}

/* .woocommerce-MyAccount-navigation-link--followings {
    display: vo !important;
} */

/* The Modal (background) */
.modal {
    display: none;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1000;
    /* Sit on top */
    padding-top: 100px;
    /* Location of the box */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgb(0, 0, 0);
    /* Fallback color */
    background-color: rgba(0, 0, 0, 0.9);
    /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    z-index: 1001;
    /* Ensure the image is above the modal background */
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 1001;
    /* Ensure the close button is above the modal background */
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
    z-index: 1001;
    /* Ensure the caption is above the modal background */
}

/* Add Animation */
.modal-content,
#caption {
    animation-name: zoom;
    animation-duration: 0.6s;
}

@keyframes zoom {
    from {
        transform: scale(0)
    }

    to {
        transform: scale(1)
    }
}

.product-views-and-hot-icon {
    display: flex;
    align-items: center;
}

.sold-text {
    color: red;
}

.product-views-and-hot-icon {
    font-size: 14px;
    color: red;
    margin-right: 5px;
    /* Adjust spacing as needed */
}

.views-count {
    margin-left: 5px;
    font-size: 14px;
    color: #666;
    /* Adjust the space as needed */
}

/* Hide the specific label or text on the shop page */
.woocommerce-result-count {
    display: none;
}