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


.elementor-field.elementor-acceptance-field {
	width: 24px;
	height: 24px;
	background-color: #FFF!important;
	border: 1px solid #ccc!important;
	border-radius: 4px!important;
	cursor: pointer;
	-webkit-appearance: none!important;
	-moz-appearance: none;
	appearance: none;
	position: relative;
	display: inline-block!important;
	vertical-align: middle;
	top:-2px;
	margin-right:5px;
}
.elementor-field.elementor-acceptance-field:checked {
	background-color: #FFF;
	border-color: #4CAF50;
}
.elementor-field.elementor-acceptance-field:checked::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 3px;
	width: 6px;
	height: 12px;
	border: solid #4CAF50;
	border-width: 0 3px 3px 0;
	transform: rotate(45deg);
}
label[for=form-field-field_b10a071] {
	padding-top:3px;
	padding-left:10px;
}
.elementor-field-textual:hover,
.elementor-field-textual:focus {
	border:1px solid #053752!important;
}
.elementor-field-type-acceptance {
	padding-top:10px;
	padding-bottom:10px;
}
ul.wp-block-list {
	margin-bottom:15px;
}
ul#menu-2-82d586b {
	padding-bottom:20px;
}
.elementor-element.elementor-element-3e4748c .elementor-post__title a {
	border-radius: 50px 50px 50px 50px;
    padding: 12px 32px 12px 32px;
    background-color: var(--e-global-color-b0b7b91);
	transition: all .3s;
}
.elementor-element.elementor-element-3e4748c .elementor-post__title a:hover {
	color: var(--e-global-color-7b572cb);
    background-color: var(--e-global-color-5b24b60);
}
.dce-post-button a {
    transition: background-color 0.3s ease!important;
}
.elementor-90 .elementor-element.elementor-element-696f4cf .elementor-repeater-item-04f3423 a,
.elementor-908 .elementor-element.elementor-element-639c884 .elementor-repeater-item-04f3423 a,
.elementor-917 .elementor-element.elementor-element-2429ec7 .elementor-repeater-item-04f3423 a {
	font-size:1.5rem!important;
	font-weight:400!important;
	text-transform: none!important;
	font-family: "Montserrat", Sans-serif!important;
    line-height: 1.8rem!important;
}
.dce-posts-container .dce-post-image .dce-img img:hover {
	filter: brightness(110%) contrast(100%) saturate(100%) blur(0px) hue-rotate(0deg);
}






/* Színpaletta termékeknél */
.palette {
	display: inline-flex;
	gap: 7px;
}

.color-circle {
	width: 27px;
	height: 27px;
	/*border-radius: 50%;*/
	border:1px solid #484848;
	position: relative;
	cursor: pointer;
}

.color-circle:hover .tooltipcolor,
.color-circle:focus .tooltipcolor {
	visibility: visible;
	opacity: 1;
}

.tooltipcolor {
	visibility: hidden;
	opacity: 0;
	background-color: black;
	color: #fff;
	text-align: center;
	padding: 5px;
	border-radius: 5px;
	position: absolute;
	bottom: 37px;
	left: 50%;
	transform: translateX(-50%);
	white-space: nowrap;
	transition: opacity 0.3s;
}

.tooltipcolor::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: black transparent transparent transparent;
}








.elementor-repeater-item-ec52617 {
    width: 55px!important;
    float: left!important;
    box-sizing: border-box;
}
.elementor-repeater-item-ec52617 img {
	width:40px;
}
.elementor-repeater-item-b24f77b {
    width: auto;
    float: left!important;
    box-sizing: border-box;
	padding-top: 8px;
}
.elementor-repeater-item-47fd3f3 {
    width: 100%;
    clear: both;
    box-sizing: border-box;
	padding-top:5px;
	padding-bottom:25px;
}


@media (max-width: 767px) {
	.elementor-repeater-item-ec52617 {
		text-align: center;
		float: none;
		width: 100%!important;
		padding-bottom:10px;
	}
	.elementor-repeater-item-ec52617 img {
		width:75px;
	}
	.elementor-repeater-item-b24f77b {
		width: 100%;
		float: none;
		padding-top: 0px;
		text-align: center;
		padding-bottom: 10px;
	}
	.elementor-repeater-item-47fd3f3 {
	}
}