.entry ul {
  margin: 0;
  padding: 0;
}

.shopping-list-item.no-print {
  margin: 0 0 0px 0;
  padding: 0 0 0 20px;
}

.bg-grey {
	background-color: #f5f5f5;
}

@media screen and (max-width:500px) {
	.more-measurements {
	  float: none;
	  display: block;
	  padding-bottom: .5rem;
	  padding-left: 0;
	  width: 100%;
	}
  
	.ingredients h2 {
	  position: relative;
	  top: 0;
	}
  
	#ingredients-list {
	  padding-top: 0;
	}
  }
  
  @media screen and (max-width:470px) {
	.add-recipe-actions{
	  display: flex;
	  flex-flow: column;
	  justify-items: center;
	  margin-bottom: 1rem;
	}
  
	.display-shopping-list{
	  margin-top: .875rem !important;
	}
  
	.recipe-shopping-list, .display-shopping-list {
	  margin-left: auto !important;
	  margin-right: auto !important;
	  font-size: .875rem;
	}
  }
  
  @media screen and (max-width:370px) {
	#submenu_box a {
	  padding:0 .2rem;
	}
  }
  
  

/* Admin bar fix */
#wpadminbar .ab-top-menu>.menupop>.ab-sub-wrapper {
  min-width: 250px;
}

.hide-for-mobile {
  display: block;
}

.hide-for-desktop {
  display: none;
}

@media screen and (max-width:800px) {

  .hide-for-mobile {
    display: none;
  }

  .hide-for-desktop {
    display: block;
  }
}


/* styles for shopping lists */

#hfg_preferences_favorites .recipe-grid-item {
  width: 22.9%;
}

@media screen and (max-width:1024px) {
  #hfg_preferences_favorites .recipe-grid-item {
    width:30.9%;
  }
}

@media screen and (max-width:800px) {
  #hfg_preferences_favorites .recipe-grid-item {
    width:47.7%;
  }
}

@media screen and (max-width:768px) {
  #hfg_preferences_favorites .recipe-grid-item {
    width:47.6%;
  }
}

@media screen and (max-width:678px) {
  #hfg_preferences_favorites .recipe-grid-item {
    width:47.2%;
  }
}

@media screen and (max-width:576px) {
  #hfg_preferences_favorites .recipe-grid-item {
    width:100%;
  }
}

#hfg_preferences_favorites .recipe-grid-item .fav_list_popup ul{
  margin: 0;
  padding: 0;
  max-height: 360px;
  overflow-y: scroll;
}

.button-area,
.button-area-2 {
  display: flex;
  grid-column: span 12;
}

.feedback-area {
  order: 4;
  grid-column: span 6;
  box-sizing: border-box;
  width: 500px;
  margin: 0 auto;
  max-width: 600px;
  margin: 0 auto;
  background-color: #f9f9f9;
  border: 1px solid #f1f1f1;
  border-radius: 3px;
  margin-bottom: 2rem;
  padding: 2rem 1.25rem 1.25rem;
  width: 100%;
  margin-top: 2rem;
}

.feedback-title{
  margin-bottom: 1rem !important;
}

.feedback-area label {
  font-size: .925rem;
  font-weight: bold;
}

.feedback-area p {
  line-height: 1.5;
}

.feedback-area .btn {
  margin-bottom: 0.5rem;
}

.feedback-text {
  font: 300 14px "Open Sans", Helvetica, Arial, Sans-serif;
  margin-bottom: 0.5rem;
  width: 100%;
  border: 1px solid #dedede;
  padding: 0.5rem 0.75rem;
  max-width: 92%;
}

.button-area button,
.button-area-2 button {
  margin-right: 1rem;
}

.single-hfg_collection .shopping-list {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #cecece;
}

div:has(>.draggable-container--over) {
  border: 3px solid rgb(51, 51, 51)!important;
  transition: all ease-in 0.05s;
}

.list-area {
  border: none!important;
}


.shopping-list-area {
  border-radius: 5px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-column-gap: 1.5rem;
  grid-row-gap: .5rem;
  padding: 1rem 1.5rem;
  padding-top: 2.5rem;
}

