@charset "UTF-8";
/* Colors */
/* Paddings */
.pad-top-bottom-10 {
  padding: 10px 0 10px 0; }
.pad-top-bottom-15 {
  padding: 15px 0 15px 0; }
.pad-top-bottom-60, footer {
  padding: 60px 0 60px 0; }
/* Margins */
.margin-top-15 {
  margin: 15px 0; }
.margin-top-30 {
  margin: 30px 0; }
/* Headlines */
.head-border {
  margin: 0 0 20px 0;
  font-size: 36px;
  color: #444;
  font-weight: 400;
  padding: 0 0 20px 0;
  display: inline-block;
  border-bottom: 1px solid #e4e4e4; }
.pad-5-title {
  border-bottom: 1px solid #eee;
  padding-bottom: 5px;
  margin-bottom: 5px; }
.pad-10-title, main .left .block-layered-nav .filter .title {
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
  margin-bottom: 10px; }
/* Fonts */
.oldschool, body, header nav .icons .minicart .title, header nav .icons .search .title {
  font-family: 'Noto Serif', serif; }
.newschool, .btn, header .topmenu, header nav .icons .minicart, main .left .block-layered-nav .filter .range, main .category .products .grid .product .inner .product-image .sticker, main .category .products .grid .product .inner .product-info .product-brand, main .category .products .grid .product .inner .product-info .price-box .old-price, main .product-view .title .brand, main .my-wishlist .item .product-brand {
  font-family: Arial, Helvetica, sans-serif; }
/* Heights */
.big-line-height, main .product-view .short-description, main .product-view .information .tab-content .std {
  line-height: 25px; }
/* Boxes */
.pad-box-white, main .cart .index, main .opc-wrapper-opc .opc-col-left, main .opc-wrapper-opc .opc-col-center, main .opc-wrapper-opc .opc-col-right, #pointofsale_box #tools, #pointofsale_box #pointofsale, .cms-page-view .std, .cms-page-view .widget {
  background: #FFF;
  border: 1px solid #eee;
  padding: 20px; }
.pad-box-green, main .cart .cart-totals-wrapper {
  background: #005544;
  padding: 20px; }
/* Transitions */
.link-trans, a {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
.image-trans, header nav .icons .minicart .item .image .image-links:hover {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out; }
/* Forms */
.form-control {
  border-color: #e4e4e4;
  border-radius: 0px;
  box-shadow: none;
  -webkit-box-shadow: none; }
.form-control:focus {
  border-color: #189482;
  outline: none;
  -webkit-box-shadow: inset 0 1px 1px rgba(17, 107, 91, 0.3), 0 0 8px rgba(0, 87, 72, 0.5);
  box-shadow: inset 0 1px 1px rgba(17, 107, 91, 0.3), 0 0 8px rgba(0, 87, 72, 0.5); }
/* Reset */
h1, h2, h3 {
  margin: 0 0 10px 0; }
p, ul {
  margin: 0; }
label {
  font-weight: normal; }
.navbar {
  border: none;
  margin: 0; }
  .navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top; }
    .navbar .navbar-nav li > a {
      padding: 40px 8px 24px 8px; }
      @media only screen and (max-width: 480px) {
        .navbar .navbar-nav li > a {
          padding: 10px 15px; } }
      .navbar .navbar-nav li > a.icon {
        padding: 22px 0 22px 0 !important; }
        @media only screen and (max-width: 768px) {
          .navbar .navbar-nav li > a.icon {
            padding: 27px 0 27px 0 !important; } }
    .navbar .navbar-nav .active a {
      background: transparent; }
      .navbar .navbar-nav .active a:hover {
        background: transparent; }
    .navbar .navbar-nav .megamenu-content li > a {
      padding: 0px; }
  .navbar .navbar-collapse {
    text-align: center; }
    @media only screen and (max-width: 480px) {
      .navbar .navbar-collapse {
        text-align: left; } }
  .navbar .container .navbar-brand {
    margin-left: 0px; }
.navbar-default {
  background-color: transparent;
  border-color: transparent; }
  .navbar-default .navbar-brand {
    height: auto;
    padding: 0;
    margin-left: 0px; }
