
.fm-tools-modern{
  display:flex;
  align-items:center;
  gap:10px;
}
.fm-tool-modern{
  position:relative;
  display:inline-flex !important;
  align-items:center;
  justify-content:center;
  width:30px;
  height:30px;
  box-sizing:border-box;
  text-decoration:none !important;
  line-height:1;
}
.fm-tool-modern svg{
  width:17px !important;
  height:17px !important;
  display:block;
  fill:none;
  stroke:currentColor;
  stroke-width:1.7;
  stroke-linecap:round;
  stroke-linejoin:round;
}
.fm-tool-search{color:#1473c9 !important;}
.fm-tool-account{color:#178569 !important;}
.fm-tool-cart{color:#7655c7 !important;}
.fm-tool-cart > span{
  position:absolute;
  top:-7px;
  right:-7px;
  min-width:16px;
  height:16px;
  padding:0 4px;
  border-radius:999px;
  box-sizing:border-box;
  display:flex;
  align-items:center;
  justify-content:center;
  background:#07335b;
  color:#fff;
  border:2px solid #fff;
  font-size:9px;
  font-weight:800;
  line-height:1;
  z-index:3;
}
