@charset "UTF-8";
/* SASS Imports
================================================== */
/* Susy Column Variables
================================================== */
/* Susy Grid Breakpoint Variables (Media Queries)
================================================== */
/* Font Variables
================================================== */
/* Color Variables
================================================== */
/* Herbalife Brand Green */
/* Herbalife Brand Orange */
@import url(//fonts.googleapis.com/css?family=Oxygen:300,400,700);
@import url(//fonts.googleapis.com/css?family=Raleway:100,200,300,400,500,600,700,800,900);
.green-font {
  color: #7ac143 !important;
}

.large-font {
  font-size: 14px !important;
}

.no-background-img {
  background-image: none !important;
}

/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* Typography
================================================== */
@font-face {
  font-family: 'Proxima Nova';
  src: url("../../fonts/ProximaNova-Regular.otf");
  src: local("Proxima Nova Regular"), local("Proxima Nova"), url("../../fonts/ProximaNova-Regular.otf") format("opentype");
}
@font-face {
  font-family: 'Clear Gothic';
  src: url("../../fonts/malgun.ttf");
  src: local("Clear Gothic regular"), local("Clear Gothic"), url("../../fonts/malgun.ttf") format("opentype");
}
h1, h2, h3, h4, h5, h6 {
  color: #515151;
  font-weight: bold;
  font-style: normal;
  text-rendering: optimizeLegibility;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 14px;
  padding: 0;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  font-weight: inherit;
}

h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
  font-size: 70%;
  font-weight: normal;
}

h1 {
  font-size: 36px;
}
@media (min-width: 737px) {
  h1 {
    font-size: 40px;
  }
}

h2 {
  font-size: 30px;
}
@media (min-width: 737px) {
  h2 {
    font-size: 36px;
  }
}

h3 {
  font-size: 24px;
}
@media (min-width: 737px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 16px;
}
h4.formula {
  padding: 10px;
  border: 1px solid #f65d8c;
  text-align: center;
  color: #f65d8c;
}
@media (min-width: 737px) {
  h4 {
    font-size: 20px;
  }
}

h5 {
  font-size: 14px;
  margin: 0 0 7px;
}

h6 {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: normal;
  margin: 0 0 7px;
}

p {
  margin: 0 0 20px 0;
  line-height: 20px;
}
p img {
  margin: 0;
}
p.viewing-mode {
  text-align: right;
  font-weight: bold;
}

em {
  font-style: italic;
}

i {
  font-style: italic;
}

strong {
  font-weight: bold;
}

small {
  font-size: 80%;
}

blockquote, blockquote p {
  font-size: 18px;
  line-height: 20px;
  color: #515151;
  font-style: italic;
}

blockquote {
  margin: 0 0 20px;
  padding: 9px 20px 0 19px;
  border-left: 5px solid #f3f3f3;
}

blockquote p {
  margin: 0;
}

blockquote cite {
  display: block;
  font-size: 14px;
  color: #515151;
  font-style: normal;
  margin-top: 5px;
}

blockquote cite:before {
  content: "\2014 \0020";
}

blockquote cite a, blockquote cite a:visited, blockquote cite a:visited {
  color: #ccc;
}

code, pre {
  font-family: "Proxima Nova", "Oxygen", sans-serif;
  font-size: 13px;
  color: #515151;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

code {
  padding: 3px 4px;
  color: #f65d8c;
  background-color: #f5f5f5;
  border: 1px solid #eee;
  font-weight: bold;
  line-height: 24px;
}

pre {
  display: block;
  padding: 10px;
  margin: 0 0 10px;
  font-size: 12px;
  line-height: 20px;
  text-align: left !important;
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

address {
  display: block;
  margin-bottom: 20px;
  line-height: 20px;
  font-style: normal;
}

/* Links
================================================== */
a, a:visited {
  color: #0080ff;
  text-decoration: none;
  outline: 0;
  line-height: 16px;
}
a i, a:visited i {
  vertical-align: middle;
  font-size: 18px;
}
a span, a:visited span {
  margin-left: 7px;
}

a:hover, a:focus {
  color: #0080ff;
}

a.disabled, a[disabled] {
  cursor: default;
  pointer-events: none;
}

p a, p a:visited {
  line-height: inherit;
}

/* Text Highlighting
================================================== */
::-moz-selection {
  background: #7ac143;
  color: #fff;
  text-shadow: none;
}

::selection {
  background: #7ac143;
  color: #fff;
  text-shadow: none;
}

/* Lists
================================================== */
ul, ol {
  padding: 0;
  margin: 0 0 10px 25px;
}

ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  list-style: disc;
}
ul.modes {
  list-style: none;
  margin: 0;
}
ul.unstyled {
  margin-left: 0;
  list-style: none;
}

ol {
  list-style: decimal;
}

li {
  line-height: 20px;
}

dl {
  margin-bottom: 20px;
}

dt, dd {
  line-height: 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 10px;
}

/* #Custom Lists
================================================== */
ul.contacts {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.contacts li:nth-child(2n + 1) {
  background-color: #f3f3f3;
}
ul.contacts li:hover {
  background-color: #dBf5c8;
}
ul.contacts li a {
  padding: 15px 10px;
  display: block;
}
ul.contacts li:active, ul.contacts li.active {
  font-weight: bold;
  background-color: #7ac143;
}
ul.contacts li:active a, ul.contacts li.active a {
  color: #fff;
  cursor: default;
}

/* Line break
================================================== */
hr {
  border: solid #ccc;
  border-width: 1px 0 0;
  clear: both;
  margin: 0;
  height: 0;
}
hr.small {
  margin: 10px 0;
}
hr.medium {
  margin: 20px 0;
}
hr.large {
  margin: 30px 0;
}

	/* Base Button Styles using Mixins
    ================================================== */
	/* Button Sizes
    ================================================== */
/* Large */
.btn-large {
  padding: 9px 20px !important;
  font-size: 16px !important;
  line-height: 20px !important;
}

/* Small */
.btn-small {
  padding: 5px 9px !important;
  font-size: 11px !important;
  line-height: 11px !important;
}

/* Full */
.btn-full {
  width: 100%;
  padding: 8px 0 !important;
  margin-right: 0 !important;
  text-align: center;
}

/* Half */
.btn-half {
  padding: 8px 0 !important;
  text-align: center;
  width: 47.36842%;
  float: left;
}
.btn-half:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.btn-half:nth-child(2n + 2) {
  margin-left: 52.63158%;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 737px) {
  .btn-half {
    width: 48.71795%;
    float: left;
  }
  .btn-half:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .btn-half:nth-child(2n + 2) {
    margin-left: 51.28205%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1000px) {
  .btn-half {
    width: 49.15254%;
    float: left;
  }
  .btn-half:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .btn-half:nth-child(2n + 2) {
    margin-left: 50.84746%;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1320px) {
  .btn-half {
    width: 49.36709%;
    float: left;
  }
  .btn-half:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .btn-half:nth-child(2n + 2) {
    margin-left: 50.63291%;
    margin-right: -100%;
    clear: none;
  }
}

	/* Primary Buttons
    ================================================== */
button.btn-primary, a.btn-primary, input[type="submit"].btn-primary {
  font-size: 14px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF0080FF', endColorstr='#FF004D99');
  background-color: #0080ff;
  border: 0;
  color: #fff;
  -webkit-appearance: none;
  outline: 0;
  font-weight: bold;
  margin-bottom: 15px;
  text-align: center;
}
button.btn-primary:hover, a.btn-primary:hover, input[type="submit"].btn-primary:hover {
  text-decoration: none;
}
button.btn-primary:hover, a.btn-primary:hover, input[type="submit"].btn-primary:hover {
  background-color: #0073e6;
}
button.btn-primary:active, a.btn-primary:active, input[type="submit"].btn-primary:active {
  background-color: #006cd6;
}
button.btn-primary.disabled, button.btn-primary[disabled], a.btn-primary.disabled, a.btn-primary[disabled], input[type="submit"].btn-primary.disabled, input[type="submit"].btn-primary[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: false;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.btn-primary::-moz-focus-inner, a.btn-primary::-moz-focus-inner, input[type="submit"].btn-primary::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
button.btn-primary:hover, a.btn-primary:hover, input[type="submit"].btn-primary:hover {
  background-color: #148aff;
}
button.btn-primary:hover, button.btn-primary:visited, button.btn-primary:focus, a.btn-primary:hover, a.btn-primary:visited, a.btn-primary:focus, input[type="submit"].btn-primary:hover, input[type="submit"].btn-primary:visited, input[type="submit"].btn-primary:focus {
  color: #fff;
}
button.btn-primary:disabled, a.btn-primary:disabled, input[type="submit"].btn-primary:disabled {
  border: none;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: rgba(0, 128, 255, 0.5);
}
@media (min-width: 737px) {
  button.btn-primary, a.btn-primary, input[type="submit"].btn-primary {
    margin-bottom: 0;
  }
}

	/* Default/Secondary Buttons
    ================================================== */
button, a.btn, input[type="submit"].btn {
  font-size: 14px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFCCCCCC', endColorstr='#FF999999');
  background-color: #ccc;
  border: 0;
  color: #515151;
  font-weight: bold;
  outline: 0;
  text-align: center;
}
button:hover, a.btn:hover, input[type="submit"].btn:hover {
  text-decoration: none;
}
button:hover, a.btn:hover, input[type="submit"].btn:hover {
  background-color: #bfbfbf;
}
button:active, a.btn:active, input[type="submit"].btn:active {
  background-color: #b8b8b8;
}
button.disabled, button[disabled], a.btn.disabled, a.btn[disabled], input[type="submit"].btn.disabled, input[type="submit"].btn[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: false;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner, a.btn::-moz-focus-inner, input[type="submit"].btn::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
button:disabled, a.btn:disabled, input[type="submit"].btn:disabled {
  border: none;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  color: rgba(0, 0, 0, 0.5);
  background-color: #f3f3f3;
}
button:hover, button:visited, button:focus, a.btn:hover, a.btn:visited, a.btn:focus, input[type="submit"].btn:hover, input[type="submit"].btn:visited, input[type="submit"].btn:focus {
  color: #515151;
}

/* Checkout Buttons
================================================== */
button.btn-checkout, a.btn-checkout {
  font-size: 14px;
  padding: 0.5em 1.5em;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFAA634', endColorstr='#FFC37205');
  background-color: #faa634;
  border: 0;
  color: #fff;
  outline: 0;
  font-weight: bold;
  text-align: center;
}
button.btn-checkout:hover, a.btn-checkout:hover {
  text-decoration: none;
}
button.btn-checkout:hover, a.btn-checkout:hover {
  background-color: #f99b1b;
}
button.btn-checkout:active, a.btn-checkout:active {
  background-color: #f9950c;
}
button.btn-checkout.disabled, button.btn-checkout[disabled], a.btn-checkout.disabled, a.btn-checkout[disabled] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
  opacity: 0.6;
  background: false;
  cursor: default;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button.btn-checkout::-moz-focus-inner, a.btn-checkout::-moz-focus-inner {
  padding: 0 !important;
  margin: -1px !important;
}
button.btn-checkout:hover, a.btn-checkout:hover {
  background-color: #faaf48;
}
button.btn-checkout:disabled, a.btn-checkout:disabled {
  border: none;
  cursor: default;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  text-shadow: none;
  background-color: rgba(0, 128, 255, 0.5);
}

/* Button Set for Forms
================================================== */
.button-set {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  display: block;
  margin-top: 10px;
}
.button-set button, .button-set a.btn, .button-set button.btn-primary, .button-set a.btn-primary {
  width: 100%;
  margin-bottom: 15px;
  margin-bottom: 40px\9;
  margin-left: 0;
}
@media (min-width: 737px) {
  .button-set {
    width: 100%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
  .button-set button, .button-set a.btn, .button-set button.btn-primary, .button-set a.btn-primary {
    margin-left: 10px;
    width: auto;
  }
  .button-set button.left, .button-set a.btn.left, .button-set button.btn-primary.left, .button-set a.btn-primary.left {
    float: left;
    margin-left: 0;
  }
}

/* Background Colors
================================================== */
.nobg {
  background: none !important;
}

.green {
  background-color: #7ac143;
}

.orange {
  background-color: #faa634;
}

.lightblack {
  background-color: #181818;
}

.lightcharcoal {
  background-color: #4d4d4d;
}

.blue {
  background-color: #0080ff;
}

.red {
  background-color: #ff0000;
}

.salmon {
  background-color: #f16148;
}

.darkgreen {
  background-color: #387c28;
}

.purple {
  background-color: #886587;
}

.darkblue {
  background-color: #27709b;
}

.darkgrey {
  background-color: #2e2e2e;
}

.brightgreen {
  background-color: #87d54a;
}

.lightgreen {
  background-color: #dBf5c8;
}

.lightorange {
  background-color: #fff2de;
}

.lightred {
  background-color: #ffd8d8;
}

.lightblue {
  background-color: #c6eaff;
}

.pink {
  background-color: #f65d8c;
}

.teal {
  background-color: #2ebfc2;
}

.black {
  background-color: #000;
}

.charcoalgrey {
  background-color: #515151;
}

.grey {
  background-color: #ccc;
}

.lightgrey {
  background-color: #eee;
}

.offwhite {
  background-color: #f3f3f3;
}

.white {
  background-color: #fff;
  border: 1px solid #eee;
}

@font-face {
  font-family: "myherbalife";
  src: url("../fonts/myherbalife.eot");
  src: url("../fonts/myherbalife.eot?#iefix") format("embedded-opentype"), url("../fonts/myherbalife.woff") format("woff"), url("../fonts/myherbalife.ttf") format("truetype"), url("../fonts/myherbalife.svg#herbalife") format("svg");
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  content: attr(data-icon);
}

[class^="icon-"]:before, [data-icon]:before,
[class*=" icon-"]:before {
  font-family: "myherbalife";
  font-weight: normal;
  font-style: normal;
  font-variant: normal;
  text-transform: none;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-aim-ln-1:before {
  content: "a";
}

.icon-bin-ln-1:before {
  content: "b";
}

.icon-bin-ln-2:before {
  content: "c";
}

.icon-binocular-ln-1:before {
  content: "d";
}

.icon-clip-ln-1:before {
  content: "e";
}

.icon-cutter-ln-1:before {
  content: "f";
}

.icon-delete-ln-1:before {
  content: "g";
}

.icon-delete-ln-2:before {
  content: "h";
}

.icon-edit-ln-2:before {
  content: "i";
}

.icon-hide-ln-1:before {
  content: "j";
}

.icon-key-ln-1:before {
  content: "k";
}

.icon-link-ln-1:before {
  content: "l";
}

.icon-link-broken-ln-1:before {
  content: "m";
}

.icon-lock-ln-1:before {
  content: "o";
}

.icon-lock-ln-2:before {
  content: "n";
}

.icon-lock-unlock-ln-2:before {
  content: "p";
}

.icon-magnifier-ln-1:before {
  content: "q";
}

.icon-pen-ln-1:before {
  content: "r";
}

.icon-pencil-ln-1:before {
  content: "s";
}

.icon-pin-ln-1:before {
  content: "t";
}

.icon-pin-ln-2:before {
  content: "u";
}

.icon-power-ln-1:before {
  content: "v";
}

.icon-power-ln-2:before {
  content: "w";
}

.icon-preview-ln-1:before {
  content: "x";
}

.icon-preview-ln-2:before {
  content: "y";
}

.icon-scissor-ln-1:before {
  content: "z";
}

.icon-type-ln-2:before {
  content: "A";
}

.icon-zoom-in-ln-1:before {
  content: "B";
}

.icon-zoom-out-ln-1:before {
  content: "C";
}

.icon-cursor-ln-1:before {
  content: "D";
}

.icon-hand-point-ln-1:before {
  content: "E";
}

.icon-hand-touch-ln-1:before {
  content: "F";
}

.icon-hand-touch-ln-3:before {
  content: "G";
}

.icon-tag-ln-1:before {
  content: "H";
}

.icon-tag-add-ln-1:before {
  content: "I";
}

.icon-tag-delete-ln-1:before {
  content: "J";
}

.icon-tags-ln-1:before {
  content: "K";
}

.icon-board-ln-1:before {
  content: "L";
}

.icon-layers-ln-1:before {
  content: "M";
}

.icon-magic-wand-ln-1:before {
  content: "N";
}

.icon-magnet-ln-1:before {
  content: "O";
}

.icon-pen-5-ln-1:before {
  content: "P";
}

.icon-ruler-ln-1:before {
  content: "Q";
}

.icon-stationery-ln-1:before {
  content: "R";
}

.icon-stationery-ln-2:before {
  content: "S";
}

.icon-award-ln-1:before {
  content: "T";
}

.icon-award-ln-2:before {
  content: "U";
}

.icon-award-ln-3:before {
  content: "V";
}

.icon-award-ln-4:before {
  content: "W";
}

.icon-award-ln-5:before {
  content: "X";
}

.icon-award-ln-6:before {
  content: "Y";
}

.icon-crown-ln-1:before {
  content: "Z";
}

.icon-crown-ln-2:before {
  content: "0";
}

.icon-crown-ln-3:before {
  content: "1";
}

.icon-fire-ln-1:before {
  content: "2";
}

.icon-flag-ln-1:before {
  content: "3";
}

.icon-flag-ln-6:before {
  content: "4";
}

.icon-flag-ln-7:before {
  content: "5";
}

.icon-flag-ln-8:before {
  content: "6";
}

.icon-hand-like-ln-2:before {
  content: "7";
}

.icon-hand-unlike-ln-2:before {
  content: "8";
}

.icon-heart-ln-1:before {
  content: "9";
}

.icon-heart-ln-2:before {
  content: "!";
}

.icon-heart-broken-ln-1:before {
  content: "\"";
}

.icon-heart-minus-ln-1:before {
  content: "#";
}

.icon-heart-plus-ln-1:before {
  content: "$";
}

.icon-present-ln-1:before {
  content: "%";
}

.icon-star-ln-1:before {
  content: "&";
}

.icon-star-ln-2:before {
  content: "'";
}

.icon-star-ln-4:before {
  content: "(";
}

.icon-star-ln-5:before {
  content: ")";
}

.icon-star-ln-6:before {
  content: "*";
}

.icon-star-ln-7:before {
  content: "+";
}

.icon-star-ln-8:before {
  content: ",";
}

.icon-star-ln-9:before {
  content: "-";
}

.icon-trophy-ln-1:before {
  content: ".";
}

.icon-baloon-ln-1:before {
  content: "/";
}

.icon-bubble-add-ln-2:before {
  content: ":";
}

.icon-bubble-ask-ln-2:before {
  content: ";";
}

.icon-bubble-attention-ln-4:before {
  content: "<";
}

.icon-bubble-block-ln-2:before {
  content: "=";
}

.icon-bubble-check-ln-2:before {
  content: ">";
}

.icon-bubble-comment-ln-2:before {
  content: "?";
}

.icon-bubble-conversation-ln-3:before {
  content: "@";
}

.icon-bubble-conversation-ln-6:before {
  content: "[";
}

.icon-bubble-conversation-ln-5:before {
  content: "]";
}

.icon-bubble-delete-ln-2:before {
  content: "^";
}

.icon-bubble-edit-ln-2:before {
  content: "_";
}

.icon-bubble-heart-ln-2:before {
  content: "`";
}

.icon-bubble-information-ln-1:before {
  content: "{";
}

.icon-bubble-minus-ln-2:before {
  content: "|";
}

.icon-bubble-quote-ln-2:before {
  content: "}";
}

.icon-bubble-smiley-ln-3:before {
  content: "~";
}

.icon-bubble-star-ln-2:before {
  content: "\\";
}

.icon-chat-ln-6:before {
  content: "\e000";
}

.icon-chat-ln-7:before {
  content: "\e001";
}

.icon-smiley-happy-ln-1:before {
  content: "\e002";
}

.icon-smiley-happy-ln-2:before {
  content: "\e003";
}

.icon-smiley-happy-ln-3:before {
  content: "\e004";
}

.icon-smiley-happy-ln-4:before {
  content: "\e005";
}

.icon-smiley-happy-ln-5:before {
  content: "\e006";
}

.icon-smiley-sad-ln-1:before {
  content: "\e007";
}

.icon-smiley-surprise-ln-1:before {
  content: "\e008";
}

.icon-smiley-wink-ln-1:before {
  content: "\e009";
}

.icon-call-ln-1:before {
  content: "\e00a";
}

.icon-mobile-phone-ln-1:before {
  content: "\e00b";
}

.icon-mobile-phone-ln-2:before {
  content: "\e00c";
}

.icon-phone-ln-3:before {
  content: "\e00d";
}

.icon-signal-fine-ln-1:before {
  content: "\e00e";
}

.icon-signal-full-ln-1:before {
  content: "\e00f";
}

.icon-signal-high-ln-1:before {
  content: "\e010";
}

.icon-signal-no-ln-1:before {
  content: "\e011";
}

.icon-signal-poor-ln-1:before {
  content: "\e012";
}

.icon-signal-weak-ln-1:before {
  content: "\e013";
}

.icon-smartphone-ln-1:before {
  content: "\e014";
}

.icon-camera-symbol-ln-3:before {
  content: "\e016";
}

.icon-antenna-ln-2:before {
  content: "\e017";
}

.icon-link-ln-2:before {
  content: "\e018";
}

.icon-megaphone-ln-1:before {
  content: "\e019";
}

.icon-rss-ln-2:before {
  content: "\e01a";
}

.icon-inbox-ln-3:before {
  content: "\e01c";
}

.icon-inbox-ln-2:before {
  content: "\e01d";
}

.icon-mail-box-ln-3:before {
  content: "\e01e";
}

.icon-mail-inbox-ln-1:before {
  content: "\e01f";
}

.icon-mail-ln-2:before {
  content: "\e021";
}

.icon-mail-add-ln-1:before {
  content: "\e020";
}

.icon-mail-attention-ln-1:before {
  content: "\e022";
}

.icon-mail-block-ln-1:before {
  content: "\e023";
}

.icon-mail-checked-ln-1:before {
  content: "\e024";
}

.icon-mail-compose-ln-1:before {
  content: "\e025";
}

.icon-mail-delete-ln-1:before {
  content: "\e026";
}

.icon-mail-favorite-ln-1:before {
  content: "\e027";
}

.icon-mail-lock-ln-1:before {
  content: "\e028";
}

.icon-mail-minus-ln-1:before {
  content: "\e029";
}

.icon-mail-read-ln-1:before {
  content: "\e02a";
}

.icon-mail-recieved-ln-1:before {
  content: "\e02b";
}

.icon-mail-recieved-ln-2:before {
  content: "\e02c";
}

.icon-mail-search-ln-1:before {
  content: "\e02d";
}

.icon-mail-search-ln-2:before {
  content: "\e02e";
}

.icon-mail-sent-ln-1:before {
  content: "\e02f";
}

.icon-mail-sent-ln-2:before {
  content: "\e030";
}

.icon-mail-setting-ln-1:before {
  content: "\e031";
}

.icon-mail-star-ln-1:before {
  content: "\e032";
}

.icon-mail-sync-ln-1:before {
  content: "\e033";
}

.icon-mail-time-ln-1:before {
  content: "\e034";
}

.icon-outbox-ln-1:before {
  content: "\e035";
}

.icon-plane-paper-ln-1:before {
  content: "\e036";
}

.icon-reply-mail-ln-1:before {
  content: "\e037";
}

.icon-reply-mail-ln-2:before {
  content: "\e038";
}

.icon-connection-ln-2:before {
  content: "\e039";
}

.icon-connection-ln-3:before {
  content: "\e03a";
}

.icon-contacts-ln-1:before {
  content: "\e03b";
}

.icon-contacts-ln-3:before {
  content: "\e03c";
}

.icon-contacts-ln-2:before {
  content: "\e03d";
}

.icon-female-ln-1:before {
  content: "\e015";
}

.icon-gender-female-ln-1:before {
  content: "\e01b";
}

.icon-gender-male-ln-1:before {
  content: "\e03e";
}

.icon-id-ln-3:before {
  content: "\e03f";
}

.icon-id-ln-8:before {
  content: "\e040";
}

.icon-male-ln-1:before {
  content: "\e041";
}

.icon-profile-ln-1:before {
  content: "\e042";
}

.icon-profile-ln-6:before {
  content: "\e043";
}

.icon-profile-gentleman-ln-2:before {
  content: "\e044";
}

.icon-profile-serviceman-ln-2:before {
  content: "\e045";
}

.icon-user-ln-2:before {
  content: "\e046";
}

.icon-user-add-ln-2:before {
  content: "\e047";
}

.icon-user-ln-1:before {
  content: "\e048";
}

.icon-user-add-ln-1:before {
  content: "\e049";
}

.icon-user-checked-ln-1:before {
  content: "\e04a";
}

.icon-user-checked-ln-2:before {
  content: "\e04b";
}

.icon-user-delete-ln-1:before {
  content: "\e04c";
}

.icon-user-delete-ln-2:before {
  content: "\e04d";
}

.icon-user-edit-ln-1:before {
  content: "\e04e";
}

.icon-user-edit-ln-2:before {
  content: "\e04f";
}

.icon-user-heart-ln-1:before {
  content: "\e050";
}

.icon-user-heart-ln-2:before {
  content: "\e051";
}

.icon-user-lock-ln-1:before {
  content: "\e052";
}

.icon-user-lock-ln-2:before {
  content: "\e053";
}

.icon-user-minus-ln-1:before {
  content: "\e054";
}

.icon-user-minus-ln-2:before {
  content: "\e055";
}

.icon-user-search-ln-1:before {
  content: "\e056";
}

.icon-user-search-ln-2:before {
  content: "\e057";
}

.icon-user-setting-ln-1:before {
  content: "\e058";
}

.icon-user-setting-ln-2:before {
  content: "\e059";
}

.icon-user-star-ln-1:before {
  content: "\e05a";
}

.icon-user-star-ln-2:before {
  content: "\e05b";
}

.icon-user-block-ln-1:before {
  content: "\e05c";
}

.icon-user-block-ln-2:before {
  content: "\e05d";
}

.icon-basket-ln-3:before {
  content: "\e05e";
}

.icon-basket-ln-1:before {
  content: "\e05f";
}

.icon-basket-add-ln-1:before {
  content: "\e060";
}

.icon-basket-minus-ln-1:before {
  content: "\e061";
}

.icon-briefcase-ln-2:before {
  content: "\e062";
}

.icon-cart-ln-1:before {
  content: "\e063";
}

.icon-cart-ln-2:before {
  content: "\e064";
}

.icon-cart-ln-3:before {
  content: "\e065";
}

.icon-cart-ln-4:before {
  content: "\e066";
}

.icon-hand-bag-ln-1:before {
  content: "\e067";
}

.icon-qr-code-ln-1:before {
  content: "\e068";
}

.icon-receipt-ln-1:before {
  content: "\e069";
}

.icon-receipt-ln-2:before {
  content: "\e06a";
}

.icon-receipt-ln-3:before {
  content: "\e06b";
}

.icon-receipt-ln-4:before {
  content: "\e06c";
}

.icon-shopping-ln-1:before {
  content: "\e06d";
}

.icon-shopping-bag-ln-1:before {
  content: "\e06e";
}

.icon-shopping-bag-ln-2:before {
  content: "\e06f";
}

.icon-shopping-bag-ln-3:before {
  content: "\e070";
}

.icon-sign-new-ln-1:before {
  content: "\e071";
}

.icon-sign-new-ln-2:before {
  content: "\e072";
}

.icon-wallet-ln-1:before {
  content: "\e073";
}

.icon-sign-star-ln-1:before {
  content: "\e079";
}

.icon-camera-ln-1:before {
  content: "\e074";
}

.icon-camera-ln-5:before {
  content: "\e075";
}

.icon-camera-front-ln-1:before {
  content: "\e076";
}

.icon-photo-ln-1:before {
  content: "\e077";
}

.icon-photos-ln-2:before {
  content: "\e078";
}

.icon-signal-camera-ln-1:before {
  content: "\e07a";
}

.icon-signal-camera-ln-2:before {
  content: "\e07b";
}

.icon-film-ln-2:before {
  content: "\e07c";
}

.icon-movie-play-ln-1:before {
  content: "\e080";
}

.icon-movie-play-ln-3:before {
  content: "\e081";
}

.icon-television-ln-1:before {
  content: "\e088";
}

.icon-video-camera-ln-1:before {
  content: "\e089";
}

.icon-video-camera-ln-2:before {
  content: "\e08a";
}

.icon-backward-ln-2:before {
  content: "\e07d";
}

.icon-eject-ln-2:before {
  content: "\e07e";
}

.icon-forward-ln-2:before {
  content: "\e07f";
}

.icon-equalizer-ln-1:before {
  content: "\e082";
}

.icon-headphone-ln-1:before {
  content: "\e083";
}

.icon-microphone-ln-2:before {
  content: "\e084";
}

.icon-movie-play-ln-4:before {
  content: "\e085";
}

.icon-music-note-ln-3:before {
  content: "\e086";
}

.icon-music-note-ln-4:before {
  content: "\e087";
}

.icon-music-note-ln-5:before {
  content: "\e08b";
}

.icon-next-ln-2:before {
  content: "\e08c";
}

.icon-notes-ln-2:before {
  content: "\e08d";
}

.icon-pause-ln-2:before {
  content: "\e08e";
}

.icon-play-ln-2:before {
  content: "\e08f";
}

.icon-stop-ln-2:before {
  content: "\e090";
}

.icon-volume-down-ln-2:before {
  content: "\e091";
}

.icon-volume-loud-ln-1:before {
  content: "\e092";
}

.icon-volume-low-ln-1:before {
  content: "\e093";
}

.icon-volume-medium-ln-1:before {
  content: "\e094";
}

.icon-volume-mute-ln-1:before {
  content: "\e095";
}

.icon-volume-mute-ln-3:before {
  content: "\e096";
}

.icon-volume-up-ln-2:before {
  content: "\e097";
}

.icon-cloud-add-ln-1:before {
  content: "\e098";
}

.icon-cloud-checked-ln-1:before {
  content: "\e099";
}

.icon-cloud-delete-ln-1:before {
  content: "\e09a";
}

.icon-cloud-download-ln-1:before {
  content: "\e09b";
}

.icon-cloud-minus-ln-1:before {
  content: "\e09c";
}

.icon-cloud-refresh-ln-1:before {
  content: "\e09d";
}

.icon-cloud-sync-ln-1:before {
  content: "\e09e";
}

.icon-cloud-upload-ln-1:before {
  content: "\e09f";
}

.icon-cloud-ln-1:before {
  content: "\e0a0";
}

.icon-download-ln-1:before {
  content: "\e0a1";
}

.icon-download-ln-3:before {
  content: "\e0a2";
}

.icon-download-ln-12:before {
  content: "\e0a3";
}

.icon-inbox-ln-4:before {
  content: "\e0a5";
}

.icon-goal-ln-1:before {
  content: "\e0a4";
}

.icon-goal-ln-2:before {
  content: "\e0a6";
}

.icon-upload-ln-1:before {
  content: "\e0a7";
}

.icon-upload-ln-5:before {
  content: "\e0a8";
}

.icon-upload-ln-12:before {
  content: "\e0a9";
}

.icon-clipboard-ln-1:before {
  content: "\e0aa";
}

.icon-clipboard-ln-3:before {
  content: "\e0ab";
}

.icon-clipboard-add-ln-1:before {
  content: "\e0ac";
}

.icon-clipboard-block-ln-1:before {
  content: "\e0ad";
}

.icon-clipboard-checked-ln-1:before {
  content: "\e0ae";
}

.icon-clipboard-delete-ln-1:before {
  content: "\e0af";
}

.icon-clipboard-edit-ln-1:before {
  content: "\e0b0";
}

.icon-clipboard-minus-ln-1:before {
  content: "\e0b1";
}

.icon-document-ln-1:before {
  content: "\e0b2";
}

.icon-document-ln-2:before {
  content: "\e0b3";
}

.icon-file-ln-1:before {
  content: "\e0b4";
}

.icon-file-ln-2:before {
  content: "\e0b5";
}

.icon-file-bookmark-ln-1:before {
  content: "\e0b6";
}

.icon-file-code-ln-1:before {
  content: "\e0b7";
}

.icon-file-media-ln-1:before {
  content: "\e0b8";
}

.icon-file-zip-ln-1:before {
  content: "\e0b9";
}

.icon-files-ln-1:before {
  content: "\e0ba";
}

.icon-file-music-ln-1:before {
  content: "\e0bb";
}

.icon-file-new-ln-1:before {
  content: "\e0bc";
}

.icon-file-registry-ln-1:before {
  content: "\e0bd";
}

.icon-file-add-ln-1:before {
  content: "\e0be";
}

.icon-file-attention-ln-1:before {
  content: "\e0bf";
}

.icon-file-block-ln-1:before {
  content: "\e0c0";
}

.icon-file-checked-ln-1:before {
  content: "\e0c1";
}

.icon-file-delete-ln-1:before {
  content: "\e0c2";
}

.icon-file-download-ln-1:before {
  content: "\e0c3";
}

.icon-file-edit-ln-1:before {
  content: "\e0c4";
}

.icon-file-favorite-ln-1:before {
  content: "\e0c5";
}

.icon-file-favorite-ln-2:before {
  content: "\e0c6";
}

.icon-file-graph-ln-1:before {
  content: "\e0c7";
}

.icon-file-graph-ln-2:before {
  content: "\e0c8";
}

.icon-file-home-ln-1:before {
  content: "\e0c9";
}

.icon-file-image-ln-1:before {
  content: "\e0ca";
}

.icon-file-image-ln-2:before {
  content: "\e0cb";
}

.icon-file-list-ln-1:before {
  content: "\e0cc";
}

.icon-file-lock-ln-1:before {
  content: "\e0cd";
}

.icon-file-minus-ln-1:before {
  content: "\e0ce";
}

.icon-file-search-ln-1:before {
  content: "\e0cf";
}

.icon-file-setting-ln-1:before {
  content: "\e0d0";
}

.icon-file-sync-ln-1:before {
  content: "\e0d1";
}

.icon-file-table-ln-1:before {
  content: "\e0d2";
}

.icon-file-thumbnail-ln-1:before {
  content: "\e0d3";
}

.icon-file-time-ln-1:before {
  content: "\e0d4";
}

.icon-file-transfer-ln-1:before {
  content: "\e0d5";
}

.icon-files-ln-6:before {
  content: "\e0d6";
}

.icon-folder-ln-1:before {
  content: "\e0d7";
}

.icon-folder-ln-3:before {
  content: "\e0d9";
}

.icon-folder-ln-4:before {
  content: "\e0da";
}

.icon-folder-ln-2:before {
  content: "\e0d8";
}

.icon-add-ln-1:before {
  content: "\e0db";
}

.icon-add-ln-2:before {
  content: "\e0dc";
}

.icon-add-ln-3:before {
  content: "\e0dd";
}

.icon-delete-ln-3:before {
  content: "\e0de";
}

.icon-delete-ln-4:before {
  content: "\e0df";
}

.icon-delete-ln-5:before {
  content: "\e0e0";
}

.icon-forward-ln-1:before {
  content: "\e0e1";
}

.icon-infinity-ln-1:before {
  content: "\e0e2";
}

.icon-loading-ln-1:before {
  content: "\e0e3";
}

.icon-log-out-ln-1:before {
  content: "\e0e4";
}

.icon-loop-ln-1:before {
  content: "\e0e5";
}

.icon-arrow-move-ln-1:before {
  content: "\e0e6";
}

.icon-minus-ln-1:before {
  content: "\e0e7";
}

.icon-minus-ln-2:before {
  content: "\e0e8";
}

.icon-minus-ln-3:before {
  content: "\e0e9";
}

.icon-next-ln-3:before {
  content: "\e0ea";
}

.icon-power-ln-3:before {
  content: "\e0eb";
}

.icon-return-ln-1:before {
  content: "\e0ec";
}

.icon-scale-spread-ln-2:before {
  content: "\e0ed";
}

.icon-scale-spread-ln-1:before {
  content: "\e0ee";
}

.icon-scale-reduce-ln-3:before {
  content: "\e0ef";
}

.icon-power-ln-5:before {
  content: "\e0f0";
}

.icon-refresh-ln-1:before {
  content: "\e0f1";
}

.icon-shuffle-ln-1:before {
  content: "\e0f2";
}

.icon-transfer-ln-1:before {
  content: "\e0f3";
}

.icon-chat-ln-1:before {
  content: "\e0f4";
}

.icon-chat-ln-2:before {
  content: "\e0f5";
}

.icon-check-ln-2:before {
  content: "\e0f6";
}

.icon-check-ln-3:before {
  content: "\e0f7";
}

.icon-briefcase-ln-1:before {
  content: "\e0f8";
}

.icon-brightness-high-ln-1:before {
  content: "\e0f9";
}

.icon-brightness-low-ln-1:before {
  content: "\e0fb";
}

.icon-scale-ln-1:before {
  content: "\e0fa";
}

.icon-pulse-ln-1:before {
  content: "\e0fc";
}

.icon-setting-adjustment-ln-1:before {
  content: "\e0fd";
}

.icon-setting-gear-ln-1:before {
  content: "\e0fe";
}

.icon-setting-wrenches-ln-1:before {
  content: "\e0ff";
}

.icon-setting-gears-ln-1:before {
  content: "\e100";
}

.icon-wrench-ln-1:before {
  content: "\e101";
}

.icon-switch-ln-2:before {
  content: "\e102";
}

.icon-switch-ln-1:before {
  content: "\e103";
}

.icon-alarm-ln-1:before {
  content: "\e104";
}

.icon-alarm-clock-ln-1:before {
  content: "\e105";
}

.icon-bell-ln-1:before {
  content: "\e106";
}

.icon-calendar-ln-1:before {
  content: "\e107";
}

.icon-calendar-ln-2:before {
  content: "\e108";
}

.icon-clock-ln-1:before {
  content: "\e109";
}

.icon-clock-ln-3:before {
  content: "\e10a";
}

.icon-hourglass-ln-1:before {
  content: "\e10b";
}

.icon-clock-ln-2:before {
  content: "\e10c";
}

.icon-hourglass-ln-2:before {
  content: "\e10d";
}

.icon-timer-ln-1:before {
  content: "\e10e";
}

.icon-watch-ln-1:before {
  content: "\e10f";
}

.icon-watch-ln-2:before {
  content: "\e110";
}

.icon-alert-ln-1:before {
  content: "\e111";
}

.icon-alert-ln-2:before {
  content: "\e112";
}

.icon-alert-ln-3:before {
  content: "\e113";
}

.icon-information-ln-1:before {
  content: "\e114";
}

.icon-question-mark-ln-1:before {
  content: "\e117";
}

.icon-alarm-snooze-ln-1:before {
  content: "\e116";
}

.icon-timer-full-ln-2:before {
  content: "\e115";
}

.icon-amex-card-ln-1:before {
  content: "\e118";
}

.icon-atm-ln-1:before {
  content: "\e119";
}

.icon-bank-ln-1:before {
  content: "\e11a";
}

.icon-balance-ln-1:before {
  content: "\e11b";
}

.icon-bank-note-ln-1:before {
  content: "\e11c";
}

.icon-bank-notes-ln-1:before {
  content: "\e11d";
}

.icon-bank-notes-ln-2:before {
  content: "\e11e";
}

.icon-bitcoins-ln-1:before {
  content: "\e11f";
}

.icon-box-ln-1:before {
  content: "\e121";
}

.icon-chart-up-ln-1:before {
  content: "\e122";
}

.icon-chart-down-ln-1:before {
  content: "\e123";
}

.icon-business-chart-ln-2:before {
  content: "\e124";
}

.icon-business-chart-ln-1:before {
  content: "\e125";
}

.icon-calculator-ln-2:before {
  content: "\e120";
}

.icon-calculator-ln-1:before {
  content: "\e126";
}

.icon-check-ln-1:before {
  content: "\e127";
}

.icon-coins-ln-1:before {
  content: "\e128";
}

.icon-coins-ln-2:before {
  content: "\e129";
}

.icon-credit-card-ln-1:before {
  content: "\e12a";
}

.icon-dollar-bag-ln-1:before {
  content: "\e12b";
}

.icon-dollar-currency-ln-3:before {
  content: "\e12c";
}

.icon-hand-card-ln-1:before {
  content: "\e12d";
}

.icon-master-card-ln-1:before {
  content: "\e12e";
}

.icon-money-ln-1:before {
  content: "\e12f";
}

.icon-percent-ln-1:before {
  content: "\e130";
}

.icon-pie-chart-ln-1:before {
  content: "\e131";
}

.icon-pie-chart-ln-2:before {
  content: "\e132";
}

.icon-piggy-bank-ln-1:before {
  content: "\e133";
}

.icon-safe-ln-1:before {
  content: "\e134";
}

.icon-shop-ln-1:before {
  content: "\e135";
}

.icon-sign-ln-1:before {
  content: "\e136";
}

.icon-trolley-ln-1:before {
  content: "\e137";
}

.icon-truck-ln-2:before {
  content: "\e138";
}

.icon-add-marker-ln-1:before {
  content: "\e139";
}

.icon-delete-marker-ln-1:before {
  content: "\e13a";
}

.icon-delete-marker-ln-2:before {
  content: "\e13b";
}

.icon-compass-ln-1:before {
  content: "\e13c";
}

.icon-compass-ln-2:before {
  content: "\e13d";
}

.icon-favorite-marker-ln-1:before {
  content: "\e13e";
}

.icon-globe-ln-1:before {
  content: "\e13f";
}

.icon-location-ln-1:before {
  content: "\e140";
}

.icon-map-ln-1:before {
  content: "\e141";
}

.icon-map-location-ln-1:before {
  content: "\e142";
}

.icon-map-marker-ln-1:before {
  content: "\e143";
}

.icon-map-pin-ln-1:before {
  content: "\e144";
}

.icon-map-pin-marker-ln-1:before {
  content: "\e145";
}

.icon-marker-ln-1:before {
  content: "\e146";
}

.icon-minus-marker-ln-1:before {
  content: "\e147";
}

.icon-pin-ln-3:before {
  content: "\e148";
}

.icon-pin-ln-4:before {
  content: "\e149";
}

.icon-pin-location-ln-1:before {
  content: "\e14a";
}

.icon-bank-ln-2:before {
  content: "\e14b";
}

.icon-building-ln-1:before {
  content: "\e14c";
}

.icon-building-ln-3:before {
  content: "\e14d";
}

.icon-house-ln-2:before {
  content: "\e14e";
}

.icon-globe-ln-2:before {
  content: "\e14f";
}

.icon-direction-sign-ln-1:before {
  content: "\e150";
}

.icon-temple-ln-1:before {
  content: "\e151";
}

.icon-bug-ln-1:before {
  content: "\e152";
}

.icon-plugin-ln-1:before {
  content: "\e153";
}

.icon-script-ln-1:before {
  content: "\e154";
}

.icon-window-ln-3:before {
  content: "\e155";
}

.icon-window-upload-ln-1:before {
  content: "\e156";
}

.icon-window-selection-ln-1:before {
  content: "\e157";
}

.icon-window-thumbnail-ln-1:before {
  content: "\e158";
}

.icon-database-ln-1:before {
  content: "\e159";
}

.icon-battery-charging-ln-1:before {
  content: "\e15a";
}

.icon-battery-full-ln-1:before {
  content: "\e15b";
}

.icon-battery-high-ln-1:before {
  content: "\e15c";
}

.icon-battery-low-ln-1:before {
  content: "\e15d";
}

.icon-battery-medium-ln-1:before {
  content: "\e15e";
}

.icon-cd-ln-1:before {
  content: "\e15f";
}

.icon-filter-ln-1:before {
  content: "\e160";
}

.icon-floppy-disk-ln-1:before {
  content: "\e161";
}

.icon-imac-ln-1:before {
  content: "\e162";
}

.icon-ipad-ln-2:before {
  content: "\e163";
}

.icon-ipod-ln-1:before {
  content: "\e164";
}

.icon-keyboard-ln-1:before {
  content: "\e165";
}

.icon-laptop-ln-2:before {
  content: "\e166";
}

.icon-screen-ln-1:before {
  content: "\e167";
}

.icon-screen-ln-2:before {
  content: "\e168";
}

.icon-mobile-phone-ln-3:before {
  content: "\e169";
}

.icon-mouse-ln-2:before {
  content: "\e16a";
}

.icon-smartphone-ln-2:before {
  content: "\e16b";
}

.icon-plug-ln-2:before {
  content: "\e16c";
}

.icon-printer-ln-1:before {
  content: "\e16d";
}

.icon-bluetooth-ln-1:before {
  content: "\e16e";
}

.icon-ethernet-ln-1:before {
  content: "\e16f";
}

.icon-usb-ln-1:before {
  content: "\e170";
}

.icon-wireless-signal-ln-1:before {
  content: "\e171";
}

.icon-book-ln-1:before {
  content: "\e172";
}

.icon-bookmark-ln-4:before {
  content: "\e173";
}

.icon-books-ln-3:before {
  content: "\e174";
}

.icon-book-ln-4:before {
  content: "\e175";
}

.icon-briefcase-ln-3:before {
  content: "\e176";
}

.icon-book-ln-6:before {
  content: "\e177";
}

.icon-book-ln-7:before {
  content: "\e178";
}

.icon-book-favorite-ln-1:before {
  content: "\e179";
}

.icon-bookmark-ln-1:before {
  content: "\e17a";
}

.icon-bookmark-ln-2:before {
  content: "\e17b";
}

.icon-cube-ln-1:before {
  content: "\e17c";
}

.icon-creative-commons-ln-1:before {
  content: "\e17d";
}

.icon-files-ln-2:before {
  content: "\e17e";
}

.icon-filter-ln-2:before {
  content: "\e17f";
}

.icon-drawer-ln-2:before {
  content: "\e180";
}

.icon-registry-ln-1:before {
  content: "\e181";
}

.icon-newspaper-ln-2:before {
  content: "\e182";
}

.icon-newspaper-ln-1:before {
  content: "\e183";
}

.icon-list-ln-1:before {
  content: "\e184";
}

.icon-list-ln-2:before {
  content: "\e185";
}

.icon-thumbnails-ln-2:before {
  content: "\e187";
}

.icon-layers-ln-2:before {
  content: "\e186";
}

.icon-thumbnails-ln-1:before {
  content: "\e188";
}

.icon-document-box-ln-1:before {
  content: "\e189";
}

.icon-document-box-ln-2:before {
  content: "\e18b";
}

.icon-hierarchy-ln-1:before {
  content: "\e18a";
}

.icon-hierarchy-ln-2:before {
  content: "\e18c";
}

.icon-hierarchy-ln-5:before {
  content: "\e18d";
}

.icon-hierarchy-ln-6:before {
  content: "\e18e";
}

.icon-hierarchy-ln-7:before {
  content: "\e18f";
}

.icon-network-ln-1:before {
  content: "\e190";
}

.icon-network-ln-2:before {
  content: "\e191";
}

.icon-bed-ln-1:before {
  content: "\e192";
}

.icon-chair-director-ln-1:before {
  content: "\e193";
}

.icon-backpack-ln-1:before {
  content: "\e194";
}

.icon-diamond-ln-1:before {
  content: "\e195";
}

.icon-disabled-ln-1:before {
  content: "\e196";
}

.icon-buoy-ring-ln-1:before {
  content: "\e197";
}

.icon-campfire-ln-1:before {
  content: "\e198";
}

.icon-candle-ln-1:before {
  content: "\e199";
}

.icon-dumbbell-ln-1:before {
  content: "\e19a";
}

.icon-can-ln-1:before {
  content: "\e19c";
}

.icon-flashlight-ln-1:before {
  content: "\e19d";
}

.icon-shovel-ln-1:before {
  content: "\e19e";
}

.icon-target-ln-1:before {
  content: "\e19f";
}

.icon-traffic-cone-ln-1:before {
  content: "\e1a0";
}

.icon-traffic-light-ln-1:before {
  content: "\e1a1";
}

.icon-traffic-light-ln-2:before {
  content: "\e1a2";
}

.icon-lamp-ln-3:before {
  content: "\e1a3";
}

.icon-weigh-ln-1:before {
  content: "\e19b";
}

.icon-scale-ln-2:before {
  content: "\e1a4";
}

.icon-bomb-ln-1:before {
  content: "\e1a5";
}

.icon-academic-cap-ln-2:before {
  content: "\e5af";
}

.icon-beanie-ln-1:before {
  content: "\e1a7";
}

.icon-chef-hat-ln-1:before {
  content: "\e1a8";
}

.icon-necktie-ln-1:before {
  content: "\e1a9";
}

.icon-shirt-ln-1:before {
  content: "\e1aa";
}

.icon-sneakers-ln-1:before {
  content: "\e1ab";
}

.icon-trousers-ln-1:before {
  content: "\e1ad";
}

.icon-sunglasses-ln-1:before {
  content: "\e1ae";
}

.icon-print-preview-ln-1:before {
  content: "\e1ac";
}

.icon-list-ln-3:before {
  content: "\e1af";
}

.icon-list-ln-4:before {
  content: "\e1b0";
}

.icon-list-ln-5:before {
  content: "\e1b1";
}

.icon-arrow-undo-ln-1:before {
  content: "\e1b2";
}

.icon-arrow-redo-ln-1:before {
  content: "\e1b3";
}

.icon-text-wrapping-ln-1:before {
  content: "\e1b4";
}

.icon-text-wrapping-ln-2:before {
  content: "\e1b5";
}

.icon-text-wrapping-ln-3:before {
  content: "\e1b6";
}

.icon-underline-ln-1:before {
  content: "\e1b7";
}

.icon-bold-ln-1:before {
  content: "\e1b8";
}

.icon-columns-ln-1:before {
  content: "\e1b9";
}

.icon-eraser-ln-1:before {
  content: "\e1ba";
}

.icon-font-color-ln-1:before {
  content: "\e1bb";
}

.icon-html-ln-1:before {
  content: "\e1bc";
}

.icon-italic-ln-1:before {
  content: "\e1bd";
}

.icon-strikethrough-ln-1:before {
  content: "\e1bf";
}

.icon-text-ln-1:before {
  content: "\e1be";
}

.icon-paste-ln-1:before {
  content: "\e1c0";
}

.icon-align-center-ln-1:before {
  content: "\e1c1";
}

.icon-align-left-ln-1:before {
  content: "\e1c2";
}

.icon-align-right-ln-1:before {
  content: "\e1c3";
}

.icon-all-caps-ln-1:before {
  content: "\e1c4";
}

.icon-arrange-ln-1:before {
  content: "\e1c5";
}

.icon-arrange-ln-2:before {
  content: "\e1c6";
}

.icon-arrange-ln-3:before {
  content: "\e1c7";
}

.icon-arrange-ln-4:before {
  content: "\e1c8";
}

.icon-arrange-ln-5:before {
  content: "\e1c9";
}

.icon-arrange-ln-6:before {
  content: "\e1ca";
}

.icon-arrange-ln-7:before {
  content: "\e1cb";
}

.icon-arrange-ln-8:before {
  content: "\e1cc";
}

.icon-arrange-ln-9:before {
  content: "\e1cd";
}

.icon-arrange-ln-10:before {
  content: "\e1ce";
}

.icon-arrange-ln-11:before {
  content: "\e1cf";
}

.icon-arrange-ln-12:before {
  content: "\e1d0";
}

.icon-arrange-ln-13:before {
  content: "\e1d1";
}

.icon-consolidate-all-ln-1:before {
  content: "\e1d2";
}

.icon-decrease-indent-ln-1:before {
  content: "\e1d3";
}

.icon-decrease-indent-ln-2:before {
  content: "\e1d4";
}

.icon-horizontal-page-ln-1:before {
  content: "\e1d5";
}

.icon-increase-indent-ln-1:before {
  content: "\e1d6";
}

.icon-increase-indent-ln-2:before {
  content: "\e1d7";
}

.icon-justify-ln-1:before {
  content: "\e1d8";
}

.icon-leading-ln-1:before {
  content: "\e1d9";
}

.icon-leading-ln-2:before {
  content: "\e1da";
}

.icon-left-indent-ln-1:before {
  content: "\e1db";
}

.icon-right-indent-ln-1:before {
  content: "\e1dc";
}

.icon-small-caps-ln-1:before {
  content: "\e1dd";
}

.icon-vertical-page-ln-1:before {
  content: "\e1de";
}

.icon-alt-mac-ln-1:before {
  content: "\e1df";
}

.icon-alt-windows-ln-1:before {
  content: "\e1e0";
}

.icon-arrow-down-ln-1:before {
  content: "\e1e1";
}

.icon-arrow-down-left-ln-1:before {
  content: "\e1e2";
}

.icon-arrow-down-right-ln-1:before {
  content: "\e1e3";
}

.icon-arrow-left-ln-1:before {
  content: "\e1e4";
}

.icon-arrow-up-ln-1:before {
  content: "\e1e5";
}

.icon-arrow-right-ln-1:before {
  content: "\e1e6";
}

.icon-arrow-up-left-ln-1:before {
  content: "\e1e7";
}

.icon-arrow-up-right-ln-1:before {
  content: "\e1e8";
}

.icon-asterisk-ln-1:before {
  content: "\e1e9";
}

.icon-back-tab-ln-1:before {
  content: "\e1ea";
}

.icon-tab-ln-1:before {
  content: "\e1eb";
}

.icon-apple-ln-1:before {
  content: "\e1ec";
}

.icon-boil-ln-1:before {
  content: "\e1ee";
}

.icon-bottle-ln-1:before {
  content: "\e1ef";
}

.icon-bottle-ln-2:before {
  content: "\e1f0";
}

.icon-bottle-ln-3:before {
  content: "\e1f1";
}

.icon-bottle-ln-4:before {
  content: "\e1f2";
}

.icon-bread-ln-1:before {
  content: "\e1f3";
}

.icon-burger-ln-2:before {
  content: "\e1f5";
}

.icon-cake-ln-1:before {
  content: "\e1f6";
}

.icon-cake-ln-2:before {
  content: "\e1f7";
}

.icon-champagne-ln-1:before {
  content: "\e1f8";
}

.icon-cheese-ln-1:before {
  content: "\e1f9";
}

.icon-cocktail-ln-1:before {
  content: "\e1fa";
}

.icon-cocktail-ln-2:before {
  content: "\e1fb";
}

.icon-cocktail-ln-3:before {
  content: "\e1fc";
}

.icon-coffee-cup-ln-1:before {
  content: "\e1fd";
}

.icon-coffee-cup-ln-2:before {
  content: "\e1fe";
}

.icon-coffee-pot-ln-1:before {
  content: "\e1ff";
}

.icon-deep-fry-ln-1:before {
  content: "\e200";
}

.icon-energy-drink-ln-1:before {
  content: "\e201";
}

.icon-espresso-machine-ln-1:before {
  content: "\e202";
}

.icon-food-dome-ln-1:before {
  content: "\e203";
}

.icon-fork-and-knife-ln-1:before {
  content: "\e204";
}

.icon-fork-and-spoon-ln-1:before {
  content: "\e205";
}

.icon-grape-ln-1:before {
  content: "\e206";
}

.icon-grater-ln-1:before {
  content: "\e207";
}

.icon-grill-ln-1:before {
  content: "\e208";
}

.icon-hot-drinks-glass-ln-1:before {
  content: "\e209";
}

.icon-hotdog-ln-1:before {
  content: "\e20a";
}

.icon-ice-cream-ln-1:before {
  content: "\e20b";
}

.icon-ice-cream-ln-2:before {
  content: "\e20c";
}

.icon-ice-cream-ln-3:before {
  content: "\e20d";
}

.icon-ice-drinks-glass-ln-1:before {
  content: "\e20e";
}

.icon-juicer-ln-1:before {
  content: "\e20f";
}

.icon-kitchen-timer-ln-1:before {
  content: "\e210";
}

.icon-milk-ln-1:before {
  content: "\e211";
}

.icon-orange-ln-1:before {
  content: "\e212";
}

.icon-oven-ln-1:before {
  content: "\e213";
}

.icon-pan-fry-ln-1:before {
  content: "\e214";
}

.icon-pepper-salt-ln-1:before {
  content: "\e215";
}

.icon-pizza-ln-1:before {
  content: "\e216";
}

.icon-pop-corn-ln-1:before {
  content: "\e217";
}

.icon-serving-ln-1:before {
  content: "\e218";
}

.icon-soda-ln-1:before {
  content: "\e219";
}

.icon-soda-can-ln-1:before {
  content: "\e21a";
}

.icon-soda-can-ln-2:before {
  content: "\e21b";
}

.icon-steam-ln-1:before {
  content: "\e21c";
}

.icon-tea-pot-ln-1:before {
  content: "\e21d";
}

.icon-thermometer-high-ln-1:before {
  content: "\e21e";
}

.icon-thermometer-low-ln-1:before {
  content: "\e21f";
}

.icon-thermometer-medium-ln-1:before {
  content: "\e220";
}

.icon-water-ln-1:before {
  content: "\e221";
}

.icon-wine-ln-1:before {
  content: "\e222";
}

.icon-beer-ln-1:before {
  content: "\e1ed";
}

.icon-beaker-ln-1:before {
  content: "\e1f4";
}

.icon-beaker-ln-2:before {
  content: "\e223";
}

.icon-blood-ln-1:before {
  content: "\e224";
}

.icon-drug-ln-1:before {
  content: "\e225";
}

.icon-heart-pulse-ln-1:before {
  content: "\e226";
}

.icon-ambulance-ln-1:before {
  content: "\e227";
}

.icon-microscope-ln-1:before {
  content: "\e228";
}

.icon-mortar-and-pestle-ln-1:before {
  content: "\e229";
}

.icon-plaster-ln-1:before {
  content: "\e22a";
}

.icon-pulse-graph-ln-1:before {
  content: "\e22b";
}

.icon-pulse-graph-ln-2:before {
  content: "\e22c";
}

.icon-pulse-graph-ln-3:before {
  content: "\e22d";
}

.icon-red-cross-ln-1:before {
  content: "\e22e";
}

.icon-stethoscope-ln-1:before {
  content: "\e22f";
}

.icon-yin-yang-ln-1:before {
  content: "\e230";
}

.icon-smile-mask-happy-ln-1:before {
  content: "\e231";
}

.icon-smiley-mask-sad-ln-2:before {
  content: "\e232";
}

.icon-ticket-ln-3:before {
  content: "\e233";
}

.icon-ticket-ln-2:before {
  content: "\e234";
}

.icon-ticket-ln-1:before {
  content: "\e235";
}

.icon-smiley-masks-ln-1:before {
  content: "\e236";
}

.icon-suitcase-ln-1:before {
  content: "\e237";
}

.icon-balloon-ln-1:before {
  content: "\e238";
}

.icon-card-ln-1:before {
  content: "\e239";
}

.icon-dice-ln-1:before {
  content: "\e23a";
}

.icon-cloud-ln-2:before {
  content: "\e23b";
}

.icon-moon-cloud-ln-1:before {
  content: "\e23c";
}

.icon-rain-ln-1:before {
  content: "\e23d";
}

.icon-sun-ln-1:before {
  content: "\e23e";
}

.icon-waning-crescent-moon-ln-1:before {
  content: "\e23f";
}

.icon-thermometer-ln-1:before {
  content: "\e240";
}

.icon-car-ln-1:before {
  content: "\e242";
}

.icon-mountain-bike-ln-1:before {
  content: "\e243";
}

.icon-plane-ln-1:before {
  content: "\e241";
}

.icon-plane-landing-ln-1:before {
  content: "\e244";
}

.icon-plane-takeoff-ln-1:before {
  content: "\e245";
}

.icon-ship-ln-1:before {
  content: "\e246";
}

.icon-cactus-ln-1:before {
  content: "\e247";
}

.icon-clover-ln-1:before {
  content: "\e248";
}

.icon-flower-ln-1:before {
  content: "\e249";
}

.icon-hand-eco-ln-1:before {
  content: "\e24a";
}

.icon-hand-globe-ln-1:before {
  content: "\e24b";
}

.icon-leaf-ln-1:before {
  content: "\e24c";
}

.icon-light-eco-ln-1:before {
  content: "\e24d";
}

.icon-potted-plant-ln-1:before {
  content: "\e24e";
}

.icon-potted-plant-ln-2:before {
  content: "\e24f";
}

.icon-2-fingers-down-swipe-ln-1:before {
  content: "\e250";
}

.icon-2-fingers-horizontal-swipe-ln-1:before {
  content: "\e251";
}

.icon-2-fingers-left-swipe-ln-1:before {
  content: "\e252";
}

.icon-2-fingers-omnidirectional-swipe-ln-1:before {
  content: "\e253";
}

.icon-2-fingers-right-swipe-ln-1:before {
  content: "\e254";
}

.icon-2-fingers-tab-hold-ln-1:before {
  content: "\e255";
}

.icon-2-fingers-tap-ln-1:before {
  content: "\e256";
}

.icon-2-fingers-up-swipe-ln-1:before {
  content: "\e257";
}

.icon-2-fingers-vertical-swipe-ln-1:before {
  content: "\e258";
}

.icon-2finger-double-tap-ln-1:before {
  content: "\e259";
}

.icon-double-tap-ln-1:before {
  content: "\e25a";
}

.icon-drag-down-ln-1:before {
  content: "\e25b";
}

.icon-drag-horizontal-ln-1:before {
  content: "\e25c";
}

.icon-drag-left-ln-1:before {
  content: "\e25d";
}

.icon-drag-right-ln-1:before {
  content: "\e25e";
}

.icon-drag-up-ln-1:before {
  content: "\e25f";
}

.icon-drag-vertical-ln-1:before {
  content: "\e260";
}

.icon-filck-down-ln-1:before {
  content: "\e261";
}

.icon-flick-up-ln-1:before {
  content: "\e262";
}

.icon-horizontal-flick-ln-1:before {
  content: "\e263";
}

.icon-left-flick-ln-1:before {
  content: "\e264";
}

.icon-omnidirectional-drag-ln-1:before {
  content: "\e265";
}

.icon-omnidirectional-flick-ln-1:before {
  content: "\e266";
}

.icon-omnidirectional-swipe-ln-1:before {
  content: "\e267";
}

.icon-pinch-ln-1:before {
  content: "\e268";
}

.icon-right-flick-ln-1:before {
  content: "\e269";
}

.icon-rotate-clockwis-ln-1:before {
  content: "\e26a";
}

.icon-rotate-counterclockwise-ln-1:before {
  content: "\e26b";
}

.icon-spread-ln-1:before {
  content: "\e26c";
}

.icon-swipe-down-ln-1:before {
  content: "\e26d";
}

.icon-swipe-horizontal-ln-1:before {
  content: "\e26e";
}

.icon-swipe-left-ln-1:before {
  content: "\e26f";
}

.icon-swipe-right-ln-1:before {
  content: "\e270";
}

.icon-swipe-up-ln-1:before {
  content: "\e271";
}

.icon-swipe-vertical-ln-1:before {
  content: "\e272";
}

.icon-tap-ln-1:before {
  content: "\e273";
}

.icon-tap-hold-ln-1:before {
  content: "\e274";
}

.icon-vertical-flick-ln-1:before {
  content: "\e275";
}

.icon-arrow-ln-1:before {
  content: "\e276";
}

.icon-arrow-ln-2:before {
  content: "\e277";
}

.icon-arrow-ln-3:before {
  content: "\e278";
}

.icon-arrow-ln-4:before {
  content: "\e279";
}

.icon-arrow-ln-5:before {
  content: "\e27a";
}

.icon-arrow-ln-6:before {
  content: "\e27b";
}

.icon-arrow-ln-7:before {
  content: "\e27c";
}

.icon-arrow-ln-8:before {
  content: "\e27d";
}

.icon-arrow-ln-9:before {
  content: "\e27e";
}

.icon-arrow-ln-10:before {
  content: "\e27f";
}

.icon-arrow-ln-11:before {
  content: "\e280";
}

.icon-arrow-ln-12:before {
  content: "\e281";
}

.icon-arrow-ln-31:before {
  content: "\e282";
}

.icon-arrow-ln-32:before {
  content: "\e283";
}

.icon-arrow-ln-33:before {
  content: "\e284";
}

.icon-arrow-ln-34:before {
  content: "\e285";
}

.icon-arrow-ln-35:before {
  content: "\e286";
}

.icon-arrow-ln-36:before {
  content: "\e287";
}

.icon-arrow-circle-ln-1:before {
  content: "\e288";
}

.icon-arrow-circle-ln-2:before {
  content: "\e289";
}

.icon-arrow-circle-ln-3:before {
  content: "\e28a";
}

.icon-arrow-circle-ln-4:before {
  content: "\e28b";
}

.icon-arrow-circle-ln-5:before {
  content: "\e28c";
}

.icon-arrow-circle-ln-6:before {
  content: "\e28d";
}

.icon-arrow-circle-ln-7:before {
  content: "\e28e";
}

.icon-arrow-circle-ln-8:before {
  content: "\e28f";
}

.icon-arrow-circle-ln-9:before {
  content: "\e290";
}

.icon-arrow-circle-ln-10:before {
  content: "\e291";
}

.icon-arrow-circle-ln-11:before {
  content: "\e292";
}

.icon-arrow-circle-ln-12:before {
  content: "\e293";
}

.icon-arrow-circle-ln-27:before {
  content: "\e294";
}

.icon-arrow-circle-ln-28:before {
  content: "\e295";
}

.icon-arrow-circle-ln-29:before {
  content: "\e296";
}

.icon-arrow-circle-ln-30:before {
  content: "\e297";
}

.icon-arrow-dot-ln-1:before {
  content: "\e298";
}

.icon-arrow-dot-ln-2:before {
  content: "\e299";
}

.icon-arrow-dot-ln-3:before {
  content: "\e29a";
}

.icon-arrow-dot-ln-4:before {
  content: "\e29b";
}

.icon-arrow-dot-ln-5:before {
  content: "\e29c";
}

.icon-arrow-dot-ln-6:before {
  content: "\e29d";
}

.icon-crosshair-1:before {
  content: "\e29e";
}

.icon-bin-fl-2:before {
  content: "\e29f";
}

.icon-bin-fl-1:before {
  content: "\e2a0";
}

.icon-binocular-fl-1:before {
  content: "\e2a1";
}

.icon-clip-fl-1:before {
  content: "\e2a2";
}

.icon-cutter-fl-1:before {
  content: "\e2a3";
}

.icon-delete-fl-1:before {
  content: "\e2a4";
}

.icon-delete-fl-2:before {
  content: "\e2a5";
}

.icon-lock-fl-2:before {
  content: "\e2a6";
}

.icon-link-broken-fl-1:before {
  content: "\e2a8";
}

.icon-key-fl-1:before {
  content: "\e2a7";
}

.icon-hide-fl-1:before {
  content: "\e2a9";
}

.icon-edit-fl-2:before {
  content: "\e2aa";
}

.icon-lock-fl-5:before {
  content: "\e2ab";
}

.icon-lock-unlock-fl-2:before {
  content: "\e2ac";
}

.icon-magnifier-fl-1:before {
  content: "\e2ad";
}

.icon-pen-fl-2:before {
  content: "\e2ae";
}

.icon-pencil-fl-1:before {
  content: "\e2af";
}

.icon-pin-fl-1:before {
  content: "\e2b0";
}

.icon-pin-fl-2:before {
  content: "\e2b1";
}

.icon-power-fl-1:before {
  content: "\e2b2";
}

.icon-power-fl-2:before {
  content: "\e2b3";
}

.icon-preview-fl-1:before {
  content: "\e2b4";
}

.icon-preview-fl-2:before {
  content: "\e2b5";
}

.icon-scissor-fl-1:before {
  content: "\e2b6";
}

.icon-type-fl-2:before {
  content: "\e2b7";
}

.icon-zoom-in-fl-1:before {
  content: "\e2b8";
}

.icon-zoom-out-fl-1:before {
  content: "\e2b9";
}

.icon-cursor-fl-1:before {
  content: "\e2ba";
}

.icon-hand-point-fl-1:before {
  content: "\e2bb";
}

.icon-hand-touch-fl-1:before {
  content: "\e2bc";
}

.icon-hand-touch-fl-3:before {
  content: "\e2bd";
}

.icon-tag-fl-1:before {
  content: "\e2be";
}

.icon-tag-add-fl-1:before {
  content: "\e2bf";
}

.icon-tag-delete-fl-1:before {
  content: "\e2c0";
}

.icon-tags-fl-1:before {
  content: "\e2c1";
}

.icon-board-fl-1:before {
  content: "\e2c2";
}

.icon-magnet-fl-1:before {
  content: "\e2c3";
}

.icon-layers-fl-1:before {
  content: "\e2c4";
}

.icon-magic-wand-fl-1:before {
  content: "\e2c5";
}

.icon-ruler-fl-1:before {
  content: "\e2c6";
}

.icon-stationery-fl-2:before {
  content: "\e2c7";
}

.icon-stationery-fl-1:before {
  content: "\e2c8";
}

.icon-award-fl-1:before {
  content: "\e2c9";
}

.icon-award-fl-2:before {
  content: "\e2ca";
}

.icon-award-fl-3:before {
  content: "\e2cb";
}

.icon-award-fl-4:before {
  content: "\e2cc";
}

.icon-award-fl-5:before {
  content: "\e2cd";
}

.icon-award-fl-6:before {
  content: "\e2ce";
}

.icon-crown-fl-1:before {
  content: "\e2cf";
}

.icon-crown-fl-2:before {
  content: "\e2d0";
}

.icon-crown-fl-3:before {
  content: "\e2d1";
}

.icon-fire-fl-1:before {
  content: "\e2d2";
}

.icon-flag-fl-1:before {
  content: "\e2d3";
}

.icon-flag-fl-6:before {
  content: "\e2d4";
}

.icon-flag-fl-7:before {
  content: "\e2d5";
}

.icon-flag-fl-8:before {
  content: "\e2d6";
}

.icon-hand-like-fl-2:before {
  content: "\e2d7";
}

.icon-hand-unlike-fl-2:before {
  content: "\e2d8";
}

.icon-heart-fl-1:before {
  content: "\e2d9";
}

.icon-heart-fl-2:before {
  content: "\e2da";
}

.icon-heart-broken-fl-1:before {
  content: "\e2db";
}

.icon-heart-minus-fl-1:before {
  content: "\e2dc";
}

.icon-heart-plus-fl-1:before {
  content: "\e2dd";
}

.icon-present-fl-1:before {
  content: "\e2de";
}

.icon-star-fl-1:before {
  content: "\e2df";
}

.icon-star-fl-2:before {
  content: "\e2e0";
}

.icon-star-fl-4:before {
  content: "\e2e1";
}

.icon-star-fl-5:before {
  content: "\e2e2";
}

.icon-star-fl-6:before {
  content: "\e2e3";
}

.icon-star-fl-7:before {
  content: "\e2e4";
}

.icon-star-fl-8:before {
  content: "\e2e5";
}

.icon-star-fl-9:before {
  content: "\e2e6";
}

.icon-trophy-fl-1:before {
  content: "\e2e7";
}

.icon-baloon-fl-1:before {
  content: "\e2e8";
}

.icon-bubble-add-fl-2:before {
  content: "\e2e9";
}

.icon-bubble-ask-fl-2:before {
  content: "\e2ea";
}

.icon-bubble-attention-fl-4:before {
  content: "\e2eb";
}

.icon-bubble-check-fl-2:before {
  content: "\e2ec";
}

.icon-bubble-block-fl-2:before {
  content: "\e2ed";
}

.icon-bubble-conversation-fl-5:before {
  content: "\e2ee";
}

.icon-bubble-minus-fl-2:before {
  content: "\e2ef";
}

.icon-bubble-conversation-fl-6:before {
  content: "\e2f0";
}

.icon-bubble-delete-fl-2:before {
  content: "\e2f1";
}

.icon-bubble-quote-fl-2:before {
  content: "\e2f2";
}

.icon-chat-fl-6:before {
  content: "\e2f3";
}

.icon-bubble-edit-fl-2:before {
  content: "\e2f4";
}

.icon-bubble-comment-fl-2:before {
  content: "\e2f5";
}

.icon-bubble-heart-fl-2:before {
  content: "\e2f6";
}

.icon-bubble-star-fl-2:before {
  content: "\e2f7";
}

.icon-bubble-information-fl-1:before {
  content: "\e2f8";
}

.icon-chat-fl-7:before {
  content: "\e2f9";
}

.icon-bubble-smiley-fl-3:before {
  content: "\e2fa";
}

.icon-smiley-happy-fl-1:before {
  content: "\e2fb";
}

.icon-smiley-happy-fl-2:before {
  content: "\e2fc";
}

.icon-smiley-happy-fl-3:before {
  content: "\e2fd";
}

.icon-smiley-happy-fl-4:before {
  content: "\e2fe";
}

.icon-smiley-happy-fl-5:before {
  content: "\e2ff";
}

.icon-smiley-sad-fl-1:before {
  content: "\e300";
}

.icon-smiley-surprise-fl-1:before {
  content: "\e301";
}

.icon-smiley-wink-fl-1:before {
  content: "\e302";
}

.icon-call-fl-1:before {
  content: "\e303";
}

.icon-mobile-phone-fl-1:before {
  content: "\e304";
}

.icon-mobile-phone-fl-2:before {
  content: "\e305";
}

.icon-signal-weak-fl-1:before {
  content: "\e306";
}

.icon-smartphone-fl-1:before {
  content: "\e307";
}

.icon-phone-fl-3:before {
  content: "\e308";
}

.icon-signal-fine-fl-1:before {
  content: "\e309";
}

.icon-signal-full-fl-2:before {
  content: "\e30a";
}

.icon-signal-high-fl-1:before {
  content: "\e30b";
}

.icon-signal-no-fl-1:before {
  content: "\e30c";
}

.icon-signal-poor-fl-1:before {
  content: "\e30d";
}

.icon-camera-symbol-fl-3:before {
  content: "\e30e";
}

.icon-antenna-fl-2:before {
  content: "\e30f";
}

.icon-link-fl-1:before {
  content: "\e310";
}

.icon-megaphone-fl-1:before {
  content: "\e311";
}

.icon-rss-fl-2:before {
  content: "\e312";
}

.icon-inbox-fl-3:before {
  content: "\e313";
}

.icon-inbox-fl-4:before {
  content: "\e314";
}

.icon-inbox-fl-2:before {
  content: "\e315";
}

.icon-mail-fl-2:before {
  content: "\e316";
}

.icon-mail-add-fl-1:before {
  content: "\e317";
}

.icon-mail-attention-fl-1:before {
  content: "\e318";
}

.icon-mail-block-fl-1:before {
  content: "\e319";
}

.icon-mail-box-fl-3:before {
  content: "\e31a";
}

.icon-mail-checked-fl-2:before {
  content: "\e31b";
}

.icon-mail-compose-fl-2:before {
  content: "\e31c";
}

.icon-mail-delete-fl-2:before {
  content: "\e31d";
}

.icon-mail-favorite-fl-2:before {
  content: "\e31e";
}

.icon-mail-inbox-fl-2:before {
  content: "\e31f";
}

.icon-mail-lock-fl-1:before {
  content: "\e320";
}

.icon-mail-minus-fl-1:before {
  content: "\e321";
}

.icon-mail-read-fl-1:before {
  content: "\e322";
}

.icon-mail-recieved-fl-1:before {
  content: "\e323";
}

.icon-mail-recieved-fl-2:before {
  content: "\e324";
}

.icon-mail-search-fl-1:before {
  content: "\e325";
}

.icon-mail-search-fl-2:before {
  content: "\e326";
}

.icon-mail-sent-fl-1:before {
  content: "\e327";
}

.icon-mail-sent-fl-2:before {
  content: "\e328";
}

.icon-mail-setting-fl-2:before {
  content: "\e329";
}

.icon-mail-star-fl-2:before {
  content: "\e32a";
}

.icon-mail-sync-fl-1:before {
  content: "\e32b";
}

.icon-mail-time-fl-1:before {
  content: "\e32c";
}

.icon-outbox-fl-1:before {
  content: "\e32d";
}

.icon-plane-paper-fl-1:before {
  content: "\e32e";
}

.icon-reply-mail-fl-1:before {
  content: "\e32f";
}

.icon-reply-mail-fl-2:before {
  content: "\e330";
}

.icon-connection-fl-2:before {
  content: "\e331";
}

.icon-connection-fl-3:before {
  content: "\e332";
}

.icon-contacts-fl-1:before {
  content: "\e333";
}

.icon-contacts-fl-2:before {
  content: "\e334";
}

.icon-contacts-fl-3:before {
  content: "\e335";
}

.icon-female-fl-1:before {
  content: "\e336";
}

.icon-gender-female-fl-1:before {
  content: "\e337";
}

.icon-gender-male-fl-1:before {
  content: "\e338";
}

.icon-id-fl-3:before {
  content: "\e339";
}

.icon-id-fl-8:before {
  content: "\e33a";
}

.icon-male-fl-1:before {
  content: "\e33b";
}

.icon-profile-fl-1:before {
  content: "\e33c";
}

.icon-profile-fl-6:before {
  content: "\e33d";
}

.icon-profile-gentleman-fl-2:before {
  content: "\e33e";
}

.icon-profile-serviceman-fl-2:before {
  content: "\e33f";
}

.icon-user-fl-1:before {
  content: "\e340";
}

.icon-user-fl-2:before {
  content: "\e341";
}

.icon-user-add-fl-1:before {
  content: "\e342";
}

.icon-user-add-fl-2:before {
  content: "\e343";
}

.icon-user-block-fl-1:before {
  content: "\e344";
}

.icon-user-block-fl-2:before {
  content: "\e345";
}

.icon-user-checked-fl-1:before {
  content: "\e346";
}

.icon-user-checked-fl-2:before {
  content: "\e347";
}

.icon-user-delete-fl-1:before {
  content: "\e348";
}

.icon-user-delete-fl-2:before {
  content: "\e349";
}

.icon-user-edit-fl-1:before {
  content: "\e34a";
}

.icon-user-edit-fl-2:before {
  content: "\e34b";
}

.icon-user-heart-fl-1:before {
  content: "\e34c";
}

.icon-user-heart-fl-2:before {
  content: "\e34d";
}

.icon-user-lock-fl-1:before {
  content: "\e34e";
}

.icon-user-lock-fl-2:before {
  content: "\e34f";
}

.icon-user-minus-fl-1:before {
  content: "\e350";
}

.icon-user-minus-fl-2:before {
  content: "\e351";
}

.icon-user-search-fl-1:before {
  content: "\e352";
}

.icon-user-search-fl-2:before {
  content: "\e353";
}

.icon-user-setting-fl-1:before {
  content: "\e354";
}

.icon-user-setting-fl-2:before {
  content: "\e355";
}

.icon-user-star-fl-1:before {
  content: "\e356";
}

.icon-user-star-fl-2:before {
  content: "\e357";
}

.icon-basket-fl-1:before {
  content: "\e358";
}

.icon-basket-fl-3:before {
  content: "\e359";
}

.icon-basket-add-fl-2:before {
  content: "\e35a";
}

.icon-basket-minus-fl-1:before {
  content: "\e35b";
}

.icon-briefcase-fl-1:before {
  content: "\e35c";
}

.icon-cart-fl-1:before {
  content: "\e35d";
}

.icon-cart-fl-2:before {
  content: "\e35e";
}

.icon-cart-fl-3:before {
  content: "\e35f";
}

.icon-cart-fl-4:before {
  content: "\e360";
}

.icon-hand-bag-fl-1:before {
  content: "\e361";
}

.icon-qr-code-fl-1:before {
  content: "\e362";
}

.icon-receipt-fl-1:before {
  content: "\e363";
}

.icon-receipt-fl-2:before {
  content: "\e364";
}

.icon-receipt-fl-3:before {
  content: "\e365";
}

.icon-receipt-fl-4:before {
  content: "\e366";
}

.icon-shopping-fl-1:before {
  content: "\e367";
}

.icon-shopping-bag-fl-1:before {
  content: "\e368";
}

.icon-shopping-bag-fl-2:before {
  content: "\e369";
}

.icon-shopping-bag-fl-3:before {
  content: "\e36a";
}

.icon-sign-new-fl-1:before {
  content: "\e36b";
}

.icon-sign-new-fl-2:before {
  content: "\e36c";
}

.icon-sign-star-fl-1:before {
  content: "\e36d";
}

.icon-wallet-fl-3:before {
  content: "\e36e";
}

.icon-camera-fl-1:before {
  content: "\e36f";
}

.icon-camera-fl-5:before {
  content: "\e370";
}

.icon-camera-front-fl-1:before {
  content: "\e371";
}

.icon-film-fl-2:before {
  content: "\e372";
}

.icon-photo-fl-1:before {
  content: "\e373";
}

.icon-photos-fl-2:before {
  content: "\e374";
}

.icon-signal-camera-fl-1:before {
  content: "\e375";
}

.icon-signal-camera-fl-2:before {
  content: "\e376";
}

.icon-movie-play-fl-1:before {
  content: "\e377";
}

.icon-movie-play-fl-3:before {
  content: "\e378";
}

.icon-television-fl-1:before {
  content: "\e379";
}

.icon-video-camera-fl-1:before {
  content: "\e37a";
}

.icon-video-camera-fl-2:before {
  content: "\e37b";
}

.icon-backward-fl-2:before {
  content: "\e37c";
}

.icon-eject-fl-2:before {
  content: "\e37d";
}

.icon-equalizer-fl-1:before {
  content: "\e37e";
}

.icon-forward-fl-2:before {
  content: "\e37f";
}

.icon-headphone-fl-1:before {
  content: "\e380";
}

.icon-microphone-fl-2:before {
  content: "\e381";
}

.icon-movie-play-fl-4:before {
  content: "\e382";
}

.icon-music-note-fl-3:before {
  content: "\e383";
}

.icon-music-note-fl-4:before {
  content: "\e384";
}

.icon-music-note-fl-5:before {
  content: "\e385";
}

.icon-next-fl-2:before {
  content: "\e386";
}

.icon-notes-fl-2:before {
  content: "\e387";
}

.icon-pause-fl-2:before {
  content: "\e388";
}

.icon-play-fl-2:before {
  content: "\e389";
}

.icon-stop-fl-2:before {
  content: "\e38a";
}

.icon-volume-mute-fl-3:before {
  content: "\e38b";
}

.icon-volume-down-fl-2:before {
  content: "\e38c";
}

.icon-volume-loud-fl-1:before {
  content: "\e38d";
}

.icon-volume-low-fl-1:before {
  content: "\e38e";
}

.icon-volume-medium-fl-1:before {
  content: "\e38f";
}

.icon-volume-mute-fl-1:before {
  content: "\e390";
}

.icon-volume-up-fl-2:before {
  content: "\e391";
}

.icon-cloud-fl-1:before {
  content: "\e392";
}

.icon-cloud-add-fl-1:before {
  content: "\e393";
}

.icon-cloud-checked-fl-1:before {
  content: "\e394";
}

.icon-cloud-delete-fl-1:before {
  content: "\e395";
}

.icon-cloud-download-fl-1:before {
  content: "\e396";
}

.icon-cloud-minus-fl-1:before {
  content: "\e397";
}

.icon-cloud-refresh-fl-1:before {
  content: "\e398";
}

.icon-cloud-sync-fl-1:before {
  content: "\e399";
}

.icon-cloud-upload-fl-1:before {
  content: "\e39a";
}

.icon-download-fl-1:before {
  content: "\e39b";
}

.icon-download-fl-3:before {
  content: "\e39c";
}

.icon-download-fl-12:before {
  content: "\e39d";
}

.icon-goal-fl-1:before {
  content: "\e39e";
}

.icon-goal-fl-2:before {
  content: "\e39f";
}

.icon-upload-fl-1:before {
  content: "\e3a0";
}

.icon-upload-fl-5:before {
  content: "\e3a1";
}

.icon-upload-fl-12:before {
  content: "\e3a2";
}

.icon-clipboard-fl-1:before {
  content: "\e3a3";
}

.icon-clipboard-fl-3:before {
  content: "\e3a4";
}

.icon-clipboard-add-fl-1:before {
  content: "\e3a5";
}

.icon-clipboard-block-fl-1:before {
  content: "\e3a6";
}

.icon-clipboard-checked-fl-1:before {
  content: "\e3a7";
}

.icon-clipboard-delete-fl-1:before {
  content: "\e3a8";
}

.icon-clipboard-edit-fl-1:before {
  content: "\e3a9";
}

.icon-clipboard-minus-fl-1:before {
  content: "\e3aa";
}

.icon-document-fl-1:before {
  content: "\e3ab";
}

.icon-document-fl-2:before {
  content: "\e3ac";
}

.icon-file-fl-1:before {
  content: "\e3ad";
}

.icon-file-fl-2:before {
  content: "\e3ae";
}

.icon-file-add-fl-1:before {
  content: "\e3af";
}

.icon-file-attention-fl-1:before {
  content: "\e3b0";
}

.icon-file-block-fl-1:before {
  content: "\e3b1";
}

.icon-file-bookmark-fl-1:before {
  content: "\e3b2";
}

.icon-file-checked-fl-1:before {
  content: "\e3b3";
}

.icon-file-code-fl-1:before {
  content: "\e3b4";
}

.icon-file-delete-fl-1:before {
  content: "\e3b5";
}

.icon-file-download-fl-1:before {
  content: "\e3b6";
}

.icon-file-edit-fl-1:before {
  content: "\e3b7";
}

.icon-file-favorite-fl-1:before {
  content: "\e3b8";
}

.icon-file-favorite-fl-2:before {
  content: "\e3b9";
}

.icon-file-graph-fl-1:before {
  content: "\e3ba";
}

.icon-file-graph-fl-2:before {
  content: "\e3bb";
}

.icon-file-home-fl-1:before {
  content: "\e3bc";
}

.icon-file-image-fl-1:before {
  content: "\e3bd";
}

.icon-file-image-fl-2:before {
  content: "\e3be";
}

.icon-file-list-fl-1:before {
  content: "\e3bf";
}

.icon-file-lock-fl-1:before {
  content: "\e3c0";
}

.icon-file-media-fl-1:before {
  content: "\e3c1";
}

.icon-file-minus-fl-1:before {
  content: "\e3c2";
}

.icon-file-music-fl-1:before {
  content: "\e3c3";
}

.icon-file-new-fl-1:before {
  content: "\e3c4";
}

.icon-file-registry-fl-1:before {
  content: "\e3c5";
}

.icon-file-search-fl-1:before {
  content: "\e3c6";
}

.icon-file-setting-fl-1:before {
  content: "\e3c7";
}

.icon-file-sync-fl-1:before {
  content: "\e3c8";
}

.icon-file-table-fl-1:before {
  content: "\e3c9";
}

.icon-file-thumbnail-fl-1:before {
  content: "\e3ca";
}

.icon-file-time-fl-1:before {
  content: "\e3cb";
}

.icon-file-transfer-fl-1:before {
  content: "\e3cc";
}

.icon-file-zip-fl-1:before {
  content: "\e3cd";
}

.icon-files-fl-1:before {
  content: "\e3ce";
}

.icon-files-fl-6:before {
  content: "\e3cf";
}

.icon-folder-fl-1:before {
  content: "\e3d0";
}

.icon-folder-fl-2:before {
  content: "\e3d1";
}

.icon-folder-fl-3:before {
  content: "\e3d2";
}

.icon-folder-fl-4:before {
  content: "\e3d3";
}

.icon-add-fl-1:before {
  content: "\e3d4";
}

.icon-add-fl-2:before {
  content: "\e3d5";
}

.icon-add-fl-3:before {
  content: "\e3d6";
}

.icon-arrow-move-fl-1:before {
  content: "\e3d7";
}

.icon-delete-fl-3:before {
  content: "\e3d8";
}

.icon-delete-fl-4:before {
  content: "\e3d9";
}

.icon-delete-fl-5:before {
  content: "\e3da";
}

.icon-forward-fl-1:before {
  content: "\e3db";
}

.icon-infinity-fl-1:before {
  content: "\e3dc";
}

.icon-loading-fl-1:before {
  content: "\e3dd";
}

.icon-log-out-fl-1:before {
  content: "\e3de";
}

.icon-loop-fl-1:before {
  content: "\e3df";
}

.icon-minus-fl-1:before {
  content: "\e3e0";
}

.icon-minus-fl-2:before {
  content: "\e3e1";
}

.icon-minus-fl-3:before {
  content: "\e3e2";
}

.icon-next-fl-3:before {
  content: "\e3e3";
}

.icon-power-fl-3:before {
  content: "\e3e4";
}

.icon-refresh-fl-1:before {
  content: "\e3e5";
}

.icon-return-fl-1:before {
  content: "\e3e6";
}

.icon-scale-reduce-fl-3:before {
  content: "\e3e7";
}

.icon-scale-spread-fl-1:before {
  content: "\e3e8";
}

.icon-power-fl-5:before {
  content: "\e3e9";
}

.icon-shuffle-fl-1:before {
  content: "\e3ea";
}

.icon-transfer-fl-1:before {
  content: "\e3eb";
}

.icon-chat-fl-1:before {
  content: "\e3ec";
}

.icon-chat-fl-2:before {
  content: "\e3ed";
}

.icon-pulse-fl-1:before {
  content: "\e3ee";
}

.icon-scale-fl-1:before {
  content: "\e3ef";
}

.icon-setting-adjustment-fl-1:before {
  content: "\e3f0";
}

.icon-setting-gear-fl-1:before {
  content: "\e3f1";
}

.icon-setting-gears-fl-1:before {
  content: "\e3f2";
}

.icon-setting-wrenches-fl-1:before {
  content: "\e3f3";
}

.icon-switch-fl-1:before {
  content: "\e3f4";
}

.icon-wrench-fl-1:before {
  content: "\e3f5";
}

.icon-switch-fl-2:before {
  content: "\e3f6";
}

.icon-alarm-fl-1:before {
  content: "\e3f7";
}

.icon-alarm-clock-fl-1:before {
  content: "\e3f8";
}

.icon-alarm-snooze-fl-1:before {
  content: "\e3f9";
}

.icon-bell-fl-1:before {
  content: "\e3fa";
}

.icon-calendar-fl-1:before {
  content: "\e3fb";
}

.icon-calendar-fl-2:before {
  content: "\e3fc";
}

.icon-clock-fl-1:before {
  content: "\e3fd";
}

.icon-clock-fl-2:before {
  content: "\e3fe";
}

.icon-clock-fl-3:before {
  content: "\e3ff";
}

.icon-hourglass-fl-1:before {
  content: "\e400";
}

.icon-hourglass-fl-2:before {
  content: "\e401";
}

.icon-timer-fl-1:before {
  content: "\e402";
}

.icon-timer-full-fl-2:before {
  content: "\e403";
}

.icon-watch-fl-1:before {
  content: "\e404";
}

.icon-watch-fl-2:before {
  content: "\e405";
}

.icon-alert-fl-1:before {
  content: "\e406";
}

.icon-alert-fl-2:before {
  content: "\e407";
}

.icon-alert-fl-3:before {
  content: "\e408";
}

.icon-information-fl-1:before {
  content: "\e409";
}

.icon-question-mark-fl-1:before {
  content: "\e40a";
}

.icon-amex-card-fl-1:before {
  content: "\e40b";
}

.icon-atm-fl-1:before {
  content: "\e40c";
}

.icon-balance-fl-1:before {
  content: "\e40d";
}

.icon-bank-fl-1:before {
  content: "\e40e";
}

.icon-bank-note-fl-1:before {
  content: "\e40f";
}

.icon-bank-notes-fl-1:before {
  content: "\e410";
}

.icon-bank-notes-fl-2:before {
  content: "\e411";
}

.icon-bitcoins-fl-1:before {
  content: "\e412";
}

.icon-box-fl-1:before {
  content: "\e413";
}

.icon-business-chart-fl-1:before {
  content: "\e414";
}

.icon-business-chart-fl-2:before {
  content: "\e415";
}

.icon-calculator-fl-1:before {
  content: "\e416";
}

.icon-calculator-fl-2:before {
  content: "\e417";
}

.icon-chart-down-fl-1:before {
  content: "\e419";
}

.icon-chart-up-fl-1:before {
  content: "\e41a";
}

.icon-dollar-currency-fl-3:before {
  content: "\e41b";
}

.icon-check-fl-1:before {
  content: "\e41c";
}

.icon-coins-fl-1:before {
  content: "\e41d";
}

.icon-coins-fl-2:before {
  content: "\e41e";
}

.icon-credit-card-fl-1:before {
  content: "\e41f";
}

.icon-hand-card-fl-1:before {
  content: "\e418";
}

.icon-master-card-fl-1:before {
  content: "\e420";
}

.icon-money-fl-1:before {
  content: "\e421";
}

.icon-percent-fl-1:before {
  content: "\e422";
}

.icon-pie-chart-fl-1:before {
  content: "\e423";
}

.icon-pie-chart-fl-2:before {
  content: "\e424";
}

.icon-piggy-bank-fl-1:before {
  content: "\e425";
}

.icon-safe-fl-1:before {
  content: "\e426";
}

.icon-shop-fl-1:before {
  content: "\e427";
}

.icon-sign-fl-1:before {
  content: "\e428";
}

.icon-trolley-fl-1:before {
  content: "\e429";
}

.icon-truck-fl-2:before {
  content: "\e42a";
}

.icon-add-marker-fl-1:before {
  content: "\e42b";
}

.icon-compass-fl-1:before {
  content: "\e42c";
}

.icon-compass-fl-2:before {
  content: "\e42d";
}

.icon-delete-marker-fl-1:before {
  content: "\e42e";
}

.icon-delete-marker-fl-2:before {
  content: "\e42f";
}

.icon-favorite-marker-fl-1:before {
  content: "\e430";
}

.icon-globe-fl-1:before {
  content: "\e431";
}

.icon-location-fl-1:before {
  content: "\e432";
}

.icon-map-fl-1:before {
  content: "\e433";
}

.icon-map-location-fl-1:before {
  content: "\e434";
}

.icon-map-marker-fl-1:before {
  content: "\e435";
}

.icon-map-pin-fl-1:before {
  content: "\e436";
}

.icon-map-pin-marker-fl-1:before {
  content: "\e437";
}

.icon-marker-fl-1:before {
  content: "\e438";
}

.icon-minus-marker-fl-1:before {
  content: "\e439";
}

.icon-pin-fl-3:before {
  content: "\e43a";
}

.icon-pin-fl-4:before {
  content: "\e43b";
}

.icon-pin-location-fl-1:before {
  content: "\e43c";
}

.icon-bank-fl-2:before {
  content: "\e43d";
}

.icon-building-fl-1:before {
  content: "\e43f";
}

.icon-building-fl-3:before {
  content: "\e43e";
}

.icon-direction-sign-fl-1:before {
  content: "\e440";
}

.icon-globe-fl-2:before {
  content: "\e441";
}

.icon-house-fl-2:before {
  content: "\e443";
}

.icon-temple-fl-1:before {
  content: "\e442";
}

.icon-bug-fl-1:before {
  content: "\e444";
}

.icon-plugin-fl-1:before {
  content: "\e445";
}

.icon-script-fl-1:before {
  content: "\e446";
}

.icon-window-fl-3:before {
  content: "\e447";
}

.icon-window-selection-fl-1:before {
  content: "\e448";
}

.icon-window-thumbnail-fl-1:before {
  content: "\e449";
}

.icon-database-fl-1:before {
  content: "\e44a";
}

.icon-battery-charging-fl-1:before {
  content: "\e44b";
}

.icon-battery-full-fl-1:before {
  content: "\e44c";
}

.icon-battery-high-fl-1:before {
  content: "\e44d";
}

.icon-battery-low-fl-1:before {
  content: "\e44e";
}

.icon-battery-medium-fl-1:before {
  content: "\e44f";
}

.icon-cd-fl-1:before {
  content: "\e450";
}

.icon-filter-fl-1:before {
  content: "\e451";
}

.icon-floppy-disk-fl-1:before {
  content: "\e452";
}

.icon-imac-fl-1:before {
  content: "\e453";
}

.icon-ipad-fl-2:before {
  content: "\e454";
}

.icon-ipod-fl-1:before {
  content: "\e455";
}

.icon-keyboard-fl-1:before {
  content: "\e456";
}

.icon-laptop-fl-2:before {
  content: "\e457";
}

.icon-mobile-phone-fl-3:before {
  content: "\e458";
}

.icon-mouse-fl-2:before {
  content: "\e459";
}

.icon-plug-fl-2:before {
  content: "\e45a";
}

.icon-printer-fl-1:before {
  content: "\e45b";
}

.icon-screen-fl-1:before {
  content: "\e45c";
}

.icon-screen-fl-2:before {
  content: "\e45d";
}

.icon-smartphone-fl-2:before {
  content: "\e45e";
}

.icon-bluetooth-fl-1:before {
  content: "\e45f";
}

.icon-ethernet-fl-1:before {
  content: "\e460";
}

.icon-usb-fl-1:before {
  content: "\e461";
}

.icon-wireless-signal-fl-1:before {
  content: "\e462";
}

.icon-book-fl-1:before {
  content: "\e463";
}

.icon-bookmark-fl-4:before {
  content: "\e464";
}

.icon-document-box-fl-1:before {
  content: "\e465";
}

.icon-list-fl-1:before {
  content: "\e466";
}

.icon-layers-fl-2:before {
  content: "\e467";
}

.icon-document-box-fl-2:before {
  content: "\e468";
}

.icon-list-fl-2:before {
  content: "\e469";
}

.icon-newspaper-fl-1:before {
  content: "\e46a";
}

.icon-book-fl-4:before {
  content: "\e46b";
}

.icon-books-fl-3:before {
  content: "\e46c";
}

.icon-briefcase-fl-2:before {
  content: "\e46d";
}

.icon-drawer-fl-2:before {
  content: "\e46e";
}

.icon-newspaper-fl-2:before {
  content: "\e46f";
}

.icon-registry-fl-1:before {
  content: "\e470";
}

.icon-book-fl-6:before {
  content: "\e471";
}

.icon-book-fl-7:before {
  content: "\e472";
}

.icon-book-favorite-fl-1:before {
  content: "\e473";
}

.icon-bookmark-fl-1:before {
  content: "\e474";
}

.icon-bookmark-fl-2:before {
  content: "\e475";
}

.icon-creative-commons-fl-1:before {
  content: "\e476";
}

.icon-cube-fl-1:before {
  content: "\e477";
}

.icon-files-fl-2:before {
  content: "\e479";
}

.icon-filter-fl-2:before {
  content: "\e478";
}

.icon-thumbnails-fl-1:before {
  content: "\e47a";
}

.icon-hierarchy-fl-1:before {
  content: "\e47b";
}

.icon-hierarchy-fl-2:before {
  content: "\e47c";
}

.icon-hierarchy-fl-5:before {
  content: "\e47d";
}

.icon-hierarchy-fl-6:before {
  content: "\e47e";
}

.icon-hierarchy-fl-7:before {
  content: "\e47f";
}

.icon-network-fl-1:before {
  content: "\e480";
}

.icon-network-fl-2:before {
  content: "\e481";
}

.icon-backpack-fl-1:before {
  content: "\e482";
}

.icon-bed-fl-1:before {
  content: "\e483";
}

.icon-bomb-fl-1:before {
  content: "\e484";
}

.icon-buoy-ring-fl-1:before {
  content: "\e485";
}

.icon-campfire-fl-1:before {
  content: "\e486";
}

.icon-can-fl-1:before {
  content: "\e487";
}

.icon-candle-fl-1:before {
  content: "\e488";
}

.icon-chair-director-fl-1:before {
  content: "\e489";
}

.icon-diamond-fl-1:before {
  content: "\e48a";
}

.icon-disabled-fl-1:before {
  content: "\e48b";
}

.icon-flashlight-fl-1:before {
  content: "\e48c";
}

.icon-lamp-fl-3:before {
  content: "\e48d";
}

.icon-scale-fl-2:before {
  content: "\e48e";
}

.icon-shovel-fl-1:before {
  content: "\e48f";
}

.icon-target-fl-1:before {
  content: "\e490";
}

.icon-traffic-cone-fl-1:before {
  content: "\e491";
}

.icon-traffic-light-fl-1:before {
  content: "\e492";
}

.icon-traffic-light-fl-2:before {
  content: "\e493";
}

.icon-weigh-fl-1:before {
  content: "\e494";
}

.icon-academic-cap-fl-1:before {
  content: "\e495";
}

.icon-beanie-fl-1:before {
  content: "\e496";
}

.icon-chef-hat-fl-1:before {
  content: "\e497";
}

.icon-necktie-fl-1:before {
  content: "\e498";
}

.icon-shirt-fl-1:before {
  content: "\e499";
}

.icon-sneakers-fl-1:before {
  content: "\e49a";
}

.icon-sunglasses-fl-1:before {
  content: "\e49b";
}

.icon-trousers-fl-1:before {
  content: "\e49c";
}

.icon-apple-fl-1:before {
  content: "\e49d";
}

.icon-beer-fl-1:before {
  content: "\e49e";
}

.icon-boil-fl-1:before {
  content: "\e49f";
}

.icon-bottle-fl-1:before {
  content: "\e4a0";
}

.icon-bottle-fl-2:before {
  content: "\e4a1";
}

.icon-bottle-fl-3:before {
  content: "\e4a2";
}

.icon-bottle-fl-4:before {
  content: "\e4a3";
}

.icon-bread-fl-1:before {
  content: "\e4a4";
}

.icon-burger-fl-2:before {
  content: "\e4a6";
}

.icon-cake-fl-1:before {
  content: "\e4a7";
}

.icon-cake-fl-2:before {
  content: "\e4a8";
}

.icon-champagne-fl-1:before {
  content: "\e4a9";
}

.icon-cheese-fl-1:before {
  content: "\e4aa";
}

.icon-cocktail-fl-1:before {
  content: "\e4ab";
}

.icon-cocktail-fl-2:before {
  content: "\e4ac";
}

.icon-cocktail-fl-3:before {
  content: "\e4ad";
}

.icon-coffee-cup-fl-2:before {
  content: "\e4ae";
}

.icon-coffee-pot-fl-1:before {
  content: "\e4af";
}

.icon-cup-fl-2:before {
  content: "\e4b0";
}

.icon-deep-fry-fl-1:before {
  content: "\e4b1";
}

.icon-energy-drink-fl-1:before {
  content: "\e4b2";
}

.icon-espresso-machine-fl-1:before {
  content: "\e4b3";
}

.icon-food-dome-fl-1:before {
  content: "\e4b4";
}

.icon-fork-and-knife-fl-1:before {
  content: "\e4b5";
}

.icon-fork-and-spoon-fl-1:before {
  content: "\e4b6";
}

.icon-grape-fl-1:before {
  content: "\e4b7";
}

.icon-grater-fl-1:before {
  content: "\e4b8";
}

.icon-grill-fl-1:before {
  content: "\e4b9";
}

.icon-hot-drinks-glass-fl-1:before {
  content: "\e4ba";
}

.icon-hotdog-fl-1:before {
  content: "\e4bb";
}

.icon-ice-cream-fl-1:before {
  content: "\e4bc";
}

.icon-ice-cream-fl-2:before {
  content: "\e4bd";
}

.icon-ice-cream-fl-3:before {
  content: "\e4be";
}

.icon-ice-drinks-glass-fl-1:before {
  content: "\e4bf";
}

.icon-juicer-fl-1:before {
  content: "\e4c0";
}

.icon-kitchen-timer-fl-1:before {
  content: "\e4c1";
}

.icon-milk-fl-1:before {
  content: "\e4c2";
}

.icon-orange-fl-1:before {
  content: "\e4c3";
}

.icon-oven-fl-1:before {
  content: "\e4c4";
}

.icon-pan-fry-fl-1:before {
  content: "\e4c5";
}

.icon-pepper-salt-fl-1:before {
  content: "\e4c6";
}

.icon-pizza-fl-1:before {
  content: "\e4c7";
}

.icon-pop-corn-fl-1:before {
  content: "\e4c8";
}

.icon-serving-fl-1:before {
  content: "\e4c9";
}

.icon-soda-fl-1:before {
  content: "\e4ca";
}

.icon-soda-can-fl-1:before {
  content: "\e4cb";
}

.icon-soda-can-fl-2:before {
  content: "\e4cc";
}

.icon-steam-fl-1:before {
  content: "\e4cd";
}

.icon-tea-pot-fl-1:before {
  content: "\e4ce";
}

.icon-thermometer-high-fl-1:before {
  content: "\e4cf";
}

.icon-thermometer-low-fl-1:before {
  content: "\e4d0";
}

.icon-thermometer-medium-fl-1:before {
  content: "\e4d1";
}

.icon-water-fl-1:before {
  content: "\e4d2";
}

.icon-wine-fl-1:before {
  content: "\e4d3";
}

.icon-ambulance-fl-1:before {
  content: "\e4a5";
}

.icon-beaker-fl-1:before {
  content: "\e4d4";
}

.icon-beaker-fl-2:before {
  content: "\e4d5";
}

.icon-blood-fl-1:before {
  content: "\e4d6";
}

.icon-drug-fl-1:before {
  content: "\e4d7";
}

.icon-heart-pulse-fl-1:before {
  content: "\e4d8";
}

.icon-yin-yang-fl-1:before {
  content: "\e4d9";
}

.icon-medicine-fl-1:before {
  content: "\e4da";
}

.icon-microscope-fl-1:before {
  content: "\e4db";
}

.icon-mortar-and-pestlefl-1:before {
  content: "\e4dc";
}

.icon-plaster-fl-1:before {
  content: "\e4dd";
}

.icon-pulse-graph-fl-1:before {
  content: "\e4de";
}

.icon-pulse-graph-fl-2:before {
  content: "\e4df";
}

.icon-pulse-graph-fl-3:before {
  content: "\e4e0";
}

.icon-red-cross-fl-1:before {
  content: "\e4e1";
}

.icon-stethoscope-fl-1:before {
  content: "\e4e2";
}

.icon-balloon-fl-1:before {
  content: "\e4e3";
}

.icon-smileys-mask-fl-1:before {
  content: "\e4e4";
}

.icon-suitcase-fl-1:before {
  content: "\e4e5";
}

.icon-card-fl-1:before {
  content: "\e4e6";
}

.icon-ticket-fl-1:before {
  content: "\e4e7";
}

.icon-ticket-fl-2:before {
  content: "\e4e8";
}

.icon-ticket-fl-3:before {
  content: "\e4e9";
}

.icon-dice-fl-1:before {
  content: "\e4ea";
}

.icon-smiley-mask-happy-fl-1:before {
  content: "\e4eb";
}

.icon-smiley-mask-sad-fl-1:before {
  content: "\e4ec";
}

.icon-cloud-1:before {
  content: "\e4ed";
}

.icon-thermometer-fl-1:before {
  content: "\e4ee";
}

.icon-waning-crescent-moon-fl-1:before {
  content: "\e4ef";
}

.icon-moon-cloud-fl-1:before {
  content: "\e4f0";
}

.icon-rain-fl-1:before {
  content: "\e4f1";
}

.icon-sun-fl-1:before {
  content: "\e4f2";
}

.icon-plane-takeoff-fl-1:before {
  content: "\e4f3";
}

.icon-car-fl-2:before {
  content: "\e4f4";
}

.icon-ship-fl-1:before {
  content: "\e4f5";
}

.icon-mountain-bike-fl-1:before {
  content: "\e4f6";
}

.icon-plane-fl-1:before {
  content: "\e4f7";
}

.icon-plane-landing-fl-1:before {
  content: "\e4f8";
}

.icon-cactus-fl-1:before {
  content: "\e4f9";
}

.icon-clover-fl-1:before {
  content: "\e4fa";
}

.icon-flower-fl-1:before {
  content: "\e4fb";
}

.icon-hand-eco-fl-1:before {
  content: "\e4fc";
}

.icon-hand-globe-fl-1:before {
  content: "\e4fd";
}

.icon-leaf-fl-1:before {
  content: "\e4fe";
}

.icon-light-eco-fl-1:before {
  content: "\e4ff";
}

.icon-potted-plant-fl-1:before {
  content: "\e500";
}

.icon-potted-plant-fl-2:before {
  content: "\e501";
}

.icon-arrow-fl-1:before {
  content: "\e502";
}

.icon-arrow-fl-2:before {
  content: "\e503";
}

.icon-arrow-fl-3:before {
  content: "\e504";
}

.icon-arrow-fl-4:before {
  content: "\e505";
}

.icon-arrow-fl-5:before {
  content: "\e506";
}

.icon-arrow-fl-6:before {
  content: "\e507";
}

.icon-arrow-fl-7:before {
  content: "\e508";
}

.icon-arrow-fl-8:before {
  content: "\e509";
}

.icon-arrow-fl-9:before {
  content: "\e50a";
}

.icon-arrow-fl-10:before {
  content: "\e50b";
}

.icon-arrow-fl-11:before {
  content: "\e50c";
}

.icon-arrow-fl-12:before {
  content: "\e50d";
}

.icon-arrow-circle-fl-1:before {
  content: "\e50e";
}

.icon-arrow-circle-fl-2:before {
  content: "\e50f";
}

.icon-arrow-circle-fl-3:before {
  content: "\e510";
}

.icon-arrow-circle-fl-4:before {
  content: "\e511";
}

.icon-arrow-circle-fl-5:before {
  content: "\e512";
}

.icon-arrow-circle-fl-6:before {
  content: "\e513";
}

.icon-arrow-circle-fl-7:before {
  content: "\e514";
}

.icon-arrow-circle-fl-8:before {
  content: "\e515";
}

.icon-arrow-circle-fl-9:before {
  content: "\e516";
}

.icon-arrow-circle-fl-10:before {
  content: "\e517";
}

.icon-arrow-circle-fl-11:before {
  content: "\e518";
}

.icon-arrow-circle-fl-12:before {
  content: "\e519";
}

.icon-arrow-circle-fl-27:before {
  content: "\e51a";
}

.icon-arrow-circle-fl-28:before {
  content: "\e51b";
}

.icon-arrow-circle-fl-29:before {
  content: "\e51c";
}

.icon-arrow-circle-fl-30:before {
  content: "\e51d";
}

.icon-arrow-dot-fl-1:before {
  content: "\e51e";
}

.icon-arrow-dot-fl-2:before {
  content: "\e51f";
}

.icon-arrow-dot-fl-3:before {
  content: "\e520";
}

.icon-arrow-dot-fl-4:before {
  content: "\e521";
}

.icon-arrow-dot-fl-5:before {
  content: "\e522";
}

.icon-arrow-dot-fl-6:before {
  content: "\e523";
}

.icon-camera-add-ln-1:before {
  content: "\e524";
}

.icon-camera-remove-ln-1:before {
  content: "\e525";
}

.icon-camera-retake-ln-1:before {
  content: "\e526";
}

.icon-cart-left-add-ln-1:before {
  content: "\e527";
}

.icon-cart-left-history-ln-1:before {
  content: "\e528";
}

.icon-cart-left-remove-ln-1:before {
  content: "\e529";
}

.icon-cart-right-add-ln-1:before {
  content: "\e52a";
}

.icon-cart-right-history-ln-1:before {
  content: "\e52b";
}

.icon-cart-right-remove-ln-1:before {
  content: "\e52c";
}

.icon-flaticon-fl-1:before {
  content: "\e52d";
}

.icon-flaticon-fl-1-1:before {
  content: "\e52e";
}

.icon-flaticon-fl-2:before {
  content: "\e52f";
}

.icon-logo-24-fl-1:before {
  content: "\e530";
}

.icon-logo-bw-fl-1:before {
  content: "\e531";
}

.icon-logo-hl24-fl-1:before {
  content: "\e532";
}

.icon-logo-hl-horizontal-fl-1:before {
  content: "\e533";
}

.icon-logo-hl-stacked-fl-1:before {
  content: "\e534";
}

.icon-heart-solid-circle-fl-1:before {
  content: "\e535";
}

.icon-logo-ic-fl-1:before {
  content: "\e536";
}

.icon-logo-ic-hl-fl-1:before {
  content: "\e537";
}

.icon-logo-icon-ic-fl-1:before {
  content: "\e538";
}

.icon-logo-myhl-fl-1:before {
  content: "\e53a";
}

.icon-logo-myhl-hl-fl-1:before {
  content: "\e539";
}

.icon-running-shoe-ln-1:before {
  content: "\e53b";
}

.icon-shake-glass-ln-1:before {
  content: "\e53c";
}

.icon-shake-glass-ln-2:before {
  content: "\e53d";
}

.icon-shake-glass-ln-3:before {
  content: "\e53e";
}

.icon-shake-magnifying-glass-ln-1:before {
  content: "\e53f";
}

.icon-star-solid-circle-fl-1:before {
  content: "\e540";
}

.icon-et-ln-1:before {
  content: "\e541";
}

.icon-et-ln-2:before {
  content: "\e542";
}

.icon-et-ln-3:before {
  content: "\e543";
}

.icon-et-ln-4:before {
  content: "\e544";
}

.icon-et-ln-5:before {
  content: "\e545";
}

.icon-et-ln-6:before {
  content: "\e546";
}

.icon-et-ln-7:before {
  content: "\e547";
}

.icon-file-text-ln-1:before {
  content: "\e548";
}

.icon-sku-ln-1:before {
  content: "\e549";
}

.icon-envelope-ln-1:before {
  content: "\e54a";
}

.icon-arrow-left-ln-2:before {
  content: "\e54b";
}

.icon-arrow-right-ln-2:before {
  content: "\e54c";
}

.icon-arrow-left-ln-3:before {
  content: "\e54d";
}

.icon-arrow-right-ln-3:before {
  content: "\e54e";
}

.icon-arrow-left-ln-4:before {
  content: "\e54f";
}

.icon-arrow-right-ln-4:before {
  content: "\e550";
}

.icon-arrow-down-1:before {
  content: "\e551";
}

.icon-arrow-up-1:before {
  content: "\e552";
}

.icon-arrow-down-2:before {
  content: "\e553";
}

.icon-arrow-up-2:before {
  content: "\e554";
}

.icon-arrow-down-3:before {
  content: "\e555";
}

.icon-arrow-up-3:before {
  content: "\e556";
}

.icon-carrot-ln-1:before {
  content: "\e557";
}

.icon-beauty-products-fl-1:before {
  content: "\e558";
}

.icon-grid-fl-1:before {
  content: "\e559";
}

.icon-dots-fl-1:before {
  content: "\e55a";
}

.icon-dots-fl-3:before {
  content: "\e55b";
}

.icon-dots-fl-2:before {
  content: "\e55c";
}

.icon-cart-ln-5:before {
  content: "\e55d";
}

.icon-seven-segment-fl-1:before {
  content: "\e55e";
}

.icon-seven-segment-fl-1-2:before {
  content: "\e55f";
}

.icon-seven-segment-fl-3:before {
  content: "\e560";
}

.icon-seven-segment-fl-4:before {
  content: "\e561";
}

.icon-seven-segment-fl-5:before {
  content: "\e562";
}

.icon-seven-segment-fl-6:before {
  content: "\e563";
}

.icon-seven-segment-fl-7:before {
  content: "\e564";
}

.icon-seven-segment-fl-8:before {
  content: "\e565";
}

.icon-seven-segment-fl-9:before {
  content: "\e566";
}

.icon-seven-segment-fl-10:before {
  content: "\e567";
}

.icon-steak-fl-1:before {
  content: "\e568";
}

.icon-grain-fl-1:before {
  content: "\e569";
}

.icon-return-ln-1-1:before {
  content: "\e56a";
}

.icon-record-ln-2:before {
  content: "\e56b";
}

.icon-previous-ln-2:before {
  content: "\e56c";
}

.icon-plugin-ln-2:before {
  content: "\e56d";
}

.icon-html5-ln-1:before {
  content: "\e56e";
}

.icon-css3-ln-1:before {
  content: "\e56f";
}

.icon-battery-fl-1:before {
  content: "\e570";
}

.icon-battery-fl-2:before {
  content: "\e571";
}

.icon-battery-fl-3:before {
  content: "\e572";
}

.icon-battery-fl-4:before {
  content: "\e573";
}

.icon-lightbulb-ln-1:before {
  content: "\e574";
}

.icon-arrow-updown-fl-1:before {
  content: "\e575";
}

.icon-icon-square-fl-1:before {
  content: "\e576";
}

.icon-feather-fl-1:before {
  content: "\e577";
}

.icon-popup-fl-1:before {
  content: "\e578";
}

.icon-atom-fl-1:before {
  content: "\e579";
}

.icon-burst-fl-1:before {
  content: "\e57a";
}

.icon-contrast-fl-1:before {
  content: "\e57b";
}

.icon-safari-fl-1:before {
  content: "\e57c";
}

.icon-opera-fl-1:before {
  content: "\e57d";
}

.icon-ie-fl-1:before {
  content: "\e57e";
}

.icon-firefox-fl-1:before {
  content: "\e57f";
}

.icon-chrome-fl-1:before {
  content: "\e580";
}

.icon-pinterest-fl-1:before {
  content: "\e581";
}

.icon-linkedin-fl-1:before {
  content: "\e582";
}

.icon-reddit-fl-1:before {
  content: "\e583";
}

.icon-skype-fl-1:before {
  content: "\e584";
}

.icon-social-windows-fl-1:before {
  content: "\e585";
}

.icon-picassa-fl-1:before {
  content: "\e586";
}

.icon-github-fl-1:before {
  content: "\e587";
}

.icon-tumblr-fl-1:before {
  content: "\e588";
}

.icon-yahoo-fl-1:before {
  content: "\e589";
}

.icon-amazon-fl-1:before {
  content: "\e58a";
}

.icon-apple-fl-1-1:before {
  content: "\e58b";
}

.icon-android-fl-1:before {
  content: "\e58c";
}

.icon-twitter-fl-1:before {
  content: "\e58d";
}

.icon-facebook-fl-1:before {
  content: "\e58e";
}

.icon-google-plus-fl-1:before {
  content: "\e58f";
}

.icon-vimeo-fl-1:before {
  content: "\e590";
}

.icon-triangle-down-fl-1:before {
  content: "\e591";
}

.icon-triangle-left-fl-1:before {
  content: "\e592";
}

.icon-triangle-right-fl-1:before {
  content: "\e593";
}

.icon-triangle-up-fl-1:before {
  content: "\e594";
}

.icon-files-ln-3:before {
  content: "\e595";
}

.icon-radar-ln-1:before {
  content: "\e596";
}

.icon-cards-ln-1:before {
  content: "\e597";
}

.icon-meter-fast-fl-1:before {
  content: "\e598";
}

.icon-meter-medium-fl-1:before {
  content: "\e599";
}

.icon-meter-slow-fl-1:before {
  content: "\e59a";
}

.icon-rocket-ln-1:before {
  content: "\e59b";
}

.icon-stretch-fl-1:before {
  content: "\e59c";
}

.icon-icon-people-fl-1:before {
  content: "\e59d";
}

.icon-walk-fl-1:before {
  content: "\e59e";
}

.icon-exercise-fl-1:before {
  content: "\e59f";
}

.icon-stress-control-fl-1:before {
  content: "\e5a0";
}

.icon-swim-fl-1:before {
  content: "\e5a1";
}

.icon-beans-fl-1:before {
  content: "\e5a2";
}

.icon-banana-fl-1:before {
  content: "\e5a3";
}

.icon-soccer-fl-1:before {
  content: "\e5a4";
}

.icon-export-fl-1:before {
  content: "\e5a5";
}

.icon-passport-fl-1:before {
  content: "\e5a6";
}

.icon-bus-ln-1:before {
  content: "\e5a7";
}

.icon-square-rounded-fl-1:before {
  content: "\e5a8";
}

.icon-cart-confirmed-fl-1:before {
  content: "\e5a9";
}

.icon-next-cart-fl-1:before {
  content: "\e5aa";
}

.icon-academic-cap-ln-1:before {
  content: "\e1a6";
}

.icon-more-fl-1:before {
  content: "\e5ac";
}

.icon-more-ln-1:before {
  content: "\e5ad";
}

.icon-users-ln-1:before {
  content: "\e5ae";
}

.icon-shake-glass-ln-4:before {
  content: "\e5ab";
}

.icon-target-ln-2:before {
  content: "\e5b0";
}

.icon-check-single-ln-1:before {
  content: "\e5b1";
}

.icon-check-box-ln-1:before {
  content: "\e5b2";
}

.icon-check-box-fl-1:before {
  content: "\e5b3";
}

.icon-check-single-fl-1:before {
  content: "\e5b4";
}

.icon-cross-single-ln-1:before {
  content: "\e5b5";
}

.icon-minus-box-fl-1:before {
  content: "\e5b6";
}

.icon-delete-box-fl-1:before {
  content: "\e5b7";
}

.icon-add-box-fl-1:before {
  content: "\e5b8";
}

.icon-cart-fl-6:before {
  content: "\e5b9";
}

.icon-cart-ln-6:before {
  content: "\e5ba";
}

.icon-facebook-fl-2:before {
  content: "\e5bb";
}

.icon-facebook-fl-3:before {
  content: "\e5bc";
}

.icon-google-plus-fl-3:before {
  content: "\e5bd";
}

.icon-google-plus-fl-2:before {
  content: "\e5be";
}

.icon-instagram-fl-1:before {
  content: "\e5bf";
}

.icon-instagram-ln-1:before {
  content: "\e5c0";
}

.icon-tumbler-fl-1:before {
  content: "\e5c1";
}

.icon-tumbler-fl-2:before {
  content: "\e5c2";
}

.icon-twitter-fl-2:before {
  content: "\e5c3";
}

.icon-paypal-fl-1:before {
  content: "\e5c4";
}

.icon-paypal-fl-2:before {
  content: "\e5c5";
}

.icon-pinterest-fl-2:before {
  content: "\e5c6";
}

.icon-youtube-fl-1:before {
  content: "\e5c7";
}

.icon-youtube-fl-2:before {
  content: "\e5c8";
}

.icon-hamburger-fl-1:before {
  content: "\e5c9";
}

/* Toolkit Nav
================================================== */
#left-nav {
  display: none;
}
@media (min-width: 1000px) {
  #left-nav {
    display: block;
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media (min-width: 1320px) {
  #left-nav {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
}

#center-nav {
  width: 100%;
  float: left;
  margin-left: 0;
  margin-right: 0;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  text-align: center;
  margin-bottom: 20px;
}
@media (min-width: 737px) {
  #center-nav {
    width: 100%;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  #center-nav {
    width: 23.72881%;
    float: left;
    margin-right: 1.69492%;
    border: none;
    text-align: left;
  }
}
@media (min-width: 1320px) {
  #center-nav {
    width: 24.05063%;
    float: left;
    margin-right: 1.26582%;
  }
}

.fixed-nav {
  position: fixed !important;
  top: 0 !important;
}

nav.main-nav {
  width: 100%;
  height: 46px;
  position: absolute;
  top: 220px;
  z-index: 1000;
  background: #7ac143;
  -webkit-box-shadow: inset 0 -1px 0 #50993c, 0 1px 2px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: inset 0 -1px 0 #50993c, 0 1px 2px rgba(0, 0, 0, 0.4);
  box-shadow: inset 0 -1px 0 #50993c, 0 1px 2px rgba(0, 0, 0, 0.4);
}
@media (min-width: 737px) {
  nav.main-nav {
    margin-bottom: 10px;
    background-image: none;
    top: 200px;
  }
}

nav.side-nav ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
nav.side-nav ul li {
  border-bottom: 1px solid #eee;
}
nav.side-nav ul li.first {
  border-top: 1px solid #eee;
}
nav.side-nav ul li.top-level {
  border: 0;
  margin-bottom: 20px;
}
nav.side-nav ul li a.category {
  color: #4d4d4d;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 10px 10px 8px 10px;
  display: block;
}
nav.side-nav ul li a.category.caps {
  text-transform: uppercase;
}
nav.side-nav ul li a.category:hover, nav.side-nav ul li a.category.active {
  color: #7ac143;
}
@media (min-width: 737px) {
  nav.side-nav ul li a.category {
    font-size: 18px;
    line-height: 22px;
  }
}
nav.side-nav ul li ul {
  margin: -5px 0 5px 10px;
}
nav.side-nav ul li ul li {
  width: 100%;
  line-height: 24px;
  border: none;
}
nav.side-nav ul li ul li.first {
  margin-top: 5px;
}
nav.side-nav ul li ul li a {
  color: #4d4d4d;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;
  text-transform: none;
}
nav.side-nav ul li ul li a:hover, nav.side-nav ul li ul li a.active {
  color: #7ac143;
  font-weight: bold;
  text-decoration: underline;
}

.nav-collapse {
  margin: 0 auto;
}
.nav-collapse a:active, .nav-collapse .active a {
  color: #fff;
}
.nav-collapse ul#nav-links {
  display: none;
  margin: 14px 0 0;
  list-style: none;
  width: 340px;
  float: left;
}
.nav-collapse ul#nav-links li {
  display: inline;
  margin-right: -4px;
  border-right: 1px solid #50993c;
  padding: 16px 0 14px;
}
.nav-collapse ul#nav-links li.first {
  border-left: 1px solid #50993c;
}
.nav-collapse ul#nav-links li a {
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  padding: 16px 25px 15px;
  color: #fff;
  font-weight: bold;
}
.nav-collapse ul#nav-links li a span {
  margin-left: 0;
}
.nav-collapse ul#nav-links li a:hover, .nav-collapse ul#nav-links li a:focus {
  color: #515151;
  background-color: #fff;
}
.nav-collapse ul#nav-links ul {
  display: none;
  width: 100%;
  float: left;
  background-color: #fff;
  margin: 15px auto;
  border: 1px solid #ccc;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  text-align: center;
}
.nav-collapse ul#nav-links ul li a {
  padding: 0 30px;
  border: none;
  color: #0080ff;
}
.nav-collapse ul#nav-links ul li a:hover, .nav-collapse ul#nav-links ul li a:focus {
  color: #0080ff;
  background: none;
  border: none;
}
.nav-collapse ul#nav-links ul li a i {
  font-size: 30px;
  color: #0080ff;
}
.nav-collapse #nav-search {
  padding: 0 15px;
  border-right: 1px solid #50993c;
  height: 46px;
  margin: 0 60px;
}
.nav-collapse #nav-search input[type="text"] {
  margin-top: 9px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border: 1px solid #68ab33;
  background: url(../images/icon-search.jpg) 98% 5px no-repeat;
  background-color: #fff;
  height: 28px;
  line-height: 14px;
  padding: 0 7px;
}
.nav-collapse #nav-cart {
  border-right: 1px solid #50993c;
  width: 60px;
  float: right;
  padding: 4px;
}
.nav-collapse #nav-cart #cart-circle {
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  background-color: #68ab33;
  cursor: pointer;
  width: 38px;
  height: 38px;
  padding: 10px 0 0 11px;
  margin: 0 auto;
}
.nav-collapse #nav-cart #cart-circle i {
  color: #fff;
  font-size: 20px;
}
.nav-collapse #nav-cart #cart-circle:hover {
  background-color: #fff;
}
.nav-collapse #nav-cart #cart-circle:hover i {
  color: #515151;
}
.nav-collapse #nav-cart #cart-circle #cart-count {
  display: none;
  border-radius: 50%;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  margin: -10px 0 0 16px;
  background-color: #ff0000;
  width: 18px;
  height: 18px;
  float: right;
  position: absolute;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 12px;
}
.nav-collapse #nav-menu {
  border-right: 1px solid #50993c;
  border-left: 1px solid #50993c;
  width: 60px;
  float: left;
  cursor: pointer;
}
.nav-collapse #nav-menu #menu-icon {
  margin: 12px auto 10px;
  width: 24px;
  height: 24px;
}
.nav-collapse #nav-menu #menu-icon i {
  color: #fff;
  font-size: 24px;
}
@media (min-width: 737px) {
  .nav-collapse #nav-menu {
    width: 80px;
  }
  .nav-collapse #nav-search {
    margin: 0 80px;
    padding: 0 25px;
  }
  .nav-collapse #nav-cart {
    width: 80px;
  }
}
@media (min-width: 1000px) {
  .nav-collapse ul#nav-links {
    display: block;
  }
  .nav-collapse #nav-menu {
    display: none;
  }
  .nav-collapse #nav-search {
    margin-left: 320px;
    margin-right: 105px;
  }
  .nav-collapse #nav-cart {
    width: 105px;
  }
}

