

/*.store-wrapper {
    position: relative;
    width: 640px;
    margin: 0 auto;
}*/

.store-info {
    position: relative;
    display: flex;
    align-items: center;
    height: 80px;
}

.store-avatar {
    width: 60px;
    height: 60px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.store-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 50%;
    margin-left: 15px;
}

.store-details {
    position: absolute;
    top: 0;
    left: 12%;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 76%;
}

.store-name {
    margin: 0;
    text-align: center;
}

.custom-reviews .star {
    margin-top: 4px;
}

#dokan-store-listing-filter-form-wrap, .dokan-store-listing-filter-wrap {
    box-shadow: none !important;
}

div.store-wrapper {
    box-shadow: 0 4px 6px rgba(var(--wp--preset--color--background-tertiary-rgb), 0.1) !important;
}

#dokan-store-listing-filter-wrap .right .item .dokan-icons {
    position: relative !important;
    cursor: pointer !important;
    margin-right: 10px !important;
    padding: 0 !important;
    transform: none !important;
}

.custom-icons {
    margin-top: 3px !important;
    margin-right: 10px !important;
}

#dokan-store-listing-filter-wrap .right .item button.custom-button {
    position: relative !important;
    display: flex !important;
    flex-direction: row !important;
    margin-right: 25px !important;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.dokan-seller-list {
    display: grid;
    flex-wrap: wrap;
    gap: 10px;
    flex-direction: row;
}

.dokan-single-seller {
    flex: 1 1 calc(33.333% - 10px);
    box-sizing: border-box;
    min-width: 250px;
}

.dokan-single-seller img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .dokan-single-seller {
        flex: 1 1 calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .dokan-single-seller {
        flex: 1 1 100%;
    }
}

.dokan-single-seller .store-banner img {
    aspect-ratio: 1900 / 900;
    width: 100%;
    height: auto;
    object-fit: contain;
}

#dokan-store-listing-filter-wrap {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 1px 1px 20px 0px #E9E9E9;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#dokan-store-listing-filter-wrap .right {
    justify-content: space-between;
    gap: 25px;
}
