@font-face {
  font-family: 'icomoon';
  src:  url('../fonts/icomoon/icomoonccfb.eot?6tt51o');
  src:  url('../fonts/icomoon/icomoonccfb.eot?6tt51o#iefix') format('embedded-opentype'),
    url('../fonts/icomoon/icomoonccfb.ttf?6tt51o') format('truetype'),
    url('../fonts/icomoon/icomoonccfb.woff?6tt51o') format('woff'),
    url('../fonts/icomoon/icomoonccfb.svg?6tt51o#icomoon') 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-search:before {
  content: "\f002";
}
.icon-heart:before {
  content: "\f004";
}
.icon-clock-o:before {
  content: "\f017";
}
.icon-map-marker:before {
  content: "\f041";
}
.icon-play:before {
  content: "\f04b";
}
.icon-calendar:before {
  content: "\f073";
}
.icon-phone:before {
  content: "\f095";
}
.icon-twitter:before {
  content: "\f099";
}
.icon-facebook:before {
  content: "\f09a";
}
.icon-envelope:before {
  content: "\f0e0";
}
.icon-instagram:before {
  content: "\f16d";
}
.icon-chat:before {
  content: "\e0b7";
}
.icon-my_location:before {
  content: "\e55c";
}
.icon-star2:before {
  content: "\e838";
}
.icon-person:before {
  content: "\e7fd";
}
.icon-star_half:before {
  content: "\e839";
}
.custom-icon {
  display: inline-block;
  width: 60px;
  height: 60px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-bottom: 15px;
}

/* Handmade Paintings */
.painting-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gold'%3E%3Cpath d='M7 16c.55 0 1 .45 1 1s-.45 1-1 1-1-.45-1-1 .45-1 1-1zm13-9-7-7H5c-1.1 0-2 .9-2 2v18l4-4h11c1.1 0 2-.9 2-2V7z'/%3E%3C/svg%3E");
}

/* Resin Art */
.resin-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gold'%3E%3Cpath d='M12 2C8.13 2 5 5.13 5 9c0 5.25 7 13 7 13s7-7.75 7-13c0-3.87-3.13-7-7-7z'/%3E%3C/svg%3E");
}

/* Artisan Candles */
.candle-icon {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gold'%3E%3Cpath d='M12 2s3 3.6 3 6a3 3 0 1 1-6 0c0-2.4 3-6 3-6zm-3 8h6v12H9V10z'/%3E%3C/svg%3E");
}

/* Custom Art */
.customart-icon {
  background-image: url(\"data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='gold'%3E%3Cpath d='M5 21h14v-2H5v2zm7-18-5.5 9h11L12 3z'/%3E%3C/svg%3E\");
}
/* Resin Art Icon FIX */
.flaticon-paint-palette {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c9a24d'%3E%3Cpath d='M12 2C6.48 2 2 6.03 2 11c0 3.31 2.69 6 6 6h1v3c0 1.1.9 2 2 2h2c1.1 0 2-.9 2-2v-3h1c3.31 0 6-2.69 6-6 0-4.97-4.48-9-10-9zm-4.5 8c-.83 0-1.5-.67-1.5-1.5S6.67 7 7.5 7 9 7.67 9 8.5 8.33 10 7.5 10zm3-2c-.83 0-1.5-.67-1.5-1.5S9.67 5 10.5 5 12 5.67 12 6.5 11.33 8 10.5 8zm3 2c-.83 0-1.5-.67-1.5-1.5S12.67 7 13.5 7 15 7.67 15 8.5 14.33 10 13.5 10zm3-2c-.83 0-1.5-.67-1.5-1.5S15.67 5 16.5 5 18 5.67 18 6.5 17.33 8 16.5 8z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Handmade Paintings Icon FIX */
.flaticon-handmade-painting {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c9a24d'%3E%3Cpath d='M7 3h10c1.1 0 2 .9 2 2v12c0 1.1-.9 2-2 2H7l-4 4V5c0-1.1.9-2 2-2zm2 4h6v2H9V7zm0 4h6v2H9v-2z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Artisan Candles Icon FIX */
.flaticon-artisan-candle {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c9a24d'%3E%3Cpath d='M12 2s3 3.6 3 6a3 3 0 1 1-6 0c0-2.4 3-6 3-6zm-3 8h6v12H9V10z'/%3E%3C/svg%3E") center/contain no-repeat;
}

/* Custom Art Pieces Icon FIX */
.flaticon-custom-art {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23c9a24d'%3E%3Cpath d='M12 3 2 21h20L12 3zm0 4 6 12H6l6-12z'/%3E%3C/svg%3E") center/contain no-repeat;
}
