/*
Theme Name: Feedy Child
Theme URI: https://feedy.jwsuperthemes.com
Template: feedy
Author: the JWSThemes team
Author URI: https://jwsuperthemes.com
Description: Feedy is a modern WordPress theme that is ideal for websites that provide healthy fast food and diet nutrition. Feedy is worth considering if your main line of business is healthy and nutritional meal delivery. This theme also includes demos for those that offer nutritional services. It also includes nutrition program pages, dish menu specifics, and nutrition data computations to satisfy a variety of demands. When it comes to creating your own meal plans, the UI is incredibly user-friendly and easy. Feedy also makes it simple for your clients to filter and find their meal plans based on their preferences. It is very simple to display nutrition statistics for each meal thanks to its nutrition facts calculator. Its lovely price table enables you to offer meal plans and compare their ingredients.
Tags: one-column,flexible-header,accessibility-ready,custom-colors,custom-menu,custom-logo,editor-style,featured-images,footer-widgets,rtl-language-support,sticky-post,threaded-comments,translation-ready
Version: 2.0.9
Updated: 2023-11-17 09:45:06
*/

:root {
  --secondary: #ffc1b4;
  --third: #fffaf5;
  --light: #ffffff;
  --dark: #000000;
  --heading: #0e1316;
  --body: #444c61;
  --body2: #a1a0a1;
  --bodybg: #ffffff;
  --btn-bgcolor: #09205c;
  --btn-color: #ffffff;
  --btn-bgcolor2: transparent;
  --btn-color2: #09205c;
  --font-size-sm: 13px;
  --line-height-sm: 24px;
  --input-background: #ffffff;
  --input-background2: #ffffff;
  --background-item: #fef8e6;
  --background-body: #ffffff;
  --border-color: #626262;
  --border-color2: #e9e9e9;
  --border-color3: #b7b7b7;
  --full-fd: 70px;
  --link: #232323;
  --font-size-md: 18px;
  --line-height-md: 25px;
}
@media (max-width: 767px) {
  :root {
    --font-size-sm: 12px;
    --line-height-sm: 16px;
  }
}
.btn-theme {
  background: var(--main);
  color: #ffffff;
  height: 50px;
  padding: 0 40px;
  text-align: center;
  line-height: 50px;
}

button.btn-theme {
  border: 0;
}


.home header .jws_main_menu_inner li a {
    color: #fff;
}
.home header .jws_main_menu_inner li a:hover {
    color: #EB1C22;
}
.home header .jws-icon-search-solid:before {
    color: #fff;
}
h4.testimonials-description:after {
    content: "\f005 \f005 \f005 \f005 \f005";
    font-family: 'Font Awesome 5 Free';
    display: block;
    color: #eb1c22;
    font-size: 18px;
}
.home .jws-head-filter.has-tabs .cat-icon {
    margin: auto;
}
.home .jws-head-filter.has-tabs a.active .cat-text {
    color: #fff !important;
}
.home .products-tab.products-wrap.layout1 .product-excerpt {
    display: none;
}