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

.forminator-select--field {
	color: #333;
	background-color: var(--e-global-color-394483f);
	border-style: solid;
	border-width: 1px 1px 1px 1px;
	border-color: #01344126;
	border-radius: 10px 10px 10px 10px;
	padding: 16px 22px;
}
.forminator-error-message {
	color: red;
}

.iti__country-container {
	left: 0;
	width: 30px;
}
button.forminator-button {
	background: var( --e-global-color-primary );
	color: white;
}

button.forminator-button:hover {
	color: white;
}
.categories-items .elementor-widget-image-box {
	overflow: hidden;
}

.categories-items  h3.elementor-image-box-title {margin-bottom: 4px;}

.categories-items  .elementor-image-box-content {
	padding: 0px 15px 20px 15px;
}
input#forminator-field-phone-1_6864f72210c09 {}

/* .forminator-field--phone {padding-right: 22px !important;padding-left: 36px !important;} */

.custom-product-categories {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
}

.category-box {
	border: 1px solid #e1e1e1;
	border-radius: 12px;
	overflow: hidden;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	background: #fff;
	text-align: center;
	position: relative;
}

.category-box:hover {
	box-shadow: 0 8px 16px rgba(0, 0, 0, 0.08);
	transform: translateY(-4px);
}

.category-box img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	display: block;
}

.category-box h3 {
	font-size: 17px;
	font-weight: 600;
	margin: 10px 10px 46px;
	color: #222;
}

.category-box p {
	font-size: 14px;
	background: var(--e-global-color-primary);
	color: #fff;
	padding: 5px 20px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	margin: 0;
}
.woocommerce.archive div#primary {padding-top: 140px;padding-bottom: 80px;}

.woocommerce.archive h1.woocommerce-products-header__title {
	font-size: 36px;
}

.woocommerce.archive  p.woocommerce-result-count {
	display: none;
}

.woocommerce.archive form.woocommerce-ordering {
	display: none;
}
.mobile-icon svg {
	width: 35px !important;
	height: 35px !important;
}
.woocommerce.archive ul.products {margin-top: 40px !important;}

.woocommerce li.product {
	border: 1px solid #f5f5f5;
	border-radius: 11px;
	overflow: hidden;
}

.woocommerce li.product img.attachment-woocommerce_thumbnail {
	margin: 0 !important;
}

.woocommerce li.product h2 {
	padding: 10px !important;
	text-align: center;
}

.woocommerce ul.products li.product .onsale {
	display: none;
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 2.7% 1.5em 0;
}
.custom-catalog-section {
	text-align: center;
	margin: auto;
	max-width: 900px;
	padding: 50px;
	background: var(--e-global-color-fdf3be1);
	border-radius: 15px;
	margin-top: 90px;
}


.custom-catalog-buttons {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 30px;
}

h2.custom-catalog-title {
	font-size: 37px;
	font-weight: 600;
}

.custom-catalog-buttons a {
	background: var(--e-global-color-primary) !important;
	color: #fff !important;
}

.custom-catalog-buttons a:hover {
	opacity: 0.5;
}
.single-product section.related.products {
	clear: both;
}

.single-product main#main {padding-top: 140px;}

.single-product h1.product_title.entry-title {
	font-size: 35px;
	margin:0;
}
.single-product section.related.products h2 {
	text-align: center;
	font-size: 35px;
	margin-bottom: 40px;
}

.single-product .product-highlights {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
	margin: 20px 0;
}

.single-product .highlight-box {
	border: 2px solid #e1e1e1;
	padding: 10px 12px;
	text-align: center;
	border-radius: 8px;
	flex: 1;
	max-width: 200px;
}
p.product-attributes-label {
	margin-top: 0px;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 7px;
}
.single-product .product-attributes {
	display: flex;
	list-style: none;
	padding: 0;
	gap: 10px;
	margin-bottom: 16px;
}

.single-product .product-attributes li {
	font-size: 15px;
	padding: 10px;
	border: 1px solid var(--e-global-color-secondary);
	line-height: 16px;
	background: var(--e-global-color-secondary);
	color: white;
	border-radius: 8px;
	font-weight: 600;
}

.single-product .highlight-box img {
	height: 40px;
	width: auto;
}
.single-product .information {
	display: flex;
	gap: 18px;
	flex-wrap: wrap;
}
.single-product .highlight-box .label {
	line-height: normal;
}

.single-product .summary.entry-summary a.elementor-button {
    background: var(--e-global-color-primary);
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fff;
    line-height: normal;
}
.forminator-response-message.forminator-show.forminator-success {
   background: #3bae51;
    color: #fff;
}

.forminator-response-message.forminator-show {
    background: #3bae51;
    padding: 10px;
    border: 1px solid #d0d0d0;
    margin-bottom: 20px;
    border-radius: 4px;
    
}

.forminator-response-message.forminator-show.forminator-error {
    background: red;
    color: #fff;
}
.single-product .highlight-box .value {
	line-height: normal;
	font-weight: 700;
}
.forminator-textarea {
    height: 92px;
}
@media(max-width: 1024px){
	.category-box img {
    height: 320px;
}
}