* {
  /*margin: 0px;
  padding: 0px;
  width: 100%;*/
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

img {
  width:auto;
  max-width: 100%;
}

span.SlideshowPrevious.btn.btn-light, span.SlideshowNext.btn.btn-light {
  background: unset;
  border: unset;
}

.heading {
  color: #58a859;
  font-size: 40px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin-bottom: 5px;
}

.paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 27px;
}
.Control .paragraph a{

  text-decoration: underline;
}

.breadcrumb_box {
  display: flex;
  align-items: center;
  width: fit-content;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Poppins';
  font-weight: 600;
  padding: 15px 0px ;
  list-style: none;
  margin: 0px;
}

.breadcrumb_title {
  width: auto;
  color: #0F4233;
}

.breadcrumb_span {
  margin: 0px 10px;
  font-weight: 600;
  color: #0F4233;
}

.breadcrumb_sub_title {
  width: auto;
  white-space: nowrap;
  color: #449345;
}

.breadcrumb_title:hover,
.breadcrumb_title:focus{
  text-decoration: none;
  color: #0F4233;
}

.breadcrumb_sub_title:hover,
.breadcrumb_sub_title:focus{
  text-decoration: none;
  color: #449345;
}
.breadcrumb_box li {
  width: auto;
}

/* header section */
.header {
  background-color: #ffffff;
  padding: 15px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.05) 0px 4px 6px -2px;
}

.header_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.create_flex_one {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 35%;
}

.create_flex_two {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
}

