/*
Theme Name: Divi - Child theme
Theme URI: 
Version: 0.8
Description: Divi - Child 
Author: Social Mind
Author URI: http://www.socialmind.gr
Template: Divi
*/
/*@import url(../Divi/style.css);*/
/* =Theme customization starts here

------------------------------------------------------- */

.selected-meat .et_pb_main_blurb_image {
    filter: opacity(1) !important;
}

.meat-selector{
	cursor: pointer;
}

.product-blurb h4 {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.2em;
    min-height: 46px;
}

@media screen and (max-width: 980px) {
	.meat-selector-row {
		display: flex;
		gap: 5px;
		flex-wrap: wrap;
		padding-bottom: 0px;
	}
	
	.meat-selector-row > * {
		flex: 1;
		margin-bottom: 0px !important;
	}
	
	.meat-selector .et_pb_only_image_mode_wrap {
		width: 64px !important;
	}
	
	header .et_pb_menu.et_pb_module .et_mobile_menu {
		background-color: black !important;
	}
	
	header .et_pb_column {
		margin-bottom: 0px !important;
	}
	
	header .et_pb_menu__logo img {	
		transition: all 0.5s ease;
	}
	
	header .et_pb_sticky--top .et_pb_menu__logo img {	
		width: 61px;
	}
}