﻿/* Layout adjustments */
.page-wrapper {
    margin-top: 20px;
    padding: 10px;
}

/* Panel styles */
.panel {
    border-radius: 10px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    border: none;
}

.panel-heading {
    background-color: #f5f5f5;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    font-size: 16px;
    line-height: 40px;
    padding: 5px 15px;
    border-radius: 10px 10px 0 0;
}

.sidebar-header .bdred {
    color: #d9534f;
    font-size: 15px;
}

/* Sidebar options */
.panel-body label {
    font-weight: 500;
}

#priceRange {
    margin-top: 10px;
    background-color: #e9ecef;
    height: 8px;
    border-radius: 4px;
}

/* Groups list */
.groups-list {
    max-height: 200px;
    overflow-y: auto;
    padding: 10px 5px;
}

/* Input styles */
#searchTerm {
    border-radius: 5px 0 0 5px;
}

#btnSearchProdcut {
    border-radius: 0 5px 5px 0;
}

/* Checkbox section */
.checkbox label {
    font-size: 14px;
}

/* Sorting panel */
#sortFilters label {
    margin-left: 10px;
}

#sortFilters select {
    margin-left: 10px;
    width: auto;
    display: inline-block;
}

/* Result list */
.products-list {
    margin-top: 15px;
}

/* Progress loading */
#progress img {
    width: 50px;
    height: 50px;
    margin: 20px 0;
}

/* Responsive */
@media (max-width: 768px) {
    #sortFilters label,
    #sortFilters select {
        display: block;
        width: 100%;
        margin-bottom: 10px;
    }

    .bottom20 {
        margin-bottom: 20px;
    }
}
