:root {
  --primary_green:#42C758;
  --secondry_green: #59DA8C;
  --dark_green: #009E3E;
  --light_green : #BAF3D0; 
  --light_green_sec  : #DDFFEA; 
  --dark_green_sec : #29A63D;
  --font_cerco: cerco_demoregular; 
  --white_color: #FFFFFF;
  --card_color : #5ABA38;
  --product-color: #2FA843;
}

@media (min-width:1280px) {
    .container {
      width: 1180px ;
      margin: 0 auto;
    }
}
@media (min-width:1200px) {
  .single-product .content-area {
    padding-top: 100px;
  }
  .product-reviews .commentlist .review {
    padding: 0 0 40px 0;
  }
  .related.products header.section__title h2 {
    font-weight: 700!important;
    font-size: 40px!important;
}
}

/* fonts */

/* @font-face {
  font-family: cerco ;
  src: url(../fonts/cerco/CercoDEMO-Light.otf);
  font-weight: 300;
}

@font-face {
  font-family: cerco ;
  src: url(../fonts/cerco/CercoDEMO-Regular.otf);
  font-weight: 4 00;
}

@font-face {
  font-family: cerco ;
  src: url(../fonts/cerco/CercoDEMO-Medium.otf);
  font-weight: 500;
}

@font-face {
  font-family: cerco ;
  src: url(../fonts/cerco/CercoDEMO-Bold.otf);
  font-weight: 700;
}

@font-face {
  font-family: cerco ;
  src: url(../fonts/cerco/CercoDEMO-Black.otf);
  font-weight: 800;
} */
 
/* Global settings */
body , *{
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: var(--font_cerco )!important;
  font-weight: 400;
}
div#trustpilot-widget-trustbox-1-wrapper, #trustpilot-widget-trustbox-2-wrapper {
  display: none;
}
.white_color{
  color: var(--white_color);
}
.dark_green{
  color: var(--dark_green);
}

h1{
    font-size: 64px;
    line-height: 1.2;
    font-weight: 700;
}
h3{
  font-size: 40px;
  line-height: 1.2;
}
h4{
  font-size: 36px;
  line-height: 1.2;
}
h5{
  font-size: 24px;
  line-height: 1;
  font-weight: 800;
}
h6{
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
p{
  font-size: 17px;
  line-height: 21px;
  font-weight: 400;
}
/* site header */
h1,h2,h3,h4,h5,h6,a,p,ul,li,span {
  padding: 0;
  margin: 0;
}
nav.gainz_navbar {
  display: flex;
  gap: 85px;
  align-items: center;
}
.home .site-content{
  display: unset!important;
}
header{
  /* padding: 9px 0; */
  height: unset!important;
  /* background-color: var(--primary_green)!important; */
}
header #site-navigation{
  background-color: #fff;
}