#quick-cart {
  display: none;
  width: 298px;
  border: 1px solid #ccc;
  background-color: #fff;
  padding: 20px;
  float: right;
  margin-right: 1px;
  margin-bottom: 3px;
  text-align: center;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.3);
}
#quick-cart .cart-item {
  margin-bottom: 15px;
}
#quick-cart .cart-item .item-photo {
  float: left;
  margin-right: 10px;
  width: 60px;
  height: 60px;
}
#quick-cart .cart-item .item-photo img {
  width: 100%;
}
#quick-cart .cart-item .item-desc {
  margin-top: 5px;
  text-align: left;
  font-size: 12px;
  line-height: 14px !important;
}
#quick-cart .cart-item .item-qty {
  text-align: center;
  float: right;
  margin-left: 10px;
}
#quick-cart a#btn-checkout {
  margin-bottom: 0;
}

/* Menus
================================================== */
ul.vert-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
}
ul.vert-tabs li {
  background-color: #eee;
  border-bottom: 1px solid #fff;
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
}
ul.vert-tabs li a {
  color: #515151;
  display: block;
  cursor: pointer;
}
ul.vert-tabs li:hover, ul.vert-tabs li:active, ul.vert-tabs li.active {
  background-color: #7ac143;
}
ul.vert-tabs li:hover a, ul.vert-tabs li:active a, ul.vert-tabs li.active a {
  color: #fff;
}

