
.shop-widget-title span{
    float: right;
}

.shop-category-list div.name,.shop-checkbox-list .name{
    float: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 80%;
}
.shop-checkbox-list .form-check-label span.name{
    float: left;
}


.product-price-range-box{
    margin-bottom: 12px;
}

.product-price-range.ui-widget-content {
    border: none;
    background: var(--border-info-color);
    height: 5px;
    border-radius: 3px;
}

.product-price-range .ui-state-default,
.product-price-range .ui-widget-content .ui-state-default {
    top: -7px;
    width: 18px;
    height: 18px;
    border: none;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 0px;
    background: var(--theme-color);
    z-index: 1;
}

.product-price-range .ui-state-focus {
    outline: none;
}

.product-price-range .ui-widget-header {
    background: var(--theme-color);
    border-radius: 0 !important;
}

.product-price-range-input input {
    border: none;
    margin-bottom: 20px;
    color: var(--theme-color);
    background: transparent;
    font-weight: 700;
    outline: none;
}
.sold-out-text{
    background-color: #fee2e2;
    color: #ef4444;
    font-size: 12px;
    font-weight: bold;
    padding: 6px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid #fca5a5;
}
.select-options-text{
    background-color: var(--theme-color);
    color: white;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    padding: 5px 12px 6px 12px;
    border-radius: 50px;
    text-transform: uppercase;
    letter-spacing: 1px;
    border: 1px solid var(--theme-color);
    max-height: 32px;
}
.select-options-text:hover{
    color: white;
}
@media (max-width: 575px) {
    .product-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }

    .product-bottom .select-options-text {
        display: inline-block;
        padding-top: 4px;
        margin-right: auto;
        margin-left: auto;
    }
    .product-bottom div:has(.sold-out-text) {
        margin-right: auto;
        margin-left: auto;
    }
    .product-bottom .product-cart-btn {
        margin-right: auto;
        margin-left: auto;
    }
}.merchant-card-enhanced {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    min-height: 260px;
    background-color: #f8f9fa;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    border: 1px solid rgba(0,0,0,0.03);
    width: 100%;
}
.merchant-card-overlay {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    padding: 30px;
    height: 100%;
    min-height: 260px;
    gap: 20px;
}

.merchant-left-wrapper {
    display: flex;
    align-items: center;
    flex: 1;
    max-width: 65%;
}

.merchant-logo-circle {
    width: 130px;
    height: 130px;
    background: #fff;
    border-radius: 50%;
    padding: 6px;
    position: relative;
    z-index: 2;
    box-shadow: 0 4px 15px rgba(0,0,0,0.08);
    margin-right: -40px;
    flex-shrink: 0;
}

.merchant-logo-circle img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: contain;
}

.merchant-info-box {
    background: #fff;
    border-radius: 20px;
    padding: 15px 30px 15px 60px;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    width: 100%;
}

.preferred-tag {
    color: #5bb264;
    font-size: 11px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 5px;
    text-transform: uppercase;
}

.merchant-info-box .merchant-title {
    font-size: 24px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 5px 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

.merchant-info-box .verified-badge i {
    color: #4CAF50;
    font-size: 16px;
}

.merchant-sub-meta {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.rating-score {
    color: #f39c12;
    font-weight: 600;
}

.merchant-sub-meta .separator {
    color: #ccc;
    font-size: 14px;
    margin: 0 4px;
}

.merchant-description {
    font-size: 13px;
    color: #666;
    margin-bottom: 10px;
    line-height: 1.6;
}

.merchant-actions {
    display: flex;
    align-items: center;
    gap: 12px;
}

.btn-design-view-shop {
    background: var(--theme-color);
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

.btn-design-view-shop:hover { background: color-mix(in srgb, var(--theme-color) 70%, white 30%); }

.btn-design-follow {
    background: #fff;
    color: var(--theme-color2) !important;
    padding: 9px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    border: 1px solid var(--theme-color2);
    transition: 0.2s;
}

.btn-design-follow:hover { background:color-mix(in srgb, var(--theme-color2) 70%, white 30%) ;color:color-mix(in srgb, var(--theme-color2) 10%, white 90%)!important; }

.btn-design-chat {
    color: var(--theme-color2);
    font-size: 20px;
    background: none;
    border: none;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.2s;
    margin-left: 5px;
}

.btn-design-chat:hover { color: var(--theme-color2); }


.btn-design-chat-2 {
    background: var(--theme-color);
    color: #fff !important;
    padding: 10px 24px;
    border-radius: 8px;
    font-weight: 600;
    font-size: 14px;
    text-decoration: none;
    transition: 0.2s;
}

.btn-design-chat-2:hover { background: color-mix(in srgb, var(--theme-color) 70%, white 30%); }

.merchant-stats-bubble {
    background: #fff;
    border-radius: 15px;
    display: flex;
    align-items: center;
    padding: 15px 30px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    flex-shrink: 0;
}

.merchant-stats-bubble .divider {
    width: 1px;
    height: 40px;
    background: #eee;
    margin: 0 25px;
}

.merchant-stats-bubble .data-point {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.merchant-stats-bubble .data-value {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: #4CAF50;
}

.merchant-stats-bubble .data-label {
    font-size: 12px;
    color: #666;
    font-weight: 500;
    line-height: 1.2;
    margin-top: 6px;
}

.merchant-stats-bubble .data-point.reversed { flex-direction: column; }
.merchant-stats-bubble .data-point.reversed .data-label { margin-top: 0; margin-bottom: 4px; color: #333; }
.merchant-stats-bubble .data-point.reversed .data-value { font-size: 14px; }


@media (max-width: 1024px) {
    .merchant-card-overlay {
        flex-direction: column;
        align-items: flex-start;
        padding: 30px 20px;
    }
    .merchant-left-wrapper {
        max-width: 100%;
        width: 100%;
    }
    .merchant-stats-bubble {
        width: 100%;
        justify-content: space-between;
    }
    .merchant-stats-bubble .divider {
        margin: 0 15px;
    }
}

@media (max-width: 768px) {
    .merchant-card-overlay {
        padding: 20px;
    }
    .merchant-left-wrapper {
        flex-direction: column;
        align-items: center;
    }
    .merchant-logo-circle {
        margin-right: 0;
        margin-bottom: -35px;
        width: 100px;
        height: 100px;
    }
    .merchant-info-box {
        padding: 45px 20px 20px 20px;
        text-align: center;
    }

    .preferred-tag,
    .merchant-info-box .merchant-title,
    .merchant-sub-meta,
    .merchant-actions {
        justify-content: center;
        flex-wrap: wrap;
    }

    .merchant-stats-bubble {
        padding: 15px;
    }
}

#contact-section{
    border: 1px solid var(--border-info-color);
    background: transparent;
    background: var(--color-white);
    padding: 25px;
    margin-bottom: 25px;
    border-radius: 10px;
}
#contact-section #submit-contact-btn{
    position: relative;
    border: none;
    background: var(--theme-color);
    color: var(--color-white);
    border-radius: 10px;
    text-align: center;
    font-size: 13pt;
}