.shop_banner {
    background: url(https://innovnational.com/reinette/wp-content/uploads/2024/04/about-us-main-featured.jpg) no-repeat center center / cover;
    /* padding: 250px 40px; */
    min-height: 600px;
    display: flex;
    align-items: center;
}

.shop_banner .content {
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
}

.shop_banner p.mb-2 {
    font-size: 20px;
    font-weight: 400;
}


.form-check .form-check-input {
    margin-left: unset;
}

/* filters */
.sidebar_filter {
    border: 1px solid rgba(65, 63, 57, 0.50);
    padding: 50px;
}

.sidebar_filter .form-check {
    padding: 0;
    margin-bottom: 22px;
    border-bottom: 1px solid rgba(65, 63, 57, 0.50);
    display: flex;
    padding-bottom: 7px;
    align-items: center;
}

/* Hide the default radio button */
.sidebar_filter .form-check-input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Create custom checkbox style */
.sidebar_filter .form-check-input[type="radio"]+.form-check-label::before {
    content: '\f0c8';
    display: inline-block;
    font-family: 'Font Awesome 6 Free';
    font-size: 20px;
    width: 30px;
    color: var(--textColor);
    vertical-align: middle;
}

/* Adjust the appearance of the custom checkbox for the checked state */
.sidebar_filter .form-check-input[type="radio"]:checked+.form-check-label::before {
    content: '\f14a';
    color: var(--textColor);
}

/* Optional: Style the label to make it look clickable */
.sidebar_filter .form-check-label {
    cursor: pointer;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    color: var(--textColor);
    font-weight: 300;
    margin-left: 10px;
}

.sidebar_filter h4 {
    margin-bottom: 40px;
}

.sidebar_filter .form-check-input {
    max-width: 20px;
    width: 100%;
    height: 20px;
    border: 1px solid var(--textColor);
    border-radius: 0px !important;
}

/* filters */
section.product_main .heading-filters {
    justify-content: space-between;
    margin-bottom: 60px;
}

section.products_main .heading-filters span.countsCategories {
    font-weight: bold;
}

section.product_main p.woocommerce-result-count {
    display: none;
}

section.product_main #categoryfilter,
section.product_main #price-filter,
section.product_main #highlight_filter {
    margin-left: 0;
}

section.product_main #categoryfilter {
    margin-bottom: 50px;
}

section.product_main #highlight_filter {
    margin-bottom: 50px;
}

section.product_main #overlay {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
    left: 0;
}

section.product_main .cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

section.product_main .spinner {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px #2e93e6 solid;
    border-radius: 50%;
    animation: sp-anime 0.8s infinite linear;
}

section.product_main ul.products::after {
    content: unset;
}

/* section.product_main .product_column {
        padding: 0;
    } */

.products_div .card {
    border: 1.5px solid rgba(65, 63, 57, 0.06);
}

section.product_main .product_list form.woocommerce-ordering {
    display: none;
}

section.product_main .heading-filters form.woocommerce-ordering {
    margin: 0;
}

/* section.product_main .sidebar {
        padding-top: 10px;
    } */

section.product_main .product_list {
    row-gap: 24px;
}

section.product_main .sortby_ select {
    border: 1px solid #413F39;
    background: #FFF;
    width: 265px;
    padding: 10px 20px;
}

section.product_main .sortby_ select option {
    padding: 10px 20px;
}

.form-check {
    display: flex;
    gap: 10px;
    align-items: center;
    padding-left: 10px;
}

form#filters-form label {
    color: #413F39;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
    /* 25.6px */
}

.form-check .form-check-input {
    position: relative;
    border: 1px solid #000;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: none;
    cursor: pointer;
    background-color: #fff;
    /* Set the background color to white */
    box-shadow: none;
    margin: 0;
}

.form-check .form-check-input:checked {
    background-color: #fff;
    /* Keep the background color white when checked */
}

