.row:before, .row:after, .clearfix:before, .clearfix:after {
  display: table;
  content: " "; }

.row:after, .clearfix:after {
  clear: both; }

.row, .clearfix {
  *zoom: 1; }

img {
  max-width: 100%;
  height: auto; }

*, *:before, *:after {
  box-sizing: border-box; }

.app-container {
  max-width: 400px;
  margin: auto;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }
  .app-container input {
    font-weight: 300; }
  .app-container .label {
    font-family: 'Roboto Slab', sans-serif;
    font-weight: 400; }

.row {
  width: 100%;
  font-size: 0px; }
  .row .column {
    display: inline-block;
    font-size: 16px;
    width: 100%;
    padding: 10px;
    vertical-align: top; }
    .row .column.col-1-1 {
      width: 100%; }
    .row .column.col-1-2 {
      width: 50%; }

ul.markets-list li {
  padding: 10px;
  display: inline-block;
  width: auto;
  cursor: pointer;
  border: 1px solid #eeeeee;
  border-radius: 5px;
  font-weight: 300;
  min-width: 30%;
  text-align: center;
  margin-bottom: 5px; }
  ul.markets-list li:hover {
    border: 1px solid #cc580b; }
  ul.markets-list li.selected {
    background-color: #f26f18;
    color: #fff;
    text-shadow: 1px 1px 2px #cc580b;
    border: 1px solid #f26f18; }

.search-container {
  margin-top: 0px;
  opacity: 1;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
  .search-container.disabled {
    margin-top: -20px;
    opacity: 0; }

input#dimension {
  width: 100%;
  max-width: 400px;
  padding: 10px;
  font-size: 21px;
  border: 1px solid #eeeeee;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }
  input#dimension.loading {
    background-color: #fbfbfb;
    border-radius: 15px;
    -webkit-animation: loading 0.5s infinite linear;
    animation: loading 0.5s infinite linear; }
  input#dimension:focus {
    border: 1px solid #f26f18;
    outline: none; }

ul.dimensions-list {
  /*border-bottom: 5px solid #f26f18;*/ }
  ul.dimensions-list li {
    padding: 12px;
    cursor: pointer;
    background-color: #f26f18;
    color: #fff;
    font-size: 18px;
    border-bottom: 1px solid #cc580b; }
    ul.dimensions-list li:last-child {
      border-bottom: none;
      /*padding-bottom: 2px;*/
      border-radius: 0px 0px 5px 5px; }
    ul.dimensions-list li.selected {
      background-color: #cc580b; }

ul.products-list li {
  font-size: 0px;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
  position: relative;
  /*
    &:nth-child(1), &:nth-child(2), &:nth-child(3) {
      .product-info {
        .shop-link {
          position: absolute;
          bottom: 20px;
          right: 10px;
          width: 80px;
          padding: 10px 0;
          text-align: center;
          background-color: #18F26F;
          color: #fff;
          cursor: pointer;
        }
      }
    }
    &:nth-child(n+4) {
      .product-image-container {
        display: none;
      }

      .product-info {

        .product-name {
          margin-top: 0px;
        }

        .sku, .dimension, .product-link, .weight, .price, .studded {
          display: inline-block;
          margin: 0px 0.75em 0px 0px;
          padding-right: 0.75em;
          border-right: 1px solid #eee;
          line-height: 1.35em;
        }
        .product-link {
          border-right: none;
        }

      }
    }
    */ }
  ul.products-list li:last-child {
    border-bottom: none; }
  ul.products-list li.featured {
    position: relative;
    overflow: hidden; }
    ul.products-list li.featured:after {
      content: 'Utvald';
      position: absolute;
      top: -20px;
      right: -53px;
      color: #fff;
      font-size: 14px;
      letter-spacing: 0.035em;
      background: #f26f18;
      padding: 5px;
      border-right: 40px solid #f26f18;
      border-left: 40px solid #f26f18;
      border-top: 40px solid #f26f18;
      -webkit-transform: rotateZ(45deg);
              transform: rotateZ(45deg); }
  ul.products-list li .product-image-container {
    display: inline-block;
    width: 150px;
    text-align: center;
    vertical-align: top; }
    @media (max-width: 639px) {
      ul.products-list li .product-image-container {
        width: 125px; } }
    ul.products-list li .product-image-container img {
      max-width: 150px;
      max-height: 150px; }
      @media (max-width: 639px) {
        ul.products-list li .product-image-container img {
          max-width: 125px;
          max-height: 125px; } }
  ul.products-list li .product-info {
    font-size: 13px;
    display: inline-block; }
    ul.products-list li .product-info .product-name {
      font-weight: 700; }
    ul.products-list li .product-info .product-link {
      text-decoration: underline; }
    ul.products-list li .product-info .edit-link a {
      text-decoration: underline; }

body.pricing-disabled .price {
  /*display: none !important;*/ }

@-webkit-keyframes loading {
  0% {
    border-left-color: #eeeeee; }
  12.5% {
    border-right-color: #f26f18; }
  25% {
    border-top-color: #eeeeee; }
  37.5% {
    border-bottom-color: #f26f18; }
  50% {
    border-right-color: #eeeeee; }
  67.5% {
    border-left-color: #f26f18; }
  75% {
    border-bottom-color: #eeeeee; }
  87.5% {
    border-top-color: #f26f18; }
  99% {
    border-left-color: #eeeeee; } }

@keyframes loading {
  0% {
    border-left-color: #eeeeee; }
  12.5% {
    border-right-color: #f26f18; }
  25% {
    border-top-color: #eeeeee; }
  37.5% {
    border-bottom-color: #f26f18; }
  50% {
    border-right-color: #eeeeee; }
  67.5% {
    border-left-color: #f26f18; }
  75% {
    border-bottom-color: #eeeeee; }
  87.5% {
    border-top-color: #f26f18; }
  99% {
    border-left-color: #eeeeee; } }
/*# sourceMappingURL=style.css.map */