/** Custom Site Styles **/

body{
	overflow-x: hidden;
}


/** Mega Menu **/

.mega-col-1{
	min-height: 400px !important;
	background-color: #efefef !important;
}

.mega-menu-column.mega-col-1:before{
	content: "";
	display: block !important;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #efefef;
	left: -100%;
	top: 0px;
}

.mega-col-1 .mega-menu-item.active .mega-menu-link{
	color: #fff !important;
	background-color: #f5426e !important;
	border-radius: 5px !important;
}

.menu-title{
	font-size: 1.75rem;
	color: #f5426e;
	font-weight: 400;
	margin-bottom: 10px !important;
}

.mega-block-title{
	display: none !important;
}

.mega-col-1, .mega-col-2{
	padding: 50px 25px !important;
}

.mega-col-1 .mega-menu-link{
	margin-bottom: 10px !important;
	padding-inline: 5px !important;
}

/** Mega Menu Content Section **/
.mega-content-section{
	display: none;
}
.mega-content-section.show{
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.mega-content-section .menu-hero{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 25px;
}

.mega-content-section .menu-hero img{
	aspect-ratio: 1/1;
	object-fit: cover;
	border-radius: 10px;
	border: 1px solid #000;
}

.mega-content-section .sub-section h5{
	padding-bottom: 5px;
	border-bottom: 1px solid rgb(45,41,38);
}

.mega-content-section .sub-section .sub-link-grid{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 5px;
}