/*
Theme Name: Enfold Child
Description: A <a href='http://codex.wordpress.org/Child_Themes'>Child Theme</a> for the Enfold Wordpress Theme. If you plan to do a lot of file modifications we recommend to use this Theme instead of the original Theme. Updating wil be much easier then.
Version: 1.0
Author: Kriesi
Author URI: http://www.kriesi.at
Template: enfold
Text Domain: enfold-child
*/



#top #wrap_all .all_colors h2 { background-color: unset }

.avia_cart_buttons.single_button, 
.main_color .avia_cart_buttons { 
	background-color: #182630;
	opacity: unset;
}

.avia_cart_buttons.single_button a.button,
.main_color .avia_cart_buttons a.button {
  color: white !important;
}

.avia_cart_buttons .avia-svg-icon svg:first-child {
  fill: #919191 !important;
}


/* Equal height product thumbnails ONLY in related products */
.related.products ul.products li.product .thumbnail_container {
  height: 250px;           /* set a consistent thumbnail area */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;        /* prevent overflow if image is larger */
  background: #fff;        /* optional, clean background */
}

.related.products ul.products li.product .thumbnail_container img {
  height: 100%;
  width: auto;
  object-fit: cover;       /* crop if needed */
}

.stock.in-stock { color: green }
.stock.out-of-stock { color: red }