@charset "UTF-8";

@font-face {
  font-family: "techmarket-icons";
  src:url("../fonts/techmarket-icons.eot");
  src:url("../fonts/techmarket-icons.eot?#iefix") format("embedded-opentype"),
    url("../fonts/techmarket-icons.woff") format("woff"),
    url("../fonts/techmarket-icons.ttf") format("truetype"),
    url("../fonts/techmarket-icons.svg#techmarket-icons") format("svg");
  font-weight: normal;
  font-style: normal;

}

[data-icon]:before {
  font-family: "techmarket-icons" !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^="tm-"]:before,
[class*=" tm-"]:before {
  font-family: "techmarket-icons" !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;
}

.tm {
    display: inline-block;
    font: normal normal normal 16px/1 techmarket-icons;
    font-size: inherit;
    text-rendering: auto;
    vertical-align: middle;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.tm-accesories:before {
  content: "\4a";
}
.tm-smartphone:before {
  content: "\4b";
}
.tm-shopping-bag:before {
  content: "\61";
}
.tm-grid:before {
  content: "\62";
}
.tm-best-brands:before {
  content: "\63";
}
.tm-arrow-up:before {
  content: "\64";
}
.tm-arrow-right:before {
  content: "\65";
}
.tm-arrow-left-products-header:before {
  content: "\66";
}
.tm-arrow-left:before {
  content: "\67";
}
.tm-arrow-down:before {
  content: "\68";
}
.tm-digital-camera:before {
  content: "\69";
}
.tm-dollar:before {
  content: "\6a";
}
.tm-favorites:before {
  content: "\6b";
}
.tm-feedback:before {
  content: "\6c";
}
.tm-free-delivery:before {
  content: "\6d";
}
.tm-arrow-right-products-header:before {
  content: "\6e";
}
.tm-free-return:before {
  content: "\6f";
}
.tm-safe-payments:before {
  content: "\70";
}
.tm-order-tracking:before {
  content: "\71";
}
.tm-newsletter:before {
  content: "\72";
}
.tm-map-marker:before {
  content: "\73";
}
.tm-long-arrow-right:before {
  content: "\74";
}
.tm-long-arrow-left:before {
  content: "\75";
}
.tm-login-register:before {
  content: "\76";
}
.tm-desktop-pc:before {
  content: "\77";
}
.tm-grid-small:before {
  content: "\78";
}
.tm-breadcrumbs-arrow-right:before {
  content: "\79";
}
.tm-breadcrumbs-arrow-left:before {
  content: "\79";
  -moz-transform: scale(-1, 1);
-webkit-transform: scale(-1, 1);
-o-transform: scale(-1, 1);
-ms-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.tm-call-us-footer:before {
  content: "\7a";
}
.tm-laptop:before {
  content: "\41";
}
.tm-listing:before {
  content: "\42";
}
.tm-close:before {
  content: "\43";
}
.tm-compare:before {
  content: "\44";
}
.tm-listing-large:before {
  content: "\45";
}
.tm-listing-small:before {
  content: "\46";
}
.tm-departments-thin:before {
  content: "\47";
}


/* techmarket font awesome */
/*!FontAwesome License: SIL Open Font License - http://scripts.sil.org/OFL
Images License: GNU General Public License v2 or later

*/
/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
 @font-face {
  font-family: FontAwesome;
  src: url(../fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0) format('embedded-opentype'), url(../fonts/fontawesome-webfont.woff2?v=4.7.0) format('woff2'), url(../fonts/fontawesome-webfont.woff?v=4.7.0) format('woff'), url(../fonts/fontawesome-webfont.ttf?v=4.7.0) format('truetype'), url(../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular) format('svg');
  font-weight: 400;
  font-style: normal
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

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

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

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

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

.fa-ul {
  padding-left: 0;
  margin-left: 2.1428571429em;
  list-style-type: none
}

.fa-ul>li {
  position: relative
}

.fa-li {
  position: absolute;
  left: -2.1428571429em;
  width: 2.1428571429em;
  top: .1428571429em;
  text-align: center
}

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

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

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

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

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

.fa-search:before {
  content: "\f002"
}
.fa-bars:before {
  content: "\f0c9";
}
.fa-heart:before {
  content: "\f004"
}

.fa-star:before {
  content: "\f005"
}

.fa-user:before {
  content: "\f007"
}

.fa-th-large:before {
  content: "\f009"
}

.fa-th:before {
  content: "\f00a"
}

.fa-th-list:before {
  content: "\f00b"
}

.fa-check:before {
  content: "\f00c"
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "\f00d"
}

.fa-home:before {
  content: "\f015"
}

.fa-road:before {
  content: "\f018"
}

.fa-download:before {
  content: "\f019"
}

.fa-list-alt:before {
  content: "\f022"
}

.fa-flag:before {
  content: "\f024"
}

.fa-tag:before {
  content: "\f02b"
}

.fa-tags:before {
  content: "\f02c"
}

.fa-book:before {
  content: "\f02d"
}

.fa-print:before {
  content: "\f02f"
}

.fa-font:before {
  content: "\f031"
}

.fa-bold:before {
  content: "\f032"
}

.fa-text-height:before {
  content: "\f034"
}

.fa-text-width:before {
  content: "\f035"
}

.fa-align-left:before {
  content: "\f036"
}

.fa-align-center:before {
  content: "\f037"
}

.fa-align-right:before {
  content: "\f038"
}

.fa-align-justify:before {
  content: "\f039"
}

.fa-list:before {
  content: "\f03a"
}

.fa-image:before,
.fa-photo:before {
  content: "\f03e"
}

.fa-map-marker:before {
  content: "\f041"
}

.fa-arrows:before {
  content: "\f047"
}

.fa-play:before {
  content: "\f04b"
}

.fa-stop:before {
  content: "\f04d"
}

.fa-forward:before {
  content: "\f04e"
}

.fa-fast-forward:before {
  content: "\f050"
}

.fa-check-circle:before {
  content: "\f058"
}

.fa-info-circle:before {
  content: "\f05a"
}

.fa-arrow-left:before {
  content: "\f060"
}

.fa-arrow-right:before {
  content: "\f061"
}

.fa-arrow-up:before {
  content: "\f062"
}

.fa-arrow-down:before {
  content: "\f063"
}

.fa-gift:before {
  content: "\f06b"
}

.fa-warning:before {
  content: "\f071"
}

.fa-comment:before {
  content: "\f075"
}

.fa-shopping-cart:before {
  content: "\f07a"
}

.fa-arrows-v:before {
  content: "\f07d"
}

.fa-arrows-h:before {
  content: "\f07e"
}

.fa-key:before {
  content: "\f084"
}

.fa-comments:before {
  content: "\f086"
}

.fa-sign-out:before {
  content: "\f08b"
}

.fa-sign-in:before {
  content: "\f090"
}

.fa-phone:before {
  content: "\f095"
}

.fa-twitter:before {
  content: "\f099"
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a"
}

.fa-credit-card:before {
  content: "\f09d"
}

.fa-rss:before {
  content: "\f09e"
}

.fa-arrow-circle-left:before {
  content: "\f0a8"
}

.fa-arrow-circle-right:before {
  content: "\f0a9"
}

.fa-arrow-circle-up:before {
  content: "\f0aa"
}

.fa-arrow-circle-down:before {
  content: "\f0ab"
}

.fa-filter:before {
  content: "\f0b0"
}

.fa-briefcase:before {
  content: "\f0b1"
}

.fa-arrows-alt:before {
  content: "\f0b2"
}

.fa-group:before {
  content: "\f0c0"
}

.fa-link:before {
  content: "\f0c1"
}

.fa-cloud:before {
  content: "\f0c2"
}

.fa-copy:before {
  content: "\f0c5"
}

.fa-list-ul:before {
  content: "\f0ca"
}

.fa-table:before {
  content: "\f0ce"
}

.fa-caret-down:before {
  content: "\f0d7"
}

.fa-caret-up:before {
  content: "\f0d8"
}

.fa-caret-left:before {
  content: "\f0d9"
}

.fa-caret-right:before {
  content: "\f0da"
}

.fa-columns:before {
  content: "\f0db"
}

.fa-sort:before {
  content: "\f0dc"
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "\f0dd"
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "\f0de"
}

.fa-envelope:before {
  content: "\f0e0"
}

.fa-linkedin:before {
  content: "\f0e1"
}

.fa-paste:before {
  content: "\f0ea"
}

.fa-cloud-download:before {
  content: "\f0ed"
}

.fa-user-md:before {
  content: "\f0f0"
}

.fa-coffee:before {
  content: "\f0f4"
}

.fa-desktop:before {
  content: "\f108"
}

.fa-laptop:before {
  content: "\f109"
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b"
}

.fa-circle:before {
  content: "\f111"
}

.fa-code:before {
  content: "\f121"
}

.fa-location-arrow:before {
  content: "\f124"
}

.fa-info:before {
  content: "\f129"
}

.fa-html5:before {
  content: "\f13b"
}

.fa-css3:before {
  content: "\f13c"
}

.fa-ellipsis-h:before {
  content: "\f141"
}

.fa-ellipsis-v:before {
  content: "\f142"
}

.fa-play-circle:before {
  content: "\f144"
}

.fa-level-up:before {
  content: "\f148"
}

.fa-level-down:before {
  content: "\f149"
}

.fa-toggle-down:before {
  content: "\f150"
}

.fa-toggle-up:before {
  content: "\f151"
}

.fa-toggle-right:before {
  content: "\f152"
}

.fa-dollar:before {
  content: "\f155"
}

.fa-sort-amount-asc:before {
  content: "\f160"
}

.fa-sort-amount-desc:before {
  content: "\f161"
}

.fa-youtube:before {
  content: "\f167"
}

.fa-youtube-play:before {
  content: "\f16a"
}

.fa-instagram:before {
  content: "\f16d"
}

.fa-apple:before {
  content: "\f179"
}

.fa-android:before {
  content: "\f17b"
}

.fa-archive:before {
  content: "\f187"
}

.fa-toggle-left:before {
  content: "\f191"
}

.fa-google:before {
  content: "\f1a0"
}

.fa-language:before {
  content: "\f1ab"
}

.fa-circle-thin:before {
  content: "\f1db"
}

.fa-header:before {
  content: "\f1dc"
}

.fa-sliders:before {
  content: "\f1de"
}

.fa-calculator:before {
  content: "\f1ec"
}

.fa-paypal:before {
  content: "\f1ed"
}

.fa-copyright:before {
  content: "\f1f9"
}

.fa-at:before {
  content: "\f1fa"
}

.fa-toggle-off:before {
  content: "\f204"
}

.fa-toggle-on:before {
  content: "\f205"
}

.fa-cart-arrow-down:before {
  content: "\f218"
}

.fa-facebook-official:before {
  content: "\f230"
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "\f240"
}

.fa-battery-3:before {
  content: "\f241"
}

.fa-battery-2:before {
  content: "\f242"
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243"
}

.fa-battery-0:before {
  content: "\f244"
}

.fa-i-cursor:before {
  content: "\f246"
}

.fa-object-group:before {
  content: "\f247"
}

.fa-500px:before {
  content: "\f26e"
}

.fa-map:before {
  content: "\f279"
}

.fa-edge:before {
  content: "\f282"
}

.fa-credit-card-alt:before {
  content: "\f283"
}

.fa-usb:before {
  content: "\f287"
}

.fa-stop-circle:before {
  content: "\f28d"
}

.fa-shopping-bag:before {
  content: "\f290"
}

.fa-sign-language:before {
  content: "\f2a7"
}

.fa-first-order:before {
  content: "\f2b0"
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4"
}

.fa-address-book:before {
  content: "\f2b9"
}

.fa-address-card:before {
  content: "\f2bb"
}

.fa-user-circle:before {
  content: "\f2bd"
}

.fa-id-card:before {
  content: "\f2c2"
}

.fa-s15:before {
  content: "\f2cd"
}

.fa-window-close:before {
  content: "\f2d3"
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}

.fa-user-plus:before {
  content: "\f234";
}

.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}

.flag-icon-background {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat
}

.flag-icon {
  background-size: contain;
  background-position: 50%;
  background-repeat: no-repeat;
  position: relative;
  display: inline-block;
  width: 1.33333333em;
  line-height: 1em
}

.flag-icon:before {
  content: "\00a0"
}

.flag-icon-mm {
  background-image: url(../../plugins/flag-icons/flags/4x3/mm.svg);
}
.flag-icon-cn {
  background-image: url(../../plugins/flag-icons/flags/4x3/cn.svg);
}
.flag-icon-gb {
  background-image: url(../../plugins/flag-icons/flags/4x3/gb.svg);
}