html {
  min-height: 100%; }

body {
  position: relative;
  height: auto;
  font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
  font-weight: 300; }

a {
  cursor: pointer;
  text-decoration: none; }
  a:hover {
    text-decoration: none; }

h1, h2, h3, h4 {
  font-weight: 300; }

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #ccc; }

table th {
  font-weight: 400; }

label {
  margin-bottom: 2px;
  margin-top: 5px;
  margin-left: 3px;
  color: #777; }

/*
    FORMS AND GENERAL INPUT STYLES
*/
input.error {
  border: 1px solid tomato; }

input.success {
  border: 1px solid #5cb85c !important; }

.mdi::before {
  font-size: 24px;
  line-height: 14px;
  padding-top: 5px; }

.btn .mdi::before {
  position: relative;
  top: 4px; }

.btn-xs .mdi::before {
  font-size: 18px;
  top: 3px; }

.btn-sm .mdi::before {
  font-size: 18px;
  top: 3px; }

.dropdown-menu .mdi {
  width: 18px; }

.dropdown-menu .mdi::before {
  position: relative;
  top: 4px;
  left: -8px; }

.nav .mdi::before {
  position: relative;
  top: 4px; }

.navbar .navbar-toggle .mdi::before {
  position: relative;
  top: 4px;
  color: #FFF; }

.breadcrumb .mdi::before {
  position: relative;
  top: 4px; }

.breadcrumb a:hover {
  text-decoration: none; }

.breadcrumb a:hover span {
  text-decoration: underline; }

.alert .mdi::before {
  position: relative;
  top: 4px;
  margin-right: 2px; }

.input-group-addon .mdi::before {
  position: relative;
  top: 3px; }

.navbar-brand .mdi::before {
  position: relative;
  top: 2px;
  margin-right: 2px; }

.list-group-item .mdi::before {
  position: relative;
  top: 3px;
  left: -3px; }

.cp-input-error {
  border: 1px solid tomato !important; }

.cp-validation-errors {
  font-family: arial;
  display: block;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  color: tomato;
  text-align: left; }

.cp-warning-message {
  font-family: arial;
  display: block;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  color: tomato;
  text-align: left; }

.cp-success-message {
  font-family: arial;
  display: block;
  color: black;
  padding-top: 5px;
  padding-bottom: 5px;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  color: #5cb85c;
  text-align: left; }

.cp-form-standard input, .cp-form-registration input, .cp-form-inverse input {
  width: 100%;
  background-color: #f5f5f5;
  border: 0;
  border-radius: 3px;
  height: 30px;
  padding: 3px;
  padding-left: 8px;
  margin-top: 5px;
  margin-bottom: 5px; }
  .cp-form-standard input.error, .cp-form-registration input.error, .cp-form-inverse input.error {
    border: 1px solid tomato; }
  .cp-form-standard input.success, .cp-form-registration input.success, .cp-form-inverse input.success {
    border: 1px solid #5cb85c; }

.cp-input-standard {
  width: 100%;
  background-color: #f5f5f5;
  border: 0;
  height: 30px;
  padding: 3px;
  margin-top: 5px;
  margin-bottom: 5px; }
  .cp-input-standard.error {
    border: 1px solid tomato; }
  .cp-input-standard.success {
    border: 1px solid #5cb85c; }

.cp-select-standard {
  position: relative;
  background: #f8f8f8;
  height: 30px;
  width: 100%;
  margin: 0 auto;
  margin-top: 5px;
  margin-bottom: 5px; }
  .cp-select-standard:after {
    position: absolute;
    right: 5px;
    top: 8px;
    font-family: "Linearicons";
    content: "\e93a";
    font-size: 10px;
    pointer-events: none; }
  .cp-select-standard label {
    display: inline-block; }
  .cp-select-standard select {
    height: 30px;
    width: 100%;
    border: none;
    width: 100%;
    padding: 3px;
    border-radius: 3px !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-border-radius: 0px;
    text-align: left;
    text-align-last: left;
    text-indent: 10px;
    background: #f5f5f5; }
    .cp-select-standard select option {
      text-align: center; }

.cp-form-registration {
  display: -ms-flexbox;
  display: flex;
  background-color: transparent; }
  .cp-form-registration input {
    background: white !important;
    border: 1px solid #ccc !important; }
  .cp-form-registration select {
    background: white !important;
    border: 1px solid #ccc !important; }
  .cp-form-registration .col {
    -ms-flex: 1;
    flex: 1;
    padding: 15px; }
    .cp-form-registration .col:first-child {
      padding-left: 0px; }
    .cp-form-registration .col:last-child {
      padding-right: 0px; }

.cp-form-inverse {
  background-color: transparent; }
  .cp-form-inverse input {
    background: white !important;
    border: 1px solid #ccc; }
    .cp-form-inverse input.error {
      border: 1px solid tomato !important; }
    .cp-form-inverse input.success {
      border: 1px solid #5cb85c !important; }
  .cp-form-inverse select {
    background: white !important;
    border: 1px solid #ccc !important;
    width: 100% !important;
    display: block; }
  .cp-form-inverse .cp-select-standard {
    width: 100%;
    display: block; }

label {
  font-weight: 100; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #a3a3a3; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #a3a3a3; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #a3a3a3; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #a3a3a3; }

/*
    GENERAL TABLE STYLES
*/
.cp-table-standard, .cp-table-light-header {
  width: 100%;
  border-collapse: collapse; }
  .cp-table-standard th, .cp-table-light-header th {
    cursor: pointer;
    font-weight: 400;
    background-color: #4a4a4a;
    color: white; }
    .cp-table-standard th:first-child, .cp-table-light-header th:first-child {
      border-top-left-radius: 3px; }
    .cp-table-standard th:last-child, .cp-table-light-header th:last-child {
      border-top-right-radius: 3px; }
  .cp-table-standard tr:nth-child(even), .cp-table-light-header tr:nth-child(even) {
    background: #f5f5f5; }
  .cp-table-standard td, .cp-table-light-header td, .cp-table-standard th, .cp-table-light-header th {
    padding: 10px;
    text-align: left; }

.cp-table-mobile {
  display: none; }

.cp-table-light-header th {
  color: white;
  background-color: #7d7d7d; }

.cp-table-inverse {
  width: 100%;
  border-collapse: collapse; }
  .cp-table-inverse th {
    font-weight: 400; }
  .cp-table-inverse td, .cp-table-inverse th {
    background-color: white;
    color: #4a4a4a;
    padding: 10px;
    text-align: left;
    border-top: 1px solid #ccc; }

/*
    BOXES OR PANELS
*/
.cp-box-standard {
  text-align: left;
  margin: 5px; }
  .cp-box-standard .cp-box-heading {
    position: relative;
    padding: 10px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #4a4a4a;
    color: white; }
    .cp-box-standard .cp-box-heading h5 {
      margin: 0;
      display: inline-block;
      margin-right: 0px;
      font-weight: 300;
      font-size: 1.2em; }
    .cp-box-standard .cp-box-heading button {
      position: absolute;
      right: 0;
      top: 0;
      margin: 0;
      height: 100%;
      width: 43px;
      border: 0;
      background-color: #7d7d7d; }
      .cp-box-standard .cp-box-heading button.save {
        background-color: #0CA200; }
  .cp-box-standard .cp-box-body {
    padding: 10px;
    border: 1px solid #ccc; }
  .cp-box-standard input {
    width: 100%;
    border: 0;
    height: 30px;
    padding: 3px; }
    .cp-box-standard input.error {
      border: 1px solid tomato; }
    .cp-box-standard input.success {
      border: 1px solid #5cb85c; }

.cp-panel-standard {
  background-color: #f5f5f5;
  padding: 10px;
  border-radius: 4px; }

.cp-panel-border {
  padding: 10px;
  background-color: white;
  border: 1px solid #ccc;
  margin: 5px; }

/*
    BUTTONS
*/
.cp-button-standard, .cp-button-link {
  background: #4a4a4a;
  border: solid 1px #4a4a4a;
  border-radius: 2px;
  color: white;
  text-align: center;
  padding: 4px 25px;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  cursor: pointer; }
  .cp-button-standard.green, .green.cp-button-link {
    background: #0CA200; }
  .cp-button-standard.yellow, .yellow.cp-button-link {
    background: #ffe930;
    color: black;
    border: solid 1px #ffe930; }
  .cp-button-standard.attention, .attention.cp-button-link {
    background: #993737; }
  .cp-button-standard.print-btn, .print-btn.cp-button-link {
    background: #4a4a4a;
    color: white;
    font-size: 14px;
    text-decoration: none; }
  .cp-button-standard:hover, .cp-button-link:hover {
    background-color: #707070;
    border: solid 1px #707070; }
    .cp-button-standard:hover.green, .cp-button-link:hover.green {
      background: white;
      border: solid 1px #0CA200; }
    .cp-button-standard:hover.yellow, .cp-button-link:hover.yellow {
      background: #fff17c;
      border: solid 1px #fff17c; }
    .cp-button-standard:hover.print-btn, .cp-button-link:hover.print-btn {
      background: #707070;
      border: solid 1px #707070; }
  .cp-button-standard:disabled, .cp-button-link:disabled {
    background: #b0b0b0;
    border-color: #b0b0b0; }
    .cp-button-standard:disabled :hover, .cp-button-link:disabled :hover {
      background: #b0b0b0;
      border-color: #b0b0b0; }

.cp-button-link {
  text-decoration: none; }
  .cp-button-link:hover {
    color: white;
    text-decoration: none; }
  .cp-button-link:focus {
    color: white;
    text-decoration: none; }
  .cp-button-link, .cp-button-link visited {
    color: white;
    text-decoration: none; }

.cp-announcements {
  width: 100%;
  min-width: 300px;
  max-width: 350px;
  float: right; }

.cp-annnouncement-wrapper ul {
  padding-top: 15px;
  padding-left: 0;
  list-style-type: none; }

.cp-annnouncement-wrapper li {
  box-shadow: 0px 1px 4px 0px #bbb;
  padding: 10px; }
  .cp-annnouncement-wrapper li a {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    text-decoration: none; }
    .cp-annnouncement-wrapper li a:hover {
      color: inherit; }

.cp-annnouncement-wrapper h3 {
  font-size: 16px; }

.cp-annnouncement-wrapper h4 {
  margin: 10px 0;
  font-size: 18px; }

.invoice-wrapper {
  position: relative;
  max-width: 768px;
  margin: 0 auto; }
  .invoice-wrapper .invoice-header {
    padding-top: 75px;
    text-align: center; }
    .invoice-wrapper .invoice-header h1 {
      font-size: 36px;
      color: #0198E1; }
  .invoice-wrapper .invoice-table {
    margin-top: 50px;
    padding: 10px; }
  .invoice-wrapper .invoice-subtotal {
    padding: 10px;
    border-top: solid 1px #eee;
    border-bottom: solid 1px #eee; }
  .invoice-wrapper .invoice-total {
    padding: 10px;
    font-weight: 500; }
  .invoice-wrapper .input-wrapper label {
    display: block;
    font-size: 14px;
    font-weight: 300;
    margin-bottom: 0; }
    .invoice-wrapper .input-wrapper label.product-name {
      display: inline-block; }
  .invoice-wrapper .input-wrapper input {
    height: 100%;
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    border: none;
    text-indent: 10px;
    margin: 5px 0; }
  .invoice-wrapper .input-wrapper .half {
    width: 48%; }
  .invoice-wrapper .input-wrapper .sub-wrapper {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .invoice-wrapper .input-wrapper .sub-wrapper input {
      width: 48%; }
  .invoice-wrapper label {
    font-weight: 300; }
    .invoice-wrapper label.total {
      font-weight: 500; }
    .invoice-wrapper label.qty {
      margin: 0 5px;
      display: none; }
  .invoice-wrapper .select-wrapper {
    position: relative; }
    .invoice-wrapper .select-wrapper select {
      height: 100%;
      width: 100%;
      height: 30px;
      background: #f5f5f5;
      border: none;
      text-indent: 10px;
      margin: 5px 0;
      -webkit-appearance: none;
      -webkit-border-radius: 0; }
    .invoice-wrapper .select-wrapper:after {
      position: absolute;
      right: 5px;
      top: 13px;
      font-family: "Linearicons";
      content: "\e93a";
      font-size: 10px;
      pointer-events: none; }
  .invoice-wrapper .line-wrapper {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
  .invoice-wrapper .cart-table {
    width: 100%; }
    .invoice-wrapper .cart-table .preview {
      width: 50px; }
    .invoice-wrapper .cart-table .qty {
      max-width: 50px;
      text-align: center; }

.cp-left-col {
  float: left;
  width: 50%; }

.cp-right-col {
  float: right;
  width: 50%; }

input[type=checkbox].toggle-switch {
  position: relative;
  -moz-appearance: none;
  appearance: none;
  -webkit-appearance: none;
  moz-appearance: none;
  width: 40px;
  height: 25px;
  border-radius: 30px;
  background: #ddd;
  outline: 0;
  cursor: pointer;
  transition: background .3s ease-in-out; }
  input[type=checkbox].toggle-switch:after {
    content: '';
    width: 23px;
    height: 100%;
    background: #fff;
    border-radius: 30px;
    position: absolute;
    left: 0;
    transform: scale(0.8);
    transition: left .3s ease-in-out;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.5); }

input[type=checkbox].toggle-switch:checked {
  background: #0CA200; }
  input[type=checkbox].toggle-switch:checked:after {
    left: 16px; }

.cp-accordion .cp-accordion-head {
  position: relative;
  padding: 0 10px;
  cursor: pointer;
  color: #4a4a4a;
  border-bottom: solid 1px #eee;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s; }
  .cp-accordion .cp-accordion-head .arrow {
    position: absolute;
    top: 3px;
    right: 5px; }
  .cp-accordion .cp-accordion-head:hover {
    color: #7d7d7d; }

.cp-accordion .cp-accordion-body {
  height: auto;
  overflow-y: hidden;
  max-height: 2000px;
  transition: max-height .2s ease-in-out; }
  .cp-accordion .cp-accordion-body.closed {
    max-height: 0; }

.cp-accordion .cp-accordion-body-wrapper {
  padding: 5px; }

/* MODAL STYLES */
.cp-modal-standard {
  overflow: scroll;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.85);
  transition: opacity .5s ease;
  z-index: 9999999999; }
  .cp-modal-standard .cp-modal-header {
    text-align: center;
    padding: 10px;
    margin-bottom: 20px; }
    .cp-modal-standard .cp-modal-header h5 {
      margin: 0;
      display: inline-block;
      margin-right: 0px;
      font-weight: 300;
      font-size: 1.2em; }
  .cp-modal-standard .cp-modal-body, .cp-modal-standard .cp-modal-body-full {
    overflow: hidden;
    max-width: 700px;
    background: white;
    margin: 50px auto 0;
    padding: 20px;
    transition: all .5s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.33); }
    .cp-modal-standard .cp-modal-body.wide, .cp-modal-standard .wide.cp-modal-body-full {
      max-width: none;
      width: 85%; }
    .cp-modal-standard .cp-modal-body .cp-modal-controls, .cp-modal-standard .cp-modal-body-full .cp-modal-controls {
      margin-top: 5px;
      width: 100%; }
      .cp-modal-standard .cp-modal-body .cp-modal-controls .left, .cp-modal-standard .cp-modal-body-full .cp-modal-controls .left {
        float: left; }
      .cp-modal-standard .cp-modal-body .cp-modal-controls .right, .cp-modal-standard .cp-modal-body-full .cp-modal-controls .right {
        float: right; }
    .cp-modal-standard .cp-modal-body .close-modal, .cp-modal-standard .cp-modal-body-full .close-modal {
      width: 100%;
      display: block;
      text-align: right; }
  .cp-modal-standard .cp-modal-body-full {
    max-width: 85%; }

/* VUE TRANSITIONS  */
/* These class names are auto applied by vue with transiction="modal" */
.modal-enter, .modal-leave {
  opacity: 0; }

.modal-enter .modal-container,
.modal-leave .modal-container {
  transform: scale(1.1); }

.fade-transition {
  transition: all .3s ease; }

.fade-enter, .fade.leave {
  opacity: 0; }

/* GRID STYLES */
.cp-grid-standard {
  box-sizing: border-box;
  max-width: 1440px;
  padding: 15px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .cp-grid-standard .cp-cell, .cp-grid-standard .cp-cell-10, .cp-grid-standard .cp-cell-2 {
    box-sizing: border-box;
    width: calc(100% / 4);
    text-align: center;
    padding: 5px;
    padding-bottom: 10px; }
    .cp-grid-standard .cp-cell img, .cp-grid-standard .cp-cell-10 img, .cp-grid-standard .cp-cell-2 img {
      width: 95%; }
  .cp-grid-standard .cp-cell-10 {
    width: calc(100% / 10); }
  .cp-grid-standard .cp-cell-2 {
    width: calc(100% / 2); }

.cp-grid-standard:after {
  content: "";
  -ms-flex: auto;
  flex: auto; }

@media (max-width: 768px) {
  .cp-grid-standard .cp-cell, .cp-grid-standard .cp-cell-10, .cp-grid-standard .cp-cell-2 {
    width: calc(100% / 3); } }

@media (max-width: 500px) {
  .cp-grid-standard .cp-cell, .cp-grid-standard .cp-cell-10, .cp-grid-standard .cp-cell-2 {
    width: calc(100% / 2); } }

.cp-image-grid-standard {
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap; }
  .cp-image-grid-standard .cp-image-grid-box {
    box-sizing: border-box;
    font-size: 16px;
    width: 31.5%;
    margin: 4px;
    margin-bottom: 20px;
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s; }
  .cp-image-grid-standard .cp-image-grid-box:hover {
    cursor: pointer;
    border: 1px solid #ccc;
    transform: scale(1.05);
    -webkit-transform: scale(1.05); }
  .cp-image-grid-standard .cp-grid-image {
    width: 100%; }
  .cp-image-grid-standard .cp-grid-caption {
    padding: 10px;
    background: white; }

@media (max-width: 1150px) {
  .cp-announcements {
    max-width: 500px;
    float: none; } }

@media (max-width: 768px) {
  .cp-announcements {
    margin: 0 auto; }
  .cp-modal-body, .cp-modal-standard .cp-modal-body-full {
    width: 100%;
    height: 100%;
    margin: 0 auto; }
  .cp-model-body-full {
    width: 100%;
    height: 100%;
    margin: 0 auto; } }

@media (max-width: 500px) {
  .cp-modal-body .media-file img, .cp-modal-standard .cp-modal-body-full .media-file img {
    width: 100%; } }

@media (max-width: 768px) {
  .cp-image-grid-standard {
    display: block; }
    .cp-image-grid-standard .cp-image-grid-box {
      margin: 0 auto;
      width: 100%; }
    .cp-image-grid-standard .cp-grid-image {
      width: 100%;
      margin: 0 auto; }
  .cp-download-buttons {
    display: none; }
  .desktop {
    display: none; }
  .cp-table-mobile {
    display: block; }
    .cp-table-mobile > div {
      border-radius: 2px;
      padding-left: 45px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      background: white;
      box-shadow: 1px 1px 1px 1px #ccc;
      margin: 10px;
      padding: 10px 20px; }
      .cp-table-mobile > div div > span:nth-child(even) {
        font-weight: bold; }
    .cp-table-mobile > div:nth-child(odd) {
      background: #f5f5f5; }
  .cp-table-mobile-wrapper > section:nth-child(odd) {
    background-color: #f5f5f5; }
  .action-btn-wrapper {
    display: none; }
  #description {
    width: 90% !important; }
  .coupon-wrapper .box2 #uses {
    width: 70% !important; }
  .product-grid {
    width: 100% !important;
    max-width: 360px; }
  .cp-button-link {
    display: none; } }

.dot {
  display: inline-block;
  height: 7px;
  width: 7px;
  border-radius: 50%;
  margin-right: 3px; }

.green {
  background: lime; }

.cp-list-tags {
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  padding-left: 0;
  list-style-type: none; }
  .cp-list-tags li {
    position: relative;
    border: solid 1px #eee;
    padding: 5px;
    margin: 5px; }
    .cp-list-tags li span {
      margin-left: 5px; }

/* TABS */
.cp-tabs-standard, .cp-tabs-light {
  background-color: #4a4a4a;
  border-radius: 3px;
  overflow: hidden;
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px; }
  .cp-tabs-standard button, .cp-tabs-light button {
    float: left;
    border-radius: 0px !important;
    border: none;
    font-size: 15px;
    padding: 15px;
    color: white;
    background-color: #4a4a4a;
    transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s; }
    .cp-tabs-standard button.active, .cp-tabs-light button.active {
      color: #4a4a4a;
      background-color: #f5f5f5; }
  .cp-tabs-standard button:hover, .cp-tabs-light button:hover {
    background-color: #707070; }
    .cp-tabs-standard button:hover.active, .cp-tabs-light button:hover.active {
      color: #4a4a4a;
      background-color: #f5f5f5; }
  .cp-tabs-standard .order-update-button, .cp-tabs-light .order-update-button {
    float: right; }
  .cp-tabs-standard .status-select, .cp-tabs-light .status-select {
    float: right;
    display: inline;
    position: relative;
    background: #f8f8f8;
    height: 31px;
    width: 155px;
    margin: 10px; }
    .cp-tabs-standard .status-select:after, .cp-tabs-light .status-select:after {
      position: absolute;
      right: 5px;
      top: 10px;
      font-family: "Linearicons";
      content: "\e93a";
      font-size: 10px;
      pointer-events: none; }
    .cp-tabs-standard .status-select select, .cp-tabs-light .status-select select {
      height: 31px;
      width: 155px;
      border: none;
      -webkit-appearance: none;
      -moz-appearance: none;
      -webkit-border-radius: 0px;
      text-align: left;
      text-align-last: left;
      text-indent: 10px;
      background: #f5f5f5; }

.cp-tabs-light {
  background-color: #f5f5f5; }
  .cp-tabs-light button {
    background: #f5f5f5;
    color: #4a4a4a; }
    .cp-tabs-light button.active {
      background-color: #a6a6a6; }
  .cp-tabs-light button:hover {
    background-color: #a6a6a6; }
    .cp-tabs-light button:hover.active {
      background-color: #a6a6a6; }

.ql-tooltip {
  left: 0px !important; }

@media print {
  @page {
    size: portrait; } }

@font-face {
  font-family: "Open-Sans";
  font-weight: 500;
  src: url("/fonts/OpenSans-ExtraBold.ttf"); }

@font-face {
  font-family: "Open-Sans";
  font-weight: 300;
  src: url("/fonts/OpenSans-Regular.ttf"); }

@font-face {
  font-family: "Open-Sans";
  font-weight: 100;
  src: url("/fonts/OpenSans-Light.ttf"); }

@font-face {
  font-family: "Open-Sans";
  font-weight: 400;
  src: url("/fonts/OpenSans-Semibold.ttf"); }

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; }

.site-blue {
  color: #4a4a4a; }

.align-left {
  text-align: left; }

.left {
  float: left; }

.row.masonry {
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
  padding: 0 0 0 14px; }
  .row.masonry.width-20 {
    -moz-column-width: 20em;
    -webkit-column-width: 20em; }
  .row.masonry.width-30 {
    -moz-column-width: 30em;
    -webkit-column-width: 30em; }
  .row.masonry.width-40 {
    -moz-column-width: 40em;
    -webkit-column-width: 40em; }
  .row.masonry .col {
    display: inline-block;
    width: 100%;
    float: none; }

button.md-datepicker-button.md-icon-button.md-button {
  margin-left: 0px;
  margin-right: 0px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  min-height: 30px; }

button:focus {
  outline: none; }

input:required ~ .msg:after {
  content: '*';
  color: red; }

input:optional ~ .msg:after {
  content: '(optional)'; }

/* chart.js */
.bar-legend {
  list-style: none;
  float: right;
  text-align: left;
  font-size: 10pt; }
  .bar-legend li span {
    display: inline-block;
    height: 10px;
    width: 10px;
    margin-right: 5px; }

caption {
  background: gray !important;
  color: white;
  padding: 5px 10px;
  text-align: left; }

.vertical-align-top {
  vertical-align: top; }

.shadow {
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.25); }

ul.columns {
  margin: 0;
  padding: 0; }
  ul.columns li {
    float: left;
    margin: 0 1em;
    width: 120px; }
    ul.columns li.visible-roles {
      width: auto; }

.fa-question-circle {
  opacity: .5; }
  .fa-question-circle:hover {
    opacity: 1;
    cursor: pointer; }

.table thead.gray {
  background: gray !important;
  color: white;
  border: 0 !important; }

.white {
  color: #FFF !important; }

.border {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px; }

.no-width {
  width: 0 !important; }

.cursor-pointer {
  cursor: pointer; }

.strike {
  display: inline-block;
  position: relative; }
  .strike .line {
    border-bottom: 1px solid red;
    position: relative;
    top: 0;
    margin-top: .85em; }

.nav-tabs li a .close {
  margin-right: -10px; }

.container.reset-password {
  margin-top: 150px; }

.related-product {
  display: inline-block;
  max-width: 150px;
  text-align: center;
  margin: 0 1em;
  vertical-align: top; }

.autocomplete-hints {
  position: absolute;
  z-index: 1000; }
  .autocomplete-hints li.list-group-item {
    background: white;
    cursor: pointer; }
  .autocomplete-hints li.selected-item {
    background: #0b6e53;
    color: white; }

#featured-image {
  cursor: pointer; }

.tab-content {
  padding: 15px;
  display: none; }
  .tab-content.active {
    display: block; }

.red {
  color: red; }

.fl-right {
  float: right; }

.success-green {
  color: #4aaf46; }

.product-thumbs img {
  vertical-align: top; }

.product-grid {
  max-width: 1024px; }
  .product-grid:after {
    display: table;
    content: "";
    clear: both; }
  .product-grid.edit {
    overflow: hidden; }
  .product-grid .item {
    position: relative;
    width: 140px;
    height: auto;
    margin: 10px;
    float: left;
    cursor: pointer; }
    .product-grid .item.custom-order-grid {
      margin: 10px 10px 30px; }
    .product-grid .item.cat-grid {
      height: 140px; }
    .product-grid .item .product-img-wrapper {
      height: 140px;
      overflow: hidden; }
      .product-grid .item .product-img-wrapper.custom {
        box-shadow: 0px 0px 5px 0px #000; }
    .product-grid .item img {
      width: 100%;
      height: auto; }
    .product-grid .item a {
      display: block;
      text-decoration: none; }
      .product-grid .item a:hover {
        text-decoration: none; }
      .product-grid .item a.media {
        margin: 5px 0; }
    .product-grid .item:after {
      display: table;
      content: "";
      clear: both; }
    .product-grid .item:hover .tile-overlay {
      opacity: 1; }
    .product-grid .item .tile-overlay {
      -ms-flex-pack: center;
      justify-content: center;
      opacity: 0;
      transition: .3s ease-in-out;
      position: absolute;
      top: 0;
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-direction: column;
      text-align: center;
      height: auto;
      width: 100%;
      background: rgba(255, 255, 255, 0.7); }
      .product-grid .item .tile-overlay.cat-grid {
        opacity: 1; }
  .product-grid .item-info {
    height: 60px; }
    .product-grid .item-info h2 {
      margin: 5px 0 0;
      font-size: 14px; }
      .product-grid .item-info h2.custom-order-grid {
        min-height: 30px; }
    .product-grid .item-info p {
      font-size: 13px; }
    .product-grid .item-info #min {
      font-size: 12px;
      background-color: white;
      opacity: 0.7;
      position: absolute;
      top: 65%;
      width: 100%; }
    .product-grid .item-info #max {
      font-size: 12px;
      background-color: white;
      opacity: 0.7;
      position: absolute;
      top: 50%;
      width: 100%; }

.product-items .table-cell {
  vertical-align: top; }
  .product-items .table-cell.quantity {
    width: 4em;
    padding-right: 1em; }

.removeItem, .removeImage, .pointer {
  cursor: pointer; }

tr.align-left th {
  text-align: left !important; }

.table thead th.align-right {
  text-align: right !important; }

.full-image {
  width: 100%;
  max-width: 1000px;
  height: auto;
  max-height: 800px; }

.gallery-image {
  width: auto;
  max-width: 1000px;
  height: auto;
  max-height: 600px; }

.inline-block {
  display: inline-block !important; }

.width-auto {
  width: auto !important; }

.width-full {
  width: 100% !important; }

.tiny {
  font-size: 7pt;
  display: block; }

.itemsPerPage {
  max-width: 80px; }

.display-table {
  display: table; }

.display-table-cell, .table-cell {
  display: table-cell; }

.no-top {
  margin-top: 0; }

.no-bottom {
  margin-bottom: 0; }

.currentPage {
  position: relative;
  top: 7px; }

.full {
  width: 100%; }

table.settings-table th {
  text-align: left; }

table.settings-table td {
  text-align: left; }

table.product-table th {
  text-align: left; }

table.product-table td {
  text-align: left; }

table.users-table th {
  text-align: left; }

table.users-table td {
  text-align: left; }

table.leads td {
  text-align: left; }

table.bundleIncludes {
  width: 100%; }
  table.bundleIncludes td {
    min-width: 30px; }

table thead tr th {
  text-align: center; }
  table thead tr th.left {
    text-align: left; }
  table thead tr th.left-align {
    text-align: left; }

table td {
  text-align: center; }
  table td.item-td {
    text-align: left;
    text-indent: 10px; }
  table td.border {
    border-right: 1px solid rgba(0, 0, 0, 0.1); }
  table td.left-align {
    text-align: left; }

.date-col {
  width: 150px; }

.downline-popover th {
  text-align: right;
  padding-right: .5em; }

i {
  width: 16px; }

.thumb {
  width: 50px;
  cursor: pointer; }

.thumb-md {
  width: 100%;
  max-width: 100px; }

.thumb-lg {
  width: 150px; }

.label {
  margin: 0 4px 4px 0 !important;
  display: inline-block;
  font-weight: inherit; }

.label .link, .label .a {
  color: white !important; }

.form-link {
  padding: 0 !important;
  background: none !important;
  border: 0 !important;
  color: white !important; }

.note textarea {
  width: 100%;
  border: none;
  background: none; }

.note {
  background: #f7f7f7; }

.note textarea:focus {
  outline-width: 0;
  resize: none; }

.noteArea {
  width: 100%;
  border: 0;
  overflow: auto;
  resize: none; }

textarea:focus {
  outline: none;
  resize: none; }

textarea {
  resize: none; }

.noteTextArea {
  resize: none; }

.selected {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: .25; }

.role-indicator {
  padding-left: 77px;
  background: none;
  line-height: 50px; }

.role-indicator-Rep {
  color: steelblue; }

.role-indicator-Admin {
  color: black; }

.role-indicator-Editor {
  color: midnightblue; }

.role-indicator-Host {
  color: navy; }

.role-indicator-Customer {
  color: mediumblue; }

.role-indicator-Superadmin {
  color: slateblue; }

.noteSlide {
  border: 1px solid transparent;
  height: 110px; }

.triggerSlide {
  cursor: pointer; }

canvas {
  cursor: pointer !important;
  width: 100% !important; }

/* tinmce overrides */
.mceu_44-inp-hack {
  width: 207px !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

/* jquery-ui overrides */
select.ui-datepicker-year, select.ui-datepicker-month {
  color: black;
  font-weight: 100; }

.ui-datepicker {
  z-index: 1000 !important; }

.ui-timepicker-div {
  padding: 10px 10px 0; }

.ui-timepicker-div select {
  padding: 5px; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 45%; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 45% 10px 10px; }

.ui_tpicker_time_label, .ui_tpicker_time {
  display: none; }

.ui-timepicker-div select {
  margin-bottom: 0; }

.list-group#image-list {
  box-shadow: none !important; }

#image-list .list-group-item {
  vertical-align: top;
  display: inline-block;
  margin: 0 5px 5px 0 !important;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.05) !important;
  border-radius: 4px !important; }

/* media queries*/
@media (max-width: 767px) {
  .hidable-xs {
    display: none; }
  .date-col {
    width: auto; }
  .user-banner-container {
    position: relative !important; }
  .user-banner {
    display: none; }
  .user-banner-container .avatar {
    width: 102px !important;
    height: 102px !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    margin: 0 !important;
    z-index: 10; }
  .user-banner-content {
    padding: 20px 20px 20px 125px; }
  .user-banner-content small {
    display: block;
    margin-bottom: 1em; }
  .user-banner-content h1 {
    font-size: 18pt; }
  .no-pull-xs {
    float: none !important; }
  .thumb-md {
    width: 50px !important; }
  .big, .bigger, .biggest {
    font-size: inherit !important; }
  .inventory-menu-image {
    display: none; } }

@media (max-width: 991px) {
  .hidable-sm {
    display: none; }
  .user-banner-text {
    position: static;
    background: #303030; }
  .user-banner-container .avatar {
    width: 150px;
    height: 150px;
    border: 5px solid white; } }

@media (max-width: 1199px) {
  .hidable-md {
    display: none; } }

@media (max-width: 1600px) {
  .hidable-lg {
    display: none; } }

button.md-datepicker-button.md-icon-button.md-button {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 0; }
  button.md-datepicker-button.md-icon-button.md-button:before {
    font-family: "Linearicons";
    content: "\e785"; }

.col-container:before {
  display: table;
  content: "";
  clear: both; }

.col-container:after {
  display: table;
  content: "";
  clear: both; }

.col-container .panel {
  display: inline-block;
  width: 100%; }

.product-success {
  position: relative;
  color: #fff;
  width: 100%;
  margin: 0 auto;
  text-align: center; }
  .product-success p {
    max-width: 400px;
    padding: 20px 0;
    margin: 0 auto;
    background: #5cb85c; }

#record-options {
  width: 130px; }
  #record-options form {
    display: inline-block; }

.pagination .active a, .pagination .active a:focus, .pagination .active a:hover {
  background-color: #4a4a4a;
  border-color: #4a4a4a; }

.criss-cross th {
  border-bottom: solid 1px #ddd; }

.layout-public-page, .layout-public-full-width {
  background: #fff !important; }
  .layout-public-page #container, .layout-public-full-width #container {
    margin-top: 70px;
    box-shadow: none; }

#header-menu {
  height: 65px;
  margin: 0 auto;
  border-bottom: none; }
  #header-menu .btn.btn-default {
    box-shadow: none;
    background: transparent !important;
    color: #fff; }
    #header-menu .btn.btn-default:hover {
      color: #fff; }
  #header-menu .navbar-brand {
    padding: 5px 15px;
    height: 100%;
    -webkit-display: flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center; }
    #header-menu .navbar-brand img {
      max-height: 55px;
      max-width: 300px; }
  #header-menu .navbar-header {
    margin: 0 auto; }

#top-right-menu {
  position: absolute;
  right: 20px;
  width: auto;
  height: 100%;
  color: #4a4a4a;
  margin-bottom: 0;
  list-style-type: none; }
  #top-right-menu .shopping-icon a {
    line-height: 55px;
    border: none !important; }
  #top-right-menu .mobile-shopping-icon a {
    color: #00c0ff !important;
    font-weight: 100 !important;
    line-height: 30px; }
    #top-right-menu .mobile-shopping-icon a i {
      margin-right: 5px; }
  #top-right-menu .lnr {
    font-size: 20px;
    margin-left: 5px; }
  #top-right-menu li {
    display: inline-block;
    text-align: center;
    padding: 0 10px;
    color: #4a4a4a; }
    #top-right-menu li:hover {
      background: #4a4a4a;
      color: #fff; }
    #top-right-menu li:hover a {
      color: #fff;
      display: block; }
    #top-right-menu li.dropdown span {
      display: none; }
    #top-right-menu li:focus {
      outline: none; }
  #top-right-menu a {
    color: #4a4a4a; }
    #top-right-menu a.btn.btn-default {
      color: #4a4a4a !important; }
    #top-right-menu a:hover {
      text-decoration: none; }
    #top-right-menu a, #top-right-menu a visited {
      color: #4a4a4a;
      text-decoration: none; }

select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

input {
  font-family: "Open-Sans", "Helvetica Neue", "sans-serif"; }
  input.datepicker {
    max-width: 200px; }

.row {
  position: relative;
  margin-left: 0;
  margin-right: 0; }
  .row.masonry {
    padding: 0; }

.btn-primary {
  background: #4a4a4a;
  color: #fff;
  border: none; }
  .btn-primary:hover {
    background: #4a4a4a;
    color: #fff; }
  .btn-primary.cat-submit {
    float: right; }

.header-wrapper {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 100%;
  line-height: 65px; }

.cp-container {
  width: 100%;
  height: 100%;
  padding-bottom: 150px; }

.cp-full {
  width: 100%;
  height: auto; }
  .cp-full.divider {
    background: #f5f5f5; }

.cp-wrapper {
  max-width: 1330px;
  margin: 0 auto;
  padding: 5% 10%;
  height: auto; }
  .cp-wrapper:after {
    display: table;
    content: "";
    clear: both; }

.home-header {
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 10px 25px;
  font-size: 18px;
  height: 70px; }
  .home-header .logo {
    max-height: 40px;
    max-width: 300px; }
  .home-header .logo-wrapper {
    padding: 5px 0; }
  .home-header .demo {
    color: #4a4a4a;
    font-size: 16px; }
  .home-header ul {
    padding-left: 0;
    list-style-type: none;
    padding: 10px 0;
    margin-bottom: 0; }
  .home-header li {
    display: inline-block;
    margin: 0 10px; }
    .home-header li a {
      color: #4a4a4a; }
  .home-header a:hover {
    text-decoration: none; }
  .home-header a, .home-header a visited {
    text-decoration: none; }
  .home-header .menu-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between; }
    .home-header .menu-links img {
      height: 35px; }
    .home-header .menu-links a {
      margin: 10px; }
  .home-header .login {
    border-radius: 2px;
    padding: 5px 15px;
    height: 35px;
    margin-top: 10px;
    background: #4a4a4a;
    color: #fff;
    cursor: pointer; }

.home-wrapper {
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
  font-weight: 300; }
  .home-wrapper .banner {
    position: relative;
    height: 100%;
    min-height: 100vh;
    background: url("https://s3-us-west-2.amazonaws.com/controlpad/banners/home-banner.jpg") no-repeat top center;
    background-size: cover;
    padding-bottom: 300px; }
  .home-wrapper .overlay-text {
    width: 100%;
    color: #fff;
    height: 100vh; }
    .home-wrapper .overlay-text a {
      display: inline-block;
      background: transparent;
      border: solid 1px #fff;
      border-radius: 2px;
      color: #fff;
      text-decoration: none;
      padding: 8px 30px;
      text-align: center;
      font-size: 28px; }
    .home-wrapper .overlay-text h1 {
      font-size: 78px;
      font-weight: 500;
      line-height: .8;
      text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.25); }
    .home-wrapper .overlay-text p {
      margin: 30px auto 50px;
      max-width: 768px;
      font-size: 42px;
      line-height: 1.2; }
    .home-wrapper .overlay-text .actions {
      margin: 20px 0; }
    .home-wrapper .overlay-text.top {
      padding: 200px 0 0 0; }
    .home-wrapper .overlay-text img {
      display: block;
      margin: 20px auto; }
  .home-wrapper .slogan-wrapper {
    text-align: center; }

footer.home-footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  min-height: 60px;
  background: #4a4a4a;
  color: #fff;
  font-size: 14px;
  z-index: 95;
  margin-bottom: -107px; }
  footer.home-footer a {
    color: #fff; }
  footer.home-footer ul {
    display: -ms-flexbox;
    display: flex;
    -display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding-left: 0;
    list-style-type: none;
    margin: 0;
    padding: 30px 0 0; }
    footer.home-footer ul li {
      margin: 0 10px; }

footer .address {
  font-size: 12px; }
  footer .address ul {
    padding: 10px 0 30px; }

.inventory-image {
  width: 50px; }

.contact-info {
  position: relative;
  height: auto;
  margin-top: 100px; }
  .contact-info .avatar-img {
    float: left;
    width: 250px;
    height: 300px;
    border: solid 1px #eee; }
    .contact-info .avatar-img img {
      width: 100%; }
  .contact-info .personal-info {
    float: left;
    width: 300px;
    margin: 0 20px; }
  .contact-info .address p {
    margin: 0; }
  .contact-info ul {
    margin-top: 25px;
    padding-left: 0; }
    .contact-info ul.company {
      margin-top: 0; }
  .contact-info h3 {
    margin-top: 0; }
  .contact-info li {
    display: block;
    margin: 10px 0;
    font-size: 16px; }
    .contact-info li .lnr {
      margin-right: 5px; }
  .contact-info form {
    position: relative;
    display: inline-block;
    max-width: 372px;
    min-height: 400px; }
    .contact-info form input {
      width: 100%;
      height: 40px;
      margin-bottom: 13px;
      font-size: 16px;
      font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
      color: #838383;
      text-indent: 5px; }
    .contact-info form textarea {
      width: 100%;
      height: 130px;
      font-size: 16px;
      font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
      color: #838383;
      text-indent: 5px; }
    .contact-info form button {
      position: absolute;
      right: -7px;
      bottom: 0;
      height: 50px;
      width: 100px;
      padding: 10px 20px;
      border: none;
      background: #4a4a4a;
      font-size: 18px;
      color: #fff;
      cursor: pointer; }

.bkground-fill {
  background: #4a4a4a;
  height: 100vh; }

.text-wrapper {
  width: 95%;
  max-width: 768px;
  margin: 50px auto 0;
  font-size: 18px; }
  .text-wrapper.bk {
    padding: 20px;
    background: #f5f5f5; }
    .text-wrapper.bk h1 {
      margin-top: 0;
      padding-bottom: 15px;
      border-bottom: solid 1px #eee; }
    .text-wrapper.bk p {
      text-align: left;
      font-size: 16px;
      padding: 10px 0; }
    .text-wrapper.bk label {
      width: 100%;
      font-weight: 300; }
    .text-wrapper.bk .control-label {
      text-align: left;
      padding: 10px 0; }
    .text-wrapper.bk .form-group {
      margin-left: 0;
      margin-right: 0; }
      .text-wrapper.bk .form-group input {
        float: none;
        display: block;
        max-width: 300px; }
    .text-wrapper.bk .request-btn {
      width: 95%;
      max-width: 300px; }
      .text-wrapper.bk .request-btn button {
        width: 100%; }
      .text-wrapper.bk .request-btn i {
        margin-right: 5px; }

.login-wrapper {
  width: 95%;
  max-width: 305px;
  height: auto;
  padding: 20px;
  margin: 50px auto 0;
  background: #f5f5f5; }
  .login-wrapper h2 {
    text-align: center;
    font-size: 60px;
    font-weight: 100;
    margin: 0 0 25px;
    color: #000; }
  .login-wrapper .signup-btn {
    display: inline-block;
    background: #4a4a4a;
    height: 40px;
    line-height: 40px;
    width: 45%;
    color: #fff;
    text-align: center;
    float: right;
    margin: 10px 10px 0 0; }
  .login-wrapper .continue-btn {
    background: #4a4a4a;
    height: 40px;
    color: #fff; }
  .login-wrapper .password-forgot {
    margin-top: 20px;
    text-decoration: none;
    text-align: center; }
    .login-wrapper .password-forgot a {
      color: #000; }
      .login-wrapper .password-forgot a:hover {
        text-decoration: none; }
  .login-wrapper input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset; }
  .login-wrapper input {
    max-width: 100%;
    border-radius: 0;
    border: none;
    height: 40px;
    width: 100%;
    text-indent: 10px;
    margin: 10px auto;
    font-size: 16px; }
  .login-wrapper button {
    display: block;
    width: 100%;
    font-size: 16px;
    margin: 0 auto;
    cursor: pointer; }

.public-container {
  padding-top: 60px;
  color: #000; }
  .public-container form {
    margin-left: 25px; }
  .public-container label {
    display: block;
    margin: 15px auto;
    font-weight: 300; }
  .public-container input {
    height: 30px;
    width: 200px;
    border: none;
    font-size: 16px;
    color: #000;
    text-indent: 5px; }
  .public-container .panel .panel-heading {
    background: transparent !important;
    color: #838383; }
  .public-container .public-wrapper {
    max-width: 768px;
    margin: 0 auto;
    background: #f5f5f5;
    padding: 20px; }
    .public-container .public-wrapper.contact {
      max-width: 1024px;
      padding: 50px; }
    .public-container .public-wrapper h1 {
      font-size: 40px;
      text-align: center;
      margin: 25px auto;
      font-weight: 300; }
  .public-container .party-table {
    background: #fff; }
    .public-container .party-table thead:first-child tr:first-child th {
      border-bottom: 0; }
  .public-container .party-search {
    width: 100%;
    height: 40px; }
    .public-container .party-search input {
      height: 40px; }
    .public-container .party-search .input-group-btn {
      position: absolute;
      right: 30px;
      height: 40px; }
    .public-container .party-search .btn-default {
      border: none !important;
      margin-top: 5px; }
  .public-container .party-details {
    max-width: 768px;
    margin: 0 auto; }
    .public-container .party-details tr {
      border-top: solid 1px #ddd; }
    .public-container .party-details .panel {
      border: none; }
  .public-container .description {
    margin: 25px 0; }
  .public-container .locator-search-btn {
    height: 30px;
    width: 200px;
    margin: 25px auto;
    background: #4a4a4a;
    color: #fff;
    box-shadow: none;
    border: none; }

.tabs {
  float: left; }
  .tabs ul {
    display: -ms-flexbox;
    display: flex;
    border: solid 1px #eee;
    padding-left: 0;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    font-family: "Open-Sans";
    font-weight: 400;
    margin-bottom: 0; }
    .tabs ul li {
      display: inline-block;
      padding: 8px 12px;
      text-align: center;
      min-width: 85px;
      cursor: pointer; }
      .tabs ul li.packs {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-right: solid 1px #eee; }
        .tabs ul li.packs.active {
          background: #4a4a4a;
          color: #fff; }
      .tabs ul li.products {
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border-right: solid 1px #eee; }
        .tabs ul li.products.active {
          background: #4a4a4a;
          color: #fff; }
      .tabs ul li.fulfilled {
        border-top-right-radius: 5px;
        border-bottom-right-radius: 5px;
        border-right: solid 1px #eee; }
        .tabs ul li.fulfilled.active {
          background: #4a4a4a;
          color: #fff; }

.mobile-menu {
  display: none;
  position: absolute;
  right: 5px;
  top: 0;
  width: 50px;
  font-size: 30px;
  cursor: pointer;
  color: #000;
  z-index: 999; }

.mb-nav {
  position: relative;
  height: 70px;
  border-bottom: solid 2px #4a4a4a;
  text-align: center; }
  .mb-nav img {
    max-width: 200px;
    max-height: 55px; }
  .mb-nav .close {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 50px;
    font-size: 30px;
    cursor: pointer;
    color: #000; }

.mobile-nav {
  position: fixed;
  top: -100%;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  transition: .5s ease-in-out;
  z-index: 99999;
  overflow: hidden;
  color: #4a4a4a; }
  .mobile-nav.open {
    top: 0; }
  .mobile-nav ul {
    padding-left: 0;
    list-style-type: none; }
  .mobile-nav li {
    text-align: center;
    border-bottom: solid 1px #ccc; }
  .mobile-nav a {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none; }
    .mobile-nav a:hover {
      background: #eee;
      color: #4a4a4a;
      text-decoration: none; }

.home-page {
  padding: 50px 0 0; }

#content {
  display: table-cell;
  padding: 0 40px 100px; }
  #content h1:first-of-type {
    margin-top: 0; }

#main {
  display: table;
  height: 100%;
  width: 100%;
  max-width: 1330px;
  margin: 25px auto 0;
  padding-bottom: 150px; }

.popover-content {
  padding: 5px; }

#main-menu a {
  color: #838383;
  font-size: 16px;
  font-weight: 300;
  background: #fff;
  border: solid 1px #ddd; }
  #main-menu a.active {
    background: #f1f2f2;
    text-shadow: none; }
  #main-menu a:hover {
    background: #f1f2f2;
    text-decoration: none; }

#main-menu .popover {
  background: #fff;
  box-shadow: none;
  -webkit-box-shadow: none; }
  #main-menu .popover.right .arrow:after {
    border-right-color: #fff;
    color: #fff; }
  #main-menu .popover a {
    display: block;
    padding: 5px;
    border: none; }
    #main-menu .popover a:hover {
      background: #f5f5f5 !important; }

#add-phone {
  background: transparent;
  box-shadow: none;
  text-shadow: none;
  color: #000; }
  #add-phone:hover {
    background: inherit;
    color: inherit; }

.loading {
  height: 35px;
  margin-top: 50px; }

.count {
  position: absolute;
  right: 10px;
  height: 35px;
  line-height: 35px;
  width: auto;
  cursor: pointer;
  color: #838383;
  z-index: 999;
  outline: none; }
  .count .title {
    display: inline-block;
    text-align: center;
    width: 45px; }
  .count .number {
    width: auto;
    display: inline-block;
    text-align: center; }
    .count .number i {
      margin-left: 3px; }
  .count ul, .count select {
    position: absolute;
    right: 0;
    top: 35px;
    list-style-type: none;
    padding-left: 0;
    margin-bottom: 0;
    width: 100px;
    height: auto;
    background: #fff;
    border: solid 1px #f5f5f5;
    opacity: 0;
    z-index: -10;
    transition: .5s ease-in-out;
    visibility: hidden; }
    .count ul.pageNum, .count select.pageNum {
      opacity: 1;
      z-index: 10;
      visibility: visible; }
    .count ul li:hover, .count select li:hover {
      background: #f5f5f5; }

.page-actions {
  margin: 0 0 1em;
  min-height: 30px; }
  .page-actions button {
    box-shadow: none;
    -webkit-box-shadow: none;
    border: solid 1px #f3f3f3 !important;
    color: #838383; }
    .page-actions button:hover {
      color: #838383 !important; }
  .page-actions select {
    border: solid 1px #eee;
    box-shadow: none; }
    .page-actions select:focus {
      outline: none; }
  .page-actions form {
    display: inline-block; }

header {
  width: 100%;
  height: 65px;
  z-index: 100; }
  header .dropdown-menu {
    display: block;
    min-width: 160px;
    margin: 0;
    padding: 0;
    height: 0;
    line-height: 40px;
    background: #fff;
    border-radius: 0;
    box-shadow: 0px 2px 4px 0 #c2c4c6;
    top: 70px;
    left: auto;
    right: 0;
    overflow: hidden;
    opacity: 0;
    z-index: -1;
    transition: .3s ease-in-out;
    border: none; }
    header .dropdown-menu.menu {
      height: auto;
      z-index: 100;
      opacity: 1; }
    header .dropdown-menu li {
      background: #fff;
      height: 40px;
      line-height: 40px;
      width: 100%; }
      header .dropdown-menu li:hover {
        background: #f5f5f5 !important;
        color: #838383 !important; }
      header .dropdown-menu li a {
        display: block;
        width: 100%;
        height: 100%;
        padding: 10px;
        color: #838383 !important; }
      header .dropdown-menu li a:hover {
        background: #f5f5f5 !important;
        color: #838383 !important; }

.txt-indent {
  margin-left: 10px; }

.panel {
  border-radius: 2px !important;
  border: solid 0px #ddd; }
  .panel .panel-heading {
    background: #4a4a4a !important;
    color: #fff;
    border: none;
    border-bottom: #ddd;
    padding: 12px;
    border-radius: 2px 2px 0px 0px; }

.list-group {
  border-radius: 0;
  box-shadow: none; }

.list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.list-group-item:last-child {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.panel-primary.panel-heading {
  border-color: #ddd; }

.panel-title.align-center {
  text-align: center !important; }

.panel-footer {
  background: transparent; }

.btn-default {
  background: transparent !important;
  color: #838383;
  box-shadow: none;
  border: solid 1px #f5f5f5 !important; }
  .btn-default:hover {
    background: inherit;
    color: #838383 !important; }
  .btn-default:active {
    box-shadow: none; }

.pull-left {
  margin-left: 10px; }
  .pull-left.input-group-btn {
    margin-left: 0; }

.pull-right {
  max-width: 215px; }
  .pull-right .input-group .form-control {
    width: 96%; }
  .pull-right .input-group-btn:last-child .btn {
    margin-left: -5px; }

.collapse.navbar-collapse {
  border: none; }

.btn {
  padding: 7px 12px;
  border-radius: 0; }

.sub-header {
  width: 100%;
  height: 50px;
  color: #4a4a4a;
  margin-top: 25px; }
  .sub-header h1 {
    display: inline-block;
    margin: 0 0 0 10px;
    font-size: 24px;
    font-weight: 100;
    padding: 10px 0; }

.all-orders .filters-wrapper {
  max-width: 395px; }
  .all-orders .filters-wrapper:after {
    display: table;
    content: "";
    clear: both; }

.all-orders .filters .input-group {
  margin: 10px 0; }

.sub-wrapper {
  position: relative;
  max-width: 1330px;
  height: 100%;
  margin: 0 auto; }

.footer-menu {
  display: inline-block;
  margin: 0; }

#mainContent {
  padding: 0 5px; }

#storeMainContent {
  color: #838383; }
  #storeMainContent #main {
    margin-top: 50px; }
  #storeMainContent .store-container {
    max-width: 98%;
    margin: 0 auto; }
  #storeMainContent h1.banner {
    margin: 0;
    font-weight: 300; }
  #storeMainContent .blue-gray {
    background: #4a4a4a;
    padding: 10px; }
    #storeMainContent .blue-gray input {
      border: none; }
    #storeMainContent .blue-gray .btn-default {
      color: #fff; }
      #storeMainContent .blue-gray .btn-default:hover {
        color: #fff !important; }
      #storeMainContent .blue-gray .btn-default.search-btn {
        color: #838383;
        margin: 0;
        padding: 6px 10px; }
  #storeMainContent .row {
    margin: 0; }
    #storeMainContent .row.store {
      max-width: 1024px;
      margin: 100px auto 0; }
  #storeMainContent .prod-image {
    border: solid 1px #f5f5f5;
    min-height: 360px; }
  #storeMainContent .prod-details {
    padding-left: 25px; }
  #storeMainContent .category-menu {
    border: solid 1px #ddd;
    padding: 0;
    min-height: 300px; }
  #storeMainContent .categories .list-group-item {
    text-align: center;
    text-shadow: none; }
  #storeMainContent strong.ultra-light {
    font-size: 40px;
    font-weight: 300;
    color: #838383; }
  #storeMainContent .btn.add-to-cart {
    margin-top: 25px; }
  @media (max-width: 991px) {
    #storeMainContent .prod-details {
      margin-top: 50px; } }

.register-wrapper {
  max-width: 1280px;
  margin: 80px auto 0;
  padding-bottom: 100px; }
  .register-wrapper .register-guide {
    padding: 10px;
    max-width: 400px;
    min-height: 250px;
    height: auto;
    margin: 0 auto;
    background: #f5f5f5; }
  .register-wrapper .index-line {
    display: block;
    max-width: 80%;
    min-height: 50px;
    margin: 10px auto; }
    .register-wrapper .index-line p {
      float: left;
      width: 65%;
      margin: 0 0 0 20px; }
    .register-wrapper .index-line:after {
      display: table;
      content: "";
      clear: both; }
  .register-wrapper .numbers {
    float: left;
    background: #fff;
    border-radius: 50%;
    width: 25px;
    text-align: center;
    border: solid 1px #838383; }
    .register-wrapper .numbers.active {
      background: #4a4a4a;
      color: #fff; }
  .register-wrapper .back a {
    text-decoration: none;
    color: #838383; }
  .register-wrapper .back i {
    margin-right: 15px; }
  .register-wrapper .back.payment {
    text-align: right; }
  .register-wrapper .button {
    display: block;
    background: #4a4a4a;
    color: #fff;
    padding: 10px;
    text-align: center;
    border: none;
    margin: 20px auto; }
    .register-wrapper .button.personal-info {
      margin-top: 30px;
      text-align: center;
      float: right; }
    .register-wrapper .button.confirm {
      margin: 40px auto; }
    .register-wrapper .button.payment {
      float: right;
      padding: 10px 20px;
      margin-top: 25px; }
      .register-wrapper .button.payment:after {
        display: table;
        content: "";
        clear: both; }
  .register-wrapper form {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
    .register-wrapper form:after {
      display: table;
      content: "";
      clear: both; }
  .register-wrapper .register-container {
    padding: 20px 20px 40px;
    background: #f5f5f5;
    width: 90%;
    margin: 0 auto; }
    .register-wrapper .register-container:after {
      display: table;
      content: "";
      clear: both; }
    .register-wrapper .register-container .register-index {
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-justify-content: center; }
      .register-wrapper .register-container .register-index ul {
        padding-left: 0;
        padding: 20px;
        list-style-type: none;
        width: 85%; }
        .register-wrapper .register-container .register-index ul:after {
          display: table;
          content: "";
          clear: both; }
      .register-wrapper .register-container .register-index li {
        float: left;
        width: 33%; }
        .register-wrapper .register-container .register-index li p {
          float: left;
          margin-left: 15px; }
    .register-wrapper .register-container .columns {
      width: 100%;
      max-width: 49%;
      float: left;
      text-align: right; }
      .register-wrapper .register-container .columns input {
        width: 90%;
        height: 35px;
        margin: 5px 0;
        text-indent: 15px; }
        .register-wrapper .register-container .columns input.cvv {
          width: 90px; }
        .register-wrapper .register-container .columns input.checkbox {
          display: inline-block;
          width: 20px;
          height: 20px;
          margin-top: 15px; }
      .register-wrapper .register-container .columns small {
        display: block;
        text-align: left;
        font-size: 12px;
        margin: 5px 0 22px 55px; }
      .register-wrapper .register-container .columns:after {
        display: table;
        content: "";
        clear: both; }
  .register-wrapper h1 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 28px;
    font-weight: lighter;
    margin: 0 auto;
    margin-bottom: 35px; }
  .register-wrapper strong {
    font-weight: 400; }
  .register-wrapper .i-agree {
    font-weight: 300; }
  .register-wrapper .input-wrapper .state-zip {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 90%;
    float: right; }
    .register-wrapper .input-wrapper .state-zip input, .register-wrapper .input-wrapper .state-zip select {
      width: 40%;
      background: #fff;
      height: 35px; }
    .register-wrapper .input-wrapper .state-zip select {
      -webkit-appearance: none;
      border: solid 1px #ddd;
      margin: 5px 0;
      text-indent: 15px; }
      .register-wrapper .input-wrapper .state-zip select.payment {
        margin-right: 31px; }
    .register-wrapper .input-wrapper .state-zip input.payment {
      width: 50%; }
  .register-wrapper .input-wrapper:after {
    display: table;
    content: "";
    clear: both; }
  .register-wrapper .confirm-membership {
    text-align: center; }
    .register-wrapper .confirm-membership .price {
      font-size: 60px; }
    .register-wrapper .confirm-membership ul {
      padding-left: 0;
      width: 42%;
      max-width: 125px;
      margin: 0 auto;
      text-align: left; }
      .register-wrapper .confirm-membership ul:after {
        display: table;
        content: "";
        clear: both; }
  .register-wrapper .payment-method h2 {
    margin-top: 0;
    text-align: center; }
  .register-wrapper .payment-method p {
    text-align: center;
    margin-bottom: 20px;
    font-size: 12px; }
  .register-wrapper .payment-method .credit-cards {
    margin-top: 10px; }
  .register-wrapper .payment-method .expiration {
    -webkit-appearance: none;
    height: 35px;
    border: solid 1px #ddd;
    background: #fff;
    width: 90px;
    text-indent: 10px; }

.edit-product {
  width: 95%;
  max-width: 500px; }
  .edit-product .list-group-item {
    margin: 5px 0;
    min-height: 40px; }

#items_list {
  margin-top: 10px; }
  #items_list li {
    margin: 5px 0; }

.empty-cart {
  margin: 10px auto;
  text-align: center;
  font-size: 22px;
  color: red; }

.bundle-details {
  position: absolute;
  bottom: 0;
  left: 0;
  line-height: initial;
  width: 100%;
  font-size: 10px;
  padding: 0; }

.public-cart {
  max-width: 1280px;
  margin: 0 auto; }
  .public-cart h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 100; }
  .public-cart .public-cart-container {
    position: relative;
    width: 90%;
    padding: 0 20px; }
    .public-cart .public-cart-container strong {
      font-weight: 300; }
  .public-cart .public-cart-wrapper {
    width: 90%;
    margin: 0 auto; }
    .public-cart .public-cart-wrapper .accepted-cards {
      margin: 0 0 25px; }
    .public-cart .public-cart-wrapper .main-table {
      border-bottom: solid 1px #ddd; }
  .public-cart table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff; }
    .public-cart table tr {
      position: relative; }
    .public-cart table th, .public-cart table td {
      padding: 10px;
      text-align: center;
      width: 110px; }
    .public-cart table th {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px; }
  .public-cart thead:focus {
    outline: none; }
  .public-cart tr {
    padding: 5px;
    border-top: solid 1px #ddd;
    height: 71px; }
    .public-cart tr:focus {
      outline: none; }
  .public-cart .quantity-wrapper {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto; }
    .public-cart .quantity-wrapper:after {
      display: table;
      content: "";
      clear: both; }
    .public-cart .quantity-wrapper input {
      border: solid 1px #eee;
      background: none;
      font-size: 14px;
      color: #838383;
      cursor: pointer;
      width: 50px;
      height: 38px;
      text-align: center; }
  .public-cart .cont-shopping {
    display: inline-block;
    margin: 10px;
    color: #4a4a4a;
    font-size: 16px; }
  .public-cart .discount-received {
    float: right;
    margin-top: 10px;
    text-align: right;
    color: #4a4a4a; }
  .public-cart .cart-total {
    margin-bottom: 25px; }
    .public-cart .cart-total h4 {
      display: inline-block;
      font-weight: 400;
      margin: 0; }
    .public-cart .cart-total p {
      display: inline-block; }
  .public-cart .proceed-details {
    position: relative;
    text-align: right; }

.continue-shopping-line {
  padding-top: 30px; }

.checkout-btn {
  border: none;
  background: #4a4a4a;
  font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
  font-size: 20px;
  color: #fff;
  border-radius: 2px;
  height: 25px;
  width: 95px;
  padding: 10px 20px;
  margin: 20px 0 0;
  cursor: pointer; }
  .checkout-btn:hover {
    color: #fff; }

.url-link {
  float: left !important;
  padding: 10px; }

.almost-complete {
  float: left;
  height: 72px;
  max-width: 390px;
  margin-left: 25px;
  overflow: hidden;
  transition: .5s ease-in-out; }
  .almost-complete.almostDone {
    height: auto; }
  .almost-complete.almostDone table {
    opacity: 1; }
  .almost-complete strong {
    cursor: pointer; }
  .almost-complete table {
    opacity: 0; }

.rep-dash {
  margin: 25px auto; }
  .rep-dash .quick-links, .rep-dash .p-volume, .rep-dash .organization-volume {
    float: left;
    margin: 0 15px;
    min-height: 162px; }
  .rep-dash .quick-links {
    min-width: 200px;
    width: auto;
    margin-left: 0; }
  .rep-dash:after {
    display: table;
    content: "";
    clear: both; }

@media (min-width: 1026px) {
  .place-order-page h2 {
    text-align: right; } }

.place-order-page {
  max-width: 1280px;
  margin: 0 auto; }
  .place-order-page .checkout-container {
    padding: 20px;
    background: #f5f5f5;
    width: 90%;
    margin: 50px auto; }
    .place-order-page .checkout-container:after {
      display: table;
      content: "";
      clear: both; }
    .place-order-page .checkout-container input.ng-invalid.ng-dirty, .place-order-page .checkout-container select.ng-invalid.ng-dirty {
      border: solid 1px red; }
  .place-order-page h2 {
    text-align: center;
    margin-bottom: 15px;
    font-size: 24px; }
  .place-order-page .input-group {
    width: 100%;
    max-width: 300px;
    position: relative; }
    .place-order-page .input-group.dropdown:after {
      position: absolute;
      right: 10px;
      top: 25px;
      font-family: "Linearicons";
      content: "\e93a";
      font-size: 15px;
      pointer-events: none; }
    .place-order-page .input-group label {
      display: inline;
      margin: 10px 0 5px;
      font-size: 14px;
      font-weight: 100; }
      .place-order-page .input-group label.same-shipping {
        float: left; }
    .place-order-page .input-group span {
      position: absolute;
      right: 10px;
      top: 20px; }
      .place-order-page .input-group span .lnr {
        font-size: 16px; }
    .place-order-page .input-group input, .place-order-page .input-group select {
      height: 40px;
      line-height: 40px;
      width: 100%;
      max-width: 260px;
      font-size: 16px;
      font-weight: 100;
      color: #838383;
      padding: 0;
      text-indent: 15px;
      border: solid 1px #ddd;
      margin: 10px 0;
      font-family: "Open-Sans", "Helvetica Neue", "sans-serif"; }
      .place-order-page .input-group input.coupon-code, .place-order-page .input-group select.coupon-code {
        display: block;
        text-indent: 5px;
        width: 100%;
        height: 30px;
        margin: 0; }
    .place-order-page .input-group #apply-button {
      width: 75px;
      height: 30px;
      line-height: 25px;
      text-align: center;
      background: #4a4a4a;
      color: #fff;
      font-size: 16px;
      font-weight: 100;
      cursor: pointer;
      border: none;
      margin-top: 10px; }
    .place-order-page .input-group input[type=checkbox] {
      width: 20px;
      height: 20px;
      float: left;
      margin: 2px auto 0; }
  .place-order-page select {
    background: #fff;
    border: solid 1px #ddd;
    border-radius: 0;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    -moz-appearance: none; }
    .place-order-page select.shipping-options {
      width: 100%;
      height: 40px;
      font-size: 14px;
      color: #838383;
      font-weight: 100;
      font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
      text-indent: 10px; }
  .place-order-page .information-section {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    width: 100%; }
    .place-order-page .information-section:after {
      display: table;
      content: "";
      clear: both; }
    .place-order-page .information-section.stepTwo {
      display: none; }
  .place-order-page .title-row {
    width: 100%;
    height: 40px;
    text-align: center;
    margin: 35px auto 0; }
    .place-order-page .title-row p {
      margin: 0;
      font-size: 14px;
      font-weight: 400;
      color: #959595;
      line-height: 25px; }
      .place-order-page .title-row p.stepOne {
        color: #555555; }
        .place-order-page .title-row p.stepOne span {
          background: #4a4a4a; }
      .place-order-page .title-row p.stepTwo {
        color: #555555; }
        .place-order-page .title-row p.stepTwo span {
          background: #4a4a4a; }
      .place-order-page .title-row p span {
        display: inline-block;
        border-radius: 50%;
        height: 25px;
        width: 25px;
        background: #959595;
        color: #fff;
        text-align: center;
        margin-right: 5px; }
    .place-order-page .title-row .step-one-nav, .place-order-page .title-row .step-two-nav {
      display: inline-block;
      margin: 0 20px; }
  .place-order-page .your-information, .place-order-page #address-billing, .place-order-page #address-shipping {
    float: left;
    padding: 25px;
    width: 260px; }
  .place-order-page .next-btn-wrapper ::-webkit-input-placeholder {
    color: #fff; }
  .place-order-page .next-btn-wrapper :-moz-placeholder {
    color: #fff; }
  .place-order-page .next-btn-wrapper :-ms-input-placeholder {
    color: #fff; }
  .place-order-page .next-btn-wrapper .next-btn {
    float: right;
    width: 125px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #4a4a4a;
    color: #fff;
    font-size: 20px;
    cursor: not-allowed;
    border: none;
    opacity: .5; }
    .place-order-page .next-btn-wrapper .next-btn.enabled {
      opacity: 1;
      cursor: pointer; }
  .place-order-page .confirm-order {
    float: left;
    margin: 0 25px; }
  .place-order-page .payment-method {
    position: relative;
    float: left;
    margin: 0 25px;
    width: 261px; }
    .place-order-page .payment-method input {
      display: block;
      width: 255px;
      height: 40px;
      line-height: 40px;
      margin-bottom: 20px;
      font-size: 16px;
      text-indent: 10px; }
      .place-order-page .payment-method input.place-order {
        float: right;
        width: 150px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        background: #4a4a4a;
        color: #fff;
        text-indent: 0;
        font-size: 20px;
        cursor: pointer;
        border: none;
        margin-top: 25px; }
    .place-order-page .payment-method .payment-btn:after {
      display: table;
      content: "";
      clear: both; }
    .place-order-page .payment-method .payment-btn .accepted-cards {
      display: block;
      height: 50px; }
    .place-order-page .payment-method .payment-options:after, .place-order-page .payment-method .order-buttons:after {
      display: table;
      content: "";
      clear: both; }
    .place-order-page .payment-method .return-btn {
      float: left;
      margin-top: 25px;
      bottom: 20px;
      height: 45px;
      line-height: 45px;
      width: 100px;
      background: #4a4a4a;
      color: #fff;
      text-align: center;
      font-size: 20px;
      cursor: pointer; }
    .place-order-page .payment-method select {
      width: 85px;
      height: 40px;
      line-height: 40px;
      text-align: center;
      font-size: 16px;
      color: #838383;
      font-weight: 100;
      font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
      margin: 0 2px;
      text-indent: 10px; }
    .place-order-page .payment-method .credit-cards {
      float: right;
      padding: 15px 0 5px; }
  .place-order-page .confirm-order-section {
    display: none;
    -webkit-display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    padding: 20px; }
    .place-order-page .confirm-order-section.stepTwo {
      display: -ms-flexbox;
      display: flex; }
    .place-order-page .confirm-order-section:after {
      display: table;
      content: "";
      clear: both; }
    .place-order-page .confirm-order-section table {
      width: 100%;
      margin: 0;
      padding: 0;
      border-collapse: collapse;
      border-spacing: 0;
      background: #fff; }
    .place-order-page .confirm-order-section th, .place-order-page .confirm-order-section td {
      padding: 8px;
      text-align: center; }
      .place-order-page .confirm-order-section th.product-name, .place-order-page .confirm-order-section td.product-name {
        text-align: left; }
      .place-order-page .confirm-order-section th.product-price, .place-order-page .confirm-order-section td.product-price {
        text-align: right; }
    .place-order-page .confirm-order-section tr {
      border-top: solid 1px #ccc;
      width: 530px;
      height: 40px; }
    .place-order-page .confirm-order-section th {
      font-weight: 400;
      color: #555555;
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px; }
  .place-order-page .confirm-details {
    width: 530px; }
    .place-order-page .confirm-details h4 {
      margin: 0;
      float: left;
      color: #555555;
      font-weight: 300; }
    .place-order-page .confirm-details .totals-left-col {
      float: left; }
    .place-order-page .confirm-details .totals-right-col {
      float: right;
      min-width: 250px;
      max-width: 300px; }
    .place-order-page .confirm-details .price-col {
      float: right;
      margin-right: 7px;
      text-align: right; }
    .place-order-page .confirm-details .total-line {
      height: 30px;
      line-height: 30px; }
    .place-order-page .confirm-details:after {
      display: table;
      content: "";
      clear: both; }
    .place-order-page .confirm-details #total {
      color: #555555; }
    .place-order-page .confirm-details .applied-coupons {
      float: none;
      margin-top: 20px;
      text-align: left; }
  .place-order-page .coupon-wrapper {
    float: left;
    width: 200px;
    margin-top: 5px;
    text-align: right; }
    .place-order-page .coupon-wrapper #invalid {
      text-align: left;
      margin-top: 10px; }
  .place-order-page .confirm-totals {
    width: 100%;
    margin-top: 20px; }
    .place-order-page .confirm-totals:after {
      display: table;
      content: "";
      clear: both; }

.not-in-order {
  color: tomato;
  margin-bottom: 10px; }

.scan-columns {
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around; }
  .scan-columns h3 {
    text-decoration: underline; }
  .scan-columns ul {
    padding-left: 0;
    list-style-type: none; }
  .scan-columns button {
    background: #4a4a4a;
    color: white;
    border: none;
    height: 40px; }
  .scan-columns .scanItems {
    display: inline-block;
    width: 49%;
    text-align: center; }

.public-pages {
  max-width: 1330px;
  margin: 50px auto 0;
  padding: 0 10px; }

.upload-image {
  height: 200px; }

#drop-zone, #drop-zone-media {
  border: 2px dashed #bbb;
  text-align: center;
  padding: 25px;
  min-height: 50px;
  font-size: 18px;
  font-weight: 400; }

.small-print {
  text-align: center;
  font-size: 12px;
  width: 100%; }

.home-links {
  text-align: center;
  color: white; }
  .home-links a {
    color: white; }

.no-bullets {
  list-style-type: none; }

.align-center {
  text-align: center; }

.product-line {
  position: relative;
  margin: 40px auto; }
  .product-line.top {
    margin-top: 0; }
  .product-line:after {
    display: table;
    content: "";
    clear: both; }
  .product-line .panel-body {
    padding: 0; }
  .product-line .heading {
    height: 37px;
    padding: 0 15px;
    background: #4a4a4a;
    color: #fff;
    margin-bottom: 5px; }
    .product-line .heading h3 {
      margin: 0;
      font-size: 16px;
      font-weight: 400;
      padding: 10px 0; }
  .product-line input, .product-line select {
    height: 40px;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    border: none; }
    .product-line input.cat-name, .product-line select.cat-name {
      border: solid 1px #eee; }
    .product-line input.submit-btn, .product-line select.submit-btn {
      position: absolute;
      right: 0;
      height: 40px;
      padding: 5px 15px;
      background: #4a4a4a;
      color: #fff;
      font-size: 20px; }
  .product-line .input-wrapper {
    float: left;
    border: solid 1px #eee;
    text-indent: 5px;
    margin: 0 5px; }
    .product-line .input-wrapper.name {
      width: 100%;
      max-width: 350px; }
      .product-line .input-wrapper.name input {
        width: 100%; }
    .product-line .input-wrapper.url {
      display: none;
      background: #eee;
      min-width: 275px;
      height: 42px;
      padding: 15px 5px; }
    .product-line .input-wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .product-line select {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
    -moz-appearance: none;
    padding: 0 5px; }
  .product-line .select-wrapper {
    position: relative;
    float: left;
    border: solid 1px #eee;
    margin: 0px 5px; }
    .product-line .select-wrapper select {
      padding: 0 30px; }
    .product-line .select-wrapper .cat-heading {
      font-size: 18px;
      color: black;
      border-bottom: 1px solid #f5f5f5;
      padding: 10px; }
    .product-line .select-wrapper.categories {
      float: none;
      width: 100%;
      border: none;
      text-indent: 0;
      color: #838383;
      margin: 0; }
      .product-line .select-wrapper.categories select {
        margin-left: 10px;
        width: 95%;
        height: 30px;
        background: #f5f5f5; }
    .product-line .select-wrapper.type {
      max-width: 350px; }
    .product-line .select-wrapper:after {
      display: table;
      content: "";
      clear: both; }
    .product-line .select-wrapper span {
      position: absolute;
      right: 5px;
      top: 10px; }
  .product-line .descriptions {
    width: 100%;
    max-width: 49%;
    float: left; }
    .product-line .descriptions textarea {
      border: none;
      padding: 0;
      width: 100%;
      padding: 10px;
      min-height: 180px;
      resize: none; }
    .product-line .descriptions.right {
      float: right; }
  .product-line .tag-search {
    margin-bottom: 0; }
    .product-line .tag-search .input-wrapper {
      width: 100%;
      height: 40px;
      border: none;
      padding: 0; }
  .product-line .seperate {
    font-size: 12px;
    color: #838383;
    margin-left: 5px; }
  .product-line .tags {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none; }
    .product-line .tags li {
      position: relative;
      border: solid 1px #eee;
      padding: 5px;
      margin: 5px; }
      .product-line .tags li span {
        margin-left: 5px; }
  .product-line .category {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    padding-left: 0;
    list-style-type: none; }
    .product-line .category.added {
      display: block; }
    .product-line .category .parent-sub {
      padding: 5px;
      width: 100%;
      border-right: none;
      border-left: none;
      margin-top: 10px; }
      .product-line .category .parent-sub:after {
        display: table;
        content: "";
        clear: both; }
      .product-line .category .parent-sub .parent, .product-line .category .parent-sub .sub {
        float: left;
        width: 50%;
        text-indent: 15px; }
      .product-line .category .parent-sub i {
        position: absolute;
        right: 10px;
        padding: 5px;
        font-size: 12px; }
  .product-line .category-panel {
    margin-bottom: 0; }
  .product-line .category-list li {
    position: relative;
    border: solid 1px #eee;
    padding: 5px; }
  .product-line .tag-list {
    display: inline-block; }
  .product-line .visible label, .product-line .visible input {
    height: 25px;
    width: auto;
    font-weight: 400;
    vertical-align: bottom;
    float: left;
    margin-top: 0; }
  .product-line .visible .panel-body {
    padding: 15px; }
  .product-line .visible input {
    margin-right: 10px; }
  .product-line table {
    width: 100%; }
    .product-line table thead {
      color: #fff;
      background: #4a4a4a;
      border-bottom: solid 1px #eee; }
      .product-line table thead h3 {
        font-size: 16px; }
    .product-line table td.product-id input {
      width: 100%; }
    .product-line table label {
      font-size: 12px;
      font-weight: 300; }
    .product-line table .top .form-group {
      margin-top: 10px; }
    .product-line table .input-group {
      margin: 0 auto; }
    .product-line table input {
      background: #eee;
      height: 25px; }
  .product-line .btn-container {
    position: relative;
    min-height: 40px;
    width: 100%; }
    .product-line .btn-container button {
      position: absolute;
      right: 0;
      background: #4a4a4a;
      border: none;
      color: #fff;
      padding: 10px;
      font-size: 16px; }
  .product-line .item-list {
    border: none;
    margin: 50px 0; }
    .product-line .item-list thead {
      background: #eee;
      color: #838383; }
    .product-line .item-list .panel-heading {
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between; }
  .product-line .p-header {
    float: left;
    background: #4a4a4a;
    color: #fff;
    padding: 10px;
    margin: 0;
    font-size: 16px;
    height: 45px; }
  .product-line .panel-title {
    font-weight: 400; }

.product-line .supplies {
  width: auto; }

.product-search input {
  float: left;
  width: 74%;
  height: 45px;
  max-width: 835px;
  border: solid 1px #ddd;
  text-indent: 5px; }

.product-search button {
  position: absolute;
  right: 0;
  border: none;
  background: rgba(59, 183, 232, 0.5);
  color: #fff;
  height: 45px;
  line-height: 24px;
  width: 188px;
  padding: 10px;
  font-size: 16px; }
  .product-search button:after {
    content: "\e922";
    font-family: "linearicons";
    margin-left: 5px;
    font-size: 16px; }

.product-search:after {
  display: table;
  content: "";
  clear: both; }

.product-search form {
  position: relative; }
  .product-search form:after {
    display: table;
    content: "";
    clear: both; }

.product-search .search-header {
  background: #4a4a4a;
  color: #fff;
  height: 40px;
  padding: 10px 15px;
  margin-bottom: 10px; }
  .product-search .search-header h3 {
    margin: 0;
    font-size: 18px; }

.product-head {
  display: -ms-flexbox;
  display: flex; }
  .product-head:after {
    display: table;
    content: "";
    clear: both; }
  .product-head:focus {
    outline: none; }
  .product-head .img-wrapper {
    margin-left: 15px; }
    .product-head .img-wrapper:after {
      display: table;
      content: "";
      clear: both; }

.sub-totals {
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  text-align: center; }

.one-third {
  width: 33%; }

.totals {
  height: 60px;
  line-height: 60px;
  background: #4a4a4a;
  color: #fff;
  font-size: 18px;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: center; }
  .totals input {
    width: 100px;
    color: #838383;
    background: #fff;
    text-align: center; }

.accordion.bundle thead {
  background: transparent;
  border-bottom: 0; }
  .accordion.bundle thead th {
    width: 33%; }

.accordion.bundle .attr {
  background: #eee;
  height: 30px;
  line-height: 30px;
  margin: 5px 10px; }
  .accordion.bundle .attr input {
    width: 100%;
    height: 30px;
    text-align: center; }
    .accordion.bundle .attr input.bundle-price {
      background: transparent; }

.accordion .accordion-head {
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  position: relative;
  height: 40px;
  border-bottom: solid 1px #eee;
  cursor: pointer; }
  .accordion .accordion-head:focus {
    outline: none; }
  .accordion .accordion-head.bundle {
    display: block;
    position: relative;
    width: 100%;
    height: 60px;
    font-size: 16px;
    border-bottom: solid 1px #eee;
    cursor: pointer; }
    .accordion .accordion-head.bundle img {
      float: left;
      height: 59px;
      width: auto;
      margin: 0 30px; }
    .accordion .accordion-head.bundle input {
      float: left; }
    .accordion .accordion-head.bundle p {
      float: left;
      padding: 20px 5px; }
    .accordion .accordion-head.bundle input[type="checkbox"] {
      margin-top: 0;
      margin-right: 10px;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      border: solid 1px #eee;
      height: 40px;
      width: 40px; }
      .accordion .accordion-head.bundle input[type="checkbox"]:checked {
        text-align: center; }
        .accordion .accordion-head.bundle input[type="checkbox"]:checked:after {
          content: "\e934";
          font-family: "linearicons"; }
    .accordion .accordion-head.bundle .down-arrow, .accordion .accordion-head.bundle .up-arrow {
      float: left;
      padding: 20px 0; }
    .accordion .accordion-head.bundle:after {
      display: table;
      content: "";
      clear: both; }
  .accordion .accordion-head.table {
    display: table;
    margin-bottom: 0; }
  .accordion .accordion-head .delete-icon {
    width: 100px;
    height: 100%;
    font-size: 18px; }
    .accordion .accordion-head .delete-icon span {
      display: block;
      width: 100px;
      height: 100%;
      line-height: 60px;
      text-align: center;
      transition: .3s ease-in-out; }
      .accordion .accordion-head .delete-icon span.product {
        line-height: 40px; }
      .accordion .accordion-head .delete-icon span:hover {
        background: rgba(59, 183, 232, 0.5);
        color: #fff; }
    .accordion .accordion-head .delete-icon.bundle {
      position: absolute;
      right: 0; }
  .accordion .accordion-head:hover .delete-icon span {
    overflow: hidden;
    visibility: visible;
    right: 0; }
  .accordion .accordion-head p {
    padding: 10px 5px;
    margin-bottom: 0;
    height: 100%;
    min-width: 300px; }
  .accordion .accordion-head .down-arrow {
    margin-right: 5px; }
    .accordion .accordion-head .down-arrow.package {
      float: left; }
    .accordion .accordion-head .down-arrow.down {
      display: none; }
  .accordion .accordion-head .up-arrow {
    margin-right: 5px;
    display: none; }
    .accordion .accordion-head .up-arrow.package {
      float: left; }
    .accordion .accordion-head .up-arrow.up {
      display: inline-block; }
  .accordion .accordion-head .default {
    max-height: 100%;
    margin-top: 0; }

.accordion .accordion-body {
  max-height: 0;
  visibility: hidden;
  overflow: hidden;
  transition: .5s ease-in-out; }
  .accordion .accordion-body.current {
    max-height: 1000px;
    visibility: visible;
    transition: .5s ease-in-out; }
    .accordion .accordion-body.current.table {
      display: table; }
  .accordion .accordion-body.table {
    display: none; }
  .accordion .accordion-body .update-btn {
    background: #4a4a4a;
    color: #fff;
    padding: 5px 10px;
    border: none; }

.items-added {
  max-height: 0;
  overflow: hidden;
  transition: 1s ease-in-out; }
  .items-added.itemsAdded {
    max-height: 100%; }
  .items-added h2 {
    min-width: 300px; }

.inventory-filter label {
  font-weight: 100; }

.inventory-filter select {
  border: none;
  background: #fafafa;
  border-radius: 2px;
  font-size: 16px;
  font-weight: 100;
  height: 40px; }

.inventory-filter .category {
  float: right;
  margin: 0 20px; }

.inventory-filter .alpha-price {
  float: right; }

.inventory-filter:after {
  display: table;
  content: "";
  clear: both; }

.slick-slide {
  cursor: pointer; }

.inventory-modal {
  position: absolute;
  top: -200%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
  overflow: hidden; }
  .inventory-modal.visible {
    top: 0;
    background: rgba(255, 255, 255, 0.8);
    transition: .5s ease-in-out; }
  .inventory-modal h4 {
    font-weight: 400; }
  .inventory-modal ul {
    padding-left: 0;
    list-style-type: none; }
    .inventory-modal ul.lgModal-img {
      position: relative;
      overflow: hidden; }
      .inventory-modal ul.lgModal-img .slick-track:after {
        display: table;
        content: "";
        clear: both; }
      .inventory-modal ul.lgModal-img li {
        float: left;
        cursor: pointer; }
    .inventory-modal ul.productModal {
      height: 450px; }
      .inventory-modal ul.productModal li {
        float: left; }
    .inventory-modal ul.thumbnails {
      height: 100px;
      width: 350px;
      overflow: hidden; }
      .inventory-modal ul.thumbnails button {
        display: none; }
      .inventory-modal ul.thumbnails .slick-track {
        max-height: 100px;
        position: relative;
        top: 0;
        left: 0;
        display: block; }
      .inventory-modal ul.thumbnails li {
        position: relative;
        display: inline-block; }
      .inventory-modal ul.thumbnails .slick-prev, .inventory-modal ul.thumbnails .slick-next {
        position: absolute;
        width: 30px;
        height: 100%;
        color: #4a4a4a;
        font-size: 25px;
        z-index: 25;
        text-align: center;
        border: none;
        background: transparent; }
      .inventory-modal ul.thumbnails .slick-prev {
        left: -20px; }
        .inventory-modal ul.thumbnails .slick-prev:before {
          font-family: "Linearicons";
          content: "\e93b";
          color: #838383; }
      .inventory-modal ul.thumbnails .slick-next {
        right: -20px;
        top: 0; }
        .inventory-modal ul.thumbnails .slick-next:before {
          font-family: "Linearicons";
          content: "\e93c";
          color: #838383; }
  .inventory-modal .inventory-show {
    position: relative;
    width: 100%;
    max-width: 768px;
    margin: 50px auto 0;
    background: #fff;
    box-shadow: 1px 2px 10px 3px #c2c4c6;
    max-height: 800px;
    overflow: scroll; }
    .inventory-modal .inventory-show:after {
      display: table;
      content: "";
      clear: both; }
    .inventory-modal .inventory-show:focus {
      outline: none; }
  .inventory-modal .close-modal {
    position: absolute;
    top: 8px;
    right: 12px;
    font-size: 26px;
    color: #838383;
    cursor: pointer; }
  .inventory-modal .inventory-images {
    text-align: center;
    padding: 20px; }
    .inventory-modal .inventory-images .main-img {
      width: 100%;
      max-width: 350px;
      margin: 30px auto 0; }
      .inventory-modal .inventory-images .main-img img {
        width: 100%; }
    .inventory-modal .inventory-images .img-carousel {
      position: relative;
      width: 350px;
      margin: 0 auto; }
  .inventory-modal .lgModal-img button {
    display: none; }
  .inventory-modal .lgModal-img .slick-track {
    max-height: 100%; }
  .inventory-modal .product-details {
    max-width: 650px;
    margin: 0 auto;
    padding: 0 20px 20px;
    font-weight: 100; }
    .inventory-modal .product-details .left-col {
      float: left;
      width: 50%;
      margin: 0 auto; }
      .inventory-modal .product-details .left-col.right {
        text-align: right; }
    .inventory-modal .product-details:after {
      display: table;
      content: "";
      clear: both; }
  .inventory-modal .select-wrapper {
    float: right;
    height: 40px;
    border: solid 1px #eee;
    text-indent: 5px;
    padding: 0 5px; }
    .inventory-modal .select-wrapper label {
      font-weight: 100; }
    .inventory-modal .select-wrapper:after {
      display: table;
      content: "";
      clear: both; }
    .inventory-modal .select-wrapper select {
      border: none;
      background: none;
      font-size: 14px;
      color: #838383;
      cursor: pointer;
      text-align: center; }
      .inventory-modal .select-wrapper select:focus {
        outline: none; }
  .inventory-modal .quantity-wrapper {
    float: right;
    height: 40px;
    border: solid 1px #eee;
    text-indent: 5px;
    min-width: 104px; }
    .inventory-modal .quantity-wrapper label {
      font-weight: 100; }
    .inventory-modal .quantity-wrapper:after {
      display: table;
      content: "";
      clear: both; }
    .inventory-modal .quantity-wrapper input {
      border: none;
      background: none;
      font-size: 14px;
      color: #838383;
      cursor: pointer;
      width: 50px;
      height: 38px;
      text-align: center; }
      .inventory-modal .quantity-wrapper input:focus {
        outline: none; }
  .inventory-modal .line {
    width: 100%;
    height: 50px;
    text-align: center; }
    .inventory-modal .line:after {
      display: table;
      content: "";
      clear: both; }
  .inventory-modal .price {
    display: inline-block;
    font-size: 18px; }
  .inventory-modal .add-to-cart {
    float: right;
    color: #fff;
    background: #4a4a4a;
    font-size: 18px;
    font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
    width: 130px;
    height: 40px;
    border: none;
    box-shadow: none;
    cursor: pointer; }
    .inventory-modal .add-to-cart.sold-out {
      display: none; }

.lnr-cloud-upload {
  font-size: 18px; }

.cp-terms {
  padding-left: 15px; }
  .cp-terms li {
    display: list-item; }

th:focus {
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dropzone .dz-preview {
  margin: 15px 0 !important; }
  .dropzone .dz-preview .dz-image {
    border-radius: 0 !important; }

.space-around {
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-justify-content: space-around; }

.email-labels {
  border: 1px solid black;
  border-radius: 5px;
  color: black;
  padding: 3px;
  margin: 5px;
  white-space: nowrap;
  display: inline-block; }
  .email-labels .lnr-cross {
    color: red;
    font-size: 10px; }

.build-coupon {
  background: #4a4a4a;
  padding: 5px;
  color: white;
  font-size: 16px; }

.nacha {
  text-decoration: none;
  margin: 7px;
  padding: 7px;
  color: white;
  background: #25C560; }
  .nacha:hover {
    text-decoration: none;
    color: inherit; }

.no-results {
  font-size: 18px;
  margin-top: 20px; }

.white-text {
  color: white; }

@media (max-width: 1180px) {
  .almost-complete {
    margin-left: 0;
    padding: 19px 5px;
    display: block !important; }
  .url-link {
    max-width: 390px;
    float: none !important;
    display: block !important; }
  .rep-dash .quick-links, .rep-dash .p-volume, .rep-dash .organization-volume {
    width: 90%;
    margin: 25px auto 0;
    display: block;
    float: none; }
  .graphs, .profile-alerts {
    max-width: 90%;
    margin: 25px auto 0; }
  .place-order-page .payment-method {
    margin: 0 15px; }
  .product-line .input-wrapper, .product-line .select-wrapper {
    float: none;
    display: block;
    margin: 15px 0; }
    .product-line .input-wrapper select, .product-line .select-wrapper select {
      width: 100%;
      padding: 0 5px; } }

@media (max-width: 1024px) {
  .cp-full {
    text-align: center; }
  .edit-product {
    margin: 0 auto; }
  .home-img {
    margin: 50px 0; }
    .home-img img {
      float: none; }
      .home-img img.right {
        float: none;
        width: 100%; }
    .home-img .home-text {
      float: none;
      width: 100%;
      max-width: 500px;
      margin: 0 auto; }
      .home-img .home-text.left {
        float: none; }
        .home-img .home-text.left a {
          position: static; }
  .home-wrapper .slogan-wrapper {
    position: static;
    left: 0;
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  .home-wrapper .overlay-text h1 {
    font-size: 66px; }
  .home-wrapper .overlay-text p {
    font-size: 32px;
    max-width: 100%; }
  .home-wrapper .overlay-text a {
    margin-left: 0; }
  .place-order-page .confirm-order {
    float: none;
    margin: 0 auto;
    width: 100%; }
  .place-order-page .confirm-details {
    width: 100%; }
  .place-order-page .confirm-order-section.stepTwo {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column; }
  .place-order-page .your-information, .place-order-page #address-billing, .place-order-page #address-shipping {
    padding: 5px;
    width: 230px; }
  .place-order-page .checkout-container {
    width: 95%;
    padding: 5px 5px 25px; }
  .place-order-page .payment-method {
    width: 95%;
    margin: 0 auto;
    float: none; }
    .place-order-page .payment-method input {
      width: 100%; }
      .place-order-page .payment-method input.place-order {
        margin-top: 0; }
    .place-order-page .payment-method .credit-cards {
      float: none; }
    .place-order-page .payment-method .order-buttons {
      margin-top: 20px; }
  .place-order-page .payment-btn {
    margin-top: 10px; }
    .place-order-page .payment-btn .return-btn {
      position: static;
      float: left; }
  .register-wrapper .register-container .register-index ul {
    width: 100%; }
  .register-wrapper .register-container .register-index li p {
    margin-left: 5px; }
  .product-search input {
    width: 65%; } }

@media (max-width: 1000px) {
  .home-header .demo-categories {
    display: none; } }

@media (max-width: 991px) {
  .header-text {
    display: none; }
  .contact-info .personal-info {
    float: none;
    margin: 0 auto;
    text-align: left;
    width: auto;
    max-width: 372px; }
  .public-container .public-wrapper.contact {
    text-align: center; }
  .public-container form {
    margin-top: 50px;
    margin-left: 0; } }

@media (max-width: 825px) {
  .register-wrapper .register-container {
    width: 100%; } }

@media (max-width: 768px) {
  #top-right-menu {
    display: none; }
  #content {
    padding: 0 0 100px; }
  .navbar-header {
    float: none; }
  .sub-wrapper {
    padding: 0 20px; }
  .cp-wrapper {
    padding: 8% 0;
    text-align: center; }
  .homepage-banners .banner-one, .homepage-banners .banner-two, .homepage-banners .banner-three {
    height: 400px; }
  .homepage-banners .slick-track {
    height: 400px; }
  .sub-header .sub-option .loginAs {
    display: none; } }

@media (max-width: 767px) {
  .register-wrapper .register-container .register-index {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-diretion: column; }
    .register-wrapper .register-container .register-index li {
      float: none;
      width: 100%;
      height: 40px; }
  .home-header .logo {
    width: 150px; }
  .home-header .app-icons {
    display: none; }
  .home-wrapper .slogan-wrapper {
    max-width: 600px;
    margin: 0 auto;
    padding-left: 15px;
    text-align: center; }
  .home-wrapper .p-break {
    display: none; }
  .home-wrapper .overlay-text h1 {
    font-size: 66px; }
  .home-wrapper .overlay-text p {
    font-size: 32px; }
  .home-wrapper .overlay-text a {
    font-size: 20px; }
  .home-wrapper .overlay-text.top {
    padding: 75px 0 0; } }

@media (max-width: 700px) {
  .sm-font {
    font-size: 10px; }
  .place-order-page .payment-btn .return-btn {
    float: left; }
  .order-buttons {
    margin-top: 25px; }
  .register-wrapper form {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column; }
  .register-wrapper .input-wrapper .state-zip {
    width: 100%;
    float: none; }
  .register-wrapper .register-container .columns {
    float: none;
    max-width: 95%;
    margin: 0 auto; }
    .register-wrapper .register-container .columns input {
      width: 100%; }
      .register-wrapper .register-container .columns input.zip-input {
        width: 40%; }
    .register-wrapper .register-container .columns small {
      margin: 5px 0 22px; }
  .register-wrapper .agree {
    text-align: left; } }

@media (max-width: 660px) {
  .bundle-details {
    max-width: 100%;
    text-align: center; }
  .public-cart table {
    border: none; }
    .public-cart table thead {
      display: none; }
    .public-cart table th, .public-cart table td {
      width: auto;
      max-width: 66px; }
    .public-cart table tr {
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      border: solid 1px #ddd;
      margin: 10px 0;
      height: 100px; }
    .public-cart table td {
      text-align: left;
      font-size: 13px; }
      .public-cart table td span {
        display: block; }
      .public-cart table td:last-child {
        border-bottom: 0; }
      .public-cart table td.featured-image {
        text-align: center; }
  .public-cart .public-cart-wrapper {
    width: 95%; }
  .public-cart .public-cart-container {
    width: 100%;
    padding: 0; }
  .accordion .accordion-head.table {
    border-bottom: none; }
  .accordion .accordion-body.table td:nth-child(5) {
    display: none; }
  .place-order-page .information-section {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column; }
  .place-order-page .your-information, .place-order-page #address-billing, .place-order-page #address-shipping {
    margin: 0 auto;
    width: 100%;
    padding: 0; }
  .place-order-page .input-group {
    max-width: 100%; }
    .place-order-page .input-group input {
      max-width: 100%; }
    .place-order-page .input-group select {
      max-width: 100%; } }

@media (max-width: 630px) {
  footer.home-footer ul {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column; }
  footer.home-footer li {
    text-align: center; } }

@media (max-width: 510px) {
  .home-header {
    padding: 10px 5px; }
  .home-wrapper .overlay-text h1 {
    font-size: 35px; }
  .home-wrapper .overlay-text p {
    font-size: 20px; }
  #header-menu .navbar-brand img {
    width: 200px; }
  .sub-header {
    height: auto; }
    .sub-header h1 {
      width: 100%;
      text-align: center; }
    .sub-header .sub-option {
      position: static;
      width: 100%;
      margin-top: 10px; }
      .sub-header .sub-option .pull-right {
        float: none !important;
        margin: 0 auto; }
      .sub-header .sub-option .loginAs {
        float: none; }
  .product-grid {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
  .home-wrapper .overlay-text img {
    max-width: 70%;
    margin: 30px auto 0; }
  .page-actions .pull-left {
    margin-left: 0; }
  .page-actions .count {
    top: -40px; }
  .almost-complete {
    margin-bottom: 0; }
  .almost-complete, .url-link {
    font-size: 12px; }
  .place-order-page h2 {
    margin-left: 10px; }
  .place-order-page .confirm-details .totals-left-col {
    float: none; }
  .place-order-page .confirm-details .totals-right-col {
    margin-top: 50px;
    float: none;
    max-width: 100%; }
  .place-order-page .confirm-order {
    margin-top: 40px; }
  .place-order-page .coupon-wrapper {
    width: 225px;
    float: none;
    margin-top: 0; }
    .place-order-page .coupon-wrapper #apply-button {
      margin-top: 20px; }
  .place-order-page .title-row .step-one-nav {
    display: block;
    text-align: left; }
  .place-order-page .title-row .step-two-nav {
    display: block;
    margin: 20px;
    text-align: left; }
  .place-order-page .information-section {
    margin-top: 40px; }
  .place-order-page .input-group {
    max-width: 90%;
    margin: 0 auto; }
    .place-order-page .input-group input {
      max-width: 100%; }
      .place-order-page .input-group input.coupon-code {
        display: inline-block; }
    .place-order-page .input-group.coupon-wrapper {
      margin: 30px 0 0; }
    .place-order-page .input-group select {
      max-width: 100%; }
    .place-order-page .input-group #apply-button {
      margin-top: 0; }
  .place-order-page .payment-method {
    margin: 50px auto; }
    .place-order-page .payment-method input.place-order {
      width: 100%;
      margin-top: 30px; }
  .place-order-page .your-information, .place-order-page #address-billing, .place-order-page #address-shipping {
    float: none;
    width: 100%; }
  .place-order-page .next-btn {
    float: none;
    display: block;
    width: 90%;
    margin: 30px auto 0; }
  .inventory-modal .inventory-images .img-carousel {
    width: auto; }
  .inventory-modal ul.thumbnails {
    width: auto; } }

@media (max-width: 400px) {
  .home-wrapper .overlay-text h1 {
    max-width: 95%;
    margin: 0 auto;
    font-size: 31px; }
  .home-wrapper .overlay-text p {
    font-size: 16px; }
  .success-modal .box {
    max-width: 95%;
    margin: 175px auto 0;
    min-height: 250px; }
  .success-modal p {
    padding: 60px 0 50px; } }

@media (max-width: 320px) {
  #header-menu .navbar-brand img {
    width: auto;
    max-width: 165px; }
  .home-wrapper .overlay-text .actions {
    padding-top: 0; }
  .home-wrapper .overlay-text .actions {
    padding-top: 10px; }
  .home-wrapper .overlay-text img {
    margin: 20px auto 0; }
  .public-cart table tr {
    padding: 0; }
  .public-cart table td {
    padding: 25px 5px; } }

#dendrogram-header {
  margin: 30px 0 0 30px !important; }

#dendrogram-container {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

#dendrogram {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto !important;
  height: 100%; }

.node {
  cursor: pointer; }

.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px; }

.node text {
  padding: 20px;
  font: 10px sans-serif; }

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px; }

.downline-popover {
  display: block; }

.warning-message {
  font-family: arial;
  display: block;
  color: black;
  padding: 10px;
  margin-top: 2px;
  margin-bottom: 2px;
  width: 100%;
  background: #FFB6C1;
  text-align: left;
  border-radius: 3px; }

.success-message {
  display: block;
  color: black;
  padding: 10px;
  margin-top: 2px;
  margin-bottom: 5px;
  width: 100%;
  background: #5cb85c;
  text-align: left;
  border-radius: 3px; }

.error {
  border: 1px solid tomato; }

.success-modal {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  padding: 10px; }
  .success-modal p {
    margin: 0;
    color: #000;
    padding: 70px 0 50px;
    font-size: 24px; }
  .success-modal .box {
    max-width: 400px;
    margin: 250px auto 0;
    height: auto;
    min-height: 275px;
    background: #fff;
    color: #fff; }
  .success-modal a {
    padding: 10px;
    border-radius: 2px;
    background: #4a4a4a;
    color: #fff;
    box-shadow: none;
    border: none;
    margin: 10px; }

.flex-end {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.apply-coupon {
  cursor: pointer; }
  .apply-coupon input {
    display: block;
    width: 255px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 20px;
    font-size: 16px;
    text-indent: 10px; }

@media (max-width: 768px) {
  .inventory-filter select {
    font-size: 12px; }
  .inventory-filter .category {
    margin: 5px 5px 0px 5px !important; }
  .inventory-filter .alpha-price {
    margin: 5px 5px 0px 5px !important; } }

@font-face {
  font-family: Linearicons;
  src: url("/fonts/Linearicons.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

[class*=" lnr-"], [class^=lnr-] {
  font-family: Linearicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lnr-home:before {
  content: "\e600"; }

.lnr-home2:before {
  content: "\e601"; }

.lnr-home3:before {
  content: "\e602"; }

.lnr-home4:before {
  content: "\e603"; }

.lnr-home5:before {
  content: "\e604"; }

.lnr-home6:before {
  content: "\e605"; }

.lnr-bathtub:before {
  content: "\e606"; }

.lnr-toothbrush:before {
  content: "\e607"; }

.lnr-bed:before {
  content: "\e608"; }

.lnr-couch:before {
  content: "\e609"; }

.lnr-chair:before {
  content: "\e60a"; }

.lnr-city:before {
  content: "\e60b"; }

.lnr-apartment:before {
  content: "\e60c"; }

.lnr-pencil:before {
  content: "\e60d"; }

.lnr-pencil2:before {
  content: "\e60e"; }

.lnr-pen:before {
  content: "\e60f"; }

.lnr-pencil3:before {
  content: "\e610"; }

.lnr-eraser:before {
  content: "\e611"; }

.lnr-pencil4:before {
  content: "\e612"; }

.lnr-pencil5:before {
  content: "\e613"; }

.lnr-feather:before {
  content: "\e614"; }

.lnr-feather2:before {
  content: "\e615"; }

.lnr-feather3:before {
  content: "\e616"; }

.lnr-pen2:before {
  content: "\e617"; }

.lnr-pen-add:before {
  content: "\e618"; }

.lnr-pen-remove:before {
  content: "\e619"; }

.lnr-vector:before {
  content: "\e61a"; }

.lnr-pen3:before {
  content: "\e61b"; }

.lnr-blog:before {
  content: "\e61c"; }

.lnr-brush:before {
  content: "\e61d"; }

.lnr-brush2:before {
  content: "\e61e"; }

.lnr-spray:before {
  content: "\e61f"; }

.lnr-paint-roller:before {
  content: "\e620"; }

.lnr-stamp:before {
  content: "\e621"; }

.lnr-tape:before {
  content: "\e622"; }

.lnr-desk-tape:before {
  content: "\e623"; }

.lnr-texture:before {
  content: "\e624"; }

.lnr-eye-dropper:before {
  content: "\e625"; }

.lnr-palette:before {
  content: "\e626"; }

.lnr-color-sampler:before {
  content: "\e627"; }

.lnr-bucket:before {
  content: "\e628"; }

.lnr-gradient:before {
  content: "\e629"; }

.lnr-gradient2:before {
  content: "\e62a"; }

.lnr-magic-wand:before {
  content: "\e62b"; }

.lnr-magnet:before {
  content: "\e62c"; }

.lnr-pencil-ruler:before {
  content: "\e62d"; }

.lnr-pencil-ruler2:before {
  content: "\e62e"; }

.lnr-compass:before {
  content: "\e62f"; }

.lnr-aim:before {
  content: "\e630"; }

.lnr-gun:before {
  content: "\e631"; }

.lnr-bottle:before {
  content: "\e632"; }

.lnr-drop:before {
  content: "\e633"; }

.lnr-drop-crossed:before {
  content: "\e634"; }

.lnr-drop2:before {
  content: "\e635"; }

.lnr-snow:before {
  content: "\e636"; }

.lnr-snow2:before {
  content: "\e637"; }

.lnr-fire:before {
  content: "\e638"; }

.lnr-lighter:before {
  content: "\e639"; }

.lnr-knife:before {
  content: "\e63a"; }

.lnr-dagger:before {
  content: "\e63b"; }

.lnr-tissue:before {
  content: "\e63c"; }

.lnr-toilet-paper:before {
  content: "\e63d"; }

.lnr-poop:before {
  content: "\e63e"; }

.lnr-umbrella:before {
  content: "\e63f"; }

.lnr-umbrella2:before {
  content: "\e640"; }

.lnr-rain:before {
  content: "\e641"; }

.lnr-tornado:before {
  content: "\e642"; }

.lnr-wind:before {
  content: "\e643"; }

.lnr-fan:before {
  content: "\e644"; }

.lnr-contrast:before {
  content: "\e645"; }

.lnr-sun-small:before {
  content: "\e646"; }

.lnr-sun:before {
  content: "\e647"; }

.lnr-sun2:before {
  content: "\e648"; }

.lnr-moon:before {
  content: "\e649"; }

.lnr-cloud:before {
  content: "\e64a"; }

.lnr-cloud-upload:before {
  content: "\e64b"; }

.lnr-cloud-download:before {
  content: "\e64c"; }

.lnr-cloud-rain:before {
  content: "\e64d"; }

.lnr-cloud-hailstones:before {
  content: "\e64e"; }

.lnr-cloud-snow:before {
  content: "\e64f"; }

.lnr-cloud-windy:before {
  content: "\e650"; }

.lnr-sun-wind:before {
  content: "\e651"; }

.lnr-cloud-fog:before {
  content: "\e652"; }

.lnr-cloud-sun:before {
  content: "\e653"; }

.lnr-cloud-lightning:before {
  content: "\e654"; }

.lnr-cloud-sync:before {
  content: "\e655"; }

.lnr-cloud-lock:before {
  content: "\e656"; }

.lnr-cloud-gear:before {
  content: "\e657"; }

.lnr-cloud-alert:before {
  content: "\e658"; }

.lnr-cloud-check:before {
  content: "\e659"; }

.lnr-cloud-cross:before {
  content: "\e65a"; }

.lnr-cloud-crossed:before {
  content: "\e65b"; }

.lnr-cloud-database:before {
  content: "\e65c"; }

.lnr-database:before {
  content: "\e65d"; }

.lnr-database-add:before {
  content: "\e65e"; }

.lnr-database-remove:before {
  content: "\e65f"; }

.lnr-database-lock:before {
  content: "\e660"; }

.lnr-database-refresh:before {
  content: "\e661"; }

.lnr-database-check:before {
  content: "\e662"; }

.lnr-database-history:before {
  content: "\e663"; }

.lnr-database-upload:before {
  content: "\e664"; }

.lnr-database-download:before {
  content: "\e665"; }

.lnr-server:before {
  content: "\e666"; }

.lnr-shield:before {
  content: "\e667"; }

.lnr-shield-check:before {
  content: "\e668"; }

.lnr-shield-alert:before {
  content: "\e669"; }

.lnr-shield-cross:before {
  content: "\e66a"; }

.lnr-lock:before {
  content: "\e66b"; }

.lnr-rotation-lock:before {
  content: "\e66c"; }

.lnr-unlock:before {
  content: "\e66d"; }

.lnr-key:before {
  content: "\e66e"; }

.lnr-key-hole:before {
  content: "\e66f"; }

.lnr-toggle-off:before {
  content: "\e670"; }

.lnr-toggle-on:before {
  content: "\e671"; }

.lnr-cog:before {
  content: "\e672"; }

.lnr-cog2:before {
  content: "\e673"; }

.lnr-wrench:before {
  content: "\e674"; }

.lnr-screwdriver:before {
  content: "\e675"; }

.lnr-hammer-wrench:before {
  content: "\e676"; }

.lnr-hammer:before {
  content: "\e677"; }

.lnr-saw:before {
  content: "\e678"; }

.lnr-axe:before {
  content: "\e679"; }

.lnr-axe2:before {
  content: "\e67a"; }

.lnr-shovel:before {
  content: "\e67b"; }

.lnr-pickaxe:before {
  content: "\e67c"; }

.lnr-factory:before {
  content: "\e67d"; }

.lnr-factory2:before {
  content: "\e67e"; }

.lnr-recycle:before {
  content: "\e67f"; }

.lnr-trash:before {
  content: "\e680"; }

.lnr-trash2:before {
  content: "\e681"; }

.lnr-trash3:before {
  content: "\e682"; }

.lnr-broom:before {
  content: "\e683"; }

.lnr-game:before {
  content: "\e684"; }

.lnr-gamepad:before {
  content: "\e685"; }

.lnr-joystick:before {
  content: "\e686"; }

.lnr-dice:before {
  content: "\e687"; }

.lnr-spades:before {
  content: "\e688"; }

.lnr-diamonds:before {
  content: "\e689"; }

.lnr-clubs:before {
  content: "\e68a"; }

.lnr-hearts:before {
  content: "\e68b"; }

.lnr-heart:before {
  content: "\e68c"; }

.lnr-star:before {
  content: "\e68d"; }

.lnr-star-half:before {
  content: "\e68e"; }

.lnr-star-empty:before {
  content: "\e68f"; }

.lnr-flag:before {
  content: "\e690"; }

.lnr-flag2:before {
  content: "\e691"; }

.lnr-flag3:before {
  content: "\e692"; }

.lnr-mailbox-full:before {
  content: "\e693"; }

.lnr-mailbox-empty:before {
  content: "\e694"; }

.lnr-at-sign:before {
  content: "\e695"; }

.lnr-envelope:before {
  content: "\e696"; }

.lnr-envelope-open:before {
  content: "\e697"; }

.lnr-paperclip:before {
  content: "\e698"; }

.lnr-paper-plane:before {
  content: "\e699"; }

.lnr-reply:before {
  content: "\e69a"; }

.lnr-reply-all:before {
  content: "\e69b"; }

.lnr-inbox:before {
  content: "\e69c"; }

.lnr-inbox2:before {
  content: "\e69d"; }

.lnr-outbox:before {
  content: "\e69e"; }

.lnr-box:before {
  content: "\e69f"; }

.lnr-archive:before {
  content: "\e6a0"; }

.lnr-archive2:before {
  content: "\e6a1"; }

.lnr-drawers:before {
  content: "\e6a2"; }

.lnr-drawers2:before {
  content: "\e6a3"; }

.lnr-drawers3:before {
  content: "\e6a4"; }

.lnr-eye:before {
  content: "\e6a5"; }

.lnr-eye-crossed:before {
  content: "\e6a6"; }

.lnr-eye-plus:before {
  content: "\e6a7"; }

.lnr-eye-minus:before {
  content: "\e6a8"; }

.lnr-binoculars:before {
  content: "\e6a9"; }

.lnr-binoculars2:before {
  content: "\e6aa"; }

.lnr-hdd:before {
  content: "\e6ab"; }

.lnr-hdd-down:before {
  content: "\e6ac"; }

.lnr-hdd-up:before {
  content: "\e6ad"; }

.lnr-floppy-disk:before {
  content: "\e6ae"; }

.lnr-disc:before {
  content: "\e6af"; }

.lnr-tape2:before {
  content: "\e6b0"; }

.lnr-printer:before {
  content: "\e6b1"; }

.lnr-shredder:before {
  content: "\e6b2"; }

.lnr-file-empty:before {
  content: "\e6b3"; }

.lnr-file-add:before {
  content: "\e6b4"; }

.lnr-file-check:before {
  content: "\e6b5"; }

.lnr-file-lock:before {
  content: "\e6b6"; }

.lnr-files:before {
  content: "\e6b7"; }

.lnr-copy:before {
  content: "\e6b8"; }

.lnr-compare:before {
  content: "\e6b9"; }

.lnr-folder:before {
  content: "\e6ba"; }

.lnr-folder-search:before {
  content: "\e6bb"; }

.lnr-folder-plus:before {
  content: "\e6bc"; }

.lnr-folder-minus:before {
  content: "\e6bd"; }

.lnr-folder-download:before {
  content: "\e6be"; }

.lnr-folder-upload:before {
  content: "\e6bf"; }

.lnr-folder-star:before {
  content: "\e6c0"; }

.lnr-folder-heart:before {
  content: "\e6c1"; }

.lnr-folder-user:before {
  content: "\e6c2"; }

.lnr-folder-shared:before {
  content: "\e6c3"; }

.lnr-folder-music:before {
  content: "\e6c4"; }

.lnr-folder-picture:before {
  content: "\e6c5"; }

.lnr-folder-film:before {
  content: "\e6c6"; }

.lnr-scissors:before {
  content: "\e6c7"; }

.lnr-paste:before {
  content: "\e6c8"; }

.lnr-clipboard-empty:before {
  content: "\e6c9"; }

.lnr-clipboard-pencil:before {
  content: "\e6ca"; }

.lnr-clipboard-text:before {
  content: "\e6cb"; }

.lnr-clipboard-check:before {
  content: "\e6cc"; }

.lnr-clipboard-down:before {
  content: "\e6cd"; }

.lnr-clipboard-left:before {
  content: "\e6ce"; }

.lnr-clipboard-alert:before {
  content: "\e6cf"; }

.lnr-clipboard-user:before {
  content: "\e6d0"; }

.lnr-register:before {
  content: "\e6d1"; }

.lnr-enter:before {
  content: "\e6d2"; }

.lnr-exit:before {
  content: "\e6d3"; }

.lnr-papers:before {
  content: "\e6d4"; }

.lnr-news:before {
  content: "\e6d5"; }

.lnr-reading:before {
  content: "\e6d6"; }

.lnr-typewriter:before {
  content: "\e6d7"; }

.lnr-document:before {
  content: "\e6d8"; }

.lnr-document2:before {
  content: "\e6d9"; }

.lnr-graduation-hat:before {
  content: "\e6da"; }

.lnr-license:before {
  content: "\e6db"; }

.lnr-license2:before {
  content: "\e6dc"; }

.lnr-medal-empty:before {
  content: "\e6dd"; }

.lnr-medal-first:before {
  content: "\e6de"; }

.lnr-medal-second:before {
  content: "\e6df"; }

.lnr-medal-third:before {
  content: "\e6e0"; }

.lnr-podium:before {
  content: "\e6e1"; }

.lnr-trophy:before {
  content: "\e6e2"; }

.lnr-trophy2:before {
  content: "\e6e3"; }

.lnr-music-note:before {
  content: "\e6e4"; }

.lnr-music-note2:before {
  content: "\e6e5"; }

.lnr-music-note3:before {
  content: "\e6e6"; }

.lnr-playlist:before {
  content: "\e6e7"; }

.lnr-playlist-add:before {
  content: "\e6e8"; }

.lnr-guitar:before {
  content: "\e6e9"; }

.lnr-trumpet:before {
  content: "\e6ea"; }

.lnr-album:before {
  content: "\e6eb"; }

.lnr-shuffle:before {
  content: "\e6ec"; }

.lnr-repeat-one:before {
  content: "\e6ed"; }

.lnr-repeat:before {
  content: "\e6ee"; }

.lnr-headphones:before {
  content: "\e6ef"; }

.lnr-headset:before {
  content: "\e6f0"; }

.lnr-loudspeaker:before {
  content: "\e6f1"; }

.lnr-equalizer:before {
  content: "\e6f2"; }

.lnr-theater:before {
  content: "\e6f3"; }

.lnr-3d-glasses:before {
  content: "\e6f4"; }

.lnr-ticket:before {
  content: "\e6f5"; }

.lnr-presentation:before {
  content: "\e6f6"; }

.lnr-play:before {
  content: "\e6f7"; }

.lnr-film-play:before {
  content: "\e6f8"; }

.lnr-clapboard-play:before {
  content: "\e6f9"; }

.lnr-media:before {
  content: "\e6fa"; }

.lnr-film:before {
  content: "\e6fb"; }

.lnr-film2:before {
  content: "\e6fc"; }

.lnr-surveillance:before {
  content: "\e6fd"; }

.lnr-surveillance2:before {
  content: "\e6fe"; }

.lnr-camera:before {
  content: "\e6ff"; }

.lnr-camera-crossed:before {
  content: "\e700"; }

.lnr-camera-play:before {
  content: "\e701"; }

.lnr-time-lapse:before {
  content: "\e702"; }

.lnr-record:before {
  content: "\e703"; }

.lnr-camera2:before {
  content: "\e704"; }

.lnr-camera-flip:before {
  content: "\e705"; }

.lnr-panorama:before {
  content: "\e706"; }

.lnr-time-lapse2:before {
  content: "\e707"; }

.lnr-shutter:before {
  content: "\e708"; }

.lnr-shutter2:before {
  content: "\e709"; }

.lnr-face-detection:before {
  content: "\e70a"; }

.lnr-flare:before {
  content: "\e70b"; }

.lnr-convex:before {
  content: "\e70c"; }

.lnr-concave:before {
  content: "\e70d"; }

.lnr-picture:before {
  content: "\e70e"; }

.lnr-picture2:before {
  content: "\e70f"; }

.lnr-picture3:before {
  content: "\e710"; }

.lnr-pictures:before {
  content: "\e711"; }

.lnr-book:before {
  content: "\e712"; }

.lnr-audio-book:before {
  content: "\e713"; }

.lnr-book2:before {
  content: "\e714"; }

.lnr-bookmark:before {
  content: "\e715"; }

.lnr-bookmark2:before {
  content: "\e716"; }

.lnr-label:before {
  content: "\e717"; }

.lnr-library:before {
  content: "\e718"; }

.lnr-library2:before {
  content: "\e719"; }

.lnr-contacts:before {
  content: "\e71a"; }

.lnr-profile:before {
  content: "\e71b"; }

.lnr-portrait:before {
  content: "\e71c"; }

.lnr-portrait2:before {
  content: "\e71d"; }

.lnr-user:before {
  content: "\e71e"; }

.lnr-user-plus:before {
  content: "\e71f"; }

.lnr-user-minus:before {
  content: "\e720"; }

.lnr-user-lock:before {
  content: "\e721"; }

.lnr-users:before {
  content: "\e722"; }

.lnr-users2:before {
  content: "\e723"; }

.lnr-users-plus:before {
  content: "\e724"; }

.lnr-users-minus:before {
  content: "\e725"; }

.lnr-group-work:before {
  content: "\e726"; }

.lnr-woman:before {
  content: "\e727"; }

.lnr-man:before {
  content: "\e728"; }

.lnr-baby:before {
  content: "\e729"; }

.lnr-baby2:before {
  content: "\e72a"; }

.lnr-baby3:before {
  content: "\e72b"; }

.lnr-baby-bottle:before {
  content: "\e72c"; }

.lnr-walk:before {
  content: "\e72d"; }

.lnr-hand-waving:before {
  content: "\e72e"; }

.lnr-jump:before {
  content: "\e72f"; }

.lnr-run:before {
  content: "\e730"; }

.lnr-woman2:before {
  content: "\e731"; }

.lnr-man2:before {
  content: "\e732"; }

.lnr-man-woman:before {
  content: "\e733"; }

.lnr-height:before {
  content: "\e734"; }

.lnr-weight:before {
  content: "\e735"; }

.lnr-scale:before {
  content: "\e736"; }

.lnr-button:before {
  content: "\e737"; }

.lnr-bow-tie:before {
  content: "\e738"; }

.lnr-tie:before {
  content: "\e739"; }

.lnr-socks:before {
  content: "\e73a"; }

.lnr-shoe:before {
  content: "\e73b"; }

.lnr-shoes:before {
  content: "\e73c"; }

.lnr-hat:before {
  content: "\e73d"; }

.lnr-pants:before {
  content: "\e73e"; }

.lnr-shorts:before {
  content: "\e73f"; }

.lnr-flip-flops:before {
  content: "\e740"; }

.lnr-shirt:before {
  content: "\e741"; }

.lnr-hanger:before {
  content: "\e742"; }

.lnr-laundry:before {
  content: "\e743"; }

.lnr-store:before {
  content: "\e744"; }

.lnr-haircut:before {
  content: "\e745"; }

.lnr-store-24:before {
  content: "\e746"; }

.lnr-barcode:before {
  content: "\e747"; }

.lnr-barcode2:before {
  content: "\e748"; }

.lnr-barcode3:before {
  content: "\e749"; }

.lnr-cashier:before {
  content: "\e74a"; }

.lnr-bag:before {
  content: "\e74b"; }

.lnr-bag2:before {
  content: "\e74c"; }

.lnr-cart:before {
  content: "\e74d"; }

.lnr-cart-empty:before {
  content: "\e74e"; }

.lnr-cart-full:before {
  content: "\e74f"; }

.lnr-cart-plus:before {
  content: "\e750"; }

.lnr-cart-plus2:before {
  content: "\e751"; }

.lnr-cart-add:before {
  content: "\e752"; }

.lnr-cart-remove:before {
  content: "\e753"; }

.lnr-cart-exchange:before {
  content: "\e754"; }

.lnr-tag:before {
  content: "\e755"; }

.lnr-tags:before {
  content: "\e756"; }

.lnr-receipt:before {
  content: "\e757"; }

.lnr-wallet:before {
  content: "\e758"; }

.lnr-credit-card:before {
  content: "\e759"; }

.lnr-cash-dollar:before {
  content: "\e75a"; }

.lnr-cash-euro:before {
  content: "\e75b"; }

.lnr-cash-pound:before {
  content: "\e75c"; }

.lnr-cash-yen:before {
  content: "\e75d"; }

.lnr-bag-dollar:before {
  content: "\e75e"; }

.lnr-bag-euro:before {
  content: "\e75f"; }

.lnr-bag-pound:before {
  content: "\e760"; }

.lnr-bag-yen:before {
  content: "\e761"; }

.lnr-coin-dollar:before {
  content: "\e762"; }

.lnr-coin-euro:before {
  content: "\e763"; }

.lnr-coin-pound:before {
  content: "\e764"; }

.lnr-coin-yen:before {
  content: "\e765"; }

.lnr-calculator:before {
  content: "\e766"; }

.lnr-calculator2:before {
  content: "\e767"; }

.lnr-abacus:before {
  content: "\e768"; }

.lnr-vault:before {
  content: "\e769"; }

.lnr-telephone:before {
  content: "\e76a"; }

.lnr-phone-lock:before {
  content: "\e76b"; }

.lnr-phone-wave:before {
  content: "\e76c"; }

.lnr-phone-pause:before {
  content: "\e76d"; }

.lnr-phone-outgoing:before {
  content: "\e76e"; }

.lnr-phone-incoming:before {
  content: "\e76f"; }

.lnr-phone-in-out:before {
  content: "\e770"; }

.lnr-phone-error:before {
  content: "\e771"; }

.lnr-phone-sip:before {
  content: "\e772"; }

.lnr-phone-plus:before {
  content: "\e773"; }

.lnr-phone-minus:before {
  content: "\e774"; }

.lnr-voicemail:before {
  content: "\e775"; }

.lnr-dial:before {
  content: "\e776"; }

.lnr-telephone2:before {
  content: "\e777"; }

.lnr-pushpin:before {
  content: "\e778"; }

.lnr-pushpin2:before {
  content: "\e779"; }

.lnr-map-marker:before {
  content: "\e77a"; }

.lnr-map-marker-user:before {
  content: "\e77b"; }

.lnr-map-marker-down:before {
  content: "\e77c"; }

.lnr-map-marker-check:before {
  content: "\e77d"; }

.lnr-map-marker-crossed:before {
  content: "\e77e"; }

.lnr-radar:before {
  content: "\e77f"; }

.lnr-compass2:before {
  content: "\e780"; }

.lnr-map:before {
  content: "\e781"; }

.lnr-map2:before {
  content: "\e782"; }

.lnr-location:before {
  content: "\e783"; }

.lnr-road-sign:before {
  content: "\e784"; }

.lnr-calendar-empty:before {
  content: "\e785"; }

.lnr-calendar-check:before {
  content: "\e786"; }

.lnr-calendar-cross:before {
  content: "\e787"; }

.lnr-calendar-31:before {
  content: "\e788"; }

.lnr-calendar-full:before {
  content: "\e789"; }

.lnr-calendar-insert:before {
  content: "\e78a"; }

.lnr-calendar-text:before {
  content: "\e78b"; }

.lnr-calendar-user:before {
  content: "\e78c"; }

.lnr-mouse:before {
  content: "\e78d"; }

.lnr-mouse-left:before {
  content: "\e78e"; }

.lnr-mouse-right:before {
  content: "\e78f"; }

.lnr-mouse-both:before {
  content: "\e790"; }

.lnr-keyboard:before {
  content: "\e791"; }

.lnr-keyboard-up:before {
  content: "\e792"; }

.lnr-keyboard-down:before {
  content: "\e793"; }

.lnr-delete:before {
  content: "\e794"; }

.lnr-spell-check:before {
  content: "\e795"; }

.lnr-escape:before {
  content: "\e796"; }

.lnr-enter2:before {
  content: "\e797"; }

.lnr-screen:before {
  content: "\e798"; }

.lnr-aspect-ratio:before {
  content: "\e799"; }

.lnr-signal:before {
  content: "\e79a"; }

.lnr-signal-lock:before {
  content: "\e79b"; }

.lnr-signal-80:before {
  content: "\e79c"; }

.lnr-signal-60:before {
  content: "\e79d"; }

.lnr-signal-40:before {
  content: "\e79e"; }

.lnr-signal-20:before {
  content: "\e79f"; }

.lnr-signal-0:before {
  content: "\e7a0"; }

.lnr-signal-blocked:before {
  content: "\e7a1"; }

.lnr-sim:before {
  content: "\e7a2"; }

.lnr-flash-memory:before {
  content: "\e7a3"; }

.lnr-usb-drive:before {
  content: "\e7a4"; }

.lnr-phone:before {
  content: "\e7a5"; }

.lnr-smartphone:before {
  content: "\e7a6"; }

.lnr-smartphone-notification:before {
  content: "\e7a7"; }

.lnr-smartphone-vibration:before {
  content: "\e7a8"; }

.lnr-smartphone-embed:before {
  content: "\e7a9"; }

.lnr-smartphone-waves:before {
  content: "\e7aa"; }

.lnr-tablet:before {
  content: "\e7ab"; }

.lnr-tablet2:before {
  content: "\e7ac"; }

.lnr-laptop:before {
  content: "\e7ad"; }

.lnr-laptop-phone:before {
  content: "\e7ae"; }

.lnr-desktop:before {
  content: "\e7af"; }

.lnr-launch:before {
  content: "\e7b0"; }

.lnr-new-tab:before {
  content: "\e7b1"; }

.lnr-window:before {
  content: "\e7b2"; }

.lnr-cable:before {
  content: "\e7b3"; }

.lnr-cable2:before {
  content: "\e7b4"; }

.lnr-tv:before {
  content: "\e7b5"; }

.lnr-radio:before {
  content: "\e7b6"; }

.lnr-remote-control:before {
  content: "\e7b7"; }

.lnr-power-switch:before {
  content: "\e7b8"; }

.lnr-power:before {
  content: "\e7b9"; }

.lnr-power-crossed:before {
  content: "\e7ba"; }

.lnr-flash-auto:before {
  content: "\e7bb"; }

.lnr-lamp:before {
  content: "\e7bc"; }

.lnr-flashlight:before {
  content: "\e7bd"; }

.lnr-lampshade:before {
  content: "\e7be"; }

.lnr-cord:before {
  content: "\e7bf"; }

.lnr-outlet:before {
  content: "\e7c0"; }

.lnr-battery-power:before {
  content: "\e7c1"; }

.lnr-battery-empty:before {
  content: "\e7c2"; }

.lnr-battery-alert:before {
  content: "\e7c3"; }

.lnr-battery-error:before {
  content: "\e7c4"; }

.lnr-battery-low1:before {
  content: "\e7c5"; }

.lnr-battery-low2:before {
  content: "\e7c6"; }

.lnr-battery-low3:before {
  content: "\e7c7"; }

.lnr-battery-mid1:before {
  content: "\e7c8"; }

.lnr-battery-mid2:before {
  content: "\e7c9"; }

.lnr-battery-mid3:before {
  content: "\e7ca"; }

.lnr-battery-full:before {
  content: "\e7cb"; }

.lnr-battery-charging:before {
  content: "\e7cc"; }

.lnr-battery-charging2:before {
  content: "\e7cd"; }

.lnr-battery-charging3:before {
  content: "\e7ce"; }

.lnr-battery-charging4:before {
  content: "\e7cf"; }

.lnr-battery-charging5:before {
  content: "\e7d0"; }

.lnr-battery-charging6:before {
  content: "\e7d1"; }

.lnr-battery-charging7:before {
  content: "\e7d2"; }

.lnr-chip:before {
  content: "\e7d3"; }

.lnr-chip-x64:before {
  content: "\e7d4"; }

.lnr-chip-x86:before {
  content: "\e7d5"; }

.lnr-bubble:before {
  content: "\e7d6"; }

.lnr-bubbles:before {
  content: "\e7d7"; }

.lnr-bubble-dots:before {
  content: "\e7d8"; }

.lnr-bubble-alert:before {
  content: "\e7d9"; }

.lnr-bubble-question:before {
  content: "\e7da"; }

.lnr-bubble-text:before {
  content: "\e7db"; }

.lnr-bubble-pencil:before {
  content: "\e7dc"; }

.lnr-bubble-picture:before {
  content: "\e7dd"; }

.lnr-bubble-video:before {
  content: "\e7de"; }

.lnr-bubble-user:before {
  content: "\e7df"; }

.lnr-bubble-quote:before {
  content: "\e7e0"; }

.lnr-bubble-heart:before {
  content: "\e7e1"; }

.lnr-bubble-emoticon:before {
  content: "\e7e2"; }

.lnr-bubble-attachment:before {
  content: "\e7e3"; }

.lnr-phone-bubble:before {
  content: "\e7e4"; }

.lnr-quote-open:before {
  content: "\e7e5"; }

.lnr-quote-close:before {
  content: "\e7e6"; }

.lnr-dna:before {
  content: "\e7e7"; }

.lnr-heart-pulse:before {
  content: "\e7e8"; }

.lnr-pulse:before {
  content: "\e7e9"; }

.lnr-syringe:before {
  content: "\e7ea"; }

.lnr-pills:before {
  content: "\e7eb"; }

.lnr-first-aid:before {
  content: "\e7ec"; }

.lnr-lifebuoy:before {
  content: "\e7ed"; }

.lnr-bandage:before {
  content: "\e7ee"; }

.lnr-bandages:before {
  content: "\e7ef"; }

.lnr-thermometer:before {
  content: "\e7f0"; }

.lnr-microscope:before {
  content: "\e7f1"; }

.lnr-brain:before {
  content: "\e7f2"; }

.lnr-beaker:before {
  content: "\e7f3"; }

.lnr-skull:before {
  content: "\e7f4"; }

.lnr-bone:before {
  content: "\e7f5"; }

.lnr-construction:before {
  content: "\e7f6"; }

.lnr-construction-cone:before {
  content: "\e7f7"; }

.lnr-pie-chart:before {
  content: "\e7f8"; }

.lnr-pie-chart2:before {
  content: "\e7f9"; }

.lnr-graph:before {
  content: "\e7fa"; }

.lnr-chart-growth:before {
  content: "\e7fb"; }

.lnr-chart-bars:before {
  content: "\e7fc"; }

.lnr-chart-settings:before {
  content: "\e7fd"; }

.lnr-cake:before {
  content: "\e7fe"; }

.lnr-gift:before {
  content: "\e7ff"; }

.lnr-balloon:before {
  content: "\e800"; }

.lnr-rank:before {
  content: "\e801"; }

.lnr-rank2:before {
  content: "\e802"; }

.lnr-rank3:before {
  content: "\e803"; }

.lnr-crown:before {
  content: "\e804"; }

.lnr-lotus:before {
  content: "\e805"; }

.lnr-diamond:before {
  content: "\e806"; }

.lnr-diamond2:before {
  content: "\e807"; }

.lnr-diamond3:before {
  content: "\e808"; }

.lnr-diamond4:before {
  content: "\e809"; }

.lnr-linearicons:before {
  content: "\e80a"; }

.lnr-teacup:before {
  content: "\e80b"; }

.lnr-teapot:before {
  content: "\e80c"; }

.lnr-glass:before {
  content: "\e80d"; }

.lnr-bottle2:before {
  content: "\e80e"; }

.lnr-glass-cocktail:before {
  content: "\e80f"; }

.lnr-glass2:before {
  content: "\e810"; }

.lnr-dinner:before {
  content: "\e811"; }

.lnr-dinner2:before {
  content: "\e812"; }

.lnr-chef:before {
  content: "\e813"; }

.lnr-scale2:before {
  content: "\e814"; }

.lnr-egg:before {
  content: "\e815"; }

.lnr-egg2:before {
  content: "\e816"; }

.lnr-eggs:before {
  content: "\e817"; }

.lnr-platter:before {
  content: "\e818"; }

.lnr-steak:before {
  content: "\e819"; }

.lnr-hamburger:before {
  content: "\e81a"; }

.lnr-hotdog:before {
  content: "\e81b"; }

.lnr-pizza:before {
  content: "\e81c"; }

.lnr-sausage:before {
  content: "\e81d"; }

.lnr-chicken:before {
  content: "\e81e"; }

.lnr-fish:before {
  content: "\e81f"; }

.lnr-carrot:before {
  content: "\e820"; }

.lnr-cheese:before {
  content: "\e821"; }

.lnr-bread:before {
  content: "\e822"; }

.lnr-ice-cream:before {
  content: "\e823"; }

.lnr-ice-cream2:before {
  content: "\e824"; }

.lnr-candy:before {
  content: "\e825"; }

.lnr-lollipop:before {
  content: "\e826"; }

.lnr-coffee-bean:before {
  content: "\e827"; }

.lnr-coffee-cup:before {
  content: "\e828"; }

.lnr-cherry:before {
  content: "\e829"; }

.lnr-grapes:before {
  content: "\e82a"; }

.lnr-citrus:before {
  content: "\e82b"; }

.lnr-apple:before {
  content: "\e82c"; }

.lnr-leaf:before {
  content: "\e82d"; }

.lnr-landscape:before {
  content: "\e82e"; }

.lnr-pine-tree:before {
  content: "\e82f"; }

.lnr-tree:before {
  content: "\e830"; }

.lnr-cactus:before {
  content: "\e831"; }

.lnr-paw:before {
  content: "\e832"; }

.lnr-footprint:before {
  content: "\e833"; }

.lnr-speed-slow:before {
  content: "\e834"; }

.lnr-speed-medium:before {
  content: "\e835"; }

.lnr-speed-fast:before {
  content: "\e836"; }

.lnr-rocket:before {
  content: "\e837"; }

.lnr-hammer2:before {
  content: "\e838"; }

.lnr-balance:before {
  content: "\e839"; }

.lnr-briefcase:before {
  content: "\e83a"; }

.lnr-luggage-weight:before {
  content: "\e83b"; }

.lnr-dolly:before {
  content: "\e83c"; }

.lnr-plane:before {
  content: "\e83d"; }

.lnr-plane-crossed:before {
  content: "\e83e"; }

.lnr-helicopter:before {
  content: "\e83f"; }

.lnr-traffic-lights:before {
  content: "\e840"; }

.lnr-siren:before {
  content: "\e841"; }

.lnr-road:before {
  content: "\e842"; }

.lnr-engine:before {
  content: "\e843"; }

.lnr-oil-pressure:before {
  content: "\e844"; }

.lnr-coolant-temperature:before {
  content: "\e845"; }

.lnr-car-battery:before {
  content: "\e846"; }

.lnr-gas:before {
  content: "\e847"; }

.lnr-gallon:before {
  content: "\e848"; }

.lnr-transmission:before {
  content: "\e849"; }

.lnr-car:before {
  content: "\e84a"; }

.lnr-car-wash:before {
  content: "\e84b"; }

.lnr-car-wash2:before {
  content: "\e84c"; }

.lnr-bus:before {
  content: "\e84d"; }

.lnr-bus2:before {
  content: "\e84e"; }

.lnr-car2:before {
  content: "\e84f"; }

.lnr-parking:before {
  content: "\e850"; }

.lnr-car-lock:before {
  content: "\e851"; }

.lnr-taxi:before {
  content: "\e852"; }

.lnr-car-siren:before {
  content: "\e853"; }

.lnr-car-wash3:before {
  content: "\e854"; }

.lnr-car-wash4:before {
  content: "\e855"; }

.lnr-ambulance:before {
  content: "\e856"; }

.lnr-truck:before {
  content: "\e857"; }

.lnr-trailer:before {
  content: "\e858"; }

.lnr-scale-truck:before {
  content: "\e859"; }

.lnr-train:before {
  content: "\e85a"; }

.lnr-ship:before {
  content: "\e85b"; }

.lnr-ship2:before {
  content: "\e85c"; }

.lnr-anchor:before {
  content: "\e85d"; }

.lnr-boat:before {
  content: "\e85e"; }

.lnr-bicycle:before {
  content: "\e85f"; }

.lnr-bicycle2:before {
  content: "\e860"; }

.lnr-dumbbell:before {
  content: "\e861"; }

.lnr-bench-press:before {
  content: "\e862"; }

.lnr-swim:before {
  content: "\e863"; }

.lnr-football:before {
  content: "\e864"; }

.lnr-baseball-bat:before {
  content: "\e865"; }

.lnr-baseball:before {
  content: "\e866"; }

.lnr-tennis:before {
  content: "\e867"; }

.lnr-tennis2:before {
  content: "\e868"; }

.lnr-ping-pong:before {
  content: "\e869"; }

.lnr-hockey:before {
  content: "\e86a"; }

.lnr-8ball:before {
  content: "\e86b"; }

.lnr-bowling:before {
  content: "\e86c"; }

.lnr-bowling-pins:before {
  content: "\e86d"; }

.lnr-golf:before {
  content: "\e86e"; }

.lnr-golf2:before {
  content: "\e86f"; }

.lnr-archery:before {
  content: "\e870"; }

.lnr-slingshot:before {
  content: "\e871"; }

.lnr-soccer:before {
  content: "\e872"; }

.lnr-basketball:before {
  content: "\e873"; }

.lnr-cube:before {
  content: "\e874"; }

.lnr-3d-rotate:before {
  content: "\e875"; }

.lnr-puzzle:before {
  content: "\e876"; }

.lnr-glasses:before {
  content: "\e877"; }

.lnr-glasses2:before {
  content: "\e878"; }

.lnr-accessibility:before {
  content: "\e879"; }

.lnr-wheelchair:before {
  content: "\e87a"; }

.lnr-wall:before {
  content: "\e87b"; }

.lnr-fence:before {
  content: "\e87c"; }

.lnr-wall2:before {
  content: "\e87d"; }

.lnr-icons:before {
  content: "\e87e"; }

.lnr-resize-handle:before {
  content: "\e87f"; }

.lnr-icons2:before {
  content: "\e880"; }

.lnr-select:before {
  content: "\e881"; }

.lnr-select2:before {
  content: "\e882"; }

.lnr-site-map:before {
  content: "\e883"; }

.lnr-earth:before {
  content: "\e884"; }

.lnr-earth-lock:before {
  content: "\e885"; }

.lnr-network:before {
  content: "\e886"; }

.lnr-network-lock:before {
  content: "\e887"; }

.lnr-planet:before {
  content: "\e888"; }

.lnr-happy:before {
  content: "\e889"; }

.lnr-smile:before {
  content: "\e88a"; }

.lnr-grin:before {
  content: "\e88b"; }

.lnr-tongue:before {
  content: "\e88c"; }

.lnr-sad:before {
  content: "\e88d"; }

.lnr-wink:before {
  content: "\e88e"; }

.lnr-dream:before {
  content: "\e88f"; }

.lnr-shocked:before {
  content: "\e890"; }

.lnr-shocked2:before {
  content: "\e891"; }

.lnr-tongue2:before {
  content: "\e892"; }

.lnr-neutral:before {
  content: "\e893"; }

.lnr-happy-grin:before {
  content: "\e894"; }

.lnr-cool:before {
  content: "\e895"; }

.lnr-mad:before {
  content: "\e896"; }

.lnr-grin-evil:before {
  content: "\e897"; }

.lnr-evil:before {
  content: "\e898"; }

.lnr-wow:before {
  content: "\e899"; }

.lnr-annoyed:before {
  content: "\e89a"; }

.lnr-wondering:before {
  content: "\e89b"; }

.lnr-confused:before {
  content: "\e89c"; }

.lnr-zipped:before {
  content: "\e89d"; }

.lnr-grumpy:before {
  content: "\e89e"; }

.lnr-mustache:before {
  content: "\e89f"; }

.lnr-tombstone-hipster:before {
  content: "\e8a0"; }

.lnr-tombstone:before {
  content: "\e8a1"; }

.lnr-ghost:before {
  content: "\e8a2"; }

.lnr-ghost-hipster:before {
  content: "\e8a3"; }

.lnr-halloween:before {
  content: "\e8a4"; }

.lnr-christmas:before {
  content: "\e8a5"; }

.lnr-easter-egg:before {
  content: "\e8a6"; }

.lnr-mustache2:before {
  content: "\e8a7"; }

.lnr-mustache-glasses:before {
  content: "\e8a8"; }

.lnr-pipe:before {
  content: "\e8a9"; }

.lnr-alarm:before {
  content: "\e8aa"; }

.lnr-alarm-add:before {
  content: "\e8ab"; }

.lnr-alarm-snooze:before {
  content: "\e8ac"; }

.lnr-alarm-ringing:before {
  content: "\e8ad"; }

.lnr-bullhorn:before {
  content: "\e8ae"; }

.lnr-hearing:before {
  content: "\e8af"; }

.lnr-volume-high:before {
  content: "\e8b0"; }

.lnr-volume-medium:before {
  content: "\e8b1"; }

.lnr-volume-low:before {
  content: "\e8b2"; }

.lnr-volume:before {
  content: "\e8b3"; }

.lnr-mute:before {
  content: "\e8b4"; }

.lnr-lan:before {
  content: "\e8b5"; }

.lnr-lan2:before {
  content: "\e8b6"; }

.lnr-wifi:before {
  content: "\e8b7"; }

.lnr-wifi-lock:before {
  content: "\e8b8"; }

.lnr-wifi-blocked:before {
  content: "\e8b9"; }

.lnr-wifi-mid:before {
  content: "\e8ba"; }

.lnr-wifi-low:before {
  content: "\e8bb"; }

.lnr-wifi-low2:before {
  content: "\e8bc"; }

.lnr-wifi-alert:before {
  content: "\e8bd"; }

.lnr-wifi-alert-mid:before {
  content: "\e8be"; }

.lnr-wifi-alert-low:before {
  content: "\e8bf"; }

.lnr-wifi-alert-low2:before {
  content: "\e8c0"; }

.lnr-stream:before {
  content: "\e8c1"; }

.lnr-stream-check:before {
  content: "\e8c2"; }

.lnr-stream-error:before {
  content: "\e8c3"; }

.lnr-stream-alert:before {
  content: "\e8c4"; }

.lnr-communication:before {
  content: "\e8c5"; }

.lnr-communication-crossed:before {
  content: "\e8c6"; }

.lnr-broadcast:before {
  content: "\e8c7"; }

.lnr-antenna:before {
  content: "\e8c8"; }

.lnr-satellite:before {
  content: "\e8c9"; }

.lnr-satellite2:before {
  content: "\e8ca"; }

.lnr-mic:before {
  content: "\e8cb"; }

.lnr-mic-mute:before {
  content: "\e8cc"; }

.lnr-mic2:before {
  content: "\e8cd"; }

.lnr-spotlights:before {
  content: "\e8ce"; }

.lnr-hourglass:before {
  content: "\e8cf"; }

.lnr-loading:before {
  content: "\e8d0"; }

.lnr-loading2:before {
  content: "\e8d1"; }

.lnr-loading3:before {
  content: "\e8d2"; }

.lnr-refresh:before {
  content: "\e8d3"; }

.lnr-refresh2:before {
  content: "\e8d4"; }

.lnr-undo:before {
  content: "\e8d5"; }

.lnr-redo:before {
  content: "\e8d6"; }

.lnr-jump2:before {
  content: "\e8d7"; }

.lnr-undo2:before {
  content: "\e8d8"; }

.lnr-redo2:before {
  content: "\e8d9"; }

.lnr-sync:before {
  content: "\e8da"; }

.lnr-repeat-one2:before {
  content: "\e8db"; }

.lnr-sync-crossed:before {
  content: "\e8dc"; }

.lnr-sync2:before {
  content: "\e8dd"; }

.lnr-repeat-one3:before {
  content: "\e8de"; }

.lnr-sync-crossed2:before {
  content: "\e8df"; }

.lnr-return:before {
  content: "\e8e0"; }

.lnr-return2:before {
  content: "\e8e1"; }

.lnr-refund:before {
  content: "\e8e2"; }

.lnr-history:before {
  content: "\e8e3"; }

.lnr-history2:before {
  content: "\e8e4"; }

.lnr-self-timer:before {
  content: "\e8e5"; }

.lnr-clock:before {
  content: "\e8e6"; }

.lnr-clock2:before {
  content: "\e8e7"; }

.lnr-clock3:before {
  content: "\e8e8"; }

.lnr-watch:before {
  content: "\e8e9"; }

.lnr-alarm2:before {
  content: "\e8ea"; }

.lnr-alarm-add2:before {
  content: "\e8eb"; }

.lnr-alarm-remove:before {
  content: "\e8ec"; }

.lnr-alarm-check:before {
  content: "\e8ed"; }

.lnr-alarm-error:before {
  content: "\e8ee"; }

.lnr-timer:before {
  content: "\e8ef"; }

.lnr-timer-crossed:before {
  content: "\e8f0"; }

.lnr-timer2:before {
  content: "\e8f1"; }

.lnr-timer-crossed2:before {
  content: "\e8f2"; }

.lnr-download:before {
  content: "\e8f3"; }

.lnr-upload:before {
  content: "\e8f4"; }

.lnr-download2:before {
  content: "\e8f5"; }

.lnr-upload2:before {
  content: "\e8f6"; }

.lnr-enter-up:before {
  content: "\e8f7"; }

.lnr-enter-down:before {
  content: "\e8f8"; }

.lnr-enter-left:before {
  content: "\e8f9"; }

.lnr-enter-right:before {
  content: "\e8fa"; }

.lnr-exit-up:before {
  content: "\e8fb"; }

.lnr-exit-down:before {
  content: "\e8fc"; }

.lnr-exit-left:before {
  content: "\e8fd"; }

.lnr-exit-right:before {
  content: "\e8fe"; }

.lnr-enter-up2:before {
  content: "\e8ff"; }

.lnr-enter-down2:before {
  content: "\e900"; }

.lnr-enter-vertical:before {
  content: "\e901"; }

.lnr-enter-left2:before {
  content: "\e902"; }

.lnr-enter-right2:before {
  content: "\e903"; }

.lnr-enter-horizontal:before {
  content: "\e904"; }

.lnr-exit-up2:before {
  content: "\e905"; }

.lnr-exit-down2:before {
  content: "\e906"; }

.lnr-exit-left2:before {
  content: "\e907"; }

.lnr-exit-right2:before {
  content: "\e908"; }

.lnr-cli:before {
  content: "\e909"; }

.lnr-bug:before {
  content: "\e90a"; }

.lnr-code:before {
  content: "\e90b"; }

.lnr-file-code:before {
  content: "\e90c"; }

.lnr-file-image:before {
  content: "\e90d"; }

.lnr-file-zip:before {
  content: "\e90e"; }

.lnr-file-audio:before {
  content: "\e90f"; }

.lnr-file-video:before {
  content: "\e910"; }

.lnr-file-preview:before {
  content: "\e911"; }

.lnr-file-charts:before {
  content: "\e912"; }

.lnr-file-stats:before {
  content: "\e913"; }

.lnr-file-spreadsheet:before {
  content: "\e914"; }

.lnr-link:before {
  content: "\e915"; }

.lnr-unlink:before {
  content: "\e916"; }

.lnr-link2:before {
  content: "\e917"; }

.lnr-unlink2:before {
  content: "\e918"; }

.lnr-thumbs-up:before {
  content: "\e919"; }

.lnr-thumbs-down:before {
  content: "\e91a"; }

.lnr-thumbs-up2:before {
  content: "\e91b"; }

.lnr-thumbs-down2:before {
  content: "\e91c"; }

.lnr-thumbs-up3:before {
  content: "\e91d"; }

.lnr-thumbs-down3:before {
  content: "\e91e"; }

.lnr-share:before {
  content: "\e91f"; }

.lnr-share2:before {
  content: "\e920"; }

.lnr-share3:before {
  content: "\e921"; }

.lnr-magnifier:before {
  content: "\e922"; }

.lnr-file-search:before {
  content: "\e923"; }

.lnr-find-replace:before {
  content: "\e924"; }

.lnr-zoom-in:before {
  content: "\e925"; }

.lnr-zoom-out:before {
  content: "\e926"; }

.lnr-loupe:before {
  content: "\e927"; }

.lnr-loupe-zoom-in:before {
  content: "\e928"; }

.lnr-loupe-zoom-out:before {
  content: "\e929"; }

.lnr-cross:before {
  content: "\e92a"; }

.lnr-menu:before {
  content: "\e92b"; }

.lnr-list:before {
  content: "\e92c"; }

.lnr-list2:before {
  content: "\e92d"; }

.lnr-list3:before {
  content: "\e92e"; }

.lnr-menu2:before {
  content: "\e92f"; }

.lnr-list4:before {
  content: "\e930"; }

.lnr-menu3:before {
  content: "\e931"; }

.lnr-exclamation:before {
  content: "\e932"; }

.lnr-question:before {
  content: "\e933"; }

.lnr-check:before {
  content: "\e934"; }

.lnr-cross:before {
  content: "\e935"; }

.lnr-plus:before {
  content: "\e936"; }

.lnr-minus:before {
  content: "\e937"; }

.lnr-percent:before {
  content: "\e938"; }

.lnr-chevron-up:before {
  content: "\e939"; }

.lnr-chevron-down:before {
  content: "\e93a"; }

.lnr-chevron-left:before {
  content: "\e93b"; }

.lnr-chevron-right:before {
  content: "\e93c"; }

.lnr-chevrons-expand-vertical:before {
  content: "\e93d"; }

.lnr-chevrons-expand-horizontal:before {
  content: "\e93e"; }

.lnr-chevrons-contract-vertical:before {
  content: "\e93f"; }

.lnr-chevrons-contract-horizontal:before {
  content: "\e940"; }

.lnr-arrow-up:before {
  content: "\e941"; }

.lnr-arrow-down:before {
  content: "\e942"; }

.lnr-arrow-left:before {
  content: "\e943"; }

.lnr-arrow-right:before {
  content: "\e944"; }

.lnr-arrow-up-right:before {
  content: "\e945"; }

.lnr-arrows-merge:before {
  content: "\e946"; }

.lnr-arrows-split:before {
  content: "\e947"; }

.lnr-arrow-divert:before {
  content: "\e948"; }

.lnr-arrow-return:before {
  content: "\e949"; }

.lnr-expand:before {
  content: "\e94a"; }

.lnr-contract:before {
  content: "\e94b"; }

.lnr-expand2:before {
  content: "\e94c"; }

.lnr-contract2:before {
  content: "\e94d"; }

.lnr-move:before {
  content: "\e94e"; }

.lnr-tab:before {
  content: "\e94f"; }

.lnr-arrow-wave:before {
  content: "\e950"; }

.lnr-expand3:before {
  content: "\e951"; }

.lnr-expand4:before {
  content: "\e952"; }

.lnr-contract3:before {
  content: "\e953"; }

.lnr-notification:before {
  content: "\e954"; }

.lnr-warning:before {
  content: "\e955"; }

.lnr-notification-circle:before {
  content: "\e956"; }

.lnr-question-circle:before {
  content: "\e957"; }

.lnr-menu-circle:before {
  content: "\e958"; }

.lnr-checkmark-circle:before {
  content: "\e959"; }

.lnr-cross-circle:before {
  content: "\e95a"; }

.lnr-plus-circle:before {
  content: "\e95b"; }

.lnr-circle-minus:before {
  content: "\e95c"; }

.lnr-percent-circle:before {
  content: "\e95d"; }

.lnr-arrow-up-circle:before {
  content: "\e95e"; }

.lnr-arrow-down-circle:before {
  content: "\e95f"; }

.lnr-arrow-left-circle:before {
  content: "\e960"; }

.lnr-arrow-right-circle:before {
  content: "\e961"; }

.lnr-chevron-up-circle:before {
  content: "\e962"; }

.lnr-chevron-down-circle:before {
  content: "\e963"; }

.lnr-chevron-left-circle:before {
  content: "\e964"; }

.lnr-chevron-right-circle:before {
  content: "\e965"; }

.lnr-backward-circle:before {
  content: "\e966"; }

.lnr-first-circle:before {
  content: "\e967"; }

.lnr-previous-circle:before {
  content: "\e968"; }

.lnr-stop-circle:before {
  content: "\e969"; }

.lnr-play-circle:before {
  content: "\e96a"; }

.lnr-pause-circle:before {
  content: "\e96b"; }

.lnr-next-circle:before {
  content: "\e96c"; }

.lnr-last-circle:before {
  content: "\e96d"; }

.lnr-forward-circle:before {
  content: "\e96e"; }

.lnr-eject-circle:before {
  content: "\e96f"; }

.lnr-crop:before {
  content: "\e970"; }

.lnr-frame-expand:before {
  content: "\e971"; }

.lnr-frame-contract:before {
  content: "\e972"; }

.lnr-focus:before {
  content: "\e973"; }

.lnr-transform:before {
  content: "\e974"; }

.lnr-grid:before {
  content: "\e975"; }

.lnr-grid-crossed:before {
  content: "\e976"; }

.lnr-layers:before {
  content: "\e977"; }

.lnr-layers-crossed:before {
  content: "\e978"; }

.lnr-toggle:before {
  content: "\e979"; }

.lnr-rulers:before {
  content: "\e97a"; }

.lnr-ruler:before {
  content: "\e97b"; }

.lnr-funnel:before {
  content: "\e97c"; }

.lnr-flip-horizontal:before {
  content: "\e97d"; }

.lnr-flip-vertical:before {
  content: "\e97e"; }

.lnr-flip-horizontal2:before {
  content: "\e97f"; }

.lnr-flip-vertical2:before {
  content: "\e980"; }

.lnr-angle:before {
  content: "\e981"; }

.lnr-angle2:before {
  content: "\e982"; }

.lnr-subtract:before {
  content: "\e983"; }

.lnr-combine:before {
  content: "\e984"; }

.lnr-intersect:before {
  content: "\e985"; }

.lnr-exclude:before {
  content: "\e986"; }

.lnr-align-center-vertical:before {
  content: "\e987"; }

.lnr-align-right:before {
  content: "\e988"; }

.lnr-align-bottom:before {
  content: "\e989"; }

.lnr-align-left:before {
  content: "\e98a"; }

.lnr-align-center-horizontal:before {
  content: "\e98b"; }

.lnr-align-top:before {
  content: "\e98c"; }

.lnr-square:before {
  content: "\e98d"; }

.lnr-plus-square:before {
  content: "\e98e"; }

.lnr-minus-square:before {
  content: "\e98f"; }

.lnr-percent-square:before {
  content: "\e990"; }

.lnr-arrow-up-square:before {
  content: "\e991"; }

.lnr-arrow-down-square:before {
  content: "\e992"; }

.lnr-arrow-left-square:before {
  content: "\e993"; }

.lnr-arrow-right-square:before {
  content: "\e994"; }

.lnr-chevron-up-square:before {
  content: "\e995"; }

.lnr-chevron-down-square:before {
  content: "\e996"; }

.lnr-chevron-left-square:before {
  content: "\e997"; }

.lnr-chevron-right-square:before {
  content: "\e998"; }

.lnr-check-square:before {
  content: "\e999"; }

.lnr-cross-square:before {
  content: "\e99a"; }

.lnr-menu-square:before {
  content: "\e99b"; }

.lnr-prohibited:before {
  content: "\e99c"; }

.lnr-circle:before {
  content: "\e99d"; }

.lnr-radio-button:before {
  content: "\e99e"; }

.lnr-ligature:before {
  content: "\e99f"; }

.lnr-text-format:before {
  content: "\e9a0"; }

.lnr-text-format-remove:before {
  content: "\e9a1"; }

.lnr-text-size:before {
  content: "\e9a2"; }

.lnr-bold:before {
  content: "\e9a3"; }

.lnr-italic:before {
  content: "\e9a4"; }

.lnr-underline:before {
  content: "\e9a5"; }

.lnr-strikethrough:before {
  content: "\e9a6"; }

.lnr-highlight:before {
  content: "\e9a7"; }

.lnr-text-align-left:before {
  content: "\e9a8"; }

.lnr-text-align-center:before {
  content: "\e9a9"; }

.lnr-text-align-right:before {
  content: "\e9aa"; }

.lnr-text-align-justify:before {
  content: "\e9ab"; }

.lnr-line-spacing:before {
  content: "\e9ac"; }

.lnr-indent-increase:before {
  content: "\e9ad"; }

.lnr-indent-decrease:before {
  content: "\e9ae"; }

.lnr-text-wrap:before {
  content: "\e9af"; }

.lnr-pilcrow:before {
  content: "\e9b0"; }

.lnr-direction-ltr:before {
  content: "\e9b1"; }

.lnr-direction-rtl:before {
  content: "\e9b2"; }

.lnr-page-break:before {
  content: "\e9b3"; }

.lnr-page-break2:before {
  content: "\e9b4"; }

.lnr-sort-alpha-asc:before {
  content: "\e9b5"; }

.lnr-sort-alpha-desc:before {
  content: "\e9b6"; }

.lnr-sort-numeric-asc:before {
  content: "\e9b7"; }

.lnr-sort-numeric-desc:before {
  content: "\e9b8"; }

.lnr-sort-amount-asc:before {
  content: "\e9b9"; }

.lnr-sort-amount-desc:before {
  content: "\e9ba"; }

.lnr-sort-time-asc:before {
  content: "\e9bb"; }

.lnr-sort-time-desc:before {
  content: "\e9bc"; }

.lnr-sigma:before {
  content: "\e9bd"; }

.lnr-pencil-line:before {
  content: "\e9be"; }

.lnr-hand:before {
  content: "\e9bf"; }

.lnr-pointer-up:before {
  content: "\e9c0"; }

.lnr-pointer-right:before {
  content: "\e9c1"; }

.lnr-pointer-down:before {
  content: "\e9c2"; }

.lnr-pointer-left:before {
  content: "\e9c3"; }

.lnr-finger-tap:before {
  content: "\e9c4"; }

.lnr-fingers-tap:before {
  content: "\e9c5"; }

.lnr-reminder:before {
  content: "\e9c6"; }

.lnr-fingers-crossed:before {
  content: "\e9c7"; }

.lnr-fingers-victory:before {
  content: "\e9c8"; }

.lnr-gesture-zoom:before {
  content: "\e9c9"; }

.lnr-gesture-pinch:before {
  content: "\e9ca"; }

.lnr-fingers-scroll-horizontal:before {
  content: "\e9cb"; }

.lnr-fingers-scroll-vertical:before {
  content: "\e9cc"; }

.lnr-fingers-scroll-left:before {
  content: "\e9cd"; }

.lnr-fingers-scroll-right:before {
  content: "\e9ce"; }

.lnr-hand2:before {
  content: "\e9cf"; }

.lnr-pointer-up2:before {
  content: "\e9d0"; }

.lnr-pointer-right2:before {
  content: "\e9d1"; }

.lnr-pointer-down2:before {
  content: "\e9d2"; }

.lnr-pointer-left2:before {
  content: "\e9d3"; }

.lnr-finger-tap2:before {
  content: "\e9d4"; }

.lnr-fingers-tap2:before {
  content: "\e9d5"; }

.lnr-reminder2:before {
  content: "\e9d6"; }

.lnr-gesture-zoom2:before {
  content: "\e9d7"; }

.lnr-gesture-pinch2:before {
  content: "\e9d8"; }

.lnr-fingers-scroll-horizontal2:before {
  content: "\e9d9"; }

.lnr-fingers-scroll-vertical2:before {
  content: "\e9da"; }

.lnr-fingers-scroll-left2:before {
  content: "\e9db"; }

.lnr-fingers-scroll-right2:before {
  content: "\e9dc"; }

.lnr-fingers-scroll-vertical3:before {
  content: "\e9dd"; }

.lnr-border-style:before {
  content: "\e9de"; }

.lnr-border-all:before {
  content: "\e9df"; }

.lnr-border-outer:before {
  content: "\e9e0"; }

.lnr-border-inner:before {
  content: "\e9e1"; }

.lnr-border-top:before {
  content: "\e9e2"; }

.lnr-border-horizontal:before {
  content: "\e9e3"; }

.lnr-border-bottom:before {
  content: "\e9e4"; }

.lnr-border-left:before {
  content: "\e9e5"; }

.lnr-border-vertical:before {
  content: "\e9e6"; }

.lnr-border-right:before {
  content: "\e9e7"; }

.lnr-border-none:before {
  content: "\e9e8"; }

.lnr-ellipsis:before {
  content: "\e9e9"; }

.lnr-uni21:before {
  content: "\21"; }

.lnr-uni22:before {
  content: "\22"; }

.lnr-uni23:before {
  content: "\23"; }

.lnr-uni24:before {
  content: "\24"; }

.lnr-uni25:before {
  content: "\25"; }

.lnr-uni26:before {
  content: "\26"; }

.lnr-uni27:before {
  content: "\27"; }

.lnr-uni28:before {
  content: "\28"; }

.lnr-uni29:before {
  content: "\29"; }

.lnr-uni2a:before {
  content: "\2a"; }

.lnr-uni2b:before {
  content: "\2b"; }

.lnr-uni2c:before {
  content: "\2c"; }

.lnr-uni2d:before {
  content: "\2d"; }

.lnr-uni2e:before {
  content: "\2e"; }

.lnr-uni2f:before {
  content: "\2f"; }

.lnr-uni30:before {
  content: "\30"; }

.lnr-uni31:before {
  content: "\31"; }

.lnr-uni32:before {
  content: "\32"; }

.lnr-uni33:before {
  content: "\33"; }

.lnr-uni34:before {
  content: "\34"; }

.lnr-uni35:before {
  content: "\35"; }

.lnr-uni36:before {
  content: "\36"; }

.lnr-uni37:before {
  content: "\37"; }

.lnr-uni38:before {
  content: "\38"; }

.lnr-uni39:before {
  content: "\39"; }

.lnr-uni3a:before {
  content: "\3a"; }

.lnr-uni3b:before {
  content: "\3b"; }

.lnr-uni3c:before {
  content: "\3c"; }

.lnr-uni3d:before {
  content: "\3d"; }

.lnr-uni3e:before {
  content: "\3e"; }

.lnr-uni3f:before {
  content: "\3f"; }

.lnr-uni40:before {
  content: "\40"; }

.lnr-uni41:before {
  content: "\41"; }

.lnr-uni42:before {
  content: "\42"; }

.lnr-uni43:before {
  content: "\43"; }

.lnr-uni44:before {
  content: "\44"; }

.lnr-uni45:before {
  content: "\45"; }

.lnr-uni46:before {
  content: "\46"; }

.lnr-uni47:before {
  content: "\47"; }

.lnr-uni48:before {
  content: "\48"; }

.lnr-uni49:before {
  content: "\49"; }

.lnr-uni4a:before {
  content: "\4a"; }

.lnr-uni4b:before {
  content: "\4b"; }

.lnr-uni4c:before {
  content: "\4c"; }

.lnr-uni4d:before {
  content: "\4d"; }

.lnr-uni4e:before {
  content: "\4e"; }

.lnr-uni4f:before {
  content: "\4f"; }

.lnr-uni50:before {
  content: "\50"; }

.lnr-uni51:before {
  content: "\51"; }

.lnr-uni52:before {
  content: "\52"; }

.lnr-uni53:before {
  content: "\53"; }

.lnr-uni54:before {
  content: "\54"; }

.lnr-uni55:before {
  content: "\55"; }

.lnr-uni56:before {
  content: "\56"; }

.lnr-uni57:before {
  content: "\57"; }

.lnr-uni58:before {
  content: "\58"; }

.lnr-uni59:before {
  content: "\59"; }

.lnr-uni5a:before {
  content: "\5a"; }

.lnr-uni5b:before {
  content: "\5b"; }

.lnr-uni5c:before {
  content: "\5c"; }

.lnr-uni5d:before {
  content: "\5d"; }

.lnr-uni5e:before {
  content: "\5e"; }

.lnr-uni5f:before {
  content: "\5f"; }

.lnr-uni60:before {
  content: "\60"; }

.lnr-uni61:before {
  content: "\61"; }

.lnr-uni62:before {
  content: "\62"; }

.lnr-uni63:before {
  content: "\63"; }

.lnr-uni64:before {
  content: "\64"; }

.lnr-uni65:before {
  content: "\65"; }

.lnr-uni66:before {
  content: "\66"; }

.lnr-uni67:before {
  content: "\67"; }

.lnr-uni68:before {
  content: "\68"; }

.lnr-uni69:before {
  content: "\69"; }

.lnr-uni6a:before {
  content: "\6a"; }

.lnr-uni6b:before {
  content: "\6b"; }

.lnr-uni6c:before {
  content: "\6c"; }

.lnr-uni6d:before {
  content: "\6d"; }

.lnr-uni6e:before {
  content: "\6e"; }

.lnr-uni6f:before {
  content: "\6f"; }

.lnr-uni70:before {
  content: "\70"; }

.lnr-uni71:before {
  content: "\71"; }

.lnr-uni72:before {
  content: "\72"; }

.lnr-uni73:before {
  content: "\73"; }

.lnr-uni74:before {
  content: "\74"; }

.lnr-uni75:before {
  content: "\75"; }

.lnr-uni76:before {
  content: "\76"; }

.lnr-uni77:before {
  content: "\77"; }

.lnr-uni78:before {
  content: "\78"; }

.lnr-uni79:before {
  content: "\79"; }

.lnr-uni7a:before {
  content: "\7a"; }

.lnr-uni7b:before {
  content: "\7b"; }

.lnr-uni7c:before {
  content: "\7c"; }

.lnr-uni7d:before {
  content: "\7d"; }

.lnr-uni7e:before {
  content: "\7e"; }

.lnr-copyright:before {
  content: "\a9"; }

/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */

@keyframes passing-through {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30%, 70% {
    opacity: 1;
    transform: translateY(0px); }
  100% {
    opacity: 0;
    transform: translateY(-40px); } }

@keyframes slide-in {
  0% {
    opacity: 0;
    transform: translateY(40px); }
  30% {
    opacity: 1;
    transform: translateY(0px); } }

@keyframes pulse {
  0% {
    transform: scale(1); }
  10% {
    transform: scale(1.1); }
  20% {
    transform: scale(1); } }

.dropzone, .dropzone * {
  box-sizing: border-box; }

.dropzone {
  min-height: 150px;
  border: 2px dashed #bbb;
  background: white;
  padding: 20px 20px; }

.dropzone.dz-clickable {
  cursor: pointer; }

.dropzone.dz-clickable * {
  cursor: default; }

.dropzone.dz-clickable .dz-message, .dropzone.dz-clickable .dz-message * {
  cursor: pointer; }

.dropzone.dz-started .dz-message {
  display: none; }

.dropzone.dz-drag-hover {
  border-style: solid; }

.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5; }

.dropzone .dz-message {
  text-align: center;
  margin: 2em 0; }

.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px; }

.dropzone .dz-preview:hover {
  z-index: 1000; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: linear-gradient(to bottom, #eee, #ddd); }

.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1; }

.dropzone .dz-preview.dz-image-preview {
  background: white; }

.dropzone .dz-preview.dz-image-preview .dz-details {
  transition: opacity 0.2s linear; }

.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none; }

.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline; }

.dropzone .dz-preview:hover .dz-details {
  opacity: 1; }

.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%; }

.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px; }

.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap; }

.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8); }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis; }

.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent; }

.dropzone .dz-preview .dz-details .dz-filename span, .dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px; }

.dropzone .dz-preview:hover .dz-image img {
  transform: scale(1.05, 1.05);
  filter: blur(8px); }

.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10; }

.dropzone .dz-preview .dz-image img {
  display: block; }

.dropzone .dz-preview.dz-success .dz-success-mark {
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1); }

.dropzone .dz-preview .dz-success-mark, .dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px; }

.dropzone .dz-preview .dz-success-mark svg, .dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px; }

.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  transition: all 0.2s linear; }

.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  transition: opacity 0.4s ease-in; }

.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  animation: pulse 6s ease infinite; }

.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden; }

.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  transition: width 300ms ease-in-out; }

.dropzone .dz-preview.dz-error .dz-error-message {
  display: block; }

.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto; }

.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  top: 130px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white; }

.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  top: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #be2626; }

.cp-content-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px; }

.cp-store-header-logo {
  max-height: 40px;
  padding-top: 10px; }
  .cp-store-header-logo img {
    max-width: 170px; }

/*
    FACEBOOK LIVE STYLES
*/
.live-streaming-announcement {
  padding: 15px;
  background: #4a4a4a;
  color: white;
  display: -ms-flexbox;
  display: flex; }
  .live-streaming-announcement .col {
    -ms-flex: 1;
    flex: 1; }
    .live-streaming-announcement .col.right {
      text-align: right; }

@media (max-width: 768px) {
  .hide-header-link {
    display: none; } }

@media (max-width: 767px) {
  .cp-content-wrapper {
    padding: 0; } }

@font-face {
  font-family: Linearicons;
  src: url("/fonts/Linearicons.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }

[class*=" lnr-"], [class^=lnr-] {
  font-family: Linearicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -ms-font-feature-settings: "liga" 1;
  -o-font-feature-settings: "liga";
  font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.lnr-home:before {
  content: "\e600"; }

.lnr-home2:before {
  content: "\e601"; }

.lnr-home3:before {
  content: "\e602"; }

.lnr-home4:before {
  content: "\e603"; }

.lnr-home5:before {
  content: "\e604"; }

.lnr-home6:before {
  content: "\e605"; }

.lnr-bathtub:before {
  content: "\e606"; }

.lnr-toothbrush:before {
  content: "\e607"; }

.lnr-bed:before {
  content: "\e608"; }

.lnr-couch:before {
  content: "\e609"; }

.lnr-chair:before {
  content: "\e60a"; }

.lnr-city:before {
  content: "\e60b"; }

.lnr-apartment:before {
  content: "\e60c"; }

.lnr-pencil:before {
  content: "\e60d"; }

.lnr-pencil2:before {
  content: "\e60e"; }

.lnr-pen:before {
  content: "\e60f"; }

.lnr-pencil3:before {
  content: "\e610"; }

.lnr-eraser:before {
  content: "\e611"; }

.lnr-pencil4:before {
  content: "\e612"; }

.lnr-pencil5:before {
  content: "\e613"; }

.lnr-feather:before {
  content: "\e614"; }

.lnr-feather2:before {
  content: "\e615"; }

.lnr-feather3:before {
  content: "\e616"; }

.lnr-pen2:before {
  content: "\e617"; }

.lnr-pen-add:before {
  content: "\e618"; }

.lnr-pen-remove:before {
  content: "\e619"; }

.lnr-vector:before {
  content: "\e61a"; }

.lnr-pen3:before {
  content: "\e61b"; }

.lnr-blog:before {
  content: "\e61c"; }

.lnr-brush:before {
  content: "\e61d"; }

.lnr-brush2:before {
  content: "\e61e"; }

.lnr-spray:before {
  content: "\e61f"; }

.lnr-paint-roller:before {
  content: "\e620"; }

.lnr-stamp:before {
  content: "\e621"; }

.lnr-tape:before {
  content: "\e622"; }

.lnr-desk-tape:before {
  content: "\e623"; }

.lnr-texture:before {
  content: "\e624"; }

.lnr-eye-dropper:before {
  content: "\e625"; }

.lnr-palette:before {
  content: "\e626"; }

.lnr-color-sampler:before {
  content: "\e627"; }

.lnr-bucket:before {
  content: "\e628"; }

.lnr-gradient:before {
  content: "\e629"; }

.lnr-gradient2:before {
  content: "\e62a"; }

.lnr-magic-wand:before {
  content: "\e62b"; }

.lnr-magnet:before {
  content: "\e62c"; }

.lnr-pencil-ruler:before {
  content: "\e62d"; }

.lnr-pencil-ruler2:before {
  content: "\e62e"; }

.lnr-compass:before {
  content: "\e62f"; }

.lnr-aim:before {
  content: "\e630"; }

.lnr-gun:before {
  content: "\e631"; }

.lnr-bottle:before {
  content: "\e632"; }

.lnr-drop:before {
  content: "\e633"; }

.lnr-drop-crossed:before {
  content: "\e634"; }

.lnr-drop2:before {
  content: "\e635"; }

.lnr-snow:before {
  content: "\e636"; }

.lnr-snow2:before {
  content: "\e637"; }

.lnr-fire:before {
  content: "\e638"; }

.lnr-lighter:before {
  content: "\e639"; }

.lnr-knife:before {
  content: "\e63a"; }

.lnr-dagger:before {
  content: "\e63b"; }

.lnr-tissue:before {
  content: "\e63c"; }

.lnr-toilet-paper:before {
  content: "\e63d"; }

.lnr-poop:before {
  content: "\e63e"; }

.lnr-umbrella:before {
  content: "\e63f"; }

.lnr-umbrella2:before {
  content: "\e640"; }

.lnr-rain:before {
  content: "\e641"; }

.lnr-tornado:before {
  content: "\e642"; }

.lnr-wind:before {
  content: "\e643"; }

.lnr-fan:before {
  content: "\e644"; }

.lnr-contrast:before {
  content: "\e645"; }

.lnr-sun-small:before {
  content: "\e646"; }

.lnr-sun:before {
  content: "\e647"; }

.lnr-sun2:before {
  content: "\e648"; }

.lnr-moon:before {
  content: "\e649"; }

.lnr-cloud:before {
  content: "\e64a"; }

.lnr-cloud-upload:before {
  content: "\e64b"; }

.lnr-cloud-download:before {
  content: "\e64c"; }

.lnr-cloud-rain:before {
  content: "\e64d"; }

.lnr-cloud-hailstones:before {
  content: "\e64e"; }

.lnr-cloud-snow:before {
  content: "\e64f"; }

.lnr-cloud-windy:before {
  content: "\e650"; }

.lnr-sun-wind:before {
  content: "\e651"; }

.lnr-cloud-fog:before {
  content: "\e652"; }

.lnr-cloud-sun:before {
  content: "\e653"; }

.lnr-cloud-lightning:before {
  content: "\e654"; }

.lnr-cloud-sync:before {
  content: "\e655"; }

.lnr-cloud-lock:before {
  content: "\e656"; }

.lnr-cloud-gear:before {
  content: "\e657"; }

.lnr-cloud-alert:before {
  content: "\e658"; }

.lnr-cloud-check:before {
  content: "\e659"; }

.lnr-cloud-cross:before {
  content: "\e65a"; }

.lnr-cloud-crossed:before {
  content: "\e65b"; }

.lnr-cloud-database:before {
  content: "\e65c"; }

.lnr-database:before {
  content: "\e65d"; }

.lnr-database-add:before {
  content: "\e65e"; }

.lnr-database-remove:before {
  content: "\e65f"; }

.lnr-database-lock:before {
  content: "\e660"; }

.lnr-database-refresh:before {
  content: "\e661"; }

.lnr-database-check:before {
  content: "\e662"; }

.lnr-database-history:before {
  content: "\e663"; }

.lnr-database-upload:before {
  content: "\e664"; }

.lnr-database-download:before {
  content: "\e665"; }

.lnr-server:before {
  content: "\e666"; }

.lnr-shield:before {
  content: "\e667"; }

.lnr-shield-check:before {
  content: "\e668"; }

.lnr-shield-alert:before {
  content: "\e669"; }

.lnr-shield-cross:before {
  content: "\e66a"; }

.lnr-lock:before {
  content: "\e66b"; }

.lnr-rotation-lock:before {
  content: "\e66c"; }

.lnr-unlock:before {
  content: "\e66d"; }

.lnr-key:before {
  content: "\e66e"; }

.lnr-key-hole:before {
  content: "\e66f"; }

.lnr-toggle-off:before {
  content: "\e670"; }

.lnr-toggle-on:before {
  content: "\e671"; }

.lnr-cog:before {
  content: "\e672"; }

.lnr-cog2:before {
  content: "\e673"; }

.lnr-wrench:before {
  content: "\e674"; }

.lnr-screwdriver:before {
  content: "\e675"; }

.lnr-hammer-wrench:before {
  content: "\e676"; }

.lnr-hammer:before {
  content: "\e677"; }

.lnr-saw:before {
  content: "\e678"; }

.lnr-axe:before {
  content: "\e679"; }

.lnr-axe2:before {
  content: "\e67a"; }

.lnr-shovel:before {
  content: "\e67b"; }

.lnr-pickaxe:before {
  content: "\e67c"; }

.lnr-factory:before {
  content: "\e67d"; }

.lnr-factory2:before {
  content: "\e67e"; }

.lnr-recycle:before {
  content: "\e67f"; }

.lnr-trash:before {
  content: "\e680"; }

.lnr-trash2:before {
  content: "\e681"; }

.lnr-trash3:before {
  content: "\e682"; }

.lnr-broom:before {
  content: "\e683"; }

.lnr-game:before {
  content: "\e684"; }

.lnr-gamepad:before {
  content: "\e685"; }

.lnr-joystick:before {
  content: "\e686"; }

.lnr-dice:before {
  content: "\e687"; }

.lnr-spades:before {
  content: "\e688"; }

.lnr-diamonds:before {
  content: "\e689"; }

.lnr-clubs:before {
  content: "\e68a"; }

.lnr-hearts:before {
  content: "\e68b"; }

.lnr-heart:before {
  content: "\e68c"; }

.lnr-star:before {
  content: "\e68d"; }

.lnr-star-half:before {
  content: "\e68e"; }

.lnr-star-empty:before {
  content: "\e68f"; }

.lnr-flag:before {
  content: "\e690"; }

.lnr-flag2:before {
  content: "\e691"; }

.lnr-flag3:before {
  content: "\e692"; }

.lnr-mailbox-full:before {
  content: "\e693"; }

.lnr-mailbox-empty:before {
  content: "\e694"; }

.lnr-at-sign:before {
  content: "\e695"; }

.lnr-envelope:before {
  content: "\e696"; }

.lnr-envelope-open:before {
  content: "\e697"; }

.lnr-paperclip:before {
  content: "\e698"; }

.lnr-paper-plane:before {
  content: "\e699"; }

.lnr-reply:before {
  content: "\e69a"; }

.lnr-reply-all:before {
  content: "\e69b"; }

.lnr-inbox:before {
  content: "\e69c"; }

.lnr-inbox2:before {
  content: "\e69d"; }

.lnr-outbox:before {
  content: "\e69e"; }

.lnr-box:before {
  content: "\e69f"; }

.lnr-archive:before {
  content: "\e6a0"; }

.lnr-archive2:before {
  content: "\e6a1"; }

.lnr-drawers:before {
  content: "\e6a2"; }

.lnr-drawers2:before {
  content: "\e6a3"; }

.lnr-drawers3:before {
  content: "\e6a4"; }

.lnr-eye:before {
  content: "\e6a5"; }

.lnr-eye-crossed:before {
  content: "\e6a6"; }

.lnr-eye-plus:before {
  content: "\e6a7"; }

.lnr-eye-minus:before {
  content: "\e6a8"; }

.lnr-binoculars:before {
  content: "\e6a9"; }

.lnr-binoculars2:before {
  content: "\e6aa"; }

.lnr-hdd:before {
  content: "\e6ab"; }

.lnr-hdd-down:before {
  content: "\e6ac"; }

.lnr-hdd-up:before {
  content: "\e6ad"; }

.lnr-floppy-disk:before {
  content: "\e6ae"; }

.lnr-disc:before {
  content: "\e6af"; }

.lnr-tape2:before {
  content: "\e6b0"; }

.lnr-printer:before {
  content: "\e6b1"; }

.lnr-shredder:before {
  content: "\e6b2"; }

.lnr-file-empty:before {
  content: "\e6b3"; }

.lnr-file-add:before {
  content: "\e6b4"; }

.lnr-file-check:before {
  content: "\e6b5"; }

.lnr-file-lock:before {
  content: "\e6b6"; }

.lnr-files:before {
  content: "\e6b7"; }

.lnr-copy:before {
  content: "\e6b8"; }

.lnr-compare:before {
  content: "\e6b9"; }

.lnr-folder:before {
  content: "\e6ba"; }

.lnr-folder-search:before {
  content: "\e6bb"; }

.lnr-folder-plus:before {
  content: "\e6bc"; }

.lnr-folder-minus:before {
  content: "\e6bd"; }

.lnr-folder-download:before {
  content: "\e6be"; }

.lnr-folder-upload:before {
  content: "\e6bf"; }

.lnr-folder-star:before {
  content: "\e6c0"; }

.lnr-folder-heart:before {
  content: "\e6c1"; }

.lnr-folder-user:before {
  content: "\e6c2"; }

.lnr-folder-shared:before {
  content: "\e6c3"; }

.lnr-folder-music:before {
  content: "\e6c4"; }

.lnr-folder-picture:before {
  content: "\e6c5"; }

.lnr-folder-film:before {
  content: "\e6c6"; }

.lnr-scissors:before {
  content: "\e6c7"; }

.lnr-paste:before {
  content: "\e6c8"; }

.lnr-clipboard-empty:before {
  content: "\e6c9"; }

.lnr-clipboard-pencil:before {
  content: "\e6ca"; }

.lnr-clipboard-text:before {
  content: "\e6cb"; }

.lnr-clipboard-check:before {
  content: "\e6cc"; }

.lnr-clipboard-down:before {
  content: "\e6cd"; }

.lnr-clipboard-left:before {
  content: "\e6ce"; }

.lnr-clipboard-alert:before {
  content: "\e6cf"; }

.lnr-clipboard-user:before {
  content: "\e6d0"; }

.lnr-register:before {
  content: "\e6d1"; }

.lnr-enter:before {
  content: "\e6d2"; }

.lnr-exit:before {
  content: "\e6d3"; }

.lnr-papers:before {
  content: "\e6d4"; }

.lnr-news:before {
  content: "\e6d5"; }

.lnr-reading:before {
  content: "\e6d6"; }

.lnr-typewriter:before {
  content: "\e6d7"; }

.lnr-document:before {
  content: "\e6d8"; }

.lnr-document2:before {
  content: "\e6d9"; }

.lnr-graduation-hat:before {
  content: "\e6da"; }

.lnr-license:before {
  content: "\e6db"; }

.lnr-license2:before {
  content: "\e6dc"; }

.lnr-medal-empty:before {
  content: "\e6dd"; }

.lnr-medal-first:before {
  content: "\e6de"; }

.lnr-medal-second:before {
  content: "\e6df"; }

.lnr-medal-third:before {
  content: "\e6e0"; }

.lnr-podium:before {
  content: "\e6e1"; }

.lnr-trophy:before {
  content: "\e6e2"; }

.lnr-trophy2:before {
  content: "\e6e3"; }

.lnr-music-note:before {
  content: "\e6e4"; }

.lnr-music-note2:before {
  content: "\e6e5"; }

.lnr-music-note3:before {
  content: "\e6e6"; }

.lnr-playlist:before {
  content: "\e6e7"; }

.lnr-playlist-add:before {
  content: "\e6e8"; }

.lnr-guitar:before {
  content: "\e6e9"; }

.lnr-trumpet:before {
  content: "\e6ea"; }

.lnr-album:before {
  content: "\e6eb"; }

.lnr-shuffle:before {
  content: "\e6ec"; }

.lnr-repeat-one:before {
  content: "\e6ed"; }

.lnr-repeat:before {
  content: "\e6ee"; }

.lnr-headphones:before {
  content: "\e6ef"; }

.lnr-headset:before {
  content: "\e6f0"; }

.lnr-loudspeaker:before {
  content: "\e6f1"; }

.lnr-equalizer:before {
  content: "\e6f2"; }

.lnr-theater:before {
  content: "\e6f3"; }

.lnr-3d-glasses:before {
  content: "\e6f4"; }

.lnr-ticket:before {
  content: "\e6f5"; }

.lnr-presentation:before {
  content: "\e6f6"; }

.lnr-play:before {
  content: "\e6f7"; }

.lnr-film-play:before {
  content: "\e6f8"; }

.lnr-clapboard-play:before {
  content: "\e6f9"; }

.lnr-media:before {
  content: "\e6fa"; }

.lnr-film:before {
  content: "\e6fb"; }

.lnr-film2:before {
  content: "\e6fc"; }

.lnr-surveillance:before {
  content: "\e6fd"; }

.lnr-surveillance2:before {
  content: "\e6fe"; }

.lnr-camera:before {
  content: "\e6ff"; }

.lnr-camera-crossed:before {
  content: "\e700"; }

.lnr-camera-play:before {
  content: "\e701"; }

.lnr-time-lapse:before {
  content: "\e702"; }

.lnr-record:before {
  content: "\e703"; }

.lnr-camera2:before {
  content: "\e704"; }

.lnr-camera-flip:before {
  content: "\e705"; }

.lnr-panorama:before {
  content: "\e706"; }

.lnr-time-lapse2:before {
  content: "\e707"; }

.lnr-shutter:before {
  content: "\e708"; }

.lnr-shutter2:before {
  content: "\e709"; }

.lnr-face-detection:before {
  content: "\e70a"; }

.lnr-flare:before {
  content: "\e70b"; }

.lnr-convex:before {
  content: "\e70c"; }

.lnr-concave:before {
  content: "\e70d"; }

.lnr-picture:before {
  content: "\e70e"; }

.lnr-picture2:before {
  content: "\e70f"; }

.lnr-picture3:before {
  content: "\e710"; }

.lnr-pictures:before {
  content: "\e711"; }

.lnr-book:before {
  content: "\e712"; }

.lnr-audio-book:before {
  content: "\e713"; }

.lnr-book2:before {
  content: "\e714"; }

.lnr-bookmark:before {
  content: "\e715"; }

.lnr-bookmark2:before {
  content: "\e716"; }

.lnr-label:before {
  content: "\e717"; }

.lnr-library:before {
  content: "\e718"; }

.lnr-library2:before {
  content: "\e719"; }

.lnr-contacts:before {
  content: "\e71a"; }

.lnr-profile:before {
  content: "\e71b"; }

.lnr-portrait:before {
  content: "\e71c"; }

.lnr-portrait2:before {
  content: "\e71d"; }

.lnr-user:before {
  content: "\e71e"; }

.lnr-user-plus:before {
  content: "\e71f"; }

.lnr-user-minus:before {
  content: "\e720"; }

.lnr-user-lock:before {
  content: "\e721"; }

.lnr-users:before {
  content: "\e722"; }

.lnr-users2:before {
  content: "\e723"; }

.lnr-users-plus:before {
  content: "\e724"; }

.lnr-users-minus:before {
  content: "\e725"; }

.lnr-group-work:before {
  content: "\e726"; }

.lnr-woman:before {
  content: "\e727"; }

.lnr-man:before {
  content: "\e728"; }

.lnr-baby:before {
  content: "\e729"; }

.lnr-baby2:before {
  content: "\e72a"; }

.lnr-baby3:before {
  content: "\e72b"; }

.lnr-baby-bottle:before {
  content: "\e72c"; }

.lnr-walk:before {
  content: "\e72d"; }

.lnr-hand-waving:before {
  content: "\e72e"; }

.lnr-jump:before {
  content: "\e72f"; }

.lnr-run:before {
  content: "\e730"; }

.lnr-woman2:before {
  content: "\e731"; }

.lnr-man2:before {
  content: "\e732"; }

.lnr-man-woman:before {
  content: "\e733"; }

.lnr-height:before {
  content: "\e734"; }

.lnr-weight:before {
  content: "\e735"; }

.lnr-scale:before {
  content: "\e736"; }

.lnr-button:before {
  content: "\e737"; }

.lnr-bow-tie:before {
  content: "\e738"; }

.lnr-tie:before {
  content: "\e739"; }

.lnr-socks:before {
  content: "\e73a"; }

.lnr-shoe:before {
  content: "\e73b"; }

.lnr-shoes:before {
  content: "\e73c"; }

.lnr-hat:before {
  content: "\e73d"; }

.lnr-pants:before {
  content: "\e73e"; }

.lnr-shorts:before {
  content: "\e73f"; }

.lnr-flip-flops:before {
  content: "\e740"; }

.lnr-shirt:before {
  content: "\e741"; }

.lnr-hanger:before {
  content: "\e742"; }

.lnr-laundry:before {
  content: "\e743"; }

.lnr-store:before {
  content: "\e744"; }

.lnr-haircut:before {
  content: "\e745"; }

.lnr-store-24:before {
  content: "\e746"; }

.lnr-barcode:before {
  content: "\e747"; }

.lnr-barcode2:before {
  content: "\e748"; }

.lnr-barcode3:before {
  content: "\e749"; }

.lnr-cashier:before {
  content: "\e74a"; }

.lnr-bag:before {
  content: "\e74b"; }

.lnr-bag2:before {
  content: "\e74c"; }

.lnr-cart:before {
  content: "\e74d"; }

.lnr-cart-empty:before {
  content: "\e74e"; }

.lnr-cart-full:before {
  content: "\e74f"; }

.lnr-cart-plus:before {
  content: "\e750"; }

.lnr-cart-plus2:before {
  content: "\e751"; }

.lnr-cart-add:before {
  content: "\e752"; }

.lnr-cart-remove:before {
  content: "\e753"; }

.lnr-cart-exchange:before {
  content: "\e754"; }

.lnr-tag:before {
  content: "\e755"; }

.lnr-tags:before {
  content: "\e756"; }

.lnr-receipt:before {
  content: "\e757"; }

.lnr-wallet:before {
  content: "\e758"; }

.lnr-credit-card:before {
  content: "\e759"; }

.lnr-cash-dollar:before {
  content: "\e75a"; }

.lnr-cash-euro:before {
  content: "\e75b"; }

.lnr-cash-pound:before {
  content: "\e75c"; }

.lnr-cash-yen:before {
  content: "\e75d"; }

.lnr-bag-dollar:before {
  content: "\e75e"; }

.lnr-bag-euro:before {
  content: "\e75f"; }

.lnr-bag-pound:before {
  content: "\e760"; }

.lnr-bag-yen:before {
  content: "\e761"; }

.lnr-coin-dollar:before {
  content: "\e762"; }

.lnr-coin-euro:before {
  content: "\e763"; }

.lnr-coin-pound:before {
  content: "\e764"; }

.lnr-coin-yen:before {
  content: "\e765"; }

.lnr-calculator:before {
  content: "\e766"; }

.lnr-calculator2:before {
  content: "\e767"; }

.lnr-abacus:before {
  content: "\e768"; }

.lnr-vault:before {
  content: "\e769"; }

.lnr-telephone:before {
  content: "\e76a"; }

.lnr-phone-lock:before {
  content: "\e76b"; }

.lnr-phone-wave:before {
  content: "\e76c"; }

.lnr-phone-pause:before {
  content: "\e76d"; }

.lnr-phone-outgoing:before {
  content: "\e76e"; }

.lnr-phone-incoming:before {
  content: "\e76f"; }

.lnr-phone-in-out:before {
  content: "\e770"; }

.lnr-phone-error:before {
  content: "\e771"; }

.lnr-phone-sip:before {
  content: "\e772"; }

.lnr-phone-plus:before {
  content: "\e773"; }

.lnr-phone-minus:before {
  content: "\e774"; }

.lnr-voicemail:before {
  content: "\e775"; }

.lnr-dial:before {
  content: "\e776"; }

.lnr-telephone2:before {
  content: "\e777"; }

.lnr-pushpin:before {
  content: "\e778"; }

.lnr-pushpin2:before {
  content: "\e779"; }

.lnr-map-marker:before {
  content: "\e77a"; }

.lnr-map-marker-user:before {
  content: "\e77b"; }

.lnr-map-marker-down:before {
  content: "\e77c"; }

.lnr-map-marker-check:before {
  content: "\e77d"; }

.lnr-map-marker-crossed:before {
  content: "\e77e"; }

.lnr-radar:before {
  content: "\e77f"; }

.lnr-compass2:before {
  content: "\e780"; }

.lnr-map:before {
  content: "\e781"; }

.lnr-map2:before {
  content: "\e782"; }

.lnr-location:before {
  content: "\e783"; }

.lnr-road-sign:before {
  content: "\e784"; }

.lnr-calendar-empty:before {
  content: "\e785"; }

.lnr-calendar-check:before {
  content: "\e786"; }

.lnr-calendar-cross:before {
  content: "\e787"; }

.lnr-calendar-31:before {
  content: "\e788"; }

.lnr-calendar-full:before {
  content: "\e789"; }

.lnr-calendar-insert:before {
  content: "\e78a"; }

.lnr-calendar-text:before {
  content: "\e78b"; }

.lnr-calendar-user:before {
  content: "\e78c"; }

.lnr-mouse:before {
  content: "\e78d"; }

.lnr-mouse-left:before {
  content: "\e78e"; }

.lnr-mouse-right:before {
  content: "\e78f"; }

.lnr-mouse-both:before {
  content: "\e790"; }

.lnr-keyboard:before {
  content: "\e791"; }

.lnr-keyboard-up:before {
  content: "\e792"; }

.lnr-keyboard-down:before {
  content: "\e793"; }

.lnr-delete:before {
  content: "\e794"; }

.lnr-spell-check:before {
  content: "\e795"; }

.lnr-escape:before {
  content: "\e796"; }

.lnr-enter2:before {
  content: "\e797"; }

.lnr-screen:before {
  content: "\e798"; }

.lnr-aspect-ratio:before {
  content: "\e799"; }

.lnr-signal:before {
  content: "\e79a"; }

.lnr-signal-lock:before {
  content: "\e79b"; }

.lnr-signal-80:before {
  content: "\e79c"; }

.lnr-signal-60:before {
  content: "\e79d"; }

.lnr-signal-40:before {
  content: "\e79e"; }

.lnr-signal-20:before {
  content: "\e79f"; }

.lnr-signal-0:before {
  content: "\e7a0"; }

.lnr-signal-blocked:before {
  content: "\e7a1"; }

.lnr-sim:before {
  content: "\e7a2"; }

.lnr-flash-memory:before {
  content: "\e7a3"; }

.lnr-usb-drive:before {
  content: "\e7a4"; }

.lnr-phone:before {
  content: "\e7a5"; }

.lnr-smartphone:before {
  content: "\e7a6"; }

.lnr-smartphone-notification:before {
  content: "\e7a7"; }

.lnr-smartphone-vibration:before {
  content: "\e7a8"; }

.lnr-smartphone-embed:before {
  content: "\e7a9"; }

.lnr-smartphone-waves:before {
  content: "\e7aa"; }

.lnr-tablet:before {
  content: "\e7ab"; }

.lnr-tablet2:before {
  content: "\e7ac"; }

.lnr-laptop:before {
  content: "\e7ad"; }

.lnr-laptop-phone:before {
  content: "\e7ae"; }

.lnr-desktop:before {
  content: "\e7af"; }

.lnr-launch:before {
  content: "\e7b0"; }

.lnr-new-tab:before {
  content: "\e7b1"; }

.lnr-window:before {
  content: "\e7b2"; }

.lnr-cable:before {
  content: "\e7b3"; }

.lnr-cable2:before {
  content: "\e7b4"; }

.lnr-tv:before {
  content: "\e7b5"; }

.lnr-radio:before {
  content: "\e7b6"; }

.lnr-remote-control:before {
  content: "\e7b7"; }

.lnr-power-switch:before {
  content: "\e7b8"; }

.lnr-power:before {
  content: "\e7b9"; }

.lnr-power-crossed:before {
  content: "\e7ba"; }

.lnr-flash-auto:before {
  content: "\e7bb"; }

.lnr-lamp:before {
  content: "\e7bc"; }

.lnr-flashlight:before {
  content: "\e7bd"; }

.lnr-lampshade:before {
  content: "\e7be"; }

.lnr-cord:before {
  content: "\e7bf"; }

.lnr-outlet:before {
  content: "\e7c0"; }

.lnr-battery-power:before {
  content: "\e7c1"; }

.lnr-battery-empty:before {
  content: "\e7c2"; }

.lnr-battery-alert:before {
  content: "\e7c3"; }

.lnr-battery-error:before {
  content: "\e7c4"; }

.lnr-battery-low1:before {
  content: "\e7c5"; }

.lnr-battery-low2:before {
  content: "\e7c6"; }

.lnr-battery-low3:before {
  content: "\e7c7"; }

.lnr-battery-mid1:before {
  content: "\e7c8"; }

.lnr-battery-mid2:before {
  content: "\e7c9"; }

.lnr-battery-mid3:before {
  content: "\e7ca"; }

.lnr-battery-full:before {
  content: "\e7cb"; }

.lnr-battery-charging:before {
  content: "\e7cc"; }

.lnr-battery-charging2:before {
  content: "\e7cd"; }

.lnr-battery-charging3:before {
  content: "\e7ce"; }

.lnr-battery-charging4:before {
  content: "\e7cf"; }

.lnr-battery-charging5:before {
  content: "\e7d0"; }

.lnr-battery-charging6:before {
  content: "\e7d1"; }

.lnr-battery-charging7:before {
  content: "\e7d2"; }

.lnr-chip:before {
  content: "\e7d3"; }

.lnr-chip-x64:before {
  content: "\e7d4"; }

.lnr-chip-x86:before {
  content: "\e7d5"; }

.lnr-bubble:before {
  content: "\e7d6"; }

.lnr-bubbles:before {
  content: "\e7d7"; }

.lnr-bubble-dots:before {
  content: "\e7d8"; }

.lnr-bubble-alert:before {
  content: "\e7d9"; }

.lnr-bubble-question:before {
  content: "\e7da"; }

.lnr-bubble-text:before {
  content: "\e7db"; }

.lnr-bubble-pencil:before {
  content: "\e7dc"; }

.lnr-bubble-picture:before {
  content: "\e7dd"; }

.lnr-bubble-video:before {
  content: "\e7de"; }

.lnr-bubble-user:before {
  content: "\e7df"; }

.lnr-bubble-quote:before {
  content: "\e7e0"; }

.lnr-bubble-heart:before {
  content: "\e7e1"; }

.lnr-bubble-emoticon:before {
  content: "\e7e2"; }

.lnr-bubble-attachment:before {
  content: "\e7e3"; }

.lnr-phone-bubble:before {
  content: "\e7e4"; }

.lnr-quote-open:before {
  content: "\e7e5"; }

.lnr-quote-close:before {
  content: "\e7e6"; }

.lnr-dna:before {
  content: "\e7e7"; }

.lnr-heart-pulse:before {
  content: "\e7e8"; }

.lnr-pulse:before {
  content: "\e7e9"; }

.lnr-syringe:before {
  content: "\e7ea"; }

.lnr-pills:before {
  content: "\e7eb"; }

.lnr-first-aid:before {
  content: "\e7ec"; }

.lnr-lifebuoy:before {
  content: "\e7ed"; }

.lnr-bandage:before {
  content: "\e7ee"; }

.lnr-bandages:before {
  content: "\e7ef"; }

.lnr-thermometer:before {
  content: "\e7f0"; }

.lnr-microscope:before {
  content: "\e7f1"; }

.lnr-brain:before {
  content: "\e7f2"; }

.lnr-beaker:before {
  content: "\e7f3"; }

.lnr-skull:before {
  content: "\e7f4"; }

.lnr-bone:before {
  content: "\e7f5"; }

.lnr-construction:before {
  content: "\e7f6"; }

.lnr-construction-cone:before {
  content: "\e7f7"; }

.lnr-pie-chart:before {
  content: "\e7f8"; }

.lnr-pie-chart2:before {
  content: "\e7f9"; }

.lnr-graph:before {
  content: "\e7fa"; }

.lnr-chart-growth:before {
  content: "\e7fb"; }

.lnr-chart-bars:before {
  content: "\e7fc"; }

.lnr-chart-settings:before {
  content: "\e7fd"; }

.lnr-cake:before {
  content: "\e7fe"; }

.lnr-gift:before {
  content: "\e7ff"; }

.lnr-balloon:before {
  content: "\e800"; }

.lnr-rank:before {
  content: "\e801"; }

.lnr-rank2:before {
  content: "\e802"; }

.lnr-rank3:before {
  content: "\e803"; }

.lnr-crown:before {
  content: "\e804"; }

.lnr-lotus:before {
  content: "\e805"; }

.lnr-diamond:before {
  content: "\e806"; }

.lnr-diamond2:before {
  content: "\e807"; }

.lnr-diamond3:before {
  content: "\e808"; }

.lnr-diamond4:before {
  content: "\e809"; }

.lnr-linearicons:before {
  content: "\e80a"; }

.lnr-teacup:before {
  content: "\e80b"; }

.lnr-teapot:before {
  content: "\e80c"; }

.lnr-glass:before {
  content: "\e80d"; }

.lnr-bottle2:before {
  content: "\e80e"; }

.lnr-glass-cocktail:before {
  content: "\e80f"; }

.lnr-glass2:before {
  content: "\e810"; }

.lnr-dinner:before {
  content: "\e811"; }

.lnr-dinner2:before {
  content: "\e812"; }

.lnr-chef:before {
  content: "\e813"; }

.lnr-scale2:before {
  content: "\e814"; }

.lnr-egg:before {
  content: "\e815"; }

.lnr-egg2:before {
  content: "\e816"; }

.lnr-eggs:before {
  content: "\e817"; }

.lnr-platter:before {
  content: "\e818"; }

.lnr-steak:before {
  content: "\e819"; }

.lnr-hamburger:before {
  content: "\e81a"; }

.lnr-hotdog:before {
  content: "\e81b"; }

.lnr-pizza:before {
  content: "\e81c"; }

.lnr-sausage:before {
  content: "\e81d"; }

.lnr-chicken:before {
  content: "\e81e"; }

.lnr-fish:before {
  content: "\e81f"; }

.lnr-carrot:before {
  content: "\e820"; }

.lnr-cheese:before {
  content: "\e821"; }

.lnr-bread:before {
  content: "\e822"; }

.lnr-ice-cream:before {
  content: "\e823"; }

.lnr-ice-cream2:before {
  content: "\e824"; }

.lnr-candy:before {
  content: "\e825"; }

.lnr-lollipop:before {
  content: "\e826"; }

.lnr-coffee-bean:before {
  content: "\e827"; }

.lnr-coffee-cup:before {
  content: "\e828"; }

.lnr-cherry:before {
  content: "\e829"; }

.lnr-grapes:before {
  content: "\e82a"; }

.lnr-citrus:before {
  content: "\e82b"; }

.lnr-apple:before {
  content: "\e82c"; }

.lnr-leaf:before {
  content: "\e82d"; }

.lnr-landscape:before {
  content: "\e82e"; }

.lnr-pine-tree:before {
  content: "\e82f"; }

.lnr-tree:before {
  content: "\e830"; }

.lnr-cactus:before {
  content: "\e831"; }

.lnr-paw:before {
  content: "\e832"; }

.lnr-footprint:before {
  content: "\e833"; }

.lnr-speed-slow:before {
  content: "\e834"; }

.lnr-speed-medium:before {
  content: "\e835"; }

.lnr-speed-fast:before {
  content: "\e836"; }

.lnr-rocket:before {
  content: "\e837"; }

.lnr-hammer2:before {
  content: "\e838"; }

.lnr-balance:before {
  content: "\e839"; }

.lnr-briefcase:before {
  content: "\e83a"; }

.lnr-luggage-weight:before {
  content: "\e83b"; }

.lnr-dolly:before {
  content: "\e83c"; }

.lnr-plane:before {
  content: "\e83d"; }

.lnr-plane-crossed:before {
  content: "\e83e"; }

.lnr-helicopter:before {
  content: "\e83f"; }

.lnr-traffic-lights:before {
  content: "\e840"; }

.lnr-siren:before {
  content: "\e841"; }

.lnr-road:before {
  content: "\e842"; }

.lnr-engine:before {
  content: "\e843"; }

.lnr-oil-pressure:before {
  content: "\e844"; }

.lnr-coolant-temperature:before {
  content: "\e845"; }

.lnr-car-battery:before {
  content: "\e846"; }

.lnr-gas:before {
  content: "\e847"; }

.lnr-gallon:before {
  content: "\e848"; }

.lnr-transmission:before {
  content: "\e849"; }

.lnr-car:before {
  content: "\e84a"; }

.lnr-car-wash:before {
  content: "\e84b"; }

.lnr-car-wash2:before {
  content: "\e84c"; }

.lnr-bus:before {
  content: "\e84d"; }

.lnr-bus2:before {
  content: "\e84e"; }

.lnr-car2:before {
  content: "\e84f"; }

.lnr-parking:before {
  content: "\e850"; }

.lnr-car-lock:before {
  content: "\e851"; }

.lnr-taxi:before {
  content: "\e852"; }

.lnr-car-siren:before {
  content: "\e853"; }

.lnr-car-wash3:before {
  content: "\e854"; }

.lnr-car-wash4:before {
  content: "\e855"; }

.lnr-ambulance:before {
  content: "\e856"; }

.lnr-truck:before {
  content: "\e857"; }

.lnr-trailer:before {
  content: "\e858"; }

.lnr-scale-truck:before {
  content: "\e859"; }

.lnr-train:before {
  content: "\e85a"; }

.lnr-ship:before {
  content: "\e85b"; }

.lnr-ship2:before {
  content: "\e85c"; }

.lnr-anchor:before {
  content: "\e85d"; }

.lnr-boat:before {
  content: "\e85e"; }

.lnr-bicycle:before {
  content: "\e85f"; }

.lnr-bicycle2:before {
  content: "\e860"; }

.lnr-dumbbell:before {
  content: "\e861"; }

.lnr-bench-press:before {
  content: "\e862"; }

.lnr-swim:before {
  content: "\e863"; }

.lnr-football:before {
  content: "\e864"; }

.lnr-baseball-bat:before {
  content: "\e865"; }

.lnr-baseball:before {
  content: "\e866"; }

.lnr-tennis:before {
  content: "\e867"; }

.lnr-tennis2:before {
  content: "\e868"; }

.lnr-ping-pong:before {
  content: "\e869"; }

.lnr-hockey:before {
  content: "\e86a"; }

.lnr-8ball:before {
  content: "\e86b"; }

.lnr-bowling:before {
  content: "\e86c"; }

.lnr-bowling-pins:before {
  content: "\e86d"; }

.lnr-golf:before {
  content: "\e86e"; }

.lnr-golf2:before {
  content: "\e86f"; }

.lnr-archery:before {
  content: "\e870"; }

.lnr-slingshot:before {
  content: "\e871"; }

.lnr-soccer:before {
  content: "\e872"; }

.lnr-basketball:before {
  content: "\e873"; }

.lnr-cube:before {
  content: "\e874"; }

.lnr-3d-rotate:before {
  content: "\e875"; }

.lnr-puzzle:before {
  content: "\e876"; }

.lnr-glasses:before {
  content: "\e877"; }

.lnr-glasses2:before {
  content: "\e878"; }

.lnr-accessibility:before {
  content: "\e879"; }

.lnr-wheelchair:before {
  content: "\e87a"; }

.lnr-wall:before {
  content: "\e87b"; }

.lnr-fence:before {
  content: "\e87c"; }

.lnr-wall2:before {
  content: "\e87d"; }

.lnr-icons:before {
  content: "\e87e"; }

.lnr-resize-handle:before {
  content: "\e87f"; }

.lnr-icons2:before {
  content: "\e880"; }

.lnr-select:before {
  content: "\e881"; }

.lnr-select2:before {
  content: "\e882"; }

.lnr-site-map:before {
  content: "\e883"; }

.lnr-earth:before {
  content: "\e884"; }

.lnr-earth-lock:before {
  content: "\e885"; }

.lnr-network:before {
  content: "\e886"; }

.lnr-network-lock:before {
  content: "\e887"; }

.lnr-planet:before {
  content: "\e888"; }

.lnr-happy:before {
  content: "\e889"; }

.lnr-smile:before {
  content: "\e88a"; }

.lnr-grin:before {
  content: "\e88b"; }

.lnr-tongue:before {
  content: "\e88c"; }

.lnr-sad:before {
  content: "\e88d"; }

.lnr-wink:before {
  content: "\e88e"; }

.lnr-dream:before {
  content: "\e88f"; }

.lnr-shocked:before {
  content: "\e890"; }

.lnr-shocked2:before {
  content: "\e891"; }

.lnr-tongue2:before {
  content: "\e892"; }

.lnr-neutral:before {
  content: "\e893"; }

.lnr-happy-grin:before {
  content: "\e894"; }

.lnr-cool:before {
  content: "\e895"; }

.lnr-mad:before {
  content: "\e896"; }

.lnr-grin-evil:before {
  content: "\e897"; }

.lnr-evil:before {
  content: "\e898"; }

.lnr-wow:before {
  content: "\e899"; }

.lnr-annoyed:before {
  content: "\e89a"; }

.lnr-wondering:before {
  content: "\e89b"; }

.lnr-confused:before {
  content: "\e89c"; }

.lnr-zipped:before {
  content: "\e89d"; }

.lnr-grumpy:before {
  content: "\e89e"; }

.lnr-mustache:before {
  content: "\e89f"; }

.lnr-tombstone-hipster:before {
  content: "\e8a0"; }

.lnr-tombstone:before {
  content: "\e8a1"; }

.lnr-ghost:before {
  content: "\e8a2"; }

.lnr-ghost-hipster:before {
  content: "\e8a3"; }

.lnr-halloween:before {
  content: "\e8a4"; }

.lnr-christmas:before {
  content: "\e8a5"; }

.lnr-easter-egg:before {
  content: "\e8a6"; }

.lnr-mustache2:before {
  content: "\e8a7"; }

.lnr-mustache-glasses:before {
  content: "\e8a8"; }

.lnr-pipe:before {
  content: "\e8a9"; }

.lnr-alarm:before {
  content: "\e8aa"; }

.lnr-alarm-add:before {
  content: "\e8ab"; }

.lnr-alarm-snooze:before {
  content: "\e8ac"; }

.lnr-alarm-ringing:before {
  content: "\e8ad"; }

.lnr-bullhorn:before {
  content: "\e8ae"; }

.lnr-hearing:before {
  content: "\e8af"; }

.lnr-volume-high:before {
  content: "\e8b0"; }

.lnr-volume-medium:before {
  content: "\e8b1"; }

.lnr-volume-low:before {
  content: "\e8b2"; }

.lnr-volume:before {
  content: "\e8b3"; }

.lnr-mute:before {
  content: "\e8b4"; }

.lnr-lan:before {
  content: "\e8b5"; }

.lnr-lan2:before {
  content: "\e8b6"; }

.lnr-wifi:before {
  content: "\e8b7"; }

.lnr-wifi-lock:before {
  content: "\e8b8"; }

.lnr-wifi-blocked:before {
  content: "\e8b9"; }

.lnr-wifi-mid:before {
  content: "\e8ba"; }

.lnr-wifi-low:before {
  content: "\e8bb"; }

.lnr-wifi-low2:before {
  content: "\e8bc"; }

.lnr-wifi-alert:before {
  content: "\e8bd"; }

.lnr-wifi-alert-mid:before {
  content: "\e8be"; }

.lnr-wifi-alert-low:before {
  content: "\e8bf"; }

.lnr-wifi-alert-low2:before {
  content: "\e8c0"; }

.lnr-stream:before {
  content: "\e8c1"; }

.lnr-stream-check:before {
  content: "\e8c2"; }

.lnr-stream-error:before {
  content: "\e8c3"; }

.lnr-stream-alert:before {
  content: "\e8c4"; }

.lnr-communication:before {
  content: "\e8c5"; }

.lnr-communication-crossed:before {
  content: "\e8c6"; }

.lnr-broadcast:before {
  content: "\e8c7"; }

.lnr-antenna:before {
  content: "\e8c8"; }

.lnr-satellite:before {
  content: "\e8c9"; }

.lnr-satellite2:before {
  content: "\e8ca"; }

.lnr-mic:before {
  content: "\e8cb"; }

.lnr-mic-mute:before {
  content: "\e8cc"; }

.lnr-mic2:before {
  content: "\e8cd"; }

.lnr-spotlights:before {
  content: "\e8ce"; }

.lnr-hourglass:before {
  content: "\e8cf"; }

.lnr-loading:before {
  content: "\e8d0"; }

.lnr-loading2:before {
  content: "\e8d1"; }

.lnr-loading3:before {
  content: "\e8d2"; }

.lnr-refresh:before {
  content: "\e8d3"; }

.lnr-refresh2:before {
  content: "\e8d4"; }

.lnr-undo:before {
  content: "\e8d5"; }

.lnr-redo:before {
  content: "\e8d6"; }

.lnr-jump2:before {
  content: "\e8d7"; }

.lnr-undo2:before {
  content: "\e8d8"; }

.lnr-redo2:before {
  content: "\e8d9"; }

.lnr-sync:before {
  content: "\e8da"; }

.lnr-repeat-one2:before {
  content: "\e8db"; }

.lnr-sync-crossed:before {
  content: "\e8dc"; }

.lnr-sync2:before {
  content: "\e8dd"; }

.lnr-repeat-one3:before {
  content: "\e8de"; }

.lnr-sync-crossed2:before {
  content: "\e8df"; }

.lnr-return:before {
  content: "\e8e0"; }

.lnr-return2:before {
  content: "\e8e1"; }

.lnr-refund:before {
  content: "\e8e2"; }

.lnr-history:before {
  content: "\e8e3"; }

.lnr-history2:before {
  content: "\e8e4"; }

.lnr-self-timer:before {
  content: "\e8e5"; }

.lnr-clock:before {
  content: "\e8e6"; }

.lnr-clock2:before {
  content: "\e8e7"; }

.lnr-clock3:before {
  content: "\e8e8"; }

.lnr-watch:before {
  content: "\e8e9"; }

.lnr-alarm2:before {
  content: "\e8ea"; }

.lnr-alarm-add2:before {
  content: "\e8eb"; }

.lnr-alarm-remove:before {
  content: "\e8ec"; }

.lnr-alarm-check:before {
  content: "\e8ed"; }

.lnr-alarm-error:before {
  content: "\e8ee"; }

.lnr-timer:before {
  content: "\e8ef"; }

.lnr-timer-crossed:before {
  content: "\e8f0"; }

.lnr-timer2:before {
  content: "\e8f1"; }

.lnr-timer-crossed2:before {
  content: "\e8f2"; }

.lnr-download:before {
  content: "\e8f3"; }

.lnr-upload:before {
  content: "\e8f4"; }

.lnr-download2:before {
  content: "\e8f5"; }

.lnr-upload2:before {
  content: "\e8f6"; }

.lnr-enter-up:before {
  content: "\e8f7"; }

.lnr-enter-down:before {
  content: "\e8f8"; }

.lnr-enter-left:before {
  content: "\e8f9"; }

.lnr-enter-right:before {
  content: "\e8fa"; }

.lnr-exit-up:before {
  content: "\e8fb"; }

.lnr-exit-down:before {
  content: "\e8fc"; }

.lnr-exit-left:before {
  content: "\e8fd"; }

.lnr-exit-right:before {
  content: "\e8fe"; }

.lnr-enter-up2:before {
  content: "\e8ff"; }

.lnr-enter-down2:before {
  content: "\e900"; }

.lnr-enter-vertical:before {
  content: "\e901"; }

.lnr-enter-left2:before {
  content: "\e902"; }

.lnr-enter-right2:before {
  content: "\e903"; }

.lnr-enter-horizontal:before {
  content: "\e904"; }

.lnr-exit-up2:before {
  content: "\e905"; }

.lnr-exit-down2:before {
  content: "\e906"; }

.lnr-exit-left2:before {
  content: "\e907"; }

.lnr-exit-right2:before {
  content: "\e908"; }

.lnr-cli:before {
  content: "\e909"; }

.lnr-bug:before {
  content: "\e90a"; }

.lnr-code:before {
  content: "\e90b"; }

.lnr-file-code:before {
  content: "\e90c"; }

.lnr-file-image:before {
  content: "\e90d"; }

.lnr-file-zip:before {
  content: "\e90e"; }

.lnr-file-audio:before {
  content: "\e90f"; }

.lnr-file-video:before {
  content: "\e910"; }

.lnr-file-preview:before {
  content: "\e911"; }

.lnr-file-charts:before {
  content: "\e912"; }

.lnr-file-stats:before {
  content: "\e913"; }

.lnr-file-spreadsheet:before {
  content: "\e914"; }

.lnr-link:before {
  content: "\e915"; }

.lnr-unlink:before {
  content: "\e916"; }

.lnr-link2:before {
  content: "\e917"; }

.lnr-unlink2:before {
  content: "\e918"; }

.lnr-thumbs-up:before {
  content: "\e919"; }

.lnr-thumbs-down:before {
  content: "\e91a"; }

.lnr-thumbs-up2:before {
  content: "\e91b"; }

.lnr-thumbs-down2:before {
  content: "\e91c"; }

.lnr-thumbs-up3:before {
  content: "\e91d"; }

.lnr-thumbs-down3:before {
  content: "\e91e"; }

.lnr-share:before {
  content: "\e91f"; }

.lnr-share2:before {
  content: "\e920"; }

.lnr-share3:before {
  content: "\e921"; }

.lnr-magnifier:before {
  content: "\e922"; }

.lnr-file-search:before {
  content: "\e923"; }

.lnr-find-replace:before {
  content: "\e924"; }

.lnr-zoom-in:before {
  content: "\e925"; }

.lnr-zoom-out:before {
  content: "\e926"; }

.lnr-loupe:before {
  content: "\e927"; }

.lnr-loupe-zoom-in:before {
  content: "\e928"; }

.lnr-loupe-zoom-out:before {
  content: "\e929"; }

.lnr-cross:before {
  content: "\e92a"; }

.lnr-menu:before {
  content: "\e92b"; }

.lnr-list:before {
  content: "\e92c"; }

.lnr-list2:before {
  content: "\e92d"; }

.lnr-list3:before {
  content: "\e92e"; }

.lnr-menu2:before {
  content: "\e92f"; }

.lnr-list4:before {
  content: "\e930"; }

.lnr-menu3:before {
  content: "\e931"; }

.lnr-exclamation:before {
  content: "\e932"; }

.lnr-question:before {
  content: "\e933"; }

.lnr-check:before {
  content: "\e934"; }

.lnr-cross:before {
  content: "\e935"; }

.lnr-plus:before {
  content: "\e936"; }

.lnr-minus:before {
  content: "\e937"; }

.lnr-percent:before {
  content: "\e938"; }

.lnr-chevron-up:before {
  content: "\e939"; }

.lnr-chevron-down:before {
  content: "\e93a"; }

.lnr-chevron-left:before {
  content: "\e93b"; }

.lnr-chevron-right:before {
  content: "\e93c"; }

.lnr-chevrons-expand-vertical:before {
  content: "\e93d"; }

.lnr-chevrons-expand-horizontal:before {
  content: "\e93e"; }

.lnr-chevrons-contract-vertical:before {
  content: "\e93f"; }

.lnr-chevrons-contract-horizontal:before {
  content: "\e940"; }

.lnr-arrow-up:before {
  content: "\e941"; }

.lnr-arrow-down:before {
  content: "\e942"; }

.lnr-arrow-left:before {
  content: "\e943"; }

.lnr-arrow-right:before {
  content: "\e944"; }

.lnr-arrow-up-right:before {
  content: "\e945"; }

.lnr-arrows-merge:before {
  content: "\e946"; }

.lnr-arrows-split:before {
  content: "\e947"; }

.lnr-arrow-divert:before {
  content: "\e948"; }

.lnr-arrow-return:before {
  content: "\e949"; }

.lnr-expand:before {
  content: "\e94a"; }

.lnr-contract:before {
  content: "\e94b"; }

.lnr-expand2:before {
  content: "\e94c"; }

.lnr-contract2:before {
  content: "\e94d"; }

.lnr-move:before {
  content: "\e94e"; }

.lnr-tab:before {
  content: "\e94f"; }

.lnr-arrow-wave:before {
  content: "\e950"; }

.lnr-expand3:before {
  content: "\e951"; }

.lnr-expand4:before {
  content: "\e952"; }

.lnr-contract3:before {
  content: "\e953"; }

.lnr-notification:before {
  content: "\e954"; }

.lnr-warning:before {
  content: "\e955"; }

.lnr-notification-circle:before {
  content: "\e956"; }

.lnr-question-circle:before {
  content: "\e957"; }

.lnr-menu-circle:before {
  content: "\e958"; }

.lnr-checkmark-circle:before {
  content: "\e959"; }

.lnr-cross-circle:before {
  content: "\e95a"; }

.lnr-plus-circle:before {
  content: "\e95b"; }

.lnr-circle-minus:before {
  content: "\e95c"; }

.lnr-percent-circle:before {
  content: "\e95d"; }

.lnr-arrow-up-circle:before {
  content: "\e95e"; }

.lnr-arrow-down-circle:before {
  content: "\e95f"; }

.lnr-arrow-left-circle:before {
  content: "\e960"; }

.lnr-arrow-right-circle:before {
  content: "\e961"; }

.lnr-chevron-up-circle:before {
  content: "\e962"; }

.lnr-chevron-down-circle:before {
  content: "\e963"; }

.lnr-chevron-left-circle:before {
  content: "\e964"; }

.lnr-chevron-right-circle:before {
  content: "\e965"; }

.lnr-backward-circle:before {
  content: "\e966"; }

.lnr-first-circle:before {
  content: "\e967"; }

.lnr-previous-circle:before {
  content: "\e968"; }

.lnr-stop-circle:before {
  content: "\e969"; }

.lnr-play-circle:before {
  content: "\e96a"; }

.lnr-pause-circle:before {
  content: "\e96b"; }

.lnr-next-circle:before {
  content: "\e96c"; }

.lnr-last-circle:before {
  content: "\e96d"; }

.lnr-forward-circle:before {
  content: "\e96e"; }

.lnr-eject-circle:before {
  content: "\e96f"; }

.lnr-crop:before {
  content: "\e970"; }

.lnr-frame-expand:before {
  content: "\e971"; }

.lnr-frame-contract:before {
  content: "\e972"; }

.lnr-focus:before {
  content: "\e973"; }

.lnr-transform:before {
  content: "\e974"; }

.lnr-grid:before {
  content: "\e975"; }

.lnr-grid-crossed:before {
  content: "\e976"; }

.lnr-layers:before {
  content: "\e977"; }

.lnr-layers-crossed:before {
  content: "\e978"; }

.lnr-toggle:before {
  content: "\e979"; }

.lnr-rulers:before {
  content: "\e97a"; }

.lnr-ruler:before {
  content: "\e97b"; }

.lnr-funnel:before {
  content: "\e97c"; }

.lnr-flip-horizontal:before {
  content: "\e97d"; }

.lnr-flip-vertical:before {
  content: "\e97e"; }

.lnr-flip-horizontal2:before {
  content: "\e97f"; }

.lnr-flip-vertical2:before {
  content: "\e980"; }

.lnr-angle:before {
  content: "\e981"; }

.lnr-angle2:before {
  content: "\e982"; }

.lnr-subtract:before {
  content: "\e983"; }

.lnr-combine:before {
  content: "\e984"; }

.lnr-intersect:before {
  content: "\e985"; }

.lnr-exclude:before {
  content: "\e986"; }

.lnr-align-center-vertical:before {
  content: "\e987"; }

.lnr-align-right:before {
  content: "\e988"; }

.lnr-align-bottom:before {
  content: "\e989"; }

.lnr-align-left:before {
  content: "\e98a"; }

.lnr-align-center-horizontal:before {
  content: "\e98b"; }

.lnr-align-top:before {
  content: "\e98c"; }

.lnr-square:before {
  content: "\e98d"; }

.lnr-plus-square:before {
  content: "\e98e"; }

.lnr-minus-square:before {
  content: "\e98f"; }

.lnr-percent-square:before {
  content: "\e990"; }

.lnr-arrow-up-square:before {
  content: "\e991"; }

.lnr-arrow-down-square:before {
  content: "\e992"; }

.lnr-arrow-left-square:before {
  content: "\e993"; }

.lnr-arrow-right-square:before {
  content: "\e994"; }

.lnr-chevron-up-square:before {
  content: "\e995"; }

.lnr-chevron-down-square:before {
  content: "\e996"; }

.lnr-chevron-left-square:before {
  content: "\e997"; }

.lnr-chevron-right-square:before {
  content: "\e998"; }

.lnr-check-square:before {
  content: "\e999"; }

.lnr-cross-square:before {
  content: "\e99a"; }

.lnr-menu-square:before {
  content: "\e99b"; }

.lnr-prohibited:before {
  content: "\e99c"; }

.lnr-circle:before {
  content: "\e99d"; }

.lnr-radio-button:before {
  content: "\e99e"; }

.lnr-ligature:before {
  content: "\e99f"; }

.lnr-text-format:before {
  content: "\e9a0"; }

.lnr-text-format-remove:before {
  content: "\e9a1"; }

.lnr-text-size:before {
  content: "\e9a2"; }

.lnr-bold:before {
  content: "\e9a3"; }

.lnr-italic:before {
  content: "\e9a4"; }

.lnr-underline:before {
  content: "\e9a5"; }

.lnr-strikethrough:before {
  content: "\e9a6"; }

.lnr-highlight:before {
  content: "\e9a7"; }

.lnr-text-align-left:before {
  content: "\e9a8"; }

.lnr-text-align-center:before {
  content: "\e9a9"; }

.lnr-text-align-right:before {
  content: "\e9aa"; }

.lnr-text-align-justify:before {
  content: "\e9ab"; }

.lnr-line-spacing:before {
  content: "\e9ac"; }

.lnr-indent-increase:before {
  content: "\e9ad"; }

.lnr-indent-decrease:before {
  content: "\e9ae"; }

.lnr-text-wrap:before {
  content: "\e9af"; }

.lnr-pilcrow:before {
  content: "\e9b0"; }

.lnr-direction-ltr:before {
  content: "\e9b1"; }

.lnr-direction-rtl:before {
  content: "\e9b2"; }

.lnr-page-break:before {
  content: "\e9b3"; }

.lnr-page-break2:before {
  content: "\e9b4"; }

.lnr-sort-alpha-asc:before {
  content: "\e9b5"; }

.lnr-sort-alpha-desc:before {
  content: "\e9b6"; }

.lnr-sort-numeric-asc:before {
  content: "\e9b7"; }

.lnr-sort-numeric-desc:before {
  content: "\e9b8"; }

.lnr-sort-amount-asc:before {
  content: "\e9b9"; }

.lnr-sort-amount-desc:before {
  content: "\e9ba"; }

.lnr-sort-time-asc:before {
  content: "\e9bb"; }

.lnr-sort-time-desc:before {
  content: "\e9bc"; }

.lnr-sigma:before {
  content: "\e9bd"; }

.lnr-pencil-line:before {
  content: "\e9be"; }

.lnr-hand:before {
  content: "\e9bf"; }

.lnr-pointer-up:before {
  content: "\e9c0"; }

.lnr-pointer-right:before {
  content: "\e9c1"; }

.lnr-pointer-down:before {
  content: "\e9c2"; }

.lnr-pointer-left:before {
  content: "\e9c3"; }

.lnr-finger-tap:before {
  content: "\e9c4"; }

.lnr-fingers-tap:before {
  content: "\e9c5"; }

.lnr-reminder:before {
  content: "\e9c6"; }

.lnr-fingers-crossed:before {
  content: "\e9c7"; }

.lnr-fingers-victory:before {
  content: "\e9c8"; }

.lnr-gesture-zoom:before {
  content: "\e9c9"; }

.lnr-gesture-pinch:before {
  content: "\e9ca"; }

.lnr-fingers-scroll-horizontal:before {
  content: "\e9cb"; }

.lnr-fingers-scroll-vertical:before {
  content: "\e9cc"; }

.lnr-fingers-scroll-left:before {
  content: "\e9cd"; }

.lnr-fingers-scroll-right:before {
  content: "\e9ce"; }

.lnr-hand2:before {
  content: "\e9cf"; }

.lnr-pointer-up2:before {
  content: "\e9d0"; }

.lnr-pointer-right2:before {
  content: "\e9d1"; }

.lnr-pointer-down2:before {
  content: "\e9d2"; }

.lnr-pointer-left2:before {
  content: "\e9d3"; }

.lnr-finger-tap2:before {
  content: "\e9d4"; }

.lnr-fingers-tap2:before {
  content: "\e9d5"; }

.lnr-reminder2:before {
  content: "\e9d6"; }

.lnr-gesture-zoom2:before {
  content: "\e9d7"; }

.lnr-gesture-pinch2:before {
  content: "\e9d8"; }

.lnr-fingers-scroll-horizontal2:before {
  content: "\e9d9"; }

.lnr-fingers-scroll-vertical2:before {
  content: "\e9da"; }

.lnr-fingers-scroll-left2:before {
  content: "\e9db"; }

.lnr-fingers-scroll-right2:before {
  content: "\e9dc"; }

.lnr-fingers-scroll-vertical3:before {
  content: "\e9dd"; }

.lnr-border-style:before {
  content: "\e9de"; }

.lnr-border-all:before {
  content: "\e9df"; }

.lnr-border-outer:before {
  content: "\e9e0"; }

.lnr-border-inner:before {
  content: "\e9e1"; }

.lnr-border-top:before {
  content: "\e9e2"; }

.lnr-border-horizontal:before {
  content: "\e9e3"; }

.lnr-border-bottom:before {
  content: "\e9e4"; }

.lnr-border-left:before {
  content: "\e9e5"; }

.lnr-border-vertical:before {
  content: "\e9e6"; }

.lnr-border-right:before {
  content: "\e9e7"; }

.lnr-border-none:before {
  content: "\e9e8"; }

.lnr-ellipsis:before {
  content: "\e9e9"; }

.lnr-uni21:before {
  content: "\21"; }

.lnr-uni22:before {
  content: "\22"; }

.lnr-uni23:before {
  content: "\23"; }

.lnr-uni24:before {
  content: "\24"; }

.lnr-uni25:before {
  content: "\25"; }

.lnr-uni26:before {
  content: "\26"; }

.lnr-uni27:before {
  content: "\27"; }

.lnr-uni28:before {
  content: "\28"; }

.lnr-uni29:before {
  content: "\29"; }

.lnr-uni2a:before {
  content: "\2a"; }

.lnr-uni2b:before {
  content: "\2b"; }

.lnr-uni2c:before {
  content: "\2c"; }

.lnr-uni2d:before {
  content: "\2d"; }

.lnr-uni2e:before {
  content: "\2e"; }

.lnr-uni2f:before {
  content: "\2f"; }

.lnr-uni30:before {
  content: "\30"; }

.lnr-uni31:before {
  content: "\31"; }

.lnr-uni32:before {
  content: "\32"; }

.lnr-uni33:before {
  content: "\33"; }

.lnr-uni34:before {
  content: "\34"; }

.lnr-uni35:before {
  content: "\35"; }

.lnr-uni36:before {
  content: "\36"; }

.lnr-uni37:before {
  content: "\37"; }

.lnr-uni38:before {
  content: "\38"; }

.lnr-uni39:before {
  content: "\39"; }

.lnr-uni3a:before {
  content: "\3a"; }

.lnr-uni3b:before {
  content: "\3b"; }

.lnr-uni3c:before {
  content: "\3c"; }

.lnr-uni3d:before {
  content: "\3d"; }

.lnr-uni3e:before {
  content: "\3e"; }

.lnr-uni3f:before {
  content: "\3f"; }

.lnr-uni40:before {
  content: "\40"; }

.lnr-uni41:before {
  content: "\41"; }

.lnr-uni42:before {
  content: "\42"; }

.lnr-uni43:before {
  content: "\43"; }

.lnr-uni44:before {
  content: "\44"; }

.lnr-uni45:before {
  content: "\45"; }

.lnr-uni46:before {
  content: "\46"; }

.lnr-uni47:before {
  content: "\47"; }

.lnr-uni48:before {
  content: "\48"; }

.lnr-uni49:before {
  content: "\49"; }

.lnr-uni4a:before {
  content: "\4a"; }

.lnr-uni4b:before {
  content: "\4b"; }

.lnr-uni4c:before {
  content: "\4c"; }

.lnr-uni4d:before {
  content: "\4d"; }

.lnr-uni4e:before {
  content: "\4e"; }

.lnr-uni4f:before {
  content: "\4f"; }

.lnr-uni50:before {
  content: "\50"; }

.lnr-uni51:before {
  content: "\51"; }

.lnr-uni52:before {
  content: "\52"; }

.lnr-uni53:before {
  content: "\53"; }

.lnr-uni54:before {
  content: "\54"; }

.lnr-uni55:before {
  content: "\55"; }

.lnr-uni56:before {
  content: "\56"; }

.lnr-uni57:before {
  content: "\57"; }

.lnr-uni58:before {
  content: "\58"; }

.lnr-uni59:before {
  content: "\59"; }

.lnr-uni5a:before {
  content: "\5a"; }

.lnr-uni5b:before {
  content: "\5b"; }

.lnr-uni5c:before {
  content: "\5c"; }

.lnr-uni5d:before {
  content: "\5d"; }

.lnr-uni5e:before {
  content: "\5e"; }

.lnr-uni5f:before {
  content: "\5f"; }

.lnr-uni60:before {
  content: "\60"; }

.lnr-uni61:before {
  content: "\61"; }

.lnr-uni62:before {
  content: "\62"; }

.lnr-uni63:before {
  content: "\63"; }

.lnr-uni64:before {
  content: "\64"; }

.lnr-uni65:before {
  content: "\65"; }

.lnr-uni66:before {
  content: "\66"; }

.lnr-uni67:before {
  content: "\67"; }

.lnr-uni68:before {
  content: "\68"; }

.lnr-uni69:before {
  content: "\69"; }

.lnr-uni6a:before {
  content: "\6a"; }

.lnr-uni6b:before {
  content: "\6b"; }

.lnr-uni6c:before {
  content: "\6c"; }

.lnr-uni6d:before {
  content: "\6d"; }

.lnr-uni6e:before {
  content: "\6e"; }

.lnr-uni6f:before {
  content: "\6f"; }

.lnr-uni70:before {
  content: "\70"; }

.lnr-uni71:before {
  content: "\71"; }

.lnr-uni72:before {
  content: "\72"; }

.lnr-uni73:before {
  content: "\73"; }

.lnr-uni74:before {
  content: "\74"; }

.lnr-uni75:before {
  content: "\75"; }

.lnr-uni76:before {
  content: "\76"; }

.lnr-uni77:before {
  content: "\77"; }

.lnr-uni78:before {
  content: "\78"; }

.lnr-uni79:before {
  content: "\79"; }

.lnr-uni7a:before {
  content: "\7a"; }

.lnr-uni7b:before {
  content: "\7b"; }

.lnr-uni7c:before {
  content: "\7c"; }

.lnr-uni7d:before {
  content: "\7d"; }

.lnr-uni7e:before {
  content: "\7e"; }

.lnr-copyright:before {
  content: "\a9"; }

@font-face {
  font-family: "Open-Sans";
  font-weight: bold;
  src: url("/fonts/OpenSans-ExtraBold.ttf"); }

@font-face {
  font-family: "Open-Sans";
  font-weight: normal;
  src: url("/fonts/OpenSans-Regular.ttf"); }

@font-face {
  font-family: "Open-Sans";
  font-weight: lighter;
  src: url("/fonts/OpenSans-Light.ttf"); }

html {
  height: 100%; }

html.md-default-theme, html, body.md-default-theme, body {
  background-color: #fff; }

body {
  position: relative;
  top: 0;
  padding: 0 0 250px;
  margin: 0;
  height: auto;
  min-height: 100%;
  font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
  font-weight: lighter;
  color: #000;
  box-sizing: border-box; }
  body.hideBody {
    overflow: hidden; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

textarea {
  resize: none;
  border: solid 1px #ddd; }

select {
  height: 30px;
  -webkit-appearance: none;
  -webkit-border-radius: 0px;
  -moz-appearance: none; }

a {
  color: inherit;
  text-decoration: none; }
  a:hover {
    color: inherit; }
  a, a visited {
    color: inherit; }

.hide {
  display: none; }

h1 {
  margin: 0;
  font-size: 42px; }

h2 {
  font-size: 18px;
  font-weight: 100; }

h3 {
  font-weight: 100; }

ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none; }

li {
  display: inline-block; }

.fl-right {
  float: right; }

.sm-text {
  font-size: 12px;
  letter-spacing: 1px; }

.lnr {
  font-size: 25px;
  cursor: pointer; }

.close {
  cursor: pointer;
  color: #000; }

.header {
  width: 100%;
  height: 65px;
  font-weight: lighter;
  z-index: 10;
  border: none;
  box-shadow: 0px 4px 5px 0px #eeeeee; }
  .header .lnr {
    font-size: 22px; }
    .header .lnr.lnr-chevron-down {
      font-size: 12px; }
  .header small {
    font-size: 16px; }
    .header small.businessAddress {
      font-size: 12px; }
  .header .header-logo-link {
    display: none; }
    .header .header-logo-link .header-logo {
      max-width: 125px;
      margin-top: 25px; }
  .header .logo {
    max-width: 270px;
    margin: 10px auto 0; }
  .header .logo-link {
    max-height: 50px;
    margin: 0 auto; }
  .header .header-wrapper {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    position: relative;
    width: 100%;
    max-width: 1380px;
    margin: 0 auto;
    height: 100%; }
    .header .header-wrapper .categories li {
      margin: 0 20px;
      text-transform: uppercase; }
  .header .menu-title {
    position: absolute;
    left: 25px;
    top: -2px; }
  .header .menu {
    position: absolute;
    top: 2px;
    left: 0;
    height: 100%;
    cursor: pointer; }
    .header .menu:focus {
      outline: none; }
  .header .header-options {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    display: inline-block; }
    .header .header-options .lnr {
      margin-left: 5px; }
    .header .header-options .lnr-magnifier {
      font-size: 20px; }
    .header .header-options li {
      position: relative;
      height: 100%;
      min-width: 50px;
      text-align: center;
      margin: 0 5px;
      cursor: pointer; }
      .header .header-options li span {
        height: 100%; }
      .header .header-options li.dropdown {
        margin: 0; }
      .header .header-options li:focus {
        outline: none; }
    .header .header-options .options-title {
      position: absolute;
      right: 45px;
      top: -4px; }
  .header .header-login {
    position: relative; }
  .header .dropdown {
    position: relative; }
  .header .store-dropdown-menu {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 0;
    width: 150px;
    line-height: 40px;
    background: #fff;
    border-radius: 0;
    top: 65px;
    left: auto;
    right: 0;
    opacity: 0;
    z-index: -400;
    transition: .3s ease-in-out;
    border: solid 1px #ddd; }
    .header .store-dropdown-menu.menu {
      opacity: 1;
      height: auto;
      z-index: 400; }
    .header .store-dropdown-menu li {
      width: 100%;
      margin: 0;
      color: #000; }
      .header .store-dropdown-menu li:hover {
        background: #f9f9f9; }
      .header .store-dropdown-menu li a {
        display: block;
        width: 100%;
        height: 100%; }
      .header .store-dropdown-menu li a:hover {
        background: #f9f9f9; }

.managed-by {
  height: 30px;
  line-height: 30px;
  font-size: 12px;
  text-align: center;
  color: #fff;
  font-weight: normal;
  background: #4a4a4a;
  box-shadow: 0px 2px 4px 0 #c2c4c6; }
  .managed-by p {
    margin: 0; }

.sub-categories {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
  margin: 20px 0 0;
  transition: .3s ease-in; }
  .sub-categories.open {
    max-height: 1000px;
    visibility: visible; }
  .sub-categories li {
    display: block;
    padding: 5px 0;
    cursor: pointer; }

.sub-by-category {
  border-top: solid 1px #ddd;
  border-bottom: solid 1px #ddd;
  max-width: 1380px;
  margin: 0 auto; }
  .sub-by-category ul {
    max-width: 500px;
    margin: 0 auto;
    padding: 15px 0;
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap; }
  .sub-by-category li {
    margin: 10px;
    cursor: pointer;
    border: solid 1px #ddd;
    padding: 5px 10px;
    background: #4a4a4a;
    color: #fff; }

.sub-header-cat {
  height: 125px; }
  .sub-header-cat.fixed {
    height: 140px;
    max-width: 1440px;
    margin: 0 auto;
    left: auto; }
    .sub-header-cat.fixed .categories {
      margin: 5px 10px 0; }
  .sub-header-cat.fixedCat {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    z-index: 11;
    background: #fff;
    opacity: .9;
    margin-top: 0;
    height: 135px; }
    .sub-header-cat.fixedCat .categories {
      margin: 5px 10px 0; }
    .sub-header-cat.fixedCat .filter-wrapper {
      display: none; }
  .sub-header-cat .categories {
    position: relative;
    margin: 0 5px;
    height: 125px;
    max-width: 125px; }
    .sub-header-cat .categories a {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      line-height: 125px;
      width: 100%;
      text-align: center;
      font-size: 24px;
      color: #4a4a4a;
      outline: none; }
    .sub-header-cat .categories .category-image {
      opacity: .5; }
    .sub-header-cat .categories img {
      width: 100%;
      min-height: 125px; }

.slick-track {
  margin: 0 auto; }

.thumbnails .slick-track {
  margin: 0; }

.filter-wrapper {
  position: relative;
  height: 40px;
  max-width: 1380px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 40px 0 25px; }
  .filter-wrapper .sort-wrapper {
    height: 40px;
    width: 180px;
    line-height: 40px;
    text-indent: 5px;
    cursor: pointer;
    font-size: 16px;
    overflow: hidden;
    position: relative; }
    .filter-wrapper .sort-wrapper:focus {
      outline: none; }
    .filter-wrapper .sort-wrapper form {
      width: 100%; }
      .filter-wrapper .sort-wrapper form:focus {
        outline: none; }
  .filter-wrapper select {
    width: 165px;
    height: 40px;
    border: none;
    background: #fafafa;
    border-radius: 2px;
    font-size: 16px;
    color: #000;
    cursor: pointer;
    font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
    font-weight: 100;
    text-indent: 10px;
    margin-left: 10px;
    box-shadow: 0px 1px 5px 2px #eeeeee; }
  .filter-wrapper span {
    position: absolute;
    top: 0;
    right: 8px; }
  .filter-wrapper .lnr {
    font-size: 12px; }

.main-menu-wrapper {
  position: fixed;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  z-index: 500;
  transition: .5s ease-in-out; }
  .main-menu-wrapper.mainMenu {
    left: 0;
    color: #000; }
  .main-menu-wrapper:focus {
    outline: none; }

.main-menu {
  position: absolute;
  top: 0;
  background: #fff;
  height: 100%;
  width: 250px;
  padding: 25px;
  z-index: 35;
  box-shadow: 5px 0 5px -5px #333;
  overflow-x: hidden;
  overflow-y: auto; }
  .main-menu:focus {
    outline: none; }
  .main-menu .rep-info {
    margin-top: 15px;
    letter-spacing: 1px; }
    .main-menu .rep-info img {
      width: 50px; }
      .main-menu .rep-info img.profile-image {
        width: 100px; }
    .main-menu .rep-info p {
      margin: 0; }
    .main-menu .rep-info h1 {
      font-size: 20px; }
  .main-menu li {
    display: block; }
    .main-menu li.category-line span {
      height: 17px; }
    .main-menu li.category-line:focus {
      outline: none; }
  .main-menu .main-category {
    text-decoration: underline; }
  .main-menu .menu-icon {
    float: right; }
    .main-menu .menu-icon.subHide {
      display: none; }
  .main-menu .lnr-plus {
    font-size: 18px; }
    .main-menu .lnr-plus.hide {
      display: none; }
    .main-menu .lnr-plus.subHide {
      display: none; }
  .main-menu .lnr-minus {
    font-size: 18px; }
    .main-menu .lnr-minus.hide {
      display: none; }
  .main-menu .category-line .lnr-plus, .main-menu .category-line .lnr-minus {
    font-size: 12px; }
  .main-menu .category-wrapper {
    text-decoration: none;
    visibility: hidden;
    max-height: 0;
    overflow: hidden;
    font-size: 15px;
    letter-spacing: 1px;
    transition: .3s ease-in-out; }
    .main-menu .category-wrapper.subCatOpen {
      visibility: visible;
      max-height: 600px; }
    .main-menu .category-wrapper li {
      margin-top: 20px;
      text-indent: 40px;
      cursor: pointer; }
  .main-menu .product-menu {
    margin-top: 50px;
    font-size: 23px; }
    .main-menu .product-menu li {
      margin-top: 25px; }
    .main-menu .product-menu .sub-menu {
      visibility: hidden;
      max-height: 0;
      overflow: hidden;
      top: 0;
      font-size: 15px;
      font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
      letter-spacing: 1px;
      text-indent: 20px;
      transition: .5s ease-in-out; }
      .main-menu .product-menu .sub-menu li {
        margin-top: 20px; }
        .main-menu .product-menu .sub-menu li:focus {
          outline: none; }
      .main-menu .product-menu .sub-menu.subOpen {
        visibility: visible;
        max-height: 600px; }
  .main-menu .account-menu {
    margin-top: 50px;
    padding-bottom: 150px;
    font-size: 15px;
    font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
    letter-spacing: 1px; }
    .main-menu .account-menu li {
      margin: 15px 0; }

.cart-menu-wrapper {
  position: fixed;
  top: 0;
  right: -100%;
  width: 100%;
  height: 100%;
  z-index: 30;
  transition: .5s ease-in-out; }
  .cart-menu-wrapper.cartMenu {
    right: 0; }
  .cart-menu-wrapper:focus {
    outline: none; }

.cart-menu {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background: #fff;
  width: 250px;
  padding: 0 25px;
  z-index: 15;
  box-shadow: 0 0 5px 0 #333;
  transition: .5s ease-in-out;
  overflow-x: hidden;
  overflow-y: auto;
  color: #000;
  z-index: 425; }
  .cart-menu .empty-cart {
    text-align: center; }
  .cart-menu:after {
    display: table;
    content: "";
    clear: both; }
  .cart-menu .cart-wrapper {
    position: relative;
    height: auto;
    min-height: 100%; }
    .cart-menu .cart-wrapper:after {
      display: table;
      content: "";
      clear: both; }
  .cart-menu .cart-items {
    font-size: 14px;
    padding-bottom: 170px; }
    .cart-menu .cart-items a {
      display: block; }
    .cart-menu .cart-items .img {
      float: left;
      max-width: 65px; }
      .cart-menu .cart-items .img:after {
        display: table;
        content: "";
        clear: both; }
      .cart-menu .cart-items .img img {
        width: 100%; }
    .cart-menu .cart-items .prod-text {
      float: left;
      width: 165px;
      margin-left: 10px;
      letter-spacing: 1px; }
      .cart-menu .cart-items .prod-text:after {
        display: table;
        content: "";
        clear: both; }
    .cart-menu .cart-items p {
      display: inline-block;
      margin: 0; }
      .cart-menu .cart-items p.size {
        margin: 10px; }
    .cart-menu .cart-items li {
      border-bottom: solid 1px #eee;
      margin: 5px 0; }
    .cart-menu .cart-items .quantity {
      position: relative; }
      .cart-menu .cart-items .quantity span {
        position: absolute;
        top: 9px;
        right: 0; }
    .cart-menu .cart-items button {
      background: transparent;
      border: none;
      width: 15px;
      padding: 0;
      cursor: pointer; }
      .cart-menu .cart-items button.remove {
        width: 87px;
        text-align: left;
        padding: 10px;
        color: #4a4a4a; }
    .cart-menu .cart-items input {
      width: 30px;
      height: 30px;
      line-height: 30px;
      border: none;
      font-size: 14px;
      text-align: center;
      font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
      padding: 0; }
    .cart-menu .cart-items .lnr {
      font-size: 8px; }
  .cart-menu .close {
    float: right; }
  .cart-menu .cart-subtotal {
    position: absolute;
    bottom: 0;
    background: #fff;
    z-index: 11;
    margin-bottom: 20px; }
  .cart-menu .check-out {
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #4a4a4a;
    border-radius: 2px;
    font-size: 20px;
    color: #fff;
    text-align: center; }
  .cart-menu .block {
    height: 30px; }

.search-bar {
  height: 40px;
  color: #000;
  z-index: 10;
  margin-right: 10px; }
  .search-bar .search-wrapper {
    position: relative;
    margin: 0 auto;
    text-align: center;
    width: 170px;
    display: inline-block; }
    .search-bar .search-wrapper input {
      font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
      font-size: 16px;
      text-indent: 5px; }
  .search-bar span {
    position: static;
    margin-right: 10px; }
  .search-bar input {
    height: 40px;
    width: 100%;
    border: none;
    padding: 0;
    box-shadow: 0px 1px 5px 2px #eeeeee; }
  .search-bar .mag {
    border: none;
    background: none;
    padding: 0; }
    .search-bar .mag i {
      font-size: 17px; }

.spacing {
  letter-spacing: 2px; }

footer.site-footer {
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  min-height: 100px;
  height: auto;
  line-height: 25px;
  font-size: 16px;
  background: #f9f9f9;
  padding: 40px 0; }
  footer.site-footer .footer-links {
    text-align: center; }
    footer.site-footer .footer-links li {
      padding: 5px 20px; }
  footer.site-footer .fa {
    font-size: 18px; }
  footer.site-footer p {
    text-align: center; }
  footer.site-footer .sub-links {
    display: none;
    -webkit-display: none;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-justify-conten: space-between;
    height: 30px;
    line-height: 30px;
    padding: 0 20px; }

.rep-name-title {
  position: relative;
  max-width: 1380px;
  margin: 0 auto;
  padding: 20px 0; }
  .rep-name-title .logo {
    position: absolute;
    width: 125px;
    left: 20px;
    top: 40px; }
  .rep-name-title h1 {
    font-size: 42px;
    text-align: center; }
  .rep-name-title p {
    text-align: center;
    font-size: 24px;
    margin-top: 0; }

.home-blog {
  max-width: 1380px;
  margin: 0 auto;
  height: 450px;
  overflow: hidden; }
  .home-blog .cp-left-col {
    height: 100%; }
    .home-blog .cp-left-col.main-img {
      position: relative;
      width: 65%; }
    .home-blog .cp-left-col.side-img {
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-direction: column;
      width: 35%; }
    .home-blog .cp-left-col .banner-text-wrapper {
      position: absolute;
      top: 0;
      text-align: center;
      height: 100%;
      width: 100%;
      padding: 100px 0 0;
      color: #fff; }
      .home-blog .cp-left-col .banner-text-wrapper h2 {
        font-size: 50px;
        margin-bottom: 0; }
      .home-blog .cp-left-col .banner-text-wrapper p {
        margin-top: 0;
        font-size: 32px; }
  .home-blog img.main-img {
    width: 100%;
    height: 100%; }
  .home-blog img.side-img {
    height: 225px;
    width: 100%; }

.category-carousel {
  max-width: 1380px;
  margin: 0 auto;
  padding: 25px 0;
  display: -ms-flexbox;
  display: flex;
  -webkit-display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-justify-content: center; }
  .category-carousel .categories {
    text-align: center; }
    .category-carousel .categories:focus {
      outline: none; }
    .category-carousel .categories a:focus {
      outline: none; }
    .category-carousel .categories.indiv-category {
      margin: 10px; }
  .category-carousel .category-image img {
    margin: 0 auto;
    width: 100%;
    max-width: 150px;
    height: 100%;
    max-height: 150px; }
    .category-carousel .category-image img.indiv-category {
      max-width: 100px; }
  .category-carousel .custom-category-text {
    text-transform: uppercase;
    float: left;
    margin-left: 10px; }
    .category-carousel .custom-category-text p {
      font-size: 20px;
      margin-bottom: 0; }
    .category-carousel .custom-category-text h3 {
      font-size: 32px;
      margin-top: 0;
      letter-spacing: 1px; }
  .category-carousel:after {
    display: table;
    content: "";
    clear: both; }
  .category-carousel .slick-prev {
    left: -44px; }
  .category-carousel .slick-next {
    right: -37px; }
  .category-carousel .slick-prev, .category-carousel .slick-next {
    position: absolute;
    top: 50px;
    border: none;
    background: none;
    cursor: pointer;
    z-index: 999; }
  .category-carousel .slick-prev:after {
    font-family: "linearicons";
    content: "\e93b";
    color: #000;
    font-size: 30px; }
  .category-carousel .slick-next:before {
    font-family: "Linearicons";
    content: "\e93c";
    color: #000;
    font-size: 30px; }

.category-list {
  position: relative;
  width: 100%;
  max-width: 850px;
  float: right;
  margin-right: 30px; }
  .category-list.indiv-category {
    float: none;
    margin: 0 auto;
    max-width: 100%;
    text-align: center; }
    .category-list.indiv-category .categories.bold {
      font-weight: 500; }

.arrows {
  display: none;
  height: 20px;
  line-height: 20px;
  color: #fff; }
  .arrows .lnr {
    font-size: 16px; }
  .arrows .swipe-left {
    position: absolute;
    top: 25px;
    left: 5px; }
  .arrows .swipe-right {
    position: absolute;
    top: 25px;
    right: 5px; }
  .arrows .lnr-arrow-left {
    margin: 5px 5px 0 0; }
  .arrows .lnr-arrow-right {
    margin-left: 5px; }

.text-wrapper {
  max-width: 768px;
  text-align: center; }
  .text-wrapper.txt-left {
    text-align: left; }

.pagination {
  width: 100%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px; }
  .pagination li {
    width: 20px;
    margin: 0 10px; }
    .pagination li span {
      display: inline-block;
      text-indent: 5px; }
    .pagination li.active span {
      border-bottom: solid 1px #000; }
    .pagination li.disabled {
      display: none; }

.subscribe-section {
  margin: 20px 0; }

.subscribe-wrapper input {
  border: none;
  box-shadow: none;
  background: #f9f9f9;
  display: inline-block;
  width: 250px;
  height: 30px;
  padding: 10px;
  font-size: 16px;
  font-weight: lighter; }

.subscribe-wrapper .btn {
  border: none;
  background: #4a4a4a;
  font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
  font-size: 20px;
  color: #fff;
  border-radius: 2px;
  height: 55px;
  width: 150px;
  padding: 10px 20px; }

.grid {
  text-align: center;
  max-width: 1440px;
  margin: 0 auto; }
  .grid.product {
    max-width: 1380px;
    padding-left: 50px; }
  .grid:after {
    display: table;
    content: "";
    clear: both; }

.product-item {
  position: relative; }
  .product-item a {
    display: block;
    height: 100%; }
  .product-item img {
    width: 100%; }
  .product-item.item {
    max-width: 23%;
    padding: 7px;
    float: left; }

.sold-out h3 {
  color: #444;
  border-radius: 1px;
  background-color: white;
  border: 1px solid #444;
  font-weight: bold;
  margin-left: 5%;
  position: absolute;
  top: 25%;
  width: 85%; }

.one-third {
  width: 33%;
  min-height: 340px; }
  .one-third a {
    padding: 10px; }

.product-info {
  margin: 20px 0 10px; }
  .product-info p {
    margin: 8px 0;
    font-size: 15px; }
  .product-info h2 {
    font-size: 16px; }

.page-wrapper {
  max-width: 1440px;
  margin: 10px auto 0; }

.product-show {
  margin: 50px auto 0;
  max-width: 1280px;
  margin: 0 auto; }
  .product-show:after {
    display: table;
    content: "";
    clear: both; }
  .product-show .main-img ul.productModal {
    height: 450px; }
    .product-show .main-img ul.productModal li {
      float: left; }

.content-wrapper {
  max-width: 1024px;
  margin: 0 auto;
  padding: 20px; }

.bio {
  display: none;
  max-width: 680px;
  padding: 5px; }

.product-images {
  text-align: center;
  padding: 20px; }
  .product-images .main-img {
    overflow: hidden;
    width: 450px;
    height: 450px;
    margin: 0 auto; }
    .product-images .main-img .slick-slide {
      outline: none; }
    .product-images .main-img li {
      width: 100%; }
    .product-images .main-img img {
      width: 100%; }
  .product-images .img-carousel {
    position: relative;
    width: 450px;
    margin: 0 auto; }
    .product-images .img-carousel ul {
      margin: 25px 0 0;
      height: 100px; }
    .product-images .img-carousel li {
      height: 100px; }
      .product-images .img-carousel li img {
        width: 100px;
        margin: 0 auto; }
    .product-images .img-carousel .slick-slide {
      outline: none; }
    .product-images .img-carousel .slick-next, .product-images .img-carousel .slick-prev {
      position: absolute;
      height: 100px;
      width: 35px;
      background: rgba(255, 255, 255, 0.6);
      border: none;
      z-index: 25;
      cursor: pointer;
      font-size: 26px; }
    .product-images .img-carousel .slick-next {
      right: -30px;
      top: 0; }
      .product-images .img-carousel .slick-next:before {
        font-family: "linearicons";
        content: "\e93c";
        color: #000; }
    .product-images .img-carousel .slick-prev {
      left: -30px;
      top: 0; }
      .product-images .img-carousel .slick-prev:before {
        font-family: "linearicons";
        content: "\e93b";
        color: #000; }

#recommended {
  position: relative;
  width: 95%;
  max-width: 768px;
  margin: 0 auto; }
  #recommended li {
    min-width: 100px;
    height: 100px; }
    #recommended li img {
      width: 100px;
      margin: 0 auto; }
  #recommended .slick-slide {
    outline: none; }
  #recommended .slick-next, #recommended .slick-prev {
    position: absolute;
    height: 100px;
    width: 30px;
    background: rgba(255, 255, 255, 0.8);
    z-index: 25;
    cursor: pointer; }
  #recommended .slick-next {
    right: 0; }
    #recommended .slick-next:before {
      font-family: "linearicons";
      content: "\e93c";
      color: #000; }
  #recommended .slick-prev {
    left: 0; }
    #recommended .slick-prev:before {
      font-family: "linearicons";
      content: "\e93b";
      color: #000; }

.product-details {
  width: 650px;
  margin: 0 auto;
  padding: 20px; }
  .product-details h2 {
    margin-top: 0;
    font-size: 20px; }
  .product-details:after {
    display: table;
    content: "";
    clear: both; }
  .product-details .left-col {
    float: left;
    width: 50%;
    margin: 0 auto; }
    .product-details .left-col.right p {
      float: right;
      width: 100%;
      text-align: right;
      letter-spacing: 1px;
      font-size: 24px; }
      .product-details .left-col.right p.back {
        font-size: 17px; }
        .product-details .left-col.right p.back i {
          font-size: 13px;
          margin-right: 7px; }
    .product-details .left-col .wishlist {
      font-size: 16px;
      color: #4a4a4a;
      cursor: pointer; }
  .product-details .line {
    width: 100%;
    height: 50px;
    text-align: center; }
    .product-details .line:after {
      display: table;
      content: "";
      clear: both; }
  .product-details .includes {
    display: -ms-flexbox;
    display: flex;
    -webkit-display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    max-height: 200px;
    overflow: hidden; }
    .product-details .includes li {
      margin: 0 10px; }
  .product-details .select-wrapper {
    float: right;
    height: 40px;
    line-height: 40px;
    text-indent: 5px; }
    .product-details .select-wrapper:after {
      display: table;
      content: "";
      clear: both; }
    .product-details .select-wrapper select {
      border: solid 1px #eee;
      background: none;
      font-size: 14px;
      color: #000;
      cursor: pointer;
      text-align: center;
      padding: 5px 10px;
      font-weight: 100; }
      .product-details .select-wrapper select:focus {
        outline: none; }
  .product-details .quantity-wrapper {
    float: right;
    width: auto;
    height: 40px;
    line-height: 40px;
    text-indent: 5px; }
    .product-details .quantity-wrapper:after {
      display: table;
      content: "";
      clear: both; }
    .product-details .quantity-wrapper input {
      border: solid 1px #eee;
      background: none;
      font-size: 14px;
      color: #000;
      cursor: pointer;
      width: 50px;
      height: 38px;
      text-align: center; }
      .product-details .quantity-wrapper input:focus {
        outline: none; }
  .product-details button {
    float: right;
    color: #fff;
    background: #4a4a4a;
    font-size: 18px;
    font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
    width: auto;
    min-width: 130px;
    height: 40px;
    line-height: 0;
    padding: 15px;
    border: none;
    box-shadow: none;
    cursor: pointer; }
    .product-details button.sold-out {
      display: none; }
    .product-details button.min-max {
      display: none; }
  .product-details ul {
    font-family: "Open-Sans", "Helvetica Neue", "sans-serif";
    letter-spacing: 1px;
    font-weight: 300;
    line-height: 1.4; }
    .product-details ul li {
      display: block; }
    .product-details ul p {
      margin: 6px;
      font-weight: 100; }
  .product-details h3 {
    text-decoration: underline; }

.filters {
  letter-spacing: 1px;
  height: 50px;
  margin: 0 0 20px;
  position: relative; }

.public-cart {
  max-width: 1280px;
  margin: 50px auto 0; }
  .public-cart h1 {
    text-align: center;
    font-size: 28px;
    font-weight: 100; }
  .public-cart .public-cart-container {
    position: relative;
    width: 90%;
    margin: 50px auto 0;
    padding: 40px 20px;
    background: #f5f5f5; }
    .public-cart .public-cart-container strong {
      font-weight: 300; }
  .public-cart .public-cart-wrapper {
    width: 90%;
    margin: 0 auto; }
  .public-cart table {
    width: 100%;
    margin: 0;
    padding: 0;
    border-collapse: collapse;
    border-spacing: 0;
    background: #fff; }
    .public-cart table th, .public-cart table td {
      padding: 10px;
      text-align: center; }
    .public-cart table th {
      text-transform: uppercase;
      font-size: 14px;
      letter-spacing: 1px; }
  .public-cart tr {
    padding: 5px;
    border-top: solid 1px #ddd; }
  .public-cart .quantity-wrapper {
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 0 auto; }
    .public-cart .quantity-wrapper:after {
      display: table;
      content: "";
      clear: both; }
    .public-cart .quantity-wrapper input {
      border: solid 1px #eee;
      background: none;
      font-size: 14px;
      color: #000;
      cursor: pointer;
      width: 50px;
      height: 38px;
      text-align: center; }
  .public-cart .cont-shopping {
    display: inline-block;
    margin: 10px;
    color: #4a4a4a;
    font-size: 16px; }
  .public-cart .discount-received {
    float: right;
    margin-top: 10px;
    text-align: right;
    color: #4a4a4a; }
    .public-cart .discount-received .cart-total {
      margin-bottom: 0; }
    .public-cart .discount-received h4 {
      display: inline-block;
      font-weight: 400;
      margin: 0; }
    .public-cart .discount-received p {
      display: inline-block; }
  .public-cart .proceed-details {
    position: relative;
    text-align: right; }

.about-me-wrapper {
  color: black;
  max-width: 1380px;
  margin: 0 auto; }
  .about-me-wrapper .logo-wrapper {
    margin: 60px; }
  .about-me-wrapper .logo {
    width: 150px;
    height: auto; }
  .about-me-wrapper .name-wrapper {
    margin: 40px; }
  .about-me-wrapper .name {
    font-size: 42px;
    font-weight: 300;
    letter-spacing: 5px; }
  .about-me-wrapper .description {
    font-size: 25px; }
  .about-me-wrapper .btn-wrapper {
    margin: 60px; }
  .about-me-wrapper .shop-btn {
    border: 2px solid gray;
    box-shadow: 1px 1px 1px #888888;
    padding: 10px 25px 10px 25px;
    background: none;
    font-size: 20px;
    letter-spacing: 3px; }
  .about-me-wrapper .my-story {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    font-weight: 500;
    margin-left: 50px;
    font-size: 40px;
    letter-spacing: 5px; }
  .about-me-wrapper .images-wrapper {
    height: 580px;
    margin-top: 25px; }
    .about-me-wrapper .images-wrapper .main-img {
      height: auto;
      max-height: 580px;
      margin: 0 auto; }
    .about-me-wrapper .images-wrapper .mobile-grid {
      width: 49%; }
    .about-me-wrapper .images-wrapper .main-mobile-view {
      display: none;
      max-width: 50%;
      padding: 0 20px; }
    .about-me-wrapper .images-wrapper .mobile-view {
      display: none;
      max-width: 50%;
      padding: 0 20px; }
    .about-me-wrapper .images-wrapper .img-grid {
      width: 100%;
      height: 100%; }
    .about-me-wrapper .images-wrapper .cp-left-col.main-img {
      width: 50%;
      max-width: 38%; }
    .about-me-wrapper .images-wrapper .cp-left-col.grid {
      width: 62%; }
    .about-me-wrapper .images-wrapper .grid-img-wrapper {
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-wrap: wrap; }
    .about-me-wrapper .images-wrapper .grid-item {
      position: relative;
      height: 280px;
      margin-top: 20px; }
      .about-me-wrapper .images-wrapper .grid-item.top {
        margin-top: 0; }
      .about-me-wrapper .images-wrapper .grid-item h5 {
        position: absolute;
        top: 130px;
        width: 100%;
        font-size: 42px;
        font-weight: 300;
        color: #fff;
        text-shadow: 0.1em 0.1em 0.2em black;
        padding: 80px 0 0;
        margin: 0; }
  .about-me-wrapper .life-wrapper {
    margin-left: 50px;
    margin-top: 40px; }
    .about-me-wrapper .life-wrapper span {
      font-size: 25px; }
    .about-me-wrapper .life-wrapper p {
      margin-top: 5px; }

@media (max-width: 1250px) {
  .about-me-wrapper .images-wrapper {
    height: auto; }
    .about-me-wrapper .images-wrapper .cp-left-col {
      float: none; }
      .about-me-wrapper .images-wrapper .cp-left-col .main-img {
        max-height: 400px;
        width: 100%;
        max-width: 400px; }
      .about-me-wrapper .images-wrapper .cp-left-col.main-img {
        width: 100%;
        max-width: 98%;
        margin: 0 auto;
        display: -ms-flexbox;
        display: flex;
        -webkit-display: flex;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -webkit-justify-content: space-around; }
      .about-me-wrapper .images-wrapper .cp-left-col.grid {
        width: 100%; }
    .about-me-wrapper .images-wrapper .main-mobile-view {
      display: block; }
    .about-me-wrapper .images-wrapper .mobile-grid {
      display: -ms-flexbox;
      display: flex;
      -webkit-display: flex;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      -webkit-justify-content: space-around; }
      .about-me-wrapper .images-wrapper .mobile-grid .mobile-view {
        display: block; }
    .about-me-wrapper .images-wrapper .mobile-grid {
      width: 100%; }
    .about-me-wrapper .images-wrapper .grid-item {
      max-width: 400px;
      margin: 10px auto; }
      .about-me-wrapper .images-wrapper .grid-item.top {
        margin-top: 20px; }
    .about-me-wrapper .images-wrapper .img-grid {
      width: 100%; }
  .about-me-wrapper .life-wrapper .desktop-view {
    display: none; } }

@media (max-width: 767px) {
  .about-me-wrapper .images-wrapper .cp-left-col.main-img {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column; }
  .about-me-wrapper .images-wrapper .main-mobile-view, .about-me-wrapper .images-wrapper .mobile-view {
    max-width: 100%; }
  .about-me-wrapper .images-wrapper .mobile-grid {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column; } }

@media (max-width: 1350px) {
  .category-carousel .custom-category-text {
    float: none;
    margin: 0;
    text-align: center; }
  .category-list {
    float: none;
    margin: 0 auto; }
  .category-carousel .slick-next {
    right: -30; }
  .category-carousel .slick-prev {
    left: -30; } }

@media (max-width: 1287px) {
  .product-images {
    float: none; }
  .product-details {
    width: auto;
    max-width: 768px;
    float: none;
    margin: 75px auto 25px; } }

@media (max-width: 1024px) {
  .sub-header-cat {
    display: none; }
  .header .header-options li {
    min-width: 20px;
    margin: 0 10px; }
    .header .header-options li.dropdown {
      margin: 0 10px; }
  .header .header-options .options-title {
    display: none; }
  .grid.product {
    padding-left: 30px; }
  .home-blog {
    height: 350px; }
    .home-blog .cp-left-col.main-img {
      width: 65%; }
    .home-blog .cp-left-col.side-img {
      width: 35%; }
    .home-blog img.side-img {
      height: 175px; } }

@media (max-width: 990px) {
  .sub-header {
    display: none; }
  .one-third {
    min-height: 400px; }
  .page-wrapper {
    margin: 25px auto 0; }
  .contact-info .avatar-img {
    float: none;
    margin: 0 auto;
    width: 300px; }
  .contact-info .personal-info {
    float: none;
    margin: 0 auto 25px; }
  .contact-info form {
    display: block;
    margin: 20px auto;
    max-width: 500px; }
  .bio {
    margin: 0 auto; } }

@media (max-width: 940px) {
  .home-blog .cp-left-col .banner-text-wrapper p {
    font-size: 18px; }
  .category-carousel .slick-next {
    right: 0; }
  .category-carousel .slick-prev {
    left: 0; } }

@media (max-width: 768px) {
  .arrows {
    display: block; }
  .filters .filter-wrapper {
    max-width: 97%; }
  .grid {
    max-width: 98%; }
    .grid.product {
      padding-left: 0; }
  .category-wrapper {
    top: 160px; }
  .product-item.item {
    max-width: 30%; }
  .home-blog {
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column; }
    .home-blog .cp-left-col {
      float: none; }
      .home-blog .cp-left-col.main-img {
        width: 100%;
        height: auto; }
      .home-blog .cp-left-col.side-img {
        width: 100%;
        height: 200px;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-direction: row;
        margin-top: -5px; }
    .home-blog img.main-img {
      width: 100%;
      margin-left: 0; }
    .home-blog img.side-img {
      width: 50%;
      height: auto; } }

@media (max-width: 767px) {
  ul.categories {
    display: none; }
  .filter-wrapper {
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-justify-content: center; }
  .header .header-logo-link {
    display: block; }
  .rep-name-title .logo-link {
    display: none; }
  .product-item.item {
    width: 50%; } }

@media (max-width: 750px) {
  .one-third {
    width: 99%;
    max-width: 500px;
    margin: 0 auto;
    float: none; }
  .subscribe-wrapper input {
    width: 200px; }
  .subscribe-wrapper .btn {
    width: 115px;
    padding: 10px 13px; } }

@media (max-width: 650px) {
  .header .logo {
    max-width: 200px;
    margin: 12px auto 0; }
  .homepage-banners {
    height: 400px; }
    .homepage-banners .banner-text {
      font-size: 36px; }
      .homepage-banners .banner-text.corp-one {
        padding: 150px 0; }
      .homepage-banners .banner-text.corp-two {
        padding: 125px 0; }
  .product-details {
    margin: 25px 20px 25px; }
    .product-details h2 {
      text-align: center; }
    .product-details .left-col {
      float: none;
      width: 100%; }
      .product-details .left-col.right {
        margin-top: 30px;
        text-align: center; }
        .product-details .left-col.right p {
          float: none;
          text-align: center; }
        .product-details .left-col.right button {
          float: none; }
    .product-details .select-wrapper, .product-details .quantity-wrapper {
      float: none;
      margin: 0 auto; } }

@media (max-width: 600px) {
  .rep-name-title h1 {
    font-size: 28px; }
  .rep-name-title p {
    font-size: 16px; }
  .rep-name-title .logo-link {
    display: none; }
  .public-cart .public-cart-container {
    width: 100%;
    padding: 40px 0;
    background: none; }
  .public-cart .public-cart-wrapper {
    width: 100%; }
    .public-cart .public-cart-wrapper .accepted-cards {
      margin: 0 10px 25px 0; }
  .public-cart .cart-total, .public-cart .checkout-btn {
    margin-right: 10px; }
  .public-cart table tr {
    width: 100%;
    height: auto;
    padding: 0; }
  .public-cart table td {
    padding: 5px; }
  .success-modal {
    padding: 0; }
    .success-modal .box {
      max-width: 100%; }
  .home-blog .cp-left-col .banner-text-wrapper {
    padding: 75px 0 0; } }

@media (max-width: 550px) {
  .contact-info form {
    max-width: 95%; }
  .search-bar {
    display: block;
    width: 100%;
    text-align: center; }
    .search-bar .search-wrapper {
      width: 230px; }
  .filter-wrapper {
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    height: auto; }
    .filter-wrapper .sort-wrapper {
      margin: 25px auto; } }

@media (max-width: 535px) {
  .product-images .main-img {
    display: none; }
  .product-images .img-carousel {
    width: 100%;
    height: auto; }
    .product-images .img-carousel ul {
      height: auto; }
    .product-images .img-carousel li img {
      width: auto;
      max-width: 100%; }
    .product-images .img-carousel .slick-next, .product-images .img-carousel .slick-prev {
      top: 40%; }
    .product-images .img-carousel .slick-slide {
      height: auto; }
  .lg-img .slick-next, .lg-img .slick-prev {
    position: absolute;
    height: 100%;
    width: 40px;
    background: rgba(255, 255, 255, 0.5);
    z-index: 25; }
  .lg-img .slick-prev {
    left: 0; }
    .lg-img .slick-prev:before {
      font-family: "linearicons";
      content: "\e93b";
      color: #000; }
  .lg-img .slick-next {
    right: 0; }
    .lg-img .slick-next:before {
      font-family: "linearicons";
      content: "\e93c";
      color: #000; } }

@media (max-width: 510px) {
  .header ul {
    margin-right: 5px; }
  .header .menu-title {
    display: none; }
  .header .menu {
    margin-left: 5px; }
  .header .logo-link {
    margin: 5px auto 0; }
    .header .logo-link .logo {
      max-width: 150px;
      margin: 16px auto 0; }
  .header .header-options {
    right: 10px; }
    .header .header-options li {
      min-width: auto;
      margin: 0; }
  .home-blog .cp-left-col .banner-text-wrapper {
    padding: 50px 0 0; }
    .home-blog .cp-left-col .banner-text-wrapper h2 {
      font-size: 28px; }
    .home-blog .cp-left-col .banner-text-wrapper p {
      font-size: 16px; }
  .product-item.item {
    max-width: 45%; } }

@media (max-width: 500px) {
  h2 {
    font-size: 20px; }
  .product-item {
    float: none; }
    .product-item.item {
      width: 100%; } }

@media (max-width: 400px) {
  .rep-name-title p {
    font-size: 12px; }
  .category-carousel .custom-category-text {
    width: 95%;
    margin: 0 auto; }
  .product-item.item {
    max-width: 100%; }
  .home-blog .cp-left-col.side-img {
    width: 100%;
    height: auto;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-direction: column;
    margin-top: -5px; }
  .home-blog img.side-img {
    width: 100%; }
  .sub-by-category ul {
    max-width: 275px; } }

@media (max-width: 320px) {
  .subscribe-wrapper .btn {
    width: 220px;
    margin-top: 15px; }
  .header ul {
    margin-right: 0; }
  .header .menu {
    margin-left: 0; }
  .header .logo-link .logo {
    margin-right: 40px; } }

/*# sourceMappingURL=store.css.map */