/* Selects */
.c-select {
  display: inline-block;
  max-width: 100%;
  -webkit-appearance: none;
  padding: 3px 20px 3px 10px;
  vertical-align: middle;
  background: #fff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAUCAMAAACzvE1FAAAADFBMVEUzMzMzMzMzMzMzMzMKAG/3AAAAA3RSTlMAf4C/aSLHAAAAPElEQVR42q3NMQ4AIAgEQTn//2cLdRKppSGzBYwzVXvznNWs8C58CiussPJj8h6NwgorrKRdTvuV9v16Afn0AYFOB7aYAAAAAElFTkSuQmCC) no-repeat right 0.75rem center;
  background-image: none \9;
  -webkit-background-size: 8px 10px;
  background-size: 8px 10px;
  border: 1px solid #eee;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0; }
  .c-select:focus {
    border-color: #51a7e8;
    outline: none;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 5px rgba(81, 167, 232, 0.5); }
/* Text / links */
a {
  color: #777; }
  a:hover {
    color: #666666;
    text-decoration: none; }
/* Gutters */
.gutter-20.row {
  margin-right: -10px;
  margin-left: -10px; }
.gutter-20 > [class^="col-"], .gutter-20 > [class^=" col-"] {
  padding-right: 10px;
  padding-left: 10px; }
.gutter-10.row {
  margin-right: -5px;
  margin-left: -5px; }
.gutter-10 > [class^="col-"], .gutter-10 > [class^=" col-"] {
  padding-right: 5px;
  padding-left: 5px; }
.gutter-0.row {
  margin-right: 0;
  margin-left: 0; }
.gutter-0 > [class^="col-"], .gutter-0 > [class^=" col-"] {
  padding-right: 0;
  padding-left: 0; }
/* Buttons */
.btn {
  border-radius: 0px;
  text-transform: uppercase; }
  .btn.btn-warning {
    background: #f48503;
    border-color: #f48503; }
    .btn.btn-warning:hover {
      background: #ff8a00; }
  .btn.btn-success {
    background: #116b5b;
    border-color: #005544; }
    .btn.btn-success:hover {
      background: #005544; }
  .btn.btn-danger {
    background: #d9534f;
    border-color: #d9534f; }
    .btn.btn-danger:hover {
      background: #d43f3a; }
  .btn.btn-link {
    color: #666666; }
/* List groups */
.list-group-item {
  border-color: #eee; }
  .list-group-item:first-child {
    border-radius: 0px; }
  .list-group-item:last-child {
    border-radius: 0px; }
  .list-group-item.active {
    background: #005544;
    border-color: #005544; }
    .list-group-item.active:hover {
      background: #116b5b;
      border-color: #116b5b; }
/* Alerts */
.alert {
  margin: 0; }
body {
  background: #f9f9f9;
  text-rendering: optimizelegibility; }
header {
  background: #FFF;
  -webkit-box-shadow: 0px 3px 4px 0px rgba(207, 207, 207, 0.55);
  -moz-box-shadow: 0px 3px 4px 0px rgba(207, 207, 207, 0.55);
  box-shadow: 0px 3px 4px 0px rgba(207, 207, 207, 0.55);
  /*.dropdown-menu {
    border: none;
    border-top: 3px solid $darker-green;
    background: #f9f9f9;
    color: #FFF;
    margin: 0 15px 0 15px;
    a {
      color: $dark-grey;
      &:hover {
        color: $head-grey !important;
        font-weight: bold;
        text-decoration: underline;
      }
    }
  }*/ }
  header .topmenu {
    font-size: 11px;
    text-transform: uppercase;
    position: absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 999; }
    header .topmenu a {
      padding: 10px 0; }
  header nav {
    font-size: 17px;
    font-weight: 500;
    letter-spacing: 0.23999999463558197px;
    /*.megamenu-content {
      .header {
        margin: 0 0 10px 0;
        a {
          font-size: 18px !important;
        }
      }
      .sublists {
        line-height: 25px;
        margin: 0 0 30px 0;
        width: 100%;
        a {
          font-size: 13px;
          &:hover {
            color: $light-grey;
          }
        }
      }
    }*/ }
    @media only screen and (max-width: 992px) {
      header nav {
        font-size: 15px; } }
    header nav .nav {
      padding: 0; }
    header nav li a {
      color: #444; }
      header nav li a:hover {
        color: #777;
        text-decoration: none; }
    header nav .icons {
      text-align: right;
      font-size: 20px;
      color: #005544; }
      @media only screen and (max-width: 992px) {
        header nav .icons {
          font-size: 15px; } }
      header nav .icons .dropdown-menu {
        border-top: 3px solid #116b5b;
        background: #005544; }
      header nav .icons a {
        color: #005544 !important; }
        header nav .icons a:hover {
          color: #116b5b; }
      header nav .icons li {
        padding: 0 3px; }
      header nav .icons .qty {
        position: absolute;
        background: #f48503;
        right: -2px;
        z-index: 9999;
        font-size: 12px;
        border-radius: 50%;
        padding: 2px 8px;
        text-align: center;
        color: #FFF;
        font-weight: bold; }
        header nav .icons .qty.wishlist {
          background: #189482; }
      header nav .icons .minicart {
        padding: 10px;
        font-size: 12px;
        color: #FFF;
        min-width: 300px; }
        header nav .icons .minicart .mini-cart-usp {
          text-align: center;
          margin: 10px 0 0 0; }
        header nav .icons .minicart .messages #minicart-error-message {
          background: #d9534f;
          padding: 5px;
          display: none;
          margin: 0 0 15px 0; }
        header nav .icons .minicart .messages #minicart-success-message {
          background: #116b5b;
          padding: 5px;
          display: none;
          margin: 0 0 15px 0; }
        header nav .icons .minicart .title {
          font-size: 16px;
          border-bottom: 1px solid #116b5b;
          text-align: center;
          padding: 0 0 5px 0;
          margin: 0 0 15px 0;
          color: #FFF; }
        header nav .icons .minicart .item {
          margin: 0 0 10px 0;
          padding: 0 0 10px 0;
          border-bottom: 1px solid #116b5b; }
          header nav .icons .minicart .item.last {
            border: none; }
          header nav .icons .minicart .item .image {
            border: 3px solid #116b5b;
            position: relative; }
            header nav .icons .minicart .item .image:hover img {
              opacity: 0.3; }
            header nav .icons .minicart .item .image:hover .image-links {
              display: block; }
            header nav .icons .minicart .item .image .image-links {
              position: absolute;
              display: none;
              top: 30%;
              left: 40%; }
          header nav .icons .minicart .item .product-name {
            text-transform: uppercase; }
          header nav .icons .minicart .item .price {
            text-align: right;
            font-weight: bold; }
          header nav .icons .minicart .item .remove-product {
            text-align: center;
            font-size: 15px; }
          header nav .icons .minicart .item .count .input-group {
            width: 30px; }
          header nav .icons .minicart .item .count input {
            text-align: center;
            width: 40px;
            background: #005544;
            border: 1px solid #116b5b;
            color: #FFF; }
          header nav .icons .minicart .item .count .btn-link {
            color: #FFF; }
            header nav .icons .minicart .item .count button.visible {
              display: block; }
        header nav .icons .minicart .total {
          font-size: 13px;
          text-align: center;
          padding: 10px 0; }
          header nav .icons .minicart .total span {
            font-weight: bold;
            font-size: 15px; }
        header nav .icons .minicart a {
          color: #FFF !important; }
      header nav .icons .search {
        padding: 10px;
        color: #FFF;
        min-width: 200px; }
        header nav .icons .search .title {
          font-size: 16px;
          border-bottom: 1px solid #116b5b;
          text-align: center;
          padding: 0 0 5px 0;
          margin: 0 0 15px 0; }
main {
  margin: 20px 0 0 0; }
  main .std img {
    display: block;
    max-width: 100%;
    height: auto; }
  main .std .usp {
    text-align: center;
    margin: 0 0 20px 0;
    color: #777; }
    @media only screen and (max-width: 480px) {
      main .std .usp {
        font-size: 12px; } }
    main .std .usp .fa {
      color: #005544;
      font-weight: bold;
      font-size: 16px; }
  main .std .ksb {
    margin-top: 20px;
    margin-bottom: 20px; }
  main .std .shops {
    margin-top: 20px;
    margin-bottom: 20px; }
  main .std .text {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px; }
    main .std .text .inner {
      background: #eee;
      padding: 70px 200px; }
      @media only screen and (max-width: 768px) {
        main .std .text .inner {
          padding: 20px; } }
      main .std .text .inner span {
        padding: 0 20px 0 20px;
        font-style: italic; }
      main .std .text .inner h1 {
        margin: 0 0 20px 0;
        font-size: 36px;
        color: #444;
        font-weight: 400;
        padding: 0 0 20px 0;
        display: inline-block;
        border-bottom: 1px solid #e4e4e4; }
      main .std .text .inner h2 {
        font-size: 14px;
        margin: 0 0 25px 0;
        line-height: 25px; }
  main .std .topblocks .center img:first-child {
    margin-bottom: 20px; }
  main .std .bottomblocks {
    margin-top: 20px; }
    main .std .bottomblocks .bottomblock1 {
      margin-bottom: 20px; }
    main .std .bottomblocks .bottomblock2 {
      margin-bottom: 20px; }
  main .left .block-layered-nav {
    background: #FFF;
    border: 1px solid #eee; }
    main .left .block-layered-nav.affix {
      top: 0; }
    main .left .block-layered-nav .inner {
      padding: 20px; }
    main .left .block-layered-nav .block-title {
      text-align: center;
      border-bottom: 3px solid #eee;
      text-transform: uppercase;
      font-size: 16px; }
    main .left .block-layered-nav .filter {
      margin: 10px 0 20px 0; }
      main .left .block-layered-nav .filter .range {
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
        color: #777; }
    main .left .block-layered-nav .clear-all {
      margin: 5px 0 5px 0; }
    main .left .block-layered-nav div.fme-filter a.adj-nav-price-selected {
      font-weight: bold; }
    main .left .block-layered-nav div.fme-filter a.fme_layered_attribute {
      padding-left: 25px;
      background: transparent url(https://www.mr.dk/skin/frontend/mr/default/images/FME/Check-Box.png) no-repeat scroll 0px 3px; }
    main .left .block-layered-nav div.fme-filter a.fme_layered_attribute_selected {
      padding-left: 25px;
      /*border:dotted;*/
      background-position: 0px -16px;
      font-weight: bold;
      overflow: hidden; }
    main .left .block-layered-nav div.fme-filter a.fme_layered_swatches {
      padding: 0px 0px 5px 0px; }
    main .left .block-layered-nav div.fme-filter a.fme_layered_swatches_selected {
      opacity: 0.5; }
    main .left .block-layered-nav div.fme-filter a.fme_layered_disabled {
      color: gray;
      cursor: wait; }
    main .left .block-layered-nav div.fme-filter input.fme_layered_disabled {
      background-color: gray;
      border: 1px solid gray;
      cursor: wait; }
    main .left .block-layered-nav div.fme-filter a.fme_layered_clear {
      float: right;
      cursor: pointer; }
    main .left .block-layered-nav div.price_slider {
      position: relative;
      z-index: 9;
      height: 28px;
      margin: 0 auto 5px auto;
      background: url(https://www.mr.dk/skin/frontend/mr/default/images/FME/bar.png) no-repeat 50% 50%;
      cursor: pointer; }
    main .left .block-layered-nav div.price_slider div.handle {
      top: 3px;
      width: 14px;
      height: 23px;
      background: transparent url(https://www.mr.dk/skin/frontend/mr/default/images/FME/slider_button.png) no-repeat;
      cursor: move;
      position: absolute; }
    main .left .block-layered-nav #adj-nav-container, main .left .block-layered-nav div.adj-nav {
      position: relative; }
    main .left .block-layered-nav .layered-nav div.fme_layered_clear_all {
      margin: 0;
      border: 1px solid #b9ccdd;
      border-left: 0;
      border-right: 0;
      padding: 3px 10px;
      color: #1f5070;
      font-weight: bold;
      font-size: 1em;
      text-align: center; }
  main .category .fme_loading_filters {
    width: 100%;
    height: 100%;
    background: #005544;
    z-index: 500;
    opacity: 0.4;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
    position: absolute;
    top: 0;
    left: 0; }
    main .category .fme_loading_filters img {
      left: 50%;
      top: 50%;
      display: block;
      position: fixed;
      z-index: 900; }
  main .category .description {
    font-size: 13px;
    text-align: center;
    color: #444;
    padding: 30px 70px 40px 70px;
    line-height: 25px; }
    main .category .description h2 {
      margin: 0 0 15px 0; }
  main .category .products .toolbar {
    font-size: 12px;
    border-top: 1px solid #eee;
    padding: 15px 0; }
    main .category .products .toolbar .sorter, main .category .products .toolbar .count {
      text-align: right; }
  main .category .products .grid .product {
    margin-bottom: 10px; }
    main .category .products .grid .product .inner {
      border: 1px solid #eee; }
      main .category .products .grid .product .inner .product-image {
        position: relative;
        border-bottom: 1px solid #eee;
        background: #FFF;
        margin: 0 auto; }
        main .category .products .grid .product .inner .product-image img {
          text-align: center;
          margin: 0 auto; }
        main .category .products .grid .product .inner .product-image .sticker {
          position: absolute;
          right: 0;
          margin-right: 10px;
          margin-top: 10px;
          text-align: right;
          border: 1px solid #777;
          padding: 2px 8px;
          font-size: 12px;
          font-weight: bold;
          background: #FFF; }
        main .category .products .grid .product .inner .product-image .sticker_special {
          position: absolute;
          right: 0;
          margin-right: 10px;
          margin-top: 10px;
          z-index: 999;
          text-align: right;
          padding: 2px 8px;
          font-size: 12px;
          font-weight: bold; }
        main .category .products .grid .product .inner .product-image:hover .image-links {
          display: block; }
        main .category .products .grid .product .inner .product-image .image-links {
          position: absolute;
          display: none;
          top: 30%;
          left: 35%; }
      main .category .products .grid .product .inner .product-info {
        padding: 10px;
        background: #FFF; }
        main .category .products .grid .product .inner .product-info .product-name {
          border-bottom: 1px solid #eee;
          margin: 0 0 10px 0;
          padding: 0 0 10px 0;
          height: 49px;
          text-align: center; }
          main .category .products .grid .product .inner .product-info .product-name a {
            color: #444;
            font-size: 15px;
            font-weight: 500;
            letter-spacing: 0.23999999463558197px;
            text-transform: uppercase; }
        main .category .products .grid .product .inner .product-info .product-brand {
          font-size: 12px;
          color: #777;
          height: 16px; }
        main .category .products .grid .product .inner .product-info .price-box {
          text-align: center;
          font-size: 18px;
          font-weight: 500;
          padding: 0 0 10px 0;
          letter-spacing: 0.23999999463558197px;
          height: 50px; }
          main .category .products .grid .product .inner .product-info .price-box .old-price {
            font-size: 10px;
            text-decoration: line-through;
            color: #777; }
        main .category .products .grid .product .inner .product-info .swatches {
          text-align: center;
          height: 49px; }
  main .product-view .sticker {
    position: absolute;
    z-index: 99;
    right: 0; }
  main .product-view .more-views img {
    border: 1px solid #eee; }
  main .product-view .title {
    font-size: 25px; }
    @media only screen and (max-width: 480px) {
      main .product-view .title {
        font-size: 15px; } }
    main .product-view .title .brand {
      color: #777;
      font-size: 12px;
      text-transform: uppercase; }
  main .product-view .prices {
    text-align: right;
    font-size: 25px;
    color: #005544; }
    main .product-view .prices .old-price {
      font-size: 12px;
      text-decoration: line-through;
      color: #777; }
  main .product-view .short-description {
    border-top: 1px solid #eee;
    padding-top: 15px;
    margin: 15px 0; }
  main .product-view .add-to-cart {
    border: 1px solid #eee;
    border-top: 0;
    padding: 10px;
    margin: 0 0 25px 0; }
    main .product-view .add-to-cart .qty {
      text-align: right; }
  main .product-view .product-image {
    border: 1px solid #eee; }
  main .product-view .product-options {
    background: #FFF;
    padding: 10px;
    border: 1px solid #eee; }
  main .product-view .information {
    border-top: 1px solid #eee;
    padding: 25px 0 0 0; }
    main .product-view .information .nav-tabs {
      border-color: #eee; }
    main .product-view .information .nav-tabs > li > a {
      border-radius: 0; }
    main .product-view .information .nav-tabs > li.active > a {
      border: 1px solid #eee;
      border-bottom-color: transparent; }
    main .product-view .information .nav-tabs > li > a:hover {
      background: #eee;
      border-color: #eee #eee transparent #eee; }
    main .product-view .information .tab-content {
      background: #FFF;
      padding: 20px;
      border: 1px solid #eee;
      border-top: 0;
      font-size: 12px;
      min-height: 200px; }
      main .product-view .information .tab-content h2 {
        margin: 0; }
  main .availability {
    text-align: right; }
  main .brands {
    overflow: hidden;
    position: relative; }
    main .brands #header {
      position: relative;
      text-align: center;
      z-index: 99;
      background: #f9f9f9;
      padding: 0 0 25px 0;
      font-size: 35px;
      border-bottom: 1px solid #eee; }
      main .brands #header li.show-all {
        font-size: 20px; }
        main .brands #header li.show-all:before {
          color: #005544;
          content: "/"; }
    main .brands #section {
      overflow: hidden; }
    main .brands .separator {
      border-bottom: 1px solid #eee;
      padding: 15px 0; }
      main .brands .separator:hover {
        background: #eee; }
      main .brands .separator .letter {
        font-size: 40px;
        color: #005544;
        text-align: center; }
        main .brands .separator .letter a {
          color: #005544; }
  main .cart .cart-totals-wrapper {
    color: #FFF; }
    main .cart .cart-totals-wrapper .table > tbody > tr > td {
      border-color: #116b5b;
      padding-left: 0px;
      padding-right: 0px; }
    main .cart .cart-totals-wrapper .table > tfoot > tr > td {
      border-color: #116b5b;
      padding-left: 0px;
      padding-right: 0px; }
  main .cart .cart-usp {
    margin: 10px 0;
    font-size: 13px;
    line-height: 25px;
    color: #777; }
    main .cart .cart-usp .fa {
      color: #005544;
      font-weight: bold;
      font-size: 16px; }
  main .messages,
  main .messages ul {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important; }
  main .messages {
    width: 100%;
    overflow: hidden; }
  main .messages li {
    margin: 0 0 20px !important; }
  main .messages li li {
    margin: 0 !important;
    line-height: 24px; }
  main .error-msg,
  main .success-msg,
  main .note-msg,
  main .notice-msg {
    border-style: solid !important;
    border-width: 1px !important;
    background-position: 10px 9px !important;
    background-repeat: no-repeat !important;
    min-height: 24px !important;
    padding: 8px 16px !important;
    font-size: 12px !important;
    /*font-weight:bold !important;*/ }
  main .error-msg {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    color: #B94A48; }
  main .success-msg {
    background-color: #005544;
    border-color: #116b5b;
    color: #FFF; }
  main .note-msg {
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #3A87AD; }
  main .notice-msg {
    background-color: #FCF8E3;
    border-color: #FBEED5;
    color: #C09853; }
  main .register-flow .title {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #eee; }
  main .register-flow .text {
    margin: 0 0 10px 0;
    line-height: 25px; }
  main .register-flow .box {
    min-height: 250px; }
  main .account .title {
    font-size: 16px;
    margin: 0 0 15px 0;
    padding: 0 0 5px 0;
    border-bottom: 1px solid #eee; }
  @media only screen and (max-width: 480px) {
    main .opc-wrapper-opc .col {
      margin: 0 0 30px 0; } }
  main .opc-wrapper-opc .opc-menu {
    margin: 0 0 20px 0; }
  main .opc-wrapper-opc h3 {
    font-size: 18px;
    margin: 0 0 20px 0; }
  main .opc-wrapper-opc .payment-block {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 15px 0 15px 0;
    margin: 0 0 10px 0; }
  main .opc-wrapper-opc .title {
    font-weight: bold; }
  main .opc-wrapper-opc #checkout-payment-method-load ul {
    list-style: none;
    margin: 0;
    padding: 0; }
    main .opc-wrapper-opc #checkout-payment-method-load ul li  {
      list-style: none; }
  main .opc-wrapper-opc .comment-block {
    margin: 25px 0 0 0;
    padding-top: 20px;
    border-top: 1px solid #eee; }
  main .opc-wrapper-opc #opc-address-form-shipping {
    margin: 20px 0 0 0; }
  main .opc-wrapper-opc .opc-message-wrapper {
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10001; }
  main .opc-wrapper-opc .opc-messages {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 30px;
    position: absolute;
    display: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #404040;
    display: block;
    font-size: 16px;
    left: 50%;
    margin-left: -205px;
    margin-top: -20px;
    position: absolute;
    text-align: left;
    top: 30%;
    width: 410px;
    -webkit-box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 10px 1px rgba(0, 0, 0, 0.2);
    background-color: #fefefe;
    font-weight: normal;
    z-index: 1002; }
  main .opc-wrapper-opc .opc-message-container {
    text-align: center; }
  main .opc-wrapper-opc .opc-messages-action {
    text-align: center;
    margin-top: 20px; }
  main .opc-wrapper-opc .opc-messages-action .button {
    display: block;
    height: 40px;
    border: none;
    margin: 0 auto;
    background: none !important;
    padding: 0; }
  main .opc-wrapper-opc .opc-messages-action .button span {
    background: #00909e;
    border: none;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    display: block; }
  main .opc-wrapper-opc .opc-messages-action .button span span {
    background: #00909e;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    padding: 0 20px; }
  main .opc-wrapper-opc .opc-messages-action .button:hover span,
  main .opc-wrapper-opc .opc-messages-action .button:hover span span {
    background: #39b9c6; }
  main .opc-wrapper-opc .close-message-wrapper {
    background: transparent;
    display: block;
    height: 8px;
    position: absolute;
    width: 8px;
    z-index: 1005;
    right: 18px;
    top: 10px;
    cursor: pointer;
    color: #4a4a4a;
    line-height: 10px; }
  main .my-wishlist .item {
    border: 1px solid #eee; }
    main .my-wishlist .item .product-image {
      border-bottom: 1px solid #eee; }
    main .my-wishlist .item .product-name {
      border-bottom: 1px solid #eee;
      margin: 0 0 10px 0;
      padding: 0 0 10px 0;
      height: 49px; }
      main .my-wishlist .item .product-name a {
        color: #444;
        font-size: 15px;
        font-weight: 500;
        letter-spacing: 0.23999999463558197px;
        text-transform: uppercase; }
    main .my-wishlist .item .product-brand {
      font-size: 12px;
      color: #777;
      height: 16px; }
    main .my-wishlist .item .price-box {
      text-align: center;
      font-size: 18px;
      font-weight: 500;
      padding: 0 0 10px 0;
      letter-spacing: 0.23999999463558197px;
      height: 50px; }
    main .my-wishlist .item .information {
      padding: 10px; }
    main .my-wishlist .item .btn-link {
      font-size: 12px; }
  main .my-wishlist .subuttons {
    border-top: 1px solid #eee;
    padding: 25px 0 0 0;
    margin: 25px 0 0 0; }
#pointofsale_box #tools {
  border-bottom: 3px solid #005544; }
  #pointofsale_box #tools .buttons .btn {
    margin: 0 0 0 10px; }
  #pointofsale_box #tools #searching {
    background: url(https://www.mr.dk/skin/frontend/mr/default/images/ajax-loader.gif) 100% 50% no-repeat;
    padding-right: 30px; }
#pointofsale_box .map_pointofsale {
  display: inline-block;
  width: 100%; }
  #pointofsale_box .map_pointofsale #map_canvas_pointofsale {
    height: 400px;
    border: 1px solid #f9f9f9;
    border-top: 0; }
#pointofsale_box #pointofsale {
  margin: 15px 0 0 0; }
  #pointofsale_box #pointofsale .pointofsalelink {
    color: #005544;
    font-size: 11px; }
#pointofsale_box #current-pointofsale {
  background: #eee;
  padding: 15px;
  border-radius: 4px;
  text-align: center; }
  #pointofsale_box #current-pointofsale .store_image {
    margin: 0 0 15px 0; }
#pointofsale_box .go-to-place {
  width: 100%;
  display: block; }
#pointofsale_box .subname {
  font-size: 12px;
  color: gray;
  padding-bottom: 5px;
  display: inline-block;
  border-bottom: 1px solid #eee;
  width: 100%;
  margin-bottom: 5px; }
.store-gmap {
  width: 100%;
  height: 250px; }
#dirRendererBlock #direction_title {
  background: none repeat scroll 0 0 #D9E5EE;
  border: 2px solid grey;
  color: #1E7EC8;
  margin: 0 0 5px;
  overflow: auto;
  padding: 10px; }
#dirRendererBlock {
  border: 1px solid grey;
  display: none;
  direction: ltr;
  margin-top: 20px;
  padding: 9px; }
#stores .info {
  border-top: 1px solid #eee;
  padding: 15px 0 0 0; }
#stores .image .info {
  background: #005544;
  position: absolute;
  color: #FFF;
  padding: 10px 20px;
  right: 40px; }
#stores .menu {
  background: #005544;
  padding: 15px; }
  #stores .menu a {
    color: #FFF; }
#stores .content {
  text-align: center;
  padding: 40px 55px;
  line-height: 25px;
  font-size: 13px; }
  #stores .content h2 {
    margin: 0 0 15px 0; }
#stores .brands {
  text-align: center; }
  #stores .brands h3 {
    font-size: 16px; }
  #stores .brands .carousel-control {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 15%;
    opacity: .5;
    font-size: 20px;
    color: #fff;
    text-align: center;
    text-shadow: none; }
  #stores .brands .carousel-control.left {
    background-image: none; }
  #stores .brands .carousel-control.right {
    left: auto;
    right: 0;
    background-image: none; }
  #stores .brands .carousel-control {
    padding-top: 10.25%;
    width: 5%; }
#newsletter {
  border-top: 1px solid #eee;
  padding: 20px 0 5px 0;
  background: #005544; }
  #newsletter .tagline {
    color: #FFF;
    font-size: 18px;
    padding: 4px 0; }
#headline {
  margin: 0;
  border-bottom: 1px solid #eee;
  padding: 15px 0;
  font-weight: 400; }
  #headline h1 {
    margin: 0;
    font-size: 20px;
    color: #444; }
  #headline .breadcrumbs {
    text-align: right; }
    @media only screen and (max-width: 480px) {
      #headline .breadcrumbs {
        text-align: left;
        font-size: 12px;
        margin: 5px 0 0 0; } }
    #headline .breadcrumbs .breadcrumb {
      background-color: transparent;
      padding: 0;
      margin: 0; }
      #headline .breadcrumbs .breadcrumb a {
        color: #666666; }
      #headline .breadcrumbs .breadcrumb span {
        font-weight: 700; }
#recent {
  padding: 25px 0;
  margin: 25px 0 0 0; }
  #recent .title {
    border-top: 1px solid #eee;
    padding: 25px 0;
    text-align: center;
    color: #777;
    font-size: 30px; }
  #recent .item img {
    border: 1px solid #eee; }
  #recent .item .product-details .product-name {
    text-align: center;
    margin: 5px 0 0 0; }
#bottom {
  border-top: 1px solid #eee;
  padding: 25px 0 0 0;
  margin: 25px 0 0 0; }
  #bottom .service {
    border: 1px solid #eee;
    padding: 20px; }
    #bottom .service .fa {
      font-size: 80px; }
footer {
  background: #FFF;
  color: #666666;
  font-size: 13px;
  line-height: 25px; }
  footer .header {
    font-size: 18px; }
  footer address {
    line-height: 25px; }
  footer a {
    color: #666666; }
.product-image-gallery {
  position: relative; }
  .product-image-gallery .gallery-image {
    display: none; }
    .product-image-gallery .gallery-image.visible {
      display: block; }
      .product-image-gallery .gallery-image.visible.hidden {
        visibility: hidden; }
.swatch-link,
.swatch-label {
  display: block;
  border-radius: 3px;
  font-size: 14px;
  text-align: center;
  color: #636363;
  text-decoration: none;
  box-sizing: content-box; }
.swatch-link {
  border: 1px solid #cccccc;
  margin: 0 0 3px; }
.swatch-link img {
  border-radius: 2px; }
.swatch-link:hover {
  cursor: pointer;
  text-decoration: none; }
.swatch-link .x {
  display: none;
  text-indent: -999em;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10; }
.swatch-link.has-image .swatch-label {
  position: relative; }
.swatch-link.has-image img {
  position: absolute;
  top: 0;
  left: 0; }
.swatch-label {
  border: 1px solid #fff;
  margin: 0;
  white-space: nowrap;
  background: #f4f4f4; }
.configurable-swatch-list {
  margin-left: -3px;
  zoom: 1;
  clear: both;
  -webkit-transform: translateZ(0px); }
.products-grid .configurable-swatch-list li {
  display: inline-block;
  float: none;
  margin: 0;
  vertical-align: top; }
.configurable-swatch-list .not-available .x {
  display: block; }
.configurable-swatch-list .not-available .swatch-link {
  border-color: #ededed;
  position: relative; }
.configurable-swatch-list .not-available .swatch-link.has-image img {
  opacity: 0.4;
  filter: alpha(opacity=40); }
.configurable-swatch-list .not-available .swatch-label {
  color: #aaa;
  background: #fff; }
.configurable-swatch-list .wide-swatch .swatch-label {
  padding: 0 6px; }
.configurable-swatch-list .not-available a:focus {
  outline: 0; }
#narrow-by-list dd .configurable-swatch-list li {
  margin: 0 0 0 3px;
  width: 47%; }
#narrow-by-list dd .swatch-link {
  border: none;
  line-height: 25px;
  margin-right: 2px;
  text-align: left; }
#narrow-by-list dd .swatch-link.has-image {
  line-height: inherit; }
#narrow-by-list dd .swatch-link:hover .swatch-label {
  border-color: #3399cc; }
#narrow-by-list dd .swatch-label {
  background: #f4f4f4;
  border: 1px solid #cccccc;
  border-radius: 3px;
  display: block;
  float: left;
  line-height: 1.5em;
  margin: 0 5px 0 0;
  padding: 1px 5px;
  white-space: nowrap; }
#narrow-by-list dd .swatch-label img {
  border: 1px solid #fff;
  border-radius: 3px;
  box-sizing: content-box; }
#narrow-by-list dd .has-image .swatch-label {
  padding: 0; }
@media only screen and (max-width: 770px) {
  #narrow-by-list dd .configurable-swatch-list li:nth-child(odd) {
    clear: left; } }
.currently .swatch-current {
  position: relative; }
.currently .swatch-current .btn-remove {
  margin-top: -10px;
  position: absolute;
  right: 0;
  top: 50%; }
.currently .swatch-current span {
  display: block;
  float: left; }
.currently .swatch-link {
  display: inline-block;
  margin: 0 0 0 3px; }
.currently .swatch-link:hover {
  border-color: #cccccc;
  cursor: default; }
/* Other Swatch States */
.configurable-swatch-list .hover .swatch-link,
.configurable-swatch-list .selected .swatch-link,
.swatch-link:hover {
  border-color: #3399cc; }
.configurable-swatch-box {
  background: none !important; }
.configurable-swatch-box select.swatch-select {
  display: none; }
.configurable-swatch-box .validation-advice {
  margin: 0 0 5px;
  background: #df280a;
  padding: 2px 5px !important;
  font-weight: bold;
  color: #fff !important;
  float: left;
  display: block;
  border-radius: 3px; }
.bx-wrapper {
  position: relative;
  margin: 0 auto 20px;
  padding: 0;
  *zoom: 1; }
  .bx-wrapper img {
    max-width: 100%;
    display: block; }
  .bx-wrapper .bx-viewport {
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0); }
/** THEME
===================================*/
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: -30px;
  width: 100%; }
/* LOADER */
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url(https://www.mr.dk/skin/frontend/mr/default/css/images/bx_loader.gif) center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000; }
/* PAGER */
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: Arial;
  font-weight: bold;
  color: #666;
  padding-top: 20px; }
.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  *zoom: 1;
  *display: inline; }
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #666;
  text-indent: -9999px;
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  outline: 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px; }
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000; }
/* DIRECTION CONTROLS (NEXT / PREV) */
.bx-wrapper .bx-prev {
  left: -32px;
  background: url(https://www.mr.dk/skin/frontend/mr/default/css/images/controls.png) no-repeat 0 -32px; }
.bx-wrapper .bx-next {
  right: -32px;
  background: url(https://www.mr.dk/skin/frontend/mr/default/css/images/controls.png) no-repeat -43px -32px; }
.bx-wrapper .bx-prev:hover {
  background-position: 0 0; }
.bx-wrapper .bx-next:hover {
  background-position: -43px 0; }
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999; }
.bx-wrapper .bx-controls-direction a.disabled {
  display: none; }
/* AUTO CONTROLS (START / STOP) */
.bx-wrapper .bx-controls-auto {
  text-align: center; }
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url(https://www.mr.dk/skin/frontend/mr/default/css/images/controls.png) -86px -11px no-repeat;
  margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0; }
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url(https://www.mr.dk/skin/frontend/mr/default/css/images/controls.png) -86px -44px no-repeat;
  margin: 0 3px; }
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px; }
/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%; }
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px; }
/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%; }
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px; }
.find a {
  color: #FFF; }
#fme_layered_color ul li {
  width: 50%;
  float: left; }
/*#fme_layered_brand ul li {
  width: 50%;
  float: left;
  font-size: 13px;
}*/
#color_label, #size_label {
  font-weight: bold; }
#select_label_color, #select_label_size {
  font-weight: normal; }
.find a {
  color: #FFF; }
header .dropdown-menu a {
  color: #000; }
.vask_row img, .toerring_row img, .strygning_row img, .rensning_row img, .blegning_row img {
  height: 50px;
  float: left;
  margin-right: 10px; }
.modal-backdrop {
  z-index: 0 !important; }
.sp-methods ul {
  list-style: none;
  padding-left: 10px; }
.sp-methods ul input {
  float: left; }
.sp-methods ul label {
  width: 94%; }
.sp-methods ul span.price {
  float: right;
  font-weight: bold; }
#gls-addresses {
  padding-left: 0px; }
header nav .megamenu-content .header {
  margin: 20px 0 10px 0; }
#recent .item .product-details .product-name {
  text-align: center;
  height: 43px;
  margin: 5px 0 0 0; }
.go-to-place {
  float: left;
  width: auto !important; }
.pointofsalelink {
  float: right;
  font-size: 12px;
  color: #005544; }
.cart-links a {
  font-size: 12px;
  color: #005544; }
.product-cart-sku {
  font-size: 11px; }
.checkout-size {
  font-size: 12px;
  clear: both;
  display: inline-block;
  width: 100%; }
main .left .block-layered-nav div.fme-filter a.fme_layered_attribute {
  display: inline-block; }
main .left .block-layered-nav div.fme-filter a.fme_layered_attribute_selected {
  padding-left: 25px;
  background: transparent url(https://www.mr.dk/skin/frontend/mr/default/images/FME/Check-Box_on.png) no-repeat scroll 0px 3px;
  font-weight: bold;
  overflow: hidden; }
.bx-wrapper {
  position: relative;
  margin: 0 auto 25px;
  padding: 0; }
.row.quick {
  /*margin-bottom: 20px;
  margin-top: 20px;*/ }
main .category .description {
  padding-bottom: 0px;
  padding-top: 0px; }
.goback {
  margin-bottom: 20px;
  display: inline-block; }
main .product-view .title .brand {
  font-weight: bold;
  margin-bottom: 5px;
  margin-top: 5px; }
main .product-view .title .sku {
  color: #777;
  font-size: 12px;
  text-transform: uppercase; }
main .category .products .toolbar .pages {
  display: none; }
#fme_filters_list .adj-nav-pad1 {
  padding-left: 0px; }
#fme_filters_list .adj-nav-pad2 {
  padding-left: 10px; }
#fme_filters_list .adj-nav-pad3 {
  padding-left: 15px; }
.adj-nav-category-current {
  font-weight: bold; }
#fme_layered_brand ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }
.sizeguide-link {
  display: inline-block;
  margin-top: 10px; }
.product-options dl {
  margin-bottom: 0px; }
.nav.nav-tabs li.active a {
  background: #005544;
  color: #FFF; }
.validation-advice {
  color: #e45656; }
.products .inner .product-info .product-brand {
  font-weight: bold;
  text-align: center; }
.sticker.position320 {
  bottom: 10px;
  position: absolute;
  right: auto !important;
  left: 50%;
  transform: translate(-50%, 0); }
a.icon {
  position: relative; }
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top; }
.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020; }
.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
.fancybox-opened {
  z-index: 8030; }
.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); }
.fancybox-outer, .fancybox-inner {
  position: relative; }
