.dietary_update {
	border:  solid 1px #b9cba9;
	border-radius: 4px;
	margin-left: 16px;
	margin-right: 8px;
	margin-bottom: 24px;
	clear:  left;
	background:  #e1eecb;
	padding: 10px 25px;
}
.dietary_update a {
	text-decoration:  underline;
	color:  black;
}
.dietary_update .fa {
	color:  #f15841;
	margin-right: 4px;
}
.dietary_update .success .fa {
	color:  green;
}
.dietary_update .success {
	color:  green;
}
.restriction_intro_wrapper {
	display: flex;
	flex-wrap:  wrap;
	justify-content: space-between;
}

.restriction_intro_wrapper .text {
	padding-right: 10px;
}
.restriction_intro_wrapper .yes_no {
	text-align: right;
}
.restriction_intro_wrapper .yes_no a:not(:hover) {
	color: black;
	text-decoration:  underline;
}
.restriction_intro_wrapper .yes_no a:last-child {
	margin-left: 20px;
}
.update-profile-button {
	border:  solid 1px #F45C35;
}

.update-profile-button[disabled] {
	opacity:  0.6;
}
.cancel-additional-restrictions {
	border:  solid 1px #D3CED2;
	color:  black;
	background:  transparent;
}
@media screen and (max-width: 767px) {
  .update-profile-button {
  	width: 100%;
  	margin-bottom: 8px;
  }
  .cancel-additional-restrictions  {
    width: 100%;
  }
}
.dietary_update .button_wrapper {
	margin-top: 25px;
	margin-bottom: 10px;
}
.dietary_update .button_wrapper button {
	font-weight: 700;
}
@media screen and (min-width: 768px) {
	.dietary_update .button_wrapper button {
		margin-right: 10px;
	}
}
.dietary_update .option_wrapper {
	padding-top: 20px;
}
.dietary_update .option_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.dietary_update .option_wrapper label {
  width: 100%; 
  margin-right: 10px;
  margin-bottom: 10px;
}

/* two columns on tablet */
@media screen and (min-width: 768px) {
  .dietary_update .option_wrapper label {
    width: calc(50% - 10px); 
  }
}

/* one column on mobile */
@media screen and (min-width: 1024px) {
  .dietary_update .option_wrapper label {
      width: calc(33.33% - 10px); 

  }
}
.entry-content > .woocommerce {
	position: relative;
}
/*.frequently_purchased_with_current:not(.show) {
	position:absolute; 
	top: 0px;
	width:  100%;
}*/


.woocommerce-cart.woocommerce-page ul.products li.product .woocommerce-loop-product__title {
	font-size: 16px;
}

.woocommerce-cart ul.products li.product .current_combo_price_label {
	display: none;
}
.woocommerce-cart .woocommerce ul.products li.product .price {
	display: inline-block;
}
.woocommerce-cart .woocommerce ul.products li.product .star-rating, .woocommerce-cart .woocommerce ul.products li.product .star-rating {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 5px;
}

.see_recommendations_cart {
	color: black;
	text-decoration:  underline;
	font-size:  14px;
	border:  solid 1px #D3CED2;
	border-radius:  8px;
	color:  #3A3A3A;
	padding: 8px 14px;
	margin-top: 4px;
	margin-bottom: 4px;
	display: inline-block;
	text-decoration:  none;
}
.see_recommendations_cart.invisible {
	opacity: 0;
}
.see_recommendations_cart:hover {
	background:  #3A3A3A;
	border-color:  #3A3A3A;
	color:  white;
}

.woocommerce a.button.see_recommendations,
.woocommerce .woocommerce-message a.button.see_recommendations {
	border:  solid 1px #3A3A3A;
	color:  #ffffff;
	background:  #3A3A3A;
}

.woocommerce a.button.see_recommendations:hover,
.woocommerce .woocommerce-message a.button.see_recommendations:hover {
	opacity:  0.8;
	border:  solid 1px #3A3A3A;
	color:  #ffffff;
	background:  #3A3A3A;
}

@media screen and (min-width: 768px) {
	.woocommerce a.button.see_recommendations,
	.woocommerce .woocommerce-message a.button.see_recommendations {
		margin-left: 10px;
	}
}