ul.horz-tabs {
  padding: 0;
  margin: 0;
  list-style: none;
  border-bottom: 1px solid #eee;
}
ul.horz-tabs li {
  display: inline-block;
  vertical-align: top;
  margin-right: 0;
  background-color: #eee;
  border-right: 1px solid #fff;
  transition: background-color 0.2s ease;
  -webkit-transition: background-color 0.2s ease;
  -moz-transition: background-color 0.2s ease;
  -o-transition: background-color 0.2s ease;
}
ul.horz-tabs li a {
  display: block;
  color: #515151;
  padding: 10px;
  text-align: center;
  cursor: pointer;
}
ul.horz-tabs li:hover, ul.horz-tabs li:active, ul.horz-tabs li.active {
  background-color: #7ac143;
}
ul.horz-tabs li:hover a, ul.horz-tabs li:active a, ul.horz-tabs li.active a {
  color: #fff;
}

/* Tooltips
================================================== */
.tooltip-dark {
  display: none;
  position: absolute;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 13px;
  background-color: #2e2e2e;
  border: 1px solid #2e2e2e;
  color: #fff;
}

.tooltip-light {
  display: none;
  position: absolute;
  border-radius: 3px;
  padding: 5px 10px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid #ccc;
  color: #515151;
}

#cookie_acceptance_banner_WithoutShop {
  padding: 2px 10px 4px 10px;
  background-color: #fcc77f;
  border-bottom: 1px solid #faa634;
  text-align: center;
  position: relative;
}
#cookie_acceptance_banner_WithoutShop p {
  margin: 2px;
  color: #915504;
  padding-right: 20px;
  text-align: center;
}
#cookie_acceptance_banner_WithoutShop .close-cookie {
  cursor: pointer;
  color: #915504;
  line-height: 21px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -10px;
}
#cookie_acceptance_banner_WithoutShop a {
  color: #0080ff;
}
#cookie_acceptance_banner_WithoutShop i {
  font-size: 16px;
}