.fancybox-inner {
  overflow: hidden; }
.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch; }
.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap; }
.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%; }
.fancybox-image {
  max-width: 100%;
  max-height: 100%; }
#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("https://www.mr.dk/skin/frontend/mr/default/images/fancybox_sprite.png"); }
#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060; }
#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("https://www.mr.dk/skin/frontend/mr/default/images/fancybox_loading.gif") center center no-repeat; }
.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040; }
.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("https://www.mr.dk/skin/frontend/mr/default/images/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040; }
.fancybox-prev {
  left: 0; }
.fancybox-next {
  right: 0; }
.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden; }
.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px; }
.fancybox-next span {
  right: 10px;
  background-position: 0 -72px; }
.fancybox-nav:hover span {
  visibility: visible; }
.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important; }
/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto; }
.fancybox-lock body {
  overflow: hidden !important; }
.fancybox-lock-test {
  overflow-y: hidden !important; }
.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("https://www.mr.dk/skin/frontend/mr/default/images/fancybox_overlay.png"); }
.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0; }
.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll; }
/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050; }
.fancybox-opened .fancybox-title {
  visibility: visible; }
.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center; }
.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap; }
.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff; }
.fancybox-title-inside-wrap {
  padding-top: 10px; }
.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8); }
/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("https://www.mr.dk/skin/frontend/mr/default/images/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/ }
  #fancybox-loading div {
    background-image: url("https://www.mr.dk/skin/frontend/mr/default/images/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/ } }
.yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown {
  position: static; }
.yamm .container {
  position: relative; }
.yamm .dropdown-menu {
  left: auto; }
.yamm .yamm-content {
  padding: 10px 30px; }
.yamm .dropdown.yamm-fw .dropdown-menu {
  width: 100%;
  position: absolute;
  margin: auto;
  left: 0px; }
.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
  position: initial; }
#rowheader {
  position: relative; }
