/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
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: 2.0.0
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
*/

/* Add your custom styles here */
.gform-theme--api, .gform-theme--framework{
  --gf-ctrl-btn-bg-color-primary: var(--e-global-color-accent);    /* button background */
  --gf-ctrl-btn-bg-color-primary-hover: var(--e-global-color-text) !important; /* hover background */
  --gf-ctrl-btn-text-color-primary: #ffffff;   /* text color */
  --gf-ctrl-btn-border-color-primary: #ffffff; /* border color */
}

.e-cart-empty-template-active, .wc-empty-cart-message{
	display: none;
}
.download-item{
	border-bottom: 1px solid #ccc;
		border-top: 1px solid #ccc;

}
.download-item:last-child{
	border-top: none;
}
.download-link{
	display: flex;
    gap: 8px;
    padding: 4px;
    align-items: baseline;
	color: var(--e-global-color-text);
}
.download-link svg{
	max-width: 16px;
}

.woocommerce a.remove{
	color: var(--e-global-color-text) !important;
}

.woocommerce-cart-form > ul {
	display: flex;
	flex-direction: column;
	gap: 8px;
	padding: 0;
	margin-bottom: 32px;
	list-style: none;
		border-top: 1px solid #ccc;

}

.woocommerce-cart-form > ul li{
	display: flex;
	flex-direction: row;
	padding: 4px 0;
	gap: 8px;
	align-items: center;
	border-bottom: 1px solid #ccc;
}

.woocommerce-cart-form > ul li span{
	display: block;
}
.woocommerce-cart-form > ul li span img{
	max-width: 64px;
}