/*! 
* @package IcoFont 
* @version 1.0.1 
* @author   
* @copyright 2023 
* @license - https://icofont.com/license/
*/
@font-face {
   font-family: IcoFont;
   font-weight: 400;
   font-style: Regular;
   src: url(fonts/icofont.woff2) format("woff2"), url(fonts/icofont.woff) format("woff")
}

[class*=" icofont-"],
[class^=icofont-] {
   font-family: IcoFont !important;
   speak: none;
   font-style: normal;
   font-weight: 400;
   font-variant: normal;
   text-transform: none;
   white-space: nowrap;
   word-wrap: normal;
   direction: ltr;
   line-height: 1;
   -webkit-font-feature-settings: "liga";
   -webkit-font-smoothing: antialiased
}

.icofont-facebook:before {
   content: "\ed37"
}

.icofont-long-arrow-left:before {
   content: "\ea93"
}

.icofont-long-arrow-right:before {
   content: "\ea94"
}

.icofont-search-1:before {
   content: "\ed11"
}

.icofont-cart:before {
   content: "\eed2"
}

.icofont-heart:before {
   content: "\ef45"
}

.icofont-long-arrow-down:before {
   content: "\ea92"
}

.icofont-long-arrow-up:before {
   content: "\ea95"
}

.icofont-simple-right:before {
   content: "\eab8"
}

.icofont-scroll-bubble-up:before {
   content: "\eaa5"
}

.icofont-simple-left:before {
   content: "\eab5"
}

.icofont-twitter:before {
   content: "\ed7a"
}

.icofont-linkedin:before {
   content: "\ed4d"
}

.icofont-speech-comments:before {
   content: "\eff2"
}

.icofont-ui-calendar:before {
   content: "\ec45"
}

.icofont-skype:before {
   content: "\ed67"
}

.icofont-instagram:before {
   content: "\ed46"
}

.icofont-close-line:before {
   content: "\eee1"
}

.icofont-plus:before {
   content: "\efc2"
}

.icofont-minus:before {
   content: "\ef9a"
}

.icofont-duotone.icofont-location:before {
   content: "\13b57"
}

.icofont-duotone.icofont-location:after {
   content: "\13b56"
}

.icofont-location-pin:before {
   content: "\ef79"
}

.icofont-search:before {
   content: "\ed1b"
}

.icofont-star:before {
   content: "\f000"
}

.icofont-duotone.icofont-envelope-badge:before {
   content: "\13b0b"
}

.icofont-duotone.icofont-envelope-badge:after {
   content: "\13b0a"
}

.icofont-phone:before {
   content: "\efbb"
}

[class*=" icofont-"].icofont-duotone,
[class^=icofont-].icofont-duotone {
   position: relative
}

[class*=" icofont-"].icofont-duotone:before,
[class^=icofont-].icofont-duotone:before {
   position: absolute;
   left: 0;
   top: 0
}

[class*=" icofont-"].icofont-duotone:after,
[class^=icofont-].icofont-duotone:after {
   opacity: .4
}

.icofont-xs {
   font-size: .5em
}

.icofont-sm {
   font-size: .75em
}

.icofont-md {
   font-size: 1.25em
}

.icofont-lg {
   font-size: 1.5em
}

.icofont-1x {
   font-size: 1em
}

.icofont-2x {
   font-size: 2em
}

.icofont-3x {
   font-size: 3em
}

.icofont-4x {
   font-size: 4em
}

.icofont-5x {
   font-size: 5em
}

.icofont-6x {
   font-size: 6em
}

.icofont-7x {
   font-size: 7em
}

.icofont-8x {
   font-size: 8em
}

.icofont-9x {
   font-size: 9em
}

.icofont-10x {
   font-size: 10em
}

.icofont-fw {
   text-align: center;
   width: 1.25em
}

.icofont-ul {
   list-style-type: none;
   padding-left: 0;
   margin-left: 0
}

.icofont-ul>li {
   position: relative;
   line-height: 2em
}

.icofont-ul>li .icofont {
   display: inline-block;
   vertical-align: middle
}

.icofont-border {
   border: solid .08em #f1f1f1;
   border-radius: .1em;
   padding: .2em .25em .15em
}

.icofont-pull-left {
   float: left
}

.icofont-pull-right {
   float: right
}

.icofont.icofont-pull-left {
   margin-right: .3em
}

.icofont.icofont-pull-right {
   margin-left: .3em
}

.icofont-spin {
   -webkit-animation: icofont-spin 2s infinite linear;
   animation: icofont-spin 2s infinite linear;
   display: inline-block
}

.icofont-pulse {
   -webkit-animation: icofont-spin 1s infinite steps(8);
   animation: icofont-spin 1s infinite steps(8);
   display: inline-block
}

@-webkit-keyframes icofont-spin {
   0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
   }

   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
   }
}

@keyframes icofont-spin {
   0% {
      -webkit-transform: rotate(0);
      transform: rotate(0)
   }

   100% {
      -webkit-transform: rotate(360deg);
      transform: rotate(360deg)
   }
}

.icofont-rotate-90 {
   -webkit-transform: rotate(90deg);
   transform: rotate(90deg)
}

.icofont-rotate-180 {
   -webkit-transform: rotate(180deg);
   transform: rotate(180deg)
}

.icofont-rotate-270 {
   -webkit-transform: rotate(270deg);
   transform: rotate(270deg)
}

.icofont-flip-horizontal {
   -webkit-transform: scale(-1, 1);
   transform: scale(-1, 1)
}

.icofont-flip-vertical {
   -webkit-transform: scale(1, -1);
   transform: scale(1, -1)
}

.icofont-flip-horizontal.icofont-flip-vertical {
   -webkit-transform: scale(-1, -1);
   transform: scale(-1, -1)
}

:root .icofont-flip-horizontal,
:root .icofont-flip-vertical,
:root .icofont-rotate-180,
:root .icofont-rotate-270,
:root .icofont-rotate-90 {
   -webkit-filter: none;
   filter: none;
   display: inline-block
}

.icofont-inverse {
   color: #fff
}