@charset "UTF-8";

[data-icon]:before {
  font-family: "Poppins" !important;
  content: attr(data-icon);
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "Poppins" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-bag:before {
  content: "\61";
}
.icon-cart:before {
  content: "\62";
}
.icon-coin:before {
  content: "\63";
}
.icon-expand:before {
  content: "\64";
}
.icon-headphones:before {
  content: "\65";
}
.icon-heart:before {
  content: "\66";
}
.icon-profile:before {
  content: "\67";
}
.icon-search:before {
  content: "\68";
}
.icon-telephone:before {
  content: "\69";
}
.icon-truck:before {
  content: "\6a";
}
.icon-secure-shield:before {
  content: "\6b";
}
.icon-close:before {
  content: "\6c";
}
.icon-administrator:before {
  content: "\6d";
}
.icon-email:before {
  content: "\6e";
}
.icon-envelope:before {
  content: "\6f";
}
.icon-letter:before {
  content: "\70";
}
.icon-telemarketer-1:before {
  content: "\71";
}
.icon-telemarketer-2:before {
  content: "\72";
}
.icon-mail:before {
  content: "\73";
}
.icon-map:before {
  content: "\74";
}
.icon-map-1:before {
  content: "\75";
}
.icon-map-2:before {
  content: "\76";
}
.icon-map-3:before {
  content: "\77";
}
.icon-placeholder:before {
  content: "\78";
}
.icon-street-map:before {
  content: "\79";
}
.icon-support:before {
  content: "\7a";
}
.icon-telemarketer:before {
  content: "\41";
}
.icon-marker:before {
  content: "\42";
}

.swal2-styled.swal2-confirm {
  background-color: #df7d62;
}