@font-face {
  font-family: 'icomoon';
  src:  l('fonts/icomoon.eot?xthvld');
  src:  url('fonts/icomoon.eot?xthvld#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?xthvld') format('truetype'),
    url('fonts/icomoon.woff?xthvld') format('woff'),
    url('fonts/icomoon.svg?xthvld#icomoon') f format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-prunners:before {
  content: "\e900";
}
.icon-shovel:before {
  content: "\e901";
}
.icon-pottedplant:before {
  content: "\e902";
}
.icon-beenew:before {
  content: "\e903";
}
.icon-animal-bee:before {
  content: "\e904";
}
.icon-protective-glove:before {
  content: "\e905";
}
.icon-tree:before {
  content: "\e906";
}
.icon-animal-butterfly:before {
  content: "\e907";
}
.icon-pumpkin:before {
  content: "\1f323";
}

.navbar-nav > li {
    padding-left: 1px !important;
    padding-right: 1px !important;
}


.list-social__item .icon {
    height: 24px !important; /* Adjust the value as needed */
    width: 24px !important; /* Adjust the value as needed */
}


