/*
 Theme Name:   Organium Child
 Description:  Organium Child Theme
 Theme URI:	   https://organium.artureanec.com
 Author:       Artureanec
 Author URI:   https://demo.artureanec.com
 Template:     organium
 Version:      1.1.0
 License: GNU  General Public License version 3.0
 License URI:  http://www.gnu.org/licenses/gpl-3.0.html
 Text Domain:  organium-child
*/

/* =Theme customization starts here
------------------------------------------------------- */

.elementor-row{
    width:100%;
    display:flex;
    flex-wrap:wrap
}
@media (max-width:767px){
    .elementor-row{
        flex-wrap:wrap
    }
}
header.organium_header {
	height: 100px !important;
}
.organium_header-logo__link {
    height: 60px;
    width: 80px;
    object-fit: contain;
    background-size: contain;
}
.organium_footer-logo__link {
    height: 100px;
    width: 130px;
    background-size: contain;
}
@media only screen and (min-width: 992px) {
    .organium_footer.organium_footer_style_1 {
        padding: 80px 15px 80px;
    }
}
.header_mobile .organium_header-logo__link:not(.organium_retina_mobile_logo) {
    height: 60px;
    width: 80px;
    object-fit: contain;
    background-size: contain;
}
.header_mobile .sticky_wrapper {
	padding: 5px 15px;
}

@media only screen and (max-width: 991px) {
	.menu_trigger.menu_trigger--large .menu_trigger_icon {
		height: calc(100% + 17px);
		width: 50px;
	}
	.menu_trigger .hamburger {
		margin: -4px 0 0 -9px;
	}
}

.single-product.woocommerce .organium_content_wrapper .woocommerce-tabs {
    max-width: 100%;
}


.single-product .product-ingredients {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
}

.single-product .product-ingredients li {
  width: 33%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
	line-height: 1.2;
}
.single-product .product-ingredients li strong {
  margin-right: 5px;
}
.single-product .product-ingredients li:before {
	display: none;
}

.single-product .product-ingredients li img {
  width: 60px;
  margin-right: 10px;
}
@media only screen and (max-width: 520px) {
	.single-product .product-ingredients li {
		width: 100%;
	}
}
.woocommerce div.product form.cart .variations label {
    line-height: 1.2;
}
.woocommerce-Price-amount.amount bdi {
	direction: ltr;
}

.mc4wp-alert.mc4wp-success {
	color: #a5bd3a;
}
.organium_contacts_widget_logo > a {
	width: 130px;
	display: inline-block;
}

.home .organium_page_content_wrapper.with_top_margin {
	margin-top: 0 !important;
}
.home .organium_page_title_container {
display: none;
}