.shopping-list-area .instructions {
  grid-column: span 12;
  text-align: center;
}

.list-area p {
  line-height: 1.4 !important;
}

@media screen and (max-width:1100px) {
  .shopping-list-area {
    grid-column-gap: 1.25rem;
    padding: 1rem 1.5rem;
    width: calc(100% - 3rem);
  }
}

@media screen and (max-width:768px) {
  .shopping-list-area {
    padding: 1rem;
  }
}

@media screen and (max-width:500px) {
  .shopping-list-area {
    grid-column-gap: 1.25rem;
    padding: 1rem 0.75rem;
    width: calc(100% - 1.5rem);
  }
}

.shopping-list-area .col {
  grid-column: span 6;
}

#clear-removed-items-button{
  display: block;
  margin-top: 10px;
  margin-left: 15px;
}

.removed-items-heading {
  display: flex;
  justify-content: space-between;
}

.fa-solid.fa.fa-x::before {
  content: "\f057";
}

.fa-circle-minus::before {
  content: "\f056";
}

#remove-checked-items-button , #clear-removed-items-button {
  text-decoration: none;
  color: white;
  background-color: #F7A206;
  border-color: #F7A206;
  z-index: 2;
  transform-origin: center;
  transition: transform 0.5s ease-in-out;
}

#remove-checked-items-button:hover , #clear-removed-items-button:hover {
  border: 1px solid #e89909;
  background-color: #e89909;
  border-color: #F7A206;
}


.scale-up {
  transform: scale(1.2);
}

.category-col {
  order: 2;
}

.main-col {
  order: 3;
}

.button-area-2 {
  order: 1;
}

.button-area {
  order: 4;
}

.list-area {
  margin-bottom: 15px;
  background: #FFFFFF;
  box-shadow: 0px 2px 2px #00000029;
  border: none;
  border-radius: 15px;
  opacity: 1;
  padding-bottom: 1rem;
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
}

#removed-item-list-container{
  border: 2px solid #F7A206 !important;
}

#removed-item-list-container h2{
  background-color: #F7A206;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.list-area h2{
  background-color: #008037;
  border-radius: 10px 10px 0 0;
  color: white;
  font-size: 15px;
  padding: 0.5rem 0.875rem;
  margin-bottom: 1.25rem;
  display: flex;
  column-gap: 5px;
  align-items: center;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -3px;
  height: 22px;
  flex-direction: row;
  justify-content: space-between;
  font-weight: 700;
}

p.list-title{
  margin: 0;
}

.list-item-tools-container {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 0;
}

.list-item-counter {
  height: 16px;
  border-radius: 100%;
  font-size: .6rem !important;
  font-family: 'Open Sans', Helvetica, Arial, Sans-serif;
  font-weight: 500;
  border: 1px solid #ffffff7a;
}

.shopping-list-title-wrapper-container{
  display: flex;
  flex-direction: row;
  gap: 5px;
  align-content: center;
  justify-content: center;
}

.list-area h2 span {
  color: white;
  width: 17px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
}

.list-area h2 span.chevron {
  width: 20px;
  justify-content: end;
}

.list-area-icon{
  opacity: .9;
}

.list-area-icon img{
  width: 22px;
  width: 18px;
}

.list-area ul{
  margin: 0;  
  padding: 0;
  padding: 0 1rem;
}

.list-area-icon.remaining-items{
  margin-top: 1px;
}

@media screen and (min-width:991px) {
  .list-area h2{
    font-size: 17px;
  }

  .list-area h2 span.chevron {
    width: 24px;
    font-size: 18px;
  }

  .list-area h2 span {
    width: 20px;
    height: 20px;
    line-height: 20px;
  }

  .list-area-icon img {
    width: 20px;
  }
  
  .list-area-icon.remaining-items{
    margin-top: 0px;
  }
}

@media screen and (max-width:800px) {
  .shopping-list-area .col,
  .feedback-area {
    grid-column: span 12;
  }
}

