/*header css */ 

/* Base menu item */
.santoshi-desktop-header .menu_element {
  position: relative !important;
  list-style: none !important;
}

/* Dropdown icon */
.santoshi-desktop-header .menu_element.have-submenu > a::after {
  content: '▼' !important;
  font-size: 10px !important;
  margin-left: 6px !important;
  transition: transform 0.3s ease !important;
}

/* Rotate icon on hover */
.santoshi-desktop-header .menu_element.have-submenu:hover > a::after {
  transform: rotate(180deg) !important;
}

/* Dropdown menu */
.santoshi-desktop-header .menu_element > ul {
  display: none !important;
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  background: white !important;
  min-width: 180px !important;
  box-shadow: 0 8px 16px rgba(0,0,0,0.1) !important;
  border-radius: 8px !important;
  padding: 10px 0 !important;
  z-index: 999 !important;
}

/* Show dropdown on hover */
.santoshi-desktop-header .menu_element:hover > ul {
  display: block !important;
}

/* Dropdown items */
.santoshi-desktop-header .menu_element > ul > li {
  padding: 2px 20px !important;
}

.santoshi-desktop-header .menu_element > ul > li a {
  color: #333 !important;
  text-decoration: none !important;
  display: block !important;
  transition: background 0.3s ease !important;
}

/* Hover effect on dropdown */
.santoshi-desktop-header .menu_element > ul > li:hover {
  background: #f1f1f1 !important;
}

/* Top-level menu links */
.santoshi-desktop-header .menu_element_link {
  padding: 10px 15px !important;
  display: inline-block !important;
  color: #000 !important;
  text-decoration: none !important;
}

/*end header css */
.invitation-row {
    display: flex;
    margin: 0 -10px;
  }

  .invitations-wrap {
    padding: 10px;
    width: 25%; /* 4 columns for desktop */
    box-sizing: border-box;
  }


  .mw-col-container img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
  }

  /* Tablet */
  @media (max-width: 1024px) {
    .invitations-wrap {
      width: 33.3333%; /* 3 columns */
    }
  }

  /* Mobile */
  @media (max-width: 768px) {
    .invitations-wrap {
      width: 50%; /* 2 columns */
    }
  }

  /* Extra small devices */
  @media (max-width: 480px) {
    .invitations-wrap {
      width: 100%; /* 1 column */
    }
  }
.mw-search-filter-field-holder .btn{
font-size:14px !important;
padding:6px 16px !important;
}
.wishlist-produt-wrapper {
  border: 1px solid #ddd;
}

.wishlist-product-title-wrapper {
  padding: 0px 10px !important;
}

.wishlist-product-title {
  font-size: 20px !important;
  font-weight: 300 !important;
}

.wishlist-product-price {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.wishlist-add-to-cart a {
  background-color: #000 !important;
  color: #fff !important;
}

.wishlist-remove-product svg {
  margin-top: -6px !important;
}
/*Product Page CSS*/
.related-title {
font-size:32px !important;
text-align:center;
text-transform: capitalize;
font-weight:bold;
margin-bottom:10px;
}