/**
 * Theme Name:     Hello Elementor Child
 * Author:         Elementor Team
 * Template:       hello-elementor
 * Text Domain:	   hello-elementor-child
 * Description:    Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
 */

.warning {
	background: rgba(255,0,0,0.6);
	padding:10px;
	border-radius:4px;
}


.termekek_end {
    background: #f1ecde !important;
	height: 500px !important;
}

.megamenu img {
    border-radius: 8px !important;
}

.megamenu h5 {
    font-family: 'Inter' !important;
    color: black !important;
    letter-spacing: -0.5px !important;
    font-weight: 600 !important;
    font-size: 18px !important;
    line-height: 28px !important;
}

.megamenu p {
    font-family: 'Inter' !important;
    color: #4d4d4d !important;
    font-size: 16px !important;
    font-weight: 400 !important;
    text-align: justify !important;
    line-height: 24px !important;
    padding-bottom: 1rem !important;
}

.megamenu a.btn {
    color: white !important;
    display: inline-block !important;
    background-color: black !important;
    padding: 10px 10px 10px 10px !important;
    border-radius: 8px !important;
    font-weight: 600 !important;
    line-height: 20px !important;
    font-size: 16px !important;
}


.ertekeink_dropdown > ul {
    width: 330px !important;
}

.ertekeink_dropdown .megamenu img {
	height: 140px;
    object-fit: cover;
    width: 100%;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout {
    text-align: center;
    border: 1px solid #262626;
    border-radius: 8px;
    display: block;
	padding:0px !important;
}
li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout::before {
	display:none;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout a {
	width: 100%;
    display: inline-block;
    text-align: center;
    padding: 8px;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:hover, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:active {
    color: white !important;
    background: #3C5638;
}

li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:hover a, li.woocommerce-MyAccount-navigation-link.woocommerce-MyAccount-navigation-link--customer-logout:active a{
	color:white !important;
}

@media (max-width: 768px) {
    .woocommerce-account .woocommerce-MyAccount-content, .woocommerce-account .woocommerce-MyAccount-navigation {
        width: 100% !important;
    }
	

}