@media screen and (max-width:500px) {
  .list-area ul{
    padding: 0 0.75rem;
  }
}

li.shopping-list-item {
  background-color: #f8f9fd;
  list-style-type: none !important;
  border: 1px solid #EBEEF3;
  border-radius: 2px;
  margin-bottom: 8px;
  padding: 0;
  display: flex;
  column-gap: 9px;
  align-items: center;
}

.shopping-list-move{
  border-right: 1px solid #EBEEF3;
  cursor: move;
  padding: 0.375rem 0.625rem;
}

.shopping-list-move i{
  color: #70a437;
}

#removed-item-list-container .shopping-list-item input{
  display: none;
}

.shopping-list-content{
  line-height: 1.2;
  font-size: .875rem;
  width: 100%;
  height: 37px;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-weight: bold;
}

.check-off{
  margin-right:12px;
}

.crossed-out-hover{
  text-decoration: line-through;
  opacity: 0.8;
}

.check-off:hover{
  cursor: pointer;
}

.shopping-list-content input{
  padding: 0.5rem 0;
  margin-left: auto;
}

@media screen and (min-width:1024px){
  .shopping-list-remove{
    display: block;
  }

  .shopping-list-content {
    justify-content: space-between;
  }
}


.crossed-out {
  text-decoration: line-through;
}

.save_all_for_later_show_options {
  cursor: pointer;
  margin-left: 0;
  margin-right: 8px;
  font-weight: 600;
  background-color: #7eb541;
  border-radius: 2px;
  color: white;
  padding: 0.275em 0.45em 0.275em 0.275em;
  transition: all ease .3s;
}

.save-to-favs-area {
  display: flex;
  margin-bottom: 1.2rem;
}