.yamm-content .header {
  margin: 0 0 10px 0; }
.yamm-content .header a {
  font-size: 18px !important; }
.yamm-content .sublists {
  line-height: 25px;
  margin: 0 0 30px 0;
  width: 100%; }
.yamm-content .sublists a {
  font-size: 13px; }
.yamm-content .sublists a:hover {
  color: #000;
  font-weight: bold;
  text-decoration: underline; }
.navbar .navbar-nav .sublists li > a {
  padding: 0px; }
.bx-wrapper .bx-controls-direction a {
  z-index: 999; }
.frontpagebrand {
  min-height: 70px; }
@media only screen and (max-width: 600px) {
  .navbar-collapse .navbar-nav {
    width: 100%; }
  .navbar-collapse .navbar-nav li > a {
    padding: 5px;
    margin: 5px;
    border-bottom: 1px solid #eee;
    text-align: center; }
  .navbar-collapse .navbar-nav .sublists li > a {
    border-bottom: 0px; }
  .yamm .dropdown.yamm-fw .dropdown-menu {
    position: relative;
    border: 0px;
    border-radius: 0px;
    box-shadow: none; }
  .yamm .yamm-content {
    padding: 0px 0px; }
  .yamm-content .header {
    margin: 0 0 5px 0; }
  .yamm-content .header a {
    font-size: 16px !important; } }
