/*! normalize.css v3.0.1 | MIT License | git.io/normalize */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */

/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */

audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */

/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */

abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */

mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9/10.
 */

img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari.
 */

figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */

pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */

/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */

/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */

button,
input,
optgroup,
select,
textarea {
  color: inherit; /* 1 */
  font: inherit; /* 2 */
  margin: 0; /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */

button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

button,
html input[type="button"], /* 1 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button; /* 2 */
  cursor: pointer; /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */

button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */

input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */

textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */

optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.logo {
  display: inline-block;
  font-weight: 300;
  font-family: 'Lato'; }
  #content .logo {
    font-size: 4rem;
    font-weight: 300;
    display: block;
    margin: 0 auto; }
    #content .logo * {
      padding: 0; }
  .logo a {
    text-decoration: none !important;
    color: #6CC16C; }
    .logo a:hover {
      text-decoration: none !important; }

#tagline {
  font-size: 1.5rem;
  display: inline-block;
  font-style: italic;
  font-weight: normal;
  position: relative;
  top: -.3rem;
  line-height: 2rem; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  margin: 0; }

html, body {
  height: 100%; }

html {
  font-family: 'Lato';
  font-size: 62.5%; }

body {
  font-size: 1.4rem;
  background-color: #fafafa; }

input:focus {
  outline: 0 !important; }

header {
  display: flex;
  width: 100%;
  padding: 1rem;
  position: relative;
  background-color: #fff;
  min-height: 80px;
  border-bottom: 1px solid #ddd; }
  header h1 {
    flex: 0 0 auto;
    font-size: 5rem; }

#header-cta {
  flex: 1 1 auto;
  top: 2.5rem;
  right: 0;
  text-align: right;
  height: 4rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  #header-cta * {
    margin-right: .5rem;
    margin-left: .5rem; }
  #header-cta p {
    margin: 0; }
  #header-cta form {
    display: inline;
    position: relative;
    top: .5rem; }
  #header-cta .burger,
  #header-cta label {
    display: none; }

.flash {
  margin: 0 auto;
  background-color: #fff;
  margin-top: 4rem;
  font-size: 2rem;
  text-align: center;
  padding: 1rem; }

footer {
  flex: 0 0 auto;
  font-size: 1.5rem;
  background-color: #ddd;
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  padding-bottom: 3rem;
  padding-left: 5rem;
  padding-right: 5rem; }
  footer h2 {
    font-weight: 300;
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 2rem; }
  footer a {
    color: #fafafa; }

ul,
li {
  margin: 0;
  padding: 0;
  list-style-type: none; }

li {
  line-height: 1.8rem;
  margin-bottom: .5rem; }

.tag, .flash, #sort-controls input + label, .price, #results-container .result {
  border: 1px solid #ddd; }

h1,
h2 {
  margin: 0;
  padding: 0; }

h1 {
  display: inline-block;
  margin-bottom: 1rem; }

#sponsored {
  flex: 0 0 auto;
  background-color: #eaeaea;
  border-bottom: 1px solid #ddd;
  position: relative;
  padding: 1rem;
  display: block;
  text-align: center; }
  #sponsored .sponsor {
    display: inline-block;
    margin-right: 1rem;
    max-width: 49%; }
    #sponsored .sponsor:last-child {
      margin-right: 0; }
    #sponsored .sponsor img {
      display: inline-block;
      border: 0.25rem solid #ffa533;
      width: 100%; }
  #sponsored .ad-contact {
    float: right;
    color: #fff; }
    #sponsored .ad-contact a {
      color: #ffa533; }

