/*
Theme Name:   ElementorKit
Theme URI:    https://elementorkit.site
Description:  A WordPress theme for ElementorKit plugin official website
Author:       ElementorKit Team
Author URI:   https://elementorkit.site
Template:     hello-elementor
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  elementorkit
Tags:         elementor, child-theme
*/

/* 
 * This is a child theme for Hello Elementor.
 * All custom styles should be added below this line.
 */
body {
	font-family: "DM Sans", "Noto Sans Hebrew", sans-serif;
	font-size: 1.25rem;
	line-height: 1.4em;
	letter-spacing: -0.02em;
	color: #212121;
}

body:not([class*=elementor-page-]) .site-main {
	max-width: 55rem;
	padding: 4rem 1.5rem;
}

body:not([class*=elementor-page-]) .site-main a {
	color: #000;
	font-weight: 500;
	letter-spacing: 0;
	text-decoration: none;
	background-image: linear-gradient(currentColor 0 0);
	background-position: bottom left;
	background-repeat: no-repeat;
	background-size: 100% 0.0625em;
	transition: background-size .3s linear !important;
}

body:not([class*=elementor-page-]) .site-main a:is(:hover, :focus-visible) {
	background-size: 0% 0.0625em;
	background-position: bottom right;
}

[type=button],
[type=submit], button {
	border: 1px solid #ff3700;
	color: #ff3700;
}

[type=button]:focus,
[type=button]:hover,
[type=submit]:focus,
[type=submit]:hover,
button:focus,
button:hover {
	background-color: #ff3700;
	color: #fff;
}

.entry-title {
	font-family: "DM Serif Display", "Noto Sans Hebrew", sans-serif;
	font-size: 3.5rem;
	font-weight: 700;
	color: #000;
}

.page-header .entry-title {
	margin-left: 0;
}

.wp-block-woocommerce-accordion-item h2 {
	font-size: 1.5rem;
}

.wp-block-woocommerce-accordion-header button:is(:hover, :focus) {
	color: inherit;
	background-color: transparent;
}

.wp-block-woocommerce-cart {
	margin: 0;
	padding-top: 24px;
}

.wc-block-components-totals-item__label {
	font-weight: 500 !important;
}

.wc-block-components-checkbox {
	margin-top: 10px;
}

.wc-block-cart__submit-button {
	margin-top: 1rem !important;
	border: 1px solid #ff3700;
	color: #ff3700 !important;
	background-color: transparent;
	background-image: none !important;
}

.wc-block-cart__submit-button:focus,
.wc-block-cart__submit-button:hover {
	background-color: #ff3700;
	color: #fff !important;
}

.wc-block-components-address-card__edit:hover {
	color: inherit;
	background-color: transparent;
}

/* Tablet styles */
@media (max-width: 1024px) {
	body:not([class*=elementor-page-]) .site-main {
		padding: 4.5rem 1.5rem;
	}

	.entry-title {
		font-size: 2.5rem;
	}

	.wp-block-woocommerce-accordion-item h2 {
		font-size: 1.25rem;
	}
}

/* Mobile styles */
@media (max-width: 767px) {
	body {
		font-size: 1rem;
	}

	body:not([class*=elementor-page-]) .site-main {
		padding: 3.5rem 1.5rem;
	}

	.entry-title {
		font-size: 2rem;
		letter-spacing: 0.0375em;
		padding: 0 !important;
	}

	.wp-block-woocommerce-accordion-item h2 {
		font-size: 1rem;
	}
}
