/* 
Theme Name: Hello Elementor Child
Theme URI: https://mauxui.com/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
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 */

/* Header */
div.elementor-menu-toggle {
	padding:0;
}
header.header {
	position:fixed;
	top:0;
	left:0;
	right:0;
	z-index:999;
}
header.header > .e-con-inner {
	transition:all ease-in-out 0.2s;
}
header.header .site-logo-1,
header.header .site-logo-3 {
	transition:height ease-in-out 0.2s;
}
header.header.header-sticky > .e-con-inner {
	padding-top:10px;
	padding-bottom:10px;
}
header.header.header-sticky .site-logo-1,
header.header.header-sticky .site-logo-3 {
	height:1px;
	opacity:0;
	visibility:hidden;
}

a.contact-item {
	background-color:rgba(217,181,76,0.15);
}
a.contact-item:hover {
	background-color:rgba(217,181,76,1);
}
a.contact-item:hover span {
	color:var(--e-global-color-secondary) !important;
}

.suggested_addons {
	display:flex;
	flex-direction:column;
	gap:8px;
	
	.suggested_add_on_item {
		display:flex;
		gap:10px;
		align-items:center;
		padding:12px 16px;
		border:1px solid rgba(255,255,255,.25);
		border-radius:8px;
		
		.s_ctn {
			flex:1;
		}
		
		h4 {
			font-size:18px;
			font-weight:600;
			margin:0 0 2px 0;
		}
		
		p {
			font-size:15px;
			margin:0;
			opacity:0.75;
		}
		
		.s_price {
			font-size:18px;
		}
	}
}

.elementor-widget-theme-post-content {
	h4 {
		margin:0 0 10px 0;
	}
	ul {
		padding-left:22px;
	}
}

a.s_product_item .elementor-widget-image .elementor-widget-container {
	overflow:hidden;
	border-radius:16px;
}
a.s_product_item .elementor-widget-image .elementor-widget-container img {
	transition:all ease-in-out 0.2s;
}
a.s_product_item:hover .elementor-widget-image .elementor-widget-container img {
	transform:scale(1.2);
}

a.dialog-close-button.dialog-lightbox-close-button {
	border:none;
	outline:none;
	box-shadow:none;
}

/* WooCommerce */
h1.entry-title {
	font-size:40px;
}
main#content {
	max-width:1100px;
	margin-top:160px;
}
.alignwide {
	margin-inline: 0 !important;
}

div.woocommerce-error,
div.woocommerce-info,
div.woocommerce-message {
	background-color: rgba(255, 255, 255, 0.1);
	color:#fff;
	margin-bottom:0;
	border-radius:8px;
	outline:none;
}
div.woocommerce-error a.button,
div.woocommerce-info a.button,
div.woocommerce-message a.button {
	font-size: var(--e-global-typography-e19dd06-font-size);
    font-weight: var(--e-global-typography-e19dd06-font-weight);
    text-transform: var(--e-global-typography-e19dd06-text-transform);
    line-height: var(--e-global-typography-e19dd06-line-height);
    letter-spacing: var(--e-global-typography-e19dd06-letter-spacing);
}

.product-detail-addons form.cart .wpo-field-edit {
	display:none;
}
form.customize-unpreviewable .wpo-field-checkbox {
	display:flex;
	flex-direction:column;
	gap:16px;
}
.product-detail-addons form.cart .wpo-option-name {
	color:var(--e-global-color-primary);
}
.product-detail-addons form.cart .wpo-checkboxes {
	display:flex;
	flex-direction:column;
	gap:16px;
}
.product-detail-addons form.cart .wpo-checkboxes label.wpo-checkbox {
	display: flex;
	align-items: center;
	padding: 12px 16px;
	border: 1px solid rgba(255, 255, 255, .25);
	border-radius: 8px;
}
.product-detail-addons form.cart .wpo-checkboxes .wpo-checkbox div {
	width:100%;
	display:flex;
	align-items:center;
	justify-content: space-between;
	gap:10px;
	font-size:15px;
	font-weight:400;
	line-height:1.4;
	letter-spacing:0.25px;
}
.product-detail-addons form.cart .wpo-checkboxes .wpo-checkbox span.price {
	font-size:18px;
	color:#fff;
}
.product-detail-addons form.cart .wpo-checkboxes label.wpo-checkbox span.wpo-checkbox-inner {
	background-color:transparent !important;
	border-color:var(--e-global-color-primary);
}
.product-detail-addons form.cart .wpo-checkboxes label.wpo-checkbox input:checked+span.wpo-checkbox-inner {
	background-color:var(--e-global-color-primary);
	border-color:var(--e-global-color-primary);
}
.product-detail-addons form.cart .wpo-totals-container {
	text-align:center;
}
.product-detail-addons form.cart .wpo-totals-container span.wpo-totals-label {
	font-size:22px;
	margin-bottom:20px;
}

.product-detail-addons form.cart .wpo-checkboxes label[aria-label="no-select"] {
	display:none !important;
}

@media (max-width:1024px) {
	a.s_product_item .elementor-widget-image .elementor-widget-container {
		border-radius:14px;
	}
	h1.entry-title {
		font-size:28px;
	}
}

@media (max-width:600px) {
	.suggested_addons .suggested_add_on_item {
		h4, .s_price {font-size:15px}
		p {font-size:14px}
	}
	a.s_product_item .elementor-widget-image .elementor-widget-container {
		border-radius:12px;
	}
	.product-detail-addons form.cart .wpo-checkboxes {
		gap:10px;
	}
	.product-detail-addons form.cart .wpo-checkboxes .wpo-checkbox div {
		font-size:14px;
	}
	.product-detail-addons form.cart .wpo-checkboxes .wpo-checkbox span.price {
		font-size:16px;
	}
	.product-detail-addons form.cart .wpo-checkboxes label.wpo-checkbox {
		padding:10px;
	}
	.product-detail-addons form.cart .wpo-totals-container span.wpo-totals-label {
		font-size:18px;
	}
	h1.entry-title {
		font-size:22px;
	}
}