/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready

// ACF LICENSE KEY - b3JkZXJfaWQ9MTg1Njk4fHR5cGU9ZGV2ZWxvcGVyfGRhdGU9MjAyMC0wMi0xMCAyMDozMDozMQ==
*/

/*
    Add your custom styles here
*/


.sidebar-products .amount {
    margin-top: 10px;
    display: block;
    margin-bottom: 20px;
}

/*.amount bdi:after {
    content: 'Suggested Donation';
    font-size: 14px;
    padding-left: 5px;
    font-style: italic;
}*/

.sidebar-products h5 {
    font-family: 'Monotype Corsiva';
    font-size: 35px;
}

.woocommerce div.product.elementor form.cart:not(.grouped_form):not(.variations_form) {
    display: block;
}

input#woonp_134 {
    width: 80px !important;
}

.single-product button.single_add_to_cart_button.button.alt {
    padding: 13px 35px;
}

.reverse .elementor-container {flex-direction: row-reverse;}

.reverse.last .elementor-container {
    flex-direction: row;
}
h2.woocommerce-loop-product__title {
    font-family: 'Open Sans' !important;
    font-weight: 600 !important;
}
.sub-arrow .fa::before {
    height: 0px;
    width: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #fff;
    position: relative;
    content: '' !important;
    top: 14px;
}

.home h3.elementor-post__title {
    background: #FE1686;
    color: white;
    margin-left: -30px !important;
    margin-right: -30px !important;
    padding: 0 30px;
    margin-top: -20px !important;
    padding: 10px 30px;
}

/*.home .elementor-post__meta-data {
    background: #fe1686;
}*/

.home .elementor-post__meta-data span {
    color: black;
    font-family: 'Open Sans';
}

ul.product_list_widget li {
    border-bottom: solid 1px;
    margin-bottom: 10px !important;
    padding-bottom: 5px !important;
}

.df-lightbox-close:before {
    content: "Go Back" !important;
    width: 150px;
    left: 0 !important;
    font-family: 'Open Sans';
    background: orange;
    padding: 10px;
    border-radius: 5px;
    color: white;
    font-weight: bold;
    font-size: 14px;
}

.df-lightbox-controls {
    float: left;
    width: 150px;
}

.df-lightbox-close:hover {
    background: none;
    border: none;
}

.ingredient {
    display: flex;
    margin-bottom: 20px;
}

.ingredient img {
    width: 150px;
    max-width: 150px;
    height: 100%;
    /* max-height: 100px; */
    object-fit: cover;
    margin-right: 20px;
}

.ingredient {
    border-bottom: solid 1px #fe1686;
    padding-bottom: 20px;
}
nav.woocommerce-breadcrumb {
    margin-top: 20px !important;
    display: block;
}
th.product-price:after {
    content: 'Donation';
    color: black;
    position: absolute;
    left: 9px;
}

th.product-price {
    color: transparent;
    position: relative;
}
.ingredient a {
    font-weight: bold;
}
.ingredient span {
    color: black;
    font-weight: normal;
}

.ingredient a {
    font-weight: bold;
}

@media (max-width:767px) {
	h2 {
		font-size: 36px !important;
	}
}