fieldset {
  margin-bottom: 20px;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="number"],
input[type="tel"],
textarea,
select {
  width: 100%;
  margin: 5px 0 0 0;
  padding: 7px;
  outline: none;
  color: #515151;
  background: #eee;
  border: 1px solid #eee;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}

select {
  padding: 4px 7px;
}

select .default {
  display: none;
}

input[type="text"]:hover,
input[type="password"]:hover,
input[type="email"]:hover,
input[type="number"]:hover,
input[type="tel"]:hover,
textarea:hover,
select:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

input[type="text"][disabled],
input[type="password"][disabled],
input[type="email"][disabled],
input[type="number"][disabled],
input[type="tel"][disabled],
textarea[disabled] {
  opacity: 1.0;
  background-color: #e0e0e0;
  color: #000;
}

select[disabled] {
  background-color: #e0e0e0;
}

select[disabled]:hover {
  background-color: #e0e0e0;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
textarea:focus,
select:focus {
  border: 1px solid #f3f3f3;
  color: #515151;
  background: #f3f3f3;
}

select:focus {
  background: #eee url(../../img/dropdown-arrow.png) no-repeat right -21px;
}

textarea {
  min-height: 90px;
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

label,
legend {
  color: #2e2e2e;
  font-size: 14px;
}

select {
  background: #eee url(../../img/dropdown-arrow.png) no-repeat right 0;
  -webkit-appearance: none;
  -moz-appearance: none;
}

select:hover {
  background: #eee url(../../img/dropdown-arrow.png) no-repeat right -21px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}

input[type="radio"] {
  margin-right: 10px;
  margin-bottom: 10px;
}

input[type="checkbox"] {
  margin-bottom: 10px;
}

label span,
legend span {
  font-weight: normal;
  font-size: 14px;
  color: #515151;
}

label.requiredField:before {
  content: "*";
  color: red;
}

/* Form errors */
form input.error, .hl-form input.error {
  border: 1px solid #ffd8d8;
  background: #ffd8d8;
  margin-bottom: 2px;
}

form span.error, form div.error, .hl-form span.error, .hl-form div.error {
  color: #ff0000;
  font-size: 12px;
  margin-top: 5px;
}
form span.errMsg, form div.errMsg, .hl-form span.errMsg, .hl-form div.errMsg {
  color: #ff0000;
  font-size: 11px;
  margin-top: 5px;
  font-weight: normal;
}

/* Herbalife Custom Forms
================================================== */
.hl-form ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.hl-form ul ul.gender, .hl-form ul ul.yesno {
  width: 100%;
}
.hl-form ul ul.gender li, .hl-form ul ul.yesno li {
  width: 23.07692%;
  float: left;
}
.hl-form ul ul.gender li:nth-child(4n + 1), .hl-form ul ul.yesno li:nth-child(4n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.hl-form ul ul.gender li:nth-child(4n + 2), .hl-form ul ul.yesno li:nth-child(4n + 2) {
  margin-left: 25.64103%;
  margin-right: -100%;
  clear: none;
}
.hl-form ul ul.gender li:nth-child(4n + 3), .hl-form ul ul.yesno li:nth-child(4n + 3) {
  margin-left: 51.28205%;
  margin-right: -100%;
  clear: none;
}
.hl-form ul ul.gender li:nth-child(4n + 4), .hl-form ul ul.yesno li:nth-child(4n + 4) {
  margin-left: 76.92308%;
  margin-right: -100%;
  clear: none;
}
.hl-form ul ul.gender li input, .hl-form ul ul.yesno li input {
  margin-right: 10px;
}
.hl-form ul li {
  margin-bottom: 15px;
}
.hl-form ul li label {
  display: block;
}
.hl-form ul li input.increment, .hl-form ul li select.increment {
  width: 75%;
  margin-right: 0;
  margin-top: 6px !important;
  text-align: center;
}
.hl-form ul li input.with-icon, .hl-form ul li select.with-icon {
  width: 90%;
  margin-right: 6px;
}
.hl-form ul li input.one, .hl-form ul li select.one {
  width: 21.05263%;
  float: left;
  margin-right: 5.26316%;
}
.hl-form ul li input.two, .hl-form ul li select.two {
  width: 47.36842%;
  float: left;
  margin-right: 5.26316%;
}
.hl-form ul li input.three, .hl-form ul li select.three {
  width: 73.68421%;
  float: left;
  margin-right: 5.26316%;
}
.hl-form ul li input.last, .hl-form ul li select.last {
  margin-right: 0;
}
.hl-form ul li a {
  vertical-align: middle;
}
.hl-form ul li a.plus, .hl-form ul li a.minus {
  padding: 7px 10px 3px 10px !important;
  margin-left: 0;
  border-radius: 3px;
}
.hl-form ul li a.plus i, .hl-form ul li a.minus i {
  font-size: 13px;
}
.hl-form ul li a.btn {
  margin: 10px 10px 10px 0;
}
.hl-form ul li input[type="checkbox"] {
  margin-right: 5px;
}
.hl-form ul li ul.toggles {
  margin: 0;
  padding: 0;
  list-style: none;
}
.hl-form ul li ul.toggles li {
  margin-bottom: 20px;
  background-color: #eee;
  border: 1px solid #ccc;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
}
.hl-form ul li ul.toggles li.icon {
  padding: 10px 0 0 0;
}
.hl-form ul li ul.toggles li.icon span {
  font-size: 12px;
}
.hl-form ul li ul.toggles li.icon i {
  font-size: 24px;
}
.hl-form ul li ul.toggles li.half {
  width: 47.36842%;
  float: left;
}
.hl-form ul li ul.toggles li.half:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.hl-form ul li ul.toggles li.half:nth-child(2n + 2) {
  margin-left: 52.63158%;
  margin-right: -100%;
  clear: none;
}
.hl-form ul li ul.toggles li.full {
  width: 100%;
  float: right;
  margin-right: 0;
  margin-right: 0;
}
.hl-form ul li ul.toggles li:hover {
  background-color: #f3f3f3;
}
.hl-form ul li ul.toggles li:active, .hl-form ul li ul.toggles li.active {
  background-color: #c6eaff;
  border: 1px solid #0080ff;
  color: #0080ff;
  font-weight: bold;
}
.hl-form h4 {
  margin: 10px 0;
}
@media (min-width: 737px) {
  .hl-form h4 {
    display: block;
  }
}
.hl-form button.counter {
  margin: 5px 10px 0 0;
  float: none;
}
.hl-form button.counter i {
  font-size: 16px;
}

	/* Susy Grid Setup
    ================================================== */
	/* Global Border-Box
    ================================================== */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* Tables
================================================== */
table {
  margin-bottom: 20px;
  width: 100%;
  border-bottom: 1px solid #eee;
}

table h1, table h2, table h3, table h4, table h5, table h6 {
  margin: 0;
  padding: 0;
}

th {
  border-bottom: 1px solid #eee;
  font-weight: bold;
}

tr:nth-child(2n + 1) {
  background-color: #f3f3f3;
}
tr:hover {
  background-color: #dBf5c8 !important;
}
tr.head {
  background: none !important;
  color: #515151 !important;
}

td {
  border-bottom: 1px solid #eee;
}

td:first-child, th:first-child {
  padding-left: 10px;
}

th, td {
  vertical-align: middle;
  padding: 5px 10px;
}
th.rght, td.rght {
  text-align: right;
}
th.lft, td.lft {
  text-align: left;
}
th.center, td.center {
  text-align: center;
}
th.hide-mobile, td.hide-mobile {
  display: none;
}
@media (min-width: 737px) {
  th.hide-mobile, td.hide-mobile {
    display: table-cell;
  }
}

caption {
  background: #c6eaff;
}

/* Grid style table cell sizes */
table [class*="span"] {
  float: none;
  margin-left: 0;
  display: static;
}

table.nested {
  border-collapse: collapse;
  border-bottom: 1px solid #eee;
}
table.nested tr.header {
  display: table-row;
}
table.nested tr.header td {
  background: none;
  border: none;
  padding-left: 10;
}
table.nested tr.header td.arrow {
  line-height: 10px;
  width: 20px;
  padding-left: 10px;
  cursor: pointer;
}
table.nested tr.header:hover {
  background-color: #dBf5c8 !important;
  color: #515151;
}
table.nested tbody tr {
  display: none;
  background-color: #dBf5c8;
}
table.nested tbody tr td {
  border-bottom: 1px solid #fff;
  padding-left: 10px;
}
table.nested tbody tr td.bdr {
  border-right: 1px solid #fff;
}
table.nested tbody tr:hover {
  background-color: #7ac143 !important;
  color: #fff;
}
table.nested tr.open {
  background-color: #7ac143 !important;
  color: #fff !important;
}
table.nested tr.open a {
  color: #fff;
  font-weight: normal;
}
table.nested tr.open td {
  font-weight: bold;
}
table.nested tr.open:hover {
  background-color: #7ac143 !important;
}
table.nested tr.odd {
  background-color: #f3f3f3;
}
table.nested tr.even {
  background-color: #fff;
}

/* Responsive Tables (invoked at mobile breakpoint)
================================================== */
@media (min-width: 300px) {
  .responsive-table {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
  }
  .responsive-table thead {
    display: block;
    float: left;
  }
  .responsive-table thead tr {
    display: block;
  }
  .responsive-table tbody {
    display: block;
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
  }
  .responsive-table tbody tr {
    display: inline-block;
    border-right: 1px solid #eee;
  }
  .responsive-table td {
    width: 140px;
    display: block;
    line-height: 14px;
    border-bottom: 0;
    padding: 12px;
    border-bottom: 1px solid #ccc;
  }
  .responsive-table th {
    width: 120px;
    display: block;
    line-height: 14px;
    border-bottom: 0;
    border-right: 0;
    padding: 12px;
    border-bottom: 1px solid #eee;
    background-color: #ccc;
  }
  .responsive-table th.ext {
    padding-top: 5px;
  }
  .responsive-table th:last-child, .responsive-table td:last-child {
    border-bottom: 1px solid #eee;
  }
}
/* Table Orientation
================================================== */
.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

* html .cf {
  zoom: 1;
}

*:first-child + html .cf {
  zoom: 1;
}

/* GoHL Landing
================================================== */
#bg-image {
  background: none;
  background-color: #2e2e2e;
}
@media (min-width: 737px) {
  #bg-image {
    background: url(../images/product-line.jpg) no-repeat;
    background-position: center top;
    background-size: 100% auto;
    background-color: none;
  }
}

#overlay {
  left: 0;
  right: 0;
  padding: 30px 0;
  z-index: 9999;
  background-color: #515151;
}
@media (min-width: 737px) {
  #overlay {
    background-color: rgba(0, 0, 0, 0.4);
    padding: 50px 0;
  }
}

#start-shopping {
  background: none;
  border-radius: 3px;
  height: auto;
  width: 300px;
  margin: 0 auto;
}
@media (min-width: 737px) {
  #start-shopping {
    width: 380px;
    background-color: #fff;
  }
}
#start-shopping p.terms {
  font-size: 10px;
  line-height: 12px;
  margin-bottom: 15px !important;
}

