@font-face {
  font-family: 'FontAwesome';
  src:  url('//cdn.shopify.com/s/files/1/0969/9128/files/fontawesome-webfont.eot'),
    url('//cdn.shopify.com/s/files/1/0969/9128/files/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
    url('//cdn.shopify.com/s/files/1/0969/9128/files/fontawesome-webfont.woff2') format('woff2'),
    url('//cdn.shopify.com/s/files/1/0969/9128/files/fontawesome-webfont.woff') format('woff'),
    url('//cdn.shopify.com/s/files/1/0969/9128/files/fontawesome-webfont') format('truetype'),
    url('//cdn.shopify.com/s/files/1/0969/9128/files/fontawesome-webfont?#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

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

/* --- Font Awesome Icons --- */

.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-cog:before {
  content: "\f013";
}
.fa-heart:before {
  content: "\f004";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-star:before {
  content: "\f005";
}
.fa-rupee:before, .fa-inr:before {
  content: "\f156";
  padding:5px;
}
.fa-shopping-cart:before{
  content: "\f07a";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-chevron-circle-right:before{
  content: "\f138";
}
.fa-bars:before{
  content: "\f0c9"; 
}
.fa-search:before {
  content: "\f002";
}
.main-nav .nav-item.dropdown > .nav-item-link:after{
  content: "\f107";
  font-size: 0.9em;
  vertical-align: middle;
  font-family: FontAwesome;
}
.fa-quote-left:before {
    content: "\f10d";
}
.fa-quote-right:before {
    content: "\f10e";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
    content: "\f00d";
}
.fa-times-circle-o:before {
    content: "\f05c";
}

.fa.fa-2 {
    font-size: 2em;
}
.flex-direction-nav a:before{
  font-family: 'FontAwesome';
}
.flex-direction-nav a.flex-prev:before {
  content: "\f104";
}
.flex-direction-nav a.flex-next:before {
  content: "\f105";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}

.fa-twitter-square:hover { color: #1bb6ec; }
.fa-facebook-square:hover { color: #3c599f; }
.fa-tumblr-square:hover { color: #304d6b; }
.fa-rss-square:hover { color: #fe9900; }
.fa-google-plus-square:hover { color: #e02a27; }
.fa-youtube-square:hover { color: #e02a27; }
.fa-vimeo-square:hover { color: #1bb6ec; }
.fa-pinterest-square:hover { color: #e02a27; }
.fa-instagram:hover { color: #4f7ca2; }
.fa-flickr:hover { color: #000; }