.contact-form {
  margin-left: 4rem;
  margin-top: 2rem;
  max-width: 500px;
  /* Contact form */ }
  .contact-form form label {
    font-size: 1.2em;
    font-weight: bold;
    display: block;
    padding: 10px 0; }
  .contact-form form input#name,
  .contact-form form input#email,
  .contact-form form input#subject {
    width: 400px;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    padding: 5px;
    font-size: 1.1em; }
  .contact-form form textarea#message {
    width: 500px;
    height: 100px;
    background-color: #fafafa;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #cccccc;
    margin-bottom: 10px;
    padding: 5px;
    font-size: 1.1em; }
  .contact-form form input#submit {
    display: block;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    border: 1px solid #d8d8d8;
    padding: 10px;
    font-weight: bold;
    text-align: center;
    color: #000000;
    background-color: #f4f4f4;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f4f4f4), color-stop(100%, #e5e5e5));
    background-image: -webkit-linear-gradient(top, #f4f4f4, #e5e5e5);
    background-image: -moz-linear-gradient(top, #f4f4f4, #e5e5e5);
    background-image: -ms-linear-gradient(top, #f4f4f4, #e5e5e5);
    background-image: -o-linear-gradient(top, #f4f4f4, #e5e5e5);
    background-image: linear-gradient(top, #f4f4f4, #e5e5e5);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f4f4f4, endColorstr=#e5e5e5); }
  .contact-form form input#submit:hover {
    cursor: pointer;
    border: 1px solid #c1c1c1;
    background-color: #dbdbdb;
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dbdbdb), color-stop(100%, #cccccc));
    background-image: -webkit-linear-gradient(top, #dbdbdb, #cccccc);
    background-image: -moz-linear-gradient(top, #dbdbdb, #cccccc);
    background-image: -ms-linear-gradient(top, #dbdbdb, #cccccc);
    background-image: -o-linear-gradient(top, #dbdbdb, #cccccc);
    background-image: linear-gradient(top, #dbdbdb, #cccccc);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#dbdbdb, endColorstr=#cccccc); }

#search-form.results {
  font-size: 3rem;
  width: 100%; }

.code {
  font-style: italic; }

.tags {
  position: absolute;
  right: 1rem;
  top: 1rem;
  width: 28rem; }

.tag, .flash, #sort-controls input + label {
  right: 0;
  font-size: 1.2rem;
  padding: .5rem;
  white-space: nowrap;
  margin-right: 0.5em; }

.title,
.price {
  font-size: 2rem; }

.title {
  margin-right: 1rem;
  max-width: 540px;
  display: inline-block;
  line-height: 2.5rem; }

.price {
  position: absolute;
  display: inline-block;
  background-color: #6CC16C;
  border-radius: 100%;
  color: #fff;
  height: 7rem;
  left: 1rem;
  margin-left: 1rem;
  margin-right: .5rem;
  padding-top: 2.5rem;
  text-align: center;
  top: 1rem;
  vertical-align: middle;
  width: 7rem; }

.details {
  margin-left: 12rem;
  width: 50rem; }

.vendor {
  background-color: #e7e7e7;
  color: #000; }

.free_shipping_code {
  background-color: #69f;
  color: #fff; }

.discount_code {
  background-color: #6CC16C;
  color: #fff; }

.international_shipping {
  background-color: #8bc;
  color: #fff; }

.note {
  font-size: 1.5rem;
  display: block;
  padding-top: .5rem; }

.origin_country {
  opacity: 0.5;
  margin-right: 0.5rem; }

#results-meta {
  font-size: 2rem;
  margin-top: 0; }

#sort-controls {
  position: relative;
  top: -1rem;
  display: inline-block; }
  #sort-controls input {
    display: none; }
    #sort-controls input + label {
      padding: 0.2em;
      padding-left: 0.5em;
      padding-right: 0.5em;
      background-color: #fff;
      color: #474747; }
      #sort-controls input + label:after {
        text-decoration: none; }
    #sort-controls input:checked + label {
      color: #6CC16C; }
  #sort-controls fieldset {
    position: relative;
    display: inline-block;
    border: 0;
    padding: 0;
    margin-right: 1rem; }
    #sort-controls fieldset span {
      display: inline-block;
      margin-bottom: .5rem; }
    #sort-controls fieldset li {
      display: inline-block; }
    #sort-controls fieldset label {
      padding-left: 0.75rem; }
    #sort-controls fieldset [type=checkbox] {
      margin-left: 0.5rem; }
    #sort-controls fieldset select {
      width: 6rem;
      height: auto; }

#suggestion {
  font-style: italic; }

#results-container {
  display: inline-block;
  padding-bottom: 10rem;
  display: block;
  margin: 0 auto;
  max-width: 1000px; }
  #results-container a {
    color: #66a566; }
    #results-container a:hover {
      color: #ffa533; }
    #results-container a:visited {
      color: #002500; }
  #results-container .result {
    position: relative;
    background-color: #fff;
    margin-top: 1rem;
    margin-bottom: 1rem;
    min-height: 135px;
    padding-top: 1.5rem; }

