:root {
	--primary-color: var(--e-global-color-primary);
}

@media screen and (max-width: 768px){

	body.woocommerce-checkout .site-main,
	body.woocommerce-account .site-main {
		max-width: 100% !important;
		padding:1rem;
	}
	.main-footer ul.jet-menu {
		flex-direction: column !important;
		justify-content: center !important;
	}
	.main-footer ul.jet-menu a {
		justify-content: center !important;
	}
	#content .entry-title{
		max-width: 100% !important;
	}
}

.woocommerce .woocommerce-ordering {
	margin: 0 !important;
}


.elementor-widget-jet-smart-filters-active .elementor-widget-container {
	display: flex;
	align-items: center;
}

.jet-active-filters__list {
	align-items: center !important;
	gap: 0.5rem;
}

.jet-active-filter {
	margin: 0 !important;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0;
}

.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
	width: 100%;
}

.woocommerce .products ul::after,
.woocommerce .products ul::before,
.woocommerce ul.products::after,
.woocommerce ul.products::before {
	display: none !important;
}

.products.columns-3 {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 1rem;
}

.jet-woo-builder-archive-product-thumbnail {
	max-width: 10rem;
}

.product-item > .e-con-inner > .e-con:has(img) {
	min-height: 400px;
}
.woocommerce-shop #main.site-main{
	max-width:100% !important;
}
.page-header .entry-title,
.site-footer .footer-inner,
.site-footer:not(.dynamic-footer),
.site-header .header-inner,
.site-header:not(.dynamic-header),
body:not([class*=elementor-page-]) .site-main {
	margin-top: 2rem;
	max-width: 100% !important;
	padding:1rem;

}

body:not([class*=elementor-page-]) .site-main {
	min-height: 50vh;
}

body.woocommerce-checkout .site-main,
body.woocommerce-account .site-main {
	max-width: 100% !important;
	padding:2rem 3rem;
}
#content .entry-title{
	max-width: 100% !important;
}
body.woocommerce-account .site-main {
	min-height: 60vh;
}

h5.jet-woo-builder-archive-product-title {
	margin: 0 !important;
}

.jet-woo-product-price {
	display: flex;
	gap: 0.5rem;
	flex-wrap: wrap;
}

.download-file {
	display: none !important;
}

.download-file-container {
	cursor: pointer;
}

.woocommerce-breadcrumb {
	display: none !important;
}

.elementor-1418 .elementor-element.elementor-element-06ddd30 .elementor-jet-single-add-to-cart .variations {
	width: 100%;
}

.woo-selected-variation-item-name {
	display: none;
}

.woocommerce-product-gallery__wrapper {
	border-radius: 1rem;
	background: #f8f8f8;
}

header .jet-menu-item {
	text-shadow: 0 2px 1px rgba(0,0,0,.2);
}

table.variations {
	max-width: 100% !important;
}

.variable-item.selected {
	background: var(--e-global-color-primary) !important;
	color: white !important;
	border: none !important;
	box-shadow: none !important;
}

.variable-item {
	padding: 1.1rem 1rem !important;
}

.variable-items-wrapper {
	gap: 1rem;
}

.single_variation_wrap {
	padding: 1rem;
	border-radius: 1rem 1rem 0 0;
	background: #f6f5f4;
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.woo-selected-variation-item-name {
	display: none !important;
}

table.variations th {
	padding: 0 !important;
}

.elementor-jet-single-add-to-cart .variations .label label {
	font-size: 1.3rem !important;
	font-weight: 600 !important;
	text-transform: uppercase !important;
	color: inherit !important;
}

.woocommerce-variation-add-to-cart > * {
	width: 100%;
}

.jet-blocks-cart__list {
	width: 100%;
	max-width: 480px;
	min-width: 320px;
	background: #efebe8;
	z-index: 10;
	padding: 0;
}

.jet-blocks-cart__list > h4 {
	padding: 1.25rem;
	border-bottom: 1px solid #e6e6e6;
}

.jet-blocks-cart__list::before {

}

.woocommerce.widget_shopping_cart {
	padding: 1.25rem !important;
	height: 100%;
}

.widget_shopping_cart_content {
	height: 100%;
	display: flex;
	flex-direction: column;

}

.woocommerce-mini-cart__total {
	display: flex;
	justify-content: space-between;
	margin-top: 1.5rem;
}

.woocommerce-mini-cart__buttons {
	display: flex;
	gap: 0.5rem;
	justify-content: space-between;
}

.woocommerce-mini-cart__buttons a {
	width: 100%;
	text-align: center;
	color: white !important;
}

.woocommerce-mini-cart__buttons a:first-child,
.woocommerce-mini-cart__buttons a:first-child:hover{
	background: var(--e-global-color-text);
}

.woocommerce-mini-cart__buttons a:last-child,
.woocommerce-mini-cart__buttons a:last-child:hover {
	background: var(--e-global-color-accent);
}

.woocommerce ul.cart_list li img, .woocommerce ul.product_list_widget li img {
	width: 4rem !important;
}

ul.woocommerce-mini-cart {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

ul.woocommerce-mini-cart li {
	border-bottom: 1px solid #e6e6e6;
}

.wc-block-components-panel__button {
	padding: 0.8rem !important;
}

.discount_variable {
	display: flex;
	gap: 0.5rem;
	flex-direction: column;
	margin-bottom: 12px;
}

.discount_variable > div {
}

.discount_variable > div.active {

}

