
.main-menu-page h1.woocommerce-products-header__title.page-title {
  display: none;
  visibility: hidden;
margin-left: 15px;
}

.main-menu-page .widget_layered_nav_filters,
.woocommerce.main-menu-page .ast-shop-toolbar-container {
  display: none;
}
.quick_filters {
  display: flex;
  flex-direction: row;
  align-items: center;
  
  gap: 11px;
  margin-bottom: 40px;
/*  margin-left: 15px;*/
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 10px;
  padding-bottom: 9px;
  margin-top: 20px;
  margin-right: -20px;
/*  position: sticky;*/
  z-index: 97;
  background: white; 
  
  top: 0px; 
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}
.admin-bar .quick_filters {
  top: calc(0px + 32px);
}
.quick_filters::-webkit-scrollbar {
  display: none;
}

.quick_filters .label {
  font-weight: 700;
}
.quick_filters a {
  /*padding: 6px 14px;*/
  padding:  4px 10px 3px 10px; 
  display: inline-block;
  color: #3a3a3a;

   
  border: 1px solid #EBEBEB;
  border-radius: 18px;
}
.quick_filters a:hover {
  color: white;
  background: #000;
  border-color: #000;

}
.quick_filters .menu-icon {
  max-width: 26px;
  margin-right: 6px;
  transform: translateY(-2px);
}
.quick_filters .active .menu-icon {
  filter: brightness(200%);
}

.diet_icons {
  margin-top: -17px;
  padding: 0 1.2em 0px;
  display: flex;
  flex-wrap:  wrap;
}
.woocommerce img.diet-icon, 
.woocommerce-page img.diet-icon {
  max-width: 26px;
  margin-bottom: 2px; 
  
}
.diet-icon-wrapper:hover {
  cursor: help;
} 
.diet-icon-wrapper {
  position: relative;
  display: inline-block;
  border-radius:  100%;
  background:  #f9f9f9;
  margin-right: 4px; 
}

.diet-icon-wrapper::before {
  content: attr(data-title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 5px;
  border-radius: 5px;
  white-space: nowrap;
  opacity: 0;
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out;
  transition-delay: 0.25s; /* set the delay to zero */
}

.diet-icon-wrapper:hover::before {
  opacity: 1;
  transform: translateX(-50%) translateY(-10px);
}

.quick_filters a.active {
  background: #F45C35;
  border-color: #F45C35;
  color: white;
}
.quick_filters a:hover {
/*  background: rgba(255,102,51,0.2);*/
}
.quick_filters a.active:hover {
/*  color: #F45C35;*/
}
section.custom-menu-section {
  margin-bottom: 35px;
  position: relative;
}

section.custom-menu-section h2 {
  
    font-size: 30px;
    font-weight: 600;
    font-family: 'Nunito',sans-serif;
    margin-bottom: 0;
    
}
section.custom-menu-section.less-than-four ul.products  {
  
    justify-content: flex-start;
    
}

section.custom-menu-section .heading {
    margin-bottom: 30px;
    padding-left: 15px;
    position: relative;
}
section.custom-menu-section p.subheading {
    margin-bottom: 0;
    color: #2D2D2D;
    font-family: "Nunito", Sans-serif;
    font-size: 20px;
    line-height: 30px;
}
.custom-menu-section a.see_all_link {
    display: inline-block;
    font-size: 20px;
    text-decoration: underline;
    color: black;
}
@media (min-width: 768px) {
  .custom-menu-section a.see_all_link {
      position: absolute;
      right: 0px;
      bottom: 6px;
      
  }
}
@media (min-width: 1025px) {
  .custom-menu-section a.see_all_link {
      
      right: 129px;
/*      top: 16px;*/
      
      
  }
}
.custom-menu-section a.see_all_link:hover {
  opacity: 0.8;
}
.woocommerce-page.main-menu-page.columns-1 ul.products li.product, 
.woocommerce.main-menu-page.columns-1 ul.products li.product,
.woocommerce-page.main-menu-page.woocommerce-cart ul.products li.product {
  margin-left: 15px;
  margin-right: 15px; 
  width: 80.33%;
  padding-bottom: 0.5em;
}
.woocommerce-page.main-menu-page ul.products li.product:nth-child(4n+1) {
/*    margin-left: 0px;*/
}
.main-menu-page .slick-prev, .main-menu-page .slick-next {
    top: -53px;
    background: white;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.main-menu-page .slick-prev:hover, .main-menu-page .slick-next:hover {
    
    background: rgba(255,102,51,0.2);
    
}
.main-menu-page .slick-prev.slick-disabled path, .main-menu-page .slick-next.slick-disabled path {
  stroke: #c6c6b7;
}
.main-menu-page .slick-prev.slick-disabled:hover,
.main-menu-page .slick-prev:active,
.main-menu-page .slick-prev:focus,
.main-menu-page .slick-prev.slick-disabled:focus,
.main-menu-page .slick-next.slick-disabled:hover, 
.main-menu-page .slick-next:active,
.main-menu-page .slick-next:focus,
.main-menu-page .slick-next.slick-disabled:focus {
  background: transparent;
  background-color: transparent;
}
.main-menu-page .slick-next {
  right: 15px;
}
.main-menu-page .slick-prev {
    right: 65px;
    left: auto;
}
.main-menu-page .slick-prev:before, 
.main-menu-page .slick-next:before {
  display: none;
}

.main-menu-page ul#product_loop {
/*    margin-left: -30px;*/
    margin-right: -15px;
    justify-content: flex-start;
}


.main-menu-page .ast-woocommerce-container > ul.products {
  display: none;
}

.main-menu-page {

}

body a.fdm-recipe-index-link:hover{
    background: white;
    color: #f15941;
}
body a.fdm-recipe-index-link{
    color: #f15941;
    border: 0;
    padding: 0;
    text-decoration: underline;
}

@media (max-width: 991px) {
  .custom-menu-section ul.products {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
  }
  .woocommerce-page.main-menu-page.columns-1 .custom-menu-section ul.products, 
  .woocommerce.main-menu-page.columns-1 .custom-menu-section ul.products  {

    display: flex;
    flex-wrap: nowrap;
  }
  .woocommerce-page.main-menu-page.columns-1 ul.products li.product, 
  .woocommerce.main-menu-page.columns-1 ul.products li.product,
  .woocommerce-page.main-menu-page.woocommerce-cart ul.products li.product {
    width: 38.33%;
  }

    
  .custom-menu-section ul.products::-webkit-scrollbar {
      display: none;
    }

  .custom-menu-section ul.products > li {
    flex: 0 0 auto;
  }
}
    
@media (min-width: 992px) { 
  .woocommerce-page.main-menu-page.columns-1 ul.products li.product, 
  .woocommerce.main-menu-page.columns-1 ul.products li.product,
  .woocommerce-page.main-menu-page.woocommerce-cart ul.products li.product {
    width: calc(20% - 30px);
  }
  section.custom-menu-section h2 {
  
      font-size: 2.625rem;
      
  }
}  

@media (max-width: 767px) {
  section.custom-menu-section h2 {
    margin-bottom: 0;
    padding-top: 33px;
  }
  .woocommerce-page.main-menu-page.columns-1 ul.products li.product, 
  .woocommerce.main-menu-page.columns-1 ul.products li.product,
  .woocommerce-page.main-menu-page.woocommerce-cart ul.products li.product {
    
    width: 80.33%;
  }
}