.addtocal {
/*
  margin: 0;
  padding: 0;
  margin-bottom: 0;
  float: left;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  color: inherit;
  text-decoration: none;
*/
  cursor: pointer;
}

ul.addtocal_menu {
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border: none;
  padding: 0;
  list-style-type: none;
  margin-left: 0px !important;
  margin-bottom: 0px;
  position: absolute;
  display: none;
  min-width: 0;
  z-index: 50;
  width: 184px;
  margin-top: 5px;

}

ul.addtocal_menu li {
  margin: 0px;
  padding: 0px;
}

ul.addtocal_menu li a {
  font-family: @font-family-futura-heavy;
  background: #af74b1;
  color: #fff !important;
  border-bottom: 4px solid #fff;
  color: inherit;
  text-decoration: none;
  display: block;
  padding: 5px;
}

ul.addtocal_menu li a:after {
    color: #ffe121;
    content: "\f054";
    font-family: "FontAwesome";
    font-size: 14px;
    line-height: 14px;
    margin-top: 9px;
    right: 9px;
    top: 50%;
    float: right;

}
ul.addtocal_menu li a:hover {
  text-decoration: none;
  background: #cdcdcd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}