/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.3.1734611294
Updated: 2024-12-19 12:28:14

*/

.et-cart-info, #et_top_search { display: none !important; }


.zoom {
  transition: transform .2s; /* Animation */
}

.zoom:hover {
  transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.arajanlatkeres a {
  background-color: #B07C4F;
  color: #ffffff !important;
  padding: 12px 15px !important;
  border-radius: 3px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none !important;
  display: inline-block;
  transition: background-color 0.2s ease;
}

.arajanlatkeres a:hover {
  background-color: #7A5535 !important;
  color: #ffffff !important;
}
/* Fejléc/navigáció teljes szélesség */
.site-header,
.main-navigation,
.nav-wrapper,
.header-inner {
  max-width: 100% !important;
  width: 100% !important;
}

.menu-item a{
	font-weight:500 !important;
	font-family: 'Playfair Display', serif;
}

@media only screen and (min-width: 981px) {
    #logo {
        max-height: 60% !important;
    }
}