#itf-businessunitsModal, #ourproductsModal {
  width: 90%;
  height: auto;
  top: 0;
  border-radius: 15px;
  left: 50%;
  right: 50%;
  box-shadow: #0f4233ba 0px 0px 3px;
  transform: translate(-50%, 50%);
}
.brands-modal .center-full-screen, .products-modal .center-full-screen {
  display: contents;
}
.brands-modal button {
  display: none; 
}
.hr-gradient {
  height: 3px;
  background: linear-gradient(to right, #0B342B, #449345);
  /* Define the linear gradient */
  border: none;
  margin: 1em;
}

.content_box {
  display: flex;
  align-items: center;
  justify-content: end;
  width: auto;
}
.content_box_head {
  display: flex;
  justify-content: end;
  align-items: center;
}
.hr_row {
  width: 20px;
  rotate: 90deg;
  height: 2px !important;
  background-color: #0F4233 !important;
}
.MenuBar {
  display: flex;
  justify-content: end;
}
.icon {
  color: #0F4233;
  width: fit-content;
}

.content_text {
  color: #0F4233;
  width: auto;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 22px;
  font-family: "Poppins", sans-serif;
}

.cart_icon {
  color: #0F4233;
  font-size: 23px;
  position: relative;
  width: auto;
}
.head-cart-link.shoppingCart-icon .count_box {
  position: absolute;
  border-radius: 31px;
  height: 18px;
  width: 18px;
  top: -9px;
  left: 9px;
  background: #449345;
  font-size: 11px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
.become_box {
  text-transform: uppercase;
  width: max-content;
}

.become_box_text {
  background: #449345;
  border-radius: 50px;
  color: #ffffff;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding: 6px 15px;
}

.become_box_text:hover,
.become_box_text:focus {
  background: #449345;
  color: #ffffff;
  text-decoration: none;
}
.menu_list {
  list-style: none;
  display: flex;
  margin-bottom: 0px;
  width: auto;
}

.menu_item {
  text-transform: uppercase;
  width: max-content;
  padding: 6px 0px;
}

.active_home {
  /*color: #0F4233;*/
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding: 6px 15px;
  background: #449345;
  border-radius: 50px;
  color: #ffffff;
}

.item {
  color: #0F4233 !important;
  font-size: 18px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  padding: 6px 15px;
}

.item:hover {
  color: #ffffff !important;
  border-radius: 50px;
}

.box {
  width: fit-content;
  padding: 6px 10px
}

.logo {
  height: 115px;
  width: 186px;
}

.item:hover,
.item:focus {
  background: #449345;
  color: #ffff;
  text-decoration: none;
}

.icon:hover {
  color: #0F4233;
}

.content_text:hover,
.content_text:focus {
  color: #0F4233;
  text-decoration: none;
}
.title-border {
  width: 60px;
  margin: auto;
  height: 4px;
  margin-bottom: 20px;
}

.title-border-dark{
  background: #58a859;
  color: #58a859;
}
/* dropdown section */
.dropdown-content {
  margin-top: 46px;
  border-radius: 20px;
  display: none;
  position: absolute;
  left: 0px;
  background: #fff;
  width: 100%;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.show {
  display: block;
}


.card_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 20px 0px;
}
.paragraph a{
  font-size: inherit;
}

.card_heading {

  border: double 5px transparent;
  border-radius: 30px;
  background-image: linear-gradient(white, white), linear-gradient(to right, #0B342B, #39E991);
  background-origin: border-box;
  background-clip: content-box, border-box;

  width: fit-content;
  text-align: center;

  margin: 10px 0px;
  box-sizing: border-box;
  font-size: 18px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-transform: capitalize;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card_a {
  margin: 4px 25px;
  color: #0C3A2E;
}

.card-icon {
  width: fit-content;
  margin-left: 6px;
}

.row_box {
  padding-right: 15px;
  padding-left: 15px;
}

/* carousel section */
.carousel-indicators {
  width: auto;
}

.more_btn_box {
  width: fit-content;
  background-color: #449345;
  color: #ffffff;
  border-radius: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 7px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 17px 20px;
  line-height: 0px;
}

.carousel_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
}
.slide1 {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/itf-2.png');
}
.slide2 {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/itf-3.png');
}
.slide3 {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/itf-1.png');
}

/* duplicates css carousel section start  */
.carousel_heading {
  color: #0F4233;
  font-size: 53px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.carousel_heading_next {
  display: block;
}

.carousel_paragraph {
  font-family: "Poppins", sans-serif;
  color: #0F4233;
  font-size: 21px;
  font-weight: 400;
}

/* Our Ethos section */

.OurEthos_box {
  margin: 70px 0;
}

.spanEthosbox {
  display: block;
  margin-top: 12px;
}

/* Why "Intune" section */
.bg_img {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/itf-3.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  align-items: center;
  height: 500px;
}

.glass_effect {
  margin-bottom: -227px;
  background: #ffffff;
  width: 50%;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  padding: 50px;
}

/* Brands section */

.brands_card {
  border-radius: 20px;
  padding: 20px;
  background-color: #ffffff;
  border: 1px solid rgb(113 181 114);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top:30px;
  margin-bottom: 50px;
}

.brand_bg_img {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/banner_two_copy.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 333px;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.Brands_logo {

  text-align: center;
  width: 235px;
  height: 127px;
}
.Brands_logo img {
  max-height: 100% !important;
  max-width: 100%;
}

.brands_head_box {
  padding: 70px 0;
  position: relative;
  background-image: url(https://www.intunefoods.ca/Brands/brand-background.png);
  background-size: cover;
  background-repeat: no-repeat;
}

img.bg_img_quality {
  width: 100%; 
}
/* Production Process section */
.Production_box {
  margin: 40px 0px;
}
.food_choice_overlay {
  top:0; 
  bottom:0; 
  left:0; 
  right:0; 
  background-color:#0a0a0ab3; 
  position: absolute; 
  z-index: 1;
}
.process_bg_img {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 175px;
  position: absolute;
  top: 0px;
  bottom: 0px;
}

.circle_box_two {
  margin: 10px 0px 0px;
}

.circle {
  border: double 2px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), linear-gradient(to right, #0B342B, #58A859);
  background-origin: border-box;
  background-clip: content-box, border-box;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.circle_img {
  height: 80px;
  width: 80px;
}

.circle_box {
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
}

.circle_heading {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #58a859;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  text-align: center;

  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.brands_heading a {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #58a859;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}


.Production_paragraph {
  text-align: center;
  width: 85%;
  margin: auto;
  position: relative;
}

.Production_heading {
  text-align: center;
  position: relative;
}

.partner_img {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 550px;
  display: flex;
  align-items: center;
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/itf-2.png');
}

/* Grow Your Business section */
.business_circal {
  border: double 2px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), linear-gradient(to right, #0B342B, #58A859);
  background-origin: border-box;
  background-clip: content-box, border-box;
  height: 100px;
  width: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -54px;

}

.businesses_card {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 9px solid #58A859;
  padding: 53px 20px;
  position: relative;
  margin-bottom: 65px;
}

.business_icon {
  height: 50px;
  width: 50px;
}

.bssiness_para {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.partners_row {
  margin: 90px 0px 0px;
}

.Business_heading {
  text-align: center;
}

/* blog section  */
.blog_img {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/xyz.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 87px 0px;
}



.card_blog {
  color: #ffffff;
  padding: 40px;
  background: rgb(15 66 51 / 71%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  margin: 20px 0px;
  border-radius: 20px;
}

.blog_heading {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 25px;
  font-family: "Poppins", sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.blog_paragraph {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 27px;
}
.category-product .quick-view {
  width: 75%;
}

/* footer box */
.Manufacturer .Layout .LayoutMiddle {
  padding-top: 0px;
  padding-bottom: 0px;
}
.Layout .LayoutMiddle {
  padding-bottom: 150px;
}
.Home-Page-1 .LayoutMiddle {
  padding-bottom: 0px !important;
}
.footer_box {
  background-color: #0F4233;
}

.footer_card {
  flex-direction: column;
  display: flex;
  margin-bottom: 23px;
}

.footer_logo {
  width: 180px;
}


.footer_address {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  display: flex;
  align-items: center;
  width: fit-content;
  flex-direction: column;
}

.footer_address_box {
  display: flex;
  align-items: center;
  margin: 3px 0px;
  color: #ffff;
}

.icon-sub-add {
  width: auto;
  margin-right: 2px;
}

.footer_address_box:hover,
.footer_address_box:focus {
  color: #ffff;
  text-decoration: none;
}


.footer_menu_box {
  text-transform: capitalize;
  width: max-content;
  list-style: none;
  text-align: left;
}

.footer_menu_item {
  color: #ffffff;
  font-family: "Poppins", sans-serif;
}

.footer_menu_item:hover,
.footer_menu_item:focus {
  color: #ffff;
  text-decoration: none;
}

.footer_menu_box, li {
  margin: 3px 0px;
  padding-left: 0px !important;
}

.copy_right {
  padding: 10px 0px;
  color: #ffffff;
  font-family: "Poppins", sans-serif;
  margin: auto;
  text-align: center;
}

.AmeriCommerce-powered-by-link {
  display: none;
}

.ab_bg_color {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: wrap;
  width: 80%;
  margin: auto;
  border-radius: 7px;
  padding: 39px 32px;
  background-color: #ffffff;
  box-shadow: rgb(15 66 51) 0px 0px 14px;
}

.paragraph_ab {
  padding: 0px 0px 20px;
  color: var(--text-dark);
}

.footer_ab_box {
  position: relative;
  top: -74px;
}

.footer_icon {
  display: flex;
  justify-content: left;
  align-items: center;
  margin-top: 10px;
}

.footer_circal_icon {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #58A859;
  margin-right: 9px;
}
.footer_circal_icon a {
  text-align: center;
}
.footer_row {
  padding-right: 15px;
  padding-left: 15px;
}

.footer_input_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 60%;
  margin: auto;
}

.footer_input_box input.form-control {
  padding: 9px;
  border: 1px solid #449345;
  border-radius: 12px !important;
  margin-right: 20px;
  width: 441px;
}
.footer_ab_btn .ThemeButton.GoThemeButton.footer_sub_btn {
  background: #449345;
  color: #ffffff !important;
  border-radius: 12px !important;
  padding: 12px !important;
  border-color: unset;
  border:0;
}
.dark .footer_ab_heading {
  color: #58a859;
  font-size: 25px;
  text-align: center;
}
.acceptedCreditCardLogos {
  margin-top: 20px;
}
.acceptedCreditCardLogos div, .acceptedPaymentMethodLogos li {
  margin: 0 10px 0 0;
}
.material-scrolltop  {
  background: var(--white);
  border: 1px solid var(--dark);
}
.material-scrolltop i {
  color: var(--dark);
}
.material-scrolltop:hover {
  background: var(--dark);
  border: 1px solid var(--white);
}
.material-scrolltop:hover i {
  color: var(--white);
}

/*Brands pages*/
.itf-food-service .brand_catalog {
  display: none;
}
.quality_container {
  margin: 100px auto 100px;
}

.row_quality {
  padding-right: 15px;
  padding-left: 15px;
}

.bg_img_quality_box {
  display: flex;
  justify-content: center;
  align-items: center;
}

.bg_img_quality {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.quality_content_box {
  display: flex;
  flex-direction: column;
  justify-content: end;
}

.quality_heading {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.quality_heading_next {
  display: block;
}
.endless_box {
  padding: 50px 0px;
  background-image: linear-gradient(#ffffff, #0F4233);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
}

.box_spacing {
  margin: 100px auto 200px;
}

.partner_paragraph {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  /* -webkit-line-clamp: 8;*/
}
.the-global-commissary .bg_plant_img {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/tgc--2.png');
}
.the-global-commissary .carousel_heading,.the-global-commissary .carousel_paragraph {
  color: #fff;
}
.the-global-commissary .plant_description_box  {
  background: rgb(228 155 4 / 83%);
}
.the-global-commissary .tgc_description_box {	
  right: -20%;
  background: #6EAEA2;
  bottom: unset;
  top: 20%;
  opacity: 0.9;
  z-index: 999;
}

.the-global-commissary .endless_box {
  background-image: linear-gradient(#ffffff, #6EAEA2);
}
.the-global-commissary .more_btn_box {
  background: #BB3E43;
}
.the-global-commissary .heading {
  color: #BB3E43;
}
.fresh-to-go .bg_plant_img {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/fresh-to-go.png');
}
.fresh-to-go .plant_description_box {
  background: rgb(189 64 65 / 68%);
}
.fresh-to-go .endless_box {
  background-image: linear-gradient(#ffffff, #728238);
}
.fresh-to-go .more_btn_box {
  background: rgb(189 64 65);
}
.eatturmeric .bg_plant_img {
  /*background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/turmeric.jpg');*/
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/eat-termeric.png'), radial-gradient( circle farthest-corner at 50.1% 52.3%, rgba(255,231,98,1) 58.2%, rgba(251,212,0,1) 90.1% );
}
.eatturmeric .plant_description_box {
  background: rgb(189 64 65 / 68%);
}
.eatturmeric .endless_box {
  background-image: linear-gradient(#ffffff, #728238);
}
.eatturmeric .carousel_heading, .eatturmeric .carousel_paragraph {
  color: #333333;
}
.eatturmeric .more_btn_box {
  background: #333333;
}
.eatturmeric .more_btn_box:hover {
  color: #fff;
}
.bg_plant_img {
  background-image: url('https://www.intunefoods.ca/Shared/Themes/Plantpartner/img/Slides/plant-partner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 160px 0px;
  position: relative;
  margin: 0px 0px 80px;
}

.plant_description_box {
  color: #ffffff;
  padding: 40px;
  background: rgb(15 66 51 / 83%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
}

.plant_paragraph {
  /* overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;*/
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 27px;
}

.ab_plant_box {
  position: absolute;
  bottom: -100px;
}

.fridge_box {
  margin: 200px auto 0px;
}

.plant_container {
  position: relative;
  margin-bottom: 75px;
}

.fridge_content {
  color: #ffffff;
  padding: 20px;
  background: rgb(15 66 51 / 71%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  border-radius: 20px;
  position: absolute;
  bottom: -35px;
  left: 8%;
  right: 8%;
}

.fridge_img {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.plant_fridge_link {
  color: #58A859;
  font-weight: 600;
}

.plant_fridge_link:hover,
.plant_fridge_link:focus {
  color: #ffffff;
  text-decoration: none;
}

.heading_fridge {
  border-bottom: 2px solid transparent;
  border-image: linear-gradient(to right, #ffffff, #449345);
  border-image-slice: 1;
  padding-bottom: 10px;
}

.itf_banner_img {
  background-image: url('img/ITF_FoodService/banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0px;
  position: relative;
  margin: 0px 0px 80px;
}

.itf_img {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.itf_box {
  padding: 0px 0px 50px;
  background-image: linear-gradient(#ffffff, #0F4233);
  margin-top: 100px;
  backdrop-filter: blur(5px);
}

.itf_img_box {
  position: relative;
}

.ab_itf_img {
  position: absolute;
  right: -54px;
  top: 50%;
  transform: translateY(-50%);
  height: 150px;
  width: 150px;
}

.ab_itf_img_two {
  position: absolute;
  left: -54px;
  top: 50%;
  transform: translateY(-50%);
  height: 150px;
  width: 150px;
}

.itf_font_weight {
  font-weight: 600;
}

.itf_paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}
.itf_production {
  border-radius: 20px;
  border: 2px solid #0F4233;
  padding: 30px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.text_production_box {
  padding: 0px 30px 0px 0px;
}

.center_itf {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}

.ab_img_production {
  position: absolute;
  left: -100px;
  bottom: -81px;
}

.margin_production {
  margin-top: 100px;
}

.production_btn_box {
  width: -webkit-fill-available;
  text-decoration: none;
  list-style: none;
}

a:hover {
  text-decoration: none !important;
}

.production_btn {
  width: fit-content;
  background-color: #449345;
  color: #ffffff;
  border-radius: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 16px 20px;
  line-height: 0px;
}
/* duplicates css Brands section start  */

.brands_anchor:hover,
.brands_anchor:focus {
  text-decoration: none;
}

/* duplicates css Brands section end  */

/* css of category list for product-page */
.leftNav_header {
  padding: 30px;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: none;
}
.leftColumn_ul {
  list-style: none;
}
.leftNav_li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.leftNav_link {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #449345;
  text-transform: capitalize;
}
.hr_sb_link {
  margin: 9px 0px;
  border-bottom: 1px solid #29902a82;
}
.leftNav_arrow_icon {
  color: #449345;
  width: auto;
  font-size: 16px;
}
strong.leftNav_li_heading {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #0B342B;
  text-transform: uppercase;
  font-weight: 500;
}
a.leftNav_link:hover {
  text-decoration: underline;
}
.hr_leftNav_head {
  height: 2px;
  background: linear-gradient(to right, #0B342B, #449345);
  border: none;
  margin: 9px 0px;
}
.leftNav_submenus {
  flex: 0 0 100%;
}

.dropdown-container ul {
  list-style: none;
  padding-left: 15px;
}
.dropdown-container ul li {
  padding: 5px 0;
}
.dropdown-container ul li a.category-link:before {
  content: "\f105";
  padding-right: 10px;
  font-family: 'FontAwesome';
}
/* css of product-list */
.column_card {
  padding-right: 10px;
  padding-left: 10px;
}
.product_card {
  border-radius: 20px;
  box-shadow: #0f4233ba 0px 0px 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  height: 100%;
  position: relative;
}
.product_img_box {
  /*height: 173px;*/
  text-align: center;
}
.item-mfg-logo {
  position: absolute;
  top: 15px;
  right: -10px;
  background: #fff;
}
.product_img_box img {
  width: auto;
  max-width: 100%;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.CategoryProductPrice a {
  width: fit-content;
  background-color: #449345;
  color: #ffffff;
  border-radius: 12px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 14px 20px;
  line-height: 0px;
}
.CategoryProductPrice {
  display: flex;
  justify-content: center;
}
.category-product .thumbnail {
  line-height: 0px !important;
  min-height: 0px !important;
}
.product_content_box {
  padding:15px;
}
.product_heading {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
}
.product_heading a {
  color: #0B342B;
}
.list-view .product_card {
  flex-direction: unset;
  padding: 20px;
  height: auto;  
}
.list-view .product_heading {
  text-align: left;
}

.list-view .product_heading a {
  font-size: 20px;
}
.list-view .CategoryProductPrice {
  justify-content: unset;
}
.CategoryProductMfgName a{
  color: #000;
  text-decoration: underline;
}
/*css for grid-view*/
.grid-view button.quick-view {
  display: none;
}
.nourishcafeo_cantainer {
  background-image: url('https://eatturmeric.americommerce.com/programs/nourish-cafe/nourish-cafe-1.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: end;
  align-items: center;
}


.img_nourish {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.box_nourish {
  display: flex;
  align-items: baseline;
}

.circal_nourish {
  background: rgb(15 66 51 / 81%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
}

.icon_nourish {
  height: 20px;
  width: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.box_content_nourish {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.nourish_paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  line-height: 23px;
}

.nourish_headding {
  font-size: 24px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  text-align: left;
}

.flex_nourish {
  margin-top: 40px;
}

.padding_nourish {
  padding-left: 8px !important;
  padding-right: 0px !important;
}
.bg_Coffee_image {
  background-image: url('https://eatturmeric.americommerce.com/programs/nourish-cafe/nourish-cafe-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  height: 600px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.bg_Coffee_blur {
  width: 90%;
  padding: 30px;
  background: rgb(15 66 51 / 78%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -150px;
}

.Cafe_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
}

.customizedbranding {
  margin-top: 240px;
}

.color_code_black {
  color: #212529 !important;
}

.color_code_green {
  color: #58a859 !important;
}

/* end of css */

/* Blog Roll Page */


.block_item {
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}


.blog_first_heading {
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 400;
  color: #0F4233;
}

.blog_first_heading:hover,
.blog_first_heading:focus {
  color: #0F4233;
}

.blog_second_paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  color: #449345;
}

.blog_box_paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 15px;
  color: #333333;
}

.blog_profile_box_icon {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #0F4233;
  box-shadow: 0 4px 30px rgb(18 78 60 / 9%);
}

.blog_icon {
  color: #58a859;
  font-size: 21px;
}

.icon_with_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0px;
}

.blog_profile_name {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  color: #0F4233;
}

.blog_profile_name:hover,
.blog_profile_name:focus {
  color: #0F4233;
}

.block_content {
  padding: 50px 30px;
}

.OurEthos_box_two {
  margin-bottom: 150px;
}

.bg_blog_img {
  padding: 0px 0px 0px 30px;


}

.read_btn {
  background-color: #0F4233;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 24px;
  cursor: pointer;
}

.read_btn:hover,
.read_btn:focus {
  color: #ffffff;
}

.blog_read_btn {
  margin-top: 20px;
}


/* css for nav-pagination */
.pageNav-wrap.col {
  width: fit-content;
  float: right;
  padding: 0px 0px 30px;
}
.pagination li {
  margin-right: 5px;
}
.pagination li > a, .pagination li > span {
  border: solid 1px #449345 !important;
  border-radius: 2px;
  font-size: 16px;
  color: #449345;
}
.CurrentPage.active a {
  color: #ffffff;
  background-color: #449345;
}
.topNavigation-switch .btn-group button {
  background-color: #449345;
  border: solid 1px #449345;
}

/* css for attributes */
.dropdown_filter_box {
  margin: 0px 10px;
}
.brop_btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #0F4233;
  padding: 10px;
  border: 1px solid #449345;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  /* border-radius: 20px; */
  text-transform: capitalize;
}
.Shelf_menu {
  padding: 0px 10px !important;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  transform: translate3d(0px, 39px, 0px) !important;
  border: 0px solid rgba(0, 0, 0, .15) !important;
}
.filter_box {
  padding: 15px 20px;
  box-shadow: #0f4233ba 0px 0px 3px;
}
.dropdown_section {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.drop_down_box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
input[type=checkbox]+label:before, .checkbox input+label:before {
  font-size: 12px;
  margin-top: 6px;
  margin-bottom: 10px;
}
.drop-item label {
  display: inline;
  margin: 4px 0px;
  color: #0F4233;
  font-size: 15px;
  font-family: "Poppins", sans-serif;
  font-weight: 500;
  text-transform: capitalize;
}
.dropdown:not(.no-hover):hover>.dropdown-menu {
  display: none;
}
.dropdown_heading {
  width: auto;
}
.filter_heading {
  font-size: 20px;
  font-family: "Poppins", sans-serif;
  color: #0B342B;
  text-transform: uppercase;
  font-weight: 500;
  white-space: nowrap;
}
.AttributeNavigationLinks {
  margin: 10px 20px;
  width:auto;
}
/* css for header */
.header3.head-nav.header-nav.dark {
  background:unset !important;
}
.head-nav .head-nav-container .navbar .horizontal-menu.navbar-collapse.collapse {
  justify-content: end !important;
}
.horizontal-menu .nav .nav-item {
  padding: 0;
}
.horizontal-menu .nav .nav-item .nav-link {
  padding: 10px !important;
}
span.fas.fa-align-justify {
  color:#449345; 
}
button.navbar-toggler.menu-bar {
  text-align: left;
}
.menu-navbar {
  display:flex;
}
.menu-navbar span.fas.fa-align-justify{
  padding-right: 10px;
  width: fit-content;
}
.modal-open {
  overflow-y: scroll;
  padding-right: 0 !important;
}
button.navbar-toggler.navbar-close.close {
  text-align: end;
  top: 5% !important;
}
/* css for product detail-page */
.ProductDetails {
  background: unset !important; 
}
.ProductDetailsProductName {
  font-family: Poppins;
  color: #449345;
  text-transform: capitalize;
  font-weight: 500;
  margin-bottom: 10px;
}
.ProductDetailsAvailability {
  display:flex;
}
.ProductDetailsAvailability .fa-check-circle {
  padding:2px;
  font-size:22px;
  color: #449345; 
  margin-left:15px; 
  width:50px;
}
.ProductDetailsReviewRatingCount a {
  vertical-align: unset !important;
}
.ProductDetails-main a {
  color: #449345;
  font-size: 20px;
  font-weight: 100 !important;
}
.ProductDetailsBullets li:before {
  content: "\f0da";
  font-family: "Font Awesome 6 free";
  padding-right: 10px;
  font-size: 22px;
  font-weight: 900;
}
.ProductDetailsBullets li {
  list-style: none;
}
.footer_ab_btn {
  background-color: #449345;
  border-radius: 12px;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  cursor: pointer;
  padding: 12px;
  line-height: 0px;
  width:auto;
}
.footer_ab_btn a{
  color: #ffffff;
  text-decoration: none !important;
  text-align: center;
  font-family: "Poppins", sans-serif;
  font-weight: 500 !important;
  font-size: 16px;
}
.ProductDetailsManufacturerName {
  width: 10%;
}
/* css for fresh-to-go */
.new_logo_row {
  margin: 270px 0px 0px;
}
.newlogo_card {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 68px 20px;
  position: relative;
}
.new_logo_heading {
  margin-top: 16px;
  margin-bottom: 16px;
  color: #ffffff;
  font-size: 34px;
  font-family: "Poppins", sans-serif;
  text-align: center;
  text-transform: uppercase;
}
.new_card_circal {
  border: 4px solid #ffffff;
  border-radius: 50%;
  background-origin: border-box;
  background-clip: content-box, border-box;
  height: 150px;
  width: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -80px;
}
.new_icon {
  height: 120px;
  width: 120px;
}
.new_logo_overlay {
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.2;
}
.new_logo_overlay_one {
  background-image: url('img/icon/meeat1.png');
}
.new_logo_overlay_two {
  background-image: url('img/icon/VEGETARIAN.png');
}
.new_logo_overlay_three {
  background-image: url('img/icon/89210.png');
}
/*css for quanty box*/
.input-group-prepend {
  width:auto;
}
.input-group-append {
  width:auto;
}
/* css for product detail page tabs */
.ProductDetailsTabs .btn.btn-block {
  display:flex;
}
.ProductDetailsTabs .all-tab-icon {
  width: fit-content;
  padding-right: 10px;
  line-height: 22px;
}
/* css for product detail page crousal8163 */
.ProductDetails .Carousel .all-product-card {
  border-radius: 20px;
  box-shadow: #0f4233ba 0 0 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
  height: 100%;
  position: relative;
}
.ProductDetails .Carousel .card-header {
  height: 173px;
  text-align: center;
}
.ProductDetails.Carousel .card-header img {
  width: auto;
  max-width: 100%;
}
.ProductDetails .card-body {
  padding: 15px;
}
.ProductDetails .ProductDetailsPrice {
  display: flex;
  justify-content: center;
}
.ProductDetails .ProductDetailsPrice a {
  width: fit-content;
  background-color: #449345;
  color: #fff;
  border-radius: 12px;
  text-transform: uppercase;
  font-family: poppins, sans-serif;
  font-size: 15px;
  font-weight: 500;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 14px 20px;
  line-height: 0;
}
.ProductDetails .all-product-card img {
  width:fit-content;
  max-height:250px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
/* css for checkout-cart */
.CreditCard-header span {
  flex-basis: max-content;
}
.CreditCard-header .acceptedCreditCardLogos {
  margin-top: 0;
}

.checkout-summary .totalsArea-subtotal-header {
  align-items: center;
}
.checkout-summary .totalsArea-subtotal-label {
  width: fit-content;
  font-family: 'Poppins';
  font-size: 21px;
}
.checkout-summary .totalsArea-subtotal-text {
  width: fit-content;
  font-size: 21px;
  font-family: 'Poppins';
  font-weight: 500;
}
.checkout-summary .checkout-cart-items {
  color: #449345;
  font-family: 'Poppins';
  font-weight: 500;
}
.checkout-summary .ShoppingCartItem-img img {
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  border-radius: 10px;
}
.checkout-summary .ShoppingCartItem-name {
  font-size: 19px;
  font-family: 'Poppins';
}
.checkout-summary .ShoppingCartItem-qty {
  margin-top: 10px;
  color: #449345;
  font-family: 'Poppins';
}
.checkout-summary .ShoppingCartItem-priceWrap {
  width: fit-content;
  font-size: 15px;
  font-family: 'Poppins';
  margin-top: 5px;
}
.checkout-summary .ShoppingCartItem-total {
  font-size: 19px;
  font-family: 'Poppins';
}
.checkout-summary .totalsArea-subtotal {
  align-items: center;
}
.checkout-summary .totalArea-total {
  align-items: center;
}
.checkout-summary .totalArea-total-label {
  width: fit-content;
}
.checkout-summary .totalArea-total-label b {
  font-family: 'Poppins';
}
.checkout-summary .totalArea-total-text {
  width: fit-content;
  font-family: 'Poppins';
}
.checkout-summary .totalArea-tax-label, .totalArea-tax-text {
  width: fit-content;
  font-size: 21px;
  font-family: 'Poppins';
  font-weight: 500;
}
.checkout-summary .totalArea-tax-text {
  width: fit-content;
  font-size: 21px;
  font-family: 'Poppins';
  font-weight: 500;
}
/* css for Intune Enterprises - Order Page */
.Tabs .ui-tabs-nav {
  display: flex;
  width: fit-content;
}
.Tabs .FeaturedItemsThumbNail_6484 {
  width: fit-content;
}
.Tabs .product_card {
  margin: 22px !important;
  height: auto !important;
  width: auto;
}
.ProductDetailsReviewRatingStars {
  width: auto;
  margin: auto;
}
.Tabs .ProductDetailsReviewRatingStars img {
  width:unset !important;
}
.Tabs .QuantityForCart {
  display: inline-flex; 
}
.Tabs .ProductDisplayQtyBox {
  height: 38px;
}
.RTE_weeks > td {
  width: 50% !important;
  display: inline-block;
}
/* css for cart */
.cart_btn_group {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 40px 0px;
}
.cart_btn {
  background-color: #449345;
  color: #ffffff;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 24px;
  cursor: pointer;
}

.cart_btn:hover,
.cart_btn:focus {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.cart_btn_box {
  width: fit-content;
}
/* categoryList */
.category_main_box {
  position: relative;
  margin-top: 30px;
}
.category_content_box {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
  margin-bottom: 30px;
  height: 100%;
}
.category_img {
  position: relative;
  padding: 17px 17px 0px;
}
.category_img_content {
  color: #ffffff;
  padding: 10px;
  background: rgb(15 66 51 / 75%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  position: absolute;
  bottom: 0px;
  right: 8%;
  left: 8%;
  margin: 17px 17px 10px;
  width: -webkit-fill-available;
}
.category_heading {
  text-align: center;
}
.category_heading a{
  font-family: "Poppins", sans-serif;
  font-size: 25px;
  font-weight: 500;
  text-transform: capitalize;
  text-align: center;
  color:#ffffff;
}
.category_paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
  padding: 15px;
}

/* css for cart-page */
.ShoppingCartTable .RemoveFromCartLink {
  width: fit-content;
  color: #0F4233;
  font-size: 24px;
}
.ShoppingCartTable .cart_pro_details {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.ShoppingCartTable .cart-item-image {
  border-radius: 9px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}
.ShoppingCartTable .cart-item-name a {
  color: #449345;
}
.Card_summary_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.local_box {
  color: #333333;
  background-color: #ffffff;
  text-transform: capitalize;
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  padding: 5px 0px;
  white-space: nowrap;
  width: fit-content;
}
/* end of css */
/*.productItem-thumbnail {
position: relative;
}*/

/* Blog Post*/

.container_breadcrumb {
  display: flex;
  justify-content: end;
  align-items: center;
}

.back_btn_box {
  width: fit-content;
  margin: 10px 0px;
}

.block_back_btn {
  color: #0B342B;
  font-size: 18px;
  text-transform: capitalize;
  font-family: 'Poppins';
  font-weight: 600;
  margin-left: 10px;
}
.block_back_btn i {
  width: fit-content;
}

.block_back_btn:hover,
.block_back_btn:focus {
  color: #0B342B;
}

.blog_detail_profile_box {
  padding: 30px;
  margin: 20px 0px;
  border-radius: 20px;
  background: rgb(15 66 51 / 83%);
  background-position: center;
  background-size: cover;
  position: relative;
}

.bgimg_blog {
  background: rgb(15 66 51 / 71%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
}

.blog_profile_box {
  height: 100px;
  width: 100px;
}

.profile_details_cantainer {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.profile_details_box {
  display: flex;
  align-items: center;
}

.blog_profile_pic {
  box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15);
  border-radius: 50%;
}

.add_comment_btn {
  background-color: #449345;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 500;
  padding: 5px 24px;
  cursor: pointer;
}
.add_comment_btn a {
  color: #fff;
}

.zero_comment {
  font-family: "Poppins", sans-serif;
  font-size: 17px;
  font-weight: 400;
  text-align: end;
}

.menu_list,
.leftColumn_ul {
  padding-left: 0px;
}

.footer_input_box,
.save_for_btn,
.hr-gradient,
.footer_address_box,
.menu_item_right,
.quality_heading,
.drop_down_box,
.go_btn,
.input_box {
  width: 100%;
}

/* Powered Fridge Program*/

.plant_powered_cantainer {
  background-image: url('https://www.intunefoods.ca/programs/ppf-banner.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: end;
  align-items: center;
}

.plat_powered_box {
  width: 60%;
  padding: 30px;
  background: rgb(15 66 51 / 78%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  margin: 50px 0px;
}

.plant_fridge_paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
  color: #FFFFFF;
}

.postion_fridge {
  margin: 0px auto 100px;
  background-color: #449345;
  padding: 100px;
}

.hr_fridge_offer {
  height: 3px;
  background: linear-gradient(to right, #0B342B, #449345);
  border: none;
  width: 122px;
}

.fridge_offer_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.offer_list_heading {
  font-family: "Poppins", sans-serif;
  font-size: 21px;
  color: #0F4233;
}

.offer_list_paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 27px;
}

.offer_icon_circle {
  border: double 2px transparent;
  border-radius: 50%;
  background-image: linear-gradient(white, white), linear-gradient(to right, #0B342B, #58A859);
  background-origin: border-box;
  background-clip: content-box, border-box;
  height: 80px;
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.offer_icon_circle_img {
  height: 45px;
  width: 45px;
}

.offer_list_content {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.what_we_offer_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 20px;
}

/*Plant Bistro*/

.plant_bistro_cantainer {
  background-image: url('https://www.intunefoods.ca/programs/plant-bistro/PB-Snack01.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: end;
  align-items: center;
}

.plant_bistro_box {
  width: 60%;
  padding: 30px;
  background: rgb(15 66 51 / 78%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  margin: 150px 0px;
}

.Conclusion_bistro_box {
  margin: 100px 0px;
  background-color: #449345;
  padding: 100px;
}

.bistro_list_img {
  /* height: 100px;*/
  width: 100px;
  margin: 0px auto 15px;
}

.bistro_list_box {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 20px;
  margin: 10px 0px;
}

.img_client_bistro {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.implementation_box {
  padding: 30px;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  height: 100%;
}

.Bistro_spacing {
  margin: 100px;
}

.contact_itf_spacing {
  margin: 0px auto 170px;
}

.solution_sub_box {
  margin: 25px 0px 0px 0px;
}

.section_sm_bottom {
  margin-bottom: 30px;
}

.bg_globalcommissary_img { 
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 160px 0px;
  position: relative;
  margin: 0px 0px 80px;
  background-image: url('https://www.intunefoods.ca/programs/snackbar/snackbar-banner.png'); 
}
.choosefresh_mb {
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.snackbar_paragraph {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: left;
  line-height: 27px;
}

.snackbar_img {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.choose_fresh_card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  margin: 0px 0px 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
}
.snackbar_margin_top{
  margin-top: 200px;
}
.sets_us_card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 15px;
  text-align: center;
  margin: 10px 0px;
  position: relative;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sets_us_card_second {
  background-color: #718238;
  bottom: -60px;
}

.side_card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 20px;
  position: relative;
  height: 100%;
  border: 2px solid #0F4233;
}

.side_card_one {
  margin: 0px 0px 35px;
}

.flavor_box {
  margin: 150px 0px 100px;
  background-color: #449345;
  padding: 100px;
}

.journey_spacing {
  margin: 100px auto 170px;
}
.grab_go_img {
  background-image: url('https://www.intunefoods.ca/programs/grab-go/ftg-2.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0px;
  position: relative;
  margin: 0px 0px 80px;
}
.bulk_meal_kit_img {
  background-image: url('https://www.intunefoods.ca/programs/bulk-meal-kits/bmk-01.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 120px 0px;
  position: relative;
  margin: 0px 0px 80px;
}

.overlay_grab_go_img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: black;
  opacity: 0.4;
}
.ab_snackbar_box {
  position: absolute;
  bottom: -100px;
}
.snack_banner_headding {
  font-size: 53px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.sanckbar_description_box {
  color: #ffffff;
  padding: 40px;
  background: rgb(15 66 51 / 83%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  border-radius: 20px;
}
.red-label {
  background: #BE4041;
}
.light-green-label {
  background: #58AF4A;
}

.Benefits_card {
  background-color: #58A859;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 30px 25px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.kits_img {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}

.samplemenu_img {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.heading_bulk {
  font-size: 30px;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  margin-bottom: 15px;
}

.kits_card {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  height: 100%;
  margin: 0px 0px 15px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  flex-direction: column;
  padding: 15px;
  background-color: #ffffff;
}

.sample_card_box {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 30px;
  border: 1px solid #0F4233;
  margin-bottom: 30px;
}

.convenience_box {
  margin: 100px 0px;
  background-color: #449345;
  padding: 100px;
}

.content_salution_container {
  position: relative;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  padding: 40px 25px;
  border-top: 5px solid #0F4233;
}

.content_salution {
  display: block;
  width: 100%;
  height: auto;
}

.overlay_salution_content {
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background-color: #0F4233;
  overflow: hidden;
  width: 100%;
  height: 0;
  transition: .5s ease;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;

}

.content_salution_container:hover .overlay_salution_content {
  bottom: 0;
  height: 100%;
}

.text_salution {
  padding: 40px 25px;
  color: #ffffff;
}

.results_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.results_img {
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}

.results_img_box {
  width: 50%;
}

.results_content_box {
  width: 30%;
}

.results_content_box_postion {
  padding: 30px;
  background: rgb(15 66 51 / 81%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  border-radius: 20px;

  position: relative;
  left: -238px;
  width: 570px;
}

.implementation_box_postion {
  padding: 30px;
  background: rgb(15 66 51 / 81%);
  backdrop-filter: blur(7px);
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
  position: relative;
  width: 570px;
}

.results_container_spacing {
  margin-bottom: 100px;
}


/** Feature Programs Carousel**/

.slider_img {
  max-height: 100%;
  border-radius: 20px;
  box-shadow: rgba(0, 0, 0, .16) 0 3px 6px, rgba(0, 0, 0, .23) 0 3px 6px;
}

.slider_content {
  color: #ffffff;
  padding: 10px;
  background: rgb(15 66 51 / 74%);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(7px);
  border-radius: 20px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  bottom: 0;
  width: -webkit-fill-available;
}

.slider_heading {
  position: relative;
  height: 100%;
}

.owl-dots {
  display: none;
}

.img_wrapper {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.owl-next,
.owl-prev {
  display: inline-flex !important;
  justify-content: center !important;
  align-items: center !important;
  background: #0F4233 !important;
  height: 40px !important;
  width: 40px !important;
}

.owl-next span,
.owl-prev span {
  color: #ffffff !important;
  font-family: FontAwesome;
}
.brands_slider_header .owl-nav {
  top: -30px;
}
.owl-nav {
  margin-top: 0px !important;
  position: absolute;
  display: flex;
  justify-content: end;
  width: -webkit-fill-available;
  top: -78px;
}
.featured_section{
  margin: 100px auto 0px;
}



/**Carousel For Partners**/

.parent {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.carousel {
  width: 100%;
  display: flex;
}
.client_logo {
  border: 5px solid #58a859;
  height: 200px !important;
  padding: 10px !important;
}
img.aboutImageSlide {
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translate(-50%, -50%);
  left: 50%;
  width: 80% !important;
}
.box-slide {
  width: 100%;
  background-color: #EAE8E8;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 250px;
}

/* [WishList] */
#ddWishLists, #txtNewWishlistName { margin-bottom: var(--space-2); }
#tblCart td, #tblCart td > .row { align-items: center; vertical-align: middle; }
.WishListSaveForLaterItem-total .btn { font-size: 0.875rem !important; }
table#dvWishList td { padding: 10px; }
.checkall input[type="checkbox"] { margin: 0; }
.WishListSaveForLaterItem-qty .qty-spinner { max-width: 100%; justify-content: center; }
table#dvWishList select#ddWishLists { height: 48px; }
@media(max-width:1700px) and (min-width:991px){
  .WishListSaveForLaterItem-total .Actions .col-6, .SavedWishListDetails-actions .Actions .col-6 { flex: 0 0 auto; width: 100%; margin-bottom: var(--space-1); }
}
@media(min-width:991px){
  .WishListRating > table { margin: 0 auto; }
  .CartItemPriceArea { font-weight: 700; }
}
@media(max-width:991px){
  .WishListSaveForLaterItem-selectAll { display: none; } 
  .WishListSaveForLater-table-item .col-md-9, .WishListSaveForLater-table-item .col-md-3, .SavedWishListDetailCartItem .col-md-9, .SavedWishListDetailCartItem .col-md-3 { flex: 0 0 auto; width: 100%; }
  .WishListSaveForLater-table-head, .WishListSaveForLaterItem-qty { display:none ; }
  /* table#dvWishList td{ display:block; width:100%; } */
  .ProductInfo-details-row .col { max-width: 100%; flex: 0 0 100%; }
}
@media(max-width:576px){
  .WishListSaveForLaterItem .col-sm-4 { flex: 0 0 auto; width: 33.33333333%; } 
  .WishListSaveForLaterItem .col-sm-8 { flex: 0 0 auto; width: 66.66666667%; }
  .ab_itf_img, .ab_itf_img_two { display: none; }
}
/* [/WishList] */


/* [SavedWishLists] */
.SavedWishLists-list.wishlist-list table td { vertical-align: middle !important; }
/* [/SavedWishLists] */

/* [SavedWishListDetail] */
.SavedWishListDetailCartItem-purchased input { margin: 0 auto; }
.SavedWishListDetailCartItem-qty .UpdateButton a { font-weight: 700; text-decoration: underline; }
.subtotal-price { text-align: right; }
@media(min-width:991px){
  .CartItemTotalArea { font-weight: 700; }
  .ShoppingCartPrice, .WishListRating, .ShoppingCartHeader { text-align: center; } 
}

@media(max-width:991px){
  .SavedWishListDetailCartHead, .SavedWishListDetailCartItem-qty, .SavedWishListDetailCartItem-purchased, .ProductInfoWishlist-Details .ItemNumber { display: none; } 
  .SavedWishListDetails-actions { margin-top: var(--space-3); }
  .SavedWishListDetailCart-table-item { padding-top: var(--space-2); padding-bottom: var(--space-2); margin-bottom: var(--space-2); }

  /* Column Alignment for product details - mobile */
  .SavedWishListDetailCartItem-desc .ProductInfoWishlist-thumbnail { flex: 0 0 25%; max-width: 25%; }
  .SavedWishListDetailCartItem-desc .ProductInfoWishlist-Details { flex: 0 0 75%; max-width: 75%; }
  .SavedWishListDetailCartItem-desc .ProductInfoWishlist-Details .col { flex: 0 0 100% !important; max-width: 100% !important; margin-bottom: var(--space-1); }
}
/* [/SavedWishListDetail] */

/* [SharedWishList] */
.SharedWishList-results.wishlist-list td { vertical-align: middle; }
tr.SharedWishListResultsItem, tr.SavedWishListsItem { transition: 0.2s; }
tr.SharedWishListResultsItem:hover, tr.SavedWishListsItem:hover { background: var(--bs-gray-200); transition: 0.2s; }
/* [/SharedWishList] */

@media only screen and (max-width: 769px) {
  .bg_Coffee_blur {
    position: static !important;
    transform: translateX(0%) !important;
    width: 100% !important;
    border-radius: 20px;
    padding: 20px !important;
  }

  .bg_Coffee_image {
    height: auto !important;
  }

  .customizedbranding {
    margin-top: 0px !important;
  }
  .itf_box {
    margin-top: 80px;
  }
  .MailingList {
    width:100%;
  }
  .hide-mobile {
    display: none;
  }
  .ab_snackbar_box {
    position: static;
  }
  .flavor_box {
    padding: 100px 20px;
  }
  .side_card_one {
    margin: 30px 0px 35px;
  }
  .snack_banner_headding {
    font-size: 32px;
  }
  .sets_us_card_second {
    bottom: unset;
  }
  .bg_globalcommissary_img {
    flex-wrap: wrap;
  }
  .bg_globalcommissary_img .plant_heading_n, .bg_globalcommissary_img .ab_plant_box {
    flex: 0 0 100%;
    position: unset;
    margin-top: 20px;
  }


  .Bistro_spacing {
    margin: 100px 0;
  }
  .the-global-commissary .tgc_description_box {
    left: 10%;
    right: 10%;
  }

  /* new add class */
  .grab_go_img {
    display: flex;
    flex-direction: column-reverse;
  }  
  .offer_list_paragraph,
  .offer_list_heading {
    text-align: center;
  }

  .offer_list_heading {
    margin-top: 15px;
  }

  /* Blog Roll */
  .block_item {
    flex-direction: column;
  }

  .bg_blog_img {
    padding: 23px 23px 0px;
  }

  .block_content {
    padding: 24px;
  }
  .icon_with_content {
    flex-direction: column;
    text-align: center;
  }
  .blog_box_paragraph {
    text-align: center !important;
    margin-top: 20px !important;
  }
  .fb_iframe_widget iframe {
    width: 240px !important;
  }
  .fb_iframe_widget_fluid span {
    width: 240px !important;
  }


  .footer_ab_btn {   
    width: -webkit-fill-available!important;
  }
  .ab_bg_color {
    padding: 25px 20px;
  }
  .input_box_field {
    width: -webkit-fill-available;
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
  .carousel_heading {
    font-size: 32px;
  }
  .carousel_paragraph {
    font-size: 18px;
  }
  .carousel_img {
    padding: 90px 0px;
    height: auto;
  }
  .heading {
    font-size: 30px;
  }
  .OurEthos_box {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .paragraph {
    font-size: 17px;
  }
  .glass_effect {
    margin-bottom: 0px !important;
    padding: 10px;
  }
  .bg_img {
    padding: 50px 12px;
    height: auto;
  }
  .process_bg_img,
  .brand_bg_img {
    display: none;
  }
  .brands_head_box {
    margin-top: 0px;
    padding: 50px 0px;
  }
  .brands_card {
    margin-bottom: 30px;
  }
  .circle_heading {
    font-size: 23px;
  }
  .Production_box {
    margin: 50px 0px;
  }
  .process_box {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .Production_paragraph {
    width: auto;
  }
  .blog_img {
    padding: 50px 0px 110px;
  }
  .bg_plant_img {
    padding: 50px 0px 114px;
  }
  .sm_color_change {
    color: #0F4233 !important;
  }
  .quality_content_box {
    margin: 25px 0px;
  }
  .quality_container {
    margin: 124px auto 0px !important;
  }
  .icon:hover {
    color: #58A859;
  }
  .item:hover,
  .item:focus {
    color: #58A859;
    text-decoration: none;
    background-color: #ffffff;
    border-radius: 0px;
    border-bottom: 2px solid #58A859;
  }
  .active_home {
    border-bottom: 2px solid #58A859;
    color: #58A859;
    background-color: #ffffff;
    border-radius: 0px;
  }
  .menu_list {
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .sm_none {
    display: none;
  }
  .logo {
    height: 63px;
    width: 99px;
    margin: auto;
  }
  .hr_row {
    width: 18px;
  }
  .box {
    padding: 6px 5px;
  }
  .content_text {
    font-size: 16px;
  }
  .hr-gradient {
    height: 2px;
  }
  .plant_heading_box {
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: center;
    border-radius: 20px;
    padding: 15px 15px;
    background: rgb(255 255 255 / 54%);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
  }
  .ab_plant_box {
    bottom: -69px;
  }
  .turmeric_logo,
  .Brands_logo {
    margin-left: auto;
    margin-right: auto;
  }
  .brands_anchor_sm {
    display: flex;
    justify-content: center;
  }
  .box_spacing {
    margin: 50px auto 100px !important;
  }
  .freshtogo_description_box,
  .plant_description_box {
    padding: 20px 25px;
  }
  .bg_freshtogo_img,
  .bg_globalcommissary_img {
    padding: 50px 0px 114px;
  }
  .freshtogo_box,
  .endless_box {
    padding: 0px 0px 50px;
  }
  .bg_turmeric_img{
    padding: 80px 0px;
  }
  .footer_input_box {
    width: 100%;
  }
  .footer_input_box input.form-control {
    margin-bottom: 10px;
    margin-right: 0;
  }
  .content_box_head {
    flex-direction: column;
  }
  .become_box {
    margin: 20px 0;
  }
  .more_btn_box {
    margin: auto;
  }
  .CategoryCategoryName {
    text-align: center;
    margin-top: 100px;
  }
  .Category .row {
    margin-left: auto;
    margin-right: auto;
  }
  .AttributeNavigationLinks {
    width: 100%;
  }
  .Tabs .ui-tabs-nav {
    display: inline-block;
  }
  .Tabs .ProductDisplay tr {
    display: flex;
    flex-wrap: wrap;
  }
  .Tabs .ProductDisplay td.ControlItem {
    width: 100% !important;
  }
  .Tabs .ProductDetailsReviewRatingStars StarRatings tr {
    flex-wrap: inherit;
  }
  .Tabs .ProductDetailsReviewRatingStars .StarRatings td {
    display: contents;
  }
  .cart_btn {
    display: block;
    text-align: center;
  }

  .cart_btn_group {
    flex-direction: column;
  }

  .cart_btn_box {
    width: -webkit-fill-available;
    margin-bottom: 20px;
  }
  /*Programs*/

  .snackbar_margin_top {
    margin-top: 100px;
  }
  .convenience_box{
    padding: 35px 20px;
  }

  .what_we_offer_box {
    padding: 50px 20px 0px;
  }

  .plant_fridge_paragraph {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 6;
  }
  .postion_fridge{
    padding: 20px 15px;
  }

  .Conclusion_bistro_box {
    padding: 20px 15px;
  }
  /* cart-page */
  .ShoppingCartTable .ShoppingCartItemContent {
    flex-basis: 20px !important;
  }
  .ShoppingCartTable .cart-items-actions {
    width: max-content;
  }
  .ShoppingCartTable .ShoppingCartChildBranch {
    padding: 4px;
  }
  .ShoppingCartTable .ShoppingCartQtyLabel{
    display:none;
  }
  .ShoppingCartTable .ShoppingCartQtyWrapper {
    display:contents;
  }
}


@media only screen and (max-width: 1200px) {
  .ab_snackbar_box {
    bottom: -130px;
  }
  .results_content_box_postion,
  .implementation_box_postion {
    padding: 15px;
    width: 475px;
  }

  .results_content_box_postion {
    left: -198px;
  }
  /* cart-page */
  .ShoppingCartTable .ShoppingCartQtyWrapper, .CartItemTotalArea {
    width: fit-content;
  }
  .ShoppingCartTable .ShoppingCartQtyLabel {
    display:none;
  }
  .ShoppingCartTable .ShoppingCartTotalLabel {
    display:none;
  }
  .ShoppingCartTable .ShoppingCartQtyWrapper {
    width: max-content;
  }
}


/* responsive header */
@media screen and (max-width: 992px) {
  .list_nourish {
    margin-top: 40px;
    padding-right: 0px !important;
    padding-left: 0px !important;
  }

  .top_nourish_cardimg {
    margin-top: 30px;
  }
  .text_production_box {
    padding: 40px 0px 0px 0px !important;
  }

  .ab_img_production {
    display: none;
  }

  .production_btn_box {
    margin-bottom: 30px;
  }
  /* cart-page */
  .ShoppingCartTable .ShoppingCartQtyWrapper {
    width: max-content;
    display:contents;
  }
  .ShoppingCartTable .ShoppingCartItemContent {
    flex-basis: 20px !important;
  }
  .ShoppingCartTable .qty-spinner {
    width: max-content;
  }
  .ShoppingCartTable .ShoppingCartChildBranch {
    padding: 4px;
  }
  .ShoppingCartTable .ShoppingCartQtyLabel{
    display:none;
  }
  /*Programs*/
  .choosefresh_mb {
    margin: 0px 0px 35px;
  }
  .results_container {
    flex-direction: column;
  }

  .results_img_box,
  .results_content_box {
    width: auto;
  }

  .implementation_box_postion {
    padding: 30px;
    width: auto;

  }
  .results_content_box_postion{
    position:static;
    width: fit-content;
  }

  /* already added grab&go.html */
  .item_apart_card {
    margin-bottom: 30px;
  }

  .snackbanner_sm_box {
    background: rgb(15 66 51 / 83%);
    margin: 0px 0px 80px;
    border-radius: 20px;
    padding: 15px 5px;
  }

  .snack_banner_headding {
    font-size: 37px;
    text-align: center;
  }

  .snackbar_paragraph {
    text-align: center;
  }
  .plat_powered_box {
    width: auto;
  }
  .plant_bistro_box {
    width: auto;
  }
  .glass_effect {
    width: auto !important;
  }
  .Benefits_card,
  .kits_img {
    border-radius: 20px;
  }

  .kits_img_box {
    margin-bottom: 35px;
  }

  .Benefits_card {
    padding: 40px 30px;
  }

  .kits_card {
    margin: 0px 0px 35px;
  }

  .sample_card_box {
    margin-bottom: 35px;
  }
  .logo {
    margin-bottom: 20px;
  }

  .header_box {
    flex-direction: column;
  }

  .create_flex_one {
    width: 100%;
    align-items: center;
  }

  .create_flex_two {
    width: 100%;
  }

  .content_box {
    justify-content: center;
  }
  .drop_down_box {
    justify-content: center;
    flex-wrap: wrap;
  }

  .dropdown_heading {
    width: 100%;
  }

  .filter_heading {
    text-align: center;
  }

  #itf-businessunitsModal, #ourproductsModal {
    width: 90%;
    height: -webkit-fill-available !important;
    top: 26% !important;
    border-radius: 15px;
    left: 5% !important;
    /* right: 50%; */
    box-shadow: #0f4233ba 0px 0px 3px;
    transform: none !important;
  }
  .brands-modal button {
    text-align:end;
    display: flex !important;
  }
  .brands-modal .Control.Control_8153{
    padding-top: 22px;
  }
  .OnePageCheckOut-checkoutArea.checkout.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}
@media only screen and (max-width: 425px) {
  .padding_nourish {
    padding-left: 23px !important;
  }
}



/*********Catering Orders********/

.catering_products table td { 
  display: unset;
}
.catering_products .ProductDisplayQtyBox {
  width: 50px;
  height: 44px;
  padding: 10px !important;
}

.catering_products .qty_spinner_box {
  display: flex;
  border: 1px solid #449345;
  border-radius: 30px;
  width: fit-content;
  height: fit-content;
  padding: 0 20px;
}
.auarts_catering .catering_products .qty_spinner_box {
  border: 1px solid #242829;
}
.catering_products .qty_spinner_box input {
  border: 0;
}
.catering_products .qty_spinner_box span {
  line-height: 44px;
  cursor: pointer;
}
.catering_products .FeaturedItemsDetails{
  color: #449345;
  font-size: 18px;
}
.catering_products .FeaturedItemsDetails .PriceLabels {
  display: ruby;
}
.catering_products .FeaturedItemsDetails .PriceLabels .lblRetailPriceLabel{
  display:none;
}
.catering_products .FeaturedItemsDetails .PriceLabels .lblRetailPrice {
  font-size: large;
  text-decoration: line-through;
}
.auarts_catering .catering_products .FeaturedItemsDetails{
  color: #df2527;
}
.FeaturedItemsDetails span {
  display: block;
  font-size: 12px;
  color: #0F4233 !important;
}
.auarts_catering .FeaturedItemsDetails span {
  color: #242829 !important;
}
.catering_item {
  border-bottom: 1px solid #449345;
  padding-bottom: 24px;
}
.auarts_catering .catering_item {
  border-bottom: 1px solid #df2527;
}
.cartBox {
  display: flex;
  justify-content: center;
}
.auarts_catering .more_btn_box {
  background-color: #000;
}
.auarts_catering .more_btn_box:hover {
  color: #fff;
}
.more_btn_box.addToCart {
  margin-left: 10px;
  border: 0;
  height: fit-content;
}
.catering_navs .nav-pills .nav-link.active, .catering_navs .nav-pills .show>.nav-link {
  background-color: #449345;
}
.auarts_catering .catering_navs .nav-pills .nav-link.active, .auarts_catering .catering_navs .nav-pills .show>.nav-link
{
  background-color: #df2527;
  color: #fff;
}
.catering_navs .nav-link {
  color: #0F4233;
}
.auarts_catering .catering_navs .nav-link {
  color: #000000;
}
.itf_catering .auarts_contact, .auarts_catering .itf_contact {
  display: none;
}

.auarts_catering .auarts_contact {
  display: block;
}

.selected_lists {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
}
.selected_item {
  font-size: 12px;
  font-weight: bold;
}
.selected_item .sel_addons {
  font-weight:normal;
}
.selected_item .remove_item {
  float: right;
  cursor: pointer;
}
.selected_item .price {
  float: right;
  width: 50px;
}
/*.item_image img{
width: 200px; 
}*/
.catering_item .FeaturedItemsDetails span.lblPrice {
  font-size: 18px;
  line-height: 36px;
}
.catering_item .Variants {
  margin: auto;
  width: fit-content;
}
.catering_item .Variants .variantGroup_AddOn {
  padding: 5px;
  width: -webkit-fill-available;
  font-size: 12px;
}
.success_added {
  float: right;
  text-transform: uppercase;
  margin: 15px 0;
  color: #449345;
}
.pref_pricing {
  color: #449345;
  font-size: x-large;
  display:none;
}
.pref_pricing_caption {
	display: none;
}
.auarts_catering .pref_pricing, .auarts_catering .pref_pricing_caption {
	display: block !important;
}
.selected_lists .pref_pricing {
  font-size: 14px; 
}
.selected_lists .pref_pricing_caption {
  font-size: 12px; 
}
.auarts_catering .pref_pricing {
  color: #df2527 !important;
}
.auarts_catering .success_added {
  color: #00615b;
}
.auarts_catering h2 {
  color: #000;
}
.auarts_catering h3, .auarts_catering h4 {
  color: #df2527;
}
.auarts_catering .heading {
  margin-bottom: 40px;
}
.auarts_catering .heading img {
  width: 100px;
}
.auarts_catering hr {
  background: #df2527;
}
.auarts_catering .SignInThemeButton.ThemeButton:not(.btn):not(.as-link), input[type="submit"]:not(.btn):not(.as-link) {
  background-color: #000;
  border-color: #000;
}
.auarts_login img {
  max-width: 400px;
}
img.itemImage {
  cursor: pointer;
}
img.itemImage:hover {
  opacity: 0.8;
}

.item_image .vegan-True {
  width: 50px;
  height: 18px;
  background-image: url(/Shared/Themes/Plantpartner/css/vegan-badge-v2.svg);
  background-size: 100%;
  position: absolute;
  top: 26px;
  left: 0;
  background-repeat: no-repeat;
}
.item_image .veg-True {
  width: 70px;
  height: 18px;
  background-image: url(/Shared/Themes/Plantpartner/css/veg-badge-v2.svg);
  background-size: 100%;
  position: absolute;
  top: 45px;
  left: 0;
  background-repeat: no-repeat;
}
.item_image .diary-True {
  width: 24px;
  height: 24px;
  background-image: url(/Shared/Themes/Plantpartner/css/dairy.png);
  background-size: 100%;
  position: absolute;
  top: 77px;
  left: 0;
  background-repeat: no-repeat;
}
.item_image .gluten-True {
  width: 24px;
  height: 24px;
  background-image: url(/Shared/Themes/Plantpartner/css/gf-badge.svg);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-repeat: no-repeat;
}
#orderCustom-container{
  display: none;
}


/*Catering Order Modal Popup for Images*/


.itf_catering .item_image {
  position: relative;
}
/* Style the Image Used to Trigger the Modal */
.itf_catering #myImg {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.itf_catering #myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.itf_catering .modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.itf_catering .modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
.itf_catering #caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.itf_catering .modal-content, .itf_catering #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.itf_catering .close {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.itf_catering .close:hover,
.itf_catering .close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.contact_list {
  font-size: smaller; 
  word-wrap: break-word;
}
.itf_catering .contact_list strong {
  color:#449345;
}
.auarts_catering .contact_list strong {
  color:#df2527;
}
.contact_list a {
  color: #000;
  font-size: 13px; 
}

.catering_notice {
  font-size: 10px;
  background: #FFE9D9;
  padding: 10px;
  border: 1px solid #ffcaa4;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .itf_catering .modal-content {
    width: 100%;
  }
}