.willows-menu-btn  > ul > .menu-item {
  background-color:#fc0077;
  font-size:24px;
  font-weight:700;
  color:#FFF;
  border-style:solid;
  display: inline-block;
  position: relative;
        border-width:0px 0px 0px 0px;
  border-radius:50px 50px 50px 50px;  
}  
.willows-menu-btn  > ul > .menu-item:hover {
    background-color: #b70853;
}

.willows-menu-btn  > ul > .menu-item a {
    color: #fff;
    line-height: 18px;
      border-width:0px 0px 0px 0px;
  border-radius:50px 50px 50px 50px;
  display: inline-block;
  padding: 17px 26px;
}   
 .willows-menu-btn ul {
  padding-left:0;
}

.willows-menu-btn .sub-menu {
 position: absolute;
  background-color: #fff;
  display: block;
  z-index: 9;
  margin-top: 4px;
  border-style:none;border-radius:5px 5px 5px 5px;
 top: 49px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  width: calc(100% + 80px);
  left: -40px;
  font-size: 16px;
  list-style: none;
  font-weight: 400; 
  padding-top: 2px;
  padding-bottom: 2px;
  padding-left: 0px;
  padding-right: 0px;
}
.willows-menu-btn .sub-menu li a {
   padding: 15px 16px;
    color: #00444d  ;
    font-weight: 400;
   line-height: 16px;
   display: inline-block;
   width: 100%;
   border-radius: 5px; 
}

 .willows-menu-btn .menu-item-has-children > a::after {
  content: ' ';
  margin-left:9px;
  display: inline-block;
  width: 16px; /* Adjust size as needed */
  height: 16px; /* Adjust size as needed */
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='white' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'/%3E%3C/svg%3E");
  background-size: contain; /* Make sure the SVG fits properly */
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle; /* Align with text if needed */
}



.willows-menu-btn .sub-menu li a:hover {
    background-color: #EBFBF1;
}
