/* ---------- BASIC HEADER ---------- */
.mc-header {
  background: #fff;
  border-bottom: 1px solid #eee;
  padding: 12px 0;
  position: relative;
  z-index: 100;
}

.mc-container {
  width: 95%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.mc-logo img {
  height: 52px;
}

/* ---------- MAIN NAV ---------- */
.mc-nav ul {
  list-style: none;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.mc-nav ul li a {
  text-decoration: none;
  color: #222;
  font-weight: 600;
  font-size: 16px;
  padding: 10px 5px;
}

/* ---------- DROPDOWN / MEGA MENU ---------- */
.dropdown {
  position: relative;
  padding-bottom:0px;
}

.dropdown .mega-menu {
  position: absolute;
  top: 36px;
  left: 0;
  width: 760px;
  background: #370e4b;
  border-radius: 0px 10px 0 0;
  padding: 30px;
  display: none;
  text-align: left;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.dropdown:hover .mega-menu {
  display: grid;
}

/* ---------- MEGA MENU COLUMNS ---------- */
.mega-col a {
  display: block;
  color: #333;
  margin: 4px 0;
  font-size: 15px;
}

.mega-col a:hover {
  color: #2da652;
}

/* ---------- COLORED HEADINGS ---------- */
.menu-heading {
  font-weight: 700;
  padding: 8px 12px;
  width: fit-content;
  border-radius: 6px;
  margin-bottom: 10px;
}

.blue { background:#cee9b6; color:#000; }
.orange { background: #d8b99e; color: #53463a; }
.pink { background:#cee9b6; color:#000; }
.red { background: #d8b99e; color: #53463a;}
.blue2 {background:#cee9b6; color:#000; }
.grey { background: #d8b99e; color: #53463a; }
.purple {background:#cee9b6; color:#000; }

.mt20 { margin-top: 22px; }

/* ---------- RIGHT IMAGE ---------- */
.image-col img {
  width: 100%;
  border-radius: 8px;
}

/* ---------- RIGHT ICONS ---------- */
.mc-icons {
  display: flex;
  gap: 15px;
  align-items: center;
}

.icon-btn {
  background: none;
  border: none;
  font-size: 22px;
  position: relative;
  cursor: pointer;
}

.badge {
  background: red;
  color: #fff;
  padding: 1px 6px;
  font-size: 12px;
  border-radius: 50%;
  position: absolute;
  top: -5px;
  right: -8px;
}

.donate-btn {
  background: #e92b2b;
  border: none;
  color: #fff;
  font-weight: bold;
  padding: 10px 22px;
  border-radius: 50px;
  cursor: pointer;
  font-size: 15px;
}


nav.mc-nav > ul > li > a {
 font-size: 16px;
 text-transform: uppercase;
 font-weight: 600;
 padding: 10px 30px 10px 10px;
 font-family: 'Mozilla Text', Arial;
 margin: 2px 0 0 0;
 display: block;
 color: #fff;
}

nav.mc-nav > ul {
    margin: 0px 0 0;
    background: linear-gradient(45deg, #36174633, #36174633);
    border-radius: 10px;
    padding: 10px 15px;
}


.mega-menu  a {
    font-size: 15px !important;
    text-transform: capitalize !important;
    padding:2px !important;   
    font-weight: 400 !important;
}

h4.menu-heading {
    font-size: 13px;
    font-weight: 800 !important;
	background:#ffcc08;
	width:100%;
	display:block;
	text-align:center;
}

a.navmainlink {
    background: transparent;
}

a.navmainlink.red  {
color:red;
}

a.navmainlink.blue  {
color:#2196F3;
}
a.navmainlink.green  {
color:#ffcc08;
}



.msnavnew {
    display: flex;
    padding: 0 0px;
    align-content: center;
    align-items: center;
    justify-content: center;
}

.mc-nav > ul > li a {
    background: #370f4b;
    display:block;
    border-radius:4px;
    padding:5px 20px !important;
    text-align:center;
}
a#empty-cart-btn {
    position: relative;
    top: 10px;
    color: #e794a3;
}

a.quick-donate {
    background: #ffcc08;
    color: #370e4b;
    display: inline-block;
    padding: 10px 15px;
    font-family: Poppins, Arial;
    position: relative;
    top: 10px;
    border-radius: 6px;
    font-weight: 600;
    text-transform: uppercase;
}

li.firsthome a{
    color:#370e4b !important;
    background:#d7d1da !important;
 
}
.lasthome a{
    background:#d80025 !important;
}

.mc-nav .mega-col > a{
	font-size:14px !important;
	color:#fff;
	display:block;
	text-align:left;
	padding:10px 0px;
}