.elementor-114 .elementor-element.elementor-element-12ccb11{--display:flex;}@media(max-width:767px){.elementor-114 .elementor-element.elementor-element-2daabcc{margin:10px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-2daabcc */.fb_star_rating{
    display: none;
}


@media (max-width: 767px) {
.fb_category_list .fb_category_item .fb_category_quantity:before {
    display: none;
}
}

@media (max-width: 767px) {
.fb_category_list .fb_category_item .fb_category_quantity {
    padding-left: 8px;
}
}






@media (max-width: 767px) {
    @media (max-width: 767px) {
        .fb_category_item.all_items .fb_category_name {
            font-weight: 600;
            color: #4CAF50;
            /* text-align: center !important; */
            padding-left: 30px;
        }
    }
}





@media (max-width: 767px) {
    .fb_filter_wrapper {
        margin-bottom: 20px;
        width: 100%;
        margin-top: -50px;
    }


/* Mobile only: Hide the Categories title */
@media (max-width: 767px) {
    /* Target the Categories section title specifically */
    .fb_filter_wrapper:first-of-type .fb_section_title:has(h3:contains("Categories")) {
        display: none !important;
    }
    
    /* Alternative safer approach using adjacent sibling .elementor-114 .elementor-element.elementor-element-2daabccs */
    .fb_col_lg_3 .fb_sidebar > .fb_filter_wrapper:first-child .fb_section_title h3 {
        display: none;
    }
    
    /* If you need to hide the entire title container for Categories only */
    .fb_col_lg_3 .fb_sidebar > .fb_filter_wrapper:first-child .fb_section_title {
        display: none;
    }
}






@media (max-width: 767px) {
.pb-pb-80 {
    padding-bottom: 0px;
}
}








/* Hide the Show Categories button on mobile */
.fb-sidebar-show-btn {
    display: none;
}

/* Default desktop styles - keep sidebar as is */
.fb_sidebar {
    display: block;
}

/* Mobile styles - transform categories into sliders */
@media (max-width: 767px) {
    .fb_col_lg_3 {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
    }
    
    /* Hide the regular sidebar layout */
    .fb_sidebar {
        display: block;
        width: 100%;
        background: transparent;
        padding: 0;
    }
    
    /* Style filter wrappers for mobile slider */
    .fb_filter_wrapper {
        margin-bottom: 20px;
        width: 100%;
    }
    
    /* Section title styling */
    .fb_section_title {
        margin-bottom: 10px;
        padding: 0 15px;
    }
    
    .fb_section_title h3 {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    
    /* Transform category list into horizontal slider */
    .fb_category_list {
        display: flex;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: none;
        scrollbar-color: #ccc transparent;
        padding: 10px 15px;
        margin: 0;
        gap: 10px;
        scroll-padding: 15px;
    }
    
    /* Hide scrollbar on some browsers */
    .fb_category_list::-webkit-scrollbar {
        height: 4px;
    }
    
    .fb_category_list::-webkit-scrollbar-track {
        background: transparent;
    }
    
    .fb_category_list::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 2px;
    }
    
    /* Style category items for slider */
    .fb_category_item {
        flex: 0 0 auto;
        width: auto;
        margin: 0 !important;
        padding: 0;
        background: #fff;
        border: 1px solid #e0e0e0;
        border-radius: 8px;
        min-width: 140px;
        box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    }
    
    /* Remove list styling */
    .fb_category_item {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 12px;
    }
    
    /* Category link styling */
    .fb_category_link {
        flex-grow: 1;
        margin-right: 8px;
    }
    
    /* Adjust checkbox and label for horizontal layout */
    .fb_custom_checkbox {
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    .fb_custom_checkbox label {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        cursor: pointer;
        margin: 0;
    }
    
    /* Hide the actual radio input but keep it accessible */
    .fb_custom_checkbox input[type="radio"] {
        position: absolute;
        opacity: 0;
        width: 0;
        height: 0;
    }
    
    /* Category name styling */
    .fb_category_name {
        font-size: 14px;
        font-weight: 500;
        color: #333;
        white-space: nowrap;
        order: 1;
    }
    
    /* Custom checkmark styling */
    .fb_custom_checkmark {
        order: 2;
        width: 18px;
        height: 18px;
        border: 2px solid #ddd;
        border-radius: 50%;
        margin-left: 8px;
        position: relative;
        flex-shrink: 0;
        display: none !important;
    }
    
    /* Style for selected category */
    .fb_custom_checkbox input[type="radio"]:checked ~ .fb_custom_checkmark {
        background-color: #4CAF50;
        border-color: #4CAF50;
    }
    
    .fb_custom_checkbox input[type="radio"]:checked ~ .fb_custom_checkmark::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 8px;
        height: 8px;
        background: white;
        border-radius: 50%;
    }
    
    /* Category quantity styling */
    .fb_category_quantity {
        flex-shrink: 0;
        background: #f5f5f5;
        border-radius: 12px;
        padding: 2px 8px;
        font-size: 12px;
        font-weight: 600;
        color: #666;
        order: 3;
    }
    
    /* All items special styling */
    .fb_category_item.all_items .fb_category_name {
        font-weight: 600;
        color: #4CAF50;
    }
    
    /* Hover effects */
    .fb_category_item:hover {
        border-color: #4CAF50;
        box-shadow: 0 2px 8px rgba(76, 175, 80, 0.1);
    }
}

/* For very small screens */
@media (max-width: 480px) {
    .fb_category_item {
        min-width: 120px;
        padding: 8px 10px;
    }
    
    .fb_category_name {
        font-size: 13px;
    }
    
    .fb_category_quantity {
        font-size: 11px;
        padding: 1px 6px;
    }
    
    .fb_section_title h3 {
        font-size: 16px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-12ccb11 *//* Mobile view only */
@media only screen and (max-width: 767px) {
  .fb_category_menu {
    width: 100%;
    background: white;
    padding: 10px 0;
    transition: all 0.3s ease;
  }
  
  .fb_category_menu.sticky {
    position: fixed;
    top: 8px;
    left: 0;
    right: 0;
    z-index: 1000;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    animation: slideDown 0.3s ease-out;
  }
  
  body.has-sticky-menu {
    padding-top: var(--sticky-menu-height, 60px);
  }
  
  @keyframes slideDown {
    from {
      transform: translateY(-100%);
    }
    to {
      transform: translateY(0);
    }
  }
  
  .fb_category_list {
    display: flex;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding: 0 15px;
  }
  
  .fb_category_list::-webkit-scrollbar {
    display: none;
  }
  
  .fb_category_item {
    flex: 0 0 auto;
    margin-right: 15px;
  }
}


@media only screen and (max-width: 767px) {
            .fb__wrapper .fb_section_title  {
    display: none !important;
}
}


@media only screen and (max-width: 767px) {
            .fb_col_12  {
    display: none !important;
}
}





@media only screen and (max-width: 767px) {
        .fb_category_list {
                        margin-right: -9px;
            margin-left: -10px;
            padding: 5px 15px;
            background-color: #E15000;
        }
    }
 
 
@media only screen and (max-width: 767px) {   
.fb_category_list .fb_category_item:nth-of-type(odd) {
    background-color: rgb(247 145 1 / 0%);
    border-radius: 53px;
    border-color: #0000002e;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
}

    @media (max-width: 767px) {
        .fb_category_item {
background-color: rgb(247 145 1 / 0%);
    border-radius: 53px;
    border-color: #0000002e;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
}

    @media (max-width: 767px) {
        .fb_category_item.all_items .fb_category_name {
            font-weight: 600;
            color: #ffffff;
            font-family: "Odor Mean Chey", Sans-serif;
            font-size: 0.9em;
        }
    }
    
    @media (max-width: 767px) {
    @media (max-width: 480px) {
        .fb_category_name {
            font-size: 13px;
            color: white;
            font-family: "Odor Mean Chey", Sans-serif;
            font-size: 0.9em;
            font-weight: 600;
        }
    }
}

@media (max-width: 767px) {
        .fb_category_item:hover {
            border-color: #000000;
            box-shadow: 0 2px 8px rgba(76, 175, 80, 0.1);
            background-color: black !important;
        }
    }/* End custom CSS */