ul.sub-menu a {
  color: #000;
}
#site-navigation ul {
  display: flex;
  align-items: center;
  /* gap: 45px; */
  list-style: none;
}
#site-navigation ul a {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  line-height: 24px;
  font-weight: bold;
  color: #000;
}
#site-navigation ul.sub-menu a:hover {
  background-color: #2fa843 !important;
  color: #fff;
}
.header_banner{
  padding: 100px 0;
  min-height: 700px;
  background-size: cover;
}
.content_hb h1 {
  max-width: 560px;
  margin: 30px 0;
  line-height: 1.3;
}
.content_hb p {
  max-width: 400px;
  line-height: 1.5;
}
.header_banner_content_wrap {
  z-index: 2;
}
.header_banner {
  display: flex;
  align-items: center;
}
.primary_btn {
  display: flex;
  padding: 12px 40px;
  width: fit-content;
  text-decoration: none;
  color: var(--white_color);
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.5px;
  text-transform: capitalize;
  border-radius: 35px;
  background-color: var(--primary_green);
}
.btn-gradient {
  background: linear-gradient(90deg, #B0C83C 0%, #33A943 100%);
}
.addoverlay::After {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #171717;
  z-index: 0;
  opacity: 0.5;
}
/* meal plan */

.meal_plans {
  padding: 100px 0;
  background-size: cover;
  background-position: bottom;
}
/* .green_overlay::after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #146F23;
  z-index: 0;
  opacity: 0.85;
} */
.meal_plan_content_wrap {
  z-index: 2;
  position: relative;
}
.meal_plans_wrapper {
  margin-bottom: 30px;
}
.meal_img img {
  width: 100%;
  max-height: 260px;
  object-fit: cover;
}
.meal_plan_link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 6px groove #fff;
  margin: 10px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 15px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.meal_plan_link:visited {
  color: #fff;
}
.meal_plan_link:hover {
  color: #fff !important;
  opacity: 0.8;
  text-decoration: none !important;
  transition: all 0.3s ease-in-out;
}
/* .meal_img {
  margin-bottom: 12px;
} */
/* body .meal_divider {
  height: 1px;
  width: calc(100% - 106px);
  background: #FF9494;
  margin: 0 auto;
  margin-top: 12px!important;
} */
/* .meal_plan_wrap a:hover + .meal_divider {
  background-color: #2fa843;
} */

/* .meal_plan_wrap a:hover > h5 {
  color: #2fa843;
} */
/* how plan works */
.how_plan_works {
  padding: 100px 0;
  background-color: #F5F5F5;
}
.card_content_wrap_inner {
  height: 200px;
  align-items: center;
  align-self: center;
}
.card_content_wrap {
  padding: 20px 20px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #cccccc6e;
  box-shadow: 1px 2px 20px -9px rgba(0,0,0,0.2);
}
.content_hpw p {
  font-size: 15px;
  line-height: 20px;
}
.card_image_hpw {
  text-align: center;
}
.card_image_hpw img {
  width: 150px;
  height: 150px;
}
.col_small{
  width: 45%;
  padding: 0 12px 24px;

}
.col_large{
  width: 55%;
  padding: 0 12px 24px;

}
.main_card_row{
  margin: 0 -12 px;
}
.card_content_head {
  max-width: 320px;
}
/* explore_menu */
.explore_menu {
  padding: 100px 0;
  background-color: #fff;
}
.explore_heading {
  margin-bottom: 40px;
}
.menu_card_image img {
  height: 250px;
  width: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.menu_card_content_wrap {
  padding: 20px 0;
}
.memu_card_content h5 {
  line-height: 1.4;
}
.memu_card_content ul {
  margin: 0;
  list-style: none;
  padding: 0;
}
.memu_card_content ul li {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='17' height='13' viewBox='0 0 17 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.02441 6.53762L5.75 11.2632L15.5642 0.72168' stroke='%232FA843' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 30px;
  line-height: 1.2;
  margin-bottom: 15px !important;
  font-size: 16px;
  color: #8C8C8C;
}
/* client_testimonials */
.client_testimonials {
  padding: 100px 0;
  overflow-x: hidden;
  background-color: #F5F5F5;
}
.ct_item_content_wrap {
  padding: 30px 20px 30px;
  background-color: #fff;
  border-radius: 5px;
  height: 100%;
  border: 1px solid #D2D1D1;
}
.ct_item-top {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.ct_item_title {
  padding-left: 20px;
}
.ct_item:hover{
  cursor: pointer;
}
.ct_image img {
  border-radius: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 15px;
  object-fit: cover;
  max-height: 75px;
  max-width: 75px;
}
.content_ct p {
  color: #717070;
  text-align: left;
  font-size: 14px;
}
.ct_item {
  padding: 0 6px;
}
.ct_slider .slick-track{
    display: flex !important;
}

.ct_slider .slick-slide{
    height: inherit !important;
}
.ct_slider .slick-list{
  padding:0 10% 0 0 !important;
}

/* schedule_table */
/* .schedule_table{
  background-color: #6FEEA1;
  padding: 125px 0;
}
.table_heading {
  margin-bottom: 43px;
}
.table_wrap thead {
  background-color: var(--secondry_green);
}
.table_wrap thead th {
  padding: 16px 10px 16px 27px;
  text-align: center;
}
.table_wrap thead th h5 {
  color: var(--dark_green_sec);
  text-transform: capitalize;
}
.table_wrap tbody td {
  padding: 43px 10px 35px 27px;
  text-align: center;
  
}

.table_wrap tbody td h5 {
  margin-bottom: 4px;
  color: var(--dark_green_sec);
}
tbody {
  background-color: var(--light_green);
}
.table_wrap td ,.table_wrap th{
  border: 1px solid #A5A3A3
}
.table_wrap td p{
  color: var(--dark_green_sec);
}
tr td:last-child p, tr td:last-child h5 {
  color: white;
}
tr td:last-child {
  background: var(--secondry_green);
}
tr td:nth-child(2) , tr td:nth-child(3),
tr th:nth-child(2) , tr th:nth-child(3){
  text-align: left;
} */

.woocommerce .woocommerce-MyAccount-content h2 {
  font-size: 20px;
  margin: 30px 0 !important;
}

/* delivery_areas  */
.left-half,
.right-half {
  left: 50%;
  margin-left: -50vw;
  max-width: 100vw;
  position: relative;
  right: 50%;
  width: 100vw;
  padding: 0px;
}
.image {
  background-size: cover;
  background-position: center;
  min-height: 400px;
  height: 100%;
}
.delivery_row{
  min-height: 470px;
}
.delivery_areas{
  background-color: var(--dark_green_sec);
}
.half_del_content {
  max-width: 446px;
}
.postal_description p {
  color: var(--white_color);
  margin-bottom: 30px;
}
.postal_description {
  max-width: 380px;
  margin-bottom: 10px;
}
.order_content input {
  padding: 32px 26px;
  width: 100%;
  background-color: #4BD962;
  border: currentColor;
  color: var(--white_color);
  margin-bottom: 16px;
}
.order_content input::placeholder{
  color: var(--white_color);
}
.submit_btn{
  background-color: var(--card_color);
}


/* Banner on text */
.text_on_banner {
  background: linear-gradient(235.09deg, #AFC83C 0%, #1B892D 100%);
  padding: 130px 0;
}
.tob_wrapper {
  max-width: 450px;
  margin: auto;
}
.tob_wrapper h3 {
  letter-spacing: 1px;
}
.tob_wrapper p {
  line-height: 1.6;
}
.primary_btn.tob_btn {
  color: #28A64D;
  background-color: #fff;
  margin: 30px auto;
}
.primary_btn.tob_btn:hover {
  color: #fff;
  background-color: #28A64D;
}
@media (min-width: 992px) {

  .half-fluid {
    .left-half {
      padding-left:0 !important;
      position: absolute;
      left: 0;
      right: 50%;
      margin-left: auto;
      width: auto;
    }

    .right-half {
      padding-right:0 !important;
      position: absolute;
      right: 0;
      left: 50%;
      margin-left: auto;
      width: auto;
    }
  }
}
.order_content input:focus-visible {
  outline: none;
}

/* Half Image / Text */
.half_img_text_section {
  padding: 100px 0;
}
.tit_wrapper {
  max-width: 410px;
}
.tit_wrapper p {
  margin: 30px 0;
  color: #717070;
  line-height: 1.5;
  font-size: 15px;
}
.tit-img-wrapper img {
  border-radius: 5px;
  width: 100%;
  object-fit: cover;
}
/* site footer */

.sbi_item .sbi_photo{
  height: 100%!important;
}
#sb_instagram #sbi_images .sbi_item.sbi_type_image{
  margin: 0 10px!important;
}
.sbi_item .sbi_photo img{
  height: 282px !important;
  width: 282px !important;
}
div#sbi_mod_error {
  display: none!important;
}
div#sbi_load {
  display: none;
}
#sb_instagram #sbi_images {
  display: flex;
  width: unset;
  gap: unset!important;
  padding: unset!important;
  margin-top: 75px;
  width: max-content;
}
#sb_instagram #sbi_images .sbi_item {
  display: unset;
  width: fit-content;
  text-decoration: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  transition: unset;
  -webkit-transition: unset;
  -moz-transition: unset;
  -o-transition: unset;
}
footer.site-footer {
  padding: 90px 0 50px;
  background-color: #333131;
}
.footer_logo_image img {
  max-width: 800px;
  max-height: 345px;
  display: block;
  margin: 0 auto;
  object-fit: cover;
}
.feed_item {
  margin: 0 10px;
}
.footer_feeds {
  margin-top: 75px;
  overflow-x: hidden;
}
.footer_menu ul {
  display: flex;
  gap: 25px;
  list-style: none;
  margin-top: 50px;
  justify-content: center;
  flex-wrap: wrap;
}
.footer_menu a {
  font-size: 17px;
  text-decoration: none;
  color: white;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 21px;
}
.footer_white {
  background: white!important;
}
.footer_white .footer_menu a{
  color: #2BA94A!important;
}


