* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box; }

body, html {
  height: 100%; }

body {
  background: #FFF; }

body, html {
  padding: 0px;
  margin: 0; }

body, td, th, option, select, input, textarea, option {
  font-family: 'Poppins';
  font-weight: 300;
  font-size: 14px;
  color: #14212A; }

a {
  color: #14212A;
  text-decoration: none; }

.develop {
  width: 100%;
  background: #A71D31;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  padding: 10px 0; }

h1 {
  color: #333333;
  font-size: 32px;
  font-weight: 900; }

.main {
  display: flex;
  background: green;
  min-height: 100%; }
  .main .left-column {
    width: 200px;
    background: #14212A; }
    .main .left-column ul {
      list-style: none;
      padding: 0;
      margin: 0;
      display: flex;
      flex-direction: column; }
      .main .left-column ul li {
        display: flex;
        width: 100%;
        flex-direction: column;
        border-bottom: 1px solid grey; }
        .main .left-column ul li a {
          display: flex;
          width: 100%;
          color: #FFF;
          padding: 10px; }
        .main .left-column ul li ul {
          padding-bottom: 10px; }
          .main .left-column ul li ul li {
            display: flex;
            width: 100%;
            flex-direction: column;
            border: 0; }
            .main .left-column ul li ul li a {
              display: flex;
              width: 100%;
              color: #FFF;
              padding: 5px 0 5px 20px;
              font-size: 12px; }
  .main .content {
    width: calc(100% - 200px);
    background: #FFF;
    padding: 40px; }

body.login .main .content {
  width: 100%; }

form.register {
  display: flex;
  flex-wrap: wrap;
  width: 400px; }
  form.register .field {
    width: 100%;
    padding: 0 5px 5px 0; }
    form.register .field input[type=text] {
      width: 100%; }
    form.register .field.zipcode {
      width: 120px; }
    form.register .field.city {
      width: 280px; }
    form.register .field.address input {
      margin-bottom: 5px; }
  form.register .delivery {
    display: none; }
    form.register .delivery.open {
      display: flex;
      flex-wrap: wrap; }

/* Meddelande */
div.flash {
  float: left;
  width: 100%;
  clear: left;
  margin: 20px 0; }

div.flash span {
  float: left;
  width: 100%;
  background: #CC0000;
  color: #FFF;
  font-weight: bold;
  padding: 15px;
  font-size: 17px;
  text-align: center; }

div.flash .ok {
  background: green; }

/* form */
label {
  display: block;
  font-weight: bold;
  padding: 10px 0 3px; }

label.checkbox {
  display: inline-block;
  font-weight: normal;
  padding: 5px 10px 5px 5px;
  margin-right: 10px; }

label.checkbox input {
  margin-right: 5px; }

td label {
  display: inline;
  padding: 0;
  font-weight: normal; }

input[type=text],
input[type=password],
select,
textarea {
  border: 1px solid #B7C3CD;
  max-width: 100%;
  padding: 10px;
  border-radius: 2px; }

input[type=text],
input[type=password] {
  padding: 10px; }

.cke_editor_text_dialog input[type=text] {
  line-height: 20px; }

select {
  padding: 6px;
  border: 1px solid #B7C3CD;
  border-radius: 2px; }

input[type=text].amount {
  width: 50px; }

input[type=text].price, input[type=text].cost {
  width: 100px; }

input.datepicker {
  width: 100px; }

input.zipcode {
  width: 60px; }

input.city {
  width: 235px;
  margin-left: 5px; }

input.prio {
  width: 40px; }

input.medium {
  width: 200px; }

input.measure {
  width: 100px; }

textarea {
  height: 100px;
  width: 400px;
  max-width: 100%;
  line-height: auto; }

textarea.img_desc {
  height: 50px;
  width: 100%; }

input[type=submit],
input[type=button],
a.btn {
  display: inline-block;
  padding: 0px 20px;
  line-height: 40px;
  text-decoration: none;
  border: 0;
  text-transform: uppercase;
  background: #40494d;
  color: #FFF;
  font-weight: bold;
  cursor: pointer;
  border-radius: 20px; }
  input[type=submit].btn-small,
  input[type=button].btn-small,
  a.btn.btn-small {
    line-height: 30px;
    padding: 0 15px;
    font-size: 12px; }

input[type=submit]:hover,
input[type=button]:hover,
a.btn:hover {
  background: #333333;
  border-color: #333333;
  color: #FFF; }

a.btn:hover span {
  color: #FFF; }

li.btn {
  text-transform: uppercase;
  font-size: 12px;
  background: #f7f7f7;
  border-radius: 3px;
  color: #262626; }

a.btn span {
  float: left;
  margin-right: 7px;
  font-size: 16px; }

a.btn div {
  float: left; }

a.btn-r {
  float: right;
  margin-left: 5px; }

input[type=submit].btn-green,
a.btn-green {
  background: #A71D31; }

a.add-button,
a.remove-button {
  float: left; }

a.add-button span,
a.remove-button span {
  float: left;
  background: #000;
  font-size: 14px;
  width: 20px;
  height: 20px;
  padding-top: 3px;
  text-align: center;
  color: #FFF;
  border-radius: 10px; }

a.add-button span {
  background: #ea6a0e; }

.filter input[type=submit] {
  border-color: #999;
  background: #40494d; }

/* Standard lista */
table.list {
  border-collapse: collapse; }

table.list th {
  font-weight: bold; }

table.list th,
table.list td {
  padding: 10px 20px 10px 10px;
  text-align: left; }

table.list th a {
  color: #000; }

table.list thead th,
table.list td {
  border-bottom: 1px solid #f2f2f2; }

table.list tr.done td {
  background: #f2f2f2; }

table.list .btn {
  padding: 0px 10px;
  line-height: 30px; }

table.list td.c, table.list th.c {
  text-align: center; }

table.list td.r, table.list th.r {
  text-align: right; }

table.list th.b-left, table.list td.b-left {
  border-left: 1px solid #B7C3CD; }

table.list tfoot td {
  background: #f7f7f7;
  color: #FFF; }

table.list tfoot tr.bold td {
  font-weight: bold; }

table.list td.green {
  color: green; }

table.list td.red {
  color: red; }

table.list th.head {
  background: #333333;
  color: #FFF;
  padding: 10px;
  border: 0; }

table.list .pagination {
  padding: 5px 0;
  border-bottom: 0; }

table.list tr:hover td.pagination,
table.list .pagination tbody tr:nth-child(odd) td {
  background: #fff;
  border: 0; }

table.list .pagination table.info {
  float: left; }

table.list .pagination table.pages {
  float: right; }

table.list .pagination table.pages td {
  padding: 5px; }

/* Filter */
.box-filter {
  float: left;
  width: 100%;
  padding: 10px;
  background: #f7f7f7;
  margin: 20px 0;
  display: flex;
  align-items: flex-end; }
  .box-filter .field {
    margin-right: 10px; }
    .box-filter .field label {
      padding-top: 0; }

/* Sida */
body.page .content .holder {
  width: 100%; }
  body.page .content .holder div.page-image {
    width: 100%;
    height: 400px;
    background-size: cover;
    background-position: center center; }
    @media screen and (max-width: 1100px) {
      body.page .content .holder div.page-image {
        height: 300px; } }
  body.page .content .holder .holder {
    width: 1100px;
    max-width: 100%; }
    @media screen and (max-width: 1100px) {
      body.page .content .holder .holder {
        padding: 0 15px; } }
    body.page .content .holder .holder h1 {
      margin: 30px 0; }
    body.page .content .holder .holder .ingress,
    body.page .content .holder .holder .text {
      float: left;
      width: 100%;
      margin-bottom: 20px;
      line-height: 22px; }
    body.page .content .holder .holder .ingress {
      font-size: 16px;
      line-height: 24px; }
    body.page .content .holder .holder .text p {
      margin: 20px 0 20px; }
    body.page .content .holder .holder .search {
      display: flex;
      width: 100%;
      margin-bottom: 15px;
      background: #14212A;
      padding: 10px; }
      body.page .content .holder .holder .search form {
        display: flex; }
        body.page .content .holder .holder .search form input {
          border: 0; }
          body.page .content .holder .holder .search form input[type=text] {
            border-radius: 0;
            margin-right: 10px; }
            @media screen and (max-width: 500px) {
              body.page .content .holder .holder .search form input[type=text] {
                width: calc(100% - 10px - 70px); } }
          body.page .content .holder .holder .search form input[type=submit] {
            background: #A71D31; }
    body.page .content .holder .holder ul.pages {
      list-style: none;
      padding: 0;
      margin: 0;
      width: 100%;
      float: left; }
      body.page .content .holder .holder ul.pages li {
        display: flex;
        padding: 20px 0;
        border-bottom: 1px solid #B7C3CD; }
        body.page .content .holder .holder ul.pages li .img {
          margin-right: 20px;
          width: 200px; }
          body.page .content .holder .holder ul.pages li .img img {
            max-width: 100%; }
        body.page .content .holder .holder ul.pages li .text h3 {
          margin: 10px 0 10px; }
        body.page .content .holder .holder ul.pages li .text .ingress {
          margin-bottom: 20px;
          font-size: 14px; }
body.page.map .content .holder .holder .text {
  float: left;
  width: 40%; }
body.page.map .content .holder .holder iframe {
  float: right;
  width: 50%;
  height: 300px;
  border: 1px solid #B7C3CD; }
body.page.startpage .content .holder .holder {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center; }
  body.page.startpage .content .holder .holder ul {
    list-style: none;
    padding: 20px 0 0;
    margin: 20px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 100%;
    border-top: 2px solid #B7C3CD; }
    body.page.startpage .content .holder .holder ul li {
      margin: 20px;
      display: flex;
      align-items: center; }
      body.page.startpage .content .holder .holder ul li img {
        max-height: 40px;
        max-width: 150px; }
body.page.payment .header {
  display: none; }
body.page.payment .footer, body.page.payment .companies {
  display: none; }
body.page.payment h1 {
  text-align: center; }
body.page.payment .klarna {
  margin-top: 30px; }

@media screen and (max-width: 500px) {
  body.login .content .holder {
    padding: 0 15px; } }

div.login .login-box-submit {
  margin: 20px 0; }

/* produkter */
ul.product-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  width: 100%; }
  @media screen and (max-width: 920px) {
    ul.product-list {
      justify-content: space-between; } }
  @media screen and (max-width: 500px) {
    ul.product-list {
      flex-direction: column; } }
  ul.product-list li {
    display: flex;
    border: 1px solid #B7C3CD;
    padding: 15px;
    width: calc(33.3% - 10px);
    margin: 0 5px 10px 5px; }
    @media screen and (max-width: 920px) {
      ul.product-list li {
        width: 49%;
        margin: 0 0 20px; } }
    @media screen and (max-width: 500px) {
      ul.product-list li {
        width: 100%;
        margin: 0 0 20px; } }
    ul.product-list li .product-form {
      width: 100%;
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
    ul.product-list li div.top {
      width: 100%;
      padding-bottom: 15px; }
      ul.product-list li div.top .image {
        float: left;
        width: 100%;
        text-align: center;
        margin-bottom: 20px; }
        @media screen and (max-width: 920px) {
          ul.product-list li div.top .image {
            height: auto; } }
        ul.product-list li div.top .image a.focus img {
          max-height: 200px;
          max-width: 100%; }
        ul.product-list li div.top .image ul.thumbs {
          display: flex;
          width: 100%;
          list-style: none;
          margin: 20px 0 0;
          padding: 0;
          flex-wrap: wrap;
          justify-content: center; }
          ul.product-list li div.top .image ul.thumbs li {
            width: 60px;
            text-align: center;
            padding: 5px;
            margin: 5px; }
            ul.product-list li div.top .image ul.thumbs li img {
              max-width: 50px;
              max-height: 50px; }
      ul.product-list li div.top h3 {
        margin: 0 0 10px;
        font-size: 15px; }
      ul.product-list li div.top table {
        border-collapse: collapse; }
        ul.product-list li div.top table tr td {
          padding: 2px 20px 2px 0;
          font-size: 13px; }
    ul.product-list li div.foot {
      width: 100%; }
      ul.product-list li div.foot table.measure {
        border-collapse: collapse;
        margin-bottom: 0px; }
        ul.product-list li div.foot table.measure td {
          padding: 0 10px 3px 0; }
      ul.product-list li div.foot div.price {
        float: left;
        width: 100%;
        margin: 20px 0;
        font-weight: bold;
        font-size: 16px; }
        ul.product-list li div.foot div.price span.vat {
          display: block;
          font-weight: normal;
          font-size: 12px; }
      ul.product-list li div.foot div.stock-amount {
        float: left;
        width: 100%;
        margin: 0 0 20px;
        font-size: 13px; }
        ul.product-list li div.foot div.stock-amount span.green {
          color: #008c03; }
        ul.product-list li div.foot div.stock-amount span.red {
          color: #791524; }
      ul.product-list li div.foot div.amount {
        float: left; }
        ul.product-list li div.foot div.amount input {
          margin-left: 5px; }
      ul.product-list li div.foot input[type=submit] {
        float: right;
        font-size: 12px;
        padding: 0 15px; }
        ul.product-list li div.foot input[type=submit].btn-disabled {
          background: #B7C3CD;
          cursor: default; }

ul.product-list-list {
  list-style: none;
  display: flex;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  width: 100%;
  flex-direction: column; }
  ul.product-list-list li {
    display: flex;
    border: 1px solid #B7C3CD;
    padding: 15px;
    width: 100%;
    margin: 0 0 10px; }
    @media screen and (max-width: 920px) {
      ul.product-list-list li {
        margin: 0 0 20px; } }
    @media screen and (max-width: 500px) {
      ul.product-list-list li {
        margin: 0 0 20px; } }
    ul.product-list-list li .product-form {
      display: flex;
      width: 100%;
      flex-direction: row;
      justify-content: space-between;
      flex-wrap: wrap; }
    ul.product-list-list li .image {
      width: 12%; }
      @media screen and (max-width: 920px) {
        ul.product-list-list li .image {
          width: 20%; } }
      @media screen and (max-width: 500px) {
        ul.product-list-list li .image {
          width: 35%; } }
      ul.product-list-list li .image a.focus img {
        max-height: 100px; }
      ul.product-list-list li .image ul.thumbs {
        display: flex;
        width: 100%;
        list-style: none;
        margin: 20px 0 0;
        padding: 0;
        flex-wrap: wrap;
        justify-content: center; }
        ul.product-list-list li .image ul.thumbs li {
          width: 60px;
          text-align: center;
          padding: 5px;
          margin: 5px; }
          ul.product-list-list li .image ul.thumbs li img {
            max-width: 50px;
            max-height: 50px; }
    ul.product-list-list li div.info {
      width: 68%;
      display: flex;
      flex-direction: column;
      padding-right: 20px; }
      @media screen and (max-width: 920px) {
        ul.product-list-list li div.info {
          width: 50%; } }
      @media screen and (max-width: 500px) {
        ul.product-list-list li div.info {
          width: 65%; } }
      ul.product-list-list li div.info h3 {
        margin: 10px 0 0px;
        font-size: 15px; }
      ul.product-list-list li div.info .article-number {
        font-size: 13px; }
      ul.product-list-list li div.info .short-description {
        font-size: 13px;
        margin-top: 10px; }
      ul.product-list-list li div.info table {
        border-collapse: collapse; }
        ul.product-list-list li div.info table tr td {
          padding: 2px 20px 2px 0;
          font-size: 13px; }
    ul.product-list-list li div.buy {
      display: flex;
      flex-direction: column;
      width: 20%; }
      @media screen and (max-width: 920px) {
        ul.product-list-list li div.buy {
          width: 30%; } }
      @media screen and (max-width: 500px) {
        ul.product-list-list li div.buy {
          width: 100%;
          margin-top: 15px; } }
      ul.product-list-list li div.buy table.measure {
        border-collapse: collapse;
        margin-bottom: 0px; }
        ul.product-list-list li div.buy table.measure td {
          padding: 0 10px 3px 0; }
      ul.product-list-list li div.buy div.price {
        width: 100%;
        margin: 0;
        font-weight: bold;
        font-size: 16px; }
        @media screen and (max-width: 500px) {
          ul.product-list-list li div.buy div.price {
            width: 40%; } }
        ul.product-list-list li div.buy div.price span.vat {
          display: block;
          font-weight: normal;
          font-size: 12px; }
      ul.product-list-list li div.buy div.stock-amount {
        float: left;
        width: 100%;
        margin: 15px 0 0px;
        font-size: 13px; }
        ul.product-list-list li div.buy div.stock-amount span.green {
          color: #008c03; }
        ul.product-list-list li div.buy div.stock-amount span.red {
          color: #791524; }
        ul.product-list-list li div.buy div.stock-amount span.orange {
          color: #d39000; }
      ul.product-list-list li div.buy div.delivery-time {
        float: left;
        width: 100%;
        margin: 3px 0 0px;
        font-size: 13px; }
      ul.product-list-list li div.buy .submit {
        display: flex;
        justify-content: space-between;
        margin-top: 15px; }
        @media screen and (max-width: 500px) {
          ul.product-list-list li div.buy .submit {
            width: 100%;
            margin-top: 10px;
            justify-content: flex-start; }
            ul.product-list-list li div.buy .submit input.amount {
              width: 40px;
              margin-right: 10px; } }
        ul.product-list-list li div.buy .submit input[type=submit] {
          font-size: 12px;
          padding: 0 15px; }
          ul.product-list-list li div.buy .submit input[type=submit].btn-disabled {
            background: #B7C3CD;
            cursor: default; }

/* Sidor */
.tree ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 400px; }
  .tree ul li {
    float: left;
    width: 100%;
    border-top: 1px dashed #f7f7f7; }
    .tree ul li a {
      float: left;
      padding: 10px; }
    .tree ul li ul.icons {
      float: right;
      width: auto; }
  .tree ul ul li {
    border: 0; }

div.sort-pages ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  div.sort-pages ul li {
    padding-left: 20px; }
    div.sort-pages ul li span {
      clear: both;
      display: inline-block;
      width: 300px;
      line-height: 30px;
      padding: 0 5px;
      background: #f7f7f7;
      border: 1px solid #B7C3CD;
      margin-bottom: 5px;
      border-radius: 3px; }
      div.sort-pages ul li span:hover {
        cursor: move; }

.products ul.images {
  list-style: none;
  margin: 20px 0 0;
  padding: 0; }
  .products ul.images li {
    float: left;
    border: 1px solid #B7C3CD;
    padding: 15px;
    margin: 0 15px 15px 0; }

/* Redigera butik */
.order-edit .big-block {
  float: left;
  width: 50%;
  padding-right: 20px; }
  @media screen and (max-width: 500px) {
    .order-edit .big-block {
      width: 100%;
      padding-right: 0; } }
.order-edit div.box {
  float: left;
  width: 100%;
  margin: 0 20px 20px 0; }
  @media screen and (max-width: 500px) {
    .order-edit div.box {
      margin-right: 0; } }
.order-edit div.box h3 {
  float: left;
  width: 100%;
  margin: 0;
  background: #333333;
  color: #FFF; }
.order-edit div.box h3 span {
  float: left;
  padding: 10px; }
.order-edit div.box h3 a.btn {
  float: right;
  padding: 5px 8px;
  margin: 7px 10px 0 0;
  background: #4b8b25;
  color: #FFF;
  border: 0; }
.order-edit div.box h3 a.btn:hover {
  background: #4b8b25; }
.order-edit div.box .box-content {
  float: left;
  padding: 10px;
  width: 100%; }
  @media screen and (max-width: 500px) {
    .order-edit div.box .box-content {
      padding: 10px 0; } }
.order-edit h2 {
  float: left;
  width: 100%;
  background: #ea6a0e;
  color: #FFF;
  padding: 10px 15px; }
.order-edit .mobile {
  display: none; }
@media screen and (max-width: 1100px) {
  .order-edit .content .holder {
    padding: 0 15px; } }
@media screen and (max-width: 500px) {
  .order-edit .desktop {
    display: none; }
  .order-edit .mobile {
    display: block;
    width: 100%; }
    .order-edit .mobile table {
      width: 100%; }
      .order-edit .mobile table table {
        border-collapse: collapse;
        width: auto; }
        .order-edit .mobile table table th, .order-edit .mobile table table td {
          padding: 3px 10px 3px 0;
          font-size: 13px;
          border-color: #f7f7f7;
          font-weight: 300; }
      .order-edit .mobile table .options {
        margin-bottom: 10px; }
        .order-edit .mobile table .options li {
          font-size: 13px; } }
.order-edit td {
  vertical-align: top; }
.order-edit ul.options {
  list-style: none;
  margin: 3px 0 0 0px;
  padding: 0; }
  .order-edit ul.options li {
    font-size: 12px; }

/* Redigera order */
.order-edit label {
  padding-top: 20px; }
.order-edit .big-block {
  width: 100%; }
  .order-edit .big-block .address {
    float: left;
    margin-right: 100px; }
  .order-edit .big-block td span {
    display: block;
    font-size: 12px; }

@media screen and (max-width: 1100px) {
  body.order .content .holder {
    padding: 0 15px; } }
body.order .content .mobile {
  display: none; }
@media screen and (max-width: 500px) {
  body.order .content .desktop {
    display: none; }
  body.order .content .mobile {
    display: inline-block;
    width: 100%; }
    body.order .content .mobile table.list {
      width: 100%;
      margin-bottom: 20px; }
      body.order .content .mobile table.list td, body.order .content .mobile table.list th {
        padding: 10px; }
    body.order .content .mobile div.total {
      float: left;
      width: 100%;
      margin-top: 20px;
      font-weight: bold;
      font-size: 18px;
      text-align: right; } }
body.order .content thead th {
  border-bottom: 1px solid #B7C3CD; }
body.order .content td {
  vertical-align: top;
  line-height: 40px; }
  body.order .content td.price {
    white-space: nowrap; }
  @media screen and (max-width: 500px) {
    body.order .content td {
      line-height: 24px; } }
  body.order .content td span {
    display: block;
    line-height: 14px;
    font-size: 12px; }
body.order .content tfoot tr.tot th {
  font-size: 18px; }
body.order .content tfoot tr.vat th {
  font-weight: normal;
  padding: 0 20px 0 10px; }
body.order .content h2 {
  margin: 30px 0 5px; }
body.order .content .shipping {
  display: flex;
  flex-direction: column; }
  body.order .content .shipping label {
    border: 1px solid #B7C3CD;
    width: 400px;
    max-width: 100%;
    font-weight: normal;
    padding: 10px 20px;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 5px; }
    body.order .content .shipping label input {
      margin: 0 10px 0 0; }
    body.order .content .shipping label:hover {
      cursor: pointer; }
body.order .content a {
  text-decoration: underline;
  font-size: 13px; }
body.order .content input[type=text] {
  margin-bottom: 3px; }
  body.order .content input[type=text].error {
    border-color: #A71D31; }
body.order .content table.zipcode-city {
  border-collapse: collapse; }
  body.order .content table.zipcode-city td {
    padding-right: 5px; }
  body.order .content table.zipcode-city label {
    display: block;
    font-weight: bold;
    line-height: 22px;
    padding: 10px 0 3px; }
  body.order .content table.zipcode-city input {
    width: 223px; }
    body.order .content table.zipcode-city input.zipcode {
      width: 70px; }
body.order .content form.order-form {
  float: left;
  border-top: 1px solid #B7C3CD;
  padding-top: 20px;
  margin-top: 40px;
  max-width: 100%; }

body.checkout .main td {
  vertical-align: top; }

body.orders .main .mobile {
  display: none; }
@media screen and (max-width: 500px) {
  body.orders .main .desktop {
    display: none; }
  body.orders .main .mobile {
    display: inline-block;
    width: 100%; }
    body.orders .main .mobile td table {
      width: 100%;
      border-collapse: collapse; }
      body.orders .main .mobile td table tr th, body.orders .main .mobile td table tr td {
        border-color: #f7f7f7;
        padding: 5px 10px 5px 0; } }

@font-face {
  font-family: 'icomoon';
  src: url("fonts/icomoon.eot?h6n16q");
  src: url("fonts/icomoon.eot?h6n16q#iefix") format("embedded-opentype"), url("fonts/icomoon.ttf?h6n16q") format("truetype"), url("fonts/icomoon.woff?h6n16q") format("woff"), url("fonts/icomoon.svg?h6n16q#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block; }
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-warning:before {
  content: "\e900"; }

.icon-chevron-down:before {
  content: "\e901"; }

.icon-chevron-small-down:before {
  content: "\e902"; }

.icon-chevron-small-left:before {
  content: "\e903"; }

.icon-chevron-small-right:before {
  content: "\e904"; }

.icon-chevron-small-up:before {
  content: "\e905"; }

.icon-chevron-up:before {
  content: "\e906"; }

.icon-download:before {
  content: "\e907"; }

.icon-save:before {
  content: "\e908"; }

.icon-trash:before {
  content: "\e909"; }

.icon-add-user:before {
  content: "\e90a"; }

.icon-area-graph:before {
  content: "\e90b"; }

.icon-bar-graph:before {
  content: "\e90c"; }

.icon-check:before {
  content: "\e90d"; }

.icon-cross:before {
  content: "\e90e"; }

.icon-cup:before {
  content: "\e90f"; }

.icon-cw:before {
  content: "\e910"; }

.icon-erase:before {
  content: "\e911"; }

.icon-export:before {
  content: "\e912"; }

.icon-grid:before {
  content: "\e913"; }

.icon-heart-outlined:before {
  content: "\e914"; }

.icon-heart:before {
  content: "\e916"; }

.icon-help-with-circle:before {
  content: "\e917"; }

.icon-help:before {
  content: "\e918"; }

.icon-home:before {
  content: "\e919"; }

.icon-info-with-circle:before {
  content: "\e91a"; }

.icon-info:before {
  content: "\e91b"; }

.icon-location-pin:before {
  content: "\e91c"; }

.icon-mail:before {
  content: "\e91d"; }

.icon-menu:before {
  content: "\e91e"; }

.icon-message:before {
  content: "\e91f"; }

.icon-minus:before {
  content: "\e920"; }

.icon-phone:before {
  content: "\e921"; }

.icon-plus:before {
  content: "\e922"; }

.icon-print:before {
  content: "\e923"; }

.icon-shopping-cart:before {
  content: "\e924"; }

.icon-squared-minus:before {
  content: "\e925"; }

.icon-squared-plus:before {
  content: "\e926"; }

.icon-star-outlined:before {
  content: "\e927"; }

.icon-star:before {
  content: "\e928"; }

.icon-sweden:before {
  content: "\e929"; }

.icon-thumbs-down:before {
  content: "\e92a"; }

.icon-thumbs-up:before {
  content: "\e92b"; }

.icon-typing:before {
  content: "\e92c"; }

.icon-user:before {
  content: "\e92d"; }

.icon-users:before {
  content: "\e92e"; }

.icon-flickr:before {
  content: "\e92f"; }

.icon-facebook:before {
  content: "\ea90"; }

.icon-instagram:before {
  content: "\ea92"; }

/*# sourceMappingURL=admin.css.map */
