/*! perfect-scrollbar - v0.5.8
* http://noraesae.github.com/perfect-scrollbar/
* Copyright (c) 2014 Hyunje Alex Jun; Licensed MIT */
*:before,
*:after {
  font-family: 'luke-icons';
  box-sizing: border-box;
}

@font-face {
  font-family: 'luke-icons';
  src: url('../icons/luke-icons.woff') format('woff'),
    url('../icons/luke-icons.svg#luke-icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

a.ico-cart {
  display: inline-block;
  font-size: 13px;
  color: #8c8c8c;
  transition: color 0.2s ease;
}

a.ico-cart:before {
  display: block;
  margin-bottom: 4px;
  font-size: 26px;
  color: #8e8e8e;
  transition: color 0.2s ease;
}

.inputs-icons {
  display: none;
  font-size: 15px;
  color: #8e8e8e;
  line-height: 45px;
  font-family: 'luke-icons';
}

.ico-wishlist:before {
  content: 'c';
}

.ico-cart:before {
  content: 'd';
}

.personal-button > span:before,
.ico-account:before {
  content: 'a';
}

.profile-menu-box .ico-inbox {
  font-size: 0;
}

.ico-inbox span {
  font-size: 14px;
  vertical-align: middle;
}

.ico-inbox:before {
  content: 'A';
}

.ico-compare:before {
  content: 'b';
}

.ico-logout:before {
  content: 'B';
}

.ico-login:before {
  content: 'x';
}

.ico-register:before {
  content: 'y';
}

.ico-menu:before {
  content: 'g';
}

.ico-categories:before {
  content: 'f';
}

.ico-twitter:before {
  content: 'o';
}

.ico-facebook:before {
  content: 'n';
}

.ico-linkedin:before {
  content: 'u';
}

.ico-pinterest:before {
  content: 'D';
}

.ico-instagram:before {
  content: 't';
}

.ico-email:before {
  content: 'm';
}

.ico-pencil:before {
  content: 'y';
}

.ico-read-more:before {
  content: 'C';
}

.ico-arrow-right:before {
  content: 'W';
}

.ico-chevron-right:before {
  content: 'j';
}

.ico-chevron-left:before {
  content: 'k';
}

.ico-angles-right:before {
  content: 'W';
}

.ico-clear:before {
  content: 'v';
}

.ico-clear-cart::before {
  content: "Z";
}

.ico-update-cart:before {
  content: "Y";
}

.ico-remove-from-cart:before {
  content: "z";
}

.ico-address::before {
  content: "N"
}

.ico-order::before {
  content: "d";
}

.ico-password::before {
  content: "x";
}

.ico-plus::before {
  content: "i";
}

.ico-minus::before {
  content: "h";
}

.ico-add-address::before {
  content: "U";
}