@media screen and (max-width:360px){
  .save-to-favs-area {
    flex-flow: column;
    row-gap: 10px;
}
}

  
  /* styles for shopping lists */
  
  #hfg_preferences_favorites .recipe-grid-item {
	width: 22.9%;
  }
  
  @media screen and (max-width:1024px) {
	#hfg_preferences_favorites .recipe-grid-item {
	  width:30.9%;
	}
  }
  
  @media screen and (max-width:800px) {
	#hfg_preferences_favorites .recipe-grid-item {
	  width:47.7%;
	}
  }
  
  @media screen and (max-width:768px) {
	#hfg_preferences_favorites .recipe-grid-item {
	  width:47.6%;
	}
  }
  
  @media screen and (max-width:678px) {
	#hfg_preferences_favorites .recipe-grid-item {
	  width:47.2%;
	}
  }
  
  @media screen and (max-width:576px) {
	#hfg_preferences_favorites .recipe-grid-item {
	  width:100%;
	}
  }
  
  #hfg_preferences_favorites .recipe-grid-item .fav_list_popup ul{
	margin: 0;
	padding: 0;
	max-height: 360px;
	overflow-y: scroll;
  }
  
  .button-area,
  .button-area-2 {
	display: flex;
	grid-column: span 12;
  }
  
  .feedback-area {
	order: 4;
	grid-column: span 6;
	box-sizing: border-box;
	width: 500px;
	margin: 0 auto;
	max-width: 600px;
	margin: 0 auto;
	background-color: #f9f9f9;
	border: 1px solid #f1f1f1;
	border-radius: 3px;
	margin-bottom: 2rem;
	padding: 2rem 1.25rem 1.25rem;
	width: 100%;
	margin-top: 2rem;
  }
  
  .feedback-title{
	margin-bottom: 1rem !important;
  }
  
  .feedback-area label {
	font-size: .925rem;
	font-weight: bold;
  }
  
  .feedback-area p {
	line-height: 1.5;
  }
  
  .feedback-area .btn {
	margin-bottom: 0.5rem;
  }
  
  .feedback-text {
	font: 300 14px "Open Sans", Helvetica, Arial, Sans-serif;
	margin-bottom: 0.5rem;
	width: 100%;
	border: 1px solid #dedede;
	padding: 0.5rem 0.75rem;
	max-width: 92%;
  }
  
  .button-area button,
  .button-area-2 button {
	margin-right: 1rem;
  }
  
  .single-hfg_collection .shopping-list {
	margin-top: 2rem;
	padding-top: 1.5rem;
	border-top: 1px solid #cecece;
  }
  
  .shopping-list-area {
	border-radius: 5px;
	display: grid;
	grid-template-columns: repeat(12, 1fr);
	grid-column-gap: 1.5rem;
	grid-row-gap: .5rem;
	padding: 1rem 1.5rem;
	padding-top: 2.5rem;
  }
  
  .shopping-list-area .instructions {
	grid-column: span 12;
	text-align: center;
  }
  
  .list-area p {
	line-height: 1.4 !important;
  }
  
  @media screen and (max-width:1100px) {
	.shopping-list-area {
	  grid-column-gap: 1.25rem;
	  padding: 1rem 1.5rem;
	  width: calc(100% - 3rem);
	}
  }
  
  @media screen and (max-width:768px) {
	.shopping-list-area {
	  padding: 1rem;
	}
  }
  
  @media screen and (max-width:500px) {
	.shopping-list-area {
	  grid-column-gap: 1.25rem;
	  padding: 1rem 0.75rem;
	  width: calc(100% - 1.5rem);
	}
  }
  
  .shopping-list-area .col {
	grid-column: span 6;
  }
  
  #clear-removed-items-button{
	display: block;
	margin-top: 10px;
	margin-left: 15px;
  }
  
  .removed-items-heading {
	display: flex;
	justify-content: space-between;
  }
  
  .fa-solid.fa.fa-x::before {
	content: "\f057";
  }
  
  .fa-circle-minus::before {
	content: "\f056";
  }
  
  #remove-checked-items-button , #clear-removed-items-button {
	text-decoration: none;
	color: white;
	background-color: #F7A206;
	border-color: #F7A206;
	z-index: 2;
	transform-origin: center;
	transition: transform 0.5s ease-in-out;
  }
  
  #remove-checked-items-button:hover , #clear-removed-items-button:hover {
	border: 1px solid #e89909;
	background-color: #e89909;
	border-color: #F7A206;
  }
  
  
  .scale-up {
	transform: scale(1.2);
  }
  
  .category-col {
	order: 2;
  }
  
  .main-col {
	order: 3;
  }
  
  .button-area-2 {
	order: 1;
  }
  
  .button-area {
	order: 4;
  }
  
  .list-area {
	margin-bottom: 15px;
	background: #FFFFFF;
	box-shadow: 0px 2px 2px #00000029;
	border: none;
	border-radius: 15px;
	opacity: 1;
	padding-bottom: 1rem;
	max-width: 440px;
	margin-left: auto;
	margin-right: auto;
  }
  
  #removed-item-list-container{
	border: 2px solid #F7A206 !important;
  }
  
  #removed-item-list-container h2{
	background-color: #F7A206;
	width: 100%;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
  }
  
  .list-area h2{
  background-color: #008037;
	border-radius: 10px 10px 0 0;
	color: white;
	font-size: 15px;
	padding: 0.5rem 0.875rem;
	margin-bottom: 1.25rem;
	display: flex;
	column-gap: 5px;
	align-items: center;
	margin-left: -3px;
	margin-right: -3px;
	margin-top: -3px;
	height: 22px;
	flex-direction: row;
	justify-content: space-between;
	font-weight: 700;
  }
  
  p.list-title{
	margin: 0;
  }
  
  .list-item-tools-container {
	display: flex;
	justify-content: center;
	align-content: center;
	gap: 0;
  }
  
  .list-item-counter {
	height: 16px;
	border-radius: 100%;
	font-size: .6rem !important;
	font-family: 'Open Sans', Helvetica, Arial, Sans-serif;
	font-weight: 500;
	border: 1px solid #ffffff7a;
  }
  
  .shopping-list-title-wrapper-container{
	display: flex;
	flex-direction: row;
	gap: 5px;
	align-content: center;
	justify-content: center;
  }
  
  .list-area h2 span {
	color: white;
	width: 17px;
	display: inline-flex;
	justify-content: center;
	align-items: center;
  }
  
  .list-area h2 span.chevron {
	width: 20px;
	justify-content: end;
  }
  
  .list-area-icon{
	opacity: .9;
  }
  
  .list-area-icon img{
	width: 22px;
	width: 18px;
  }
  
  .list-area ul{
	margin: 0;  
	padding: 0;
	padding: .5em 1rem 0 1rem !important;
  }
  
  .list-area-icon.remaining-items{
	margin-top: 1px;
  }
  
  @media screen and (min-width:991px) {
	.list-area h2{
	  font-size: 17px;
	}
  
	.list-area h2 span.chevron {
	  width: 24px;
	  font-size: 18px;
	}
  
	.list-area h2 span {
	  width: 20px;
	  height: 20px;
	  line-height: 20px;
	}
  
	.list-area-icon img {
	  width: 20px;
	}
	
	.list-area-icon.remaining-items{
	  margin-top: 0px;
	}
  }
  
  @media screen and (max-width:800px) {
	.shopping-list-area .col,
	.feedback-area {
	  grid-column: span 12;
	}
  }
  
  @media screen and (max-width:500px) {
	.list-area ul{
	  padding: 0 0.75rem;
	}
  }
  
  li.shopping-list-item {
    background-color: #f5f5f5;
    list-style-type: none !important;
    border: 1px solid #e9e8e8;
	border-radius: 2px;
	margin-bottom: 8px;
	padding: 0;
	display: flex;
	column-gap: 9px;
	align-items: center;
  }
  
  .shopping-list-move{
	border-right: 1px solid #EBEEF3;
	cursor: move;
	padding: 0.375rem 0.625rem;
  }
  
  .shopping-list-move i{
	color: #70a437;
  color: #252525;
  }
  
  #removed-item-list-container .shopping-list-item input{
	display: none;
  }
  
  .shopping-list-content{
	line-height: 1.2;
	font-size: .875rem;
	width: 100%;
	height: 37px;
	text-transform: capitalize;
	display: flex;
	align-items: center;
	font-weight: bold;
  }
  
  .check-off{
	margin-right:12px;
  }
  
  .crossed-out-hover{
	text-decoration: line-through;
	opacity: 0.8;
  }
  
  .check-off:hover{
	cursor: pointer;
  }
  
  .shopping-list-content input{
	padding: 0.5rem 0;
	margin-left: auto;
  }
  
  @media screen and (min-width:1024px){
	.shopping-list-remove{
	  display: block;
	}
  
	.shopping-list-content {
	  justify-content: space-between;
	}
  }
  
  
  .crossed-out {
	text-decoration: line-through;
  }
  
  .save_all_for_later_show_options {
	cursor: pointer;
	margin-left: 0;
	margin-right: 8px;
	font-weight: 600;
	background-color: #7eb541;
	border-radius: 2px;
	color: white;
	padding: 0.275em 0.45em 0.275em 0.275em;
	transition: all ease .3s;
  }
  
  .save-to-favs-area {
	display: flex;
	margin-bottom: 1.2rem;
  }
  
  @media screen and (max-width:360px){
	.save-to-favs-area {
	  flex-flow: column;
	  row-gap: 10px;
  }
  }
  
  
  /* papering over the cracks in the ingredients field */
  
  #ingredients-list li>ul {
	margin: 0 !important;
  }
  
  #ingredients-list ul {
	margin-bottom: 0 !important;
  }
  
  /* shopping list display */
  .recipe-shopping-list,
  .display-shopping-list {
	margin: 20px 10px 0 0;
  }
  
  .display-shopping-list {
	display: none;
  }
  
  .shopping-list-overlay,
  .subscribe-overlay {
	width: 100vw;
	height: 100vh;
	position: fixed;
	z-index: 5000;
	top: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .35);
  }
  
  .shopping-list-overlay #shopping-list-overlay-inner,
  .subscribe-overlay #subscribe-overlay-inner {
	background-color: #fff;
	padding: 3rem 2rem;
	max-height: 500px;
	width: 600px;
	max-width: 72%;
	position: relative;
  }
  
  .shopping-list-overlay #shopping-list-overlay-inner {
	overflow-y: scroll;
  }
  
  #recipe-shopping-list-close,
  #subscribe-overlay-close {
	right: 0.5em;
  top: 0.5em;
  position: absolute;
  color: #ffffff;
  background-color: #ff0000;
  border: 0;
  width: 36px;
  height: 34px;
  }

  .recipe-added-message {
  margin-top: 1rem;
  margin-bottom: 0;
  border: 1px solid #d1e6ba;
  background-color: #f0f6e4;
  font-size: 0.925rem;
  max-width: 80%;
  padding: 0.25rem 0.5rem;
}
  
  .shopping-list-recipe-ids {
	display: none;
  }
  
  .shopping-list-single-recipe {
	position: relative;
	padding: 0 0 1rem;
  }
  
  .shopping-list-single-recipe h3 {
	border-bottom: 1px solid #444;
	padding: 1rem;
	padding-right: 4em;
	background-color: #ededed;
  }
  
  .show-hide-list-ingredients {
  position: absolute;
  top: 0;
  right: 53px;
  color: #121212;
  background-color: transparent;
  border: 0;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: 0px;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: 0px;
  font-size: 1.25rem;
  border-right: 1px solid #cebbbb;
  height: 22px;
  border-top: blanchedalmond;
  margin-top: 14px;
  padding-right: 13px;
  }
  
  .print-shoppinglist-page, .print-shopping-list-area{
	display: none;
  }
  
  .shopping-list-area .print-shopping-list-area{
	display: none;
  }
  
  #shopping-list-overlay-inner .shopping-list-single-recipe:not(:first-of-type) ul {
	display: none;
  }
  
  #shopping-list-overlay-inner .shopping-list-single-recipe:not(:first-of-type) .show-hide-list-ingredients {
	content: '+';
  }
  
  .shopping-list-single-recipe ul {
	list-style-type: none;
	padding: 0 .5rem;
  }
  
  .shopping-list-single-recipe ul {
	padding: 0 .25rem;
  }
  
  .shopping-list-single-recipe ul li:nth-of-type(even) {
	background-color: #eaeaea;
  }
  
  #recipe-shopping-list-email {
	margin-bottom: 1.5rem;
  }
  
  .shopping-lists-buttons{
	text-align: center;
  }
  
  .shopping-lists-buttons .btn {
	font-size: .875rem;
	padding: 0.25em 0.625em;
	margin-bottom: 0.625rem !important;
	margin: 0 0.1625em;
  }
  
  .shopping-list-single-recipe .swap_nz,
  .shopping-list-single-recipe a {
	color: #545454;
	cursor: auto;
  }
  
  #subscribe-show-login {
	color: #7EB541;
	cursor: pointer;
  }
  
  .save-to-meal-plan-box {
	background-color: #f4f4f4;
	border: 1px solid #e8e9ea;
	padding: 1rem 1.5rem;
	margin-top: 1rem;
  }
  
  #meal-plan-instead-long,
  #meal-plan-instead {
	display: block;
	margin-top: 1rem;
  }
  
  .woo-sc-divider {
	padding-bottom: 2rem;
  }
  
  