#create-account {
  padding: 0;
  color: #fff;
  margin: 0 auto;
  text-align: center;
  width: 300px;
}
#create-account a {
  color: #fff;
  text-decoration: underline;
}
#create-account button {
  margin-bottom: 7px;
}
@media (min-width: 737px) {
  #create-account {
    padding: 20px 0;
    color: #515151;
  }
  #create-account a {
    color: #0080ff;
    font-weight: normal;
    text-decoration: none;
  }
}
#create-account h4 {
  margin: 10px 0;
  font-weight: bold;
  color: #fff;
  display: block;
}
@media (min-width: 737px) {
  #create-account h4 {
    font-weight: normal;
    color: #515151;
  }
}
#create-account p {
  margin-bottom: 10px;
}
#create-account ul li {
  width: 300px;
  float: right;
  margin-right: 0;
}
#create-account #enter-password {
  display: none;
}

#gohl-info {
  padding: 25px 0;
  background-color: #fff;
}
@media (min-width: 1320px) {
  #gohl-info {
    width: 940px;
    margin: 0 auto;
  }
}
#gohl-info .tout {
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}
@media (min-width: 737px) {
  #gohl-info .tout {
    text-align: left;
    margin-bottom: 40px;
  }
}
@media (min-width: 1000px) {
  #gohl-info .tout {
    width: 300px;
    float: left;
    margin-bottom: 0;
    text-align: center;
  }
  #gohl-info .tout:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #gohl-info .tout:nth-child(3n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
  #gohl-info .tout:nth-child(3n + 3) {
    margin-left: 640px;
    margin-right: -100%;
    clear: none;
  }
}
#gohl-info .tout i {
  font-size: 100px;
}
#gohl-info .tout i.profile {
  color: #faa634;
}
#gohl-info .tout i.cart {
  color: #f65d8c;
}
#gohl-info .tout i.shipping {
  color: #2ebfc2;
}
@media (min-width: 737px) {
  #gohl-info .tout i {
    width: 140px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1000px) {
  #gohl-info .tout i {
    float: none;
    margin: 0 auto;
  }
}
#gohl-info .tout .text {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 737px) {
  #gohl-info .tout .text {
    width: 460.0px;
    float: right;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  #gohl-info .tout .text {
    float: none;
    width: 100%;
  }
}

