/* Main Container Styling */
.custom-shop-page-container{
    padding-left: 5%;
    padding-right: 5%;
}


/* Pagination Styling */
/* Sorting and Pagination Styling */
.woocommerce-sorting {
    margin-bottom: 20px;
    display: flex;
    justify-content: flex-end;
}

.woocommerce-pagination {
    text-align: center;
    margin: 20px 0;
    display: block !important;
    visibility: visible !important;
}

.woocommerce-pagination ul.page-numbers {
    display: inline-block;
    padding-left: 0;
    list-style: none;
}

.woocommerce-pagination ul.page-numbers li {
    display: inline;
}

.woocommerce-pagination ul.page-numbers li a,
.woocommerce-pagination ul.page-numbers li span {
    padding: 8px 12px;
    margin: 0 3px;
    color: #0071a1;
    border: 1px solid #ddd;
    border-radius: 4px;
    text-decoration: none;
}

.woocommerce-pagination ul.page-numbers li a:hover,
.woocommerce-pagination ul.page-numbers li span.current {
    background-color: #0071a1;
    color: white;
    border-color: #0071a1;
}


/* Price Slider Styling */
/* Price Filter Styling */
.price-filter {
    margin-bottom: 50px;
}

#amount {
    font-size: 16px;
    color: #0071a1;
    margin-top: 10px;
    display: block;
}

.ui-slider-horizontal {
    height: 8px;
    background-color: #ddd;
    border-radius: 4px;
    margin-top: 15px;
}

.ui-slider-handle {
    background-color: #0071a1;
    border: 2px solid #005a85;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    cursor: pointer;
}

.ui-slider-range {
    background-color: #0071a1;
}


/* General Sidebar Styling */
.shop-sidebar {
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
}

/* Sidebar Title Styling */
.shop-sidebar h3 {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    border-bottom: 2px solid #ddd;
    padding-bottom: 8px;
}

/* Search Form Styling */
.woocommerce-product-search {
    display: flex;
    margin-bottom: 20px;
}

.woocommerce-product-search .search-field {
    width: 100%;
    padding: 8px;
    font-size: 14px;
    border: 1px solid #ddd;
    border-radius: 4px 0 0 4px;
}

.woocommerce-product-search button {
    padding: 8px 15px;
    background-color: #0071a1;
    color: #fff;
    border: none;
    border-radius: 0 4px 4px 0;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.woocommerce-product-search button:hover {
    background-color: #005a85;
}

/* Categories List Styling */
.shop-sidebar ul {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.shop-sidebar ul li {
    margin-bottom: 10px;
}

.shop-sidebar ul li a {
    font-size: 14px;
    color: #0071a1;
    text-decoration: none;
    transition: color 0.3s ease;
}

.shop-sidebar ul li a:hover {
    color: #005a85;
}

/* Widget Styling */
.widget {
    margin-bottom: 30px;
}

.widget-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

/* Loading Styling */
.loading {
    font-size: 18px;
    color: #0071a1;
    text-align: center;
    padding: 20px;
}

/* Custom Sort Styling */
.custom-sorting select {
    background-color: #ffffff; /* Match the white background of the search field */
    border: 2px solid #0E4082; /* Match the border color of the search button */
    padding: 10px; /* Padding to make it look consistent with input fields */
    font-size: 14px; /* Set font size to match the other elements */
    border-radius: 5px; /* Add a slight rounded corner to match the button */
    color: #333; /* Font color to match the text */
    width: auto; /* Adjust the width as necessary */
    cursor: pointer;
}

.custom-sorting select:focus {
    outline: none;
    border-color: #0E4082; /* Darken the border color on focus to match interactive elements */
}

.custom-sorting select option {
    padding: 10px; /* Adds padding inside each option to make it readable */
}

/* Price Filter Styling */
#slider-range {
    margin-bottom: 20px;
}

#filter-price {
    background-color: #0E4082;
    color: white;
    padding: 10px 15px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

#filter-price:hover {
    background-color: #0E4082;
}
.shop-banner{
    color: #fff;
    padding-top: 5%;
    padding-bottom: 5%;
    background-image: url('/wp-content/uploads/2024/10/default-cat-bg.jpg');
}