/* Shopping list toolbar */
@media screen and (min-width:720px){
	.shopping-list-toolbar .add-item-contaner , .shopping-list-toolbar .remove-button-container {
	  border-right: 1px solid #e2e2e2!important;
	  padding-right: 10px!important;
	  border-bottom: none!important;
	  padding-bottom: 0!important;
	}
  
	.shopping-list-toolbar {
	  flex-direction: row!important;
	}
  }
  
  @media screen and (min-width:1024px){
	.shopping-list-item label {
	  padding-left: 0rem;
	}
  
	.shopping-list-toolbar .add-item-contaner {
	  display: block!important;
	}
  
	.main-list .add-item-contaner{
	  display: none!important;
	}
  
	.shopping-list-toolbar {
	  width: 100%!important;
	}
  }
  
  div:not(#removed-items-list) .shopping-list-content:hover {
	text-decoration: line-through;
	opacity: 0.8;
  }
  
  .shopping-list-toolbar {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #f5f5f5;
	position: fixed;
	bottom: -275px;
	left: 50%;
	transform: translateX(-50%);
	border: 1px solid #d9d9d9;
	box-shadow: 0 0 5px 1px rgb(157 157 157 / 20%);
	color: #545454;
	padding: 12px 10px 10px;
	max-width: 940px;
	width: 93%;
	box-sizing: border-box;
	gap: 10px;
	transition: all ease-in 0.1s;
	z-index: 9999;
  }
  
  .slide-up {
	bottom: 0!important;
  }
  
  @media screen and (min-width:992px){
	.shopping-list-toolbar {
	  padding-left: 24px;
	  justify-content: start;
	}
  }
  
  @media screen and (max-width:1023px){
	.shopping-list-toolbar {
	  width: 100%;
	  max-width: 100%;
	  border-radius: 0;
	  border-bottom: 0;
	}
  
	.slide-up {
	  bottom: 0 !important;
	}
  }
  
  @media screen and (max-width:660px){
	.shopping-list-toolbar {
	  flex-direction: column;
	}
  }
  
  .shopping-list-toolbar .action-buttons {
	display: flex;
	gap: 10px;
  }
  
  @media screen and (min-width:801px){
	#add-item-mobile-link{
	   display: none;
	}
  }
  
  .shopping-list-toolbar .remove-button-container{
	display: none;
  }
  
  .favs-mobile-top-row-action{
	display: flex;
	flex-direction: row;
	gap: 10px;
	border-bottom: 1px solid #e2e2e2;
	padding-bottom: 10px;
  }
  
  @media screen and (min-width:400px){
	.favs-mobile-top-row-action {
	  border-bottom: 0;
	  padding-bottom: 0;
	}
  }
  
  @media screen and (min-width:800px){
	.favs-mobile-top-row-action{
	  border-bottom: none;
	  padding-bottom: 0;
	}
  }
  
  .shopping-list-toolbar .custom_shopping_item {
	min-width: fit-content;
	flex: 1;
  border: 1px solid #dedede;
  height: 35px;
  }

  #custom_shopping_item_1 {
    border: 1px solid #dedede;
    height: 33px;
  }

  .nav-info-message{
    display: inline-block;
    padding: 0.4em 2.3em 0;
    font-size: .8em;
    line-height: 22px;
  }
  
  .shopping-list-toolbar .btn{
	min-height: 25px;
	  font-size: .875rem;
	  padding: 0.5em 1em;
  }
  
  .shopping-list-toolbar .add-item-contaner {
	display: none;
  }
  
  .remove_items_warning{
	left: 0;
	top: 37px;
	right: 0;
	max-width: 280px;
	text-align: left;
	padding: 0;
  }
  
  .removed-items-list-body{
	padding: 1em 0.875em 1em;
  }
  
  .remove_items_warning .remove_fav_item_buttons {
	display: flex;
  flex-direction: column;
	column-gap: 10px;
  }
  
  #helpAddItemsButton {
	justify-content: center;
	align-self: center;
	padding-left: 8px;
	color: #abacac;
	font-size: 14px;
	transition: ease-in 0.05s all;
  }
  
  #helpAddItemsButton:hover {
	color: #545454;
	cursor: pointer;
  }
  
  .popout-message {
	display: none;
	position: absolute;
	background-color: #f8d799;
	border: 1px solid #f8d799;
	color: #000;
	padding: 7px;
	border-radius: 3px;
	font-size: 14px;
	width: 78%;
	text-align: center;
  }
  
  /* Styles to position the popout message above the clickable element */
  .popout-message.above {
	top: -49px;
	left: 50%;
	transform: translateX(-50%);
  }
  
  .clear-message-container{
	position: relative;
  }
  
  #clear-items-message{
	display: none;
  }
  