/* GoHL Find Member
================================================== */
#loading-member, #member-found, #member-ext {
  text-align: center;
  margin: 20px auto;
}
@media (min-width: 737px) {
  #loading-member, #member-found, #member-ext {
    margin-top: 40px;
  }
}
@media (min-width: 1000px) {
  #loading-member, #member-found, #member-ext {
    margin-top: 100px;
  }
}

#member-found {
  display: none;
}
#member-found h1 {
  margin-bottom: 0;
}

#member-ext button, #member-ext img {
  width: 100%;
}
@media (min-width: 737px) {
  #member-ext {
    margin-top: 40px !important;
    width: 620.0px;
  }
  #member-ext button {
    width: auto;
  }
  #member-ext img {
    width: 380px;
  }
}
#member-ext input#siteName {
  text-align: center;
}

#confirmationDialog {
  left: 5% !important;
}
@media (min-width: 737px) {
  #confirmationDialog {
    left: 35% !important;
  }
}

/* Login & Register Pages
================================================== */
#login .disclaimer, #register .disclaimer {
  margin: 30px auto;
  width: 100%;
  font-size: 12px;
}
#login .disclaimer p, #register .disclaimer p {
  margin-bottom: 10px;
  line-height: 14px;
}
@media (min-width: 1000px) {
  #login .disclaimer, #register .disclaimer {
    width: 940px;
  }
}
#login #box, #register #box {
  background: none;
  padding: 0;
  margin: 30px auto;
  width: 100%;
}
@media (min-width: 737px) {
  #login #box, #register #box {
    width: 380px;
    background-color: #f3f3f3;
    padding: 30px 40px;
  }
}
#login #box #box-head, #register #box #box-head {
  margin: 0 auto;
  width: 300px;
  text-align: center;
}
#login #box #box-head #ds-thumbnail, #register #box #box-head #ds-thumbnail {
  display: inline-block;
  width: 30px;
  height: 30px;
}
#login #box #box-head #ds-thumbnail img, #register #box #box-head #ds-thumbnail img {
  width: 100%;
}
#login #box #box-head h3#ds-name, #register #box #box-head h3#ds-name {
  display: inline-block;
  margin: 2px 5px;
  vertical-align: top;
}
#login #box #box-fields, #login #box #CreateAccountPage, #register #box #box-fields, #register #box #CreateAccountPage {
  width: 300px;
  margin: 0 auto;
}
#login #box #box-fields ul li.last, #login #box #CreateAccountPage ul li.last, #register #box #box-fields ul li.last, #register #box #CreateAccountPage ul li.last {
  margin-right: 0;
}
@media (min-width: 737px) {
  #login #box #box-fields input, #login #box #CreateAccountPage input, #register #box #box-fields input, #register #box #CreateAccountPage input {
    background-color: #fff;
  }
}
@media (min-width: 737px) {
  #login #box #box-fields input[type="submit"], #login #box #CreateAccountPage input[type="submit"], #register #box #box-fields input[type="submit"], #register #box #CreateAccountPage input[type="submit"] {
    background-color: #0080ff;
  }
}
#login #box #box-fields input[type="submit"]:hover, #login #box #CreateAccountPage input[type="submit"]:hover, #register #box #box-fields input[type="submit"]:hover, #register #box #CreateAccountPage input[type="submit"]:hover {
  background-color: #148aff;
}
#login #box #box-fields a#forgot-pass, #login #box #CreateAccountPage a#forgot-pass, #register #box #box-fields a#forgot-pass, #register #box #CreateAccountPage a#forgot-pass {
  float: right;
  font-size: 80%;
  margin-top: 4px;
}
#login #box #box-fields p, #login #box #CreateAccountPage p, #register #box #box-fields p, #register #box #CreateAccountPage p {
  text-align: center;
  margin: 10px;
  line-height: 14px;
}
#login #box #box-fields span.error, #login #box #CreateAccountPage span.error, #register #box #box-fields span.error, #register #box #CreateAccountPage span.error {
  display: block;
}
#login #box #box-fields #backButton, #login #box #CreateAccountPage #backButton, #register #box #box-fields #backButton, #register #box #CreateAccountPage #backButton {
  margin-bottom: 5px;
}

.field-validation-valid {
  display: none;
}

/* Category Pages
================================================== */
.product-filters {
  width: 100%;
  padding: 10px 0;
}

.pagination {
  clear: both;
  width: 100%;
  text-align: center;
  padding: 10px 10px 5px;
  background-color: #f3f3f3;
}
.pagination a {
  color: #0080ff;
  padding: 0 2px;
  vertical-align: top;
}
.pagination a.next-page {
  float: right;
}
.pagination a.prev-page {
  float: left;
}
.pagination a.inactive {
  color: #515151;
}
.pagination a:hover, .pagination a.active {
  font-weight: bolder;
  color: #515151;
}
.pagination a i {
  font-size: 14px;
}

#freeship-banner {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 6px 20px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #ff351e;
  background: #ff8e84;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGU4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjM1MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff8e84 0%, #ff351e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e84), color-stop(100%, #ff351e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8e84 0%, #ff351e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8e84 0%, #ff351e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8e84 0%, #ff351e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8e84 0%, #ff351e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e84', endColorstr='#ff351e',GradientType=0 );
  /* IE6-8 */
}
#freeship-banner h4 {
  color: #fff;
  margin: 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.product-grid {
  width: 100%;
  margin-top: 20px;
}
.product-grid .gallery-item {
  width: 140px;
  float: left;
}
.product-grid .gallery-item:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
.product-grid .gallery-item:nth-child(2n + 2) {
  margin-left: 160px;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 737px) {
  .product-grid .gallery-item {
    width: 300px;
    float: left;
  }
  .product-grid .gallery-item:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .product-grid .gallery-item:nth-child(2n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1000px) {
  .product-grid .gallery-item {
    width: 220px;
    float: left;
  }
  .product-grid .gallery-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .product-grid .gallery-item:nth-child(3n + 2) {
    margin-left: 240px;
    margin-right: -100%;
    clear: none;
  }
  .product-grid .gallery-item:nth-child(3n + 3) {
    margin-left: 480px;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1320px) {
  .product-grid .gallery-item {
    width: 300px;
    float: left;
  }
  .product-grid .gallery-item:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  .product-grid .gallery-item:nth-child(3n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
  .product-grid .gallery-item:nth-child(3n + 3) {
    margin-left: 640px;
    margin-right: -100%;
    clear: none;
  }
}
.product-grid .product-item {
  border: none;
  padding: 15px 0;
  margin-bottom: 20px;
  margin-right: 20px;
}
@media (min-width: 737px) {
  .product-grid .product-item {
    border: 1px solid #eee;
    padding: 15px;
  }
}
.product-grid .product-item .product-image {
  margin: 0 auto;
  padding: 0;
}
.product-grid .product-item .product-image img {
  width: 100%;
}
@media (min-width: 737px) {
  .product-grid .product-item .product-image {
    width: 240px;
    height: 240px;
  }
}
@media (min-width: 1000px) {
  .product-grid .product-item .product-image {
    width: 160px;
    height: 160px;
  }
}
@media (min-width: 1320px) {
  .product-grid .product-item .product-image {
    width: 240px;
    height: 240px;
  }
}
.product-grid .product-item .product-desc, .product-grid .product-item .product-desc-with-price {
  margin-top: 10px;
  font-size: 13px;
  line-height: 16px;
  text-align: center;
}
@media (min-width: 737px) {
  .product-grid .product-item .product-desc, .product-grid .product-item .product-desc-with-price {
    float: left;
    text-align: left;
    font-size: 14px;
    line-height: 18px;
  }
}
@media (min-width: 1000px) {
  .product-grid .product-item .product-desc, .product-grid .product-item .product-desc-with-price {
    font-size: 13px;
    line-height: 16px;
  }
}
@media (min-width: 1320px) {
  .product-grid .product-item .product-desc, .product-grid .product-item .product-desc-with-price {
    font-size: 14px;
    line-height: 18px;
  }
}
.product-grid .product-item .product-desc-with-price {
  width: 100%;
}
@media (min-width: 737px) {
  .product-grid .product-item .product-desc-with-price {
    width: 190px;
  }
}
@media (min-width: 1000px) {
  .product-grid .product-item .product-desc-with-price {
    width: 110px;
  }
}
@media (min-width: 1320px) {
  .product-grid .product-item .product-desc-with-price {
    width: 190px;
  }
}
.product-grid .product-item .price {
  width: 100%;
  margin-top: 0;
  text-align: center;
}
.product-grid .product-item .price a.add-to-cart {
  display: none;
}
.product-grid .product-item .price i {
  font-size: 30px;
}
.product-grid .product-item .price .amount {
  font-weight: bold;
  margin-top: 0;
  font-size: 14px;
}
@media (min-width: 737px) {
  .product-grid .product-item .price {
    width: 60px;
    float: right;
    text-align: right;
    margin-top: 10px;
  }
  .product-grid .product-item .price a.add-to-cart {
    display: block;
  }
  .product-grid .product-item .price .amount {
    margin-top: 5px;
    font-size: 14px;
  }
}

/* Product Detail Pages
================================================== */
#product-content h3 {
  text-align: center;
}
@media (min-width: 737px) {
  #product-content h3 {
    text-align: left;
  }
}
#product-content #product-photo {
  width: 300px;
  float: right;
  margin-right: 0;
  text-align: center;
  margin-bottom: 20px;
}
#product-content #product-photo img {
  width: 100%;
}
@media (min-width: 737px) {
  #product-content #product-photo {
    width: 300px;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  #product-content #product-photo {
    width: 220px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1320px) {
  #product-content #product-photo {
    width: 300px;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#product-content #product-photo #product-links {
  display: none;
}
@media (min-width: 737px) {
  #product-content #product-photo #product-links {
    display: block;
  }
}
#product-content #product-info {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #product-content #product-info {
    width: 300px;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  #product-content #product-info {
    width: 460.0px;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1320px) {
  #product-content #product-info {
    width: 620.0px;
    float: right;
    margin-right: 0;
  }
}
#product-content #product-info ul#product-tabs li {
  width: 50%;
}
#product-content #product-info #product-overview, #product-content #product-info #product-details {
  width: 100%;
  margin: 20px 0;
}
#product-content #product-info #product-details {
  display: none;
}
#product-content table#product-table {
  font-size: 12px;
  line-height: 16px;
}
@media (min-width: 737px) {
  #product-content table#product-table {
    font-size: 14px;
    line-height: 18px;
  }
}
#product-content table#product-table td {
  padding: 10px;
}
#product-content table#product-table td.price {
  font-weight: bold;
}
#product-content table#product-table input[type="text"].qty {
  width: 50px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
#product-content table#product-table a.add-to-cart {
  margin: 0;
}

/* Content Pages
================================================== */
#resources img {
  width: 100%;
}

.content.cat-view-wrap h1 {
  font-size: 23px\9;
}
@media (max-width: 660px) {
  .content.cat-view-wrap h1 {
    background-repeat: repeat;
  }
}

/* Account Pages
================================================== */
#customer-info-form, #change-password-form, #address-form {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #customer-info-form, #change-password-form, #address-form {
    width: 620.0px;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  #customer-info-form, #change-password-form, #address-form {
    width: 700px;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1320px) {
  #customer-info-form, #change-password-form, #address-form {
    width: 940px;
    float: right;
    margin-right: 0;
  }
}
#customer-info-form ul li, #change-password-form ul li, #address-form ul li {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #customer-info-form ul li, #change-password-form ul li, #address-form ul li {
    width: 300px;
    float: left;
  }
  #customer-info-form ul li:nth-child(2n + 1), #change-password-form ul li:nth-child(2n + 1), #address-form ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #customer-info-form ul li:nth-child(2n + 2), #change-password-form ul li:nth-child(2n + 2), #address-form ul li:nth-child(2n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1000px) {
  #customer-info-form ul li, #change-password-form ul li, #address-form ul li {
    width: 300px;
    float: left;
  }
  #customer-info-form ul li:nth-child(2n + 1), #change-password-form ul li:nth-child(2n + 1), #address-form ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #customer-info-form ul li:nth-child(2n + 2), #change-password-form ul li:nth-child(2n + 2), #address-form ul li:nth-child(2n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1320px) {
  #customer-info-form ul li, #change-password-form ul li, #address-form ul li {
    width: 460.0px;
    float: left;
  }
  #customer-info-form ul li:nth-child(2n + 1), #change-password-form ul li:nth-child(2n + 1), #address-form ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #customer-info-form ul li:nth-child(2n + 2), #change-password-form ul li:nth-child(2n + 2), #address-form ul li:nth-child(2n + 2) {
    margin-left: 480px;
    margin-right: -100%;
    clear: none;
  }
}
#customer-info-form ul li.message, #change-password-form ul li.message, #address-form ul li.message {
  width: 100%;
}
#customer-info-form ul li #address-name, #change-password-form ul li #address-name, #address-form ul li #address-name {
  display: none;
}
#customer-info-form h5, #change-password-form h5, #address-form h5 {
  margin-bottom: 20px;
}

#search-order ul li {
  width: 300px;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 737px) {
  #search-order ul li {
    width: 300px;
    float: left;
  }
  #search-order ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #search-order ul li:nth-child(2n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1000px) {
  #search-order ul li {
    width: 300px;
    float: left;
  }
  #search-order ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #search-order ul li:nth-child(2n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1320px) {
  #search-order ul li {
    width: 300px;
    float: left;
  }
  #search-order ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #search-order ul li:nth-child(2n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
}

a#add-address {
  margin: 10px 0;
  width: 100%;
}
@media (min-width: 737px) {
  a#add-address {
    width: auto;
    float: right;
  }
}

table#address-table, table#order-table {
  width: 100%;
  margin-top: 15px;
}

/*-----------------------------------Account Register ------------------------*/
.terms-and-conditions {
  margin-bottom: 20px;
}
.terms-and-conditions input {
  margin-right: 5px;
}
.terms-and-conditions label {
  font-weight: bold;
}
.terms-and-conditions textarea {
  height: 200px;
  margin-bottom: 10px;
}

#TermsAndConditionHeader {
  font-size: 14px;
  font-weight: bold;
}

.advisory-Msg {
  background-color: #fff2de;
  border: 1px solid #faa634;
  padding: 5px;
}

/* Contact Us Page
================================================== */
#ds-profile {
  margin-top: 20px;
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #ds-profile {
    margin-top: 0;
  }
}
#ds-profile #ds-photo {
  width: 300px;
  float: right;
  margin-right: 0;
}
#ds-profile #ds-photo img {
  width: 100%;
}
#ds-profile #ds-info {
  width: 300px;
  float: right;
  margin-right: 0;
}
#ds-profile #ds-info ul.social-icons {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ds-profile #ds-info ul.social-icons li {
  display: inline;
  list-style: none;
  list-style-type: none;
  margin: 0 6px 0 0;
}
#ds-profile #ds-info ul.social-icons li a img {
  width: 24px;
}
#ds-profile #ds-info #ds-comments {
  margin: 10px 0;
}
#ds-profile #ds-info #ds-story {
  margin: 10px 0;
}

#contact-form {
  width: 300px;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#contact-form h3 {
  margin-top: 0;
  color: #515151;
  font-size: 28px;
  font-weight: bold;
  margin: 0 0 20px;
  padding: 0;
}
@media (min-width: 1000px) {
  #contact-form {
    width: 620.0px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1320px) {
  #contact-form {
    width: 940px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1320px) {
  #contact-form.thanks {
    width: 940px;
    float: left;
    margin-right: 20px;
    margin-bottom: 150px;
  }
}
@media (min-width: 1000px) {
  #contact-form.thanks {
    margin-bottom: 150px;
  }
}
#contact-form p {
  font-size: 14px;
  color: #4d4d4d;
  line-height: 20px;
  margin: 0 0 20px;
}
#contact-form ul li {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 1000px) {
  #contact-form ul li {
    width: 300px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1320px) {
  #contact-form ul li {
    width: 380px;
    float: left;
    margin-right: 20px;
  }
}
#contact-form ul li.message {
  width: 100%;
}

div#contact-form {
  border: 1px solid #ccc;
  padding: 100px 60px;
}
div#contact-form h3 {
  color: #5ab11a;
}

/* Checkout Pages
================================================== */
#place-order-content, #order-details {
  margin-top: 10px !important;
  margin-bottom: 20px !important;
}

#place-order-subtotal {
  display: none;
}
@media (min-width: 1000px) {
  #place-order-subtotal {
    display: block;
  }
}

.subtotals {
  float: right;
  margin: 15px 10px;
  text-align: right;
  line-height: 24px;
}
.subtotals #btn-place-order-btm {
  margin-top: 15px;
}

.grand-total {
  font-weight: bold;
  font-size: 18px;
}

#checkout-left {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #checkout-left {
    width: 620.0px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1320px) {
  #checkout-left {
    width: 940px;
    float: left;
    margin-right: 20px;
  }
}
#checkout-left h4 {
  margin-top: 0;
  float: left;
  margin-right: 15px;
}
#checkout-left #shopping-cart table#cart-table {
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 0;
}
@media (min-width: 737px) {
  #checkout-left #shopping-cart table#cart-table {
    font-size: 14px;
    line-height: 18px;
  }
}
#checkout-left #shopping-cart table#cart-table td {
  padding: 10px;
}
#checkout-left #shopping-cart table#cart-table input[type="text"].qty {
  width: 30px;
  height: 25px;
  margin: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  text-align: center;
}
#checkout-left #shopping-cart a#btn-update {
  float: right;
  margin-top: 10px;
}
#checkout-left #shopping-cart #coupon-code {
  width: 300px;
  float: left;
  margin-left: 0;
  margin-right: 0;
  margin-top: 20px;
  padding: 20px;
  border: 1px solid #eee;
}
#checkout-left #shopping-cart #coupon-code input {
  margin-bottom: 10px;
}
#checkout-left #shipping-details #shipping-form {
  width: 300px;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 737px) {
  #checkout-left #shipping-details #shipping-form {
    width: 620.0px;
    float: left;
    margin-right: 20px;
  }
}
#checkout-left #shipping-details #shipping-form ul li {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #checkout-left #shipping-details #shipping-form ul li {
    width: 300px;
    float: left;
  }
  #checkout-left #shipping-details #shipping-form ul li:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #checkout-left #shipping-details #shipping-form ul li:nth-child(2n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
}
#checkout-left #shipping-details .shipping-info p {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #checkout-left #shipping-details .shipping-info p {
    width: 300px;
    float: left;
  }
  #checkout-left #shipping-details .shipping-info p:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #checkout-left #shipping-details .shipping-info p:nth-child(2n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1000px) {
  #checkout-left #shipping-details .shipping-info p {
    width: 300px;
    float: left;
  }
  #checkout-left #shipping-details .shipping-info p:nth-child(2n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #checkout-left #shipping-details .shipping-info p:nth-child(2n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
}
@media (min-width: 1320px) {
  #checkout-left #shipping-details .shipping-info p {
    width: 300px;
    float: left;
  }
  #checkout-left #shipping-details .shipping-info p:nth-child(3n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #checkout-left #shipping-details .shipping-info p:nth-child(3n + 2) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
  #checkout-left #shipping-details .shipping-info p:nth-child(3n + 3) {
    margin-left: 640px;
    margin-right: -100%;
    clear: none;
  }
}
#checkout-left #payment-details #payment-type {
  width: 300px;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 737px) {
  #checkout-left #payment-details #payment-type {
    width: 620.0px;
    float: left;
    margin-right: 20px;
  }
}
#checkout-left #payment-details #payment-type .type {
  width: 140px;
  float: left;
}
#checkout-left #payment-details #payment-type .type:nth-child(2n + 1) {
  margin-left: 0;
  margin-right: -100%;
  clear: both;
  margin-left: 0;
}
#checkout-left #payment-details #payment-type .type:nth-child(2n + 2) {
  margin-left: 160px;
  margin-right: -100%;
  clear: none;
}
@media (min-width: 737px) {
  #checkout-left #payment-details #payment-type .type {
    width: 140px;
    float: left;
  }
  #checkout-left #payment-details #payment-type .type:nth-child(4n + 1) {
    margin-left: 0;
    margin-right: -100%;
    clear: both;
    margin-left: 0;
  }
  #checkout-left #payment-details #payment-type .type:nth-child(4n + 2) {
    margin-left: 160px;
    margin-right: -100%;
    clear: none;
  }
  #checkout-left #payment-details #payment-type .type:nth-child(4n + 3) {
    margin-left: 320px;
    margin-right: -100%;
    clear: none;
  }
  #checkout-left #payment-details #payment-type .type:nth-child(4n + 4) {
    margin-left: 480px;
    margin-right: -100%;
    clear: none;
  }
}
#checkout-left #payment-details #payment-type .type input[type="radio"] {
  margin-left: 5px;
}
#checkout-left #payment-details #payment-type .type img {
  vertical-align: middle;
}
#checkout-left #payment-details #cc-payment, #checkout-left #payment-details #pp-payment, #checkout-left #payment-details #other-payment {
  margin-top: 20px;
}
#checkout-left #payment-details #cc-payment img, #checkout-left #payment-details #pp-payment img, #checkout-left #payment-details #other-payment img {
  vertical-align: middle;
}
#checkout-left #payment-details #cc-payment #pp-message, #checkout-left #payment-details #cc-payment #pp-type, #checkout-left #payment-details #cc-payment #pp-button, #checkout-left #payment-details #pp-payment #pp-message, #checkout-left #payment-details #pp-payment #pp-type, #checkout-left #payment-details #pp-payment #pp-button, #checkout-left #payment-details #other-payment #pp-message, #checkout-left #payment-details #other-payment #pp-type, #checkout-left #payment-details #other-payment #pp-button {
  margin-bottom: 15px;
  text-align: left;
}
#checkout-left #payment-details #cc-payment #pp-type, #checkout-left #payment-details #pp-payment #pp-type, #checkout-left #payment-details #other-payment #pp-type {
  margin-left: 15px;
}
#checkout-left #payment-details #pp-payment, #checkout-left #payment-details #other-payment {
  display: none;
}
#checkout-left #payment-details #credit-card-form h5, #checkout-left #payment-details #billing-address-form h5 {
  margin-top: 20px;
}
#checkout-left #payment-details #credit-card-form ul li, #checkout-left #payment-details #billing-address-form ul li {
  width: 300px;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
