.main-nav {
    background-color: #fff;
    border-bottom: 1px solid #e7e7e7;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.navbar-brand img {
    height: 40px;
}

.text-black {
    color: #333 !important;
}

.cart-count {
    background-color: #ff6b35;
    color: white;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    margin-left: 5px;
}

/* Mega Dropdown Styles */
.mega-dropdown {
    position: static !important;
    border-bottom-right-radius: 9px;
    border-bottom-left-radius: 9px;
}

.mega-dropdown.open .dropdown-menu {
    display: block;
}

.dropdown-toggle{
    background-color: transparent !important;
}

.mega-dropdown:hover > a {
    border-bottom: 3px solid #ff6b35;
}


.mega-dropdown-menu {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    right: 0;
    padding: 0;
    margin: 0;
    background-color: white;
    border: 1px solid #e7e7e7;
    border-radius: 0;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    max-width: 858px;
    margin: 0 auto;
}

.mega-dropdown-content {
    padding: 0px 20px;
    display: flex;
    gap: 40px;
    background-color: #F1F5F9;
	border-bottom-right-radius: 9px;
	border-bottom-left-radius: 9px;
	angle: 0 deg;
}

.mega-column {
    flex: 1;
    position: relative;
}

.mega-column h4 {
    color: #333;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    padding-bottom: 8px;
    font-family: Sora;
	font-weight: 400;
	font-style: Regular;
	font-size: 16px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	margin-top: 30px;
}

.mega-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.mega-column li {
    margin-bottom: 8px;
    padding: 10px;
    background-color: #FFFFFF !important;
}

.mega-column li i{
    background-color: #F1F5F9;
    padding: 10px;
    margin-right: 5px;
}

.mega-column li a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    display: block;
    padding: 5px 0;
    transition: color 0.3s ease;
	font-family: Inter;
	font-weight: 600;
	font-style: Semi Bold;
	font-size: 15px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;

}

.mega-column li a:hover {
    color: #ff6b35;
    text-decoration: none;
}

.mega-column li a small {
    display: block;
    color: #999;
    font-size: 12px;
    margin-top: 2px;
    font-family: Inter;
	font-weight: 400;
	font-style: Regular;
	font-size: 13px;
	leading-trim: NONE;
	line-height: 100%;
	letter-spacing: 0%;
	padding-top: 5px;
}

.campaign-banner {
	background: #F87B3D1A;
	padding-left: 20px;
border-bottom-right-radius: 9px;
border-bottom-left-radius: 9px;
angle: 0 deg;
opacity: 1;
border-width: 1px;

}

.campaign-banner h5 {
    font-size: 15px;
    margin: 0;
    padding: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .mega-dropdown-content {
        flex-direction: column;
        gap: 20px;
        padding: 20px;
    }
}
.navbar-right .dropdown-menu{
border-bottom-right-radius: 9px;
border-bottom-left-radius: 9px;

	left: 0;
	right: 0;
}
/* Navbar dropdown hover */
.navbar-nav > li:focus > .dropdown-menu {
    display: block;
}

.dropdown:focus .dropdown-menu {
    display: block;
}
.dropdown-toggle:hover{
	background-color: transparent !important;
	color: #F87B3D !important;
}
.dropdown-menu {
    margin-top: 0;
}

.mega-column:not(:last-child)::after {
    content: '';
    position: absolute;
    right: -20px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-color: #66709326;
}