
.categories_nav .top_level_cat {
    border-bottom: 0.1rem solid #eaeaea;
    padding: 1.3rem 2rem;
    font-size: 1.6rem;
    line-height: 1.5;
    color: black;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 400;
    position: relative;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}
.categories_nav .subcat_list
{
    border-bottom: 0.1rem solid #eaeaea;
    display: none;
}

.categories_nav .top_level_cat:hover {
    background-color: #eaeaea;
    color: #494949;
}

.categories_nav .top_level_cat.active {
    font-weight: 700;
    background-color: var(--dark_blue);
    color: white;
}

.categories_nav .top_level_cat::after {
    content: '\f054';
    font-family: 'Font Awesome 5 Pro';
    font-weight: 500;
    -webkit-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    color: black;
}

.categories_nav .top_level_cat:hover::after,
.categories_nav .top_level_cat.active::after {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.categories_nav .top_level_cat.active::after {
    color: white;
}
.categories_nav .top_level_cat.expanded::after  {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
/* .categories_nav .top_level_cat.expanded:hover::after
{
    color: white;
} */
.categories_nav .top_level_cat.expanded.active::after
{
    color: white;
}
.categories_nav .top_level_cat.expanded::after,
.categories_nav div.top_level_cat:hover::after,
.categories_nav div.top_level_cat.active::after {
    margin-top: -10px;
}
.categories_nav .sub_level_cat
{
    display: block;
    padding: 1.3rem 2rem;
    padding-left: 3rem;
    display: flex;
}
.categories_nav .sub_level_cat > i
{
    margin-top: auto;
    margin-bottom: auto;
    font-size: 12px;
    align-self: center;
}

.categories_nav .sub_level_cat > span
{
    padding-left: 10px;
}

.categories_nav .sub_level_cat.active
{
    color: white;
    background-color: var(--dark_blue);
}
.top_level_cat.active + ul
{
    display: block;
}
.main_cat_img
{
    border: 1rem solid #f0f0f0;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 220px;
}
.main_cat_img img
{
    width: auto;
    height: 180px;
}

.main_cat_img:hover img
{
    transform: scale(1.12);
}
.main_cat_img_content
{
    padding: 1rem 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2rem;
    border-top: 0.2rem solid var(--dark_blue);
}
.main_cat_img_content h3 
{
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.5;
    color: var(--dark_blue);
}
.main_cat_img:hover img
{
    transform: scale(1.12);
}
.bw_cat_img {
  text-align: center;
  overflow: hidden;
  height: 17.5rem;
  width: 18.5rem;
  margin: auto;
  position: relative;
}

.category_item_card
{
    border: 0.1rem solid #eaeaea;
    height: 100%;
    padding-top: 2.2rem;
    text-align: center;
}
.category_item_img
{
    text-align: center;
    overflow: hidden;
    height: 17.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
}
.category_item_card img {
    max-height: 180px;
}
.category_item_img:hover img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
.category_item_card h3 {
    font-size: 1.6rem;
    line-height: 1;
    padding: 3rem 1rem 0.5rem 1rem;
    color: black;
    margin-bottom: 0;
}

.category_item_card .product-count {
    font-size: 1.2rem;
    color: #666;
    padding: 0 1rem 1.5rem 1rem;
    margin: 0;
}
.bakeware_sidebar_top
{
    background-color: #787a86;
}
.bakeware_sidebar_top h3
{
    color: white;
}
.page-link {
    color: var(--dark_blue);
    padding: 1rem 1.5rem;
}
.page-item.active .page-link {
    background-color: var(--dark_blue);
    border-color: var(--dark_blue);
  }
  .page-link:hover {
    color: var(--dark_blue);
  }
  .filter_list
  {
    max-height: 350px;
    overflow-y: auto;
    border-bottom: 0.1rem solid #eaeaea;
  }

  /* Webkit scrollbar styles */
  .filter_list::-webkit-scrollbar {
    width: 10px;
  }

  .filter_list::-webkit-scrollbar-track {
    background: transparent;
  }

  .filter_list::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 2px;
  }

  /* Firefox scrollbar styles */
  .filter_list {
    scrollbar-width: thin;
    scrollbar-color: rgba(0, 0, 0, 0.2) transparent;
  }
  .filter_list li {
    padding: 7px 15px;
  }
  .filter_list span {
    padding-left: 5px;
  }
  .bakeware_sidebar_top h3 {
    display: inline-block;
  }

  .apply_filters {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-column-gap: 1rem;
    -moz-column-gap: 1rem;
    column-gap: 1rem;
    font-size: 1.5rem;
    color: #fff;
    border: 0.2rem solid var(--dark_blue);
    border-radius: 0.5rem;
    font-weight: 400;
    padding: 0.5rem 1rem;
    background-color: var(--dark_blue);

  }

  .apply_filters:hover {
    border: 0.2rem solid #fff;
  }
.search_filter_title_wrap
{
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 3px;
}
.search_filter_title_wrap h3{
    padding-top: 5px;
    color: var(--dark_blue);
}
.filter_list li {
    cursor: pointer;
}

.filter_list li:hover,
.cat_filter.selected,
.brand_filter.selected {
    background-color: var(--dark_blue);
    color: white;
    border-radius: 3px;
}

  .inner_banner_img img
  {
    height: 100%;
    width: auto;
    min-width: 40vw;
    object-fit: cover;
  }
.sorting_wrap
{
    padding-top: 0px !important;
}
#product_order
{
    max-width: 150px;
    float: right;
}

.inner_banner .container {
    z-index: 100;
}
@media (max-width: 992px) {
    .inner_banner {
        height: 200px !important;
    }
    .inner_banner h2 {
        font-size: 3rem;
    }
    .inner_banner_text {
        padding: 2rem 0;
    }
    .inner_banner_img img {
        width: 100% !important;
        height: 200px !important;
    }
    .main_cat_img img {
        width: auto;
        height: 140px;
    }
    .main_cat_img {
        height: 160px;
        border: 0.7rem solid #f0f0f0;
    }
    .main_cat_img img {
        max-height: 148px;
        max-width: 100%;
        height: auto;
        width: auto;
    }
    .main_cat_img_content {
        text-align: center;
    }
    .categories_nav .top_level_cat {
        /* display: none; */
    }
    .categories_nav .top_level_cat .active {
        /* display: flex; */
    }
    .inner_banner p,
    .inner_banner h2 {
        color: #fff;
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
    }
}