.form-check .form-check-input:checked::after {
    content: '';
    position: absolute;
    top: 1px;
    left: 4px;
    width: 6px;
    height: 10px;
    border: solid #000;
    /* Change the checkmark color to black */
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.product_main .row {
    row-gap: 24px;
}

.product_main .row::before {
    content: unset !important;
}

.menu_category {
    background: #413F39;
    padding: 10px 20px;
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
}


.tt-select {
    position: relative;
    height: auto;
    padding: 0px;
    text-align: left;
}

.tt-select select {
    display: none;
}

.select-selected {
    background-color: #fff;
    color: rgba(0, 0, 0, 0.8) !important;
    width: 256px;
}

.select-selected:after {
    position: absolute;
    content: "";
    top: 14px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
}

.select-selected:before {
    position: absolute;
    content: "";
    top: 18px;
    right: 10px;
    width: 0;
    height: 0;
    border: 6px solid transparent;
    border-color: transparent transparent #000000 transparent;
    transform: rotate(180deg);
}

.select-selected.select-arrow-active:before {
    border: none;
}

.select-selected.select-arrow-active:after {
    border-color: transparent transparent #000000 transparent;
    top: 10px;
}

.select-items div,
.select-selected {
    border: 1px solid #413F39;
    background: #FFF;
    color: #413F39;
    padding: 10px 20px;
    cursor: pointer;
}

.select-items {
    position: absolute;
    background-color: #313131;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
}

.select-hide {
    display: none;
}

.select-items div:hover,
.same-as-selected {
    background-color: var(--brownColor);
    color: white
}

.yith-wcwl-add-to-wishlist {
    margin-top: 0;
}

.modal .product_content {
    border: 1px solid #413F39;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.modal .product_content img,
.modal .product_content h4 {
    margin-bottom: 40px;
}

.modal .view_wishlist {
    display: flex;
    height: 56px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(65, 63, 57, 0.50);
    background: #413F39;
    color: #FFF;
    text-decoration: none;
}

.modal .view_wishlist:hover {
    color: #FFF;
}

.modal .close_wishlist {
    display: flex;
    height: 56px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border: 1px solid rgba(65, 63, 57, 0.50);
    background: transparent;
    width: 163.25px;
}

section.product_main .paging {
    margin-top: 80px;
}

section.product_main .pagination-button,
section.product_main .pagination-number {
    display: flex;
    width: 46px;
    height: 46px;
    padding: 10px 20px;
    justify-content: center;
    align-items: center;
    border-radius: 166px;
    border: 1px solid rgba(65, 63, 57, 0.12);
    cursor: pointer;
}

section.product_main .pagination-button img {
    width: 10px;
    max-width: unset;
}

section.product_main #pagination-numbers {
    display: flex;
    gap: 4px;
}

section.product_main .pagination-number.active {
    background: #413F39;
    color: white;
    border: 1px solid #413F39;
}

section.product_main .pagination-number:hover,
section.product_main .pagination-button:hover {
    background: #413F39;
    color: white;
    border: 1px solid #413F39;
}

section.product_main .pagination-button:hover img {
    filter: brightness(0) saturate(100%) invert(99%) sepia(100%) saturate(2%) hue-rotate(259deg) brightness(104%) contrast(101%);
}

section.product_main .pagination-button.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

section.product_main .filter-group {
    margin-bottom: 53px;
    position: sticky;
    top: 110px;
    z-index: 6;
}

section.product_main .filter-group {
    flex-wrap: nowrap;
}

section.product_main .filter-group .prod-count {
    width: 100%;
    border: 1px solid rgba(65, 63, 57, 0.24);
    /* border-bottom: 1px solid rgba(65, 63, 57, 0.24);
        border-left: 1px solid rgba(65, 63, 57, 0.24); */
    background: #FFF;
    padding: 16px 24px;
}

/* section.product_main .filter-group .custom-select {
    border: 1px solid rgba(65, 63, 57, 0.24);
    background: #FFF;
    padding: 16px 24px;
    width: 100%;
    max-width: 222px;
} */

/* 1. The Wrapper */
section.product_main .select-wrapper {
  position: relative; /* This is necessary to absolutely position the SVG inside */
  display: inline-block; /* Keeps it inline, but allows width/height */
}

/* 2. The Custom Select Box */
section.product_main .select-wrapper .custom-select {
  /* A. Hide the default browser arrow */
  appearance: none;
  -webkit-appearance: none; /* For Safari */
  -moz-appearance: none; /* For Firefox */
  padding-right: 30px;

  /* C. (Optional) Add some basic styling */
  border: 1px solid #ccc;
  /* border-radius: 4px; */
  background-color: #fff;
  cursor: pointer;
  /* Ensure the text doesn't overflow */
  /* width: 100%; */
  height: 100%;

  border: 1px solid rgba(65, 63, 57, 0.24);
background: #FFF;
padding: 16px 24px;
max-width: 222px;
}

/* 3. The Custom SVG Arrow */
section.product_main .select-wrapper .select-arrow {
  /* A. Position the arrow */
  position: absolute;
  top: 50%; /* Center vertically */
  right: 12px; /* Space from the right edge */

  /* B. Adjust vertical centering */
  transform: translateY(-50%);

  /* C. VERY IMPORTANT: This lets clicks "pass through" the SVG 
     to the select box underneath. */
  pointer-events: none;
}

section.product_main .filter-group .button-other-filter {
    padding: 16px 24px;
    border: 1px solid rgba(65, 63, 57, 0.24);
    background: #FFF;
    width: 100%;
    max-width: 115px;
}

section.product_main .product-count,
section.product_main #sortByFilter,
section.product_main .button-other-filter {
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    color: #413F39;
    font-weight: 600;
    line-height: 160%;
}

section.product_main .offcanvas-title {
    font-family: Urbanist;
    font-size: 25px;
    font-style: normal;
    color: #413F39;
    font-weight: 400;
    line-height: 160%;
}

section.product_main .offcanvas_class {
    padding: 40px
}

section.product_main .offcanvas-header {
    padding: 0;
    padding-bottom: 40px;
    border-bottom: 1px solid #413F39;
}

section.product_main .accordion-button {
    padding: 0;
    padding-bottom: 24px;
    border: none;
    border-bottom: 1px solid #413F39;
    outline: none;

    color: #413F39;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
}

section.product_main .accordion-button:not(.collapsed) {
    background-color: #FFF;
    color: #413F39;
}

section.product_main .accordion-item:last-child .accordion-button {
    border-bottom: 0;
}

section.product_main .accordion-item {
    border: none;
    border-radius: 0;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-button:not(.collapsed)::after {
    background-image: var(--bs-accordion-btn-icon);
}

.accordion-body {
    padding: 0;
    padding-top: 24px;
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-radius: 0;
}

.filter_buttons .hr {
    height: 1px;
    background: #413F39;
    width: 100%;
}

.filter_buttons {
    position: sticky;
    background: white;
    z-index: 5;
}


section.product_main .clear_filter {
    color: #413F39;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
    padding: 20px 24px;
    border: 1px solid #413F39;
    border-radius: 0;
}

section.product_main .view_result {
    color: #FFF;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;
    /* 25.6px */
    padding: 20px 24px;
    background: #413F39;
    border-radius: 0;
}

section.product_main .price-label {
    color: #413F39;
    font-family: Urbanist;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 160%;
}

.woocommerce .star-rating::before {
    color: #BFA078 !important;
}

.woocommerce .star-rating span::before {
    color: #BFA078 !important;
}

.recent_viewed_products .products::before, .recent_viewed_products .products::after {
    content: unset;
}

.recent_viewed_products .products {
    row-gap: 24px;
}

.recent_viewed_products {
    border-top: 1px solid rgba(65, 63, 57, 0.24);
}

.product_main .card img, .recent_viewed_products .card img {
    object-fit: cover;
}

.price-slider-amount .form-control {
    font-family: "Urbanist";
}


span.woocommerce-Price-currencySymbol {}

@keyframes sp-anime {
    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 1199px) {
    section.product_main .paging {
        margin-top: 40px;
    }
}

@media (max-width: 991px) {
    section.product_main .product_list {
        row-gap: 30px
    }
}

@media (max-width: 767px) {
    section.product_main .heading-filters form {
        width: 100%;
    }

    section.product_main .heading-filters .select-selected {
        width: 100%;
    }

    section.product_main .heading-filters {
        margin-bottom: 40px;
    }
}

@media (max-width: 575px) {
    section.product_main .filter-group .custom-select {
        max-width: 100%;
        width: 100%;
    }

    section.product_main .filter-group .button-other-filter {
        max-width: 100%;
        text-align: left;
    }
}

@media (max-width: 991px) {
    .shop_banner {
        min-height: 400px;
    }
}