.premium_logo {
	padding: 0;
	margin: 0;
	height: 47px;
}

.premium_logo img {
	max-width: 100%;
	width: 100%;
	height: 100%;
}
	

.premium_highlight {
  box-shadow: 0 2px 5px 0 rgba(255, 255, 0, 0.4), 0 2px 10px 0 rgba(255, 255, 0, 0.4) !important;
  border: 1px solid #ffa500 !important;
  background-color: rgba(255, 255, 0, 0.1) !important; }
  .premium_highlight .vendor {
    background-color: #fff;
    padding: 0; }
    .premium_highlight .vendor img {
      max-width: 100%; }

#index-search {
  padding-top: 14rem;
  margin: 0 auto; }

.intro {
  margin-top: 8rem;
  display: flex; }
  .intro .cta {
    flex-direction: row;
    flex: 1;
    position: relative;
    vertical-align: top;
    min-height: 25rem;
    display: inline-block;
    padding: 1rem;
    padding-bottom: 6rem;
    margin-right: 1rem;
    background-color: #fff;
    border: 1px solid #ddd; }
    .intro .cta:last-child {
      margin-right: 0; }
    .intro .cta h3 {
      margin-bottom: 2rem;
      padding-bottom: 1rem;
      border-bottom: 1px solid #ddd; }
  .intro .cta-link, .intro .cta a {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    padding: 1rem;
    margin-top: 2rem;
    background-color: #ffa533;
    display: inline-block;
    border: #999;
    text-decoration: none;
    color: #fff; }

.subheader {
  margin-top: 1rem; }

#vendor-list {
  margin-top: 2rem;
  -webkit-column-count: 10;
  -moz-column-count: 10;
  column-count: 10;
  -webkit-column-width: 160px;
  -moz-column-width: 160px;
  column-width: 160px;
  -webkit-column-gap: 20px;
  -moz-column-gap: 20px;
  column-gap: 20px;
  margin-bottom: 1rem; }
  #vendor-list li {
    line-height: 1em;
    padding: 0.5rem; }
  #vendor-list a {
    color: #66a566; }
    #vendor-list a:hover {
      color: #ffa533; }

@media only screen and (max-width: 668px) {
  .debug {
    display: none; }
  html,
  body {
    overflow-x: hidden; }
  header {
    min-height: 60px; }
  h1 {
    font-size: 3.5rem !important;
    padding-bottom: 1rem;
    display: block; }
  #tagline {
    font-size: 2rem;
    display: block;
    border: none;
    padding-left: 0;
    margin-left: 0; }
  #sponsored .sponsor {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    margin-top: .5rem; }
    #sponsored .sponsor:first-child {
      margin-top: 0; }
    #sponsored .sponsor img {
      display: block !important;
      width: 100% !important; }
  #sponsored section {
    margin-top: 0.5rem; }
  #header-cta {
    text-align: left;
    display: block;
    position: relative;
    top: .25rem;
    height: auto;
    z-index: 100;
    background-color: #fff; }
    #header-cta form {
      margin: 0;
      top: 0; }
    #header-cta a,
    #header-cta input {
      display: block;
      float: initial !important; }
    #header-cta p {
      display: none; }
    #header-cta label,
    #header-cta .burger {
      z-index: 200; }
    #header-cta label {
      display: block;
      position: absolute;
      width: 30px;
      height: 30px;
      cursor: pointer;
      top: .5rem;
      right: .5rem;
      color: #6CC16C;
      font-size: 2.5rem; }
    #header-cta .burger {
      display: none; }
    #header-cta .content {
      margin-top: 3.5rem;
      background-color: #fff;
      width: 100rem;
      height: 100rem;
      overflow: hidden;
      position: absolute; }
    #header-cta .burger + .content {
      display: none; }
    #header-cta .burger:checked + .content {
      display: block; }
  #index-search {
    padding-top: 0 !important; }
    #index-search .logo {
      display: none; }
  #search-form {
    font-size: 2rem !important; }
  #search-form.results {
    font-size: 1.5rem; }
  .intro {
    flex-direction: column;
    margin-top: 1rem; }
    .intro .cta {
      margin-right: 0;
      margin-bottom: 1rem; }
  #vendor-list {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 90%; }
  #additional > p {
    margin: 0 auto;
    margin-top: 2rem;
    max-width: 90%; }
  form,
  #sort-controls {
    display: block; }
  #sort-controls {
    margin-top: 1rem; }
    #sort-controls label {
      line-height: 3rem;
      position: relative;
      white-space: nowrap; }
      #sort-controls label:first-child {
        display: block; }
  #results-container {
    display: inline-block;
    padding-bottom: 3rem; }
    #results-container a {
      color: #66a566;
      margin-bottom: .5rem; }
      #results-container a:hover {
        color: #ffa533; }
      #results-container a:visited {
        color: #002500; }
  .result {
    display: inline-block;
    width: 100%;
    min-height: auto !important;
    height: auto !important;
    min-height: 10rem; }
    .result a {
      display: inline-block; }
    .result .details {
      margin-left: 0rem;
      padding-left: 7rem;
      min-height: 5rem;
      width: 100%; }
    .result .item.price {
      display: inline;
      left: 0;
      width: auto;
      text-align: center;
      vertical-align: middle;
      padding-top: 1.25rem;
      width: 4.5rem;
      height: 4.5rem;
      font-size: 1.25rem; }
    .result .item.title {
      margin-left: 8rem; }
    .result .tags {
      position: relative;
      width: 100%;
      display: block;
      right: initial;
      top: initial;
      padding-top: 1rem; }
    .result .tag, .result .flash, .result #sort-controls input + label, #sort-controls .result input + label {
      display: block;
      width: 100%;
      margin: 0;
      box-shadow: none;
      position: relative;
      left: 0;
      border: 0; }
  footer {
    padding: 1rem;
    position: relative; } }