/* category page */
.Meal_Plans_page .content-area {
  background: var(--primary_green);
}
/* .Meal_Plans_page .product-v2 .loop__wrap {
  background-color: var(--secondry_green)!important;
} */
/* .product_cat-meal-packs .loop__wrap .woocommerce-loop-product__title {
  color: var(--product-color)!important;
  font-size: 32px!important;
  font-weight: 700!important;
  line-height: 38px!important;
  text-transform: capitalize;
  text-align: center!important;
  padding: 0!important;
  font-family: 'cerco_demobold';
} */
.product_cat-meal-packs .loop__wrap {
  background-color: var(--secondry_green)!important;
  padding: 35px 20px!important;
}

/* simple product design */
.product-categories-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.categories_wrapper{
  background-color: var(--primary_green);
  padding: 90px 0 75px;
}

.product-category-item {
  text-align: center;
  margin: 10px;
  flex: 1 1 calc(14.28% - 20px); /* Seven items in a row */
}

.product-category-item img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 25px;
}

.product-category-item h3 {
  color: var(--white_color);
  font-size: 20px;
  font-weight: 700;
  font-family: 'cerco_demobold';
}

.product-category-item a {
  text-decoration: none;
}
.shop_haad_title{
  color: #39D452;
}
.shop_title_wrapper{
  margin: 100px 0 50px;
}

