
body.dt-mega-menu-active .et-l--header .et_mobile_menu li.dt-mega-menu-opened, body.dt-mega-menu-active .et-l--header .et_mobile_menu li.dt-megamenu-opened, body.dt-mega-menu-active #main-header .et_mobile_menu li.dt-mega-menu-opened, body.dt-mega-menu-active #main-header .et_mobile_menu li.dt-megamenu-opened {
	width: 100%;
	max-height: 2700px;
	visibility: visible !important;
}

body.dt-mega-menu-active .et-l--header .et_mobile_menu li.menu-item-has-children>a:before, body.dt-mega-menu-active .et-l--header .et_mobile_menu li.menu-item-has-children>a:after, body.dt-mega-menu-active #main-header .et_mobile_menu li.menu-item-has-children>a:before, body.dt-mega-menu-active #main-header .et_mobile_menu li.menu-item-has-children>a:after {
	font-size: 18px;
	position: absolute;
	right: 20px;
	z-index: 10;
	cursor: pointer;
	width: 1.6rem;
	height: 1.6rem;
	line-height: 1.6rem;
	text-align: center;
	vertical-align: middle;
	transition: all .4s ease-in-out;
}

body.dt-mega-menu-active .dt-mega-menu {
	z-index: 999;
	position: absolute;
	width: 100%;
	max-width: none;
	left: 0;
	top: 100%;
	bottom: auto;
	display: block;
	visibility: hidden;
	pointer-events: auto;
	transform: translate(0, 10px);
	transition-duration: .2s;
	transition-property: opacity, transform, visibility;
	transition-timing-function: ease;
}

body.dt-mega-menu-active .dt-mega-menu-nav li.dt-has-mega-menu {
	position: static;
	cursor: pointer;
}

body.dt-mega-menu-active .dt-mega-menu-nav .menu-item-has-children.open .dt-mega-menu {
	opacity: 1;
	visibility: visible;
	transform: translate(0, 0);
}

@media (max-width: 991px) {
	body.dt-mega-menu-active .mobile_nav.opened .et_mobile_menu {
		max-height: 100vh;
		overflow: scroll;
		scrollbar-width: none;
	}
	
	body.dt-mega-menu-active #mobile_menu, body.dt-mega-menu-active .et-l--header .et_mobile_nav_menu .et_mobile_menu {
		top: 100%;
		min-height: 100vh;
	}
	
	body.dt-mega-menu-active .et_mobile_menu .menu-item-has-children.dt-mega-menu-opened .dt-mega-menu {
		opacity: 1;
		visibility: visible;
		transform: translate(0, 0);
	}
	
	body.dt-mega-menu-active .et_mobile_menu .menu-item-has-children .dt-mega-menu {
		top: auto;
	}
	
	body.dt-mega-menu-active .et-l--header .et_mobile_menu li.menu-item-has-children>a.dt-mega-menu-link:before, body.dt-mega-menu-active #main-header .et_mobile_menu li.menu-item-has-children>a.dt-mega-menu-link:before {
		transform: rotate(90deg);
		opacity: 0;
	}
	
	body.dt-mega-menu-active .et-l--header .et_mobile_menu li.menu-item-has-children>a:before, body.dt-mega-menu-active #main-header .et_mobile_menu li.menu-item-has-children>a:before {
		content: "+";
	}
}

.divitorque-popup-modal {
	position: fixed;
	z-index: 99999999999;
	-webkit-user-select: auto;
	-moz-user-select: auto;
	user-select: auto;
	height: 100%;
	width: 100%;
	bottom: 0;
	left: 0;
	justify-content: center;
	align-items: center;
	pointer-events: all;
}

.divitorque-popup-modal.divitorque-overlay {
	pointer-events: none;
	background-color: rgba(0, 0, 0, .8);
}

.divitorque-popup-modal .divitorque-popup-content {
	width: auto;
	overflow: visible;
	max-width: 100%;
	max-height: 100%;
	border-radius: 0;
	box-shadow: none;
	pointer-events: all;
	position: relative;
}

.divitorque-popup-modal .animated {
	animation-duration: 1.25s;
}

.divitorque-popup-modal .divitorque-popup-close-button {
	display: none;
	margin-top: 0;
	opacity: 1;
	z-index: 9999;
	pointer-events: all;
	position: absolute;
	top: 0;
	right: 0;
}