#checkout-left #payment-details #credit-card-form #cvv-help, #checkout-left #payment-details #billing-address-form #cvv-help {
  display: none;
  clear: both;
  padding-top: 15px;
  text-align: center;
}
#checkout-left #payment-details #billing-address-form {
  margin-right: 0;
}

#pp-payment {
  margin-top: 20px;
}
#pp-payment img {
  vertical-align: middle;
}
#pp-payment #pp-message, #pp-payment #pp-type, #pp-payment #pp-button {
  margin-bottom: 15px;
  text-align: left;
}
#pp-payment #pp-type {
  margin-left: 15px;
}

#checkout-right {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #checkout-right {
    width: 620.0px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1000px) {
  #checkout-right {
    width: 300px;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1320px) {
  #checkout-right {
    width: 300px;
    float: left;
    margin-left: 0;
    margin-right: 0;
  }
}
#checkout-right #next-step {
  border: 1px solid #faa634;
  background-color: #fff2de;
  padding: 20px;
  text-align: center;
}
#checkout-right #next-step h4 {
  margin-top: 0;
}
#checkout-right #order-summary {
  margin-bottom: 15px;
  line-height: 24px;
}
#checkout-right #order-summary h5 {
  margin: 0 0 15px;
  text-align: left;
}
#checkout-right #order-summary .list {
  float: left;
  text-align: left;
}
#checkout-right #order-summary .cost {
  float: right;
  text-align: right;
}

.policy {
  margin-top: 30px;
  font-size: 12px;
  padding: 0;
}
.policy p {
  line-height: 14px;
}
.policy p.last {
  margin-bottom: 0;
}
@media (min-width: 1000px) {
  .policy {
    background-color: #f3f3f3;
    padding: 20px;
  }
}

.credit-card-info #icon-cvv {
  color: #0080ff;
  font-weight: normal;
}
.credit-card-info #cvv-help {
  clear: both;
  display: none;
  padding-top: 15px;
  text-align: center;
}
.credit-card-info #cvv-help img {
  vertical-align: middle;
}
.credit-card-info #cvv-help p {
  font-size: 11px;
  line-height: 12px;
  margin: 0;
  text-align: center;
}

/* Order Cancellation
================================================== */
#cancel-order {
  width: 300px;
  float: left;
  margin-left: 0;
  margin-right: 0;
}
@media (min-width: 737px) {
  #cancel-order {
    width: 620.0px;
    float: left;
    margin-right: 20px;
  }
}
@media (min-width: 1320px) {
  #cancel-order {
    width: 940px;
    float: left;
    margin-right: 20px;
  }
}
#cancel-order #cancel-form {
  width: 100%;
}
#cancel-order #cancel-form ul li {
  width: 100%;
}

#cancel-content {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #cancel-content {
    width: 620.0px;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  #cancel-content {
    width: 300px;
    float: right;
    margin-right: 0;
  }
}

/* Banner Mix-Ins
================================================== */
/* DS Custom Banner
================================================== */
#ds-banner {
  width: 300px;
  float: right;
  margin-right: 0;
  min-height: 70px;
  overflow: hidden;
}
#ds-banner.max-h {
  max-height: 70px;
}
@media (min-width: 1000px) {
  #ds-banner {
    width: 460.0px;
    float: left;
    margin-right: 20px;
    margin-right: 0;
    min-height: 100px;
  }
  #ds-banner.max-h {
    min-height: 110px;
  }
}
#ds-banner .chooseBanner {
  font-weight: bold;
  min-height: 70px;
  max-width: 460px;
  text-align: left;
}
@media (min-width: 1000px) {
  #ds-banner .chooseBanner {
    min-height: 110px;
  }
}
#ds-banner .chooseBanner div {
  line-height: 16px;
  word-wrap: break-word;
}
@media (min-width: 1000px) {
  #ds-banner .chooseBanner div {
    line-height: 26px;
  }
}
#ds-banner .chooseBanner .secondary div {
  line-height: 14px;
}
@media (min-width: 1000px) {
  #ds-banner .chooseBanner .secondary div {
    margin-top: 5px;
  }
}
#ds-banner .chooseBanner .banner-text, #ds-banner .chooseBanner .chooseBanner.customized {
  width: 55%;
  padding-top: 10px;
  text-align: center;
}
@media (min-width: 1000px) {
  #ds-banner .chooseBanner .banner-text, #ds-banner .chooseBanner .chooseBanner.customized {
    width: 50%;
  }
}
#ds-banner .chooseBanner .banner-text .primary, #ds-banner .chooseBanner .chooseBanner.customized .primary {
  font-size: 14px;
  font-weight: bold;
  line-height: 16px;
  padding-left: 7px;
}
@media (min-width: 1000px) {
  #ds-banner .chooseBanner .banner-text .primary, #ds-banner .chooseBanner .chooseBanner.customized .primary {
    font-size: 24px;
  }
}
#ds-banner .chooseBanner .banner-text .secondary, #ds-banner .chooseBanner .chooseBanner.customized .secondary {
  font-size: 12px;
  font-weight: normal;
}
@media (min-width: 1000px) {
  #ds-banner .chooseBanner .banner-text .secondary, #ds-banner .chooseBanner .chooseBanner.customized .secondary {
    font-size: 24px;
  }
}
#ds-banner .chooseBanner.customized .banner-text, #ds-banner .chooseBanner.customized .chooseBanner.customized {
  width: 100%;
  padding: 0;
}
#ds-banner .chooseBanner.customized .banner-text .primary, #ds-banner .chooseBanner.customized .chooseBanner.customized .primary {
  padding: 0;
}
#ds-banner .chooseBanner.customized .banner-text .secondary, #ds-banner .chooseBanner.customized .chooseBanner.customized .secondary {
  font-weight: normal;
}
@media (min-width: 1000px) {
  #ds-banner .chooseBanner.customized .banner-text .secondary, #ds-banner .chooseBanner.customized .chooseBanner.customized .secondary {
    font-weight: bold;
  }
}
#ds-banner.promoGiftBanner {
  overflow: visible;
}
#ds-banner.promoGiftBanner .chooseBanner {
  max-width: 300px;
}
@media (min-width: 1000px) {
  #ds-banner.promoGiftBanner .chooseBanner {
    max-width: 460px;
  }
}
#ds-banner.promoGiftBanner .chooseBanner .banner-text, #ds-banner.promoGiftBanner .chooseBanner .chooseBanner.customized {
  padding-top: 0;
  height: 70px;
  position: relative;
  width: 60%;
}
@media (min-width: 1000px) {
  #ds-banner.promoGiftBanner .chooseBanner .banner-text, #ds-banner.promoGiftBanner .chooseBanner .chooseBanner.customized {
    height: 110px;
    padding-top: 10px;
  }
}
#ds-banner.promoGiftBanner .chooseBanner .date {
  bottom: 0;
  color: white;
  font-size: 11px;
  left: 5px;
  position: absolute;
  text-shadow: 0 0 3px #000;
  width: 215px;
}
@media (min-width: 737px) {
  #ds-banner.promoGiftBanner .chooseBanner .date {
    text-shadow: 0 0 3px #fff;
    width: auto;
  }
}
#ds-banner .bannerThemeOrange {
  background-color: #fff2df;
  border: 1px solid #ffa63a;
  color: #ffa63a;
  padding-top: 4px;
  text-align: center;
}
#ds-banner .bannerThemeOrange div {
  width: 100%;
}
#ds-banner .bannerThemePink {
  background-color: #ffecf2;
  border: 1px solid #ff5b8a;
  color: #ff5b8a;
  text-align: center;
  padding-top: 4px;
}
#ds-banner .bannerThemePink div {
  width: 100%;
}
#ds-banner .bannerThemeBlue {
  background-color: #c1eaff;
  border: 1px solid #007efd;
  color: #007efd;
  padding-top: 4px;
  text-align: center;
}
#ds-banner .bannerThemeBlue div {
  width: 100%;
}
#ds-banner .bannerTextGreen {
  color: #7AC143;
  width: 267px\9;
  word-wrap: break-word;
}
#ds-banner .bannerTextPink {
  color: #ff5b8a;
  width: 267px\9;
  word-wrap: break-word;
}
#ds-banner .bannerTextWhite {
  color: #fff;
  width: 267px\9;
  word-wrap: break-word;
}
#ds-banner .bannerTextBrown {
  color: #a73725;
  width: 267px\9;
  word-wrap: break-word;
}
#ds-banner .bannerTextPurple {
  color: #554a8b;
  width: 267px\9;
  word-wrap: break-word;
}
#ds-banner .bannerGray {
  color: #515151;
  width: 267px\9;
  word-wrap: break-word;
}
#ds-banner .bannerFontArial {
  font-family: 'Arial';
}
#ds-banner .bannerFontProximaNova {
  font-family: 'Proxima Nova';
}
#ds-banner .bannerFontHelvetica {
  font-family: 'Helvetica Neue LT Std';
}
#ds-banner .bannerFontClearGothic {
  font-family: 'Clear Gothic';
}
#ds-banner .bannerFontSize24 {
  font-size: 14px;
}
@media (min-width: 1000px) {
  #ds-banner .bannerFontSize24 {
    font-size: 24px;
  }
}
#ds-banner .bannerFontSize20 {
  font-size: 14px;
}
@media (min-width: 1000px) {
  #ds-banner .bannerFontSize20 {
    font-size: 20px;
  }
}
#ds-banner .bannerFontSize18 {
  font-size: 14px;
}
@media (min-width: 1000px) {
  #ds-banner .bannerFontSize18 {
    font-size: 18px;
  }
}
#ds-banner .bannerFontSize16 {
  font-size: 14px;
}
@media (min-width: 1000px) {
  #ds-banner .bannerFontSize16 {
    font-size: 16px;
  }
}
#ds-banner .bannerFontSize14 {
  font-size: 14px;
}
#ds-banner .bannerFontSize12 {
  font-size: 12px;
}

/* Free Shipping
================================================== */
#bnr-freeshipping {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
  padding: 6px 20px;
  background: #ff8e84;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmOGU4NCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjM1MWUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ff8e84 0%, #ff351e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ff8e84), color-stop(100%, #ff351e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ff8e84 0%, #ff351e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ff8e84 0%, #ff351e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ff8e84 0%, #ff351e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ff8e84 0%, #ff351e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8e84', endColorstr='#ff351e',GradientType=0 );
  /* IE6-8 */
}
#bnr-freeshipping h4 {
  color: #fff;
  margin: 0;
  text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.5);
}

.promo-period {
  bottom: 0;
  color: white;
  font-size: 12px;
  left: 5px;
  position: absolute;
  text-shadow: 0 0 7px black;
}
@media (min-width: 1000px) {
  .promo-period {
    text-shadow: 0 0 7px white;
  }
}

.carousel-custom.ts-arrow-1-left, .carousel-custom.ts-arrow-1-right {
  font-size: 22px;
  height: 25px;
  top: 25px;
  width: 20px;
}
@media (min-width: 1000px) {
  .carousel-custom.ts-arrow-1-left, .carousel-custom.ts-arrow-1-right {
    top: 45px;
  }
}
.carousel-custom.ts-arrow-1-left i, .carousel-custom.ts-arrow-1-right i {
  display: inline-block;
  margin-top: 4px;
}
.carousel-custom.ts-arrow-1-right i {
  margin-left: 4px;
}

/* 404 Error Page
================================================== */
#error-page {
  padding-top: 50px;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

/* Slider */
.slick-list {
  margin-left: 15px;
}
.slick-loading .slick-list {
  background: #fff url('/img/ajax-loader.gif?1463163422') center center no-repeat;
}

/* Icons */
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 30px;
  width: 30px;
  line-height: 0px;
  cursor: pointer;
  background: #ccc;
  color: #fff;
  margin-top: -50px;
  top: 50%;
  border-radius: 50%;
  border: 1px solid #ccc;
  outline: none;
  font-size: 16px;
}
@media (min-width: 737px) {
  .slick-prev,
  .slick-next {
    height: 50px;
    width: 50px;
    margin-top: -40px;
    font-size: 24px;
  }
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before, .slick-next:before {
  font-family: "Proxima Nova", "Oxygen", sans-serif;
  font-size: 20px;
  line-height: 1;
  color: #515151;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: 0;
  padding: 4px 0 0;
}
@media (min-width: 737px) {
  .slick-prev {
    padding: 4px 1px 0 0;
  }
}
[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}
.slick-prev:before {
  content: "";
}
[dir="rtl"] .slick-prev:before {
  content: "";
}

.slick-next {
  right: 0;
  padding: 3px 0 0 4px;
}
@media (min-width: 737px) {
  .slick-next {
    padding: 5px 0 0 7px;
  }
}
[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}
.slick-next:before {
  content: "";
}
[dir="rtl"] .slick-next:before {
  content: "";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  width: 100%;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "Proxima Nova", "Oxygen", sans-serif;
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* -----------------------------------
 * Slidebars
 * Version 0..10
 * http://plugins.adchsm.me/slidebars/
 *
 * Written by Adam Smith
 * http://www.adchsm.me/
 *
 * Released under MIT License
 * http://plugins.adchsm.me/slidebars/license.txt
 *
 * -------------------
 * Slidebars CSS Index
 *
 * 001 - Box Model, Html & Body
 * 002 - Site
 * 003 - Slidebars
 * 004 - Animation
 * 005 - Helper Classes
 *
 * ----------------------------
 * 001 - Box Model, Html & Body
 */
#sb-site, .sb-site-container, .sb-slidebar {
  /* Set box model to prevent any user added margins or paddings from altering the widths or heights. */
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html.sb-scroll-lock.sb-active:not(.sb-static) {
  overflow: hidden;
  /* Prevent site from scrolling when a Slidebar is open, except when static Slidebars are only available. */
}

/* ----------
 * 002 - Site
 */
#sb-site, .sb-site-container {
  /* You may now use class .sb-site-container instead of #sb-site and use your own id. However please make sure you don't set any of the following styles any differently on your id. */
  width: 100%;
  position: relative;
  z-index: 1;
  /* Site sits above Slidebars */
  background-color: #fff;
  /* Default background colour, overwrite this with your own css. I suggest moving your html or body background styling here. Making this transparent will allow the Slidebars beneath to be visible. */
}

#sb-site {
  background: none;
}

/* ---------------
 * 003 - Slidebars
 */
.sb-slidebar {
  height: 100%;
  overflow-y: auto;
  /* Enable vertical scrolling on Slidebars when needed. */
  position: fixed;
  top: 0;
  z-index: 0;
  /* Slidebars sit behind sb-site. */
  display: none;
  /* Initially hide the Slidebars. Changed from visibility to display to allow -webkit-overflow-scrolling. */
  background-color: #fff;
  /* Default Slidebars background colour, overwrite this with your own css. */
  -webkit-transform: translate(0px);
  /* Fixes issues with translated and z-indexed elements on iOS 7. */
  border-right: 1px solid #ccc;
  padding: 10px 0 0 20px;
}

.sb-left {
  left: 0;
  /* Set Slidebar to the left. */
}

.sb-right {
  right: 0;
  /* Set Slidebar to the right. */
}

html.sb-static .sb-slidebar,
.sb-slidebar.sb-static {
  position: absolute;
  /* Makes Slidebars scroll naturally with the site, and unfixes them for Android Browser < 3 and iOS < 5. */
}

.sb-slidebar.sb-active {
  display: block;
  /* Makes Slidebars visibile when open. Changed from visibility to display to allow -webkit-overflow-scrolling. */
}

.sb-style-overlay {
  z-index: 9999;
  /* Set z-index high to ensure it overlays any other site elements. */
}

.sb-momentum-scrolling {
  -webkit-overflow-scrolling: touch;
  /* Adds native momentum scrolling for iOS & Android devices. */
}

/* Slidebar widths for browsers/devices that don't support media queries. */
.sb-slidebar {
  width: 220px;
}

.sb-width-thin {
  width: 15%;
}

.sb-width-wide {
  width: 30%;
}

/* ---------------
 * 004 - Animation
 */
.sb-slide, #sb-site, .sb-site-container, .sb-slidebar {
  -webkit-transition: -webkit-transform 400ms ease;
  -moz-transition: -moz-transform 400ms ease;
  -o-transition: -o-transform 400ms ease;
  transition: transform 400ms ease;
  -webkit-transition-property: -webkit-transform, left, right;
  /* Add left/right for Android < 4.4. */
  -webkit-backface-visibility: hidden;
  /* Prevents flickering. This is non essential, and you may remove it if your having problems with fixed background images in Chrome. */
}

/* --------------------
 * 005 - Helper Classes
 */
.sb-hide {
  display: none;
  /* Optionally applied to control classes when Slidebars is disabled over a certain width. */
}

.introjs-overlay {
  position: absolute;
  z-index: 999999;
  background-color: #000;
  opacity: 0;
  background: -moz-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.7) 100%);
  background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, rgba(0, 0, 0, 0.7)), color-stop(100%, rgba(0, 0, 0, 0.9)));
  background: -webkit-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.7) 100%);
  background: -o-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.7) 100%);
  background: -ms-radial-gradient(center, ellipse cover, rgba(0, 0, 0, 0.2) 0, rgba(0, 0, 0, 0.7) 100%);
  background: radial-gradient(ellipse cover at center, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.7) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#66000000',endColorstr='#e6000000',GradientType=1);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-fixParent {
  z-index: auto !important;
  opacity: 1.0 !important;
}

.introjs-showElement {
  z-index: 9999999 !important;
}

.introjs-relativePosition {
  position: relative;
}

.introjs-helperLayer {
  position: absolute;
  z-index: 9999998;
  background-color: #FFF;
  /*background-color: rgba(255,255,255,.9);*/
  border: 1px solid #777;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.introjs-helperNumberLayer {
  position: absolute;
  top: -25px;
  z-index: 9999999999 !important;
  padding: 2px;
  font-family: Arial, verdana, tahoma;
  font-size: 13px;
  font-weight: bold;
  color: white;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  background: #008ecf;
  /* Old browsers */
  background: -webkit-linear-gradient(top, #008ecf 0%, #008eff 100%);
  /* Chrome10+,Safari5.1+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #008ecf), color-stop(100%, #008eff));
  /* Chrome,Safari4+ */
  background: -moz-linear-gradient(top, #008ecf 0%, #008eff 100%);
  /* FF3.6+ */
  background: -ms-linear-gradient(top, #008ecf 0%, #008eff 100%);
  /* IE10+ */
  background: -o-linear-gradient(top, #008ecf 0%, #008eff 100%);
  /* Opera 11.10+ */
  background: linear-gradient(to bottom, #008ecf 0%, #008eff 100%);
  /* W3C */
  width: 20px;
  height: 20px;
  line-height: 20px;
  border: 3px solid white;
  border-radius: 50%;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#008ecf', endColorstr='#008eff', GradientType=0);
  /* IE6-9 */
  filter: progid:DXImageTransform.Microsoft.Shadow(direction=135, strength=2, color=ff0000);
  /* IE10 text shadows */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
  margin-left: 15px;
}

.introjs-arrow {
  border: 5px solid white;
  content: '';
  position: absolute;
}

.introjs-arrow.top {
  top: -10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: white;
  border-left-color: transparent;
}

.introjs-arrow.top-right {
  border-color: transparent transparent white;
  right: 10px;
  top: -10px;
}

.introjs-arrow.right {
  right: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: white;
}

.introjs-arrow.bottom {
  bottom: -10px;
  right: 10px;
  border-top-color: white;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-arrow.left {
  left: -10px;
  top: 10px;
  border-top-color: transparent;
  border-right-color: white;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.introjs-tooltip {
  position: absolute;
  margin-top: 10px;
  padding: 10px;
  background-color: white;
  min-width: 225px;
  max-width: 350px;
  margin-left: 20px;
  border-radius: 3px;
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.4);
  -webkit-transition: opacity 0.1s ease-out;
  -moz-transition: opacity 0.1s ease-out;
  -ms-transition: opacity 0.1s ease-out;
  -o-transition: opacity 0.1s ease-out;
  transition: opacity 0.1s ease-out;
}

.introjs-tooltip h4 {
  margin: 5px 0;
}

.introjs-tooltipbuttons {
  text-align: right;
}

/* Core */
.introjs-button, .introjs-prevbutton, .introjs-nextbutton, .introjs-continuebutton {
  margin-top: 10px;
  display: inline-block;
  position: relative;
  padding: 8px 10px 6px;
  color: #555;
  line-height: 14px;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
  text-align: center;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  cursor: pointer;
  background-color: #ccc;
  /* Old browsers */
  background-image: -moz-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  /* FF3.6+ */
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0f0), color-stop(100%, #e6e6e6));
  /* Chrome,Safari4+ */
  background-image: -webkit-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  /* Chrome10+,Safari5.1+ */
  background-image: -o-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  /* Opera 11.10+ */
  background-image: -ms-linear-gradient(top, #f0f0f0 0%, #e6e6e6 100%);
  /* IE10+ */
  background-image: linear-gradient(to bottom, #f0f0f0 0%, #e6e6e6 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0f0f0', endColorstr='#e6e6e6',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
}

a.introjs-button, a.introjs-prevbutton, a.introjs-nextbutton, a.introjs-continuebutton {
  color: #515151;
}

/* Hover state */
.introjs-button:hover, .introjs-prevbutton:hover, .introjs-nextbutton:hover, .introjs-continuebutton:hover {
  color: #515151;
  text-decoration: none;
  background-color: #e3e3e3;
  background-position: 0 -15px;
  border: 1px solid #ddd;
  border-bottom-color: #ccc;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Active state */
.introjs-button.active, .introjs-button:active, .introjs-prevbutton.active, .introjs-prevbutton:active {
  color: rgba(0, 0, 0, 0.5);
  outline: 0;
  background-image: none;
  background-color: #ccc;
  top: 1px;
  -webkit-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}

/* Set text color
// ------------------------- */
.introjs-nextbutton,
.introjs-nextbutton:hover,
.introjs-continuebutton,
.introjs-continuebutton:hover {
  color: #FFF !important;
  border: 1px solid #599441;
  text-shadow: 0 0 1px #69b93a;
}

.introjs-nextbutton, .introjs-continuebutton {
  border: 1px solid #7AC143;
}

/* Set the backgrounds
// ------------------------- */
.introjs-nextbutton, .introjs-continuebutton {
  background: #7AC143;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7AC143', endColorstr='#7AC143',GradientType=0 );
  /* Old browsers */
}

.introjs-nextbutton:hover,
.introjs-nextbutton:active,
.introjs-nextbutton.active,
.introjs-continuebutton:hover,
.introjs-continuebutton:active,
.introjs-continuebutton.active {
  background-color: #69b93a;
  background: -moz-linear-gradient(top, #8ac94c 5%, #69b93a 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #8ac94c), color-stop(1, #69b93a));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #8ac94c 5%, #69b93a 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #8ac94c 5%, #69b93a 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #8ac94c 5%, #69b93a 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #8ac94c 5%, #69b93a 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8ac94c', endColorstr='#69b93a',GradientType=0 );
  /* IE6-9 */
  background-repeat: no-repeat;
}

.introjs-nextbutton:active,
.introjs-nextbutton.active,
.introjs-continuebutton:active,
.introjs-continuebutton.active {
  background-color: #69b93a;
}

.introjs-prevbutton {
  margin-right: 2px;
}

.introjs-skipbutton {
  float: left;
}

.introjs-disabled, .introjs-disabled:hover, .introjs-disabled:focus {
  cursor: default;
  background-image: none;
  background-color: #ccc;
  color: rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}

a.introjs-disabled, a.introjs-disabled:hover, a.introjs-disabled:focus {
  color: #666 !important;
}

.introjs-nextbutton.introjs-disabled, .introjs-continuebutton.introjs-disabled, .introjs-prevbutton.introjs-disabled {
  display: none;
}

/* .introjs-nextbutton.introjs-disabled, .introjs-continuebutton.introjs-disabled, .introjs-prevbutton.introjs-disabled { position:absolute; top:-999999px;left:-999999px; } Breaks first step in Safari */
.introjs-continuebutton {
  float: right;
}

.introjs-bullets {
  text-align: center;
}

.introjs-bullets ul {
  clear: both;
  margin: 15px auto 0;
  padding: 0;
  display: inline-block;
}

.introjs-bullets ul li {
  list-style: none;
  float: left;
  margin: 0 2px;
}

.introjs-bullets ul li a {
  display: block;
  width: 6px;
  height: 6px;
  background: #ccc;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  text-decoration: none;
}

.introjs-bullets ul li a:hover {
  background: #999;
}

.introjs-bullets ul li a.active {
  background: #999;
}

/* Global Styles
================================================== */
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
}
* *, * *:before, * *:after,
*:before *,
*:before *:before,
*:before *:after,
*:after *,
*:after *:before,
*:after *:after {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background: #fff;
  line-height: 20px;
  font-family: Arial,Helvetica,sans-serif;
  color: #4d4d4d;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  min-height: 100%;
  position: relative;
  /* Required for static Slidebars to function properly. */
}

.wrapper {
  min-height: 100%;
  position: relative;
}

.container, .nav-collapse, #login, #register, #place-order-content, #order-details, #error-page, #ds-subheader, #content {
  margin: 0 auto;
  overflow: hidden;
  display: block;
  background: none;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.container:after, .nav-collapse:after, #login:after, #register:after, #place-order-content:after, #order-details:after, #error-page:after, #ds-subheader:after, #content:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 737px) {
  .container, .nav-collapse, #login, #register, #place-order-content, #order-details, #error-page, #ds-subheader, #content {
    width: 620.0px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after, .nav-collapse:after, #login:after, #register:after, #place-order-content:after, #order-details:after, #error-page:after, #ds-subheader:after, #content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1000px) {
  .container, .nav-collapse, #login, #register, #place-order-content, #order-details, #error-page, #ds-subheader, #content {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after, .nav-collapse:after, #login:after, #register:after, #place-order-content:after, #order-details:after, #error-page:after, #ds-subheader:after, #content:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1320px) {
  .container, .nav-collapse, #login, #register, #place-order-content, #order-details, #error-page, #ds-subheader, #content {
    width: 1260px;
    margin-left: auto;
    margin-right: auto;
  }
  .container:after, .nav-collapse:after, #login:after, #register:after, #place-order-content:after, #order-details:after, #error-page:after, #ds-subheader:after, #content:after {
    content: " ";
    display: block;
    clear: both;
  }
}

.container-960 {
  margin: 0 auto;
  overflow: hidden;
  display: block;
  background: none;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.container-960:after {
  content: " ";
  display: block;
  clear: both;
}
@media (min-width: 737px) {
  .container-960 {
    width: 620.0px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-960:after {
    content: " ";
    display: block;
    clear: both;
  }
}
@media (min-width: 1000px) {
  .container-960 {
    width: 940px;
    margin-left: auto;
    margin-right: auto;
  }
  .container-960:after {
    content: " ";
    display: block;
    clear: both;
  }
}

section {
  clear: both;
}

.row:before,
.row:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
}

.row:after {
  clear: both;
}

.row {
  zoom: 1;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear, .clear10, .clear15, .clear20, .clear30, .clear40, .clear50 {
  clear: both;
}

.clear10 {
  height: 10px;
}

.clear15 {
  height: 15px;
}

.clear20 {
  height: 20px;
}

.clear30 {
  height: 30px;
}

.clear40 {
  height: 40px;
}

.clear50 {
  height: 50px;
}

.hide {
  display: none;
}

.disabled {
  opacity: 0.3;
}

.enabled {
  opacity: 1.0;
}

/* Header & Footer
================================================== */
a span, a:visited span {
  margin-left: 0;
}

header {
  width: 100%;
  height: auto;
  background-color: #eee;
  color: #fff;
}
header #logo, header #logo-only {
  width: 150px;
  height: 23px;
}
header #logo {
  float: left;
  margin: 12px 0;
}
header #logo-only {
  margin: 12px auto;
}
@media (min-width: 737px) {
  header #logo-only {
    float: left;
    margin: 12px 0;
  }
}
header #welcome-msg {
  font-weight: bold;
  font-size: 14px;
  color: #515151;
  float: right;
  margin-top: 16px;
  display: none;
}
@media (min-width: 737px) {
  header #welcome-msg {
    display: block;
  }
}
header #help {
  float: none;
  text-align: center;
  color: #2e2e2e;
  margin: 15px auto;
  font-size: 12px;
  line-height: 14px;
}
@media (min-width: 737px) {
  header #help {
    text-align: right;
    float: right;
    margin: 17px 0;
  }
}
header #user-account {
  float: right;
  margin-top: 12px;
  color: #515151;
  cursor: pointer;
  display: block;
}
header #user-account a {
  display: inline;
  color: #515151;
  margin-left: 20px;
}
header #user-account a i {
  font-size: 24px;
}
@media (min-width: 737px) {
  header #user-account {
    display: none;
  }
}
header #btnset-login, header #btnset-myaccount {
  padding: 10px 0;
  float: right;
}
header #btnset-login button, header #btnset-login button.primary, header #btnset-login a.btn, header #btnset-login a.btn-primary, header #btnset-myaccount button, header #btnset-myaccount button.primary, header #btnset-myaccount a.btn, header #btnset-myaccount a.btn-primary {
  margin: 0 0 0 10px;
  min-width: 70px;
  font-size: 14px;
  padding: 7px 10px;
  display: inline-block;
  cursor: pointer;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