/*# sourceMappingURL=style.css.map */
main .opc-wrapper-opc .gift-messages-block {
    border-top: 1px solid #eee;
    padding: 15px 0 15px 0;
    margin: 0 0 10px 0; }
main .opc-wrapper-opc .gift-messages-block .gift-messages-form .inner-box{
	padding-left: 20px;
}
main .opc-wrapper-opc .gift-messages-block .gift-messages-form .inner-box legend{
	font-size: 14px;
	margin-bottom: 10px;
}
main .opc-wrapper-opc .gift-messages-block .gift-messages-form .inner-box .form-list div.field{
	width: 45%;
	margin-right: 5%;
	float: left;
}
main .opc-wrapper-opc .gift-messages-block .gift-messages-form .inner-box .form-list div.field input{
	width: 100%;
}
main .opc-wrapper-opc .gift-messages-block .gift-messages-form .inner-box .form-list .wíde{
	width: 100%;
	float: left;
}
main .opc-wrapper-opc .gift-messages-block .gift-messages-form .inner-box .form-list textarea{
	width: 100%;
}
.yamm-content {
	padding-bottom: 0px;
}
.yamm-content .header{
	margin-bottom: 10px;
	margin-top: 30px;
}
.row.quick{
	margin-top: 30px;
}
.sticker.position319{
    bottom: 10px;
    position: absolute;
    right: auto !important;
    left: 50%;
    transform: translate(-50%, 0);
}
.list-group-item.warning{
    background: #f48503;
    border-color: #f48503;
    color: #FFF;
}
.list-group-item.warning:focus, .list-group-item.warning:hover{
    background: #ee8710;
    border-color: #f48503;
    color: #FFF;
}
a.level-top {
	outline: 0;
}
.yamm-content .sublists{
	margin-bottom: 0px;
}
#fme_layered_size ul {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2; }
.widget-static-block ul{
	padding-left: 15px;
}
.image-links.icons{
    text-align: right;
    font-size: 20px;
    color: #005544;
}
.image-links.icons a{
	color: #005544 !important;
}
main .category .products .grid .product .inner .product-info .product-brand{
	font-size: 15px;
}
main .category .products .grid .product .inner .product-info .product-name a{
	font-size: 12px;
}
main .left .block-layered-nav .inner {
    background-color: #FBFBFB;
    margin: 10px;
}
.maptitle{
    font-size: 18px;
	font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
}
.maplink{
    font-size: 15px;
	font-weight: 400;
    margin-bottom: 10px;
    display: inline-block;
}
#allow_gift_messages_for_order_container{
	padding-left: 20px;
}
.opc-btn-checkout{
	position: relative;
}
.opc-ajax-loader{
    position: absolute;
    top: 6px;
    left: 10px;
    background-image: url('https://www.mr.dk/skin/frontend/mr/default/images/loading.gif');
    background-size: 30px;
    /* background-color: #FFF; */
    height: 30px;
    width: 30px;
}
.block-title small{
	font-size: 12px;
}
.siteul{
	width: 100%;
}
.siteul li{
	list-style: none;
	width: 24%;
	padding: 5px;
	float: left;
}
.sitecatul{
}
.sitecatul li.cat{
	width: 24%;
	list-style: none;
	min-height: 145px;
}
.sitecatul li.cat ul li {
	list-style: none;
}
.remove-wishlist{
	font-size: 14px;
}
#rowheader > .col-lg-6.col-md-8.col-sm-8{
	position: static;
}
#gift_card{
	display: inline-block;
}
main .category .products .grid .product .inner .product-info .swatches{
	overflow: hidden;
}
.modal-dialog.showStoreModal{
	width: 200px;
}
.clerk-list{
	padding-left: 0px;
}
.products h3{
	text-align: center;
	margin-top: 10px;
	margin-bottom:25px;
}
.products h4{
	text-align: center;
	margin-top: 10px;
	margin-bottom:25px;
}
.clerk-slider-nav{
	z-index: 100 !important;
}
@media only screen and (max-width: 480px){
	.siteul li{
		width: 100%;
	}
	.sitecatul li.cat{
		width: 100%;
	}
	main .std .usp span{
		clear: both;
		display: inline-block;
		text-align: left;
		width: 100%;
	}
	.ksb .col-xs-12{
		margin-bottom: 20px;
	}
	.yamm-content .sublists{
		margin-bottom: 10px;
	}
	header nav .icons{
		font-size: 18px;
		margin-top: 5px;
		margin-right: 20px;
	}
	#shopping-cart-table .input-text.qty.form-control{
		padding: 5px;
	}
	#shopping-cart-table{
		font-size: 10px;
	}
}
@media only screen and (max-width: 600px){
	#pointofsale_box .map_pointofsale #map_canvas_pointofsale{
		height: 300px;
	}
	.stores-index-shop #stores .content{
		padding: 0px 0px;
	}
	#fme_layered_cat .level{
		display: none;
	}
	#fme_layered_cat .level.active{
		padding-left: 5px;
		display: inline-block;
	}
}
.img-responsive.brand_icon {
    width: 100%;
}
.fa-stack-orange{
	color: #f48503;
}
#stores .content .amount{
	text-align: left;
}
#allow_gift_messages_for_order_container {
display: none!important;
}
#fme_layered_cat .level{
	position: relative;
}
#fme_layered_cat .level a{
	padding: 0px 0px;
}
#fme_layered_cat .level.level4{
	padding-left: 10px;
}
#fme_layered_cat .level.level5{
	padding-left: 15px;
}
#fme_layered_cat .level a.active{
	font-weight: bold;
}
#fme_layered_cat .level a.current{
	text-decoration: underline;
}
.triggersubcat{
	position: absolute;
    right: 0;
    top: 0;
}
.navbar-zeex{
	border:1px solid #d1d1d1;
	border-radius:4px;
}
.navbar-text{
	padding-right: 15px;
}

#stores .stock-notice {
  font-weight: bold;
  text-align: center;
  line-height: 40px;
}
