.woocommerce button.button.alt.disabled,
.woocommerce button.button.alt.disabled:hover{
	background-color: #dadada;
}

.product_meta a {
color: # 000;
}


/* WP Tasty Recipes Quick Links at Top of Post */
.tasty-recipes-quick-links a {
  border: 2px solid #C8956B !important;
}

/* WP Tasty Recipe Print/Pin Buttons INSIDE Card */
.tasty-recipes .tasty-recipes-entry-content .tasty-recipes-buttons a {
  background-color: #000000 !important;
}

/* Tasty Recipes Bullet Points Color */
.tasty-recipes .tasty-recipes-entry-content .tasty-recipes-ingredients ul li:before, .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-ingredients ol li:before, .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-instructions ul li:before, .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-instructions ol li:before, .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-notes p:before, .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-notes ul li:before, .tasty-recipes .tasty-recipes-entry-content .tasty-recipes-notes ol li:before {
  background-color: rgba(0,0,0,0.42) !important;
}

/* Tasty Recipes Header Image */
.tasty-recipes-entry-header .tasty-recipes-image img {
  border-radius: 0 !important;
}

/* Tasty Recipes Unit Conversion Buttons */
.tasty-recipes-convert-container button {
  padding-top: 6px;
  padding-bottom: 6px;
}

/* Tasty Recipes Scale Buttons */
.tasty-recipes-scale-container button {
  margin-top: 5px;
  margin-bottom: 5px;
}

/* Tasty Recipes Keywords */
.tasty-recipes-entry-content .tasty-recipes-keywords p {
  font-size: 13px;
}

/* Tasty Recipes PRINT PREVIEW Print Button */
.tasty-recipes-print-view .tasty-recipes-print-button {
  background-color: #c8956b;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
}

/* Tasty Recipes PRINT PREVIEW Title*/
.tasty-recipes-print .tasty-recipes-entry-header h2 {
  font-family: 'Montserrat', sans-serif !important;
}

/* Tasty Recipes PRINT PREVIEW Header Image */
.tasty-recipes-print .tasty-recipes-entry-header .tasty-recipes-image img {
  object-fit: contain !important;
  padding-bottom: 20px;
}

/* Tasty Recipes PRINT PREVIEW H3 */
.tasty-recipes-print .tasty-recipes-entry-content h3 {
  font-family: 'Montserrat', sans-serif !important;
  font-size: 18px;
}

/* Tasty Recipes PRINT PREVIEW Ingredients, Instructions, Notes */
.tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-description, .tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-ingredients, .tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-instructions, .tasty-recipes-print .tasty-recipes-entry-content .tasty-recipes-notes {
  font-size: 14px;
  font-family: 'Poppins', sans-serif !important;
}