@media (min-width: 737px) {
  header #btnset-login, header #btnset-myaccount {
    display: block;
  }
}
header #btnset-login #btn-register, header #btnset-login #btn-myaccount, header #btnset-login #btn-logout, header #btnset-myaccount #btn-register, header #btnset-myaccount #btn-myaccount, header #btnset-myaccount #btn-logout {
  display: none;
}
@media (min-width: 737px) {
  header #btnset-login #btn-register, header #btnset-login #btn-myaccount, header #btnset-login #btn-logout, header #btnset-myaccount #btn-register, header #btnset-myaccount #btn-myaccount, header #btnset-myaccount #btn-logout {
    display: inline-block;
  }
}
@media (min-width: 737px) {
  header {
    height: 50px;
  }
}

.push {
  padding: 0;
}

.full-width .push {
  padding: 0;
}
@media (min-width: 737px) {
  .full-width .push {
    padding: 0;
  }
}
@media (min-width: 1000px) {
  .full-width .push {
    padding: 0 0 200px;
  }
}
@media (min-width: 1000px) {
  .full-width footer {
    position: absolute;
  }
}

footer {
  width: 100%;
  background-color: #eee;
  color: #515151;
  font-size: 11px;
  padding: 25px 0;
  left: 0;
  bottom: 0;
  position: relative;
  height: auto;
  min-height: 200px;
  text-align: center;
}
footer a, footer a:visited, footer a:hover {
  color: #0080ff;
  line-height: 16px;
  outline: 0 none;
  text-decoration: none;
}
@media (min-width: 737px) {
  footer {
    position: relative;
  }
}
footer ul#links {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
footer ul#links li {
  font-size: 14px;
  line-height: 24px;
  display: block;
}
footer ul#links li a:hover, footer ul#links li a:focus {
  color: #515151;
}
@media (min-width: 1000px) {
  footer ul#links li {
    display: inline;
    margin: 0 15px 0 0;
    line-height: 18px;
  }
}
footer #legal {
  font-size: 10px;
  line-height: 12px;
  width: 300px;
  margin: 10px auto;
}
@media (min-width: 737px) {
  footer #legal {
    width: 620.0px;
  }
}
footer #server-info {
  margin-top: 10px;
  color: #ccc;
  line-height: 12px;
}
footer #country-select {
  background-color: #fff;
  width: 300px;
  margin: 20px auto;
}
footer #country-select select {
  background-color: #fff;
  float: right;
  border: 0;
  margin-top: 3px;
  width: 275px;
  font-size: 14px;
}
footer #country-select select:hover {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
footer #country-select #dvFlag {
  float: right;
  background-image: url(/img/flags.png);
  background-repeat: no-repeat;
  height: 16px;
  width: 16px;
  margin: 8px 0 0;
}

.ko-KR footer {
  min-height: 390px;
}
@media (min-width: 737px) {
  .ko-KR footer {
    margin-bottom: -20px;
    position: relative;
  }
}
.ko-KR .push {
  padding: 0 0 10px;
}
@media (min-width: 737px) {
  .ko-KR .push {
    padding: 0;
  }
}

#footerContactInfo {
  margin: 0 auto;
  width: 55%;
}
#footerContactInfo > div {
  float: left;
  margin: 0 auto 20px;
  text-align: center;
  vertical-align: top;
  width: 33.3%;
    /*&.aseantxt{
	    text-align: right;
    }*/
}
@media only screen and (max-width: 1000px) {
  #footerContactInfo > div {
    width: 100%;
  }
}
@media only screen and (max-width: 1000px) {
  #footerContactInfo.poweredBy {
    margin-left: auto;
    width: 100%;
  }
}
#footerContactInfo img {
  display: block;
  margin: 0 auto;
}

/*powered logo footer*/
@media (min-width: 1000px) {
  .pt-BR.full-width .push {
    padding: 0 0 280px;
  }
}
.ie select {
  background-image: none;
}

/* GoHL DS Subheader
================================================== */
#ds-subheader {
  padding: 5px 0;
  background-color: #fff;
}
@media (min-width: 300px) {
  #ds-subheader {
    padding: 20px 0 0;
    width: auto;
  }
}
#ds-subheader #ds-info {
  font-size: 14px;
  width: 300px;
  float: right;
  margin-right: 0;
  padding: 7px 0 0 10px;
  margin-bottom: 10px;
}
#ds-subheader #ds-info a, #ds-subheader #ds-info a:visited, #ds-subheader #ds-info a:hover {
  color: #0080ff;
  line-height: 16px;
  outline: 0 none;
  text-decoration: none;
}
@media (min-width: 737px) {
  #ds-subheader #ds-info {
    width: 300px;
    float: left;
    margin-left: 0;
    margin-right: 0;
    border: none;
    padding: 0;
    margin-bottom: 0;
  }
}
@media (min-width: 1000px) {
  #ds-subheader #ds-info {
    width: 460.0px;
    float: left;
    margin-right: 20px;
    margin-right: 0;
  }
}
#ds-subheader #ds-info #ds-image {
  width: 30px;
  height: 30px;
  float: left;
  margin-left: 50px;
  margin-right: 5px;
}
#ds-subheader #ds-info #ds-image img {
  width: 100%;
}
@media (min-width: 737px) {
  #ds-subheader #ds-info #ds-image {
    margin-left: 0;
    margin-right: 10px;
    width: 110px;
    height: auto;
  }
}
#ds-subheader #ds-info h3#ds-name {
  color: #515151;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 20px;
  margin-top: 14px;
  padding: 0;
  text-rendering: optimizelegibility;
  margin: 3px 10px 0;
  min-width: 100px;
  text-align: left;
}
@media (min-width: 737px) {
  #ds-subheader #ds-info h3#ds-name {
    font-size: 20px;
    margin-top: 0;
  }
}
@media (min-width: 1000px) {
  #ds-subheader #ds-info h3#ds-name {
    font-size: 28px;
  }
}
#ds-subheader #ds-info ul.social-icons {
  margin: 0 10px;
  min-width: 130px;
  padding: 0;
  float: none;
  list-style: none;
  text-align: center;
}
@media (min-width: 737px) {
  #ds-subheader #ds-info ul.social-icons {
    float: left;
    margin: 0 10px 0 0;
    text-align: left;
  }
}
#ds-subheader #ds-info ul.social-icons li {
  display: inline;
  list-style-type: none;
  margin: 0 10px 0 0;
}
#ds-subheader #ds-info ul.social-icons li a img {
  width: 18px;
}
#ds-subheader #ds-info #ds-contact {
  text-align: center;
  line-height: 24px;
  clear: both;
}
#ds-subheader #ds-info #ds-contact h4 {
  display: inline-block;
  margin: 8px 20px 0 0;
  font-weight: normal;
  font-size: 18px;
}
#ds-subheader #ds-info #ds-contact h4 i::before {
  vertical-align: top;
}
@media (min-width: 737px) {
  #ds-subheader #ds-info #ds-contact {
    float: left;
    clear: none;
    margin-top: 5px;
    margin-left: 0;
    min-width: 130px;
    text-align: left;
  }
  #ds-subheader #ds-info #ds-contact h4 {
    margin: 0 0 10px 0;
    display: block;
  }
}
@media (min-width: 1000px) {
  #ds-subheader #ds-info #ds-contact {
    min-width: 210px;
  }
}
#ds-subheader #ds-message {
  width: 300px;
  float: right;
  margin-right: 0;
  text-align: center;
}
@media (min-width: 737px) {
  #ds-subheader #ds-message {
    float: right;
    text-align: right;
  }
}

/* Page Content
================================================== */
.searchWrapper input[type="text"] {
  text-indent: 0px;
}
.searchWrapper .on-focus {
  border-radius: 1px;
  background-color: #39F;
  border-color: #39F;
  color: #FFF;
}
.searchWrapper #autoCompleteData > ul {
  height: 230px;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
  padding: 0px;
  width: 400px;
  font-family: 'Proxima Nova',sans-serif;
  cursor: pointer;
  margin: 3px;
}
.searchWrapper #autoCompleteData {
  border-color: transparent;
  background-color: #FFF;
  z-index: 1;
  top: 25px;
  left: 0;
  position: absolute;
  border: 1px solid gray;
  box-shadow: 0px 4px 10px 0px;
  display: none;
}
.searchWrapper #mobileAutoCompleteData > ul {
  height: 230px;
  overflow-y: scroll;
  overflow-x: hidden;
  list-style: none;
  padding: 0px;
  width: 290px;
  font-family: 'Proxima Nova',sans-serif;
  cursor: pointer;
  margin: 3px;
}
.searchWrapper #mobileAutoCompleteData {
  border-color: transparent;
  background-color: #FFF;
  z-index: 1;
  top: 41px;
  left: 0;
  position: absolute;
  border: 1px solid gray;
  box-shadow: 0px 4px 10px 0px;
}
.searchWrapper .ui-menu-item {
  padding: 5px !important;
  line-height: 1.8em;
  min-height: 1.8em;
}

#content {
  margin-top: 90px;
  margin-bottom: 20px;
}
#content h3 {
  margin-top: 0;
}
#content #main-content {
  width: 300px;
  float: right;
  margin-right: 0;
}
@media (min-width: 737px) {
  #content #main-content {
    width: 620.0px;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  #content #main-content {
    width: 700px;
    float: right;
    margin-right: 0;
  }
}
@media (min-width: 1320px) {
  #content #main-content {
    width: 940px;
    float: right;
    margin-right: 0;
  }
}
#content #main-content .product-head, #content #main-content .page-head {
  width: 100%;
  line-height: 14px;
  color: #515151;
}
#content #main-content .product-head h4, #content #main-content .product-head h5, #content #main-content .page-head h4, #content #main-content .page-head h5 {
  float: none;
  margin: 0 0 2px;
}
@media (min-width: 737px) {
  #content #main-content .product-head h4, #content #main-content .product-head h5, #content #main-content .page-head h4, #content #main-content .page-head h5 {
    float: left;
    margin: 0;
  }
}
#content #main-content .price-msg {
  text-align: left;
}
@media (min-width: 737px) {
  #content #main-content .price-msg {
    text-align: right;
  }
}

#hl-info {
  margin: 0 auto 40px;
  width: 100%;
  font-size: 12px;
}
#hl-info p {
  line-height: 14px;
}
@media (min-width: 1000px) {
  #hl-info {
    width: 620.0px;
  }
}

.group {
  zoom: 1;
  /* IE6&7 */
}
.group:before, .group.after {
  content: "";
  display: table;
}
.group.after {
  clear: both;
}

#lead-form #Country {
  max-width: 125px;
}
#lead-form label[for="Gender"] {
  padding-top: 0;
}
#lead-form label[for="PhoneNumberFirstPart"] {
  display: block;
}
@media (min-width: 737px) {
  #lead-form label[for="PhoneNumberFirstPart"] {
    display: inline;
  }
}
#lead-form select {
  max-width: 300px;
}

/*----------------------Styles for Javascript when it is not enabled--------------------------------------*/
#noScript {
  background-color: #e88c1a;
  color: #fff;
  line-height: 16px;
  width: 100%;
  z-index: 10001;
}
#noScript span {
  display: block;
  text-align: center;
}
#noScript a {
  color: #0074e6;
  text-decoration: underline;
}

/**************************** Transfer Account Banner **************************************************************************/
#transfer_account_banner,
#cookie_acceptance_banner {
  background-color: #0074e6;
  /*#2693FF;*/
  height: 100%;
  width: 100%;
  text-align: center;
}
#transfer_account_banner p,
#cookie_acceptance_banner p {
  color: #fff;
  display: inline-block;
  font-weight: bold;
  line-height: 20px;
  margin-top: 15px;
  text-align: left;
}

#transfer_account_banner {
  text-align: center;
}
#transfer_account_banner a {
  display: inline-block;
  margin-left: 18px;
}
#transfer_account_banner p {
  font-size: 20px;
  text-align: center;
}

#cookie_acceptance_banner p {
  font-size: 12px;
  padding: 0 10px;
  text-align: center;
  width: 100%;
}
@media (min-width: 737px) {
  #cookie_acceptance_banner p {
    font-size: 14px;
    text-align: left;
    width: 738px;
  }
}

.neutral, .neutral:link, .neutral:active, .neutral:hover {
  cursor: pointer;
  font-family: arial;
  font-size: 12px;
  position: relative;
}

.neutral, .neutral:link, .neutral:active, .neutral:hover {
  color: #FFFFFF;
  border-radius: 3px;
  box-shadow: 1px 2px 2px 0 #A38BA3;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  text-decoration: none;
  line-height: 17px;
  margin: 3px;
  padding: 5px 20px;
}

.neutral, .neutral:link, .neutral.disabled {
  background-color: #fab43a;
  border: 1px solid #d38211;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #fab43a), color-stop(1, #f9992c));
  background: -moz-linear-gradient(center top, #fab43a 5%, #f9992c 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fab43a', endColorstr='#f9992c');
}

.neutral:hover {
  background-color: #f9992c;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9992c), color-stop(1, #fab43a));
  background: -moz-linear-gradient(center top, #f9992c 5%, #fab43a 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9992c', endColorstr='#fab43a');
}

/*************************** Cookie Acceptance Banner *********************************************************************/
#cookie_acceptance_banner a {
  vertical-align: text-bottom;
}

/**************************** Login Pop-up **************************************************************************/
#RegistrationThankYouPopup,
#RegistrationFailedNotInContactsPopup,
#RegistrationThankYouPopup,
#errorNewCustomerWindowPopup,
#NewCustomerWindowPopup,
#errorExistingCustomerPopup,
#ExistingCustomerPopup,
#errorMigratedCustomerPopup,
#MigratedCustomerPopup,
#errorSignInPopup,
#SignInPopup {
  display: none;
}

#errorMigratedCustomerPopup {
  text-align: center;
}

#SignInWindow,
#NewCustomerWindow,
#ExistingCustomerWindow,
#registrationForgotPasswordWindow,
#registrationFailedNotInContactsWindow,
#registrationThankYouWindow {
  width: 548px;
}

#SignInWindow {
  height: 435px;
}

#registrationForgotPasswordWindow,
#registrationFailedNotInContactsWindow,
#registrationThankYouWindow {
  height: 331px;
}

#SignInWindow .t-window-titlebar.t-header,
#NewCustomerWindow .t-window-titlebar.t-header,
#MigratedCustomerWindow .t-window-titlebar.t-header,
#ExistingCustomerWindow .t-window-titlebar.t-header,
#registrationForgotPasswordWindow .t-window-titlebar.t-header,
#registrationFailedNotInContactsWindow .t-window-titlebar.t-header,
#registrationThankYouWindow .t-window-titlebar.t-header {
  background-color: #0074e6 !important;
  height: 150px !important;
  position: relative;
  width: auto !important;
}

#SignInWindow .t-window-title,
#NewCustomerWindow .t-window-title,
#MigratedCustomerWindow .t-window-title,
#ExistingCustomerWindow .t-window-title,
#registrationForgotPasswordWindow .t-window-title,
#registrationFailedNotInContactsWindow .t-window-title,
#registrationThankYouWindow .t-window-title {
  display: block;
  line-height: 25px;
  margin-left: 146px;
  text-align: left;
  white-space: normal;
  width: 290px;
}

#SignInWindow .t-window-content.t-content {
  height: auto !important;
  padding: 0.4em 0;
  width: auto !important;
}

.footerMsg {
  background-color: #0074e6;
  color: #fff;
  display: block;
  font-size: 17px;
  padding-bottom: 32px;
  width: auto;
}

#SignInWindow .footerMsg {
  margin-top: 35px;
}

#NewCustomerWindow .t-window-content.t-content, #ExistingCustomerWindow .t-window-content.t-content, #MigratedCustomerWindow .t-window-content.t-content {
  border-radius: 0;
  height: auto !important;
  padding: 0;
}
#NewCustomerWindow .hl-content, #ExistingCustomerWindow .hl-content, #MigratedCustomerWindow .hl-content {
  padding: 20px 25px;
}

#existingCustomer .footerMsg {
  margin-top: 50px;
}

#EmailPrev3,
#EmailPrev1,
#EmailPrev2 {
  color: #646464;
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}

.footerMsg span {
  display: block;
  margin-left: 128px;
  padding-top: 29px;
  text-align: center;
  width: 300px;
}

#getStarted,
#registration_ForgotPassword {
  margin: 20px auto;
  width: 400px;
}

#existingCustomer {
  margin-bottom: 0;
  width: 550px;
}

#registration_Failed,
#registration_thankyou {
  margin-left: 30px;
  width: 400px;
}

#forgotMsg, #registrationMsg {
  color: #646464;
  display: block;
  line-height: 20px;
}

#forgotMsg {
  width: 318px;
}

#registrationMsg {
  width: 341px;
}

#getStarted > span:first-child,
#newCustomer_Window > span:first-child,
#migratedCustomer > span:first-child,
#existingCustomer > span:first-child,
#registration_ForgotPassword > span:first-child,
#registration_Failed > span:first-child,
#registration_thankyou > span:first-child {
  color: #646464;
  display: block;
  font-size: 17px;
  margin-bottom: 20px;
}

#getStarted input {
  background-color: #eee;
  border-radius: 3px;
  display: block;
  width: 100%;
}

.btnForward {
  border: 1px solid #0080ff !important;
  text-shadow: 0 0 1px #0080ff !important;
  filter: none;
  background: #0080ff !important;
}

#getStarted a {
  float: right;
  margin-top: 20px;
}

#SignInWindow .t-icon.t-close,
#NewCustomerWindow .t-icon.t-close,
#MigratedCustomerWindow .t-icon.t-close,
#ExistingCustomerWindow .t-icon.t-close,
#registrationForgotPasswordWindow .t-icon.t-close,
#registrationFailedNotInContactsWindow .t-icon.t-close,
#registrationThankYouWindow .t-icon.t-close {
  background: url("http://herbalifedwsqa.blob.core.windows.net/content/global/img/icon-x.jpg") no-repeat !important;
  height: 23px !important;
  margin-right: 10px;
  position: relative;
  width: 24px !important;
}

#SignInWindow .t-header .t-link,
#NewCustomerWindow .t-header .t-link,
#MigratedCustomerWindow .t-header .t-link,
#ExistingCustomerWindow .t-header .t-link,
#registrationForgotPasswordWindow .t-header .t-link,
#registrationFailedNotInContactsWindow .t-header .t-link,
#registrationThankYouWindow .t-header .t-link {
  color: transparent !important;
  margin-right: 10px;
  margin-top: -4px;
}

#NewCustomerWindow .btn.neutral,
#MigratedCustomerWindow .btn.neutral,
#ExistingCustomerWindow .btn.neutral {
  background: none;
  background-color: #ccc !important;
  background-repeat: no-repeat;
  border: 1px solid #e6e6e6 !important;
  border-radius: 2px;
  color: #000 !important;
  cursor: pointer;
  font-weight: 400;
  display: inline-block;
  line-height: 14px;
  margin: 3px;
  outline: 0;
  padding: 7px 10px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 1px rgba(255, 255, 255, 0.75);
}

#RegisterError2 {
  color: #faa634;
  display: block;
  font-size: 14px;
  margin-left: -80px;
  margin-top: 10px;
  width: 515px;
}
#RegisterError2 a {
  color: #0080ff;
  font-weight: bold;
  text-decoration: underline;
}
#RegisterError2 strong {
  color: #faa634;
}

#getStarted > span.errMsg,
#newCustomer_Window > span.errMsg,
#existingCustomer > span.errMsg {
  color: red;
  font-size: 12px;
  width: 142px;
}

.t-window-titlebar.t-header img {
  float: left;
  height: 100px;
  padding-left: 23px;
  padding-top: 15px;
  width: 100px;
}

.t-widget.t-window {
  background: #fff !important;
  border-color: #b1b1b1 #c6c5c5 #c6c5c5 #cfcece !important;
  border-radius: 0px !important;
  box-shadow: none !important;
  border-style: solid !important;
  border-width: 1px !important;
}

.buttons_NewCustomer {
  float: right;
}

#newCustomer_Window .buttons_NewCustomerá {
  float: right;
  margin-right: 84px;
  margin-top: 15px;
}

.rememberMe {
  color: #646464;
  float: left;
  margin-top: 13px;
}

#existingCustomer #forgotPassword {
  color: #0074e6;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-top: 15px;
}

#existingCustomer .rememberMe {
  margin-left: -211px;
  margin-top: 68px;
}

#RememberMeMigratedCustomer {
  margin-left: 1px !important;
}

#errorExistingCustomerPopup {
  display: inline-block;
  margin-bottom: 10px;
  margin-left: 100px;
}

.t-widget.t-window .t-window-titlebar.t-header {
  background: #64b33f !important;
  border: none !important;
  border-radius: 0px !important;
  color: #fff !important;
  font-size: 18px !important;
  height: 43px !important;
  line-height: 43px !important;
  margin: 0 !important;
  padding: 0 0 0 30px !important;
}

.hide-layer.hide-layer {
  display: none;
}

p.hl-note {
  text-align: center;
  margin: 10px;
  line-height: 14px;
}

#migratedCustomer .hl-form ul li {
  margin-left: 0;
}

#deleteDetailWindow, #addressDeleteWindow {
  width: 700px;
}
#deleteDetailWindow .t-window-content.t-content, #addressDeleteWindow .t-window-content.t-content {
  margin: 20px auto;
  word-wrap: break-word;
  height: 330px !important;
  width: 320px !important;
}

@media (min-width: 0) and (max-width: 736px) {
  #addressDeleteWindow, #deleteDetailWindow {
    width: 300px;
  }
  #addressDeleteWindow .t-window-titlebar.t-header, #deleteDetailWindow .t-window-titlebar.t-header {
    padding: 0 !important;
    width: 300px !important;
  }
  #addressDeleteWindow .t-window-content.t-content, #deleteDetailWindow .t-window-content.t-content {
    padding: 0 !important;
    margin: 15px 0 !important;
    width: 300px !important;
  }
  #addressDeleteWindow .t-window-content.t-content ul, #deleteDetailWindow .t-window-content.t-content ul {
    margin: 0 10px;
  }
  #addressDeleteWindow .t-window-content.t-content .grayBtn, #deleteDetailWindow .t-window-content.t-content .grayBtn {
    float: right;
    left: -15px;
    margin: 50px 0 0;
    position: relative;
    width: 270px;
  }
  #addressDeleteWindow .t-window-content.t-content .orangeBtn, #deleteDetailWindow .t-window-content.t-content .orangeBtn {
    float: left;
    margin-left: 13px;
    position: absolute;
    width: 270px;
  }
}

.field-validation-error {
  padding-left: 40px;
}

@media (min-width: 0) and (max-width: 736px) {
  #transfer_account_banner {
    display: none;
  }
}

@media (min-width: 0) and (max-width: 737px) {
  #header {
    display: none;
  }
}

.align-center {
  text-align: center;
}

.align-right {
  text-align: right;
}

#next {
  margin-bottom: 20px;
}

.errMsg {
  color: #ff0000;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

/*Slider*/
.sControl {
  color: #fff;
  font-size: 20px;
  left: 3px;
  position: absolute;
  top: 42.5%;
  z-index: 9999;
  cursor: pointer;
}

.right-sControl {
  left: auto;
  right: 3px;
}

.chooseBanner {
  width: 100% !important;
}

/*Trial Pack*/
.trialPack {
  color: #faa634;
  font-weight: bold;
  font-size: 11px;
  display: block;
  line-height: 12px;
}
.trialPack.mssg {
  font-size: 12px;
  margin: 5px 0;
  text-align: center;
  line-height: normal;
}
.trialPack.car {
  margin-top: -8px;
}

.tooltip-light {
  color: #faa634 !important;
}

.featuredProductLink a.tip-light {
  margin-bottom: 31px;
}

@media (max-width: 737px) {
  .featuredProductLink a.tip-light {
    margin-bottom: 0;
  }
}
@media (min-width: 737px) {
  .increaseWidth {
    width: 360px !important;
  }
}
.hideSection {
  display: none;
}

select {
  padding-right: 22px;
}

/*# sourceMappingURL=main.css.map */
