/* 
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 */

/* Global */

p:last-child {
	margin-bottom: 0;
}

ol:not(:last-child), ul:not(:last-child) {
	margin-block-end: .9rem;
}

/* WooCommerce */

.woocommerce-message, .woocommerce-info, .woocommerce-error {
	font-family: var(--e-global-typography-text-font-family);
}

.button {
	background-color: var(--e-global-color-c965b33) !important;
	border: solid 2px var(--e-global-color-c965b33) !important;
	border-radius: 50px !important;
	color: var(--e-global-color-5d23972) !important;
	font-family: var(--e-global-typography-accent-font-family) !important;
	font-weight: var(--e-global-typography-accent-font-weight) !important;
	padding: 15px !important;
	transition: all .2s !important;
}

.button:hover {
	background-color: var(--e-global-color-deebe82) !important;
	border-color: var(--e-global-color-deebe82) !important;
}

.wcpa_cart_meta {
	font-family: var(--e-global-typography-text-font-family) !important;
	font-size: 14px !important;
	font-weight: var(--e-global-typography-text-font-weight) !important;
}

.select2-selection__rendered {
	padding-bottom: 0 !important;
	padding-top: 0 !important;
}

.woocommerce-additional-fields h3 {
	display: none;
}

.woocommerce-Address-title h2 {
	font-size: 16px;
}

.woocommerce-Address-title .edit {
	font-family: var(--e-global-typography-accent-font-family);
}

.woocommerce-result-count {
	font-family: var(--e-global-typography-text-font-family);
}

.orderby {
	background-color: var(--e-global-color-3d9dc20);
	border: solid 1px var(--e-global-color-text);
	border-radius: 5px;
	color: var(--e-global-color-text);
	font-family: var(--e-global-typography-text-font-family);
}

.woocommerce-form-login__submit {
	text-wrap: wrap;
}

.lost_password {
	font-family: var(--e-global-typography-text-font-family);
}

.required_field {
	font-family: var(--e-global-typography-text-font-family);
}

.coupon-error-notice {
	font-family: var(--e-global-typography-text-font-family);
}

.checkout-inline-error-message {
	font-family: var(--e-global-typography-text-font-family);
}

.out-of-stock {
	font-family: var(--e-global-typography-text-font-family);
}

.elementor-menu-cart__toggle_button {
	padding-left: 12px !important;
	padding-right: 12px !important;
}

.variations td,
.variations th {
	background-color: var(--e-global-color-3d9dc20) !important;
	font-size: 14px;
	padding: 0;
}

.tax_label, .includes_tax {
	font-family: var(--e-global-typography-text-font-family);
}

.woocommerce-order {
	font-family: var(--e-global-typography-text-font-family);
}

.woocommerce-orders-table__cell-order-number {
	font-family: var(--e-global-typography-text-font-family);
}

.shipping-calculator-form {
	font-family: var(--e-global-typography-text-font-family);
}

/* Product Addons */

.wcpa_field_label, .wcpa_field, .wcpa_field_price {
	color: var(--e-global-color-text) !important;
	font-family: var(--e-global-typography-text-font-family);
}

.wcpa_field_error, .wcpa_form_error {
	font-family: var(--e-global-typography-text-font-family);
}

.wcpa_choose_button {
	background-color: var(--e-global-color-c965b33) !important;
}

.wcpa_price_summary {
	font-family: var(--e-global-typography-text-font-family);
}

/* Header */

.sub-menu.elementor-nav-menu--dropdown {
	margin-left: 0 !important;
	margin-top: 0 !important;
	position: unset !important;
}

/* Custom Elementor */

.archive.tax-product_cat .title-without-background {
	display: none;
}

.archive:not(.tax-product_cat) .title-with-background {
    display: none;
}

#newsletter .elementor-form-fields-wrapper {
	justify-content: center;
}

#newsletter .elementor-field-type-email {
	flex-basis: 100%;
	max-width: 400px;
}

#newsletter .elementor-field-type-submit {
	max-width: 300px;
}

.elementor-slide-heading, .elementor-slide-description, .elementor-slide-button {
	text-shadow: black 1px 1px 5px;
}

/* Variation Swatches */

.color-variable-item,
.variable-item-span-color {
	border-radius: 50px !important;
}

.wvs-has-image-tooltip:before, [data-wvstooltip]:before {
	font-family: var(--e-global-typography-text-font-family);
}

.reset_variations {
	font-family: var(--e-global-typography-text-font-family);
	font-size: unset !important;
}

.woo-selected-variation-item-name {
	font-family: var(--e-global-typography-text-font-family);
}

.variable-item-span {
	font-family: var(--e-global-typography-text-font-family);
}
