@font-face {
	font-family: "icons"; 
src: url("icons/icons.eot?v=1765966903");
src:url("icons/icons.eot?v=1765966903#iefix") format("embedded-opentype"),
url("icons/icons.woff?v=1765966903") format("woff2"),
url("icons/icons.woff?v=1765966903") format("woff");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

i[class^="fi-bd21"], [class*=" fi-bd21"] {
	display: inline-block;
	
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

	font-family: "icons";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	speak: none;
}



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

.icon-cotton:before {
    content: "\f101";
}
.icon-delivery:before {
    content: "\f102";
}
.icon-discount:before {
    content: "\f103";
}
.icon-dot:before {
    content: "\f104";
}
.icon-email:before {
    content: "\f105";
}
.icon-hamburger:before {
    content: "\f106";
}
.icon-map-pin:before {
    content: "\f107";
}
.icon-moneyback-2:before {
    content: "\f108";
}
.icon-moneyback:before {
    content: "\f109";
}
.icon-phone:before {
    content: "\f10a";
}
.icon-quality:before {
    content: "\f10b";
}
.icon-romb:before {
    content: "\f10c";
}
.icon-shipping-2:before {
    content: "\f10d";
}
.icon-shipping:before {
    content: "\f10e";
}
.icon-support-2:before {
    content: "\f10f";
}
.icon-support:before {
    content: "\f110";
}
.icon-time:before {
    content: "\f111";
}
.icon-world:before {
    content: "\f112";
}

.fi-bd21-cotton:before {
content: "\F101";
}

.fi-bd21-delivery:before {
content: "\F102";
}

.fi-bd21-discount:before {
content: "\F103";
}

.fi-bd21-dot:before {
content: "\F104";
}

.fi-bd21-email:before {
content: "\F105";
}

.fi-bd21-hamburger:before {
content: "\F106";
}

.fi-bd21-map-pin:before {
content: "\F107";
}

.fi-bd21-moneyback-2:before {
content: "\F108";
}

.fi-bd21-moneyback:before {
content: "\F109";
}

.fi-bd21-phone:before {
content: "\F10A";
}

.fi-bd21-quality:before {
content: "\F10B";
}

.fi-bd21-romb:before {
content: "\F10C";
}

.fi-bd21-shipping-2:before {
content: "\F10D";
}

.fi-bd21-shipping:before {
content: "\F10E";
}

.fi-bd21-support-2:before {
content: "\F10F";
}

.fi-bd21-support:before {
content: "\F110";
}

.fi-bd21-time:before {
content: "\F111";
}

.fi-bd21-world:before {
content: "\F112";
}
@font-face {
	font-family: "avenir"; 
src: url("avenir/avenir.eot?v=1727371586");
src:url("avenir/avenir.eot?v=1727371586#iefix") format("embedded-opentype"),
url("avenir/avenir.woff?v=1727371586") format("woff2"),
url("avenir/avenir.woff?v=1727371586") format("woff"),
url("avenir/avenir.woff?v=1727371586") format("woff"),
url("avenir/avenir.ttf?v=1727371586") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

i[class^="fi-7bc6"], [class*=" fi-7bc6"] {
	display: inline-block;
	
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

	font-family: "avenir";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	speak: none;
}

/*
   Animation example, for spinners
*/
.animate-spin {
  -moz-animation: spin 2s infinite linear;
  -o-animation: spin 2s infinite linear;
  -webkit-animation: spin 2s infinite linear;
  animation: spin 2s infinite linear;
  display: inline-block;
}
@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-webkit-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-o-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@-ms-keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes spin {
  0% {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  100% {
    -moz-transform: rotate(359deg);
    -o-transform: rotate(359deg);
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fi-7bc6-search:before {
content: "\E800";
}

.fi-7bc6-t-shirt:before {
content: "\E801";
}

.fi-7bc6-user:before {
content: "\E802";
}

.fi-7bc6-heart:before {
content: "\E803";
}

.fi-7bc6-location:before {
content: "\E804";
}

.fi-7bc6-truck:before {
content: "\E805";
}

.fi-7bc6-shop:before {
content: "\E806";
}
@font-face {
	font-family: "loader"; 
src: url("loader/loader.eot?v=1727615427");
src:url("loader/loader.eot?v=1727615427#iefix") format("embedded-opentype"),
url("loader/loader.woff?v=1727615427") format("woff2"),
url("loader/loader.woff?v=1727615427") format("woff"),
url("loader/loader.woff?v=1727615427") format("woff"),
url("loader/loader.ttf?v=1727615427") format("truetype");
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

i[class^="fi-4a52"], [class*=" fi-4a52"] {
	display: inline-block;
	
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

	font-family: "loader";
	font-weight: normal;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
	speak: none;
}


/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "loader";
  font-style: normal;
  font-weight: normal;
  speak: never;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-search:before { content: '\e800'; } /* '' */
.icon-t-shirt:before { content: '\e801'; } /* '' */
.icon-user:before { content: '\e802'; } /* '' */
.icon-heart:before { content: '\e803'; } /* '' */
.icon-location:before { content: '\e804'; } /* '' */
.icon-truck:before { content: '\e805'; } /* '' */
.icon-shop:before { content: '\e806'; } /* '' */
.icon-spin4:before { content: '\e834'; } /* '' */

.fi-4a52-search:before {
content: "\E800";
}

.fi-4a52-t-shirt:before {
content: "\E801";
}

.fi-4a52-user:before {
content: "\E802";
}

.fi-4a52-heart:before {
content: "\E803";
}

.fi-4a52-location:before {
content: "\E804";
}

.fi-4a52-truck:before {
content: "\E805";
}

.fi-4a52-shop:before {
content: "\E806";
}

.fi-4a52-spin4:before {
content: "\E834";
}
