/* CHARSET */
@charset "UTF-8";

/* mobile menu open buttons */
.dj-megamenu-select-light .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn,
.dj-megamenu-accordion-light .dj-mobile-open-btn {
	display: inline-block;
	cursor: pointer;
	margin: 0 auto;
	width: auto;
	height: auto;
	font-size: 2.375rem; /* 38px */
	line-height: 1;
	padding: 0.1875rem 0.5rem; /* 3px 8px */
	background: #e4e4e4;
	color: #434343;
	text-align: center;
	border-radius: 0.1875rem;
	transition: background-color 0.2s ease-out, color 0.2s ease-out;
}

.dj-megamenu-select-light .dj-mobile-open-btn span+span,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn span+span,
.dj-megamenu-accordion-light .dj-mobile-open-btn span+span {
	margin-left: 0.5625rem; /* 9px */
}

.dj-megamenu-select-light .dj-mobile-open-btn:focus,
.dj-megamenu-select-light:hover .dj-mobile-open-btn,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:hover,
.dj-megamenu-offcanvas-light .dj-mobile-open-btn:focus,
.dj-megamenu-accordion-light .dj-mobile-open-btn:hover,
.dj-megamenu-accordion-light .dj-mobile-open-btn:focus {
	background: #434343;
	color: #e4e4e4;
	text-decoration: none;
}

/* select menu general styles */
.dj-megamenu-select-light.select-input select {
	margin: 0.625rem;
	padding: 0.3125rem;
	max-width: 95%;
	height: auto;
	font-size: 1.5rem;
	color: #434343;
}

.dj-megamenu-select-light.select-input .dj-mobile-open-btn {
	display: none !important;
}

.dj-megamenu-select-light.select-button {
	display: inline-block;
	position: relative;
	margin: 0 auto;
	width: auto;
	overflow: hidden;
}