/* simple prduct design */
.product .facts-below {
  margin-top: -20px;
  margin-bottom: 20px;
  background-color: #C5FFDC;
}
body .product h2 , 
body .product .woocommerce-Price-amount.amount *{
  font-size: 24px!important;
  font-weight: 400!important;
  color: var(--product-color);
  font-family: var(--font_cerco);
  line-height: 29px!important;
}
body .product .woocommerce-Price-amount.amount *{
  font-weight: 700!important;
}
.woocommerce .wc-cat-filter form select {
  border: 0;
  border-bottom: 1px solid var(--product-color);
}
.woocommerce .quantity-wrap *{
   color: var(--product-color)!important;
   font-weight: 700!important;
   font-family: 'cerco_demobold' !important;
   font-size: 24px;
}
body.woocommerce  .quantity-wrap .quantity-changer:before , body.woocommerce  .quantity-wrap .quantity-changer:after{
  background-color : var(--product-color)!important;
}
.archive  #content.site-content {
  display: unset;
}

/* single product design */
.single-product .product__summary h1.product_title {
  color: #39D452;
}
.single-product .woocommerce-product-details__description .aj35ze {
  margin-bottom: 40px;
  color: #5E7C63;
  line-height: 21px;
}

.single-product .product-facts:before {
  background-color: var(--primary_green);
}