body {
  display: flex;
  min-height: 100%;
  flex-direction: column; }

.cta-button, #header-cta a, .donate {
  font-size: 2rem;
  font-weight: 400;
  text-decoration: none;
  padding: .5rem;
  line-height: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: middle;
  border: 0;
  color: #6CC16C;
  background-color: transparent;
  float: right; }
  .cta-button:hover, #header-cta a:hover, .donate:hover {
    text-decoration: underline; }

#content {
  flex: 1 0 auto;
  margin-top: 2rem;
  margin: 0 auto;
  max-width: 1400px;
  padding-left: 2rem;
  padding-right: 2rem; }

#search-form {
  background-color: #fff;
  position: relative;
  border: 1px solid #aaa;
  overflow: hidden;
  margin-top: 1rem;
  display: block;
  margin-bottom: 2rem;
  font-size: 3rem; }
  #search-form * {
    margin: 0;
    border: 0;
    padding: .5rem; }
  #search-form input[type=text] {
    width: 100%; }
  #search-form input[type=submit] {
    width: 4em;
    font-weight: normal;
    background-color: #6CC16C;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0; }

.debug {
  display: none;
  max-width: 50%;
  position: absolute;
  top: 25rem;
  right: 0;
  border-left: 1px solid #000; }

@font-face {
	font-family: 'icomoon';
	src:url('/static/fonts/icomoon.eot?rxhy89');
	src:url('/static/fonts/icomoon.eot?#iefixrxhy89') format('embedded-opentype'),
			url('/static/fonts/icomoon.woff?rxhy89') format('woff'),
			url('/static/fonts/icomoon.ttf?rxhy89') format('truetype'),
			url('/static/fonts/icomoon.svg?rxhy89#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"]:after, [class*=" icon-"]:before {
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	font-family: 'icomoon';
}

[class^="icon-"], [class*=" icon-"] {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-international_shipping:before {
	content: "\e9ca";
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	font-family: 'icomoon';
}

.icon-discount_code:before {
	content: "\f02b";
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	font-family: 'icomoon';
}

.icon-free_shipping_code:before {
	content: "\f0d1";
	margin-left: 0.2rem;
	margin-right: 0.2rem;
	font-family: 'icomoon';
}

.icon-ascending:before {
	content: "\f0d7";
	margin-left: 0rem;
	padding-right: 0.5rem;
	font-family: 'icomoon';
}

.icon-descending:before {
	content: "\f0d8";
	margin-left: 0rem;
	padding-right: 0.5rem;
	font-family: 'icomoon';
}

.icon-burger:before {
	content: "\e9bd";
	margin-left: 0rem;
	padding-right: 0.5rem;
	font-family: 'icomoon';
}
