@media (max-width: 1440px) {
  .box-nav-menu .menu-item.tf-megamenu.tf-megamenu-relative .mega-menu {
    left: 0 !important;
    // left: 50% !important;
    // transform: translateX(-50%);
  }
}

body .tf-btn,
body a.tf-btn,
body button.tf-btn {
	text-transform: none !important;
}

.elementor-widget-text-editor ul {
	margin: 5px 20px;
}

.elementor-widget-text-editor ul li {
	list-style-type: disc;
}

.header-absolute #header {
    margin-bottom: -94px; 
}

@media (min-width: 1200px) {
    .header-default .wrapper-header {
        min-height: 94px;
    }
}