.single-product .product-facts .section__title h2{
  color: var(--white_color);
  font-weight: 700!important;
}
.single-product .product-facts .fact-inner .fact-title{
  color: var(--white_color);
  font-weight: 500;
  text-transform: uppercase;
}
nav.yoast-breadcrumb * {
  color: #39D452;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
}
.section.product-cooking.has-ingredients header h2 {
  font-weight: 700!important;
}
.single-product.woocommerce .section--fixed.product-reviews header.section__title h2 {
  font-weight: 700!important;
  font-size: 40px!important;
}
.single-product .reviews__stat .reviews__avg {
  color: #2FA843!important;
  font-weight: 700;
}
.single-product .reviews__header .reviews__count , .reviews__header .reviews__count span {
  font-size: 20px!important;
  font-weight: 700!important;
  color: #2FA843;
}
.single-product .commentlist li .review__header .review__author , .single-product .commentlist li .review__header .review__date {
  color: #2FA843;
  font-weight: 700;
  font-size: 20px;
}
.single-product .review .review__inner p {
  color: #5E7C63;
  font-size: 17px;
}
.product-reviews .commentlist .review {
  border-color:#D9C1C1;
}
.single-product .ingredients__desc ul li {
  color: var(--product-color);
  font-weight: 400;
}
.single-product .ingredients__desc ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.composite_component .component_title_wrapper {
  background: #f5f5f5!important;
  padding: 20px 10px 0!important;
  text-align: center!important;
}
.composite_component .component_title_wrapper h2 span{
  color: var(--product-color)!important;
  font-size: 30px!important;
  line-height: 38px!important;
  font-weight: 700!important;

}
.woocommerce .product.product-type-composite .composite_form .component_inner {
  margin-top: unset!important;
  padding: 25px 0 0!important;
  background-color: #f5f5f5 !important; 
}
.footer_logo_image {
  padding: 0 15px;
  margin-bottom: 50px;
}
/* responsive */

@media (max-width:1200px) {
  #site-navigation ul.nav-desktop a {
    font-size: 18px;
  }
  .product-category-item {
    flex: 1 1 calc(21% - 20px);
  }
}

@media (max-width:991px) {
  .card_content_head {
      max-width: 100%;
  }
  .meal_img img {
      max-height: 180px;
  }
  .categories_wrapper {
    background-color: var(--primary_green);
    padding: 60px 0;
  }
  footer.site-footer {
    padding: 60px 0 50px;
  }
  .footer_logo_image img {
    width: 100%;
  }
  .footer_menu ul {
    gap: 10px;
    padding: 0;
    margin: 0;
  }
  .explore_menu , .client_testimonials , .schedule_table {
    padding: 60px 0;
  }
  .col_small , .col_large {
    width: 100%;
  }
  .how_plan_works {
    padding: 60px 0;
  }
  .meal_plans {
    padding: 60px 0;
  }
  #site-navigation ul a {
    color: var(--primary_green);
  }
  #site-navigation ul{
    display: none;
  }
  #site-navigation ul#menu-primary-mobile{
    display: block;
  }
  .header_banner_content_wrap {
    flex-direction: column;
    row-gap: 20px;
    align-items: flex-start;
  }
  .meal_plan_wrap {
    margin: 0px auto 20px;
  }
  .meal_plans_wrapper .col-sm-6:first-child .meal_plan_wrap{
    margin-top: 0;
  }
  .meal_img img {
    max-height: 220px;
  }
  .tit_wrapper {
    max-width: 100%;
    margin-top: 40px;
  }
  .card_content_wrap_inner {
    height: auto;
  }
  .card_image_hpw img {
      width: 100px;
      height: auto;
  }
}

@media (max-width:767px) {
  .product-category-item {
    flex: 1 1 calc(30% - 20px);
  }
  .table_wrap {
    overflow-x: auto;
  }
  .table_wrap table {
    border-collapse: collapse;
    width: 100%;
    width: max-content;
  }
  
  
  /* h1{
    font-size: 52px;
  }
  h3 {
    font-size: 32px;
  }
  h4 {
    font-size: 30px;
  } */

}
@media (max-width:480px) {
  .menu_card_content_wrap {
    padding: 52px 25px 64px;
  }
  .card_content_wrap .col-7, .card_content_wrap .col-5 {
    width: 100%;
    max-width: unset;
    flex: 0 0 100%;
  }
  .card_image_hpw {
    margin-top: 20px;
  }
  .card_content_wrap {
    padding: 30px 20px 20px;
  }
  .product-category-item {
    flex: 1 1 calc(50% - 20px);
  }
}